Skip to content

Commit c495750

Browse files
authored
Update symfony dependencies to 6&7
1 parent d6a3173 commit c495750

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"league/oauth2-server": "^8.3",
2323
"nyholm/psr7": "^1.4",
2424
"psr/http-factory": "^1.0",
25-
"symfony/event-dispatcher": "^5.4|^6.2",
26-
"symfony/framework-bundle": "^5.4|^6.2",
27-
"symfony/psr-http-message-bridge": "^2.0",
28-
"symfony/security-bundle": "^5.4|^6.2"
25+
"symfony/event-dispatcher": "^6.2|^7.0",
26+
"symfony/framework-bundle": "^6.2|^7.0",
27+
"symfony/psr-http-message-bridge": "^6.0|^7.0",
28+
"symfony/security-bundle": "^6.2|^7.0"
2929
},
3030
"require-dev": {
3131
"ext-pdo": "*",
3232
"ext-pdo_sqlite": "*",
33-
"symfony/browser-kit": "^5.4|^6.2",
34-
"symfony/phpunit-bridge": "^5.4|^6.2"
33+
"symfony/browser-kit": "^6.2|^7.0",
34+
"symfony/phpunit-bridge": "^6.2|^7.0"
3535
},
3636
"autoload": {
3737
"psr-4": { "League\\Bundle\\OAuth2ServerBundle\\": "src/" }

0 commit comments

Comments
 (0)