Skip to content

Commit

Permalink
Add Ramsalt utility packages to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jfauske authored Oct 15, 2024
1 parent f29563c commit a48e5c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
},
"require-dev": {
"drupal/core-dev": "^11@alpha",
"ergebnis/composer-normalize": "^2.42"
"ergebnis/composer-normalize": "^2.42",
"ramsalt/common-behat-tests": "",
"ramsalt/phpcompatibility-meta": ""
},
"conflict": {
"drupal/drupal": "*"
Expand Down Expand Up @@ -71,7 +73,9 @@
"composer-exit-on-patch-failure": true,
"drupal-scaffold": {
"allowed-packages": [
"ramsalt/drupal-scaffold"
"ramsalt/drupal-scaffold",
"ramsalt/common-behat-tests",
"ramsalt/phpcompatibility-meta"
],
"file-mapping": {
"[project-root]/.gitignore": false,
Expand Down

0 comments on commit a48e5c9

Please sign in to comment.