mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
Lower required PHP version to compatible with async-interop/promise
This commit is contained in:
parent
3139f156c3
commit
4979bab754
@ -4,7 +4,7 @@
|
|||||||
"keywords": ["promise", "async", "interop", "test"],
|
"keywords": ["promise", "async", "interop", "test"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.0",
|
"php": ">=5.4.0",
|
||||||
"async-interop/promise": "^0.3|dev-master",
|
"async-interop/promise": "^0.3|dev-master",
|
||||||
"phpunit/phpunit": "^4|^5"
|
"phpunit/phpunit": "^4|^5"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user