File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
66
- run : |
67
67
sed -ri 's/"symfony\/(.+)": "(.+)"/"symfony\/\1": "'${{ matrix.symfony }}'"/' composer.json;
68
68
if: matrix.symfony
69
- - run : composer config minimum-stability dev && composer config prefer-stable true
69
+ - run : composer config minimum-stability dev
70
70
if : matrix.dev
71
71
- run : composer update --no-interaction --no-progress --ansi ${{ matrix.composer_option }}
72
72
- run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 21
21
"require" : {
22
22
"php" : " ^7.2 || ^8.0" ,
23
23
"knplabs/knp-menu" : " ^3.1" ,
24
- "symfony/framework-bundle" : " ^3.4 | ^4.4 | ^5.0"
24
+ "symfony/framework-bundle" : " ^3.4 | ^4.4 | ^5.0 | ^6.0 "
25
25
},
26
26
"require-dev" : {
27
27
"phpunit/phpunit" : " ^8.5 | ^9.5" ,
28
- "symfony/expression-language" : " ^3.4 | ^4.4 | ^5.0" ,
29
- "symfony/phpunit-bridge" : " ^5.2" ,
30
- "symfony/templating" : " ^3.4 | ^4.4 | ^5.0"
28
+ "symfony/expression-language" : " ^3.4 | ^4.4 | ^5.0 | ^6.0 " ,
29
+ "symfony/phpunit-bridge" : " ^5.2 | ^6.0 " ,
30
+ "symfony/templating" : " ^3.4 | ^4.4 | ^5.0 | ^6.0 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : { "Knp\\ Bundle\\ MenuBundle\\ " : " src" }
You can’t perform that action at this time.
0 commit comments