Skip to content

Commit 6877079

Browse files
authored
Composer package is now stable (#3)
1 parent 24e6ed2 commit 6877079

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

1.0/getting-started/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,7 @@ We also recommend you install our testing package as a development
1616
dependency. This adds test helpers as described in the
1717
[Testing Chapter.](../testing/)
1818

19-
Install both packages using [Composer](https://getcomposer.org).
20-
21-
**As we are currently on alpha releases, you will need to set your
22-
project's minimum stability to `alpha` (or `dev`) before installing
23-
our packages:**
24-
25-
```bash
26-
composer config minimum-stability alpha
27-
```
28-
29-
Then install the packages:
19+
Install both packages using [Composer](https://getcomposer.org):
3020

3121
```bash
3222
composer require laravel-json-api/laravel

0 commit comments

Comments
 (0)