Merge pull request #182 from GrahamCampbell/psr-4

PSR-4 support instead of PSR-0.
This commit is contained in:
Augusto Pascutti 2014-07-12 20:08:08 -03:00
commit 95b6d315e3
187 changed files with 11 additions and 11 deletions

View file

@ -25,8 +25,8 @@
"ext-mbstring": "Multibyte String Functions"
},
"autoload": {
"psr-0": {
"Respect\\Validation": "library\/"
"psr-4": {
"Respect\\Validation\\": "library/"
}
}
}

Some files were not shown because too many files have changed in this diff Show more