Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Jun 30, 2023
1 parent 30acb0e commit f5d9fae
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"orchestra/testbench": "^7.0 || ^8.0",
"phpstan/extension-installer": "^1.3"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand All @@ -49,6 +49,7 @@
"phpstan/extension-installer": true,
"ergebnis/composer-normalize": true
},
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
Expand Down
7 changes: 7 additions & 0 deletions vendor-bin/php-coveralls/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"require-dev": {
"php-coveralls/php-coveralls": "^2.5"
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
}
}
7 changes: 7 additions & 0 deletions vendor-bin/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.18"
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
}
}

0 comments on commit f5d9fae

Please sign in to comment.