This repository was archived by the owner on Jan 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "minimum-stability" : " stable" ,
1919 "require" : {
2020 "php" : " >=8.1" ,
21- "symfony/http-kernel" : " ^6.0 | ^7.0" ,
22- "symfony/dependency-injection" : " ^6.1 | ^7.0" ,
23- "symfony/security-core" : " ^6.0 | ^7.0" ,
24- "lexik/jwt-authentication-bundle" : " ^2.0 | ^3.0"
21+ "lexik/jwt-authentication-bundle" : " ^2.0 || ^3.0"
2522 },
2623 "require-dev" : {
2724 "symfony/var-dumper" : " ^6.0" ,
3330 "phpstan/phpstan-phpunit" : " ^1.3" ,
3431 "tomasvotruba/type-coverage" : " ^0.2.1"
3532 },
33+ "conflict" : {
34+ "symfony/http-kernel" : " <6.0 || >=8.0" ,
35+ "symfony/dependency-injection" : " <6.1 || >=8.0" ,
36+ "symfony/config" : " <6.0 || >=8.0" ,
37+ "symfony/security-core" : " <6.0 || >=8.0"
38+ },
3639 "repositories" : [
3740 {
3841 "type" : " vcs" ,
You can’t perform that action at this time.
0 commit comments