Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmcarvalho authored May 23, 2024
1 parent 3e94501 commit cdc9f10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"composer/composer": "^2.4.2",
"czproject/git-php": "^4.0.5",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^10.0|^11.0",
"linfo/linfo": "^4.0.7",
"ext-fileinfo": "*",
"ext-intl": "*"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"phpunit/phpunit": "^9.5"
"nunomaduro/collision": "^7.0|^8.0",
"phpunit/phpunit": "^9.5|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cdc9f10

Please sign in to comment.