Skip to content

Commit

Permalink
Merge pull request #386 from garak/sf7
Browse files Browse the repository at this point in the history
allow Symfony 7
  • Loading branch information
garak committed Oct 16, 2023
2 parents 5bf89a7 + ab966ac commit fbc03fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- description: 'Dev deps'
php: '8.2'
dev: true
symfony: 7.0.*
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6",
"psr/container": "^1.0",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "^6.2",
"symfony/routing": "^5.4 || ^6.0",
"psr/container": "^1.0 || ^2.0",
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^6.3",
"symfony/routing": "^5.4 || ^6.0 || ^7.0",
"twig/twig": "^2.9 || ^3.0"
},
"suggest": {
Expand Down

0 comments on commit fbc03fb

Please sign in to comment.