1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Update to loop standard v0.4

This commit is contained in:
Aaron Piotrowski 2016-12-29 16:54:10 -06:00
parent 5651240615
commit 0659f6f3ee

View File

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