File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2525 "homepage" : " https://www.doctrine-project.org" ,
2626 "require" : {
2727 "php" : " ^7.2 || ^8.0" ,
28+ "doctrine/dbal" : " ^2 || ^3 || ^4" ,
2829 "doctrine/doctrine-bundle" : " ^2.4 || ^3.0" ,
2930 "doctrine/migrations" : " ^3.2" ,
31+ "psr/log" : " ^1 || ^2 || ^3" ,
32+ "symfony/config" : " ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
33+ "symfony/console" : " ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
34+ "symfony/dependency-injection" : " ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
3035 "symfony/deprecation-contracts" : " ^2.1 || ^3" ,
3136 "symfony/framework-bundle" : " ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
32- "symfony/http-kernel" : " ^5.4 || ^6.0 || ^7.0"
37+ "symfony/http-foundation" : " ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
38+ "symfony/http-kernel" : " ^5.4 || ^6.0 || ^7.0" ,
39+ "symfony/service-contracts" : " ^1.0 || ^2.0 || ^3.0"
3340 },
3441 "require-dev" : {
3542 "composer/semver" : " ^3.0" ,
Original file line number Diff line number Diff line change 11parameters:
22 level: 7
3- phpVersion: 80400
3+ phpVersion: 80500
44 paths:
55 - src
66 - tests
You can’t perform that action at this time.
0 commit comments