Skip to content

Commit ab0b702

Browse files
authored
chore: allow symfony/http-foundation 7 (#45)
1 parent bdf589e commit ab0b702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
php: [ "8.0", 8.1 ]
12+
php: [ "8.0", "8.1", "8.2", "8.3" ]
1313
name: "PHP ${{ matrix.php }} Unit Test"
1414
steps:
1515
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require":{
1616
"php":">=8.0",
1717
"bshaffer/oauth2-server-php": "^1.13",
18-
"symfony/http-foundation": "^5.4||^6.0"
18+
"symfony/http-foundation": "^5.4||^6.0||^7.0"
1919
},
2020
"autoload": {
2121
"psr-0": { "OAuth2\\HttpFoundationBridge": "src/" }

0 commit comments

Comments
 (0)