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",
|
"name": "siepmann/typo3_update",
|
||||||
"description": "Auto migrate PHP Source of extensions to be compatible.",
|
"description": "Auto migrate PHP Source of extensions to be compatible.",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
|
"autoload-dev": {
|
||||||
|
"psr-4": {
|
||||||
|
"Typo3Update\\Tests\\": "tests/"
|
||||||
|
}
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Typo3Update\\Tests\\": "tests/",
|
|
||||||
"Typo3Update\\": "src/Standards/Typo3Update/"
|
"Typo3Update\\": "src/Standards/Typo3Update/"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Reference in a new issue