Commit c061861d authored by Maksim Kotlyar's avatar Maksim Kotlyar
Browse files

Drop PHP5 support, Require Queue Interop with PHP7 features.

Showing with 2 additions and 3 deletions
+2 -3
......@@ -6,9 +6,8 @@
"homepage": "https://enqueue.forma-pro.com/",
"license": "MIT",
"require": {
"php": ">=5.6",
"queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1",
"queue-interop/amqp-interop": "^0.7@dev"
"php": "^7.1.3",
"queue-interop/amqp-interop": "^0.8@dev"
},
"require-dev": {
"phpunit/phpunit": "~5.4.0",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment