Skip to content

Commit 8188ece

Browse files
committed
Laravel 10.x Compatibility
1 parent 72f30fa commit 8188ece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.0",
26-
"laravel/framework": "^9.0",
25+
"php": ">=8.0",
26+
"laravel/framework": "^9.0|^10.0",
2727
"guzzlehttp/guzzle": "^7.4",
2828
"jenssegers/agent": "2.6.*"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^9.5",
31+
"phpunit/phpunit": "^9.5|^10.0.4",
3232
"orchestra/testbench": "^7.4"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)