Skip to content

Commit

Permalink
Added composer minimum-stability
Browse files Browse the repository at this point in the history
- otherwise orchestra/testbench does not require laravel 9 (only <=8 ?).
  relevant for unit tests only though
  • Loading branch information
tbruckmaier committed Jan 24, 2023
1 parent 3d3fff1 commit c7869ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"homepage": "http://jgrossi.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0|^8.0",
"jgrossi/corcel": ">=2.5",
Expand Down

0 comments on commit c7869ae

Please sign in to comment.