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 1, 2023
1 parent b69625f commit d255fe5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- php: 8.1
deps: lowest
symfony: '*'
- php: 8.3
symfony: '7.0.*'
steps:
- uses: zenstruck/.github@php-test-symfony
with:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

"require": {
"php": ">=8.1",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0"
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/translation": "^5.4|^6.0|^7.0",
"symfony/config": "^5.4|^6.0|^7.0"
},

"require-dev": {
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^9.6"
},
Expand Down

0 comments on commit d255fe5

Please sign in to comment.