Skip to content

Commit

Permalink
fixed #32
Browse files Browse the repository at this point in the history
  • Loading branch information
lesstif committed May 18, 2016
1 parent 2b0564b commit b1418c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

2. Next, run the Composer command to install the latest version of php jira rest client.
``` sh
php composer.phar require lesstif/php-jira-rest-client "~1.6"
php composer.phar require lesstif/php-jira-rest-client "^1.7.0"
```
or add the following to your composer.json file.
```json
{
"require": {
"lesstif/php-jira-rest-client": "~1.6"
"lesstif/php-jira-rest-client": "^1.7.0"
}
}
```
Expand Down

0 comments on commit b1418c8

Please sign in to comment.