Adding the support section to composer.json.

Change-Id: I49438565c7e0393cab29301f761edb6366b219e9
This commit is contained in:
Matt Farina 2014-05-21 16:10:03 -04:00
parent 7035fa4ade
commit b55f529dc8
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,13 @@
"require-dev": {
"phpunit/phpunit": "4.*"
},
"support": {
"irc": "irc://irc.freenode.org/openstack-sdks",
"issues": "https://bugs.launchpad.net/openstack-sdk-php",
"forum": "https://ask.openstack.org/",
"wiki": "https://wiki.openstack.org/wiki/OpenStack-SDK-PHP",
"source": "http://git.openstack.org/cgit/stackforge/openstack-sdk-php"
},
"autoload": {
"psr-4": {
"OpenStack\\": "src/OpenStack",