1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00

Merge pull request #2 from joshdifabio/patch-1

Fix async-interop version constraints
This commit is contained in:
Niklas Keller 2017-01-08 16:49:13 +01:00 committed by GitHub
commit 3fa5c3318e

View File

@ -11,14 +11,14 @@
"homepage": "http://amphp.org",
"license": "MIT",
"require": {
"async-interop/event-loop": "0.5"
"async-interop/event-loop": "^0.5"
},
"require-dev": {
"async-interop/event-loop-test": "^0.5",
"friendsofphp/php-cs-fixer": "~1.9"
},
"provide": {
"async-interop/event-loop-implementation": "^0.5"
"async-interop/event-loop-implementation": "0.5"
},
"autoload": {
"psr-4": {