1
0
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:
Jan Sorgalla 2016-12-30 14:51:23 +01:00
parent 3139f156c3
commit 4979bab754
No known key found for this signature in database
GPG Key ID: B8121014A57E398E

View File

@ -4,7 +4,7 @@
"keywords": ["promise", "async", "interop", "test"],
"license": "MIT",
"require": {
"php": ">=5.5.0",
"php": ">=5.4.0",
"async-interop/promise": "^0.3|dev-master",
"phpunit/phpunit": "^4|^5"
},