1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 13:21:16 +01:00

Update loop standard dependency

This commit is contained in:
Aaron Piotrowski 2016-09-09 18:05:13 -05:00
parent 7f5142be88
commit 94e66ce08b

View File

@ -28,8 +28,8 @@
"require": {
"php": ">=7",
"async-interop/awaitable": "dev-master",
"async-interop/event-loop": "^0.2",
"async-interop/event-loop-implementation": "^0.2"
"async-interop/event-loop": "^0.3",
"async-interop/event-loop-implementation": "^0.3"
},
"require-dev": {
"amphp/loop": "dev-master",