1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-26 20:04:51 +01:00

Update composer.json

This commit is contained in:
Aaron Piotrowski 2017-05-04 16:30:24 -05:00
parent f3536494e9
commit 523ce79dab

View File

@ -21,7 +21,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"amphp/amp": "dev-stream-refactor as 2.0"
"amphp/amp": "^2.0"
},
"require-dev": {
"amphp/phpunit-util": "dev-master",
@ -33,8 +33,7 @@
"Amp\\ByteStream\\": "lib/"
},
"files": [
"lib/functions.php",
"lib/Internal/functions.php"
"lib/functions.php"
]
},
"autoload-dev": {