diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 303d131..6fabe66 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -61,14 +61,6 @@ jobs: path: ${{ steps.composercache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }} restore-keys: ${{ runner.os }}-composer- - - - name: "Use an early version of Api-platform with symfony 6 support" - if: ${{ matrix.api-platform == 'early' }} - env: - SYMFONY_REQUIRE: "${{ matrix.symfony-require }}" - run: | - composer config repositories.api-platform git https://github.com/PierreRebeilleau/core.git - composer require api-platform/core:dev-test-compatibility --no-update --dev - name: "Install dependencies with composer" env: diff --git a/composer.json b/composer.json index a255fe9..07e8675 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "symfony/validator": "^4.4|^5.2|^6.0", "api-platform/core": "^2.7.0", - "symfony/deprecation-contracts": "^2.7|^3.1", + "symfony/deprecation-contracts": "^2.1|^3", "friendsofsymfony/rest-bundle": "^2.8|^3.0", "willdurand/hateoas-bundle": "^1.0|^2.0",