Skip to content

Commit bdf589e

Browse files
authored
chore: update deps to new minimum versions (#44)
1 parent 06a43ff commit bdf589e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"homepage": "http://github.com/bshaffer/oauth2-server-httpfoundation-bridge",
1515
"require":{
1616
"php":">=8.0",
17-
"bshaffer/oauth2-server-php": ">=0.9",
18-
"symfony/http-foundation": ">=5.0"
17+
"bshaffer/oauth2-server-php": "^1.13",
18+
"symfony/http-foundation": "^5.4||^6.0"
1919
},
2020
"autoload": {
2121
"psr-0": { "OAuth2\\HttpFoundationBridge": "src/" }

0 commit comments

Comments
 (0)