Skip to content

Commit

Permalink
Allow Typo3 class alias loader plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Richter committed Feb 29, 2024
1 parent 8c5450b commit ed89fb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
"ci:php:stan": [ "phpstan analyse Classes" ],
"ci:tests:functional": [ "phpunit -c config/FunctionalTests.xml" ],
"ci:tests:unit": [ "phpunit -c config/UnitTests.xml" ]
},
"config": {
"allow-plugin": {
"typo3/class-alias-loader": true
}
}
}

0 comments on commit ed89fb4

Please sign in to comment.