TASK: PSR4 only
This commit is contained in:
parent
cda0def335
commit
6a851fac61
5 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
||||||
"ext-pcntl": "*"
|
"ext-pcntl": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-4": {
|
||||||
"DigiComp\\Sequence": "Classes"
|
"DigiComp\\Sequence\\": "Classes"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
Loading…
Reference in a new issue