TASK: PSR4 only

This commit is contained in:
Ferdinand Kuhl 2017-08-23 10:36:28 +02:00
parent cda0def335
commit 6a851fac61
5 changed files with 2 additions and 2 deletions

View file

@ -26,8 +26,8 @@
"ext-pcntl": "*" "ext-pcntl": "*"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"DigiComp\\Sequence": "Classes" "DigiComp\\Sequence\\": "Classes"
} }
}, },
"extra": { "extra": {