Skip to content

Commit e5fb5c3

Browse files
authored
Merge pull request #243 from rafalpietrzakio/master
Update for Laravel 11 compatability
2 parents af93401 + 169a862 commit e5fb5c3

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,17 +18,17 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.0|^8.1",
21+
"php": "^8.0|^8.1|^8.2",
2222
"illuminate/cache": "^8.0|^9.0|^10.0",
2323
"illuminate/console": "^8.0|^9.0|^10.0",
24-
"illuminate/support": "^8.0|^9.0|^10.0"
24+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
2525
},
2626
"suggest": {
2727
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
2828
"monolog/monolog": "Allows for storing location not found errors to the log"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^8.0|^9.0|^10.0",
31+
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0",
3232
"mockery/mockery": "^1.3",
3333
"geoip2/geoip2": "~2.1",
3434
"vlucas/phpdotenv": "^5.0",

0 commit comments

Comments
 (0)