Skip to content

Commit

Permalink
Adjust requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ba committed Aug 9, 2023
1 parent 6353c90 commit 4c963a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/testing-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
elif [ ${TYPO3} -eq 10 ]; then
composer require typo3/cms-core:^10.4 typo3/testing-framework:^6 phpunit/phpunit ^8.4 --dev -W --no-progress --no-interaction
else
composer require typo3/cms-core:^12.4 typo3/coding-standards:^0.7 --dev -W --no-progress --no-interaction
composer require typo3/cms-core:^12.4 --dev -W --no-progress --no-interaction
fi
"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require-dev": {
"phpstan/phpstan": "^0.12.37",
"phpunit/phpunit": "^9.5",
"typo3/coding-standards": "^0.7",
"typo3/coding-standards": "^0.5",
"typo3/tailor": "^1.4",
"typo3/testing-framework": "^7.0"
},
Expand Down

0 comments on commit 4c963a7

Please sign in to comment.