Use PSR-4

This commit is contained in:
Barry vd. Heuvel
2014-08-05 20:06:07 +02:00
parent 0d3e70299e
commit 3151019947
4 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
"doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
},
"autoload": {
"psr-0": {
"Barryvdh\\LaravelIdeHelper": "src/"
"psr-4": {
"Barryvdh\\LaravelIdeHelper\\": "src"
}
},
"extra": {