diff --git a/composer.json b/composer.json index 179d423..e3f6845 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,6 @@ "role": "Developer" } ], - "require": { - "php": "^8.2" - }, "autoload": { "psr-4": { "MarjovanLier\\StringManipulation\\": "src" @@ -41,6 +38,9 @@ }, "minimum-stability": "stable", "prefer-stable": true, + "require": { + "php": "^8.2" + }, "require-dev": { "infection/infection": "^0.27.9", "laravel/pint": "^1.13", @@ -82,4 +82,4 @@ "test:phpunit": "php -d memory_limit=-1 ./vendor/bin/phpunit --no-coverage --no-logging", "test:rector": "php -d memory_limit=-1 ./vendor/bin/rector --dry-run" } -} +} \ No newline at end of file