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