Skip to content

Commit 2e6b0ab

Browse files
author
MattiasWiesner
committed
change channel name
1 parent 9e9b3a7 commit 2e6b0ab

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
"keywords": ["cloudControl"],
77
"homepage": "https://github.com/cloudControl/phpcclib",
88
"license": "Apache License",
9+
"require": {
10+
"pear-pear/HTTP_Request2": "*"
11+
},
912
"repositories": [
1013
{
1114
"type": "pear",
1215
"url": "http://pear.php.net"
1316
}
14-
],
15-
"require": {
16-
"php": ">=5.3.0",
17-
"pear-pear.php.net/http_request2": "*"
18-
}
17+
]
1918
}

0 commit comments

Comments
 (0)