TASK: PSR-4

This commit is contained in:
Ferdinand Kuhl 2017-06-03 11:40:58 +02:00
parent 9ea0c863dd
commit f7af3e1024
5 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,8 @@
"phpunit/phpunit": "3.7.*" "phpunit/phpunit": "3.7.*"
}, },
"autoload":{ "autoload":{
"psr-0":{ "psr-4":{
"DigiComp\\Menu":"Classes" "DigiComp\\Menu\\":"Classes"
} }
}, },
"extra": { "extra": {