We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af93401 + 169a862 commit e5fb5c3Copy full SHA for e5fb5c3
composer.json
@@ -18,17 +18,17 @@
18
}
19
],
20
"require": {
21
- "php": "^8.0|^8.1",
+ "php": "^8.0|^8.1|^8.2",
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"
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0"
25
},
26
"suggest": {
27
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
28
"monolog/monolog": "Allows for storing location not found errors to the log"
29
30
"require-dev": {
31
- "phpunit/phpunit": "^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0",
32
"mockery/mockery": "^1.3",
33
"geoip2/geoip2": "~2.1",
34
"vlucas/phpdotenv": "^5.0",
0 commit comments