OpenConext /
Stepup-Middleware-clientbundle
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "50d71cf450a3229fed2e100c2b0776bd", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "beberlei/assert", |
||
| 11 | "version": "v2.1", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/beberlei/assert.git", |
||
| 15 | "reference": "8c60f8a1c31dcd61c928bf024bc59a3472f00632" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/beberlei/assert/zipball/8c60f8a1c31dcd61c928bf024bc59a3472f00632", |
||
| 20 | "reference": "8c60f8a1c31dcd61c928bf024bc59a3472f00632", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "ext-mbstring": "*" |
||
| 25 | }, |
||
| 26 | "type": "library", |
||
| 27 | "extra": { |
||
| 28 | "branch-alias": { |
||
| 29 | "dev-master": "2.0.x-dev" |
||
| 30 | } |
||
| 31 | }, |
||
| 32 | "autoload": { |
||
| 33 | "psr-0": { |
||
| 34 | "Assert": "lib/" |
||
| 35 | }, |
||
| 36 | "files": [ |
||
| 37 | "lib/Assert/functions.php" |
||
| 38 | ] |
||
| 39 | }, |
||
| 40 | "notification-url": "https://packagist.org/downloads/", |
||
| 41 | "license": [ |
||
| 42 | "BSD-2-Clause" |
||
| 43 | ], |
||
| 44 | "authors": [ |
||
| 45 | { |
||
| 46 | "name": "Benjamin Eberlei", |
||
| 47 | "email": "[email protected]" |
||
| 48 | } |
||
| 49 | ], |
||
| 50 | "description": "Thin assertion library for input validation in business models.", |
||
| 51 | "keywords": [ |
||
| 52 | "assert", |
||
| 53 | "assertion", |
||
| 54 | "validation" |
||
| 55 | ], |
||
| 56 | "time": "2014-11-06 10:17:53" |
||
| 57 | }, |
||
| 58 | { |
||
| 59 | "name": "guzzlehttp/guzzle", |
||
| 60 | "version": "4.2.3", |
||
| 61 | "source": { |
||
| 62 | "type": "git", |
||
| 63 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 64 | "reference": "66fd916e9f9130bc22c51450476823391cb2f67c" |
||
| 65 | }, |
||
| 66 | "dist": { |
||
| 67 | "type": "zip", |
||
| 68 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c", |
||
| 69 | "reference": "66fd916e9f9130bc22c51450476823391cb2f67c", |
||
| 70 | "shasum": "" |
||
| 71 | }, |
||
| 72 | "require": { |
||
| 73 | "ext-json": "*", |
||
| 74 | "guzzlehttp/streams": "~2.1", |
||
| 75 | "php": ">=5.4.0" |
||
| 76 | }, |
||
| 77 | "require-dev": { |
||
| 78 | "ext-curl": "*", |
||
| 79 | "phpunit/phpunit": "~4.0", |
||
| 80 | "psr/log": "~1.0" |
||
| 81 | }, |
||
| 82 | "suggest": { |
||
| 83 | "ext-curl": "Guzzle will use specific adapters if cURL is present" |
||
| 84 | }, |
||
| 85 | "type": "library", |
||
| 86 | "extra": { |
||
| 87 | "branch-alias": { |
||
| 88 | "dev-master": "4.2-dev" |
||
| 89 | } |
||
| 90 | }, |
||
| 91 | "autoload": { |
||
| 92 | "psr-4": { |
||
| 93 | "GuzzleHttp\\": "src/" |
||
| 94 | }, |
||
| 95 | "files": [ |
||
| 96 | "src/functions.php" |
||
| 97 | ] |
||
| 98 | }, |
||
| 99 | "notification-url": "https://packagist.org/downloads/", |
||
| 100 | "license": [ |
||
| 101 | "MIT" |
||
| 102 | ], |
||
| 103 | "authors": [ |
||
| 104 | { |
||
| 105 | "name": "Michael Dowling", |
||
| 106 | "email": "[email protected]", |
||
| 107 | "homepage": "https://github.com/mtdowling" |
||
| 108 | } |
||
| 109 | ], |
||
| 110 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
| 111 | "homepage": "http://guzzlephp.org/", |
||
| 112 | "keywords": [ |
||
| 113 | "client", |
||
| 114 | "curl", |
||
| 115 | "framework", |
||
| 116 | "http", |
||
| 117 | "http client", |
||
| 118 | "rest", |
||
| 119 | "web service" |
||
| 120 | ], |
||
| 121 | "time": "2014-10-05 19:29:14" |
||
| 122 | }, |
||
| 123 | { |
||
| 124 | "name": "guzzlehttp/streams", |
||
| 125 | "version": "2.1.0", |
||
| 126 | "source": { |
||
| 127 | "type": "git", |
||
| 128 | "url": "https://github.com/guzzle/streams.git", |
||
| 129 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534" |
||
| 130 | }, |
||
| 131 | "dist": { |
||
| 132 | "type": "zip", |
||
| 133 | "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
| 134 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
| 135 | "shasum": "" |
||
| 136 | }, |
||
| 137 | "require": { |
||
| 138 | "php": ">=5.4.0" |
||
| 139 | }, |
||
| 140 | "require-dev": { |
||
| 141 | "phpunit/phpunit": "~4.0" |
||
| 142 | }, |
||
| 143 | "type": "library", |
||
| 144 | "extra": { |
||
| 145 | "branch-alias": { |
||
| 146 | "dev-master": "2.0-dev" |
||
| 147 | } |
||
| 148 | }, |
||
| 149 | "autoload": { |
||
| 150 | "psr-4": { |
||
| 151 | "GuzzleHttp\\Stream\\": "src/" |
||
| 152 | }, |
||
| 153 | "files": [ |
||
| 154 | "src/functions.php" |
||
| 155 | ] |
||
| 156 | }, |
||
| 157 | "notification-url": "https://packagist.org/downloads/", |
||
| 158 | "license": [ |
||
| 159 | "MIT" |
||
| 160 | ], |
||
| 161 | "authors": [ |
||
| 162 | { |
||
| 163 | "name": "Michael Dowling", |
||
| 164 | "email": "[email protected]", |
||
| 165 | "homepage": "https://github.com/mtdowling" |
||
| 166 | } |
||
| 167 | ], |
||
| 168 | "description": "Provides a simple abstraction over streams of data (Guzzle 4+)", |
||
| 169 | "homepage": "http://guzzlephp.org/", |
||
| 170 | "keywords": [ |
||
| 171 | "Guzzle", |
||
| 172 | "stream" |
||
| 173 | ], |
||
| 174 | "time": "2014-08-17 21:15:53" |
||
| 175 | }, |
||
| 176 | { |
||
| 177 | "name": "moontoast/math", |
||
| 178 | "version": "1.1.0", |
||
| 179 | "source": { |
||
| 180 | "type": "git", |
||
| 181 | "url": "https://github.com/ramsey/moontoast-math.git", |
||
| 182 | "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3" |
||
| 183 | }, |
||
| 184 | "dist": { |
||
| 185 | "type": "zip", |
||
| 186 | "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3", |
||
| 187 | "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3", |
||
| 188 | "shasum": "" |
||
| 189 | }, |
||
| 190 | "require": { |
||
| 191 | "ext-bcmath": "*", |
||
| 192 | "php": ">=5.3.3" |
||
| 193 | }, |
||
| 194 | "type": "library", |
||
| 195 | "autoload": { |
||
| 196 | "psr-0": { |
||
| 197 | "Moontoast\\Math": "src/" |
||
| 198 | } |
||
| 199 | }, |
||
| 200 | "notification-url": "https://packagist.org/downloads/", |
||
| 201 | "license": [ |
||
| 202 | "Apache-2.0" |
||
| 203 | ], |
||
| 204 | "description": "A mathematics library, providing functionality for large numbers", |
||
| 205 | "homepage": "https://github.com/moontoast/math", |
||
| 206 | "keywords": [ |
||
| 207 | "bcmath", |
||
| 208 | "math" |
||
| 209 | ], |
||
| 210 | "time": "2013-01-19 17:42:34" |
||
| 211 | }, |
||
| 212 | { |
||
| 213 | "name": "psr/log", |
||
| 214 | "version": "1.0.0", |
||
| 215 | "source": { |
||
| 216 | "type": "git", |
||
| 217 | "url": "https://github.com/php-fig/log.git", |
||
| 218 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
| 219 | }, |
||
| 220 | "dist": { |
||
| 221 | "type": "zip", |
||
| 222 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 223 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 224 | "shasum": "" |
||
| 225 | }, |
||
| 226 | "type": "library", |
||
| 227 | "autoload": { |
||
| 228 | "psr-0": { |
||
| 229 | "Psr\\Log\\": "" |
||
| 230 | } |
||
| 231 | }, |
||
| 232 | "notification-url": "https://packagist.org/downloads/", |
||
| 233 | "license": [ |
||
| 234 | "MIT" |
||
| 235 | ], |
||
| 236 | "authors": [ |
||
| 237 | { |
||
| 238 | "name": "PHP-FIG", |
||
| 239 | "homepage": "http://www.php-fig.org/" |
||
| 240 | } |
||
| 241 | ], |
||
| 242 | "description": "Common interface for logging libraries", |
||
| 243 | "keywords": [ |
||
| 244 | "log", |
||
| 245 | "psr", |
||
| 246 | "psr-3" |
||
| 247 | ], |
||
| 248 | "time": "2012-12-21 11:40:51" |
||
| 249 | }, |
||
| 250 | { |
||
| 251 | "name": "rhumsaa/uuid", |
||
| 252 | "version": "2.7.4", |
||
| 253 | "source": { |
||
| 254 | "type": "git", |
||
| 255 | "url": "https://github.com/ramsey/rhumsaa-uuid.git", |
||
| 256 | "reference": "eb1d371067aa8c2b83d6691837ee4896a6f76a44" |
||
| 257 | }, |
||
| 258 | "dist": { |
||
| 259 | "type": "zip", |
||
| 260 | "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/eb1d371067aa8c2b83d6691837ee4896a6f76a44", |
||
| 261 | "reference": "eb1d371067aa8c2b83d6691837ee4896a6f76a44", |
||
| 262 | "shasum": "" |
||
| 263 | }, |
||
| 264 | "require": { |
||
| 265 | "php": ">=5.3.3" |
||
| 266 | }, |
||
| 267 | "require-dev": { |
||
| 268 | "doctrine/dbal": ">=2.3", |
||
| 269 | "moontoast/math": "~1.1", |
||
| 270 | "phpunit/phpunit": "~4.1", |
||
| 271 | "satooshi/php-coveralls": "~0.6", |
||
| 272 | "symfony/console": "~2.3" |
||
| 273 | }, |
||
| 274 | "suggest": { |
||
| 275 | "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", |
||
| 276 | "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", |
||
| 277 | "symfony/console": "Support for use of the bin/uuid command line tool." |
||
| 278 | }, |
||
| 279 | "bin": [ |
||
| 280 | "bin/uuid" |
||
| 281 | ], |
||
| 282 | "type": "library", |
||
| 283 | "extra": { |
||
| 284 | "branch-alias": { |
||
| 285 | "dev-master": "2.7.x-dev" |
||
| 286 | } |
||
| 287 | }, |
||
| 288 | "autoload": { |
||
| 289 | "psr-4": { |
||
| 290 | "Rhumsaa\\Uuid\\": "src/" |
||
| 291 | } |
||
| 292 | }, |
||
| 293 | "notification-url": "https://packagist.org/downloads/", |
||
| 294 | "license": [ |
||
| 295 | "MIT" |
||
| 296 | ], |
||
| 297 | "authors": [ |
||
| 298 | { |
||
| 299 | "name": "Marijn Huizendveld", |
||
| 300 | "email": "[email protected]" |
||
| 301 | }, |
||
| 302 | { |
||
| 303 | "name": "Ben Ramsey", |
||
| 304 | "homepage": "http://benramsey.com" |
||
| 305 | } |
||
| 306 | ], |
||
| 307 | "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
| 308 | "homepage": "https://github.com/ramsey/uuid", |
||
| 309 | "keywords": [ |
||
| 310 | "guid", |
||
| 311 | "identifier", |
||
| 312 | "uuid" |
||
| 313 | ], |
||
| 314 | "time": "2014-10-30 03:36:49" |
||
| 315 | }, |
||
| 316 | { |
||
| 317 | "name": "symfony/config", |
||
| 318 | "version": "v2.7.3", |
||
| 319 | "source": { |
||
| 320 | "type": "git", |
||
| 321 | "url": "https://github.com/symfony/Config.git", |
||
| 322 | "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9" |
||
| 323 | }, |
||
| 324 | "dist": { |
||
| 325 | "type": "zip", |
||
| 326 | "url": "https://api.github.com/repos/symfony/Config/zipball/6c905bbed1e728226de656e4c07d620dfe9e80d9", |
||
| 327 | "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9", |
||
| 328 | "shasum": "" |
||
| 329 | }, |
||
| 330 | "require": { |
||
| 331 | "php": ">=5.3.9", |
||
| 332 | "symfony/filesystem": "~2.3" |
||
| 333 | }, |
||
| 334 | "require-dev": { |
||
| 335 | "symfony/phpunit-bridge": "~2.7" |
||
| 336 | }, |
||
| 337 | "type": "library", |
||
| 338 | "extra": { |
||
| 339 | "branch-alias": { |
||
| 340 | "dev-master": "2.7-dev" |
||
| 341 | } |
||
| 342 | }, |
||
| 343 | "autoload": { |
||
| 344 | "psr-4": { |
||
| 345 | "Symfony\\Component\\Config\\": "" |
||
| 346 | } |
||
| 347 | }, |
||
| 348 | "notification-url": "https://packagist.org/downloads/", |
||
| 349 | "license": [ |
||
| 350 | "MIT" |
||
| 351 | ], |
||
| 352 | "authors": [ |
||
| 353 | { |
||
| 354 | "name": "Fabien Potencier", |
||
| 355 | "email": "[email protected]" |
||
| 356 | }, |
||
| 357 | { |
||
| 358 | "name": "Symfony Community", |
||
| 359 | "homepage": "https://symfony.com/contributors" |
||
| 360 | } |
||
| 361 | ], |
||
| 362 | "description": "Symfony Config Component", |
||
| 363 | "homepage": "https://symfony.com", |
||
| 364 | "time": "2015-07-09 16:07:40" |
||
| 365 | }, |
||
| 366 | { |
||
| 367 | "name": "symfony/debug", |
||
| 368 | "version": "v2.7.3", |
||
| 369 | "source": { |
||
| 370 | "type": "git", |
||
| 371 | "url": "https://github.com/symfony/Debug.git", |
||
| 372 | "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3" |
||
| 373 | }, |
||
| 374 | "dist": { |
||
| 375 | "type": "zip", |
||
| 376 | "url": "https://api.github.com/repos/symfony/Debug/zipball/9daa1bf9f7e615fa2fba30357e479a90141222e3", |
||
| 377 | "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3", |
||
| 378 | "shasum": "" |
||
| 379 | }, |
||
| 380 | "require": { |
||
| 381 | "php": ">=5.3.9", |
||
| 382 | "psr/log": "~1.0" |
||
| 383 | }, |
||
| 384 | "conflict": { |
||
| 385 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 386 | }, |
||
| 387 | "require-dev": { |
||
| 388 | "symfony/class-loader": "~2.2", |
||
| 389 | "symfony/http-foundation": "~2.1", |
||
| 390 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2", |
||
| 391 | "symfony/phpunit-bridge": "~2.7" |
||
| 392 | }, |
||
| 393 | "suggest": { |
||
| 394 | "symfony/http-foundation": "", |
||
| 395 | "symfony/http-kernel": "" |
||
| 396 | }, |
||
| 397 | "type": "library", |
||
| 398 | "extra": { |
||
| 399 | "branch-alias": { |
||
| 400 | "dev-master": "2.7-dev" |
||
| 401 | } |
||
| 402 | }, |
||
| 403 | "autoload": { |
||
| 404 | "psr-4": { |
||
| 405 | "Symfony\\Component\\Debug\\": "" |
||
| 406 | } |
||
| 407 | }, |
||
| 408 | "notification-url": "https://packagist.org/downloads/", |
||
| 409 | "license": [ |
||
| 410 | "MIT" |
||
| 411 | ], |
||
| 412 | "authors": [ |
||
| 413 | { |
||
| 414 | "name": "Fabien Potencier", |
||
| 415 | "email": "[email protected]" |
||
| 416 | }, |
||
| 417 | { |
||
| 418 | "name": "Symfony Community", |
||
| 419 | "homepage": "https://symfony.com/contributors" |
||
| 420 | } |
||
| 421 | ], |
||
| 422 | "description": "Symfony Debug Component", |
||
| 423 | "homepage": "https://symfony.com", |
||
| 424 | "time": "2015-07-09 16:07:40" |
||
| 425 | }, |
||
| 426 | { |
||
| 427 | "name": "symfony/dependency-injection", |
||
| 428 | "version": "v2.7.3", |
||
| 429 | "source": { |
||
| 430 | "type": "git", |
||
| 431 | "url": "https://github.com/symfony/DependencyInjection.git", |
||
| 432 | "reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6" |
||
| 433 | }, |
||
| 434 | "dist": { |
||
| 435 | "type": "zip", |
||
| 436 | "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6", |
||
| 437 | "reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6", |
||
| 438 | "shasum": "" |
||
| 439 | }, |
||
| 440 | "require": { |
||
| 441 | "php": ">=5.3.9" |
||
| 442 | }, |
||
| 443 | "conflict": { |
||
| 444 | "symfony/expression-language": "<2.6" |
||
| 445 | }, |
||
| 446 | "require-dev": { |
||
| 447 | "symfony/config": "~2.2", |
||
| 448 | "symfony/expression-language": "~2.6", |
||
| 449 | "symfony/phpunit-bridge": "~2.7", |
||
| 450 | "symfony/yaml": "~2.1" |
||
| 451 | }, |
||
| 452 | "suggest": { |
||
| 453 | "symfony/config": "", |
||
| 454 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
| 455 | "symfony/yaml": "" |
||
| 456 | }, |
||
| 457 | "type": "library", |
||
| 458 | "extra": { |
||
| 459 | "branch-alias": { |
||
| 460 | "dev-master": "2.7-dev" |
||
| 461 | } |
||
| 462 | }, |
||
| 463 | "autoload": { |
||
| 464 | "psr-4": { |
||
| 465 | "Symfony\\Component\\DependencyInjection\\": "" |
||
| 466 | } |
||
| 467 | }, |
||
| 468 | "notification-url": "https://packagist.org/downloads/", |
||
| 469 | "license": [ |
||
| 470 | "MIT" |
||
| 471 | ], |
||
| 472 | "authors": [ |
||
| 473 | { |
||
| 474 | "name": "Fabien Potencier", |
||
| 475 | "email": "[email protected]" |
||
| 476 | }, |
||
| 477 | { |
||
| 478 | "name": "Symfony Community", |
||
| 479 | "homepage": "https://symfony.com/contributors" |
||
| 480 | } |
||
| 481 | ], |
||
| 482 | "description": "Symfony DependencyInjection Component", |
||
| 483 | "homepage": "https://symfony.com", |
||
| 484 | "time": "2015-07-28 14:07:07" |
||
| 485 | }, |
||
| 486 | { |
||
| 487 | "name": "symfony/event-dispatcher", |
||
| 488 | "version": "v2.7.3", |
||
| 489 | "source": { |
||
| 490 | "type": "git", |
||
| 491 | "url": "https://github.com/symfony/EventDispatcher.git", |
||
| 492 | "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3" |
||
| 493 | }, |
||
| 494 | "dist": { |
||
| 495 | "type": "zip", |
||
| 496 | "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3", |
||
| 497 | "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3", |
||
| 498 | "shasum": "" |
||
| 499 | }, |
||
| 500 | "require": { |
||
| 501 | "php": ">=5.3.9" |
||
| 502 | }, |
||
| 503 | "require-dev": { |
||
| 504 | "psr/log": "~1.0", |
||
| 505 | "symfony/config": "~2.0,>=2.0.5", |
||
| 506 | "symfony/dependency-injection": "~2.6", |
||
| 507 | "symfony/expression-language": "~2.6", |
||
| 508 | "symfony/phpunit-bridge": "~2.7", |
||
| 509 | "symfony/stopwatch": "~2.3" |
||
| 510 | }, |
||
| 511 | "suggest": { |
||
| 512 | "symfony/dependency-injection": "", |
||
| 513 | "symfony/http-kernel": "" |
||
| 514 | }, |
||
| 515 | "type": "library", |
||
| 516 | "extra": { |
||
| 517 | "branch-alias": { |
||
| 518 | "dev-master": "2.7-dev" |
||
| 519 | } |
||
| 520 | }, |
||
| 521 | "autoload": { |
||
| 522 | "psr-4": { |
||
| 523 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 524 | } |
||
| 525 | }, |
||
| 526 | "notification-url": "https://packagist.org/downloads/", |
||
| 527 | "license": [ |
||
| 528 | "MIT" |
||
| 529 | ], |
||
| 530 | "authors": [ |
||
| 531 | { |
||
| 532 | "name": "Fabien Potencier", |
||
| 533 | "email": "[email protected]" |
||
| 534 | }, |
||
| 535 | { |
||
| 536 | "name": "Symfony Community", |
||
| 537 | "homepage": "https://symfony.com/contributors" |
||
| 538 | } |
||
| 539 | ], |
||
| 540 | "description": "Symfony EventDispatcher Component", |
||
| 541 | "homepage": "https://symfony.com", |
||
| 542 | "time": "2015-06-18 19:21:56" |
||
| 543 | }, |
||
| 544 | { |
||
| 545 | "name": "symfony/filesystem", |
||
| 546 | "version": "v2.5.5", |
||
| 547 | "target-dir": "Symfony/Component/Filesystem", |
||
| 548 | "source": { |
||
| 549 | "type": "git", |
||
| 550 | "url": "https://github.com/symfony/Filesystem.git", |
||
| 551 | "reference": "4e62fab0060a826561c78b665925b37c870c45f5" |
||
| 552 | }, |
||
| 553 | "dist": { |
||
| 554 | "type": "zip", |
||
| 555 | "url": "https://api.github.com/repos/symfony/Filesystem/zipball/4e62fab0060a826561c78b665925b37c870c45f5", |
||
| 556 | "reference": "4e62fab0060a826561c78b665925b37c870c45f5", |
||
| 557 | "shasum": "" |
||
| 558 | }, |
||
| 559 | "require": { |
||
| 560 | "php": ">=5.3.3" |
||
| 561 | }, |
||
| 562 | "type": "library", |
||
| 563 | "extra": { |
||
| 564 | "branch-alias": { |
||
| 565 | "dev-master": "2.5-dev" |
||
| 566 | } |
||
| 567 | }, |
||
| 568 | "autoload": { |
||
| 569 | "psr-0": { |
||
| 570 | "Symfony\\Component\\Filesystem\\": "" |
||
| 571 | } |
||
| 572 | }, |
||
| 573 | "notification-url": "https://packagist.org/downloads/", |
||
| 574 | "license": [ |
||
| 575 | "MIT" |
||
| 576 | ], |
||
| 577 | "authors": [ |
||
| 578 | { |
||
| 579 | "name": "Symfony Community", |
||
| 580 | "homepage": "http://symfony.com/contributors" |
||
| 581 | }, |
||
| 582 | { |
||
| 583 | "name": "Fabien Potencier", |
||
| 584 | "email": "[email protected]" |
||
| 585 | } |
||
| 586 | ], |
||
| 587 | "description": "Symfony Filesystem Component", |
||
| 588 | "homepage": "http://symfony.com", |
||
| 589 | "time": "2014-09-22 09:14:18" |
||
| 590 | }, |
||
| 591 | { |
||
| 592 | "name": "symfony/http-foundation", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 593 | "version": "v2.5.5", |
||
| 594 | "target-dir": "Symfony/Component/HttpFoundation", |
||
| 595 | "source": { |
||
| 596 | "type": "git", |
||
| 597 | "url": "https://github.com/symfony/HttpFoundation.git", |
||
| 598 | "reference": "650e115af152d7a5e857d01c2cdb9a22809de9b4" |
||
| 599 | }, |
||
| 600 | "dist": { |
||
| 601 | "type": "zip", |
||
| 602 | "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/650e115af152d7a5e857d01c2cdb9a22809de9b4", |
||
| 603 | "reference": "650e115af152d7a5e857d01c2cdb9a22809de9b4", |
||
| 604 | "shasum": "" |
||
| 605 | }, |
||
| 606 | "require": { |
||
| 607 | "php": ">=5.3.3" |
||
| 608 | }, |
||
| 609 | "require-dev": { |
||
| 610 | "symfony/expression-language": "~2.4" |
||
| 611 | }, |
||
| 612 | "type": "library", |
||
| 613 | "extra": { |
||
| 614 | "branch-alias": { |
||
| 615 | "dev-master": "2.5-dev" |
||
| 616 | } |
||
| 617 | }, |
||
| 618 | "autoload": { |
||
| 619 | "psr-0": { |
||
| 620 | "Symfony\\Component\\HttpFoundation\\": "" |
||
| 621 | }, |
||
| 622 | "classmap": [ |
||
| 623 | "Symfony/Component/HttpFoundation/Resources/stubs" |
||
| 624 | ] |
||
| 625 | }, |
||
| 626 | "notification-url": "https://packagist.org/downloads/", |
||
| 627 | "license": [ |
||
| 628 | "MIT" |
||
| 629 | ], |
||
| 630 | "authors": [ |
||
| 631 | { |
||
| 632 | "name": "Symfony Community", |
||
| 633 | "homepage": "http://symfony.com/contributors" |
||
| 634 | }, |
||
| 635 | { |
||
| 636 | "name": "Fabien Potencier", |
||
| 637 | "email": "[email protected]" |
||
| 638 | } |
||
| 639 | ], |
||
| 640 | "description": "Symfony HttpFoundation Component", |
||
| 641 | "homepage": "http://symfony.com", |
||
| 642 | "time": "2014-09-25 09:52:29" |
||
| 643 | }, |
||
| 644 | { |
||
| 645 | "name": "symfony/http-kernel", |
||
| 646 | "version": "v2.7.3", |
||
| 647 | "source": { |
||
| 648 | "type": "git", |
||
| 649 | "url": "https://github.com/symfony/HttpKernel.git", |
||
| 650 | "reference": "405d3e7a59ff7a28ec469441326a0ac79065ea98" |
||
| 651 | }, |
||
| 652 | "dist": { |
||
| 653 | "type": "zip", |
||
| 654 | "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/405d3e7a59ff7a28ec469441326a0ac79065ea98", |
||
| 655 | "reference": "405d3e7a59ff7a28ec469441326a0ac79065ea98", |
||
| 656 | "shasum": "" |
||
| 657 | }, |
||
| 658 | "require": { |
||
| 659 | "php": ">=5.3.9", |
||
| 660 | "psr/log": "~1.0", |
||
| 661 | "symfony/debug": "~2.6,>=2.6.2", |
||
| 662 | "symfony/event-dispatcher": "~2.6,>=2.6.7", |
||
| 663 | "symfony/http-foundation": "~2.5,>=2.5.4" |
||
| 664 | }, |
||
| 665 | "conflict": { |
||
| 666 | "symfony/config": "<2.7" |
||
| 667 | }, |
||
| 668 | "require-dev": { |
||
| 669 | "symfony/browser-kit": "~2.3", |
||
| 670 | "symfony/class-loader": "~2.1", |
||
| 671 | "symfony/config": "~2.7", |
||
| 672 | "symfony/console": "~2.3", |
||
| 673 | "symfony/css-selector": "~2.0,>=2.0.5", |
||
| 674 | "symfony/dependency-injection": "~2.2", |
||
| 675 | "symfony/dom-crawler": "~2.0,>=2.0.5", |
||
| 676 | "symfony/expression-language": "~2.4", |
||
| 677 | "symfony/finder": "~2.0,>=2.0.5", |
||
| 678 | "symfony/phpunit-bridge": "~2.7", |
||
| 679 | "symfony/process": "~2.0,>=2.0.5", |
||
| 680 | "symfony/routing": "~2.2", |
||
| 681 | "symfony/stopwatch": "~2.3", |
||
| 682 | "symfony/templating": "~2.2", |
||
| 683 | "symfony/translation": "~2.0,>=2.0.5", |
||
| 684 | "symfony/var-dumper": "~2.6" |
||
| 685 | }, |
||
| 686 | "suggest": { |
||
| 687 | "symfony/browser-kit": "", |
||
| 688 | "symfony/class-loader": "", |
||
| 689 | "symfony/config": "", |
||
| 690 | "symfony/console": "", |
||
| 691 | "symfony/dependency-injection": "", |
||
| 692 | "symfony/finder": "", |
||
| 693 | "symfony/var-dumper": "" |
||
| 694 | }, |
||
| 695 | "type": "library", |
||
| 696 | "extra": { |
||
| 697 | "branch-alias": { |
||
| 698 | "dev-master": "2.7-dev" |
||
| 699 | } |
||
| 700 | }, |
||
| 701 | "autoload": { |
||
| 702 | "psr-4": { |
||
| 703 | "Symfony\\Component\\HttpKernel\\": "" |
||
| 704 | } |
||
| 705 | }, |
||
| 706 | "notification-url": "https://packagist.org/downloads/", |
||
| 707 | "license": [ |
||
| 708 | "MIT" |
||
| 709 | ], |
||
| 710 | "authors": [ |
||
| 711 | { |
||
| 712 | "name": "Fabien Potencier", |
||
| 713 | "email": "[email protected]" |
||
| 714 | }, |
||
| 715 | { |
||
| 716 | "name": "Symfony Community", |
||
| 717 | "homepage": "https://symfony.com/contributors" |
||
| 718 | } |
||
| 719 | ], |
||
| 720 | "description": "Symfony HttpKernel Component", |
||
| 721 | "homepage": "https://symfony.com", |
||
| 722 | "time": "2015-07-31 13:24:45" |
||
| 723 | }, |
||
| 724 | { |
||
| 725 | "name": "symfony/translation", |
||
| 726 | "version": "v2.5.5", |
||
| 727 | "target-dir": "Symfony/Component/Translation", |
||
| 728 | "source": { |
||
| 729 | "type": "git", |
||
| 730 | "url": "https://github.com/symfony/Translation.git", |
||
| 731 | "reference": "170c0d895616e1a6a35681ffb0b9e339f58ab928" |
||
| 732 | }, |
||
| 733 | "dist": { |
||
| 734 | "type": "zip", |
||
| 735 | "url": "https://api.github.com/repos/symfony/Translation/zipball/170c0d895616e1a6a35681ffb0b9e339f58ab928", |
||
| 736 | "reference": "170c0d895616e1a6a35681ffb0b9e339f58ab928", |
||
| 737 | "shasum": "" |
||
| 738 | }, |
||
| 739 | "require": { |
||
| 740 | "php": ">=5.3.3" |
||
| 741 | }, |
||
| 742 | "require-dev": { |
||
| 743 | "symfony/config": "~2.0", |
||
| 744 | "symfony/intl": "~2.3", |
||
| 745 | "symfony/yaml": "~2.2" |
||
| 746 | }, |
||
| 747 | "suggest": { |
||
| 748 | "symfony/config": "", |
||
| 749 | "symfony/yaml": "" |
||
| 750 | }, |
||
| 751 | "type": "library", |
||
| 752 | "extra": { |
||
| 753 | "branch-alias": { |
||
| 754 | "dev-master": "2.5-dev" |
||
| 755 | } |
||
| 756 | }, |
||
| 757 | "autoload": { |
||
| 758 | "psr-0": { |
||
| 759 | "Symfony\\Component\\Translation\\": "" |
||
| 760 | } |
||
| 761 | }, |
||
| 762 | "notification-url": "https://packagist.org/downloads/", |
||
| 763 | "license": [ |
||
| 764 | "MIT" |
||
| 765 | ], |
||
| 766 | "authors": [ |
||
| 767 | { |
||
| 768 | "name": "Symfony Community", |
||
| 769 | "homepage": "http://symfony.com/contributors" |
||
| 770 | }, |
||
| 771 | { |
||
| 772 | "name": "Fabien Potencier", |
||
| 773 | "email": "[email protected]" |
||
| 774 | } |
||
| 775 | ], |
||
| 776 | "description": "Symfony Translation Component", |
||
| 777 | "homepage": "http://symfony.com", |
||
| 778 | "time": "2014-09-23 05:25:11" |
||
| 779 | }, |
||
| 780 | { |
||
| 781 | "name": "symfony/validator", |
||
| 782 | "version": "v2.7.3", |
||
| 783 | "source": { |
||
| 784 | "type": "git", |
||
| 785 | "url": "https://github.com/symfony/Validator.git", |
||
| 786 | "reference": "646df03e635a8a232804274401449ccdf5f03cad" |
||
| 787 | }, |
||
| 788 | "dist": { |
||
| 789 | "type": "zip", |
||
| 790 | "url": "https://api.github.com/repos/symfony/Validator/zipball/646df03e635a8a232804274401449ccdf5f03cad", |
||
| 791 | "reference": "646df03e635a8a232804274401449ccdf5f03cad", |
||
| 792 | "shasum": "" |
||
| 793 | }, |
||
| 794 | "require": { |
||
| 795 | "php": ">=5.3.9", |
||
| 796 | "symfony/translation": "~2.4" |
||
| 797 | }, |
||
| 798 | "require-dev": { |
||
| 799 | "doctrine/annotations": "~1.0", |
||
| 800 | "doctrine/cache": "~1.0", |
||
| 801 | "egulias/email-validator": "~1.2,>=1.2.1", |
||
| 802 | "symfony/config": "~2.2", |
||
| 803 | "symfony/expression-language": "~2.4", |
||
| 804 | "symfony/http-foundation": "~2.1", |
||
| 805 | "symfony/intl": "~2.3", |
||
| 806 | "symfony/phpunit-bridge": "~2.7", |
||
| 807 | "symfony/property-access": "~2.3", |
||
| 808 | "symfony/yaml": "~2.0,>=2.0.5" |
||
| 809 | }, |
||
| 810 | "suggest": { |
||
| 811 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
| 812 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
| 813 | "egulias/email-validator": "Strict (RFC compliant) email validation", |
||
| 814 | "symfony/config": "", |
||
| 815 | "symfony/expression-language": "For using the 2.4 Expression validator", |
||
| 816 | "symfony/http-foundation": "", |
||
| 817 | "symfony/intl": "", |
||
| 818 | "symfony/property-access": "For using the 2.4 Validator API", |
||
| 819 | "symfony/yaml": "" |
||
| 820 | }, |
||
| 821 | "type": "library", |
||
| 822 | "extra": { |
||
| 823 | "branch-alias": { |
||
| 824 | "dev-master": "2.7-dev" |
||
| 825 | } |
||
| 826 | }, |
||
| 827 | "autoload": { |
||
| 828 | "psr-4": { |
||
| 829 | "Symfony\\Component\\Validator\\": "" |
||
| 830 | } |
||
| 831 | }, |
||
| 832 | "notification-url": "https://packagist.org/downloads/", |
||
| 833 | "license": [ |
||
| 834 | "MIT" |
||
| 835 | ], |
||
| 836 | "authors": [ |
||
| 837 | { |
||
| 838 | "name": "Fabien Potencier", |
||
| 839 | "email": "[email protected]" |
||
| 840 | }, |
||
| 841 | { |
||
| 842 | "name": "Symfony Community", |
||
| 843 | "homepage": "https://symfony.com/contributors" |
||
| 844 | } |
||
| 845 | ], |
||
| 846 | "description": "Symfony Validator Component", |
||
| 847 | "homepage": "https://symfony.com", |
||
| 848 | "time": "2015-07-31 06:49:15" |
||
| 849 | } |
||
| 850 | ], |
||
| 851 | "packages-dev": [ |
||
| 852 | { |
||
| 853 | "name": "behat/behat", |
||
| 854 | "version": "v2.5.3", |
||
| 855 | "source": { |
||
| 856 | "type": "git", |
||
| 857 | "url": "https://github.com/Behat/Behat.git", |
||
| 858 | "reference": "c3a105a3c0457df919879c72b63b910e63739e51" |
||
| 859 | }, |
||
| 860 | "dist": { |
||
| 861 | "type": "zip", |
||
| 862 | "url": "https://api.github.com/repos/Behat/Behat/zipball/c3a105a3c0457df919879c72b63b910e63739e51", |
||
| 863 | "reference": "c3a105a3c0457df919879c72b63b910e63739e51", |
||
| 864 | "shasum": "" |
||
| 865 | }, |
||
| 866 | "require": { |
||
| 867 | "behat/gherkin": "~2.3.0", |
||
| 868 | "php": ">=5.3.1", |
||
| 869 | "symfony/config": "~2.0", |
||
| 870 | "symfony/console": "~2.0", |
||
| 871 | "symfony/dependency-injection": "~2.0", |
||
| 872 | "symfony/event-dispatcher": "~2.0", |
||
| 873 | "symfony/finder": "~2.0", |
||
| 874 | "symfony/translation": "~2.0", |
||
| 875 | "symfony/yaml": "~2.0" |
||
| 876 | }, |
||
| 877 | "require-dev": { |
||
| 878 | "phpunit/phpunit": "~3.7.19" |
||
| 879 | }, |
||
| 880 | "suggest": { |
||
| 881 | "behat/mink-extension": "for integration with Mink testing framework", |
||
| 882 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
||
| 883 | "behat/yii-extension": "for integration with Yii web framework" |
||
| 884 | }, |
||
| 885 | "bin": [ |
||
| 886 | "bin/behat" |
||
| 887 | ], |
||
| 888 | "type": "library", |
||
| 889 | "autoload": { |
||
| 890 | "psr-0": { |
||
| 891 | "Behat\\Behat": "src/" |
||
| 892 | } |
||
| 893 | }, |
||
| 894 | "notification-url": "https://packagist.org/downloads/", |
||
| 895 | "license": [ |
||
| 896 | "MIT" |
||
| 897 | ], |
||
| 898 | "authors": [ |
||
| 899 | { |
||
| 900 | "name": "Konstantin Kudryashov", |
||
| 901 | "email": "[email protected]", |
||
| 902 | "homepage": "http://everzet.com" |
||
| 903 | } |
||
| 904 | ], |
||
| 905 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
||
| 906 | "homepage": "http://behat.org/", |
||
| 907 | "keywords": [ |
||
| 908 | "BDD", |
||
| 909 | "Behat", |
||
| 910 | "Symfony2" |
||
| 911 | ], |
||
| 912 | "time": "2014-04-26 16:55:16" |
||
| 913 | }, |
||
| 914 | { |
||
| 915 | "name": "behat/gherkin", |
||
| 916 | "version": "v2.3.5", |
||
| 917 | "source": { |
||
| 918 | "type": "git", |
||
| 919 | "url": "https://github.com/Behat/Gherkin.git", |
||
| 920 | "reference": "2b33963da5525400573560c173ab5c9c057e1852" |
||
| 921 | }, |
||
| 922 | "dist": { |
||
| 923 | "type": "zip", |
||
| 924 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852", |
||
| 925 | "reference": "2b33963da5525400573560c173ab5c9c057e1852", |
||
| 926 | "shasum": "" |
||
| 927 | }, |
||
| 928 | "require": { |
||
| 929 | "php": ">=5.3.1", |
||
| 930 | "symfony/finder": "~2.0" |
||
| 931 | }, |
||
| 932 | "require-dev": { |
||
| 933 | "symfony/config": "~2.0", |
||
| 934 | "symfony/translation": "~2.0", |
||
| 935 | "symfony/yaml": "~2.0" |
||
| 936 | }, |
||
| 937 | "suggest": { |
||
| 938 | "symfony/config": "If you want to use Config component to manage resources", |
||
| 939 | "symfony/translation": "If you want to use Symfony2 translations adapter", |
||
| 940 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
||
| 941 | }, |
||
| 942 | "type": "library", |
||
| 943 | "extra": { |
||
| 944 | "branch-alias": { |
||
| 945 | "dev-develop": "2.2-dev" |
||
| 946 | } |
||
| 947 | }, |
||
| 948 | "autoload": { |
||
| 949 | "psr-0": { |
||
| 950 | "Behat\\Gherkin": "src/" |
||
| 951 | } |
||
| 952 | }, |
||
| 953 | "notification-url": "https://packagist.org/downloads/", |
||
| 954 | "license": [ |
||
| 955 | "MIT" |
||
| 956 | ], |
||
| 957 | "authors": [ |
||
| 958 | { |
||
| 959 | "name": "Konstantin Kudryashov", |
||
| 960 | "email": "[email protected]", |
||
| 961 | "homepage": "http://everzet.com" |
||
| 962 | } |
||
| 963 | ], |
||
| 964 | "description": "Gherkin DSL parser for PHP 5.3", |
||
| 965 | "homepage": "http://behat.org/", |
||
| 966 | "keywords": [ |
||
| 967 | "BDD", |
||
| 968 | "Behat", |
||
| 969 | "DSL", |
||
| 970 | "Symfony2", |
||
| 971 | "parser" |
||
| 972 | ], |
||
| 973 | "time": "2013-10-15 11:22:17" |
||
| 974 | }, |
||
| 975 | { |
||
| 976 | "name": "behat/mink", |
||
| 977 | "version": "v1.5.0", |
||
| 978 | "source": { |
||
| 979 | "type": "git", |
||
| 980 | "url": "https://github.com/minkphp/Mink.git", |
||
| 981 | "reference": "0769e6d9726c140a54dbf827a438c0f9912749fe" |
||
| 982 | }, |
||
| 983 | "dist": { |
||
| 984 | "type": "zip", |
||
| 985 | "url": "https://api.github.com/repos/minkphp/Mink/zipball/0769e6d9726c140a54dbf827a438c0f9912749fe", |
||
| 986 | "reference": "0769e6d9726c140a54dbf827a438c0f9912749fe", |
||
| 987 | "shasum": "" |
||
| 988 | }, |
||
| 989 | "require": { |
||
| 990 | "php": ">=5.3.1", |
||
| 991 | "symfony/css-selector": "~2.0" |
||
| 992 | }, |
||
| 993 | "suggest": { |
||
| 994 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", |
||
| 995 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", |
||
| 996 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", |
||
| 997 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" |
||
| 998 | }, |
||
| 999 | "type": "library", |
||
| 1000 | "extra": { |
||
| 1001 | "branch-alias": { |
||
| 1002 | "dev-develop": "1.5.x-dev" |
||
| 1003 | } |
||
| 1004 | }, |
||
| 1005 | "autoload": { |
||
| 1006 | "psr-0": { |
||
| 1007 | "Behat\\Mink": "src/" |
||
| 1008 | } |
||
| 1009 | }, |
||
| 1010 | "notification-url": "https://packagist.org/downloads/", |
||
| 1011 | "license": [ |
||
| 1012 | "MIT" |
||
| 1013 | ], |
||
| 1014 | "authors": [ |
||
| 1015 | { |
||
| 1016 | "name": "Konstantin Kudryashov", |
||
| 1017 | "email": "[email protected]", |
||
| 1018 | "homepage": "http://everzet.com" |
||
| 1019 | } |
||
| 1020 | ], |
||
| 1021 | "description": "Web acceptance testing framework for PHP 5.3", |
||
| 1022 | "homepage": "http://mink.behat.org/", |
||
| 1023 | "keywords": [ |
||
| 1024 | "browser", |
||
| 1025 | "testing", |
||
| 1026 | "web" |
||
| 1027 | ], |
||
| 1028 | "time": "2013-04-13 23:39:27" |
||
| 1029 | }, |
||
| 1030 | { |
||
| 1031 | "name": "behat/mink-browserkit-driver", |
||
| 1032 | "version": "v1.1.0", |
||
| 1033 | "source": { |
||
| 1034 | "type": "git", |
||
| 1035 | "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", |
||
| 1036 | "reference": "63960c8fcad4529faad1ff33e950217980baa64c" |
||
| 1037 | }, |
||
| 1038 | "dist": { |
||
| 1039 | "type": "zip", |
||
| 1040 | "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/63960c8fcad4529faad1ff33e950217980baa64c", |
||
| 1041 | "reference": "63960c8fcad4529faad1ff33e950217980baa64c", |
||
| 1042 | "shasum": "" |
||
| 1043 | }, |
||
| 1044 | "require": { |
||
| 1045 | "behat/mink": "~1.5.0", |
||
| 1046 | "php": ">=5.3.1", |
||
| 1047 | "symfony/browser-kit": "~2.0", |
||
| 1048 | "symfony/dom-crawler": "~2.0" |
||
| 1049 | }, |
||
| 1050 | "require-dev": { |
||
| 1051 | "silex/silex": "@dev" |
||
| 1052 | }, |
||
| 1053 | "type": "mink-driver", |
||
| 1054 | "extra": { |
||
| 1055 | "branch-alias": { |
||
| 1056 | "dev-master": "1.1.x-dev" |
||
| 1057 | } |
||
| 1058 | }, |
||
| 1059 | "autoload": { |
||
| 1060 | "psr-0": { |
||
| 1061 | "Behat\\Mink\\Driver": "src/" |
||
| 1062 | } |
||
| 1063 | }, |
||
| 1064 | "notification-url": "https://packagist.org/downloads/", |
||
| 1065 | "license": [ |
||
| 1066 | "MIT" |
||
| 1067 | ], |
||
| 1068 | "authors": [ |
||
| 1069 | { |
||
| 1070 | "name": "Konstantin Kudryashov", |
||
| 1071 | "email": "[email protected]", |
||
| 1072 | "homepage": "http://everzet.com" |
||
| 1073 | } |
||
| 1074 | ], |
||
| 1075 | "description": "Symfony2 BrowserKit driver for Mink framework", |
||
| 1076 | "homepage": "http://mink.behat.org/", |
||
| 1077 | "keywords": [ |
||
| 1078 | "Mink", |
||
| 1079 | "Symfony2", |
||
| 1080 | "browser", |
||
| 1081 | "testing" |
||
| 1082 | ], |
||
| 1083 | "time": "2013-04-13 23:46:30" |
||
| 1084 | }, |
||
| 1085 | { |
||
| 1086 | "name": "behat/mink-extension", |
||
| 1087 | "version": "v1.3.3", |
||
| 1088 | "source": { |
||
| 1089 | "type": "git", |
||
| 1090 | "url": "https://github.com/Behat/MinkExtension.git", |
||
| 1091 | "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8" |
||
| 1092 | }, |
||
| 1093 | "dist": { |
||
| 1094 | "type": "zip", |
||
| 1095 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8", |
||
| 1096 | "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8", |
||
| 1097 | "shasum": "" |
||
| 1098 | }, |
||
| 1099 | "require": { |
||
| 1100 | "behat/behat": "~2.5.0", |
||
| 1101 | "behat/mink": "~1.5", |
||
| 1102 | "php": ">=5.3.2", |
||
| 1103 | "symfony/config": "~2.2" |
||
| 1104 | }, |
||
| 1105 | "require-dev": { |
||
| 1106 | "behat/mink-goutte-driver": "~1.0", |
||
| 1107 | "fabpot/goutte": "~1.0" |
||
| 1108 | }, |
||
| 1109 | "type": "behat-extension", |
||
| 1110 | "autoload": { |
||
| 1111 | "psr-0": { |
||
| 1112 | "Behat\\MinkExtension": "src/" |
||
| 1113 | } |
||
| 1114 | }, |
||
| 1115 | "notification-url": "https://packagist.org/downloads/", |
||
| 1116 | "license": [ |
||
| 1117 | "MIT" |
||
| 1118 | ], |
||
| 1119 | "authors": [ |
||
| 1120 | { |
||
| 1121 | "name": "Konstantin Kudryashov", |
||
| 1122 | "email": "[email protected]", |
||
| 1123 | "homepage": "http://everzet.com" |
||
| 1124 | } |
||
| 1125 | ], |
||
| 1126 | "description": "Mink extension for Behat", |
||
| 1127 | "homepage": "http://mink.behat.org", |
||
| 1128 | "keywords": [ |
||
| 1129 | "browser", |
||
| 1130 | "gui", |
||
| 1131 | "test", |
||
| 1132 | "web" |
||
| 1133 | ], |
||
| 1134 | "time": "2014-05-15 19:27:39" |
||
| 1135 | }, |
||
| 1136 | { |
||
| 1137 | "name": "behat/mink-goutte-driver", |
||
| 1138 | "version": "v1.0.9", |
||
| 1139 | "source": { |
||
| 1140 | "type": "git", |
||
| 1141 | "url": "https://github.com/minkphp/MinkGoutteDriver.git", |
||
| 1142 | "reference": "fa1b073b48761464feb0b05e6825da44b20118d8" |
||
| 1143 | }, |
||
| 1144 | "dist": { |
||
| 1145 | "type": "zip", |
||
| 1146 | "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/fa1b073b48761464feb0b05e6825da44b20118d8", |
||
| 1147 | "reference": "fa1b073b48761464feb0b05e6825da44b20118d8", |
||
| 1148 | "shasum": "" |
||
| 1149 | }, |
||
| 1150 | "require": { |
||
| 1151 | "behat/mink-browserkit-driver": ">=1.0.5,<1.2.0", |
||
| 1152 | "fabpot/goutte": "~1.0.1", |
||
| 1153 | "php": ">=5.3.1" |
||
| 1154 | }, |
||
| 1155 | "type": "mink-driver", |
||
| 1156 | "extra": { |
||
| 1157 | "branch-alias": { |
||
| 1158 | "dev-master": "1.0.x-dev" |
||
| 1159 | } |
||
| 1160 | }, |
||
| 1161 | "autoload": { |
||
| 1162 | "psr-0": { |
||
| 1163 | "Behat\\Mink\\Driver": "src/" |
||
| 1164 | } |
||
| 1165 | }, |
||
| 1166 | "notification-url": "https://packagist.org/downloads/", |
||
| 1167 | "license": [ |
||
| 1168 | "MIT" |
||
| 1169 | ], |
||
| 1170 | "authors": [ |
||
| 1171 | { |
||
| 1172 | "name": "Konstantin Kudryashov", |
||
| 1173 | "email": "[email protected]", |
||
| 1174 | "homepage": "http://everzet.com" |
||
| 1175 | } |
||
| 1176 | ], |
||
| 1177 | "description": "Goutte driver for Mink framework", |
||
| 1178 | "homepage": "http://mink.behat.org/", |
||
| 1179 | "keywords": [ |
||
| 1180 | "browser", |
||
| 1181 | "goutte", |
||
| 1182 | "headless", |
||
| 1183 | "testing" |
||
| 1184 | ], |
||
| 1185 | "time": "2013-07-03 18:43:54" |
||
| 1186 | }, |
||
| 1187 | { |
||
| 1188 | "name": "behat/mink-selenium2-driver", |
||
| 1189 | "version": "v1.1.1", |
||
| 1190 | "source": { |
||
| 1191 | "type": "git", |
||
| 1192 | "url": "https://github.com/minkphp/MinkSelenium2Driver.git", |
||
| 1193 | "reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476" |
||
| 1194 | }, |
||
| 1195 | "dist": { |
||
| 1196 | "type": "zip", |
||
| 1197 | "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/bcf1b537de37db6db0822d9e7bd97e600fd7a476", |
||
| 1198 | "reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476", |
||
| 1199 | "shasum": "" |
||
| 1200 | }, |
||
| 1201 | "require": { |
||
| 1202 | "behat/mink": "~1.5.0", |
||
| 1203 | "instaclick/php-webdriver": "~1.0.12", |
||
| 1204 | "php": ">=5.3.1" |
||
| 1205 | }, |
||
| 1206 | "type": "mink-driver", |
||
| 1207 | "extra": { |
||
| 1208 | "branch-alias": { |
||
| 1209 | "dev-master": "1.1.x-dev" |
||
| 1210 | } |
||
| 1211 | }, |
||
| 1212 | "autoload": { |
||
| 1213 | "psr-0": { |
||
| 1214 | "Behat\\Mink\\Driver": "src/" |
||
| 1215 | } |
||
| 1216 | }, |
||
| 1217 | "notification-url": "https://packagist.org/downloads/", |
||
| 1218 | "license": [ |
||
| 1219 | "MIT" |
||
| 1220 | ], |
||
| 1221 | "authors": [ |
||
| 1222 | { |
||
| 1223 | "name": "Konstantin Kudryashov", |
||
| 1224 | "email": "[email protected]", |
||
| 1225 | "homepage": "http://everzet.com" |
||
| 1226 | }, |
||
| 1227 | { |
||
| 1228 | "name": "Pete Otaqui", |
||
| 1229 | "email": "[email protected]", |
||
| 1230 | "homepage": "https://github.com/pete-otaqui" |
||
| 1231 | } |
||
| 1232 | ], |
||
| 1233 | "description": "Selenium2 (WebDriver) driver for Mink framework", |
||
| 1234 | "homepage": "http://mink.behat.org/", |
||
| 1235 | "keywords": [ |
||
| 1236 | "ajax", |
||
| 1237 | "browser", |
||
| 1238 | "javascript", |
||
| 1239 | "selenium", |
||
| 1240 | "testing", |
||
| 1241 | "webdriver" |
||
| 1242 | ], |
||
| 1243 | "time": "2013-06-02 19:09:45" |
||
| 1244 | }, |
||
| 1245 | { |
||
| 1246 | "name": "camspiers/json-pretty", |
||
| 1247 | "version": "1.0.0", |
||
| 1248 | "source": { |
||
| 1249 | "type": "git", |
||
| 1250 | "url": "https://github.com/camspiers/json-pretty.git", |
||
| 1251 | "reference": "2378ac3e8e798e9c55bd3c194238cde35af93817" |
||
| 1252 | }, |
||
| 1253 | "dist": { |
||
| 1254 | "type": "zip", |
||
| 1255 | "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/2378ac3e8e798e9c55bd3c194238cde35af93817", |
||
| 1256 | "reference": "2378ac3e8e798e9c55bd3c194238cde35af93817", |
||
| 1257 | "shasum": "" |
||
| 1258 | }, |
||
| 1259 | "require-dev": { |
||
| 1260 | "phpunit/phpunit": "3.7.*" |
||
| 1261 | }, |
||
| 1262 | "suggest": { |
||
| 1263 | "pimple/pimple": "Useful for dependency injection" |
||
| 1264 | }, |
||
| 1265 | "type": "library", |
||
| 1266 | "autoload": { |
||
| 1267 | "psr-0": { |
||
| 1268 | "Camspiers": "src/" |
||
| 1269 | } |
||
| 1270 | }, |
||
| 1271 | "notification-url": "https://packagist.org/downloads/", |
||
| 1272 | "license": [ |
||
| 1273 | "MIT" |
||
| 1274 | ], |
||
| 1275 | "authors": [ |
||
| 1276 | { |
||
| 1277 | "name": "Cam Spiers", |
||
| 1278 | "email": "[email protected]", |
||
| 1279 | "homepage": "https://github.com/camspiers/", |
||
| 1280 | "role": "Developer" |
||
| 1281 | } |
||
| 1282 | ], |
||
| 1283 | "description": "Provides support for json pretty printing in php 5.3", |
||
| 1284 | "time": "2014-01-24 12:31:00" |
||
| 1285 | }, |
||
| 1286 | { |
||
| 1287 | "name": "doctrine/instantiator", |
||
| 1288 | "version": "1.0.3", |
||
| 1289 | "source": { |
||
| 1290 | "type": "git", |
||
| 1291 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 1292 | "reference": "8806c41c178ad4a2e87294b851d730779555d252" |
||
| 1293 | }, |
||
| 1294 | "dist": { |
||
| 1295 | "type": "zip", |
||
| 1296 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8806c41c178ad4a2e87294b851d730779555d252", |
||
| 1297 | "reference": "8806c41c178ad4a2e87294b851d730779555d252", |
||
| 1298 | "shasum": "" |
||
| 1299 | }, |
||
| 1300 | "require": { |
||
| 1301 | "php": "~5.3" |
||
| 1302 | }, |
||
| 1303 | "require-dev": { |
||
| 1304 | "athletic/athletic": "~0.1.8", |
||
| 1305 | "ext-pdo": "*", |
||
| 1306 | "ext-phar": "*", |
||
| 1307 | "phpunit/phpunit": "~4.0", |
||
| 1308 | "squizlabs/php_codesniffer": "2.0.*@ALPHA" |
||
| 1309 | }, |
||
| 1310 | "type": "library", |
||
| 1311 | "extra": { |
||
| 1312 | "branch-alias": { |
||
| 1313 | "dev-master": "1.0.x-dev" |
||
| 1314 | } |
||
| 1315 | }, |
||
| 1316 | "autoload": { |
||
| 1317 | "psr-0": { |
||
| 1318 | "Doctrine\\Instantiator\\": "src" |
||
| 1319 | } |
||
| 1320 | }, |
||
| 1321 | "notification-url": "https://packagist.org/downloads/", |
||
| 1322 | "license": [ |
||
| 1323 | "MIT" |
||
| 1324 | ], |
||
| 1325 | "authors": [ |
||
| 1326 | { |
||
| 1327 | "name": "Marco Pivetta", |
||
| 1328 | "email": "[email protected]", |
||
| 1329 | "homepage": "http://ocramius.github.com/" |
||
| 1330 | } |
||
| 1331 | ], |
||
| 1332 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 1333 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 1334 | "keywords": [ |
||
| 1335 | "constructor", |
||
| 1336 | "instantiate" |
||
| 1337 | ], |
||
| 1338 | "time": "2014-10-04 22:48:25" |
||
| 1339 | }, |
||
| 1340 | { |
||
| 1341 | "name": "fabpot/goutte", |
||
| 1342 | "version": "v1.0.6", |
||
| 1343 | "source": { |
||
| 1344 | "type": "git", |
||
| 1345 | "url": "https://github.com/FriendsOfPHP/Goutte.git", |
||
| 1346 | "reference": "06a5451288ffddd204b10fa6c6f9ab2b86dd515d" |
||
| 1347 | }, |
||
| 1348 | "dist": { |
||
| 1349 | "type": "zip", |
||
| 1350 | "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/06a5451288ffddd204b10fa6c6f9ab2b86dd515d", |
||
| 1351 | "reference": "06a5451288ffddd204b10fa6c6f9ab2b86dd515d", |
||
| 1352 | "shasum": "" |
||
| 1353 | }, |
||
| 1354 | "require": { |
||
| 1355 | "ext-curl": "*", |
||
| 1356 | "guzzle/http": "~3.1", |
||
| 1357 | "php": ">=5.3.0", |
||
| 1358 | "symfony/browser-kit": "~2.1", |
||
| 1359 | "symfony/css-selector": "~2.1", |
||
| 1360 | "symfony/dom-crawler": "~2.1", |
||
| 1361 | "symfony/finder": "~2.1", |
||
| 1362 | "symfony/process": "~2.1" |
||
| 1363 | }, |
||
| 1364 | "require-dev": { |
||
| 1365 | "guzzle/plugin-history": "~3.1", |
||
| 1366 | "guzzle/plugin-mock": "~3.1" |
||
| 1367 | }, |
||
| 1368 | "type": "application", |
||
| 1369 | "extra": { |
||
| 1370 | "branch-alias": { |
||
| 1371 | "dev-master": "1.0-dev" |
||
| 1372 | } |
||
| 1373 | }, |
||
| 1374 | "autoload": { |
||
| 1375 | "psr-0": { |
||
| 1376 | "Goutte": "." |
||
| 1377 | } |
||
| 1378 | }, |
||
| 1379 | "notification-url": "https://packagist.org/downloads/", |
||
| 1380 | "license": [ |
||
| 1381 | "MIT" |
||
| 1382 | ], |
||
| 1383 | "authors": [ |
||
| 1384 | { |
||
| 1385 | "name": "Fabien Potencier", |
||
| 1386 | "email": "[email protected]", |
||
| 1387 | "homepage": "http://fabien.potencier.org", |
||
| 1388 | "role": "Lead Developer" |
||
| 1389 | } |
||
| 1390 | ], |
||
| 1391 | "description": "A simple PHP Web Scraper", |
||
| 1392 | "homepage": "https://github.com/fabpot/Goutte", |
||
| 1393 | "keywords": [ |
||
| 1394 | "scraper" |
||
| 1395 | ], |
||
| 1396 | "time": "2014-03-14 13:02:09" |
||
| 1397 | }, |
||
| 1398 | { |
||
| 1399 | "name": "guzzle/common", |
||
| 1400 | "version": "v3.9.2", |
||
| 1401 | "target-dir": "Guzzle/Common", |
||
| 1402 | "source": { |
||
| 1403 | "type": "git", |
||
| 1404 | "url": "https://github.com/Guzzle3/common.git", |
||
| 1405 | "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc" |
||
| 1406 | }, |
||
| 1407 | "dist": { |
||
| 1408 | "type": "zip", |
||
| 1409 | "url": "https://api.github.com/repos/Guzzle3/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc", |
||
| 1410 | "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc", |
||
| 1411 | "shasum": "" |
||
| 1412 | }, |
||
| 1413 | "require": { |
||
| 1414 | "php": ">=5.3.2", |
||
| 1415 | "symfony/event-dispatcher": ">=2.1" |
||
| 1416 | }, |
||
| 1417 | "type": "library", |
||
| 1418 | "extra": { |
||
| 1419 | "branch-alias": { |
||
| 1420 | "dev-master": "3.7-dev" |
||
| 1421 | } |
||
| 1422 | }, |
||
| 1423 | "autoload": { |
||
| 1424 | "psr-0": { |
||
| 1425 | "Guzzle\\Common": "" |
||
| 1426 | } |
||
| 1427 | }, |
||
| 1428 | "notification-url": "https://packagist.org/downloads/", |
||
| 1429 | "license": [ |
||
| 1430 | "MIT" |
||
| 1431 | ], |
||
| 1432 | "description": "Common libraries used by Guzzle", |
||
| 1433 | "homepage": "http://guzzlephp.org/", |
||
| 1434 | "keywords": [ |
||
| 1435 | "collection", |
||
| 1436 | "common", |
||
| 1437 | "event", |
||
| 1438 | "exception" |
||
| 1439 | ], |
||
| 1440 | "time": "2014-08-11 04:32:36" |
||
| 1441 | }, |
||
| 1442 | { |
||
| 1443 | "name": "guzzle/http", |
||
| 1444 | "version": "v3.9.2", |
||
| 1445 | "target-dir": "Guzzle/Http", |
||
| 1446 | "source": { |
||
| 1447 | "type": "git", |
||
| 1448 | "url": "https://github.com/Guzzle3/http.git", |
||
| 1449 | "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5" |
||
| 1450 | }, |
||
| 1451 | "dist": { |
||
| 1452 | "type": "zip", |
||
| 1453 | "url": "https://api.github.com/repos/Guzzle3/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5", |
||
| 1454 | "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5", |
||
| 1455 | "shasum": "" |
||
| 1456 | }, |
||
| 1457 | "require": { |
||
| 1458 | "guzzle/common": "self.version", |
||
| 1459 | "guzzle/parser": "self.version", |
||
| 1460 | "guzzle/stream": "self.version", |
||
| 1461 | "php": ">=5.3.2" |
||
| 1462 | }, |
||
| 1463 | "suggest": { |
||
| 1464 | "ext-curl": "*" |
||
| 1465 | }, |
||
| 1466 | "type": "library", |
||
| 1467 | "extra": { |
||
| 1468 | "branch-alias": { |
||
| 1469 | "dev-master": "3.7-dev" |
||
| 1470 | } |
||
| 1471 | }, |
||
| 1472 | "autoload": { |
||
| 1473 | "psr-0": { |
||
| 1474 | "Guzzle\\Http": "" |
||
| 1475 | } |
||
| 1476 | }, |
||
| 1477 | "notification-url": "https://packagist.org/downloads/", |
||
| 1478 | "license": [ |
||
| 1479 | "MIT" |
||
| 1480 | ], |
||
| 1481 | "authors": [ |
||
| 1482 | { |
||
| 1483 | "name": "Michael Dowling", |
||
| 1484 | "email": "[email protected]", |
||
| 1485 | "homepage": "https://github.com/mtdowling" |
||
| 1486 | } |
||
| 1487 | ], |
||
| 1488 | "description": "HTTP libraries used by Guzzle", |
||
| 1489 | "homepage": "http://guzzlephp.org/", |
||
| 1490 | "keywords": [ |
||
| 1491 | "Guzzle", |
||
| 1492 | "client", |
||
| 1493 | "curl", |
||
| 1494 | "http", |
||
| 1495 | "http client" |
||
| 1496 | ], |
||
| 1497 | "time": "2014-08-11 04:32:36" |
||
| 1498 | }, |
||
| 1499 | { |
||
| 1500 | "name": "guzzle/parser", |
||
| 1501 | "version": "v3.9.2", |
||
| 1502 | "target-dir": "Guzzle/Parser", |
||
| 1503 | "source": { |
||
| 1504 | "type": "git", |
||
| 1505 | "url": "https://github.com/Guzzle3/parser.git", |
||
| 1506 | "reference": "6874d171318a8e93eb6d224cf85e4678490b625c" |
||
| 1507 | }, |
||
| 1508 | "dist": { |
||
| 1509 | "type": "zip", |
||
| 1510 | "url": "https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c", |
||
| 1511 | "reference": "6874d171318a8e93eb6d224cf85e4678490b625c", |
||
| 1512 | "shasum": "" |
||
| 1513 | }, |
||
| 1514 | "require": { |
||
| 1515 | "php": ">=5.3.2" |
||
| 1516 | }, |
||
| 1517 | "type": "library", |
||
| 1518 | "extra": { |
||
| 1519 | "branch-alias": { |
||
| 1520 | "dev-master": "3.7-dev" |
||
| 1521 | } |
||
| 1522 | }, |
||
| 1523 | "autoload": { |
||
| 1524 | "psr-0": { |
||
| 1525 | "Guzzle\\Parser": "" |
||
| 1526 | } |
||
| 1527 | }, |
||
| 1528 | "notification-url": "https://packagist.org/downloads/", |
||
| 1529 | "license": [ |
||
| 1530 | "MIT" |
||
| 1531 | ], |
||
| 1532 | "description": "Interchangeable parsers used by Guzzle", |
||
| 1533 | "homepage": "http://guzzlephp.org/", |
||
| 1534 | "keywords": [ |
||
| 1535 | "URI Template", |
||
| 1536 | "cookie", |
||
| 1537 | "http", |
||
| 1538 | "message", |
||
| 1539 | "url" |
||
| 1540 | ], |
||
| 1541 | "time": "2014-02-05 18:29:46" |
||
| 1542 | }, |
||
| 1543 | { |
||
| 1544 | "name": "guzzle/stream", |
||
| 1545 | "version": "v3.9.2", |
||
| 1546 | "target-dir": "Guzzle/Stream", |
||
| 1547 | "source": { |
||
| 1548 | "type": "git", |
||
| 1549 | "url": "https://github.com/Guzzle3/stream.git", |
||
| 1550 | "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0" |
||
| 1551 | }, |
||
| 1552 | "dist": { |
||
| 1553 | "type": "zip", |
||
| 1554 | "url": "https://api.github.com/repos/Guzzle3/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0", |
||
| 1555 | "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0", |
||
| 1556 | "shasum": "" |
||
| 1557 | }, |
||
| 1558 | "require": { |
||
| 1559 | "guzzle/common": "self.version", |
||
| 1560 | "php": ">=5.3.2" |
||
| 1561 | }, |
||
| 1562 | "suggest": { |
||
| 1563 | "guzzle/http": "To convert Guzzle request objects to PHP streams" |
||
| 1564 | }, |
||
| 1565 | "type": "library", |
||
| 1566 | "extra": { |
||
| 1567 | "branch-alias": { |
||
| 1568 | "dev-master": "3.7-dev" |
||
| 1569 | } |
||
| 1570 | }, |
||
| 1571 | "autoload": { |
||
| 1572 | "psr-0": { |
||
| 1573 | "Guzzle\\Stream": "" |
||
| 1574 | } |
||
| 1575 | }, |
||
| 1576 | "notification-url": "https://packagist.org/downloads/", |
||
| 1577 | "license": [ |
||
| 1578 | "MIT" |
||
| 1579 | ], |
||
| 1580 | "authors": [ |
||
| 1581 | { |
||
| 1582 | "name": "Michael Dowling", |
||
| 1583 | "email": "[email protected]", |
||
| 1584 | "homepage": "https://github.com/mtdowling" |
||
| 1585 | } |
||
| 1586 | ], |
||
| 1587 | "description": "Guzzle stream wrapper component", |
||
| 1588 | "homepage": "http://guzzlephp.org/", |
||
| 1589 | "keywords": [ |
||
| 1590 | "Guzzle", |
||
| 1591 | "component", |
||
| 1592 | "stream" |
||
| 1593 | ], |
||
| 1594 | "time": "2014-05-01 21:36:02" |
||
| 1595 | }, |
||
| 1596 | { |
||
| 1597 | "name": "ibuildings/qa-tools", |
||
| 1598 | "version": "1.1.27", |
||
| 1599 | "source": { |
||
| 1600 | "type": "git", |
||
| 1601 | "url": "https://github.com/ibuildingsnl/qa-tools.git", |
||
| 1602 | "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd" |
||
| 1603 | }, |
||
| 1604 | "dist": { |
||
| 1605 | "type": "zip", |
||
| 1606 | "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd", |
||
| 1607 | "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd", |
||
| 1608 | "shasum": "" |
||
| 1609 | }, |
||
| 1610 | "require": { |
||
| 1611 | "behat/behat": "~2.5", |
||
| 1612 | "behat/mink": "*", |
||
| 1613 | "behat/mink-extension": "*", |
||
| 1614 | "behat/mink-goutte-driver": ">=1.0.9", |
||
| 1615 | "behat/mink-selenium2-driver": "*", |
||
| 1616 | "camspiers/json-pretty": "~1.0", |
||
| 1617 | "phpmd/phpmd": "~2", |
||
| 1618 | "phpunit/phpunit": "~4", |
||
| 1619 | "sebastian/phpcpd": "~2", |
||
| 1620 | "sensiolabs/security-checker": "~2.0", |
||
| 1621 | "squizlabs/php_codesniffer": "~1", |
||
| 1622 | "symfony/console": "~2.1", |
||
| 1623 | "symfony/filesystem": "~2.1", |
||
| 1624 | "twig/twig": "~1.12" |
||
| 1625 | }, |
||
| 1626 | "bin": [ |
||
| 1627 | "bin/qa-tools", |
||
| 1628 | "bin/jshint" |
||
| 1629 | ], |
||
| 1630 | "type": "library", |
||
| 1631 | "extra": { |
||
| 1632 | "branch-alias": { |
||
| 1633 | "dev-master": "1.1.x-dev" |
||
| 1634 | } |
||
| 1635 | }, |
||
| 1636 | "autoload": { |
||
| 1637 | "psr-0": { |
||
| 1638 | "Ibuildings": "src/" |
||
| 1639 | } |
||
| 1640 | }, |
||
| 1641 | "notification-url": "https://packagist.org/downloads/", |
||
| 1642 | "license": [ |
||
| 1643 | "MIT" |
||
| 1644 | ], |
||
| 1645 | "description": "Ibuildings standard QA Tools", |
||
| 1646 | "time": "2014-10-06 10:35:34" |
||
| 1647 | }, |
||
| 1648 | { |
||
| 1649 | "name": "instaclick/php-webdriver", |
||
| 1650 | "version": "1.0.17", |
||
| 1651 | "source": { |
||
| 1652 | "type": "git", |
||
| 1653 | "url": "https://github.com/instaclick/php-webdriver.git", |
||
| 1654 | "reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5" |
||
| 1655 | }, |
||
| 1656 | "dist": { |
||
| 1657 | "type": "zip", |
||
| 1658 | "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/47a6019553a7a5b42d35493276ffc2c9252c53d5", |
||
| 1659 | "reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5", |
||
| 1660 | "shasum": "" |
||
| 1661 | }, |
||
| 1662 | "require": { |
||
| 1663 | "ext-curl": "*", |
||
| 1664 | "php": ">=5.3.2" |
||
| 1665 | }, |
||
| 1666 | "bin": [ |
||
| 1667 | "bin/webunit" |
||
| 1668 | ], |
||
| 1669 | "type": "library", |
||
| 1670 | "extra": { |
||
| 1671 | "branch-alias": { |
||
| 1672 | "dev-master": "1.0.x-dev" |
||
| 1673 | } |
||
| 1674 | }, |
||
| 1675 | "autoload": { |
||
| 1676 | "psr-0": { |
||
| 1677 | "WebDriver": "lib/" |
||
| 1678 | } |
||
| 1679 | }, |
||
| 1680 | "notification-url": "https://packagist.org/downloads/", |
||
| 1681 | "license": [ |
||
| 1682 | "Apache-2.0" |
||
| 1683 | ], |
||
| 1684 | "authors": [ |
||
| 1685 | { |
||
| 1686 | "name": "Justin Bishop", |
||
| 1687 | "email": "[email protected]", |
||
| 1688 | "role": "Developer" |
||
| 1689 | }, |
||
| 1690 | { |
||
| 1691 | "name": "Anthon Pang", |
||
| 1692 | "email": "[email protected]", |
||
| 1693 | "role": "developer" |
||
| 1694 | } |
||
| 1695 | ], |
||
| 1696 | "description": "PHP WebDriver for Selenium 2", |
||
| 1697 | "homepage": "http://instaclick.com/", |
||
| 1698 | "keywords": [ |
||
| 1699 | "browser", |
||
| 1700 | "selenium", |
||
| 1701 | "webdriver", |
||
| 1702 | "webtest" |
||
| 1703 | ], |
||
| 1704 | "time": "2013-10-04 15:03:51" |
||
| 1705 | }, |
||
| 1706 | { |
||
| 1707 | "name": "liip/rmt", |
||
| 1708 | "version": "1.1.4", |
||
| 1709 | "source": { |
||
| 1710 | "type": "git", |
||
| 1711 | "url": "https://github.com/liip/RMT.git", |
||
| 1712 | "reference": "27672a72b06f434dc4889baf3603e8b4f3ba1582" |
||
| 1713 | }, |
||
| 1714 | "dist": { |
||
| 1715 | "type": "zip", |
||
| 1716 | "url": "https://api.github.com/repos/liip/RMT/zipball/27672a72b06f434dc4889baf3603e8b4f3ba1582", |
||
| 1717 | "reference": "27672a72b06f434dc4889baf3603e8b4f3ba1582", |
||
| 1718 | "shasum": "" |
||
| 1719 | }, |
||
| 1720 | "require": { |
||
| 1721 | "php": ">=5.3.3", |
||
| 1722 | "symfony/console": "~2.0", |
||
| 1723 | "symfony/process": "~2.0", |
||
| 1724 | "symfony/yaml": "~2.0", |
||
| 1725 | "vierbergenlars/php-semver": "~3.0" |
||
| 1726 | }, |
||
| 1727 | "bin": [ |
||
| 1728 | "RMT" |
||
| 1729 | ], |
||
| 1730 | "type": "library", |
||
| 1731 | "autoload": { |
||
| 1732 | "psr-0": { |
||
| 1733 | "Liip": "src" |
||
| 1734 | } |
||
| 1735 | }, |
||
| 1736 | "notification-url": "https://packagist.org/downloads/", |
||
| 1737 | "license": [ |
||
| 1738 | "MIT" |
||
| 1739 | ], |
||
| 1740 | "authors": [ |
||
| 1741 | { |
||
| 1742 | "name": "Laurent Prodon", |
||
| 1743 | "email": "[email protected]", |
||
| 1744 | "role": "Developer" |
||
| 1745 | }, |
||
| 1746 | { |
||
| 1747 | "name": "David Jeanmonod", |
||
| 1748 | "email": "[email protected]", |
||
| 1749 | "role": "Developer" |
||
| 1750 | } |
||
| 1751 | ], |
||
| 1752 | "description": "Release Managment Tool: a handy tool to help releasing new version of your software", |
||
| 1753 | "homepage": "http://github.com/liip/RMT", |
||
| 1754 | "keywords": [ |
||
| 1755 | "post-release", |
||
| 1756 | "pre-release", |
||
| 1757 | "release", |
||
| 1758 | "semantic versioning", |
||
| 1759 | "vcs tag", |
||
| 1760 | "version" |
||
| 1761 | ], |
||
| 1762 | "time": "2014-09-11 14:05:56" |
||
| 1763 | }, |
||
| 1764 | { |
||
| 1765 | "name": "matthiasnoback/symfony-config-test", |
||
| 1766 | "version": "v0.3.0", |
||
| 1767 | "source": { |
||
| 1768 | "type": "git", |
||
| 1769 | "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git", |
||
| 1770 | "reference": "d9ccdb619b600c6170374bb37e999dd9848e5a07" |
||
| 1771 | }, |
||
| 1772 | "dist": { |
||
| 1773 | "type": "zip", |
||
| 1774 | "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/d9ccdb619b600c6170374bb37e999dd9848e5a07", |
||
| 1775 | "reference": "d9ccdb619b600c6170374bb37e999dd9848e5a07", |
||
| 1776 | "shasum": "" |
||
| 1777 | }, |
||
| 1778 | "require": { |
||
| 1779 | "symfony/config": "2.*" |
||
| 1780 | }, |
||
| 1781 | "require-dev": { |
||
| 1782 | "phpunit/phpunit": ">=3.7", |
||
| 1783 | "sebastian/exporter": "1.*" |
||
| 1784 | }, |
||
| 1785 | "type": "library", |
||
| 1786 | "autoload": { |
||
| 1787 | "psr-4": { |
||
| 1788 | "Matthias\\SymfonyConfigTest\\": "" |
||
| 1789 | } |
||
| 1790 | }, |
||
| 1791 | "notification-url": "https://packagist.org/downloads/", |
||
| 1792 | "license": [ |
||
| 1793 | "MIT" |
||
| 1794 | ], |
||
| 1795 | "authors": [ |
||
| 1796 | { |
||
| 1797 | "name": "Matthias Noback", |
||
| 1798 | "email": "[email protected]", |
||
| 1799 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
| 1800 | } |
||
| 1801 | ], |
||
| 1802 | "description": "Library for testing user classes related to the Symfony Config Component", |
||
| 1803 | "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest", |
||
| 1804 | "keywords": [ |
||
| 1805 | "config", |
||
| 1806 | "phpunit", |
||
| 1807 | "symfony" |
||
| 1808 | ], |
||
| 1809 | "time": "2014-09-10 14:14:18" |
||
| 1810 | }, |
||
| 1811 | { |
||
| 1812 | "name": "mockery/mockery", |
||
| 1813 | "version": "0.9.2", |
||
| 1814 | "source": { |
||
| 1815 | "type": "git", |
||
| 1816 | "url": "https://github.com/padraic/mockery.git", |
||
| 1817 | "reference": "95a4855380dc70176c51807c678fb3bd6198529a" |
||
| 1818 | }, |
||
| 1819 | "dist": { |
||
| 1820 | "type": "zip", |
||
| 1821 | "url": "https://api.github.com/repos/padraic/mockery/zipball/95a4855380dc70176c51807c678fb3bd6198529a", |
||
| 1822 | "reference": "95a4855380dc70176c51807c678fb3bd6198529a", |
||
| 1823 | "shasum": "" |
||
| 1824 | }, |
||
| 1825 | "require": { |
||
| 1826 | "lib-pcre": ">=7.0", |
||
| 1827 | "php": ">=5.3.2" |
||
| 1828 | }, |
||
| 1829 | "require-dev": { |
||
| 1830 | "hamcrest/hamcrest-php": "~1.1", |
||
| 1831 | "phpunit/phpunit": "~4.0", |
||
| 1832 | "satooshi/php-coveralls": "~0.7@dev" |
||
| 1833 | }, |
||
| 1834 | "type": "library", |
||
| 1835 | "extra": { |
||
| 1836 | "branch-alias": { |
||
| 1837 | "dev-master": "0.9.x-dev" |
||
| 1838 | } |
||
| 1839 | }, |
||
| 1840 | "autoload": { |
||
| 1841 | "psr-0": { |
||
| 1842 | "Mockery": "library/" |
||
| 1843 | } |
||
| 1844 | }, |
||
| 1845 | "notification-url": "https://packagist.org/downloads/", |
||
| 1846 | "license": [ |
||
| 1847 | "BSD-3-Clause" |
||
| 1848 | ], |
||
| 1849 | "authors": [ |
||
| 1850 | { |
||
| 1851 | "name": "Pádraic Brady", |
||
| 1852 | "email": "[email protected]", |
||
| 1853 | "homepage": "http://blog.astrumfutura.com" |
||
| 1854 | }, |
||
| 1855 | { |
||
| 1856 | "name": "Dave Marshall", |
||
| 1857 | "email": "[email protected]", |
||
| 1858 | "homepage": "http://davedevelopment.co.uk" |
||
| 1859 | } |
||
| 1860 | ], |
||
| 1861 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
| 1862 | "homepage": "http://github.com/padraic/mockery", |
||
| 1863 | "keywords": [ |
||
| 1864 | "BDD", |
||
| 1865 | "TDD", |
||
| 1866 | "library", |
||
| 1867 | "mock", |
||
| 1868 | "mock objects", |
||
| 1869 | "mockery", |
||
| 1870 | "stub", |
||
| 1871 | "test", |
||
| 1872 | "test double", |
||
| 1873 | "testing" |
||
| 1874 | ], |
||
| 1875 | "time": "2014-09-03 10:11:10" |
||
| 1876 | }, |
||
| 1877 | { |
||
| 1878 | "name": "pdepend/pdepend", |
||
| 1879 | "version": "2.0.3", |
||
| 1880 | "source": { |
||
| 1881 | "type": "git", |
||
| 1882 | "url": "https://github.com/pdepend/pdepend.git", |
||
| 1883 | "reference": "dc582a3c0180664a8fbfc5a34efaf4cc13fccc60" |
||
| 1884 | }, |
||
| 1885 | "dist": { |
||
| 1886 | "type": "zip", |
||
| 1887 | "url": "https://api.github.com/repos/pdepend/pdepend/zipball/dc582a3c0180664a8fbfc5a34efaf4cc13fccc60", |
||
| 1888 | "reference": "dc582a3c0180664a8fbfc5a34efaf4cc13fccc60", |
||
| 1889 | "shasum": "" |
||
| 1890 | }, |
||
| 1891 | "require": { |
||
| 1892 | "symfony/config": "@stable", |
||
| 1893 | "symfony/dependency-injection": "@stable", |
||
| 1894 | "symfony/filesystem": "@stable" |
||
| 1895 | }, |
||
| 1896 | "require-dev": { |
||
| 1897 | "phpunit/phpunit": "3.*@stable", |
||
| 1898 | "squizlabs/php_codesniffer": "@stable" |
||
| 1899 | }, |
||
| 1900 | "bin": [ |
||
| 1901 | "src/bin/pdepend" |
||
| 1902 | ], |
||
| 1903 | "type": "library", |
||
| 1904 | "autoload": { |
||
| 1905 | "psr-0": { |
||
| 1906 | "PDepend\\": "src/main/php/" |
||
| 1907 | } |
||
| 1908 | }, |
||
| 1909 | "notification-url": "https://packagist.org/downloads/", |
||
| 1910 | "license": [ |
||
| 1911 | "BSD-3-Clause" |
||
| 1912 | ], |
||
| 1913 | "description": "Official version of pdepend to be handled with Composer", |
||
| 1914 | "time": "2014-10-08 06:54:50" |
||
| 1915 | }, |
||
| 1916 | { |
||
| 1917 | "name": "phpmd/phpmd", |
||
| 1918 | "version": "2.2.3", |
||
| 1919 | "source": { |
||
| 1920 | "type": "git", |
||
| 1921 | "url": "https://github.com/phpmd/phpmd.git", |
||
| 1922 | "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35" |
||
| 1923 | }, |
||
| 1924 | "dist": { |
||
| 1925 | "type": "zip", |
||
| 1926 | "url": "https://api.github.com/repos/phpmd/phpmd/zipball/5eeb5a4d39c8304910b33ae49f8813905346cc35", |
||
| 1927 | "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35", |
||
| 1928 | "shasum": "" |
||
| 1929 | }, |
||
| 1930 | "require": { |
||
| 1931 | "pdepend/pdepend": "~2.0", |
||
| 1932 | "php": ">=5.3.0", |
||
| 1933 | "symfony/config": ">=2.4", |
||
| 1934 | "symfony/dependency-injection": ">=2.4", |
||
| 1935 | "symfony/filesystem": ">=2.4" |
||
| 1936 | }, |
||
| 1937 | "require-dev": { |
||
| 1938 | "phpunit/phpunit": "*", |
||
| 1939 | "squizlabs/php_codesniffer": "*" |
||
| 1940 | }, |
||
| 1941 | "bin": [ |
||
| 1942 | "src/bin/phpmd" |
||
| 1943 | ], |
||
| 1944 | "type": "project", |
||
| 1945 | "autoload": { |
||
| 1946 | "psr-0": { |
||
| 1947 | "PHPMD\\": "src/main/php" |
||
| 1948 | } |
||
| 1949 | }, |
||
| 1950 | "notification-url": "https://packagist.org/downloads/", |
||
| 1951 | "license": [ |
||
| 1952 | "BSD-3-Clause" |
||
| 1953 | ], |
||
| 1954 | "authors": [ |
||
| 1955 | { |
||
| 1956 | "name": "Manuel Pichler", |
||
| 1957 | "email": "[email protected]", |
||
| 1958 | "homepage": "https://github.com/manuelpichler", |
||
| 1959 | "role": "Project founder" |
||
| 1960 | }, |
||
| 1961 | { |
||
| 1962 | "name": "Other contributors", |
||
| 1963 | "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", |
||
| 1964 | "role": "Contributors" |
||
| 1965 | } |
||
| 1966 | ], |
||
| 1967 | "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", |
||
| 1968 | "homepage": "http://phpmd.org/", |
||
| 1969 | "keywords": [ |
||
| 1970 | "mess detection", |
||
| 1971 | "mess detector", |
||
| 1972 | "pdepend", |
||
| 1973 | "phpmd", |
||
| 1974 | "pmd" |
||
| 1975 | ], |
||
| 1976 | "time": "2015-05-27 18:16:57" |
||
| 1977 | }, |
||
| 1978 | { |
||
| 1979 | "name": "phpunit/php-code-coverage", |
||
| 1980 | "version": "2.0.11", |
||
| 1981 | "source": { |
||
| 1982 | "type": "git", |
||
| 1983 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 1984 | "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7" |
||
| 1985 | }, |
||
| 1986 | "dist": { |
||
| 1987 | "type": "zip", |
||
| 1988 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/53603b3c995f5aab6b59c8e08c3a663d2cc810b7", |
||
| 1989 | "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7", |
||
| 1990 | "shasum": "" |
||
| 1991 | }, |
||
| 1992 | "require": { |
||
| 1993 | "php": ">=5.3.3", |
||
| 1994 | "phpunit/php-file-iterator": "~1.3", |
||
| 1995 | "phpunit/php-text-template": "~1.2", |
||
| 1996 | "phpunit/php-token-stream": "~1.3", |
||
| 1997 | "sebastian/environment": "~1.0", |
||
| 1998 | "sebastian/version": "~1.0" |
||
| 1999 | }, |
||
| 2000 | "require-dev": { |
||
| 2001 | "ext-xdebug": ">=2.1.4", |
||
| 2002 | "phpunit/phpunit": "~4.1" |
||
| 2003 | }, |
||
| 2004 | "suggest": { |
||
| 2005 | "ext-dom": "*", |
||
| 2006 | "ext-xdebug": ">=2.2.1", |
||
| 2007 | "ext-xmlwriter": "*" |
||
| 2008 | }, |
||
| 2009 | "type": "library", |
||
| 2010 | "extra": { |
||
| 2011 | "branch-alias": { |
||
| 2012 | "dev-master": "2.0.x-dev" |
||
| 2013 | } |
||
| 2014 | }, |
||
| 2015 | "autoload": { |
||
| 2016 | "classmap": [ |
||
| 2017 | "src/" |
||
| 2018 | ] |
||
| 2019 | }, |
||
| 2020 | "notification-url": "https://packagist.org/downloads/", |
||
| 2021 | "include-path": [ |
||
| 2022 | "" |
||
| 2023 | ], |
||
| 2024 | "license": [ |
||
| 2025 | "BSD-3-Clause" |
||
| 2026 | ], |
||
| 2027 | "authors": [ |
||
| 2028 | { |
||
| 2029 | "name": "Sebastian Bergmann", |
||
| 2030 | "email": "[email protected]", |
||
| 2031 | "role": "lead" |
||
| 2032 | } |
||
| 2033 | ], |
||
| 2034 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 2035 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 2036 | "keywords": [ |
||
| 2037 | "coverage", |
||
| 2038 | "testing", |
||
| 2039 | "xunit" |
||
| 2040 | ], |
||
| 2041 | "time": "2014-08-31 06:33:04" |
||
| 2042 | }, |
||
| 2043 | { |
||
| 2044 | "name": "phpunit/php-file-iterator", |
||
| 2045 | "version": "1.3.4", |
||
| 2046 | "source": { |
||
| 2047 | "type": "git", |
||
| 2048 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 2049 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" |
||
| 2050 | }, |
||
| 2051 | "dist": { |
||
| 2052 | "type": "zip", |
||
| 2053 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
| 2054 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
| 2055 | "shasum": "" |
||
| 2056 | }, |
||
| 2057 | "require": { |
||
| 2058 | "php": ">=5.3.3" |
||
| 2059 | }, |
||
| 2060 | "type": "library", |
||
| 2061 | "autoload": { |
||
| 2062 | "classmap": [ |
||
| 2063 | "File/" |
||
| 2064 | ] |
||
| 2065 | }, |
||
| 2066 | "notification-url": "https://packagist.org/downloads/", |
||
| 2067 | "include-path": [ |
||
| 2068 | "" |
||
| 2069 | ], |
||
| 2070 | "license": [ |
||
| 2071 | "BSD-3-Clause" |
||
| 2072 | ], |
||
| 2073 | "authors": [ |
||
| 2074 | { |
||
| 2075 | "name": "Sebastian Bergmann", |
||
| 2076 | "email": "[email protected]", |
||
| 2077 | "role": "lead" |
||
| 2078 | } |
||
| 2079 | ], |
||
| 2080 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 2081 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 2082 | "keywords": [ |
||
| 2083 | "filesystem", |
||
| 2084 | "iterator" |
||
| 2085 | ], |
||
| 2086 | "time": "2013-10-10 15:34:57" |
||
| 2087 | }, |
||
| 2088 | { |
||
| 2089 | "name": "phpunit/php-text-template", |
||
| 2090 | "version": "1.2.0", |
||
| 2091 | "source": { |
||
| 2092 | "type": "git", |
||
| 2093 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 2094 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
||
| 2095 | }, |
||
| 2096 | "dist": { |
||
| 2097 | "type": "zip", |
||
| 2098 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
| 2099 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
| 2100 | "shasum": "" |
||
| 2101 | }, |
||
| 2102 | "require": { |
||
| 2103 | "php": ">=5.3.3" |
||
| 2104 | }, |
||
| 2105 | "type": "library", |
||
| 2106 | "autoload": { |
||
| 2107 | "classmap": [ |
||
| 2108 | "Text/" |
||
| 2109 | ] |
||
| 2110 | }, |
||
| 2111 | "notification-url": "https://packagist.org/downloads/", |
||
| 2112 | "include-path": [ |
||
| 2113 | "" |
||
| 2114 | ], |
||
| 2115 | "license": [ |
||
| 2116 | "BSD-3-Clause" |
||
| 2117 | ], |
||
| 2118 | "authors": [ |
||
| 2119 | { |
||
| 2120 | "name": "Sebastian Bergmann", |
||
| 2121 | "email": "[email protected]", |
||
| 2122 | "role": "lead" |
||
| 2123 | } |
||
| 2124 | ], |
||
| 2125 | "description": "Simple template engine.", |
||
| 2126 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 2127 | "keywords": [ |
||
| 2128 | "template" |
||
| 2129 | ], |
||
| 2130 | "time": "2014-01-30 17:20:04" |
||
| 2131 | }, |
||
| 2132 | { |
||
| 2133 | "name": "phpunit/php-timer", |
||
| 2134 | "version": "1.0.5", |
||
| 2135 | "source": { |
||
| 2136 | "type": "git", |
||
| 2137 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 2138 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" |
||
| 2139 | }, |
||
| 2140 | "dist": { |
||
| 2141 | "type": "zip", |
||
| 2142 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
| 2143 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
| 2144 | "shasum": "" |
||
| 2145 | }, |
||
| 2146 | "require": { |
||
| 2147 | "php": ">=5.3.3" |
||
| 2148 | }, |
||
| 2149 | "type": "library", |
||
| 2150 | "autoload": { |
||
| 2151 | "classmap": [ |
||
| 2152 | "PHP/" |
||
| 2153 | ] |
||
| 2154 | }, |
||
| 2155 | "notification-url": "https://packagist.org/downloads/", |
||
| 2156 | "include-path": [ |
||
| 2157 | "" |
||
| 2158 | ], |
||
| 2159 | "license": [ |
||
| 2160 | "BSD-3-Clause" |
||
| 2161 | ], |
||
| 2162 | "authors": [ |
||
| 2163 | { |
||
| 2164 | "name": "Sebastian Bergmann", |
||
| 2165 | "email": "[email protected]", |
||
| 2166 | "role": "lead" |
||
| 2167 | } |
||
| 2168 | ], |
||
| 2169 | "description": "Utility class for timing", |
||
| 2170 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 2171 | "keywords": [ |
||
| 2172 | "timer" |
||
| 2173 | ], |
||
| 2174 | "time": "2013-08-02 07:42:54" |
||
| 2175 | }, |
||
| 2176 | { |
||
| 2177 | "name": "phpunit/php-token-stream", |
||
| 2178 | "version": "1.3.0", |
||
| 2179 | "source": { |
||
| 2180 | "type": "git", |
||
| 2181 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 2182 | "reference": "f8d5d08c56de5cfd592b3340424a81733259a876" |
||
| 2183 | }, |
||
| 2184 | "dist": { |
||
| 2185 | "type": "zip", |
||
| 2186 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", |
||
| 2187 | "reference": "f8d5d08c56de5cfd592b3340424a81733259a876", |
||
| 2188 | "shasum": "" |
||
| 2189 | }, |
||
| 2190 | "require": { |
||
| 2191 | "ext-tokenizer": "*", |
||
| 2192 | "php": ">=5.3.3" |
||
| 2193 | }, |
||
| 2194 | "require-dev": { |
||
| 2195 | "phpunit/phpunit": "~4.2" |
||
| 2196 | }, |
||
| 2197 | "type": "library", |
||
| 2198 | "extra": { |
||
| 2199 | "branch-alias": { |
||
| 2200 | "dev-master": "1.3-dev" |
||
| 2201 | } |
||
| 2202 | }, |
||
| 2203 | "autoload": { |
||
| 2204 | "classmap": [ |
||
| 2205 | "src/" |
||
| 2206 | ] |
||
| 2207 | }, |
||
| 2208 | "notification-url": "https://packagist.org/downloads/", |
||
| 2209 | "license": [ |
||
| 2210 | "BSD-3-Clause" |
||
| 2211 | ], |
||
| 2212 | "authors": [ |
||
| 2213 | { |
||
| 2214 | "name": "Sebastian Bergmann", |
||
| 2215 | "email": "[email protected]" |
||
| 2216 | } |
||
| 2217 | ], |
||
| 2218 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 2219 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 2220 | "keywords": [ |
||
| 2221 | "tokenizer" |
||
| 2222 | ], |
||
| 2223 | "time": "2014-08-31 06:12:13" |
||
| 2224 | }, |
||
| 2225 | { |
||
| 2226 | "name": "phpunit/phpunit", |
||
| 2227 | "version": "4.3.1", |
||
| 2228 | "source": { |
||
| 2229 | "type": "git", |
||
| 2230 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 2231 | "reference": "06005259429c156c02596add91f6a59c7dc3d4af" |
||
| 2232 | }, |
||
| 2233 | "dist": { |
||
| 2234 | "type": "zip", |
||
| 2235 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/06005259429c156c02596add91f6a59c7dc3d4af", |
||
| 2236 | "reference": "06005259429c156c02596add91f6a59c7dc3d4af", |
||
| 2237 | "shasum": "" |
||
| 2238 | }, |
||
| 2239 | "require": { |
||
| 2240 | "ext-dom": "*", |
||
| 2241 | "ext-json": "*", |
||
| 2242 | "ext-pcre": "*", |
||
| 2243 | "ext-reflection": "*", |
||
| 2244 | "ext-spl": "*", |
||
| 2245 | "php": ">=5.3.3", |
||
| 2246 | "phpunit/php-code-coverage": "~2.0", |
||
| 2247 | "phpunit/php-file-iterator": "~1.3.1", |
||
| 2248 | "phpunit/php-text-template": "~1.2", |
||
| 2249 | "phpunit/php-timer": "~1.0.2", |
||
| 2250 | "phpunit/phpunit-mock-objects": "~2.3", |
||
| 2251 | "sebastian/comparator": "~1.0", |
||
| 2252 | "sebastian/diff": "~1.1", |
||
| 2253 | "sebastian/environment": "~1.0", |
||
| 2254 | "sebastian/exporter": "~1.0", |
||
| 2255 | "sebastian/version": "~1.0", |
||
| 2256 | "symfony/yaml": "~2.0" |
||
| 2257 | }, |
||
| 2258 | "suggest": { |
||
| 2259 | "phpunit/php-invoker": "~1.1" |
||
| 2260 | }, |
||
| 2261 | "bin": [ |
||
| 2262 | "phpunit" |
||
| 2263 | ], |
||
| 2264 | "type": "library", |
||
| 2265 | "extra": { |
||
| 2266 | "branch-alias": { |
||
| 2267 | "dev-master": "4.3.x-dev" |
||
| 2268 | } |
||
| 2269 | }, |
||
| 2270 | "autoload": { |
||
| 2271 | "classmap": [ |
||
| 2272 | "src/" |
||
| 2273 | ] |
||
| 2274 | }, |
||
| 2275 | "notification-url": "https://packagist.org/downloads/", |
||
| 2276 | "include-path": [ |
||
| 2277 | "", |
||
| 2278 | "../../symfony/yaml/" |
||
| 2279 | ], |
||
| 2280 | "license": [ |
||
| 2281 | "BSD-3-Clause" |
||
| 2282 | ], |
||
| 2283 | "authors": [ |
||
| 2284 | { |
||
| 2285 | "name": "Sebastian Bergmann", |
||
| 2286 | "email": "[email protected]", |
||
| 2287 | "role": "lead" |
||
| 2288 | } |
||
| 2289 | ], |
||
| 2290 | "description": "The PHP Unit Testing framework.", |
||
| 2291 | "homepage": "http://www.phpunit.de/", |
||
| 2292 | "keywords": [ |
||
| 2293 | "phpunit", |
||
| 2294 | "testing", |
||
| 2295 | "xunit" |
||
| 2296 | ], |
||
| 2297 | "time": "2014-10-06 06:20:35" |
||
| 2298 | }, |
||
| 2299 | { |
||
| 2300 | "name": "phpunit/phpunit-mock-objects", |
||
| 2301 | "version": "2.3.0", |
||
| 2302 | "source": { |
||
| 2303 | "type": "git", |
||
| 2304 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 2305 | "reference": "c63d2367247365f688544f0d500af90a11a44c65" |
||
| 2306 | }, |
||
| 2307 | "dist": { |
||
| 2308 | "type": "zip", |
||
| 2309 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65", |
||
| 2310 | "reference": "c63d2367247365f688544f0d500af90a11a44c65", |
||
| 2311 | "shasum": "" |
||
| 2312 | }, |
||
| 2313 | "require": { |
||
| 2314 | "doctrine/instantiator": "~1.0,>=1.0.1", |
||
| 2315 | "php": ">=5.3.3", |
||
| 2316 | "phpunit/php-text-template": "~1.2" |
||
| 2317 | }, |
||
| 2318 | "require-dev": { |
||
| 2319 | "phpunit/phpunit": "~4.3" |
||
| 2320 | }, |
||
| 2321 | "suggest": { |
||
| 2322 | "ext-soap": "*" |
||
| 2323 | }, |
||
| 2324 | "type": "library", |
||
| 2325 | "extra": { |
||
| 2326 | "branch-alias": { |
||
| 2327 | "dev-master": "2.3.x-dev" |
||
| 2328 | } |
||
| 2329 | }, |
||
| 2330 | "autoload": { |
||
| 2331 | "classmap": [ |
||
| 2332 | "src/" |
||
| 2333 | ] |
||
| 2334 | }, |
||
| 2335 | "notification-url": "https://packagist.org/downloads/", |
||
| 2336 | "license": [ |
||
| 2337 | "BSD-3-Clause" |
||
| 2338 | ], |
||
| 2339 | "authors": [ |
||
| 2340 | { |
||
| 2341 | "name": "Sebastian Bergmann", |
||
| 2342 | "email": "[email protected]", |
||
| 2343 | "role": "lead" |
||
| 2344 | } |
||
| 2345 | ], |
||
| 2346 | "description": "Mock Object library for PHPUnit", |
||
| 2347 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 2348 | "keywords": [ |
||
| 2349 | "mock", |
||
| 2350 | "xunit" |
||
| 2351 | ], |
||
| 2352 | "time": "2014-10-03 05:12:11" |
||
| 2353 | }, |
||
| 2354 | { |
||
| 2355 | "name": "sebastian/comparator", |
||
| 2356 | "version": "1.0.1", |
||
| 2357 | "source": { |
||
| 2358 | "type": "git", |
||
| 2359 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 2360 | "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef" |
||
| 2361 | }, |
||
| 2362 | "dist": { |
||
| 2363 | "type": "zip", |
||
| 2364 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e54a01c0da1b87db3c5a3c4c5277ddf331da4aef", |
||
| 2365 | "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef", |
||
| 2366 | "shasum": "" |
||
| 2367 | }, |
||
| 2368 | "require": { |
||
| 2369 | "php": ">=5.3.3", |
||
| 2370 | "sebastian/diff": "~1.1", |
||
| 2371 | "sebastian/exporter": "~1.0" |
||
| 2372 | }, |
||
| 2373 | "require-dev": { |
||
| 2374 | "phpunit/phpunit": "~4.1" |
||
| 2375 | }, |
||
| 2376 | "type": "library", |
||
| 2377 | "extra": { |
||
| 2378 | "branch-alias": { |
||
| 2379 | "dev-master": "1.0.x-dev" |
||
| 2380 | } |
||
| 2381 | }, |
||
| 2382 | "autoload": { |
||
| 2383 | "classmap": [ |
||
| 2384 | "src/" |
||
| 2385 | ] |
||
| 2386 | }, |
||
| 2387 | "notification-url": "https://packagist.org/downloads/", |
||
| 2388 | "license": [ |
||
| 2389 | "BSD-3-Clause" |
||
| 2390 | ], |
||
| 2391 | "authors": [ |
||
| 2392 | { |
||
| 2393 | "name": "Jeff Welch", |
||
| 2394 | "email": "[email protected]" |
||
| 2395 | }, |
||
| 2396 | { |
||
| 2397 | "name": "Volker Dusch", |
||
| 2398 | "email": "[email protected]" |
||
| 2399 | }, |
||
| 2400 | { |
||
| 2401 | "name": "Bernhard Schussek", |
||
| 2402 | "email": "[email protected]" |
||
| 2403 | }, |
||
| 2404 | { |
||
| 2405 | "name": "Sebastian Bergmann", |
||
| 2406 | "email": "[email protected]" |
||
| 2407 | } |
||
| 2408 | ], |
||
| 2409 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 2410 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 2411 | "keywords": [ |
||
| 2412 | "comparator", |
||
| 2413 | "compare", |
||
| 2414 | "equality" |
||
| 2415 | ], |
||
| 2416 | "time": "2014-05-11 23:00:21" |
||
| 2417 | }, |
||
| 2418 | { |
||
| 2419 | "name": "sebastian/diff", |
||
| 2420 | "version": "1.2.0", |
||
| 2421 | "source": { |
||
| 2422 | "type": "git", |
||
| 2423 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 2424 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7" |
||
| 2425 | }, |
||
| 2426 | "dist": { |
||
| 2427 | "type": "zip", |
||
| 2428 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7", |
||
| 2429 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7", |
||
| 2430 | "shasum": "" |
||
| 2431 | }, |
||
| 2432 | "require": { |
||
| 2433 | "php": ">=5.3.3" |
||
| 2434 | }, |
||
| 2435 | "require-dev": { |
||
| 2436 | "phpunit/phpunit": "~4.2" |
||
| 2437 | }, |
||
| 2438 | "type": "library", |
||
| 2439 | "extra": { |
||
| 2440 | "branch-alias": { |
||
| 2441 | "dev-master": "1.2-dev" |
||
| 2442 | } |
||
| 2443 | }, |
||
| 2444 | "autoload": { |
||
| 2445 | "classmap": [ |
||
| 2446 | "src/" |
||
| 2447 | ] |
||
| 2448 | }, |
||
| 2449 | "notification-url": "https://packagist.org/downloads/", |
||
| 2450 | "license": [ |
||
| 2451 | "BSD-3-Clause" |
||
| 2452 | ], |
||
| 2453 | "authors": [ |
||
| 2454 | { |
||
| 2455 | "name": "Kore Nordmann", |
||
| 2456 | "email": "[email protected]" |
||
| 2457 | }, |
||
| 2458 | { |
||
| 2459 | "name": "Sebastian Bergmann", |
||
| 2460 | "email": "[email protected]" |
||
| 2461 | } |
||
| 2462 | ], |
||
| 2463 | "description": "Diff implementation", |
||
| 2464 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
| 2465 | "keywords": [ |
||
| 2466 | "diff" |
||
| 2467 | ], |
||
| 2468 | "time": "2014-08-15 10:29:00" |
||
| 2469 | }, |
||
| 2470 | { |
||
| 2471 | "name": "sebastian/environment", |
||
| 2472 | "version": "1.1.0", |
||
| 2473 | "source": { |
||
| 2474 | "type": "git", |
||
| 2475 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 2476 | "reference": "6288ebbf6fa3ed2b2ff2d69c356fbaaf4f0971a7" |
||
| 2477 | }, |
||
| 2478 | "dist": { |
||
| 2479 | "type": "zip", |
||
| 2480 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6288ebbf6fa3ed2b2ff2d69c356fbaaf4f0971a7", |
||
| 2481 | "reference": "6288ebbf6fa3ed2b2ff2d69c356fbaaf4f0971a7", |
||
| 2482 | "shasum": "" |
||
| 2483 | }, |
||
| 2484 | "require": { |
||
| 2485 | "php": ">=5.3.3" |
||
| 2486 | }, |
||
| 2487 | "require-dev": { |
||
| 2488 | "phpunit/phpunit": "~4.3" |
||
| 2489 | }, |
||
| 2490 | "type": "library", |
||
| 2491 | "extra": { |
||
| 2492 | "branch-alias": { |
||
| 2493 | "dev-master": "1.1.x-dev" |
||
| 2494 | } |
||
| 2495 | }, |
||
| 2496 | "autoload": { |
||
| 2497 | "classmap": [ |
||
| 2498 | "src/" |
||
| 2499 | ] |
||
| 2500 | }, |
||
| 2501 | "notification-url": "https://packagist.org/downloads/", |
||
| 2502 | "license": [ |
||
| 2503 | "BSD-3-Clause" |
||
| 2504 | ], |
||
| 2505 | "authors": [ |
||
| 2506 | { |
||
| 2507 | "name": "Sebastian Bergmann", |
||
| 2508 | "email": "[email protected]" |
||
| 2509 | } |
||
| 2510 | ], |
||
| 2511 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 2512 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 2513 | "keywords": [ |
||
| 2514 | "Xdebug", |
||
| 2515 | "environment", |
||
| 2516 | "hhvm" |
||
| 2517 | ], |
||
| 2518 | "time": "2014-10-07 09:23:16" |
||
| 2519 | }, |
||
| 2520 | { |
||
| 2521 | "name": "sebastian/exporter", |
||
| 2522 | "version": "1.0.2", |
||
| 2523 | "source": { |
||
| 2524 | "type": "git", |
||
| 2525 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 2526 | "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0" |
||
| 2527 | }, |
||
| 2528 | "dist": { |
||
| 2529 | "type": "zip", |
||
| 2530 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0", |
||
| 2531 | "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0", |
||
| 2532 | "shasum": "" |
||
| 2533 | }, |
||
| 2534 | "require": { |
||
| 2535 | "php": ">=5.3.3" |
||
| 2536 | }, |
||
| 2537 | "require-dev": { |
||
| 2538 | "phpunit/phpunit": "~4.0" |
||
| 2539 | }, |
||
| 2540 | "type": "library", |
||
| 2541 | "extra": { |
||
| 2542 | "branch-alias": { |
||
| 2543 | "dev-master": "1.0.x-dev" |
||
| 2544 | } |
||
| 2545 | }, |
||
| 2546 | "autoload": { |
||
| 2547 | "classmap": [ |
||
| 2548 | "src/" |
||
| 2549 | ] |
||
| 2550 | }, |
||
| 2551 | "notification-url": "https://packagist.org/downloads/", |
||
| 2552 | "license": [ |
||
| 2553 | "BSD-3-Clause" |
||
| 2554 | ], |
||
| 2555 | "authors": [ |
||
| 2556 | { |
||
| 2557 | "name": "Jeff Welch", |
||
| 2558 | "email": "[email protected]" |
||
| 2559 | }, |
||
| 2560 | { |
||
| 2561 | "name": "Volker Dusch", |
||
| 2562 | "email": "[email protected]" |
||
| 2563 | }, |
||
| 2564 | { |
||
| 2565 | "name": "Bernhard Schussek", |
||
| 2566 | "email": "[email protected]" |
||
| 2567 | }, |
||
| 2568 | { |
||
| 2569 | "name": "Sebastian Bergmann", |
||
| 2570 | "email": "[email protected]" |
||
| 2571 | }, |
||
| 2572 | { |
||
| 2573 | "name": "Adam Harvey", |
||
| 2574 | "email": "[email protected]" |
||
| 2575 | } |
||
| 2576 | ], |
||
| 2577 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 2578 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 2579 | "keywords": [ |
||
| 2580 | "export", |
||
| 2581 | "exporter" |
||
| 2582 | ], |
||
| 2583 | "time": "2014-09-10 00:51:36" |
||
| 2584 | }, |
||
| 2585 | { |
||
| 2586 | "name": "sebastian/finder-facade", |
||
| 2587 | "version": "1.1.0", |
||
| 2588 | "source": { |
||
| 2589 | "type": "git", |
||
| 2590 | "url": "https://github.com/sebastianbergmann/finder-facade.git", |
||
| 2591 | "reference": "1e396fda3449fce9df032749fa4fa2619e0347e0" |
||
| 2592 | }, |
||
| 2593 | "dist": { |
||
| 2594 | "type": "zip", |
||
| 2595 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/1e396fda3449fce9df032749fa4fa2619e0347e0", |
||
| 2596 | "reference": "1e396fda3449fce9df032749fa4fa2619e0347e0", |
||
| 2597 | "shasum": "" |
||
| 2598 | }, |
||
| 2599 | "require": { |
||
| 2600 | "symfony/finder": ">=2.2.0", |
||
| 2601 | "theseer/fdomdocument": ">=1.3.1" |
||
| 2602 | }, |
||
| 2603 | "type": "library", |
||
| 2604 | "autoload": { |
||
| 2605 | "classmap": [ |
||
| 2606 | "src/" |
||
| 2607 | ] |
||
| 2608 | }, |
||
| 2609 | "notification-url": "https://packagist.org/downloads/", |
||
| 2610 | "license": [ |
||
| 2611 | "BSD-3-Clause" |
||
| 2612 | ], |
||
| 2613 | "authors": [ |
||
| 2614 | { |
||
| 2615 | "name": "Sebastian Bergmann", |
||
| 2616 | "email": "[email protected]", |
||
| 2617 | "role": "lead" |
||
| 2618 | } |
||
| 2619 | ], |
||
| 2620 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", |
||
| 2621 | "homepage": "https://github.com/sebastianbergmann/finder-facade", |
||
| 2622 | "time": "2013-05-28 06:10:03" |
||
| 2623 | }, |
||
| 2624 | { |
||
| 2625 | "name": "sebastian/phpcpd", |
||
| 2626 | "version": "2.0.1", |
||
| 2627 | "source": { |
||
| 2628 | "type": "git", |
||
| 2629 | "url": "https://github.com/sebastianbergmann/phpcpd.git", |
||
| 2630 | "reference": "a9462153f2dd90466a010179901d31fbff598365" |
||
| 2631 | }, |
||
| 2632 | "dist": { |
||
| 2633 | "type": "zip", |
||
| 2634 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/a9462153f2dd90466a010179901d31fbff598365", |
||
| 2635 | "reference": "a9462153f2dd90466a010179901d31fbff598365", |
||
| 2636 | "shasum": "" |
||
| 2637 | }, |
||
| 2638 | "require": { |
||
| 2639 | "php": ">=5.3.3", |
||
| 2640 | "phpunit/php-timer": ">=1.0.4", |
||
| 2641 | "sebastian/finder-facade": ">=1.1.0", |
||
| 2642 | "sebastian/version": ">=1.0.3", |
||
| 2643 | "symfony/console": ">=2.2.0", |
||
| 2644 | "theseer/fdomdocument": "~1.4" |
||
| 2645 | }, |
||
| 2646 | "bin": [ |
||
| 2647 | "phpcpd" |
||
| 2648 | ], |
||
| 2649 | "type": "library", |
||
| 2650 | "extra": { |
||
| 2651 | "branch-alias": { |
||
| 2652 | "dev-master": "2.0-dev" |
||
| 2653 | } |
||
| 2654 | }, |
||
| 2655 | "autoload": { |
||
| 2656 | "classmap": [ |
||
| 2657 | "src/" |
||
| 2658 | ] |
||
| 2659 | }, |
||
| 2660 | "notification-url": "https://packagist.org/downloads/", |
||
| 2661 | "license": [ |
||
| 2662 | "BSD-3-Clause" |
||
| 2663 | ], |
||
| 2664 | "authors": [ |
||
| 2665 | { |
||
| 2666 | "name": "Sebastian Bergmann", |
||
| 2667 | "email": "[email protected]", |
||
| 2668 | "role": "lead" |
||
| 2669 | } |
||
| 2670 | ], |
||
| 2671 | "description": "Copy/Paste Detector (CPD) for PHP code.", |
||
| 2672 | "homepage": "https://github.com/sebastianbergmann/phpcpd", |
||
| 2673 | "time": "2014-03-31 09:25:30" |
||
| 2674 | }, |
||
| 2675 | { |
||
| 2676 | "name": "sebastian/version", |
||
| 2677 | "version": "1.0.3", |
||
| 2678 | "source": { |
||
| 2679 | "type": "git", |
||
| 2680 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 2681 | "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43" |
||
| 2682 | }, |
||
| 2683 | "dist": { |
||
| 2684 | "type": "zip", |
||
| 2685 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", |
||
| 2686 | "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", |
||
| 2687 | "shasum": "" |
||
| 2688 | }, |
||
| 2689 | "type": "library", |
||
| 2690 | "autoload": { |
||
| 2691 | "classmap": [ |
||
| 2692 | "src/" |
||
| 2693 | ] |
||
| 2694 | }, |
||
| 2695 | "notification-url": "https://packagist.org/downloads/", |
||
| 2696 | "license": [ |
||
| 2697 | "BSD-3-Clause" |
||
| 2698 | ], |
||
| 2699 | "authors": [ |
||
| 2700 | { |
||
| 2701 | "name": "Sebastian Bergmann", |
||
| 2702 | "email": "[email protected]", |
||
| 2703 | "role": "lead" |
||
| 2704 | } |
||
| 2705 | ], |
||
| 2706 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 2707 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 2708 | "time": "2014-03-07 15:35:33" |
||
| 2709 | }, |
||
| 2710 | { |
||
| 2711 | "name": "sensiolabs/security-checker", |
||
| 2712 | "version": "v2.0.0", |
||
| 2713 | "source": { |
||
| 2714 | "type": "git", |
||
| 2715 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
| 2716 | "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee" |
||
| 2717 | }, |
||
| 2718 | "dist": { |
||
| 2719 | "type": "zip", |
||
| 2720 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/5b4eb4743ebe68276c911c84101ecdf4a9ae76ee", |
||
| 2721 | "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee", |
||
| 2722 | "shasum": "" |
||
| 2723 | }, |
||
| 2724 | "require": { |
||
| 2725 | "ext-curl": "*", |
||
| 2726 | "symfony/console": "~2.0" |
||
| 2727 | }, |
||
| 2728 | "bin": [ |
||
| 2729 | "security-checker" |
||
| 2730 | ], |
||
| 2731 | "type": "library", |
||
| 2732 | "extra": { |
||
| 2733 | "branch-alias": { |
||
| 2734 | "dev-master": "2.0-dev" |
||
| 2735 | } |
||
| 2736 | }, |
||
| 2737 | "autoload": { |
||
| 2738 | "psr-0": { |
||
| 2739 | "SensioLabs\\Security": "" |
||
| 2740 | } |
||
| 2741 | }, |
||
| 2742 | "notification-url": "https://packagist.org/downloads/", |
||
| 2743 | "license": [ |
||
| 2744 | "MIT" |
||
| 2745 | ], |
||
| 2746 | "authors": [ |
||
| 2747 | { |
||
| 2748 | "name": "Fabien Potencier", |
||
| 2749 | "email": "[email protected]" |
||
| 2750 | } |
||
| 2751 | ], |
||
| 2752 | "description": "A security checker for your composer.lock", |
||
| 2753 | "time": "2014-07-19 10:52:35" |
||
| 2754 | }, |
||
| 2755 | { |
||
| 2756 | "name": "squizlabs/php_codesniffer", |
||
| 2757 | "version": "1.5.5", |
||
| 2758 | "source": { |
||
| 2759 | "type": "git", |
||
| 2760 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
| 2761 | "reference": "5d973e59cf58a0c847f298de84374c96b42b17b3" |
||
| 2762 | }, |
||
| 2763 | "dist": { |
||
| 2764 | "type": "zip", |
||
| 2765 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5d973e59cf58a0c847f298de84374c96b42b17b3", |
||
| 2766 | "reference": "5d973e59cf58a0c847f298de84374c96b42b17b3", |
||
| 2767 | "shasum": "" |
||
| 2768 | }, |
||
| 2769 | "require": { |
||
| 2770 | "ext-tokenizer": "*", |
||
| 2771 | "php": ">=5.1.2" |
||
| 2772 | }, |
||
| 2773 | "suggest": { |
||
| 2774 | "phpunit/php-timer": "dev-master" |
||
| 2775 | }, |
||
| 2776 | "bin": [ |
||
| 2777 | "scripts/phpcs" |
||
| 2778 | ], |
||
| 2779 | "type": "library", |
||
| 2780 | "extra": { |
||
| 2781 | "branch-alias": { |
||
| 2782 | "dev-phpcs-fixer": "2.0.x-dev" |
||
| 2783 | } |
||
| 2784 | }, |
||
| 2785 | "autoload": { |
||
| 2786 | "classmap": [ |
||
| 2787 | "CodeSniffer.php", |
||
| 2788 | "CodeSniffer/CLI.php", |
||
| 2789 | "CodeSniffer/Exception.php", |
||
| 2790 | "CodeSniffer/File.php", |
||
| 2791 | "CodeSniffer/Report.php", |
||
| 2792 | "CodeSniffer/Reporting.php", |
||
| 2793 | "CodeSniffer/Sniff.php", |
||
| 2794 | "CodeSniffer/Tokens.php", |
||
| 2795 | "CodeSniffer/Reports/", |
||
| 2796 | "CodeSniffer/CommentParser/", |
||
| 2797 | "CodeSniffer/Tokenizers/", |
||
| 2798 | "CodeSniffer/DocGenerators/", |
||
| 2799 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
| 2800 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
| 2801 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
| 2802 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
| 2803 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
| 2804 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
| 2805 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
| 2806 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
| 2807 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
| 2808 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
| 2809 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
| 2810 | ] |
||
| 2811 | }, |
||
| 2812 | "notification-url": "https://packagist.org/downloads/", |
||
| 2813 | "license": [ |
||
| 2814 | "BSD-3-Clause" |
||
| 2815 | ], |
||
| 2816 | "authors": [ |
||
| 2817 | { |
||
| 2818 | "name": "Greg Sherwood", |
||
| 2819 | "role": "lead" |
||
| 2820 | } |
||
| 2821 | ], |
||
| 2822 | "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
| 2823 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
| 2824 | "keywords": [ |
||
| 2825 | "phpcs", |
||
| 2826 | "standards" |
||
| 2827 | ], |
||
| 2828 | "time": "2014-09-25 03:33:46" |
||
| 2829 | }, |
||
| 2830 | { |
||
| 2831 | "name": "symfony/browser-kit", |
||
| 2832 | "version": "v2.5.5", |
||
| 2833 | "target-dir": "Symfony/Component/BrowserKit", |
||
| 2834 | "source": { |
||
| 2835 | "type": "git", |
||
| 2836 | "url": "https://github.com/symfony/BrowserKit.git", |
||
| 2837 | "reference": "0cb9e603b1850c9495bfb96b3c4caf7ea17700d4" |
||
| 2838 | }, |
||
| 2839 | "dist": { |
||
| 2840 | "type": "zip", |
||
| 2841 | "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/0cb9e603b1850c9495bfb96b3c4caf7ea17700d4", |
||
| 2842 | "reference": "0cb9e603b1850c9495bfb96b3c4caf7ea17700d4", |
||
| 2843 | "shasum": "" |
||
| 2844 | }, |
||
| 2845 | "require": { |
||
| 2846 | "php": ">=5.3.3", |
||
| 2847 | "symfony/dom-crawler": "~2.0" |
||
| 2848 | }, |
||
| 2849 | "require-dev": { |
||
| 2850 | "symfony/css-selector": "~2.0", |
||
| 2851 | "symfony/process": "~2.0" |
||
| 2852 | }, |
||
| 2853 | "suggest": { |
||
| 2854 | "symfony/process": "" |
||
| 2855 | }, |
||
| 2856 | "type": "library", |
||
| 2857 | "extra": { |
||
| 2858 | "branch-alias": { |
||
| 2859 | "dev-master": "2.5-dev" |
||
| 2860 | } |
||
| 2861 | }, |
||
| 2862 | "autoload": { |
||
| 2863 | "psr-0": { |
||
| 2864 | "Symfony\\Component\\BrowserKit\\": "" |
||
| 2865 | } |
||
| 2866 | }, |
||
| 2867 | "notification-url": "https://packagist.org/downloads/", |
||
| 2868 | "license": [ |
||
| 2869 | "MIT" |
||
| 2870 | ], |
||
| 2871 | "authors": [ |
||
| 2872 | { |
||
| 2873 | "name": "Symfony Community", |
||
| 2874 | "homepage": "http://symfony.com/contributors" |
||
| 2875 | }, |
||
| 2876 | { |
||
| 2877 | "name": "Fabien Potencier", |
||
| 2878 | "email": "[email protected]" |
||
| 2879 | } |
||
| 2880 | ], |
||
| 2881 | "description": "Symfony BrowserKit Component", |
||
| 2882 | "homepage": "http://symfony.com", |
||
| 2883 | "time": "2014-09-22 09:14:18" |
||
| 2884 | }, |
||
| 2885 | { |
||
| 2886 | "name": "symfony/console", |
||
| 2887 | "version": "v2.5.5", |
||
| 2888 | "target-dir": "Symfony/Component/Console", |
||
| 2889 | "source": { |
||
| 2890 | "type": "git", |
||
| 2891 | "url": "https://github.com/symfony/Console.git", |
||
| 2892 | "reference": "ca053eaa031c93afb68a71e4eb1f4168dfd4a661" |
||
| 2893 | }, |
||
| 2894 | "dist": { |
||
| 2895 | "type": "zip", |
||
| 2896 | "url": "https://api.github.com/repos/symfony/Console/zipball/ca053eaa031c93afb68a71e4eb1f4168dfd4a661", |
||
| 2897 | "reference": "ca053eaa031c93afb68a71e4eb1f4168dfd4a661", |
||
| 2898 | "shasum": "" |
||
| 2899 | }, |
||
| 2900 | "require": { |
||
| 2901 | "php": ">=5.3.3" |
||
| 2902 | }, |
||
| 2903 | "require-dev": { |
||
| 2904 | "psr/log": "~1.0", |
||
| 2905 | "symfony/event-dispatcher": "~2.1" |
||
| 2906 | }, |
||
| 2907 | "suggest": { |
||
| 2908 | "psr/log": "For using the console logger", |
||
| 2909 | "symfony/event-dispatcher": "" |
||
| 2910 | }, |
||
| 2911 | "type": "library", |
||
| 2912 | "extra": { |
||
| 2913 | "branch-alias": { |
||
| 2914 | "dev-master": "2.5-dev" |
||
| 2915 | } |
||
| 2916 | }, |
||
| 2917 | "autoload": { |
||
| 2918 | "psr-0": { |
||
| 2919 | "Symfony\\Component\\Console\\": "" |
||
| 2920 | } |
||
| 2921 | }, |
||
| 2922 | "notification-url": "https://packagist.org/downloads/", |
||
| 2923 | "license": [ |
||
| 2924 | "MIT" |
||
| 2925 | ], |
||
| 2926 | "authors": [ |
||
| 2927 | { |
||
| 2928 | "name": "Symfony Community", |
||
| 2929 | "homepage": "http://symfony.com/contributors" |
||
| 2930 | }, |
||
| 2931 | { |
||
| 2932 | "name": "Fabien Potencier", |
||
| 2933 | "email": "[email protected]" |
||
| 2934 | } |
||
| 2935 | ], |
||
| 2936 | "description": "Symfony Console Component", |
||
| 2937 | "homepage": "http://symfony.com", |
||
| 2938 | "time": "2014-09-25 09:53:56" |
||
| 2939 | }, |
||
| 2940 | { |
||
| 2941 | "name": "symfony/css-selector", |
||
| 2942 | "version": "v2.5.5", |
||
| 2943 | "target-dir": "Symfony/Component/CssSelector", |
||
| 2944 | "source": { |
||
| 2945 | "type": "git", |
||
| 2946 | "url": "https://github.com/symfony/CssSelector.git", |
||
| 2947 | "reference": "caf5ecc3face1f22884fb74b8edab65ac5ba9976" |
||
| 2948 | }, |
||
| 2949 | "dist": { |
||
| 2950 | "type": "zip", |
||
| 2951 | "url": "https://api.github.com/repos/symfony/CssSelector/zipball/caf5ecc3face1f22884fb74b8edab65ac5ba9976", |
||
| 2952 | "reference": "caf5ecc3face1f22884fb74b8edab65ac5ba9976", |
||
| 2953 | "shasum": "" |
||
| 2954 | }, |
||
| 2955 | "require": { |
||
| 2956 | "php": ">=5.3.3" |
||
| 2957 | }, |
||
| 2958 | "type": "library", |
||
| 2959 | "extra": { |
||
| 2960 | "branch-alias": { |
||
| 2961 | "dev-master": "2.5-dev" |
||
| 2962 | } |
||
| 2963 | }, |
||
| 2964 | "autoload": { |
||
| 2965 | "psr-0": { |
||
| 2966 | "Symfony\\Component\\CssSelector\\": "" |
||
| 2967 | } |
||
| 2968 | }, |
||
| 2969 | "notification-url": "https://packagist.org/downloads/", |
||
| 2970 | "license": [ |
||
| 2971 | "MIT" |
||
| 2972 | ], |
||
| 2973 | "authors": [ |
||
| 2974 | { |
||
| 2975 | "name": "Symfony Community", |
||
| 2976 | "homepage": "http://symfony.com/contributors" |
||
| 2977 | }, |
||
| 2978 | { |
||
| 2979 | "name": "Jean-François Simon", |
||
| 2980 | "email": "[email protected]" |
||
| 2981 | }, |
||
| 2982 | { |
||
| 2983 | "name": "Fabien Potencier", |
||
| 2984 | "email": "[email protected]" |
||
| 2985 | } |
||
| 2986 | ], |
||
| 2987 | "description": "Symfony CssSelector Component", |
||
| 2988 | "homepage": "http://symfony.com", |
||
| 2989 | "time": "2014-09-22 09:14:18" |
||
| 2990 | }, |
||
| 2991 | { |
||
| 2992 | "name": "symfony/dom-crawler", |
||
| 2993 | "version": "v2.5.5", |
||
| 2994 | "target-dir": "Symfony/Component/DomCrawler", |
||
| 2995 | "source": { |
||
| 2996 | "type": "git", |
||
| 2997 | "url": "https://github.com/symfony/DomCrawler.git", |
||
| 2998 | "reference": "a2804ec76442a9d0a3bb25f99a7830ba24743e07" |
||
| 2999 | }, |
||
| 3000 | "dist": { |
||
| 3001 | "type": "zip", |
||
| 3002 | "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/a2804ec76442a9d0a3bb25f99a7830ba24743e07", |
||
| 3003 | "reference": "a2804ec76442a9d0a3bb25f99a7830ba24743e07", |
||
| 3004 | "shasum": "" |
||
| 3005 | }, |
||
| 3006 | "require": { |
||
| 3007 | "php": ">=5.3.3" |
||
| 3008 | }, |
||
| 3009 | "require-dev": { |
||
| 3010 | "symfony/css-selector": "~2.0" |
||
| 3011 | }, |
||
| 3012 | "suggest": { |
||
| 3013 | "symfony/css-selector": "" |
||
| 3014 | }, |
||
| 3015 | "type": "library", |
||
| 3016 | "extra": { |
||
| 3017 | "branch-alias": { |
||
| 3018 | "dev-master": "2.5-dev" |
||
| 3019 | } |
||
| 3020 | }, |
||
| 3021 | "autoload": { |
||
| 3022 | "psr-0": { |
||
| 3023 | "Symfony\\Component\\DomCrawler\\": "" |
||
| 3024 | } |
||
| 3025 | }, |
||
| 3026 | "notification-url": "https://packagist.org/downloads/", |
||
| 3027 | "license": [ |
||
| 3028 | "MIT" |
||
| 3029 | ], |
||
| 3030 | "authors": [ |
||
| 3031 | { |
||
| 3032 | "name": "Symfony Community", |
||
| 3033 | "homepage": "http://symfony.com/contributors" |
||
| 3034 | }, |
||
| 3035 | { |
||
| 3036 | "name": "Fabien Potencier", |
||
| 3037 | "email": "[email protected]" |
||
| 3038 | } |
||
| 3039 | ], |
||
| 3040 | "description": "Symfony DomCrawler Component", |
||
| 3041 | "homepage": "http://symfony.com", |
||
| 3042 | "time": "2014-09-22 09:14:18" |
||
| 3043 | }, |
||
| 3044 | { |
||
| 3045 | "name": "symfony/finder", |
||
| 3046 | "version": "v2.5.5", |
||
| 3047 | "target-dir": "Symfony/Component/Finder", |
||
| 3048 | "source": { |
||
| 3049 | "type": "git", |
||
| 3050 | "url": "https://github.com/symfony/Finder.git", |
||
| 3051 | "reference": "d5033742b9a6206ef6d06e813870bca18e9205df" |
||
| 3052 | }, |
||
| 3053 | "dist": { |
||
| 3054 | "type": "zip", |
||
| 3055 | "url": "https://api.github.com/repos/symfony/Finder/zipball/d5033742b9a6206ef6d06e813870bca18e9205df", |
||
| 3056 | "reference": "d5033742b9a6206ef6d06e813870bca18e9205df", |
||
| 3057 | "shasum": "" |
||
| 3058 | }, |
||
| 3059 | "require": { |
||
| 3060 | "php": ">=5.3.3" |
||
| 3061 | }, |
||
| 3062 | "type": "library", |
||
| 3063 | "extra": { |
||
| 3064 | "branch-alias": { |
||
| 3065 | "dev-master": "2.5-dev" |
||
| 3066 | } |
||
| 3067 | }, |
||
| 3068 | "autoload": { |
||
| 3069 | "psr-0": { |
||
| 3070 | "Symfony\\Component\\Finder\\": "" |
||
| 3071 | } |
||
| 3072 | }, |
||
| 3073 | "notification-url": "https://packagist.org/downloads/", |
||
| 3074 | "license": [ |
||
| 3075 | "MIT" |
||
| 3076 | ], |
||
| 3077 | "authors": [ |
||
| 3078 | { |
||
| 3079 | "name": "Symfony Community", |
||
| 3080 | "homepage": "http://symfony.com/contributors" |
||
| 3081 | }, |
||
| 3082 | { |
||
| 3083 | "name": "Fabien Potencier", |
||
| 3084 | "email": "[email protected]" |
||
| 3085 | } |
||
| 3086 | ], |
||
| 3087 | "description": "Symfony Finder Component", |
||
| 3088 | "homepage": "http://symfony.com", |
||
| 3089 | "time": "2014-09-27 08:35:39" |
||
| 3090 | }, |
||
| 3091 | { |
||
| 3092 | "name": "symfony/process", |
||
| 3093 | "version": "v2.5.5", |
||
| 3094 | "target-dir": "Symfony/Component/Process", |
||
| 3095 | "source": { |
||
| 3096 | "type": "git", |
||
| 3097 | "url": "https://github.com/symfony/Process.git", |
||
| 3098 | "reference": "8a1ec96c4e519cee0fb971ea48a1eb7369dda54b" |
||
| 3099 | }, |
||
| 3100 | "dist": { |
||
| 3101 | "type": "zip", |
||
| 3102 | "url": "https://api.github.com/repos/symfony/Process/zipball/8a1ec96c4e519cee0fb971ea48a1eb7369dda54b", |
||
| 3103 | "reference": "8a1ec96c4e519cee0fb971ea48a1eb7369dda54b", |
||
| 3104 | "shasum": "" |
||
| 3105 | }, |
||
| 3106 | "require": { |
||
| 3107 | "php": ">=5.3.3" |
||
| 3108 | }, |
||
| 3109 | "type": "library", |
||
| 3110 | "extra": { |
||
| 3111 | "branch-alias": { |
||
| 3112 | "dev-master": "2.5-dev" |
||
| 3113 | } |
||
| 3114 | }, |
||
| 3115 | "autoload": { |
||
| 3116 | "psr-0": { |
||
| 3117 | "Symfony\\Component\\Process\\": "" |
||
| 3118 | } |
||
| 3119 | }, |
||
| 3120 | "notification-url": "https://packagist.org/downloads/", |
||
| 3121 | "license": [ |
||
| 3122 | "MIT" |
||
| 3123 | ], |
||
| 3124 | "authors": [ |
||
| 3125 | { |
||
| 3126 | "name": "Symfony Community", |
||
| 3127 | "homepage": "http://symfony.com/contributors" |
||
| 3128 | }, |
||
| 3129 | { |
||
| 3130 | "name": "Fabien Potencier", |
||
| 3131 | "email": "[email protected]" |
||
| 3132 | } |
||
| 3133 | ], |
||
| 3134 | "description": "Symfony Process Component", |
||
| 3135 | "homepage": "http://symfony.com", |
||
| 3136 | "time": "2014-09-23 05:25:11" |
||
| 3137 | }, |
||
| 3138 | { |
||
| 3139 | "name": "symfony/yaml", |
||
| 3140 | "version": "v2.5.5", |
||
| 3141 | "target-dir": "Symfony/Component/Yaml", |
||
| 3142 | "source": { |
||
| 3143 | "type": "git", |
||
| 3144 | "url": "https://github.com/symfony/Yaml.git", |
||
| 3145 | "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96" |
||
| 3146 | }, |
||
| 3147 | "dist": { |
||
| 3148 | "type": "zip", |
||
| 3149 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/b1dbc53593b98c2d694ebf383660ac9134d30b96", |
||
| 3150 | "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96", |
||
| 3151 | "shasum": "" |
||
| 3152 | }, |
||
| 3153 | "require": { |
||
| 3154 | "php": ">=5.3.3" |
||
| 3155 | }, |
||
| 3156 | "type": "library", |
||
| 3157 | "extra": { |
||
| 3158 | "branch-alias": { |
||
| 3159 | "dev-master": "2.5-dev" |
||
| 3160 | } |
||
| 3161 | }, |
||
| 3162 | "autoload": { |
||
| 3163 | "psr-0": { |
||
| 3164 | "Symfony\\Component\\Yaml\\": "" |
||
| 3165 | } |
||
| 3166 | }, |
||
| 3167 | "notification-url": "https://packagist.org/downloads/", |
||
| 3168 | "license": [ |
||
| 3169 | "MIT" |
||
| 3170 | ], |
||
| 3171 | "authors": [ |
||
| 3172 | { |
||
| 3173 | "name": "Symfony Community", |
||
| 3174 | "homepage": "http://symfony.com/contributors" |
||
| 3175 | }, |
||
| 3176 | { |
||
| 3177 | "name": "Fabien Potencier", |
||
| 3178 | "email": "[email protected]" |
||
| 3179 | } |
||
| 3180 | ], |
||
| 3181 | "description": "Symfony Yaml Component", |
||
| 3182 | "homepage": "http://symfony.com", |
||
| 3183 | "time": "2014-09-22 09:14:18" |
||
| 3184 | }, |
||
| 3185 | { |
||
| 3186 | "name": "theseer/fdomdocument", |
||
| 3187 | "version": "1.6.0", |
||
| 3188 | "source": { |
||
| 3189 | "type": "git", |
||
| 3190 | "url": "https://github.com/theseer/fDOMDocument.git", |
||
| 3191 | "reference": "d08cf070350f884c63fc9078d27893c2ab6c7cef" |
||
| 3192 | }, |
||
| 3193 | "dist": { |
||
| 3194 | "type": "zip", |
||
| 3195 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d08cf070350f884c63fc9078d27893c2ab6c7cef", |
||
| 3196 | "reference": "d08cf070350f884c63fc9078d27893c2ab6c7cef", |
||
| 3197 | "shasum": "" |
||
| 3198 | }, |
||
| 3199 | "require": { |
||
| 3200 | "ext-dom": "*", |
||
| 3201 | "lib-libxml": "*", |
||
| 3202 | "php": ">=5.3.3" |
||
| 3203 | }, |
||
| 3204 | "type": "library", |
||
| 3205 | "autoload": { |
||
| 3206 | "classmap": [ |
||
| 3207 | "src/" |
||
| 3208 | ] |
||
| 3209 | }, |
||
| 3210 | "notification-url": "https://packagist.org/downloads/", |
||
| 3211 | "license": [ |
||
| 3212 | "BSD-3-Clause" |
||
| 3213 | ], |
||
| 3214 | "authors": [ |
||
| 3215 | { |
||
| 3216 | "name": "Arne Blankerts", |
||
| 3217 | "email": "[email protected]", |
||
| 3218 | "role": "lead" |
||
| 3219 | } |
||
| 3220 | ], |
||
| 3221 | "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", |
||
| 3222 | "homepage": "https://github.com/theseer/fDOMDocument", |
||
| 3223 | "time": "2014-09-13 10:57:19" |
||
| 3224 | }, |
||
| 3225 | { |
||
| 3226 | "name": "twig/twig", |
||
| 3227 | "version": "v1.16.0", |
||
| 3228 | "source": { |
||
| 3229 | "type": "git", |
||
| 3230 | "url": "https://github.com/twigphp/Twig.git", |
||
| 3231 | "reference": "8ce37115802e257a984a82d38254884085060024" |
||
| 3232 | }, |
||
| 3233 | "dist": { |
||
| 3234 | "type": "zip", |
||
| 3235 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/8ce37115802e257a984a82d38254884085060024", |
||
| 3236 | "reference": "8ce37115802e257a984a82d38254884085060024", |
||
| 3237 | "shasum": "" |
||
| 3238 | }, |
||
| 3239 | "require": { |
||
| 3240 | "php": ">=5.2.4" |
||
| 3241 | }, |
||
| 3242 | "type": "library", |
||
| 3243 | "extra": { |
||
| 3244 | "branch-alias": { |
||
| 3245 | "dev-master": "1.16-dev" |
||
| 3246 | } |
||
| 3247 | }, |
||
| 3248 | "autoload": { |
||
| 3249 | "psr-0": { |
||
| 3250 | "Twig_": "lib/" |
||
| 3251 | } |
||
| 3252 | }, |
||
| 3253 | "notification-url": "https://packagist.org/downloads/", |
||
| 3254 | "license": [ |
||
| 3255 | "BSD-3-Clause" |
||
| 3256 | ], |
||
| 3257 | "authors": [ |
||
| 3258 | { |
||
| 3259 | "name": "Fabien Potencier", |
||
| 3260 | "email": "[email protected]", |
||
| 3261 | "homepage": "http://fabien.potencier.org", |
||
| 3262 | "role": "Lead Developer" |
||
| 3263 | }, |
||
| 3264 | { |
||
| 3265 | "name": "Armin Ronacher", |
||
| 3266 | "email": "[email protected]", |
||
| 3267 | "role": "Project Founder" |
||
| 3268 | }, |
||
| 3269 | { |
||
| 3270 | "name": "Twig Team", |
||
| 3271 | "homepage": "https://github.com/fabpot/Twig/graphs/contributors", |
||
| 3272 | "role": "Contributors" |
||
| 3273 | } |
||
| 3274 | ], |
||
| 3275 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
| 3276 | "homepage": "http://twig.sensiolabs.org", |
||
| 3277 | "keywords": [ |
||
| 3278 | "templating" |
||
| 3279 | ], |
||
| 3280 | "time": "2014-07-05 12:19:05" |
||
| 3281 | }, |
||
| 3282 | { |
||
| 3283 | "name": "vierbergenlars/php-semver", |
||
| 3284 | "version": "3.0.0", |
||
| 3285 | "source": { |
||
| 3286 | "type": "git", |
||
| 3287 | "url": "https://github.com/vierbergenlars/php-semver.git", |
||
| 3288 | "reference": "4dc35f3804f3b127ad557b8b2255c03204dec951" |
||
| 3289 | }, |
||
| 3290 | "dist": { |
||
| 3291 | "type": "zip", |
||
| 3292 | "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/4dc35f3804f3b127ad557b8b2255c03204dec951", |
||
| 3293 | "reference": "4dc35f3804f3b127ad557b8b2255c03204dec951", |
||
| 3294 | "shasum": "" |
||
| 3295 | }, |
||
| 3296 | "require": { |
||
| 3297 | "php": ">=5.3.0" |
||
| 3298 | }, |
||
| 3299 | "require-dev": { |
||
| 3300 | "simpletest/simpletest": "1.1.*" |
||
| 3301 | }, |
||
| 3302 | "bin": [ |
||
| 3303 | "bin/semver", |
||
| 3304 | "bin/update-versions" |
||
| 3305 | ], |
||
| 3306 | "type": "library", |
||
| 3307 | "autoload": { |
||
| 3308 | "psr-0": { |
||
| 3309 | "vierbergenlars\\SemVer\\": "src/", |
||
| 3310 | "vierbergenlars\\LibJs\\": "src/" |
||
| 3311 | }, |
||
| 3312 | "classmap": [ |
||
| 3313 | "src/vierbergenlars/SemVer/internal.php" |
||
| 3314 | ] |
||
| 3315 | }, |
||
| 3316 | "notification-url": "https://packagist.org/downloads/", |
||
| 3317 | "license": [ |
||
| 3318 | "MIT" |
||
| 3319 | ], |
||
| 3320 | "authors": [ |
||
| 3321 | { |
||
| 3322 | "name": "Lars Vierbergen", |
||
| 3323 | "email": "[email protected]" |
||
| 3324 | } |
||
| 3325 | ], |
||
| 3326 | "description": "The Semantic Versioner for PHP", |
||
| 3327 | "keywords": [ |
||
| 3328 | "semantic", |
||
| 3329 | "semver", |
||
| 3330 | "versioning" |
||
| 3331 | ], |
||
| 3332 | "time": "2013-12-21 17:10:13" |
||
| 3333 | } |
||
| 3334 | ], |
||
| 3335 | "aliases": [], |
||
| 3336 | "minimum-stability": "stable", |
||
| 3337 | "stability-flags": [], |
||
| 3338 | "prefer-stable": false, |
||
| 3339 | "prefer-lowest": false, |
||
| 3340 | "platform": { |
||
| 3341 | "php": ">=5.4,<8.0-dev" |
||
| 3342 | }, |
||
| 3343 | "platform-dev": [] |
||
| 3344 | } |
||
| 3345 |