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 d47735c commit 26742edCopy full SHA for 26742ed
Installation.md
@@ -7,14 +7,14 @@ You must then modify your `composer.json` file and run `composer update` to incl
7
8
```json
9
"require": {
10
- "dingo/api": "0.10.*"
+ "dingo/api": "1.0.*@dev"
11
}
12
```
13
14
Or you can run the `composer require` command from your terminal.
15
16
17
-composer require dingo/api:0.10.*
+composer require dingo/api:1.0.x@dev
18
19
20
> At this time the package is still in a developmental stage and as such does not have a **stable** release.
0 commit comments