Skip to content

Commit

Permalink
Add minimum-stability and prefer-stable to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Jun 26, 2023
1 parent 792b853 commit c26a837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"orchestra/testbench": "^7.0 || ^8.0",
"phpstan/extension-installer": "^1.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Williamjulianvicary\\LaravelJobResponse\\": "src"
Expand Down

0 comments on commit c26a837

Please sign in to comment.