From 8c2f4466ca60104430ea97813ed566d122e8424c Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 27 Nov 2023 10:28:03 +0100 Subject: [PATCH] feat: allow symfony 7 --- .github/workflows/continuous-integration.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 930d1ba2bf..b5538dfa63 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -61,7 +61,7 @@ jobs: dependency-versions: "${{ matrix.deps }}" - name: "Temp: test" - run: "composer why-not nesbot/carbon 3" + run: "composer why-not nesbot/carbon v3" - name: "Run PHPUnit" run: "vendor/bin/phpunit -c tests --coverage-clover coverage.xml" diff --git a/composer.json b/composer.json index 29cb07b98f..52c85a6345 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "doctrine/mongodb-odm": "^2.3", "doctrine/orm": "^2.14.0", "friendsofphp/php-cs-fixer": "^3.14.0", - "nesbot/carbon": "^2.71 || ^3.0", + "nesbot/carbon": "^2.71 || 3.x-dev as 3.0", "phpstan/phpstan": "^1.10.2", "phpstan/phpstan-doctrine": "^1.0", "phpstan/phpstan-phpunit": "^1.0",