プラグインインストール時にcomposerのwarningが出力される
- Dominant language
- PHP
- Stars
- 788
- Forks
- 719
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 39
Description
## 概要(Overview)
プラグインのインストール時に、以下の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.
[12.9MiB/0.07s] 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.
```
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)
https://github.com/composer/composer/issues/7874
Contributor guide
Assessment
This issue has not been assessed yet.