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 ac2db20 commit 8a800b4
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 @@ -28,11 +28,11 @@
"require-dev": {
"ext-json": "*",
"ext-xdebug": "*",
"ergebnis/composer-normalize": "~2.30",
"laravel/pint": "~1.8",
"orchestra/testbench": "~3.1 || ~4.18 || ~5.20 || ~6.27 || ~7.24 || ~8.3",
"phpstan/phpstan": "~1.10",
"phpunit/phpunit": "~5.7 || ~6.5 || ~7.5 || ~8.5 || ~9.6 || ~10.0"
"ergebnis/composer-normalize": "^2.30",
"laravel/pint": "^1.8",
"orchestra/testbench": "^3.1 || ^4.18 || ^5.20 || ^6.27 || ^7.24 || ^8.3",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.6 || ^10.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 8a800b4

Please sign in to comment.