-
Notifications
You must be signed in to change notification settings - Fork 12
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
PHP Composer Install doesn't work #23
Comments
Since there is no release yet, it is only
|
I tried that as well and it did not work composer require gossi/php-code-formatter@dev-master |
It has been a while since I last used composer. Back in these days |
I will try this |
composer require gossi/php-code-formatter:"dev-master" Problem 1 |
Have you tried, in your
|
Hello, Same problem here. With
With
With
, I get $ composer update
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires gossi/php-code-formatter dev-master@dev -> satisfiable by gossi/php-code-formatter[dev-master].
- gossi/php-code-formatter dev-master requires gossi/php-code-profiles dev-master -> found gossi/php-code-profiles[dev-master] but it does not match your minimum-stability. |
After adding "minimum-stability": "dev",
"prefer-stable" : true, to
|
This worked for me (composer.json) then run composer install
|
I've entered the command in Power Shell
composer require gossi/php-code-formatter
But it returns
The text was updated successfully, but these errors were encountered: