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

Fix installation command with composer "[InvalidArgumentException] Could not find package gitscrum-community/laravel-gitscrum with stability stable." #333

Conversation

pierDipi
Copy link
Contributor

Description

[InvalidArgumentException] Could not find package gitscrum-community/laravel-gitscrum with stability stable.

Motivation and context

When I try to create the project with composer, running the command in the documentation:
composer create-project gitscrum-community / laravel-gitscrum - stable = stable -keep-vcs
I get this error:
[InvalidArgumentException] Could not find package gitscrum-community / laravel-gitscrum with stability stable.

The correct command should be:
composer create-project gitscrum-community-edition/laravel-gitscrum --stability=stable --keep-vcs

How has this been tested?

Running this command, I don't get any errors:
composer create-project gitscrum-community-edition/laravel-gitscrum --stability=stable --keep-vcs

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have read the CONTRIBUTING document.
  • My pull request addresses exactly one patch/feature.
  • I have created a branch for this patch/feature.
  • Each individual commit in the pull request is meaningful.
  • I have added tests to cover my changes.
  • If my change requires a change to the documentation, I have updated it accordingly.

@renatomarinho renatomarinho merged commit 40312f3 into gitscrum-team:master Oct 3, 2018
@pierDipi pierDipi deleted the fix-installation-command-with-composer branch October 4, 2018 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants