Skip to content

Commit 8a2b351

Browse files
chore(deps): update all non-major dependencies
1 parent 5b83d11 commit 8a2b351

File tree

5 files changed

+264
-255
lines changed

5 files changed

+264
-255
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
<<: *defaults
99

1010
docker:
11-
- image: php:8.1
11+
- image: php:8.2
1212

1313
steps:
1414
- checkout

drupal/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"require": {
1818
"composer/installers": "2.2.0",
1919
"cweagans/composer-patches": "^1.7.2",
20-
"drupal/core-composer-scaffold": "9.4.8",
21-
"drupal/core-project-message": "9.4.8",
22-
"drupal/core-recommended": "9.4.8",
20+
"drupal/core-composer-scaffold": "9.4.9",
21+
"drupal/core-project-message": "9.4.9",
22+
"drupal/core-recommended": "9.4.9",
2323
"drupal/druxt": "1.1.1",
2424
"drupal/simple_oauth": "^5.2.2",
2525
"drush/drush": "11.3.2",
2626
"vlucas/phpdotenv": "^5.5.0"
2727
},
2828
"require-dev": {
29-
"drupal/core-dev": "9.4.8"
29+
"drupal/core-dev": "9.4.9"
3030
},
3131
"conflict": {
3232
"drupal/drupal": "*"

0 commit comments

Comments
 (0)