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 21
21
}
22
22
],
23
23
"require" : {
24
- "php" : " ^7.4 || ^8.0 " ,
25
- "thecodingmachine/tdbm" : " ~5.3 .0" ,
24
+ "php" : " ^8.1 " ,
25
+ "thecodingmachine/tdbm" : " ^6 .0" ,
26
26
"doctrine/doctrine-bundle" : " ^2" ,
27
27
"doctrine/orm" : " ^2" ,
28
- "symfony/http-kernel" : " ^4.1.9 || ^ 5"
28
+ "symfony/http-kernel" : " ^5"
29
29
},
30
30
"require-dev" : {
31
31
"roave/security-advisories" : " dev-master" ,
32
- "symfony/security-bundle" : " ^4.1.9 || ^ 5" ,
33
- "symfony/yaml" : " ^4.1.9 || ^ 5" ,
32
+ "symfony/security-bundle" : " ^5" ,
33
+ "symfony/yaml" : " ^5" ,
34
34
"phpunit/phpunit" : " ^9.5" ,
35
35
"phpstan/phpstan" : " ^1.2" ,
36
36
"thecodingmachine/tdbm-fluid-schema-builder" : " ^1.0.0" ,
37
- "symfony/framework-bundle" : " ^5.2 "
37
+ "symfony/framework-bundle" : " ^5.4 "
38
38
},
39
39
"scripts" : {
40
40
"phpstan" : " phpstan analyse TdbmBundle.php DependencyInjection/ Utils/ -c phpstan.neon --level=8 --no-progress"
You can’t perform that action at this time.
0 commit comments