Skip to content

Commit

Permalink
[RELEASE] 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achimfritz committed Oct 15, 2024
1 parent dd9772d commit e7960d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Build/Scripts/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ case ${TEST_SUITE} in
composer require typo3/cms-core:^11.5 ichhabrecht/content-defender --dev -W --no-progress --no-interaction
composer prepare-tests
elif [ ${TYPO3} -eq 13 ]; then
composer require typo3/cms-core:^13.0 --dev -W --no-progress --no-interaction
composer require typo3/cms-core:^13.4 --dev -W --no-progress --no-interaction
composer prepare-tests
else
composer require typo3/cms-core:^12.4 ichhabrecht/content-defender --dev -W --no-progress --no-interaction
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://b13.com",
"license": ["GPL-2.0-or-later"],
"require": {
"typo3/cms-backend": "^11.5 || ^12.4 || ^13.0"
"typo3/cms-backend": "^11.5 || ^12.4 || ^13.4"
},
"autoload": {
"psr-4": {
Expand All @@ -30,10 +30,10 @@
},
"require-dev": {
"b13/container-example": "dev-master",
"typo3/cms-install": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-fluid-styled-content": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-info": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-workspaces": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-install": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-fluid-styled-content": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-info": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-workspaces": "^11.5 || ^12.4 || ^13.4",
"typo3/testing-framework": "^7.0 || ^8.0",
"phpstan/phpstan": "^1.10",
"typo3/coding-standards": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => true,
'version' => '2.3.6',
'version' => '3.0.0',
'constraints' => [
'depends' => ['typo3' => '11.5.0-13.99.99'],
'conflicts' => [],
Expand Down

0 comments on commit e7960d1

Please sign in to comment.