Skip to content

Commit 0bca53a

Browse files
committed
Fixed rmccue/requests dependency
1 parent a1a798f commit 0bca53a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ or
1717
```
1818
{
1919
"require": {
20-
"recombee/php-api-client": "^1.3.1"
20+
"recombee/php-api-client": "^1.3.2"
2121
}
2222
}
2323
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14-
"rmccue/requests": "^1.7.1"
14+
"rmccue/requests": "^1.7.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": ">=4",

0 commit comments

Comments
 (0)