Skip to content

Commit

Permalink
Fix composer with new name Validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierozi authored Sep 14, 2016
1 parent ad55ae4 commit dee5ae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "plab/parameter",
"name": "plab/validator",
"license": "BSD-3-Clause",
"authors": [
{ "name": "Pierre Tomasina" }
Expand All @@ -14,7 +14,7 @@
},
"autoload": {
"psr-4": {
"Plab\\Parameter\\": "src/"
"Plab\\Validator\\": "src/"
}
}
}
}

0 comments on commit dee5ae8

Please sign in to comment.