Fix autoloading without composer update -o

This commit is contained in:
Matias Griese
2014-09-02 08:22:50 +03:00
parent ac7d1459d6
commit 7ca98baa34

View File

@@ -21,7 +21,7 @@
"pimple/pimple": "~3.0"
},
"autoload": {
"psr-4": {
"psr-0": {
"Grav\\": "system/src/"
},
"files": ["system/defines.php"]