Skip to content

Commit 8d0d72f

Browse files
authored
Support Laravel 11 (#36)
1 parent c0c0b1c commit 8d0d72f

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
@@ -18,11 +18,11 @@
1818
"require": {
1919
"php": "^8.0",
2020
"google/analytics-data": "^0.8.0",
21-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
21+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^6.0|^7.0",
25-
"phpunit/phpunit": "^9.0"
24+
"orchestra/testbench": "^6.0|^7.0|^9.0",
25+
"phpunit/phpunit": "^9.0|^10.0|^11.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)