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

Is it possible to use it with project local composer.phar? #190

Open
acip opened this issue Apr 10, 2019 · 7 comments
Open

Is it possible to use it with project local composer.phar? #190

acip opened this issue Apr 10, 2019 · 7 comments

Comments

@acip
Copy link

acip commented Apr 10, 2019

No description provided.

@tylers-username
Copy link

Curious as well.

@glensc
Copy link

glensc commented Nov 9, 2019

what does the question even mean

@akalongman
Copy link

akalongman commented Nov 10, 2019

Good question. In each project, I have composer binary (composer.phar) and I run my commands like ./bin/composer update. So, prestissimo can be installed and used locally?

@kubawerlos
Copy link
Contributor

@akalongman what do you have composer.phar in each project for if you run ./bin/composer?

@akalongman
Copy link

akalongman commented Nov 10, 2019

@kubawerlos

what do you have composer.phar in each project for if you run ./bin/composer?

I have bin/composer (file renamed from composer.phar)

@kubawerlos
Copy link
Contributor

OK, so what is the problem with using prestissimo with it?

@glensc
Copy link

glensc commented Nov 10, 2019

prestissimo is installed typically as composer global, so it doesn't matter where your composer.phar or bin/composer is, prestissimo will be loaded from $COMPOSER_HOME/vendor, which is typically $HOME/.composer/vendor.

and if it's installed as project dependency it will be vendor/ in your project.

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

No branches or pull requests

5 participants