Skip to content

Commit 6ae157a

Browse files
committed
Fixing instructed version references to actually use the branch-alias so it properly handles when versioned are tagged and branch aliases increase
1 parent 4d88291 commit 6ae157a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ Implementation wise, this can look like:
6868
How to Install
6969
---------------
7070

71-
Right now, there is no tagged version.
71+
Right now, there is no tagged version. To be ready for it when it comes, branch-aliases are in place.
7272

73-
- Stable branch: `~1.0-dev`
74-
- Cutting edge: `dev-develop`
73+
- Stable branch: `~1.0@dev`
74+
- Cutting edge: `~1.1@dev`
7575

7676

7777
To install, it is suggested to use [Composer](http://getcomposer.org). If you have it installed, then the following instructions
@@ -80,7 +80,7 @@ in a composer.json should be all you need to get started:
8080
```json
8181
{
8282
"require": {
83-
"r4j4h/php-druid-query": "~1.0-dev"
83+
"r4j4h/php-druid-query": "~1.0@dev"
8484
}
8585
}
8686
```
@@ -165,7 +165,7 @@ Appendix A. Composer.json example that does not rely on Packagist.org:
165165
}
166166
],
167167
"require": {
168-
"r4j4h/php-druid-query": "~1.0-dev"
168+
"r4j4h/php-druid-query": "~1.0@dev"
169169
}
170170
}
171171
```

0 commit comments

Comments
 (0)