Skip to content

Commit

Permalink
Test against recent v13
Browse files Browse the repository at this point in the history
  • Loading branch information
bnf committed Oct 15, 2024
1 parent 82ae087 commit 7322049
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .build/packages/cache_status/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"license": "GPL-2.0+",
"require": {
"typo3/cms-core": "^12.4.0 || ~13.0.0 || dev-main"
"typo3/cms-core": "^12.4.0 || ^13.0.0 || dev-main"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion .build/packages/cache_status/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'version' => '1.3.4',
'constraints' => array(
'depends' => array(
'typo3' => '10.4.0-12.4.99',
'typo3' => '10.4.0-13.4.99',
),
'conflicts' => array(
),
Expand Down
17 changes: 8 additions & 9 deletions .build/v13-dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
"bnf/cache-status": "@dev",
"bnf/nginx-cache": "@dev",
"cweagans/composer-patches": "^1.7",
"doctrine/dbal": "4.0.0-RC2@rc",
"typo3/cms-adminpanel": "13.1.x-dev as 13.0.0",
"typo3/cms-backend": "13.1.x-dev as 13.0.0",
"typo3/cms-core": "13.1.x-dev as 13.0.0",
"typo3/cms-extbase": "13.1.x-dev as 13.0.0",
"typo3/cms-filelist": "13.1.x-dev as 13.0.0",
"typo3/cms-fluid": "13.1.x-dev as 13.0.0",
"typo3/cms-frontend": "13.1.x-dev as 13.0.0",
"typo3/cms-install": "13.1.x-dev as 13.0.0"
"typo3/cms-adminpanel": "13.4.x-dev as 13.4.0",
"typo3/cms-backend": "13.4.x-dev as 13.4.0",
"typo3/cms-core": "13.4.x-dev as 13.4.0",
"typo3/cms-extbase": "13.4.x-dev as 13.4.0",
"typo3/cms-filelist": "13.4.x-dev as 13.4.0",
"typo3/cms-fluid": "13.4.x-dev as 13.4.0",
"typo3/cms-frontend": "13.4.x-dev as 13.4.0",
"typo3/cms-install": "13.4.x-dev as 13.4.0"
},
"config": {
"allow-plugins": {
Expand Down
21 changes: 5 additions & 16 deletions .build/v13/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,14 @@
"require": {
"bnf/cache-status": "@dev",
"bnf/nginx-cache": "@dev",
"cweagans/composer-patches": "^1.7",
"doctrine/dbal": "4.0.0-RC2@rc",
"typo3/cms-adminpanel": "~13.0.0",
"typo3/cms-install": "~13.0.0",
"typo3/minimal": "~13.0.0"
},
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"typo3/cms-install": {
"[BUGFIX] Cast database port to int in setup command": "patches/f5296972ae7-install.patch"
}
}
"typo3/cms-adminpanel": "^13.1",
"typo3/cms-install": "^13.1",
"typo3/minimal": "^13.1"
},
"config": {
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true,
"cweagans/composer-patches": true
"typo3/class-alias-loader": false,
"typo3/cms-composer-installers": true
}
}
}
86 changes: 0 additions & 86 deletions .build/v13/patches/f5296972ae7-install.patch

This file was deleted.

0 comments on commit 7322049

Please sign in to comment.