Skip to content

Commit 9e351ef

Browse files
author
Eugene Leonovich
committed
Fix PHP version constraint
1 parent ca1fd17 commit 9e351ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tarantool/queue",
33
"description": "PHP bindings for Tarantool Queue.",
4-
"keywords": ["queue", "schedule", "delayed", "priority", "ttl", "ttr", "task", "job", "tarantool"],
4+
"keywords": ["queue", "schedule", "delayed", "priority", "ttl", "ttr", "task", "job", "worker", "tarantool"],
55
"type": "library",
66
"license": "MIT",
77
"authors": [
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4.0",
14+
"php": "^5.4|^7.0",
1515
"ext-tarantool": "*"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)