diff --git a/composer.json b/composer.json index 3f3f28c..785f06a 100644 --- a/composer.json +++ b/composer.json @@ -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,