TASK: Update autoloading
* Split up dev loading
This commit is contained in:
parent
65bc89ad7c
commit
161ea3f582
1 changed files with 5 additions and 1 deletions
|
@ -2,9 +2,13 @@
|
|||
"name": "siepmann/typo3_update",
|
||||
"description": "Auto migrate PHP Source of extensions to be compatible.",
|
||||
"type": "project",
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Typo3Update\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Typo3Update\\Tests\\": "tests/",
|
||||
"Typo3Update\\": "src/Standards/Typo3Update/"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue