Skip to content

Commit 7c86ead

Browse files
authored
Support for Laravel 10 (#63)
* Support for L10 * Above php 8
1 parent dad1d6b commit 7c86ead

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
@@ -14,12 +14,12 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.0",
18-
"illuminate/support": "^8.0|^9.0",
17+
"php": ">=8.0",
18+
"illuminate/support": "^8.0|^9.0|^10.0",
1919
"google/apiclient": "^2.9"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^9.5.10",
22+
"phpunit/phpunit": "^9.5.10|^10.0",
2323
"mockery/mockery": "^1.2.3"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)