diff --git a/composer.json b/composer.json index 246bc01..c58a6a4 100644 --- a/composer.json +++ b/composer.json @@ -23,20 +23,19 @@ } }, "require": { - "php": "^7.4 || ^8.0", + "php": " >=8.3", "cron/cron": "^1.4", + "ibexa/core": "~5.0.x-dev", + "symfony/config": "^5.0", + "symfony/console": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", - "symfony/console": "^5.0", - "symfony/config": "^5.0", - "symfony/process": "^5.0", - "ibexa/core": "~5.0.0@dev" + "symfony/process": "^5.0" }, "require-dev": { - "ibexa/code-style": "^1.0", - "ibexa/doctrine-schema": "~5.0.0@dev", "friendsofphp/php-cs-fixer": "^3.0", - "phpunit/phpunit": "^6.4 || ^7.0" + "ibexa/code-style": "^1.0", + "ibexa/doctrine-schema": "~5.0.x-dev" }, "scripts": { "fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots" @@ -45,5 +44,8 @@ "branch-alias": { "dev-main": "5.0.x-dev" } + }, + "config": { + "sort-packages": true } }