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

Merge pull request #1 from jsor/php-version

Lower required PHP version to be compatible with async-interop/promise
This commit is contained in:
Bob Weinand 2016-12-30 15:14:44 +01:00 committed by GitHub
commit cc30538bff

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"
},