File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ Implementation wise, this can look like:
68
68
How to Install
69
69
---------------
70
70
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.
72
72
73
- - Stable branch: ` ~1.0- dev `
74
- - Cutting edge: ` dev-develop `
73
+ - Stable branch: ` ~1.0@ dev `
74
+ - Cutting edge: ` ~1.1@ dev`
75
75
76
76
77
77
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:
80
80
``` json
81
81
{
82
82
"require" : {
83
- "r4j4h/php-druid-query" : " ~1.0- dev"
83
+ "r4j4h/php-druid-query" : " ~1.0@ dev"
84
84
}
85
85
}
86
86
```
@@ -165,7 +165,7 @@ Appendix A. Composer.json example that does not rely on Packagist.org:
165
165
}
166
166
],
167
167
"require" : {
168
- "r4j4h/php-druid-query" : " ~1.0- dev"
168
+ "r4j4h/php-druid-query" : " ~1.0@ dev"
169
169
}
170
170
}
171
171
```
You can’t perform that action at this time.
0 commit comments