We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#6277 でdependabotからPRがきているが、 symfony/polyfill-php73はもう利用しなく、php7.3との互換性を保つためのPRとなります。 php7.3と特に取り込みは不要となるため、削除したいです。
ec-cube/composer.lock
Line 8185 in 7dc6e35
The text was updated successfully, but these errors were encountered:
使用されてない場合、削除してしまっても問題ないと思います。
Sorry, something went wrong.
対象バージョン
手順
PR対象ファイル
composer require -> removeをしたら依存してるとの事です。
doctrine/orm 2.18.0 requires symfony/polyfill-php72 (^1.23) symfony/polyfill-intl-idn v1.29.0 requires symfony/polyfill-php72 (^1.10)
ec-cube/ec-cube 4.3.x-dev requires symfony/polyfill-php73 (^1.31) composer/composer 2.7.7 requires symfony/polyfill-php73 (^1.24)
@dotani1111 ありがとうございます。 削除できないので、CLOSEします。
No branches or pull requests
概要(Overview)
#6277
でdependabotからPRがきているが、
symfony/polyfill-php73はもう利用しなく、php7.3との互換性を保つためのPRとなります。
php7.3と特に取り込みは不要となるため、削除したいです。
期待する内容(Expect) or 要望(Requirement)
ec-cube/composer.lock
Line 8185 in 7dc6e35
を削除
The text was updated successfully, but these errors were encountered: