Skip to content

Commit

Permalink
update syntax for composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsvpt committed Aug 12, 2023
1 parent ef9fe91 commit b53ea6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"require": {
"php": "^8.0",
"ext-gd": "*",
"illuminate/support": "~8.0 || ~9.0 || ~10.0",
"intervention/image": "~2.7"
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"intervention/image": "^2.7"
},
"require-dev": {
"ergebnis/composer-normalize": "~2.30",
"laravel/pint": "~1.5",
"orchestra/testbench": "~6.27 || ~7.24 || ~8.3",
"phpstan/phpstan": "~1.10",
"phpunit/phpunit": "~9.6 || ~10.0"
"ergebnis/composer-normalize": "^2.30",
"laravel/pint": "^1.5",
"orchestra/testbench": "^6.27 || ^7.24 || ^8.3",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6 || ^10.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit b53ea6d

Please sign in to comment.