Merge remote-tracking branch 'origin/develop' into feature/gitlab-ci
This commit is contained in:
commit
e8211dc411
1 changed files with 5 additions and 1 deletions
|
@ -9,9 +9,13 @@
|
|||
"email": "coding@daniel-siepmann.de"
|
||||
}
|
||||
],
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Typo3Update\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Typo3Update\\Tests\\": "tests/",
|
||||
"Typo3Update\\": "src/Standards/Typo3Update/"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue