Skip to content

Commit 92a5866

Browse files
author
Maksim Kamashev
committed
Fix composer config
1 parent 89d0df9 commit 92a5866

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,16 @@
99
{
1010
"name": "Max Kamashev",
1111
"email": "[email protected]",
12-
"homepage": "http://uk0.us/",
12+
"homepage": "http://max.kamashev.name/",
1313
"role": "Developer"
1414
}
1515
],
1616
"require":{
1717
"php":">=5.3.0"
1818
},
19-
"version": "2.2.2",
2019
"autoload": {
2120
"psr-0": {
2221
"phpredis-phpdoc": "src/"
2322
}
24-
},
25-
"extra": {
26-
"branch-alias": {
27-
"dev-master": "2.2.x-dev"
28-
}
2923
}
3024
}

0 commit comments

Comments
 (0)