Skip to content
New issue

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

プラグインインストール時にcomposerのwarningが出力される #4106

Open
chihiro-adachi opened this issue Mar 8, 2019 · 0 comments
Labels
document Improvements or additions to documentation
Milestone

Comments

@chihiro-adachi
Copy link
Contributor

chihiro-adachi commented Mar 8, 2019

概要(Overview)

プラグインのインストール時に、以下のWarningが出力される。

<warning>Deprecation warning: require-dev.mikey179/vfsStream is invalid, it should not contain uppercase characters. Please use mikey179/vfsstream instead. Make sure you fix this as Composer 2.0 will error.</warning>
[12.9MiB/0.07s] <warning>Deprecation warning: require-dev.mikey179/vfsStream is invalid, it should not contain uppercase characters. Please use mikey179/vfsstream instead. Make sure you fix this as Composer 2.0 will error.</warning>

composer 2.0 より、パッケージ名に大文字の記述が利用できなくなるため。

ec-cube 4では、composerは1.xを利用するため、動作に支障はありません。
また、プラグインのコードも変更する必要はありません。

環境 (environment)

  • EC-CUBE: 4.0.x
  • PHP: x.x.x
  • DB:
    • PostgreSQL x.x.x
    • MySQL x.x.x

関連情報 (Ref)

composer/composer#7874

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
document Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant