Skip to content

Commit b19738e

Browse files
authored
Update README.md (#60)
Changes composer.json install instructions to get current version by default.
1 parent 084d28d commit b19738e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Additionally, the API client needs PHP 7.2 or newer.
1414
### Integration into your project
1515
Add the following to the "require" section of your project's composer.json file:
1616
```json
17-
"zammad/zammad-api-client-php": "2.0.*"
17+
"zammad/zammad-api-client-php": "^2.0"
1818
```
1919

2020
### Installing the API client's dependencies

0 commit comments

Comments
 (0)