Skip to content

Commit

Permalink
Adjust dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Sep 5, 2024
1 parent ad9516c commit f9b7611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-intl": "*",
"illuminate/support": "^10 || ^11.0",
"guzzlehttp/guzzle": "^7.0"
Expand All @@ -34,7 +34,7 @@
"orchestra/testbench": "^8.8 || ^9.0",
"phpstan/phpstan": "^1.10",
"nunomaduro/collision": "^7.6 || ^8.0",
"laravel/pint": "^1.15"
"laravel/pint": "^1.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit f9b7611

Please sign in to comment.