Skip to content

Navigation Menu

Sign in
Appearance settings

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 2676ce9

Browse filesBrowse files
committed
drop support for nikic/php-parser 4
1 parent fab90e3 commit 2676ce9
Copy full SHA for 2676ce9

File tree

Expand file treeCollapse file tree

3 files changed

+2
-6
lines changed
Filter options
Expand file treeCollapse file tree

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
@@ -139,10 +139,6 @@ jobs:
139139
echo SYMFONY_REQUIRE=">=$([ '${{ matrix.mode }}' = low-deps ] && echo 5.4 || echo $SYMFONY_VERSION)" >> $GITHUB_ENV
140140
[[ "${{ matrix.mode }}" = *-deps ]] && mv composer.json.phpunit composer.json || true
141141
142-
if [[ "${{ matrix.mode }}" = low-deps ]]; then
143-
echo SYMFONY_PHPUNIT_REQUIRE="nikic/php-parser:^4.18" >> $GITHUB_ENV
144-
fi
145-
146142
- name: Install dependencies
147143
run: |
148144
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.