Skip to content

Commit

Permalink
Support symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Nov 23, 2023
1 parent b3c1df5 commit b89d840
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SYMFONY: ${{ matrix.symfony }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"require": {
"php": ">=8.1",
"ory/kratos-client-php": "^1.0",
"symfony/http-kernel": "^5.4|^6.3",
"symfony/security-bundle": "^5.4|^6.3"
"symfony/http-kernel": "^5.4|^6.3|^7.0",
"symfony/security-bundle": "^5.4|^6.3|^7.0"
},
"require-dev": {
"symfony/console": "^5.4|^6.3",
"symfony/phpunit-bridge": "^5.4|^6.3",
"symfony/stopwatch": "^5.4|^6.3"
"symfony/console": "^5.4|^6.3|^7.0",
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0",
"symfony/stopwatch": "^5.4|^6.3|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b89d840

Please sign in to comment.