Skip to content

Commit

Permalink
chore: CD-306297 Designated branch for TYPO3 11 with PHP >8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcesoldier committed Mar 21, 2024
1 parent a5f4b8b commit 6bdc5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"scripts": {
"test:unit": [
"[ -e '.Build/bin/phpunit' ] || composer update",
"TYPO3_PATH_ROOT=.Build/Web .Build/bin/phpunit --colors -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests-v10.xml Tests"
"TYPO3_PATH_ROOT=.Build/Web .Build/bin/phpunit --colors -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml Tests"
],
"code-style": [
"[ -e ./.Build/bin/rector ] || composer install",
Expand Down

0 comments on commit 6bdc5f2

Please sign in to comment.