We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fb5c3 commit a060061Copy full SHA for a060061
composer.json
@@ -18,9 +18,9 @@
18
}
19
],
20
"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",
+ "php": "^8.0|^8.1|^8.2|^8.3",
+ "illuminate/cache": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/console": "^8.0|^9.0|^10.0|^11.0",
24
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
25
},
26
"suggest": {
@@ -30,9 +30,9 @@
30
"require-dev": {
31
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0",
32
"mockery/mockery": "^1.3",
33
- "geoip2/geoip2": "~2.1",
+ "geoip2/geoip2": "~2.1|~3.0",
34
"vlucas/phpdotenv": "^5.0",
35
- "phpstan/phpstan": "^0.12.14",
+ "phpstan/phpstan": "^0.12.14|^1.9",
36
"squizlabs/php_codesniffer": "^3.5"
37
38
"autoload": {
0 commit comments