We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ed91a commit 80fa266Copy full SHA for 80fa266
1 file changed
composer.json
@@ -5,9 +5,9 @@
5
"type": "library",
6
"license": "MIT",
7
"require": {
8
- "php": "^7.4",
9
- "symfony/lock": "^5.0",
10
- "tarantool/client": "^0.8.0"
+ "php": ">=7.4",
+ "symfony/lock": ">=5.0",
+ "tarantool/client": ">=0.8.0"
11
},
12
"suggest": {
13
"ext-msgpack": "For using PeclPacker.",
0 commit comments