diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29a639a4..91b24d77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,8 @@ on: jobs: test: uses: SymfonyCasts/.github/.github/workflows/phpunit.yaml@main + with: + php-version-lowest: '8.1.10' composer-validate: uses: SymfonyCasts/.github/.github/workflows/composer-validate.yaml@main diff --git a/composer.json b/composer.json index 9ecd0dc2..1127e5f2 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "minimum-stability": "dev", "require": { - "php": ">=7.2.5", + "php": ">=8.1.10", "ext-json": "*", "symfony/config": "^5.4 | ^6.0 | ^7.0", "symfony/dependency-injection": "^5.4 | ^6.0 | ^7.0", @@ -13,16 +13,12 @@ "symfony/http-kernel": "^5.4 | ^6.0 | ^7.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "symfony/framework-bundle": "^5.4 | ^6.0 | ^7.0", "symfony/phpunit-bridge": "^5.4 | ^6.0 | ^7.0", - "doctrine/doctrine-bundle": "^2.0.3", + "doctrine/doctrine-bundle": "^2.8", "doctrine/annotations": "^1.0" }, - "conflict": { - "php": ">=8.1 <8.1.10", - "doctrine/orm": "<2.7" - }, "autoload": { "psr-4": { "SymfonyCasts\\Bundle\\ResetPassword\\": "src/"