Skip to content

Commit af93401

Browse files
authored
Merge pull request #223 from SamuelNitsche/laravel-10-compatibility
Add support for Laravel 10
2 parents 3d730ae + 6a94b22 commit af93401

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.0",
22-
"illuminate/cache": "^8.0|^9.0",
23-
"illuminate/console": "^8.0|^9.0",
24-
"illuminate/support": "^8.0|^9.0"
21+
"php": "^8.0|^8.1",
22+
"illuminate/cache": "^8.0|^9.0|^10.0",
23+
"illuminate/console": "^8.0|^9.0|^10.0",
24+
"illuminate/support": "^8.0|^9.0|^10.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",
31+
"phpunit/phpunit": "^8.0|^9.0|^10.0",
3232
"mockery/mockery": "^1.3",
3333
"geoip2/geoip2": "~2.1",
3434
"vlucas/phpdotenv": "^5.0",

0 commit comments

Comments
 (0)