1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

Fix promise requirement

This commit is contained in:
Niklas Keller 2017-01-07 13:55:45 +01:00
parent 80ee591515
commit b797e417d8

View File

@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": ">=5.4.0",
"async-interop/promise": "^0.3",
"async-interop/promise": "^0.4",
"phpunit/phpunit": "^4|^5"
},
"autoload": {