Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea authored Nov 2, 2024
1 parent f18f8f1 commit 8a99e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
}
},
"require": {
"drush/drush": "^11.0 || ^12.0"
"drush/drush": "^12.5 || ^13.3"
},
"require-dev": {
"composer/installers": "^2",
"drupal/core-composer-scaffold": ">=10.0",
"drupal/core-recommended": ">=10.0",
"phpunit/phpunit": "^9.6",
"drupal/core-recommended": "^10.3 || ^11",
"phpunit/phpunit": "^9.6 || ^10.5",
"squizlabs/php_codesniffer": "^3.7"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 8a99e76

Please sign in to comment.