Skip to content

Commit

Permalink
feat: Update v12 constraints and drop v10
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuf committed Jan 15, 2024
1 parent 4b689eb commit a605e62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ jobs:
strategy:
matrix:
include:
- php-version: '7.4'
typo3-version: '^10.4'
- php-version: '7.4'
typo3-version: '^11.5'
- php-version: '8.0'
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
}
},
"require": {
"typo3/cms-core": "^10.4 || ^11.5",
"typo3/cms-core": "^11.5 || ^12.4",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"rector/rector": "^0.12.23",
"typo3/testing-framework": "^6.16",
"typo3/testing-framework": "^8.0",
"phpspec/prophecy-phpunit": "^2.0",
"symplify/easy-coding-standard": "^10.2"
"symplify/easy-coding-standard": "^12.0"
},
"extra": {
"typo3/cms": {
Expand Down
10 changes: 0 additions & 10 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,4 @@
'author' => 'Xavier Perseguers',
'author_email' => '[email protected]',
'author_company' => 'Swisscom (Schweiz) AG',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-9.5.99',
'php' => '7.0.0-7.2.99',
],
'conflicts' => [
],
'suggests' => [
],
]
];

0 comments on commit a605e62

Please sign in to comment.