Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitadd88dc

Browse files
committed
bug#44523 [Console] Fix polyfill-php73 requirement (Seldaek)
This PR was merged into the 5.4 branch.Discussion----------[Console] Fix polyfill-php73 requirement| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets || License | MIT| Doc PR |Fixes dependencies -symfony/polyfill-php73@747acce added array_key_last in 1.9 andsymfony/console@fb8a259 started using it in Symfony 5.4 but it doesn't exist in 1.8 so my --prefer-lowest build is failingCommits-------ef050c2 Fix polyfill-php73 requirement
2 parents55b16f7 +ef050c2 commitadd88dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Console/composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php":">=7.2.5",
2020
"symfony/deprecation-contracts":"^2.1|^3",
2121
"symfony/polyfill-mbstring":"~1.0",
22-
"symfony/polyfill-php73":"^1.8",
22+
"symfony/polyfill-php73":"^1.9",
2323
"symfony/polyfill-php80":"^1.16",
2424
"symfony/service-contracts":"^1.1|^2|^3",
2525
"symfony/string":"^5.1|^6.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp