Skip to content

Commit adac3ab

Browse files
committed
Add composer package
1 parent 522f301 commit adac3ab

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "ukko/phpredis-phpdoc",
3+
"type": "library",
4+
"description": "@phpdoc extension phpredis for IDE autocomplete",
5+
"keywords": ["redis", "phpredis", "helper"],
6+
"homepage": "https://github.com/ukko/phpredis-phpdoc",
7+
"license": "MIT",
8+
"authors":[
9+
{
10+
"name": "Max Kamashev",
11+
"email": "[email protected]",
12+
"homepage": "http://uk0.us/",
13+
"role": "Developer"
14+
}
15+
],
16+
"require":{
17+
"php":">=5.3.0"
18+
},
19+
"autoload":{
20+
"psr-0":{
21+
"phpredis-phpdoc":"src"
22+
}
23+
},
24+
"minimum-stability": "dev"
25+
}

0 commit comments

Comments
 (0)