Skip to content

Commit 26742ed

Browse files
committed
Update version to 1.0.x@dev for installation instructions as we move towards a 1.0.0 release.
Signed-off-by: Jason Lewis <[email protected]>
1 parent d47735c commit 26742ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ You must then modify your `composer.json` file and run `composer update` to incl
77

88
```json
99
"require": {
10-
"dingo/api": "0.10.*"
10+
"dingo/api": "1.0.*@dev"
1111
}
1212
```
1313

1414
Or you can run the `composer require` command from your terminal.
1515

1616
```
17-
composer require dingo/api:0.10.*
17+
composer require dingo/api:1.0.x@dev
1818
```
1919

2020
> At this time the package is still in a developmental stage and as such does not have a **stable** release.

0 commit comments

Comments
 (0)