Skip to content

Commit b1418c8

Browse files
committed
fixed #32
1 parent 2b0564b commit b1418c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
2. Next, run the Composer command to install the latest version of php jira rest client.
1717
``` sh
18-
php composer.phar require lesstif/php-jira-rest-client "~1.6"
18+
php composer.phar require lesstif/php-jira-rest-client "^1.7.0"
1919
```
2020
or add the following to your composer.json file.
2121
```json
2222
{
2323
"require": {
24-
"lesstif/php-jira-rest-client": "~1.6"
24+
"lesstif/php-jira-rest-client": "^1.7.0"
2525
}
2626
}
2727
```

0 commit comments

Comments
 (0)