File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
"require" : {
14
14
"php" : " ^8.1|^8.2" ,
15
- "symfony/config" : " ^5.4.1 | ^6.0.1 | ^6.1|^6.2|^6.3" ,
16
- "symfony/dependency-injection" : " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3" ,
17
- "symfony/http-kernel" : " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3" ,
15
+ "symfony/config" : " ^5.4.1 | ^6.0.1 | ^6.1|^6.2|^6.3|^7.0 " ,
16
+ "symfony/dependency-injection" : " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3|^7.0 " ,
17
+ "symfony/http-kernel" : " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3|^7.0 " ,
18
18
"doctrine/doctrine-bundle" : " ^2.7" ,
19
19
"doctrine/doctrine-migrations-bundle" : " ^3.0" ,
20
20
"symfony/orm-pack" : " ^2.0" ,
21
21
"doctrine/annotations" : " ^2.0" ,
22
- "symfony/filesystem" : " ^6.2"
22
+ "symfony/filesystem" : " ^6.2|^7.0 "
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
32
32
}
33
33
},
34
34
"require-dev" : {
35
- "symfony/phpunit-bridge" : " ^5.4@dev | ^6.1|^6.2|^6.3" ,
35
+ "symfony/phpunit-bridge" : " ^5.4@dev | ^6.1|^6.2|^6.3|^7.0 " ,
36
36
"phpunit/phpunit" : " ^9.5"
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments