Skip to content

Commit

Permalink
Add Symfony 7 support (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjuhh authored Dec 1, 2023
1 parent abdba68 commit 19868e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
php-version:
- 8.1
- 8.2
- 8.3
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"php": "^8.1",
"league/openapi-psr7-validator": "^0.21",
"nyholm/psr7": "^1.5",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/browser-kit": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/psr-http-message-bridge": "^2.1"
},
"require-dev": {
Expand Down

0 comments on commit 19868e0

Please sign in to comment.