Skip to content

Commit 7978e26

Browse files
committed
Create src dirrectory
1 parent 9f399b4 commit 7978e26

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ukko/phpredisphpdoc",
2+
"name": "ukko/phpredis-phpdoc",
33
"type": "library",
44
"description": "@phpdoc extension phpredis for IDE autocomplete",
55
"keywords": ["redis", "phpredis", "helper"],
@@ -16,5 +16,11 @@
1616
"require":{
1717
"php":">=5.3.0"
1818
},
19-
"minimum-stability": "dev"
19+
"version": "2.6.0-dev",
20+
"minimum-stability": "dev",
21+
"autoload": {
22+
"psr-0": {
23+
"phpredis-phpdoc": "src/"
24+
}
25+
}
2026
}
File renamed without changes.

0 commit comments

Comments
 (0)