Skip to content

Commit

Permalink
feat: allow symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Nov 27, 2023
1 parent 29e6ae8 commit 8c2f446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8c2f446

Please sign in to comment.