Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 39cc605

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

File tree

3 files changed

+2
-6
lines changed
Filter options

3 files changed

+2
-6
lines changed

‎.github/workflows/unit-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/unit-tests.yml
-4Lines changed: 0 additions & 4 deletions
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

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/composer.json
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.