Skip to content

Commit

Permalink
feat: Allow Symfony 7 (#54)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Jules Pietri <heahdude@yahoo.fr>
  • Loading branch information
theofidry and HeahDude authored Dec 3, 2023
1 parent add1742 commit 49a449d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
symfony:
- 'unchanged'
- '6.4.*'
- '7.*.*'
fail-fast: false

services:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"doctrine/orm": "^2.10.0",
"doctrine/persistence": "^2.2 || ^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/finder": "^6.4",
"symfony/framework-bundle": "^6.4",
"symfony/finder": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"theofidry/alice-data-fixtures": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpspec/prophecy": "^1.7",
"symfony/phpunit-bridge": "^6.4",
"symfony/phpunit-bridge": "^6.4 || ^7.0",
"phpspec/prophecy-phpunit": "^2.0",
"monolog/monolog": "^3.5"
},
Expand Down

0 comments on commit 49a449d

Please sign in to comment.