Skip to content

Commit a060061

Browse files
authored
Update composer.json
1 parent e5fb5c3 commit a060061

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
}
1919
],
2020
"require": {
21-
"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",
21+
"php": "^8.0|^8.1|^8.2|^8.3",
22+
"illuminate/cache": "^8.0|^9.0|^10.0|^11.0",
23+
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
2424
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
2525
},
2626
"suggest": {
@@ -30,9 +30,9 @@
3030
"require-dev": {
3131
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0",
3232
"mockery/mockery": "^1.3",
33-
"geoip2/geoip2": "~2.1",
33+
"geoip2/geoip2": "~2.1|~3.0",
3434
"vlucas/phpdotenv": "^5.0",
35-
"phpstan/phpstan": "^0.12.14",
35+
"phpstan/phpstan": "^0.12.14|^1.9",
3636
"squizlabs/php_codesniffer": "^3.5"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)