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 2b0564b commit b1418c8Copy full SHA for b1418c8
README.md
@@ -15,13 +15,13 @@
15
16
2. Next, run the Composer command to install the latest version of php jira rest client.
17
``` sh
18
- php composer.phar require lesstif/php-jira-rest-client "~1.6"
+ php composer.phar require lesstif/php-jira-rest-client "^1.7.0"
19
```
20
or add the following to your composer.json file.
21
```json
22
{
23
"require": {
24
- "lesstif/php-jira-rest-client": "~1.6"
+ "lesstif/php-jira-rest-client": "^1.7.0"
25
}
26
27
0 commit comments