File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
"league/oauth2-server" : " ^8.3" ,
23
23
"nyholm/psr7" : " ^1.4" ,
24
24
"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 "
29
29
},
30
30
"require-dev" : {
31
31
"ext-pdo" : " *" ,
32
32
"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 "
35
35
},
36
36
"autoload" : {
37
37
"psr-4" : { "League\\ Bundle\\ OAuth2ServerBundle\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments