Skip to content

Commit 8c08f6e

Browse files
committed
Bump drupal/core version requirement for all modules.
1 parent 69bec8f commit 8c08f6e

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci-per-module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- themekit
2121
php: [8.3]
2222
composer-flags: ['', '--prefer-lowest']
23-
drupal-constraint: ['^11.0.5']
23+
drupal-constraint: ['^11.1.8']
2424

2525
defaults:
2626
run:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"donquixote/nicetrace": "^0.0.4",
4242
"drupal/admin_toolbar": "^3.4",
4343
"drupal/controller_attributes": "self.version",
44-
"drupal/core-composer-scaffold": "^11.0.5",
45-
"drupal/core-project-message": "^11.0.5",
46-
"drupal/core-recommended": "^11.0.5",
44+
"drupal/core-composer-scaffold": "^11.1.8",
45+
"drupal/core-project-message": "^11.1.8",
46+
"drupal/core-recommended": "^11.1.8",
4747
"drupal/devel": "^5.2",
4848
"drupal/ock": "self.version",
4949
"drupal/renderkit": "self.version",
@@ -57,7 +57,7 @@
5757
"require-dev": {
5858
"ext-dom": "*",
5959
"ext-libxml": "*",
60-
"drupal/core-dev": "^11.0.5",
60+
"drupal/core-dev": "^11.1.8",
6161
"league/container": "^4.2.2",
6262
"ock/drupal-testing": "self.version",
6363
"phpspec/prophecy-phpunit": "^2.2.0",

modules/controller_attributes/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=8.3",
8-
"drupal/core": "^11.0.5"
8+
"drupal/core": "^11.1.8"
99
},
1010
"require-dev": {
1111
"ock/drupal-testing": "self.version"

modules/ock/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=8.3",
88
"drupal/controller_attributes": "self.version",
9-
"drupal/core": "^11.0.5",
9+
"drupal/core": "^11.1.8",
1010
"drupal/service_discovery": "self.version",
1111
"drupal/themekit": "*",
1212
"ock/adaptism": "*",

modules/renderkit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=8.3",
88
"drupal/controller_attributes": "self.version",
9-
"drupal/core": "^11.0.5",
9+
"drupal/core": "^11.1.8",
1010
"drupal/ock": "*",
1111
"drupal/service_discovery": "self.version",
1212
"drupal/themekit": "*",

modules/service_discovery/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=8.3",
8-
"drupal/core": "^11.0.5",
8+
"drupal/core": "^11.1.8",
99
"ock/dependency-injection": "self.version"
1010
},
1111
"require-dev": {

modules/themekit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=8.3",
8-
"drupal/core": "^11.0.5"
8+
"drupal/core": "^11.1.8"
99
},
1010
"require-dev": {
1111
"ock/drupal-testing": "self.version"

packages/drupal-testing/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": ">=8.3",
2323
"ext-json": "*",
24-
"drupal/core": "^11.0.5",
24+
"drupal/core": "^11.1.8",
2525
"ock/testing": "self.version"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)