TASK: Update autoloading

* Split up dev loading
This commit is contained in:
Daniel Siepmann 2017-04-11 10:53:27 +02:00
parent 65bc89ad7c
commit 161ea3f582
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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": [