File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
"type" : " project" ,
3
3
"license" : " proprietary" ,
4
4
"require" : {
5
- "php" : " ^8.0 " ,
5
+ "php" : " ^8.1 " ,
6
6
"ext-ctype" : " *" ,
7
7
"ext-iconv" : " *" ,
8
8
"composer/package-versions-deprecated" : " 1.11.99.4" ,
9
- "doctrine/doctrine-bundle" : " ^2 " ,
10
- "doctrine/doctrine-migrations-bundle" : " ^2 " ,
11
- "doctrine/orm" : " ^2 " ,
12
- "symfony/console" : " 5.3 .*" ,
13
- "symfony/dotenv" : " 5.3 .*" ,
9
+ "doctrine/doctrine-bundle" : " 2.5.* " ,
10
+ "doctrine/doctrine-migrations-bundle" : " 3.2.* " ,
11
+ "doctrine/orm" : " 2.11.* " ,
12
+ "symfony/console" : " 5.4 .*" ,
13
+ "symfony/dotenv" : " 5.4 .*" ,
14
14
"symfony/flex" : " ^1.3.1" ,
15
- "symfony/framework-bundle" : " 5.3 .*" ,
16
- "symfony/yaml" : " 5.3 .*"
15
+ "symfony/framework-bundle" : " 5.4 .*" ,
16
+ "symfony/yaml" : " 5.4 .*"
17
17
},
18
18
"require-dev" : {
19
19
"symfony/maker-bundle" : " ^1.14"
61
61
"extra" : {
62
62
"symfony" : {
63
63
"allow-contrib" : false ,
64
- "require" : " 5.3 .*"
64
+ "require" : " 5.4 .*"
65
65
}
66
66
}
67
- }
67
+ }
You can’t perform that action at this time.
0 commit comments