File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1818 typo3-versions : ' ^12'
1919 - php-versions : ' 8.2'
2020 typo3-versions : ' ^13'
21+ - php-versions : ' 8.2'
22+ typo3-versions : ' ^14.0.x-dev'
2123 - php-versions : ' 8.3'
2224 typo3-versions : ' ^12'
2325 - php-versions : ' 8.3'
Original file line number Diff line number Diff line change 2828 ],
2929 "require" : {
3030 "php" : " >= 8.1.0, <= 8.5.99" ,
31- "typo3/cms-core" : " ^12 || ^13 || ^ 14.0.x- dev"
31+ "typo3/cms-core" : " ^12 || ^13 || 14.*.*@ dev"
3232 },
33+ "minimum-stability" : " dev" ,
34+ "prefer-stable" : true ,
3335 "require-dev" : {
3436 "ergebnis/composer-normalize" : " ^2.44" ,
3537 "phpstan/phpstan" : " ^1.10" ,
36- "phpunit/phpunit" : " ^10.5" ,
38+ "phpunit/phpunit" : " ^10.5 || ^11.2.5 " ,
3739 "typo3/coding-standards" : " ^0.8" ,
38- "typo3/testing-framework" : " ^8.3"
40+ "typo3/testing-framework" : " ^8.3 || ^9.2 "
3941 },
4042 "autoload" : {
4143 "psr-4" : {
You can’t perform that action at this time.
0 commit comments