We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e6ed2 commit 6877079Copy full SHA for 6877079
1.0/getting-started/README.md
@@ -16,17 +16,7 @@ We also recommend you install our testing package as a development
16
dependency. This adds test helpers as described in the
17
[Testing Chapter.](../testing/)
18
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:
+Install both packages using [Composer](https://getcomposer.org):
30
31
```bash
32
composer require laravel-json-api/laravel
0 commit comments