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:
parent
80ee591515
commit
b797e417d8
@ -5,7 +5,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"async-interop/promise": "^0.3",
|
"async-interop/promise": "^0.4",
|
||||||
"phpunit/phpunit": "^4|^5"
|
"phpunit/phpunit": "^4|^5"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user