Skip to content

Commit

Permalink
Merge pull request #333 from pierDipi/fix-installation-command-with-c…
Browse files Browse the repository at this point in the history
…omposer

Fix installation command with composer "[InvalidArgumentException] Could not find package gitscrum-community/laravel-gitscrum with stability stable."
  • Loading branch information
renatomarinho committed Oct 3, 2018
2 parents 6d5390f + 53de796 commit 40312f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -97,7 +97,7 @@ The requirements to Laravel GitScrum application is:
### Composer Package

```
$ composer create-project gitscrum-community/laravel-gitscrum --stability=stable --keep-vcs
$ composer create-project gitscrum-community-edition/laravel-gitscrum --stability=stable --keep-vcs
$ cd laravel-gitscrum
```
**Important**: If you have not yet installed composer: [Installation - Linux / Unix / OSX](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)
Expand Down

0 comments on commit 40312f3

Please sign in to comment.