frostealth / yii2-aws-s3

An Amazon S3 component for Yii2
MIT License
91 stars 56 forks source link

Undefined property: Fxp\Composer\AssetPlugin\Repository\BowerRepository::$repoConfig #23

Closed shahidkarimi closed 7 years ago

shahidkarimi commented 7 years ago

`D:\wamp64\www\fpv1>composer require frostealth/yii2-aws-s3 ~2.0 ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev)

[ErrorException] Undefined property: Fxp\Composer\AssetPlugin\Repository\BowerRepository::$repoConfig

require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--] []...`

frostealth commented 7 years ago

It`s a conflict of versions of composer and asset-plugin.

You need update composer and asset-plugin.

hovannes-fonq commented 4 years ago

requiring the asset-plugin worked for me. composer global require fxp/composer-asset-plugin --no-plugins

ShokirjonMK commented 4 years ago

php composer.phar global update fxp/composer-asset-plugin --no-plugins