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

[yii-2.0] Remove composer-asset-plugin & skip Bower install. #79

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

[yii-2.0] Remove composer-asset-plugin & skip Bower install. #79

wants to merge 3 commits into from

Conversation

yidas
Copy link

@yidas yidas commented Jul 24, 2017

composer global require "fxp/composer-asset-plugin" command would force to install package into user's Composer global package.

php-framework-benchmark goals to run the ab-test for each framework's Hello controller without rendering view. According to this, I recommend to remove that plugin command and set up a minimum Composer installation.

@cebe
Copy link
Contributor

cebe commented Jul 24, 2017

You could use https://asset-packagist.org/ instead, which would provide a full install of Yii 2 without any composer hacks.

@yidas
Copy link
Author

yidas commented Jul 24, 2017

@cebe, thanks.

I'm changing to use Asset-Packagist solution for this, which Yii2 could still keep complete packages.

@cebe
Copy link
Contributor

cebe commented Jul 24, 2017

why did you remove composer.lock?

@yidas
Copy link
Author

yidas commented Jul 24, 2017

@cebe, thanks again!

I have filled up the updated composer.lock file.

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

Successfully merging this pull request may close these issues.

None yet

2 participants