Skip to content

Commit

Permalink
Move 'cweagans/composer-patches' dependency from 'require-dev' to 're…
Browse files Browse the repository at this point in the history
…quire'.

Also normalize the version requirement to '^1'.
There was no good reason for the '~1.0'.
  • Loading branch information
donquixote committed Nov 26, 2024
1 parent 5ca6a78 commit 3faba19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=8.1",
"cweagans/composer-patches": "^1",
"drupal/jwt": "^2.0"
},
"require-dev": {
"composer/installers": "^2",
"cweagans/composer-patches": "~1.0",
"drupal/core-composer-scaffold": "^10.3.6",
"drupal/core-dev": "^10.3.6",
"drupal/core-recommended": "^10.3.6",
Expand Down

0 comments on commit 3faba19

Please sign in to comment.