Skip to content

Commit

Permalink
Merge pull request #197 from pagemachine/typo3v11-dbal
Browse files Browse the repository at this point in the history
[BUGFIX] Require TYPO3 11.5.4 or newer for latest DBAL API
  • Loading branch information
mbrodala authored Dec 15, 2023
2 parents 95a8cfe + c60edd9 commit 63b5df3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
php:
- '8.1'
typo3:
- ^11.5.3
- ^11.5.4
- ^12.4
include:
- php: '8.0'
typo3: ^11.5.3
typo3: ^11.5.4

steps:
- uses: actions/checkout@v4
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"php": "^8.0",
"league/csv": "^9.1",
"nimmneun/onesheet": "^1.0",
"typo3/cms-backend": "^11.5 || ^12.4",
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-extbase": "^11.5 || ^12.4",
"typo3/cms-fluid": "^11.5 || ^12.4",
"typo3/cms-form": "^11.5 || ^12.4",
"typo3/cms-frontend": "^11.5 || ^12.4",
"typo3/cms-backend": "^11.5.4 || ^12.4",
"typo3/cms-core": "^11.5.4 || ^12.4",
"typo3/cms-extbase": "^11.5.4 || ^12.4",
"typo3/cms-fluid": "^11.5.4 || ^12.4",
"typo3/cms-form": "^11.5.4 || ^12.4",
"typo3/cms-frontend": "^11.5.4 || ^12.4",
"typo3fluid/fluid": "^2.3"
},
"require-dev": {
Expand All @@ -40,7 +40,7 @@
"rector/rector": "^0.18.5",
"saschaegerer/phpstan-typo3": "^1.0.0",
"sclable/xml-lint": "^0.6.0",
"typo3/cms-scheduler": "^11.5 || ^12.4",
"typo3/cms-scheduler": "^11.5.4 || ^12.4",
"typo3/coding-standards": "^0.7.1",
"typo3/testing-framework": "^7.0 || ^8.0"
},
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 @@
'version' => '2.2.3',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
'typo3' => '11.5.4-12.4.99',
],
],
];

0 comments on commit 63b5df3

Please sign in to comment.