Skip to content

Commit 4c58fa6

Browse files
committed
chore: upgrade composer deps
1 parent 2eab693 commit 4c58fa6

5 files changed

Lines changed: 525 additions & 469 deletions

File tree

composer.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,44 +16,44 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0",
19+
"php": "*",
2020
"ext-json": "*",
2121
"ext-zip": "*",
22-
"alchemy/zippy": "dev-master",
23-
"amazeeio/drupal_integrations": "^0.3.7",
22+
"alchemy/zippy": "^0.4.9",
23+
"amazeeio/drupal_integrations": "^0.5.0",
2424
"cweagans/composer-patches": "^1.7",
25-
"drupal/address": "^1.11",
26-
"drupal/admin_toolbar": "^3.1",
25+
"drupal/address": "^1.12",
26+
"drupal/admin_toolbar": "^3.6",
2727
"drupal/components": "^2.4",
2828
"drupal/console": "^1.9",
2929
"drupal/core": "^9.5",
30-
"drupal/core-composer-scaffold": "^9.5",
30+
"drupal/core-composer-scaffold": "^11.2",
3131
"drupal/core-recommended": "^9.5",
3232
"drupal/entity_usage": "^2.0@beta",
3333
"drupal/environment_indicator": "^4.0",
34-
"drupal/gin": "^3.0@beta",
35-
"drupal/git_deploy": "^2.4",
36-
"drupal/graphql": "<4.0",
37-
"drupal/graphql_twig": "1.x-dev@dev",
34+
"drupal/gin": "^3.1",
35+
"drupal/git_deploy": "^2.6",
36+
"drupal/graphql": "^3.0",
37+
"drupal/graphql_twig": "^3.0",
3838
"drupal/honeypot": "^2.1",
39-
"drupal/lagoon_logs": "^2.0",
40-
"drupal/linkit": "6.0.x-dev@dev",
41-
"drupal/menu_item_extras": "^2.17",
42-
"drupal/metatag": "^1.21",
43-
"drupal/paragraphs": "^1.14",
44-
"drupal/pathauto": "^1.11",
45-
"drupal/purge": "^3.2",
46-
"drupal/redirect": "^1.7",
47-
"drupal/search_api": "^1.25",
39+
"drupal/lagoon_logs": "^2.1",
40+
"drupal/linkit": "^6.0",
41+
"drupal/menu_item_extras": "^3.0",
42+
"drupal/metatag": "^2.1",
43+
"drupal/paragraphs": "^1.17",
44+
"drupal/pathauto": "^1.13",
45+
"drupal/purge": "^3.6",
46+
"drupal/redirect": "^1.11",
47+
"drupal/search_api": "^1.30",
4848
"drupal/simple_sitemap": "^4.1",
49-
"drupal/tmgmt": "^1.14",
50-
"drupal/token": "^1.11",
51-
"drupal/varnish_purge": "^2.1",
52-
"drupal/video_embed_field": "^2.4",
53-
"drupal/webform": "^6.1",
54-
"drush/drush": "^11.1",
55-
"vlucas/phpdotenv": "^5.4",
56-
"wikimedia/composer-merge-plugin": "^2.0"
49+
"drupal/tmgmt": "^1.15",
50+
"drupal/token": "^1.15",
51+
"drupal/varnish_purge": "^2.3",
52+
"drupal/video_embed_field": "^2.5",
53+
"drupal/webform": "^6.2",
54+
"drush/drush": "^11.6",
55+
"vlucas/phpdotenv": "^5.6",
56+
"wikimedia/composer-merge-plugin": "^2.1"
5757
},
5858
"require-dev": {
5959
"drupal/core-dev": "^9.0.0",

0 commit comments

Comments
 (0)