diff --git a/composer.json b/composer.json index cb51092..54642ca 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ "require": { "php": "^8.1", "api-platform/core": "^3.0", - "symfony/dependency-injection": "^6.0", - "symfony/http-foundation": "^6.0", - "symfony/http-kernel": "^6.0", - "symfony/routing": "^6.0", - "symfony/config": "^6.0" + "symfony/dependency-injection": "^6.0|^7.0", + "symfony/http-foundation": "^6.0|^7.0", + "symfony/http-kernel": "^6.0|^7.0", + "symfony/routing": "^6.0|^7.0", + "symfony/config": "^6.0|^7.0" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.4", "roave/security-advisories": "dev-latest" }, "autoload": { @@ -32,5 +32,8 @@ "psr-4": { "Linku\\ApiDocumentationBundle\\": "tests/" } + }, + "config": { + "sort-packages": true } }