File tree 3 files changed +2
-6
lines changed
src/Symfony/Component/Translation
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,6 @@ jobs:
138
138
echo SYMFONY_REQUIRE=">=$([ '${{ matrix.mode }}' = low-deps ] && echo 5.4 || echo $SYMFONY_VERSION)" >> $GITHUB_ENV
139
139
[[ "${{ matrix.mode }}" = *-deps ]] && mv composer.json.phpunit composer.json || true
140
140
141
- if [[ "${{ matrix.mode }}" = low-deps ]]; then
142
- echo SYMFONY_PHPUNIT_REQUIRE="nikic/php-parser:^5.0" >> $GITHUB_ENV
143
- fi
144
-
145
141
- name : Install dependencies
146
142
run : |
147
143
echo "::group::composer update"
Original file line number Diff line number Diff line change 143
143
"league/uri" : " ^6.5|^7.0" ,
144
144
"masterminds/html5" : " ^2.7.2" ,
145
145
"monolog/monolog" : " ^3.0" ,
146
- "nikic/php-parser" : " ^4.18|^ 5.0" ,
146
+ "nikic/php-parser" : " ^5.0" ,
147
147
"nyholm/psr7" : " ^1.0" ,
148
148
"pda/pheanstalk" : " ^5.1|^7.0" ,
149
149
"php-http/discovery" : " ^1.15" ,
Original file line number Diff line number Diff line change 22
22
"symfony/deprecation-contracts" : " ^2.5|^3"
23
23
},
24
24
"require-dev" : {
25
- "nikic/php-parser" : " ^4.18|^ 5.0" ,
25
+ "nikic/php-parser" : " ^5.0" ,
26
26
"symfony/config" : " ^6.4|^7.0" ,
27
27
"symfony/console" : " ^6.4|^7.0" ,
28
28
"symfony/dependency-injection" : " ^6.4|^7.0" ,
You can’t perform that action at this time.
0 commit comments