File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11composer.lock
22vendor /
33build /
4+ .idea /
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^7.1 || ^8.0" ,
1515 "paillechat/php-enum" : " ^1.2 || ^2.1" ,
16- "symfony/http-kernel" : " ^3.4 || ^4.0 || ^5.0" ,
17- "symfony/dependency-injection" : " ^3.4 || ^4.0 || ^5.0" ,
18- "symfony/config" : " ^3.4 || ^4.0 || ^5.0" ,
16+ "symfony/http-kernel" : " ^3.4 || ^4.0 || ^5.0 || ^6.0 " ,
17+ "symfony/dependency-injection" : " ^3.4 || ^4.0 || ^5.0 || ^6.0 " ,
18+ "symfony/config" : " ^3.4 || ^4.0 || ^5.0 || ^6.0 " ,
1919 "doctrine/dbal" : " ^2.11 || ^3.2"
2020 },
2121 "require-dev" : {
2222 "phpunit/phpunit" : " ^7.0 || ^8.0 || ^9.0" ,
23- "symfony/yaml" : " ^3.4 || ^4.0 || ^5.0"
23+ "symfony/yaml" : " ^3.4 || ^4.0 || ^5.0 || ^6.0 "
2424 },
2525 "autoload" : {
2626 "psr-4" : {
You can’t perform that action at this time.
0 commit comments