installed.json (6474B)
1 [ 2 { 3 "name": "fkooman/oauth-common", 4 "version": "0.5.0", 5 "version_normalized": "0.5.0.0", 6 "source": { 7 "type": "git", 8 "url": "https://github.com/fkooman/php-oauth-lib-common.git", 9 "reference": "43f92e264b2facf1065feb5af671b96a53366132" 10 }, 11 "dist": { 12 "type": "zip", 13 "url": "https://api.github.com/repos/fkooman/php-oauth-lib-common/zipball/43f92e264b2facf1065feb5af671b96a53366132", 14 "reference": "43f92e264b2facf1065feb5af671b96a53366132", 15 "shasum": "" 16 }, 17 "require": { 18 "php": ">=5.3.3" 19 }, 20 "time": "2014-08-16 09:22:31", 21 "type": "library", 22 "installation-source": "dist", 23 "autoload": { 24 "psr-0": { 25 "fkooman\\OAuth\\Common\\": "src/" 26 } 27 }, 28 "notification-url": "https://packagist.org/downloads/", 29 "license": [ 30 "Apache-2.0" 31 ], 32 "authors": [ 33 { 34 "name": "François Kooman", 35 "email": "fkooman@tuxed.net", 36 "role": "Developer" 37 } 38 ], 39 "description": "PHP library for common OAuth classes." 40 }, 41 { 42 "name": "symfony/event-dispatcher", 43 "version": "v2.5.6", 44 "version_normalized": "2.5.6.0", 45 "target-dir": "Symfony/Component/EventDispatcher", 46 "source": { 47 "type": "git", 48 "url": "https://github.com/symfony/EventDispatcher.git", 49 "reference": "804eb28dbbfba9ffdab21fe2066744906cea2212" 50 }, 51 "dist": { 52 "type": "zip", 53 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/804eb28dbbfba9ffdab21fe2066744906cea2212", 54 "reference": "804eb28dbbfba9ffdab21fe2066744906cea2212", 55 "shasum": "" 56 }, 57 "require": { 58 "php": ">=5.3.3" 59 }, 60 "require-dev": { 61 "psr/log": "~1.0", 62 "symfony/config": "~2.0", 63 "symfony/dependency-injection": "~2.0,<2.6.0", 64 "symfony/stopwatch": "~2.2" 65 }, 66 "suggest": { 67 "symfony/dependency-injection": "", 68 "symfony/http-kernel": "" 69 }, 70 "time": "2014-10-01 15:43:05", 71 "type": "library", 72 "extra": { 73 "branch-alias": { 74 "dev-master": "2.5-dev" 75 } 76 }, 77 "installation-source": "dist", 78 "autoload": { 79 "psr-0": { 80 "Symfony\\Component\\EventDispatcher\\": "" 81 } 82 }, 83 "notification-url": "https://packagist.org/downloads/", 84 "license": [ 85 "MIT" 86 ], 87 "authors": [ 88 { 89 "name": "Symfony Community", 90 "homepage": "http://symfony.com/contributors" 91 }, 92 { 93 "name": "Fabien Potencier", 94 "email": "fabien@symfony.com" 95 } 96 ], 97 "description": "Symfony EventDispatcher Component", 98 "homepage": "http://symfony.com" 99 }, 100 { 101 "name": "guzzle/guzzle", 102 "version": "v3.9.2", 103 "version_normalized": "3.9.2.0", 104 "source": { 105 "type": "git", 106 "url": "https://github.com/guzzle/guzzle3.git", 107 "reference": "54991459675c1a2924122afbb0e5609ade581155" 108 }, 109 "dist": { 110 "type": "zip", 111 "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/54991459675c1a2924122afbb0e5609ade581155", 112 "reference": "54991459675c1a2924122afbb0e5609ade581155", 113 "shasum": "" 114 }, 115 "require": { 116 "ext-curl": "*", 117 "php": ">=5.3.3", 118 "symfony/event-dispatcher": "~2.1" 119 }, 120 "replace": { 121 "guzzle/batch": "self.version", 122 "guzzle/cache": "self.version", 123 "guzzle/common": "self.version", 124 "guzzle/http": "self.version", 125 "guzzle/inflection": "self.version", 126 "guzzle/iterator": "self.version", 127 "guzzle/log": "self.version", 128 "guzzle/parser": "self.version", 129 "guzzle/plugin": "self.version", 130 "guzzle/plugin-async": "self.version", 131 "guzzle/plugin-backoff": "self.version", 132 "guzzle/plugin-cache": "self.version", 133 "guzzle/plugin-cookie": "self.version", 134 "guzzle/plugin-curlauth": "self.version", 135 "guzzle/plugin-error-response": "self.version", 136 "guzzle/plugin-history": "self.version", 137 "guzzle/plugin-log": "self.version", 138 "guzzle/plugin-md5": "self.version", 139 "guzzle/plugin-mock": "self.version", 140 "guzzle/plugin-oauth": "self.version", 141 "guzzle/service": "self.version", 142 "guzzle/stream": "self.version" 143 }, 144 "require-dev": { 145 "doctrine/cache": "~1.3", 146 "monolog/monolog": "~1.0", 147 "phpunit/phpunit": "3.7.*", 148 "psr/log": "~1.0", 149 "symfony/class-loader": "~2.1", 150 "zendframework/zend-cache": "2.*,<2.3", 151 "zendframework/zend-log": "2.*,<2.3" 152 }, 153 "time": "2014-08-11 04:32:36", 154 "type": "library", 155 "extra": { 156 "branch-alias": { 157 "dev-master": "3.9-dev" 158 } 159 }, 160 "installation-source": "dist", 161 "autoload": { 162 "psr-0": { 163 "Guzzle": "src/", 164 "Guzzle\\Tests": "tests/" 165 } 166 }, 167 "notification-url": "https://packagist.org/downloads/", 168 "license": [ 169 "MIT" 170 ], 171 "authors": [ 172 { 173 "name": "Michael Dowling", 174 "email": "mtdowling@gmail.com", 175 "homepage": "https://github.com/mtdowling" 176 }, 177 { 178 "name": "Guzzle Community", 179 "homepage": "https://github.com/guzzle/guzzle/contributors" 180 } 181 ], 182 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", 183 "homepage": "http://guzzlephp.org/", 184 "keywords": [ 185 "client", 186 "curl", 187 "framework", 188 "http", 189 "http client", 190 "rest", 191 "web service" 192 ] 193 } 194 ]