Skip to content

Commit a525999

Browse files
Allow newer version of devel (Drupal 11 / 11.1 compatible version) (#122)
* Update drupal/devel requirement from 5.1.2 || 5.2.1 to ^5.3.1 Updates the requirements on drupal/devel to permit the latest version. --- updated-dependencies: - dependency-name: drupal/devel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update composer.json * Update composer.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Parsons <471936+joeparsons@users.noreply.github.com>
1 parent 0dbd4fe commit a525999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dealerdirect/phpcodesniffer-composer-installer": "*",
2626
"drupal/config_inspector": "2.1.9",
2727
"drupal/core-dev": "*",
28-
"drupal/devel": "5.1.2 || 5.2.1",
28+
"drupal/devel": "^5.1.2 || ^5.2.1 || ^5.3.1",
2929
"drupal/migrate_devel": "3.0.0",
3030
"drupal/upgrade_status": "4.3.5",
3131
"kint-php/kint": "5.1.1",

0 commit comments

Comments
 (0)