1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00

bump amp dependency to ^1

This commit is contained in:
Daniel Lowrey 2015-07-28 08:27:23 -04:00
parent aef9f088e8
commit a3624b0b2d

View File

@ -20,12 +20,10 @@
],
"require": {
"php": ">=5.5",
"amphp/amp": "1.0.x-dev"
"amphp/amp": "^1"
},
"require-dev": {
"phpunit/phpunit": "~4.4.0",
"fabpot/php-cs-fixer": "~1.9",
"satooshi/php-coveralls": "dev-master"
"phpunit/phpunit": "~4.4.0"
},
"autoload": {
"psr-4": {