Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann committed Mar 22, 2024
1 parent e5fb5c3 commit a060061
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
}
],
"require": {
"php": "^8.0|^8.1|^8.2",
"illuminate/cache": "^8.0|^9.0|^10.0",
"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",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
"suggest": {
Expand All @@ -30,9 +30,9 @@
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0",
"mockery/mockery": "^1.3",
"geoip2/geoip2": "~2.1",
"geoip2/geoip2": "~2.1|~3.0",
"vlucas/phpdotenv": "^5.0",
"phpstan/phpstan": "^0.12.14",
"phpstan/phpstan": "^0.12.14|^1.9",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
Expand Down

0 comments on commit a060061

Please sign in to comment.