diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0b9a71f7c1..73e37ad5f57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: - operating-system: 'ubuntu-20.04' php-version: '7.2' - job-description: 'with Sf ^4' - execute-flex-with-symfony-version: '^4' # Explicit check for Sf 4.x compatibility - operating-system: 'ubuntu-20.04' php-version: '7.3' diff --git a/composer.json b/composer.json index 5ef7410513e..a7f0386e8cf 100644 --- a/composer.json +++ b/composer.json @@ -21,16 +21,16 @@ "composer/xdebug-handler": "^2.0", "doctrine/annotations": "^1.12", "php-cs-fixer/diff": "^2.0", - "symfony/console": "^4.4.20 || ^5.1.3 || ^6.0", - "symfony/event-dispatcher": "^4.4.20 || ^5.0 || ^6.0", - "symfony/filesystem": "^4.4.20 || ^5.0 || ^6.0", - "symfony/finder": "^4.4.20 || ^5.0 || ^6.0", - "symfony/options-resolver": "^4.4.20 || ^5.0 || ^6.0", + "symfony/console": "^5.1.3 || ^6.0", + "symfony/event-dispatcher": "^5.0 || ^6.0", + "symfony/filesystem": "^5.0 || ^6.0", + "symfony/finder": "^5.0 || ^6.0", + "symfony/options-resolver": "^5.0 || ^6.0", "symfony/polyfill-mbstring": "^1.23", "symfony/polyfill-php80": "^1.23", "symfony/polyfill-php81": "^1.23", - "symfony/process": "^4.4.20 || ^5.0 || ^6.0", - "symfony/stopwatch": "^4.4.20 || ^5.0 || ^6.0" + "symfony/process": "^5.0 || ^6.0", + "symfony/stopwatch": "^5.0 || ^6.0" }, "require-dev": { "justinrainbow/json-schema": "^5.2", @@ -46,7 +46,7 @@ "phpunitgoodpractices/polyfill": "^1.5", "phpunitgoodpractices/traits": "^1.9.1", "symfony/phpunit-bridge": "^5.2.4 || ^6.0", - "symfony/yaml": "^4.4.20 || ^5.0 || ^6.0" + "symfony/yaml": "^5.0 || ^6.0" }, "suggest": { "ext-dom": "For handling output formats in XML",