Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 6137ef4

Browse files
committed
Add composer.json.
1 parent 1f1ea02 commit 6137ef4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name" : "hoa/stringbuffer",
3+
"description": "The Hoa\\Stringbuffer library.",
4+
"type" : "library",
5+
"keywords" : ["library", "string", "buffer", "stream"],
6+
"homepage" : "http://hoa-project.net/",
7+
"license" : "BSD-3-Clause",
8+
"authors" : [
9+
{
10+
"name" : "Ivan Enderlin",
11+
"email": "ivan.enderlin@hoa-project.net"
12+
},
13+
{
14+
"name" : "Hoa community",
15+
"homepage": "http://hoa-project.net/"
16+
}
17+
],
18+
"support": {
19+
"email" : "support@lists.hoa-project.net",
20+
"irc" : "irc://irc.freenode.org/hoaproject",
21+
"source": "http://git.hoa-project.net/"
22+
},
23+
"require": {
24+
"hoa/core" : "dev-master",
25+
"hoa/stream": "dev-master"
26+
},
27+
"minimum-stability": "dev"
28+
}

0 commit comments

Comments
 (0)