Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39cc605

Browse files
committed
drop support for nikic/php-parser 4
1 parent 5726849 commit 39cc605

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/unit-tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ jobs:
138138
echo SYMFONY_REQUIRE=">=$([ '${{ matrix.mode }}' = low-deps ] && echo 5.4 || echo $SYMFONY_VERSION)" >> $GITHUB_ENV
139139
[[ "${{ matrix.mode }}" = *-deps ]] && mv composer.json.phpunit composer.json || true
140140
141-
if [[ "${{ matrix.mode }}" = low-deps ]]; then
142-
echo SYMFONY_PHPUNIT_REQUIRE="nikic/php-parser:^5.0" >> $GITHUB_ENV
143-
fi
144-
145141
- name: Install dependencies
146142
run: |
147143
echo "::group::composer update"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"league/uri": "^6.5|^7.0",
144144
"masterminds/html5": "^2.7.2",
145145
"monolog/monolog": "^3.0",
146-
"nikic/php-parser": "^4.18|^5.0",
146+
"nikic/php-parser": "^5.0",
147147
"nyholm/psr7": "^1.0",
148148
"pda/pheanstalk": "^5.1|^7.0",
149149
"php-http/discovery": "^1.15",

src/Symfony/Component/Translation/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/deprecation-contracts": "^2.5|^3"
2323
},
2424
"require-dev": {
25-
"nikic/php-parser": "^4.18|^5.0",
25+
"nikic/php-parser": "^5.0",
2626
"symfony/config": "^6.4|^7.0",
2727
"symfony/console": "^6.4|^7.0",
2828
"symfony/dependency-injection": "^6.4|^7.0",

0 commit comments

Comments
 (0)