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

not able to install this package globally #356

Open
developerium opened this issue Nov 30, 2015 · 1 comment
Open

not able to install this package globally #356

developerium opened this issue Nov 30, 2015 · 1 comment

Comments

@developerium
Copy link

I'm not able to install this package globally with composer
I'm doing this command :

composer require global phpunit/phpunit-selenium

all I get is :

[InvalidArgumentException]
Could not find package global at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

how can I get past this?

@giorgiosironi
Copy link
Owner

There is a typo in the command, I believe it should be:

composer global require phpunit/phpunit-selenium

which works for me.

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

2 participants