Skip to content

Commit

Permalink
Merge pull request #20 from jweiland-net/typo3_12_compatibility
Browse files Browse the repository at this point in the history
Update dependencies to TYPO3 12
  • Loading branch information
sfroemkenjw authored Dec 4, 2024
2 parents 09183ca + c102b0e commit 6363934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"typo3/cms-core": "^10.4.19 || ^11.5.1"
"typo3/cms-core": "^12.4.15"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0"
Expand Down Expand Up @@ -42,8 +42,6 @@
"php:fix": ".build/vendor/bin/php-cs-fixer --config=Build/.php_cs.php fix Classes",
"ci:php:lint": "find *.php Classes Configuration -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
"ci:php:fixer": ".build/vendor/bin/php-cs-fixer --config=Build/.php_cs.php fix --dry-run -v --diff --show-progress=dots Classes",
"ci:tests:unit": "php -d date.timezone=Europe/Berlin .build/vendor/bin/phpunit -c .build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit",
"ci:tests:functional": "find 'Tests/Functional' -wholename '*Test.php' | parallel --gnu 'echo; echo \"Running functional test suite {}\"; php -d date.timezone=Europe/Berlin .build/vendor/bin/phpunit -c .build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml {}';",
"link-extension": [
"@php -r 'is_dir($extFolder=__DIR__.\"/.build/public/typo3conf/ext/\") || mkdir($extFolder, 0777, true);'",
"@php -r 'file_exists($extFolder=__DIR__.\"/.build/public/typo3conf/ext/indexnow\") || symlink(__DIR__,$extFolder);'"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'version' => '0.0.4',
'constraints' => [
'depends' => [
'typo3' => '10.4.19-11.5.99',
'typo3' => '12.4.15-12.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 6363934

Please sign in to comment.