Skip to content

Commit

Permalink
Update composer.json, Amp v2.0.0 is stable
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jun 15, 2017
1 parent 2c0458f commit 03ea140
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "amphp/byte-stream",
"homepage": "https://github.com/amphp/byte-stream",
"homepage": "http://amphp.org/byte-stream",
"description": "A stream abstraction to make working with non-blocking I/O simple.",
"support": {
"issues": "https://github.com/amphp/byte-stream/issues"
"issues": "https://github.com/amphp/byte-stream/issues",
"irc": "irc://irc.freenode.org/amphp"
},
"keywords": [
"stream",
"async",
"non-blocking",
"amp"
"amp",
"amphp",
"io"
],
"license": "MIT",
"authors": [
Expand All @@ -22,27 +25,25 @@
"email": "me@kelunik.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"amphp/amp": "^2.0"
"amphp/amp": "^2"
},
"require-dev": {
"amphp/phpunit-util": "dev-master",
"amphp/phpunit-util": "^1",
"phpunit/phpunit": "^6",
"friendsofphp/php-cs-fixer": "^2.3"
},
"autoload": {
"psr-4": {
"Amp\\ByteStream\\": "lib/"
"Amp\\ByteStream\\": "lib"
},
"files": [
"lib/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Amp\\ByteStream\\Test\\": "test/"
"Amp\\ByteStream\\Test\\": "test"
}
}
}

0 comments on commit 03ea140

Please sign in to comment.