Skip to content

Commit

Permalink
1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Nemanja Milenković <[email protected]>
  • Loading branch information
webboy committed May 17, 2022
1 parent 05b84b1 commit 199928b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webboy/fub-api-client",
"description": "PHP client library for Follow Up Boss service",
"version" : "1.10",
"version" : "1.11",
"keywords": ["FUB", "Follow Up Boss", "webboy"],
"license": "MIT",
"authors": [
Expand All @@ -15,7 +15,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "^6.2"
"guzzlehttp/guzzle": "*"
},
"require-dev": {
"phpunit/phpunit": "6.2"
Expand Down

0 comments on commit 199928b

Please sign in to comment.