Skip to content

Commit 6f451bc

Browse files
committed
change versions to check stability with laravel 9
1 parent 5a309cc commit 6f451bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=7.2",
22+
"php": ">=7.2|^8.0",
2323
"ext-json": "*",
2424
"guzzlehttp/guzzle": "^6.4|^7.0",
25-
"laravel/framework": "~5.8|~6|~7|~8",
25+
"laravel/framework": "~5.8|~6|~7|~8|~9",
2626
"nesbot/carbon": "~1.2|~2"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)