1
0
mirror of https://github.com/danog/file.git synced 2024-11-30 04:19:39 +01:00

Fix composer.json

This commit is contained in:
Niklas Keller 2015-08-14 07:13:51 +02:00
parent 8be0e9d8e7
commit 3069b4b3dd

View File

@ -23,7 +23,7 @@
],
"require": {
"php": ">=5.5",
"amphp/amp": "v1"
"amphp/amp": "^1"
},
"require-dev": {
"phpunit/phpunit": "~4.8",