Skip to content

Commit 9d938d2

Browse files
chore: laravel 10 support added
1 parent 0de672a commit 9d938d2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2.5|^8.0",
19+
"php": "^8.0|^8.1",
2020
"ext-json": "*",
2121
"guzzlehttp/guzzle": "^7.4",
22-
"illuminate/support": "^9.0|^8.0|^7.0|^6.0"
22+
"illuminate/support": "^9.0|^10.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^6.0|^7.0",
26-
"phpunit/phpunit": "^8.5.8|^9.5"
25+
"phpunit/phpunit": "^9.5|^10.1"
2726
},
2827
"autoload": {
2928
"psr-4": {

0 commit comments

Comments
 (0)