Skip to content

Commit

Permalink
Add prefer-stable: true
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Mar 14, 2024
1 parent e0af9f8 commit ebe189a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"jangregor/phpstan-prophecy": "^1.0",
"phpunit/phpunit": "^9.6"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"DrupalTools\\": "src"
Expand Down Expand Up @@ -51,7 +52,8 @@
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": false
}
},
"extra": {
Expand Down

0 comments on commit ebe189a

Please sign in to comment.