diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index da2ef4dd..039d8a13 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,6 @@ jobs: strategy: matrix: php-version: - - '7.3' - '7.4' - '8.0' - '8.1' @@ -36,7 +35,7 @@ jobs: symfony-require: [''] variant: [normal] include: - - php-version: '7.3' + - php-version: '7.4' dependencies: lowest allowed-to-fail: false variant: normal diff --git a/composer.json b/composer.json index b12dd21c..480c1ab7 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "homepage": "https://docs.sonata-project.org/projects/SonataBlockBundle", "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "doctrine/collections": "^1.6", "doctrine/common": "^2.7.1 || ^3.0", "psr/cache": "^1.0 || ^2.0 || ^3.0", @@ -51,7 +51,7 @@ "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpstan/phpstan-symfony": "^1.0", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5.13", "psalm/plugin-phpunit": "^0.16", "psalm/plugin-symfony": "^3.0", "sonata-project/doctrine-extensions": "^1.10.1", @@ -62,6 +62,7 @@ "vimeo/psalm": "^4.1" }, "conflict": { + "doctrine/annotations": "<1.7", "knplabs/knp-menu-bundle": "<3.0" }, "suggest": {