Skip to content

Commit 2c8e574

Browse files
authored
Merge pull request #11 from infinitypaul/Laravel-10-Support
Laravel 10 Support
2 parents 4b1a771 + c355622 commit 2c8e574

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.1"
21+
"php": "^7.1|^8.0",
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^4.0",
25-
"phpunit/phpunit": "^8.0"
24+
"orchestra/testbench": "^4.0|^8.0",
25+
"phpunit/phpunit": "^8.0|^9.3"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)