Skip to content

Commit 9ccff26

Browse files
committed
Define upper bound for dependency to not install all future versions by default byt only compatible ones
1 parent e38189d commit 9ccff26

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"
20+
"recombee/php-api-client": "^1.3"
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"
14+
"rmccue/requests": "^1.7.1"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": ">=4",

0 commit comments

Comments
 (0)