Skip to content

Commit be8a12d

Browse files
committed
Restructured and added composer.json
1 parent dcc9204 commit be8a12d

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

composer.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "weberhofer/jsonrpcphp",
3+
"version": "2.0.1"
4+
"type": "library",
5+
"description": "JSON-RPC for PHP 5.3+",
6+
"keywords": ["json","rpc"],
7+
"homepage": "https://github.com/weberhofer/jsonrpcphp",
8+
"license": "GPL-2.0+",
9+
"authors": [
10+
{
11+
"name": "Sergio Vaccaro",
12+
"email": "info@jsonrpcphp.org",
13+
"homepage": "http://jsonrpcphp.org/",
14+
"role": "Developer"
15+
},
16+
{
17+
"name": "Johannes Weberhofer",
18+
"email": "jweberhofer@weberhofer.at",
19+
"homepage": "http://www.weberhofer.at",
20+
"role": "Developer"
21+
}
22+
],
23+
"repositories": [
24+
{
25+
"type": "vcs",
26+
"url": "https://github.com/weberhofer/jsonrpcphp.git"
27+
}
28+
],
29+
"support": {
30+
"issues": "https://github.com/weberhofer/jsonrpcphp/issues"
31+
},
32+
"require": {
33+
"php": ">=5.3.0"
34+
},
35+
"autoload": {
36+
"psr-0": {
37+
"org\\jsonrpcphp\\": "src/"
38+
}
39+
}
40+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)