diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c937db2..6a293a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php: - - '8.0' + - '8.1' fail-fast: false env: PHP_CS_FIXER_FUTURE_MODE: '1' @@ -100,7 +100,7 @@ jobs: strategy: matrix: php: - - '7.3' + - '7.4' fail-fast: false steps: - name: Checkout diff --git a/composer.json b/composer.json index 3d3964f..230f29e 100644 --- a/composer.json +++ b/composer.json @@ -31,20 +31,20 @@ }, "require": { - "php": "^7.3 || ^8.0", - "doctrine/doctrine-bundle": "^1.8 || ^2.0", - "doctrine/data-fixtures": "^1.2", - "doctrine/orm": "^2.5.11", - "doctrine/persistence": "^1.3.4 || ^2.0", + "php": "^7.4 || ^8.0", + "doctrine/doctrine-bundle": "^2.5", + "doctrine/data-fixtures": "^1.5", + "doctrine/orm": "^2.10.0", + "doctrine/persistence": "^2.2", "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/finder": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "symfony/framework-bundle": "^3.4.24 || ^4.0 || ^5.0 || ^6.0", - "theofidry/alice-data-fixtures": "^1.4" + "symfony/finder": "^5.4 || ^6.0", + "symfony/framework-bundle": "^5.4 || ^6.0", + "theofidry/alice-data-fixtures": "^1.5" }, "require-dev": { - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^9.5", "phpspec/prophecy": "^1.7", - "symfony/phpunit-bridge": "^5.1" + "symfony/phpunit-bridge": "^6.0" }, "extra": {