Skip to content

Commit

Permalink
Remove Drupal core 10.1 compatibility from Product extension's compos…
Browse files Browse the repository at this point in the history
…er.json

Change-Id: I835be9beea4dd6312a043541a892ada149ce9aee
Issue-Link: https://project.pronovix.net/issues/28212
  • Loading branch information
morvaim2 committed Jun 11, 2024
1 parent dcbb921 commit 6231a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"behat/mink": "^1.8",
"cweagans/composer-patches": "^1.7",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"drupal/core-dev": "~10.1.0 || ^10.2.5",
"drupal/core-dev": "^10.2.5",
"drupal/drupal-extension": "^4.1.0 || ^5.0",
"drush/drush": "^11.5.0 || ^12.0.1",
"ergebnis/composer-normalize": "^2.38.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/static/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"composer/composer": "^2.0",
"drupal/core": "~10.1.0 || ^10.2.5",
"drupal/core": "^10.2.5",
"phpstan/phpstan": "^1.8.11",
"phpstan/phpstan-deprecation-rules": "^1.0"
},
Expand Down

0 comments on commit 6231a60

Please sign in to comment.