We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8df72e2 + 2d7bf97 commit fd86e56Copy full SHA for fd86e56
README.md
@@ -63,19 +63,13 @@ Installation
63
64
The recommended way to install Hateoas is through
65
[Composer](http://getcomposer.org/). Require the `willdurand/hateoas` package
66
-into your `composer.json` file:
+by running the following command:
67
68
-```json
69
-{
70
- "require": {
71
- "willdurand/hateoas": "@stable"
72
- }
73
-}
+```sh
+composer require willdurand/hateoas
74
```
75
76
-**Protip:** you should browse the
77
-[`willdurand/hateoas`](https://packagist.org/packages/willdurand/hateoas)
78
-page to choose a stable version to use, avoid the `@stable` meta constraint.
+This will resolve the latest stable version.
79
80
Otherwise, install the library and setup the autoloader yourself.
81
0 commit comments