pamil /
Sylius
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 | "content-hash": "a79d3f0d7e40aa6ff8d5b8d951e7dbf9", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "behat/transliterator", |
||
| 11 | "version": "v1.1.0", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/Behat/Transliterator.git", |
||
| 15 | "reference": "868e05be3a9f25ba6424c2dd4849567f50715003" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003", |
||
| 20 | "reference": "868e05be3a9f25ba6424c2dd4849567f50715003", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "php": ">=5.3.3" |
||
| 25 | }, |
||
| 26 | "type": "library", |
||
| 27 | "extra": { |
||
| 28 | "branch-alias": { |
||
| 29 | "dev-master": "1.1-dev" |
||
| 30 | } |
||
| 31 | }, |
||
| 32 | "autoload": { |
||
| 33 | "psr-0": { |
||
| 34 | "Behat\\Transliterator": "src/" |
||
| 35 | } |
||
| 36 | }, |
||
| 37 | "notification-url": "https://packagist.org/downloads/", |
||
| 38 | "license": [ |
||
| 39 | "Artistic-1.0" |
||
| 40 | ], |
||
| 41 | "description": "String transliterator", |
||
| 42 | "keywords": [ |
||
| 43 | "i18n", |
||
| 44 | "slug", |
||
| 45 | "transliterator" |
||
| 46 | ], |
||
| 47 | "time": "2015-09-28T16:26:35+00:00" |
||
| 48 | }, |
||
| 49 | { |
||
| 50 | "name": "clue/stream-filter", |
||
| 51 | "version": "v1.3.0", |
||
| 52 | "source": { |
||
| 53 | "type": "git", |
||
| 54 | "url": "https://github.com/clue/php-stream-filter.git", |
||
| 55 | "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785" |
||
| 56 | }, |
||
| 57 | "dist": { |
||
| 58 | "type": "zip", |
||
| 59 | "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785", |
||
| 60 | "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785", |
||
| 61 | "shasum": "" |
||
| 62 | }, |
||
| 63 | "require": { |
||
| 64 | "php": ">=5.3" |
||
| 65 | }, |
||
| 66 | "type": "library", |
||
| 67 | "autoload": { |
||
| 68 | "psr-4": { |
||
| 69 | "Clue\\StreamFilter\\": "src/" |
||
| 70 | }, |
||
| 71 | "files": [ |
||
| 72 | "src/functions.php" |
||
| 73 | ] |
||
| 74 | }, |
||
| 75 | "notification-url": "https://packagist.org/downloads/", |
||
| 76 | "license": [ |
||
| 77 | "MIT" |
||
| 78 | ], |
||
| 79 | "authors": [ |
||
| 80 | { |
||
| 81 | "name": "Christian Lück", |
||
| 82 | "email": "[email protected]" |
||
| 83 | } |
||
| 84 | ], |
||
| 85 | "description": "A simple and modern approach to stream filtering in PHP", |
||
| 86 | "homepage": "https://github.com/clue/php-stream-filter", |
||
| 87 | "keywords": [ |
||
| 88 | "bucket brigade", |
||
| 89 | "callback", |
||
| 90 | "filter", |
||
| 91 | "php_user_filter", |
||
| 92 | "stream", |
||
| 93 | "stream_filter_append", |
||
| 94 | "stream_filter_register" |
||
| 95 | ], |
||
| 96 | "time": "2015-11-08T23:41:30+00:00" |
||
| 97 | }, |
||
| 98 | { |
||
| 99 | "name": "cocur/slugify", |
||
| 100 | "version": "v2.5", |
||
| 101 | "source": { |
||
| 102 | "type": "git", |
||
| 103 | "url": "https://github.com/cocur/slugify.git", |
||
| 104 | "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145" |
||
| 105 | }, |
||
| 106 | "dist": { |
||
| 107 | "type": "zip", |
||
| 108 | "url": "https://api.github.com/repos/cocur/slugify/zipball/e8167e9a3236044afebd6e8ab13ebeb3ec9ca145", |
||
| 109 | "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145", |
||
| 110 | "shasum": "" |
||
| 111 | }, |
||
| 112 | "require": { |
||
| 113 | "php": ">=5.5.9" |
||
| 114 | }, |
||
| 115 | "require-dev": { |
||
| 116 | "laravel/framework": "~5.1", |
||
| 117 | "latte/latte": "~2.2", |
||
| 118 | "league/container": "^2.2.0", |
||
| 119 | "mikey179/vfsstream": "~1.6", |
||
| 120 | "mockery/mockery": "~0.9", |
||
| 121 | "nette/di": "~2.2", |
||
| 122 | "phpunit/phpunit": "~4.8|~5.2", |
||
| 123 | "pimple/pimple": "~1.1", |
||
| 124 | "plumphp/plum": "~0.1", |
||
| 125 | "silex/silex": "~1.3", |
||
| 126 | "symfony/config": "~2.4|~3.0", |
||
| 127 | "symfony/dependency-injection": "~2.4|~3.0", |
||
| 128 | "symfony/http-kernel": "~2.4|~3.0", |
||
| 129 | "twig/twig": "~1.26|~2.0", |
||
| 130 | "zendframework/zend-modulemanager": "~2.2", |
||
| 131 | "zendframework/zend-servicemanager": "~2.2", |
||
| 132 | "zendframework/zend-view": "~2.2" |
||
| 133 | }, |
||
| 134 | "type": "library", |
||
| 135 | "autoload": { |
||
| 136 | "psr-4": { |
||
| 137 | "Cocur\\Slugify\\": "src" |
||
| 138 | } |
||
| 139 | }, |
||
| 140 | "notification-url": "https://packagist.org/downloads/", |
||
| 141 | "license": [ |
||
| 142 | "MIT" |
||
| 143 | ], |
||
| 144 | "authors": [ |
||
| 145 | { |
||
| 146 | "name": "Ivo Bathke", |
||
| 147 | "email": "[email protected]" |
||
| 148 | }, |
||
| 149 | { |
||
| 150 | "name": "Florian Eckerstorfer", |
||
| 151 | "email": "[email protected]", |
||
| 152 | "homepage": "https://florian.ec" |
||
| 153 | } |
||
| 154 | ], |
||
| 155 | "description": "Converts a string into a slug.", |
||
| 156 | "keywords": [ |
||
| 157 | "slug", |
||
| 158 | "slugify" |
||
| 159 | ], |
||
| 160 | "time": "2017-03-23T21:52:55+00:00" |
||
| 161 | }, |
||
| 162 | { |
||
| 163 | "name": "doctrine/annotations", |
||
| 164 | "version": "v1.4.0", |
||
| 165 | "source": { |
||
| 166 | "type": "git", |
||
| 167 | "url": "https://github.com/doctrine/annotations.git", |
||
| 168 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" |
||
| 169 | }, |
||
| 170 | "dist": { |
||
| 171 | "type": "zip", |
||
| 172 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", |
||
| 173 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", |
||
| 174 | "shasum": "" |
||
| 175 | }, |
||
| 176 | "require": { |
||
| 177 | "doctrine/lexer": "1.*", |
||
| 178 | "php": "^5.6 || ^7.0" |
||
| 179 | }, |
||
| 180 | "require-dev": { |
||
| 181 | "doctrine/cache": "1.*", |
||
| 182 | "phpunit/phpunit": "^5.7" |
||
| 183 | }, |
||
| 184 | "type": "library", |
||
| 185 | "extra": { |
||
| 186 | "branch-alias": { |
||
| 187 | "dev-master": "1.4.x-dev" |
||
| 188 | } |
||
| 189 | }, |
||
| 190 | "autoload": { |
||
| 191 | "psr-4": { |
||
| 192 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
| 193 | } |
||
| 194 | }, |
||
| 195 | "notification-url": "https://packagist.org/downloads/", |
||
| 196 | "license": [ |
||
| 197 | "MIT" |
||
| 198 | ], |
||
| 199 | "authors": [ |
||
| 200 | { |
||
| 201 | "name": "Roman Borschel", |
||
| 202 | "email": "[email protected]" |
||
| 203 | }, |
||
| 204 | { |
||
| 205 | "name": "Benjamin Eberlei", |
||
| 206 | "email": "[email protected]" |
||
| 207 | }, |
||
| 208 | { |
||
| 209 | "name": "Guilherme Blanco", |
||
| 210 | "email": "[email protected]" |
||
| 211 | }, |
||
| 212 | { |
||
| 213 | "name": "Jonathan Wage", |
||
| 214 | "email": "[email protected]" |
||
| 215 | }, |
||
| 216 | { |
||
| 217 | "name": "Johannes Schmitt", |
||
| 218 | "email": "[email protected]" |
||
| 219 | } |
||
| 220 | ], |
||
| 221 | "description": "Docblock Annotations Parser", |
||
| 222 | "homepage": "http://www.doctrine-project.org", |
||
| 223 | "keywords": [ |
||
| 224 | "annotations", |
||
| 225 | "docblock", |
||
| 226 | "parser" |
||
| 227 | ], |
||
| 228 | "time": "2017-02-24T16:22:25+00:00" |
||
| 229 | }, |
||
| 230 | { |
||
| 231 | "name": "doctrine/cache", |
||
| 232 | "version": "v1.6.1", |
||
| 233 | "source": { |
||
| 234 | "type": "git", |
||
| 235 | "url": "https://github.com/doctrine/cache.git", |
||
| 236 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" |
||
| 237 | }, |
||
| 238 | "dist": { |
||
| 239 | "type": "zip", |
||
| 240 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
| 241 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
| 242 | "shasum": "" |
||
| 243 | }, |
||
| 244 | "require": { |
||
| 245 | "php": "~5.5|~7.0" |
||
| 246 | }, |
||
| 247 | "conflict": { |
||
| 248 | "doctrine/common": ">2.2,<2.4" |
||
| 249 | }, |
||
| 250 | "require-dev": { |
||
| 251 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 252 | "predis/predis": "~1.0", |
||
| 253 | "satooshi/php-coveralls": "~0.6" |
||
| 254 | }, |
||
| 255 | "type": "library", |
||
| 256 | "extra": { |
||
| 257 | "branch-alias": { |
||
| 258 | "dev-master": "1.6.x-dev" |
||
| 259 | } |
||
| 260 | }, |
||
| 261 | "autoload": { |
||
| 262 | "psr-4": { |
||
| 263 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 264 | } |
||
| 265 | }, |
||
| 266 | "notification-url": "https://packagist.org/downloads/", |
||
| 267 | "license": [ |
||
| 268 | "MIT" |
||
| 269 | ], |
||
| 270 | "authors": [ |
||
| 271 | { |
||
| 272 | "name": "Roman Borschel", |
||
| 273 | "email": "[email protected]" |
||
| 274 | }, |
||
| 275 | { |
||
| 276 | "name": "Benjamin Eberlei", |
||
| 277 | "email": "[email protected]" |
||
| 278 | }, |
||
| 279 | { |
||
| 280 | "name": "Guilherme Blanco", |
||
| 281 | "email": "[email protected]" |
||
| 282 | }, |
||
| 283 | { |
||
| 284 | "name": "Jonathan Wage", |
||
| 285 | "email": "[email protected]" |
||
| 286 | }, |
||
| 287 | { |
||
| 288 | "name": "Johannes Schmitt", |
||
| 289 | "email": "[email protected]" |
||
| 290 | } |
||
| 291 | ], |
||
| 292 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 293 | "homepage": "http://www.doctrine-project.org", |
||
| 294 | "keywords": [ |
||
| 295 | "cache", |
||
| 296 | "caching" |
||
| 297 | ], |
||
| 298 | "time": "2016-10-29T11:16:17+00:00" |
||
| 299 | }, |
||
| 300 | { |
||
| 301 | "name": "doctrine/collections", |
||
| 302 | "version": "v1.4.0", |
||
| 303 | "source": { |
||
| 304 | "type": "git", |
||
| 305 | "url": "https://github.com/doctrine/collections.git", |
||
| 306 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" |
||
| 307 | }, |
||
| 308 | "dist": { |
||
| 309 | "type": "zip", |
||
| 310 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 311 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 312 | "shasum": "" |
||
| 313 | }, |
||
| 314 | "require": { |
||
| 315 | "php": "^5.6 || ^7.0" |
||
| 316 | }, |
||
| 317 | "require-dev": { |
||
| 318 | "doctrine/coding-standard": "~0.1@dev", |
||
| 319 | "phpunit/phpunit": "^5.7" |
||
| 320 | }, |
||
| 321 | "type": "library", |
||
| 322 | "extra": { |
||
| 323 | "branch-alias": { |
||
| 324 | "dev-master": "1.3.x-dev" |
||
| 325 | } |
||
| 326 | }, |
||
| 327 | "autoload": { |
||
| 328 | "psr-0": { |
||
| 329 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 330 | } |
||
| 331 | }, |
||
| 332 | "notification-url": "https://packagist.org/downloads/", |
||
| 333 | "license": [ |
||
| 334 | "MIT" |
||
| 335 | ], |
||
| 336 | "authors": [ |
||
| 337 | { |
||
| 338 | "name": "Roman Borschel", |
||
| 339 | "email": "[email protected]" |
||
| 340 | }, |
||
| 341 | { |
||
| 342 | "name": "Benjamin Eberlei", |
||
| 343 | "email": "[email protected]" |
||
| 344 | }, |
||
| 345 | { |
||
| 346 | "name": "Guilherme Blanco", |
||
| 347 | "email": "[email protected]" |
||
| 348 | }, |
||
| 349 | { |
||
| 350 | "name": "Jonathan Wage", |
||
| 351 | "email": "[email protected]" |
||
| 352 | }, |
||
| 353 | { |
||
| 354 | "name": "Johannes Schmitt", |
||
| 355 | "email": "[email protected]" |
||
| 356 | } |
||
| 357 | ], |
||
| 358 | "description": "Collections Abstraction library", |
||
| 359 | "homepage": "http://www.doctrine-project.org", |
||
| 360 | "keywords": [ |
||
| 361 | "array", |
||
| 362 | "collections", |
||
| 363 | "iterator" |
||
| 364 | ], |
||
| 365 | "time": "2017-01-03T10:49:41+00:00" |
||
| 366 | }, |
||
| 367 | { |
||
| 368 | "name": "doctrine/common", |
||
| 369 | "version": "v2.7.2", |
||
| 370 | "source": { |
||
| 371 | "type": "git", |
||
| 372 | "url": "https://github.com/doctrine/common.git", |
||
| 373 | "reference": "930297026c8009a567ac051fd545bf6124150347" |
||
| 374 | }, |
||
| 375 | "dist": { |
||
| 376 | "type": "zip", |
||
| 377 | "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347", |
||
| 378 | "reference": "930297026c8009a567ac051fd545bf6124150347", |
||
| 379 | "shasum": "" |
||
| 380 | }, |
||
| 381 | "require": { |
||
| 382 | "doctrine/annotations": "1.*", |
||
| 383 | "doctrine/cache": "1.*", |
||
| 384 | "doctrine/collections": "1.*", |
||
| 385 | "doctrine/inflector": "1.*", |
||
| 386 | "doctrine/lexer": "1.*", |
||
| 387 | "php": "~5.6|~7.0" |
||
| 388 | }, |
||
| 389 | "require-dev": { |
||
| 390 | "phpunit/phpunit": "^5.4.6" |
||
| 391 | }, |
||
| 392 | "type": "library", |
||
| 393 | "extra": { |
||
| 394 | "branch-alias": { |
||
| 395 | "dev-master": "2.7.x-dev" |
||
| 396 | } |
||
| 397 | }, |
||
| 398 | "autoload": { |
||
| 399 | "psr-4": { |
||
| 400 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 401 | } |
||
| 402 | }, |
||
| 403 | "notification-url": "https://packagist.org/downloads/", |
||
| 404 | "license": [ |
||
| 405 | "MIT" |
||
| 406 | ], |
||
| 407 | "authors": [ |
||
| 408 | { |
||
| 409 | "name": "Roman Borschel", |
||
| 410 | "email": "[email protected]" |
||
| 411 | }, |
||
| 412 | { |
||
| 413 | "name": "Benjamin Eberlei", |
||
| 414 | "email": "[email protected]" |
||
| 415 | }, |
||
| 416 | { |
||
| 417 | "name": "Guilherme Blanco", |
||
| 418 | "email": "[email protected]" |
||
| 419 | }, |
||
| 420 | { |
||
| 421 | "name": "Jonathan Wage", |
||
| 422 | "email": "[email protected]" |
||
| 423 | }, |
||
| 424 | { |
||
| 425 | "name": "Johannes Schmitt", |
||
| 426 | "email": "[email protected]" |
||
| 427 | } |
||
| 428 | ], |
||
| 429 | "description": "Common Library for Doctrine projects", |
||
| 430 | "homepage": "http://www.doctrine-project.org", |
||
| 431 | "keywords": [ |
||
| 432 | "annotations", |
||
| 433 | "collections", |
||
| 434 | "eventmanager", |
||
| 435 | "persistence", |
||
| 436 | "spl" |
||
| 437 | ], |
||
| 438 | "time": "2017-01-13T14:02:13+00:00" |
||
| 439 | }, |
||
| 440 | { |
||
| 441 | "name": "doctrine/data-fixtures", |
||
| 442 | "version": "v1.2.2", |
||
| 443 | "source": { |
||
| 444 | "type": "git", |
||
| 445 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
| 446 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e" |
||
| 447 | }, |
||
| 448 | "dist": { |
||
| 449 | "type": "zip", |
||
| 450 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
| 451 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
| 452 | "shasum": "" |
||
| 453 | }, |
||
| 454 | "require": { |
||
| 455 | "doctrine/common": "~2.2", |
||
| 456 | "php": "^5.6 || ^7.0" |
||
| 457 | }, |
||
| 458 | "conflict": { |
||
| 459 | "doctrine/orm": "< 2.4" |
||
| 460 | }, |
||
| 461 | "require-dev": { |
||
| 462 | "doctrine/dbal": "^2.5.4", |
||
| 463 | "doctrine/orm": "^2.5.4", |
||
| 464 | "phpunit/phpunit": "^5.4.6" |
||
| 465 | }, |
||
| 466 | "suggest": { |
||
| 467 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
| 468 | "doctrine/orm": "For loading ORM fixtures", |
||
| 469 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
| 470 | }, |
||
| 471 | "type": "library", |
||
| 472 | "extra": { |
||
| 473 | "branch-alias": { |
||
| 474 | "dev-master": "1.3.x-dev" |
||
| 475 | } |
||
| 476 | }, |
||
| 477 | "autoload": { |
||
| 478 | "psr-0": { |
||
| 479 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
| 480 | } |
||
| 481 | }, |
||
| 482 | "notification-url": "https://packagist.org/downloads/", |
||
| 483 | "license": [ |
||
| 484 | "MIT" |
||
| 485 | ], |
||
| 486 | "authors": [ |
||
| 487 | { |
||
| 488 | "name": "Jonathan Wage", |
||
| 489 | "email": "[email protected]" |
||
| 490 | } |
||
| 491 | ], |
||
| 492 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
| 493 | "homepage": "http://www.doctrine-project.org", |
||
| 494 | "keywords": [ |
||
| 495 | "database" |
||
| 496 | ], |
||
| 497 | "time": "2016-09-20T10:07:57+00:00" |
||
| 498 | }, |
||
| 499 | { |
||
| 500 | "name": "doctrine/dbal", |
||
| 501 | "version": "v2.5.10", |
||
| 502 | "source": { |
||
| 503 | "type": "git", |
||
| 504 | "url": "https://github.com/doctrine/dbal.git", |
||
| 505 | "reference": "fc376f7a61498e18520cd6fa083752a4ca08072b" |
||
| 506 | }, |
||
| 507 | "dist": { |
||
| 508 | "type": "zip", |
||
| 509 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/fc376f7a61498e18520cd6fa083752a4ca08072b", |
||
| 510 | "reference": "fc376f7a61498e18520cd6fa083752a4ca08072b", |
||
| 511 | "shasum": "" |
||
| 512 | }, |
||
| 513 | "require": { |
||
| 514 | "doctrine/common": ">=2.4,<2.8-dev", |
||
| 515 | "php": ">=5.3.2" |
||
| 516 | }, |
||
| 517 | "require-dev": { |
||
| 518 | "phpunit/phpunit": "4.*", |
||
| 519 | "symfony/console": "2.*||^3.0" |
||
| 520 | }, |
||
| 521 | "suggest": { |
||
| 522 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 523 | }, |
||
| 524 | "bin": [ |
||
| 525 | "bin/doctrine-dbal" |
||
| 526 | ], |
||
| 527 | "type": "library", |
||
| 528 | "extra": { |
||
| 529 | "branch-alias": { |
||
| 530 | "dev-master": "2.5.x-dev" |
||
| 531 | } |
||
| 532 | }, |
||
| 533 | "autoload": { |
||
| 534 | "psr-0": { |
||
| 535 | "Doctrine\\DBAL\\": "lib/" |
||
| 536 | } |
||
| 537 | }, |
||
| 538 | "notification-url": "https://packagist.org/downloads/", |
||
| 539 | "license": [ |
||
| 540 | "MIT" |
||
| 541 | ], |
||
| 542 | "authors": [ |
||
| 543 | { |
||
| 544 | "name": "Roman Borschel", |
||
| 545 | "email": "[email protected]" |
||
| 546 | }, |
||
| 547 | { |
||
| 548 | "name": "Benjamin Eberlei", |
||
| 549 | "email": "[email protected]" |
||
| 550 | }, |
||
| 551 | { |
||
| 552 | "name": "Guilherme Blanco", |
||
| 553 | "email": "[email protected]" |
||
| 554 | }, |
||
| 555 | { |
||
| 556 | "name": "Jonathan Wage", |
||
| 557 | "email": "[email protected]" |
||
| 558 | } |
||
| 559 | ], |
||
| 560 | "description": "Database Abstraction Layer", |
||
| 561 | "homepage": "http://www.doctrine-project.org", |
||
| 562 | "keywords": [ |
||
| 563 | "database", |
||
| 564 | "dbal", |
||
| 565 | "persistence", |
||
| 566 | "queryobject" |
||
| 567 | ], |
||
| 568 | "time": "2017-01-23T23:17:10+00:00" |
||
| 569 | }, |
||
| 570 | { |
||
| 571 | "name": "doctrine/doctrine-bundle", |
||
| 572 | "version": "1.6.7", |
||
| 573 | "source": { |
||
| 574 | "type": "git", |
||
| 575 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
| 576 | "reference": "a01d99bc6c9a6c8a8ace0012690099dd957ce9b9" |
||
| 577 | }, |
||
| 578 | "dist": { |
||
| 579 | "type": "zip", |
||
| 580 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a01d99bc6c9a6c8a8ace0012690099dd957ce9b9", |
||
| 581 | "reference": "a01d99bc6c9a6c8a8ace0012690099dd957ce9b9", |
||
| 582 | "shasum": "" |
||
| 583 | }, |
||
| 584 | "require": { |
||
| 585 | "doctrine/dbal": "~2.3", |
||
| 586 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
| 587 | "jdorn/sql-formatter": "~1.1", |
||
| 588 | "php": ">=5.5.9", |
||
| 589 | "symfony/console": "~2.7|~3.0", |
||
| 590 | "symfony/dependency-injection": "~2.7|~3.0", |
||
| 591 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
| 592 | "symfony/framework-bundle": "~2.7|~3.0" |
||
| 593 | }, |
||
| 594 | "require-dev": { |
||
| 595 | "doctrine/orm": "~2.3", |
||
| 596 | "phpunit/phpunit": "~4", |
||
| 597 | "satooshi/php-coveralls": "^1.0", |
||
| 598 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 599 | "symfony/property-info": "~2.8|~3.0", |
||
| 600 | "symfony/validator": "~2.7|~3.0", |
||
| 601 | "symfony/yaml": "~2.7|~3.0", |
||
| 602 | "twig/twig": "~1.10|~2.0" |
||
| 603 | }, |
||
| 604 | "suggest": { |
||
| 605 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
| 606 | "symfony/web-profiler-bundle": "To use the data collector." |
||
| 607 | }, |
||
| 608 | "type": "symfony-bundle", |
||
| 609 | "extra": { |
||
| 610 | "branch-alias": { |
||
| 611 | "dev-master": "1.6.x-dev" |
||
| 612 | } |
||
| 613 | }, |
||
| 614 | "autoload": { |
||
| 615 | "psr-4": { |
||
| 616 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
| 617 | } |
||
| 618 | }, |
||
| 619 | "notification-url": "https://packagist.org/downloads/", |
||
| 620 | "license": [ |
||
| 621 | "MIT" |
||
| 622 | ], |
||
| 623 | "authors": [ |
||
| 624 | { |
||
| 625 | "name": "Symfony Community", |
||
| 626 | "homepage": "http://symfony.com/contributors" |
||
| 627 | }, |
||
| 628 | { |
||
| 629 | "name": "Benjamin Eberlei", |
||
| 630 | "email": "[email protected]" |
||
| 631 | }, |
||
| 632 | { |
||
| 633 | "name": "Doctrine Project", |
||
| 634 | "homepage": "http://www.doctrine-project.org/" |
||
| 635 | }, |
||
| 636 | { |
||
| 637 | "name": "Fabien Potencier", |
||
| 638 | "email": "[email protected]" |
||
| 639 | } |
||
| 640 | ], |
||
| 641 | "description": "Symfony DoctrineBundle", |
||
| 642 | "homepage": "http://www.doctrine-project.org", |
||
| 643 | "keywords": [ |
||
| 644 | "database", |
||
| 645 | "dbal", |
||
| 646 | "orm", |
||
| 647 | "persistence" |
||
| 648 | ], |
||
| 649 | "time": "2017-01-16T12:01:26+00:00" |
||
| 650 | }, |
||
| 651 | { |
||
| 652 | "name": "doctrine/doctrine-cache-bundle", |
||
| 653 | "version": "1.3.0", |
||
| 654 | "source": { |
||
| 655 | "type": "git", |
||
| 656 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
| 657 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
| 658 | }, |
||
| 659 | "dist": { |
||
| 660 | "type": "zip", |
||
| 661 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 662 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 663 | "shasum": "" |
||
| 664 | }, |
||
| 665 | "require": { |
||
| 666 | "doctrine/cache": "^1.4.2", |
||
| 667 | "doctrine/inflector": "~1.0", |
||
| 668 | "php": ">=5.3.2", |
||
| 669 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
| 670 | }, |
||
| 671 | "require-dev": { |
||
| 672 | "instaclick/coding-standard": "~1.1", |
||
| 673 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
| 674 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
| 675 | "phpunit/phpunit": "~4", |
||
| 676 | "predis/predis": "~0.8", |
||
| 677 | "satooshi/php-coveralls": "~0.6.1", |
||
| 678 | "squizlabs/php_codesniffer": "~1.5", |
||
| 679 | "symfony/console": "~2.2|~3.0", |
||
| 680 | "symfony/finder": "~2.2|~3.0", |
||
| 681 | "symfony/framework-bundle": "~2.2|~3.0", |
||
| 682 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 683 | "symfony/security-acl": "~2.3|~3.0", |
||
| 684 | "symfony/validator": "~2.2|~3.0", |
||
| 685 | "symfony/yaml": "~2.2|~3.0" |
||
| 686 | }, |
||
| 687 | "suggest": { |
||
| 688 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
| 689 | }, |
||
| 690 | "type": "symfony-bundle", |
||
| 691 | "extra": { |
||
| 692 | "branch-alias": { |
||
| 693 | "dev-master": "1.2.x-dev" |
||
| 694 | } |
||
| 695 | }, |
||
| 696 | "autoload": { |
||
| 697 | "psr-4": { |
||
| 698 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
| 699 | } |
||
| 700 | }, |
||
| 701 | "notification-url": "https://packagist.org/downloads/", |
||
| 702 | "license": [ |
||
| 703 | "MIT" |
||
| 704 | ], |
||
| 705 | "authors": [ |
||
| 706 | { |
||
| 707 | "name": "Symfony Community", |
||
| 708 | "homepage": "http://symfony.com/contributors" |
||
| 709 | }, |
||
| 710 | { |
||
| 711 | "name": "Benjamin Eberlei", |
||
| 712 | "email": "[email protected]" |
||
| 713 | }, |
||
| 714 | { |
||
| 715 | "name": "Fabio B. Silva", |
||
| 716 | "email": "[email protected]" |
||
| 717 | }, |
||
| 718 | { |
||
| 719 | "name": "Guilherme Blanco", |
||
| 720 | "email": "[email protected]" |
||
| 721 | }, |
||
| 722 | { |
||
| 723 | "name": "Doctrine Project", |
||
| 724 | "homepage": "http://www.doctrine-project.org/" |
||
| 725 | }, |
||
| 726 | { |
||
| 727 | "name": "Fabien Potencier", |
||
| 728 | "email": "[email protected]" |
||
| 729 | } |
||
| 730 | ], |
||
| 731 | "description": "Symfony Bundle for Doctrine Cache", |
||
| 732 | "homepage": "http://www.doctrine-project.org", |
||
| 733 | "keywords": [ |
||
| 734 | "cache", |
||
| 735 | "caching" |
||
| 736 | ], |
||
| 737 | "time": "2016-01-26T17:28:51+00:00" |
||
| 738 | }, |
||
| 739 | { |
||
| 740 | "name": "doctrine/doctrine-fixtures-bundle", |
||
| 741 | "version": "2.3.0", |
||
| 742 | "source": { |
||
| 743 | "type": "git", |
||
| 744 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", |
||
| 745 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029" |
||
| 746 | }, |
||
| 747 | "dist": { |
||
| 748 | "type": "zip", |
||
| 749 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
| 750 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
| 751 | "shasum": "" |
||
| 752 | }, |
||
| 753 | "require": { |
||
| 754 | "doctrine/data-fixtures": "~1.0", |
||
| 755 | "doctrine/doctrine-bundle": "~1.0", |
||
| 756 | "php": ">=5.3.2", |
||
| 757 | "symfony/doctrine-bridge": "~2.3|~3.0" |
||
| 758 | }, |
||
| 759 | "type": "symfony-bundle", |
||
| 760 | "extra": { |
||
| 761 | "branch-alias": { |
||
| 762 | "dev-master": "2.2.x-dev" |
||
| 763 | } |
||
| 764 | }, |
||
| 765 | "autoload": { |
||
| 766 | "psr-4": { |
||
| 767 | "Doctrine\\Bundle\\FixturesBundle\\": "" |
||
| 768 | } |
||
| 769 | }, |
||
| 770 | "notification-url": "https://packagist.org/downloads/", |
||
| 771 | "license": [ |
||
| 772 | "MIT" |
||
| 773 | ], |
||
| 774 | "authors": [ |
||
| 775 | { |
||
| 776 | "name": "Symfony Community", |
||
| 777 | "homepage": "http://symfony.com/contributors" |
||
| 778 | }, |
||
| 779 | { |
||
| 780 | "name": "Doctrine Project", |
||
| 781 | "homepage": "http://www.doctrine-project.org" |
||
| 782 | }, |
||
| 783 | { |
||
| 784 | "name": "Fabien Potencier", |
||
| 785 | "email": "[email protected]" |
||
| 786 | } |
||
| 787 | ], |
||
| 788 | "description": "Symfony DoctrineFixturesBundle", |
||
| 789 | "homepage": "http://www.doctrine-project.org", |
||
| 790 | "keywords": [ |
||
| 791 | "Fixture", |
||
| 792 | "persistence" |
||
| 793 | ], |
||
| 794 | "time": "2015-11-04T21:23:23+00:00" |
||
| 795 | }, |
||
| 796 | { |
||
| 797 | "name": "doctrine/doctrine-migrations-bundle", |
||
| 798 | "version": "v1.2.1", |
||
| 799 | "source": { |
||
| 800 | "type": "git", |
||
| 801 | "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", |
||
| 802 | "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc" |
||
| 803 | }, |
||
| 804 | "dist": { |
||
| 805 | "type": "zip", |
||
| 806 | "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/6276139e0b913a4e5120fc36bb5b0eae8ac549bc", |
||
| 807 | "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc", |
||
| 808 | "shasum": "" |
||
| 809 | }, |
||
| 810 | "require": { |
||
| 811 | "doctrine/doctrine-bundle": "~1.0", |
||
| 812 | "doctrine/migrations": "^1.1", |
||
| 813 | "php": ">=5.4.0", |
||
| 814 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 815 | }, |
||
| 816 | "require-dev": { |
||
| 817 | "phpunit/phpunit": "~4.8" |
||
| 818 | }, |
||
| 819 | "type": "symfony-bundle", |
||
| 820 | "extra": { |
||
| 821 | "branch-alias": { |
||
| 822 | "dev-master": "1.2-dev" |
||
| 823 | } |
||
| 824 | }, |
||
| 825 | "autoload": { |
||
| 826 | "psr-4": { |
||
| 827 | "Doctrine\\Bundle\\MigrationsBundle\\": "" |
||
| 828 | } |
||
| 829 | }, |
||
| 830 | "notification-url": "https://packagist.org/downloads/", |
||
| 831 | "license": [ |
||
| 832 | "MIT" |
||
| 833 | ], |
||
| 834 | "authors": [ |
||
| 835 | { |
||
| 836 | "name": "Symfony Community", |
||
| 837 | "homepage": "http://symfony.com/contributors" |
||
| 838 | }, |
||
| 839 | { |
||
| 840 | "name": "Doctrine Project", |
||
| 841 | "homepage": "http://www.doctrine-project.org" |
||
| 842 | }, |
||
| 843 | { |
||
| 844 | "name": "Fabien Potencier", |
||
| 845 | "email": "[email protected]" |
||
| 846 | } |
||
| 847 | ], |
||
| 848 | "description": "Symfony DoctrineMigrationsBundle", |
||
| 849 | "homepage": "http://www.doctrine-project.org", |
||
| 850 | "keywords": [ |
||
| 851 | "dbal", |
||
| 852 | "migrations", |
||
| 853 | "schema" |
||
| 854 | ], |
||
| 855 | "time": "2016-12-05T18:36:37+00:00" |
||
| 856 | }, |
||
| 857 | { |
||
| 858 | "name": "doctrine/inflector", |
||
| 859 | "version": "v1.1.0", |
||
| 860 | "source": { |
||
| 861 | "type": "git", |
||
| 862 | "url": "https://github.com/doctrine/inflector.git", |
||
| 863 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
| 864 | }, |
||
| 865 | "dist": { |
||
| 866 | "type": "zip", |
||
| 867 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 868 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 869 | "shasum": "" |
||
| 870 | }, |
||
| 871 | "require": { |
||
| 872 | "php": ">=5.3.2" |
||
| 873 | }, |
||
| 874 | "require-dev": { |
||
| 875 | "phpunit/phpunit": "4.*" |
||
| 876 | }, |
||
| 877 | "type": "library", |
||
| 878 | "extra": { |
||
| 879 | "branch-alias": { |
||
| 880 | "dev-master": "1.1.x-dev" |
||
| 881 | } |
||
| 882 | }, |
||
| 883 | "autoload": { |
||
| 884 | "psr-0": { |
||
| 885 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 886 | } |
||
| 887 | }, |
||
| 888 | "notification-url": "https://packagist.org/downloads/", |
||
| 889 | "license": [ |
||
| 890 | "MIT" |
||
| 891 | ], |
||
| 892 | "authors": [ |
||
| 893 | { |
||
| 894 | "name": "Roman Borschel", |
||
| 895 | "email": "[email protected]" |
||
| 896 | }, |
||
| 897 | { |
||
| 898 | "name": "Benjamin Eberlei", |
||
| 899 | "email": "[email protected]" |
||
| 900 | }, |
||
| 901 | { |
||
| 902 | "name": "Guilherme Blanco", |
||
| 903 | "email": "[email protected]" |
||
| 904 | }, |
||
| 905 | { |
||
| 906 | "name": "Jonathan Wage", |
||
| 907 | "email": "[email protected]" |
||
| 908 | }, |
||
| 909 | { |
||
| 910 | "name": "Johannes Schmitt", |
||
| 911 | "email": "[email protected]" |
||
| 912 | } |
||
| 913 | ], |
||
| 914 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 915 | "homepage": "http://www.doctrine-project.org", |
||
| 916 | "keywords": [ |
||
| 917 | "inflection", |
||
| 918 | "pluralize", |
||
| 919 | "singularize", |
||
| 920 | "string" |
||
| 921 | ], |
||
| 922 | "time": "2015-11-06T14:35:42+00:00" |
||
| 923 | }, |
||
| 924 | { |
||
| 925 | "name": "doctrine/instantiator", |
||
| 926 | "version": "1.0.5", |
||
| 927 | "source": { |
||
| 928 | "type": "git", |
||
| 929 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 930 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 931 | }, |
||
| 932 | "dist": { |
||
| 933 | "type": "zip", |
||
| 934 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 935 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 936 | "shasum": "" |
||
| 937 | }, |
||
| 938 | "require": { |
||
| 939 | "php": ">=5.3,<8.0-DEV" |
||
| 940 | }, |
||
| 941 | "require-dev": { |
||
| 942 | "athletic/athletic": "~0.1.8", |
||
| 943 | "ext-pdo": "*", |
||
| 944 | "ext-phar": "*", |
||
| 945 | "phpunit/phpunit": "~4.0", |
||
| 946 | "squizlabs/php_codesniffer": "~2.0" |
||
| 947 | }, |
||
| 948 | "type": "library", |
||
| 949 | "extra": { |
||
| 950 | "branch-alias": { |
||
| 951 | "dev-master": "1.0.x-dev" |
||
| 952 | } |
||
| 953 | }, |
||
| 954 | "autoload": { |
||
| 955 | "psr-4": { |
||
| 956 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 957 | } |
||
| 958 | }, |
||
| 959 | "notification-url": "https://packagist.org/downloads/", |
||
| 960 | "license": [ |
||
| 961 | "MIT" |
||
| 962 | ], |
||
| 963 | "authors": [ |
||
| 964 | { |
||
| 965 | "name": "Marco Pivetta", |
||
| 966 | "email": "[email protected]", |
||
| 967 | "homepage": "http://ocramius.github.com/" |
||
| 968 | } |
||
| 969 | ], |
||
| 970 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 971 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 972 | "keywords": [ |
||
| 973 | "constructor", |
||
| 974 | "instantiate" |
||
| 975 | ], |
||
| 976 | "time": "2015-06-14T21:17:01+00:00" |
||
| 977 | }, |
||
| 978 | { |
||
| 979 | "name": "doctrine/lexer", |
||
| 980 | "version": "v1.0.1", |
||
| 981 | "source": { |
||
| 982 | "type": "git", |
||
| 983 | "url": "https://github.com/doctrine/lexer.git", |
||
| 984 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 985 | }, |
||
| 986 | "dist": { |
||
| 987 | "type": "zip", |
||
| 988 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 989 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 990 | "shasum": "" |
||
| 991 | }, |
||
| 992 | "require": { |
||
| 993 | "php": ">=5.3.2" |
||
| 994 | }, |
||
| 995 | "type": "library", |
||
| 996 | "extra": { |
||
| 997 | "branch-alias": { |
||
| 998 | "dev-master": "1.0.x-dev" |
||
| 999 | } |
||
| 1000 | }, |
||
| 1001 | "autoload": { |
||
| 1002 | "psr-0": { |
||
| 1003 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 1004 | } |
||
| 1005 | }, |
||
| 1006 | "notification-url": "https://packagist.org/downloads/", |
||
| 1007 | "license": [ |
||
| 1008 | "MIT" |
||
| 1009 | ], |
||
| 1010 | "authors": [ |
||
| 1011 | { |
||
| 1012 | "name": "Roman Borschel", |
||
| 1013 | "email": "[email protected]" |
||
| 1014 | }, |
||
| 1015 | { |
||
| 1016 | "name": "Guilherme Blanco", |
||
| 1017 | "email": "[email protected]" |
||
| 1018 | }, |
||
| 1019 | { |
||
| 1020 | "name": "Johannes Schmitt", |
||
| 1021 | "email": "[email protected]" |
||
| 1022 | } |
||
| 1023 | ], |
||
| 1024 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 1025 | "homepage": "http://www.doctrine-project.org", |
||
| 1026 | "keywords": [ |
||
| 1027 | "lexer", |
||
| 1028 | "parser" |
||
| 1029 | ], |
||
| 1030 | "time": "2014-09-09T13:34:57+00:00" |
||
| 1031 | }, |
||
| 1032 | { |
||
| 1033 | "name": "doctrine/migrations", |
||
| 1034 | "version": "v1.5.0", |
||
| 1035 | "source": { |
||
| 1036 | "type": "git", |
||
| 1037 | "url": "https://github.com/doctrine/migrations.git", |
||
| 1038 | "reference": "c81147c0f2938a6566594455367e095150547f72" |
||
| 1039 | }, |
||
| 1040 | "dist": { |
||
| 1041 | "type": "zip", |
||
| 1042 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72", |
||
| 1043 | "reference": "c81147c0f2938a6566594455367e095150547f72", |
||
| 1044 | "shasum": "" |
||
| 1045 | }, |
||
| 1046 | "require": { |
||
| 1047 | "doctrine/dbal": "~2.2", |
||
| 1048 | "ocramius/proxy-manager": "^1.0|^2.0", |
||
| 1049 | "php": "^5.5|^7.0", |
||
| 1050 | "symfony/console": "~2.3|~3.0", |
||
| 1051 | "symfony/yaml": "~2.3|~3.0" |
||
| 1052 | }, |
||
| 1053 | "require-dev": { |
||
| 1054 | "doctrine/coding-standard": "dev-master", |
||
| 1055 | "doctrine/orm": "2.*", |
||
| 1056 | "jdorn/sql-formatter": "~1.1", |
||
| 1057 | "johnkary/phpunit-speedtrap": "~1.0@dev", |
||
| 1058 | "mikey179/vfsstream": "^1.6", |
||
| 1059 | "mockery/mockery": "^0.9.4", |
||
| 1060 | "phpunit/phpunit": "~4.7", |
||
| 1061 | "satooshi/php-coveralls": "^1.0" |
||
| 1062 | }, |
||
| 1063 | "suggest": { |
||
| 1064 | "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." |
||
| 1065 | }, |
||
| 1066 | "bin": [ |
||
| 1067 | "bin/doctrine-migrations" |
||
| 1068 | ], |
||
| 1069 | "type": "library", |
||
| 1070 | "extra": { |
||
| 1071 | "branch-alias": { |
||
| 1072 | "dev-master": "v1.6.x-dev" |
||
| 1073 | } |
||
| 1074 | }, |
||
| 1075 | "autoload": { |
||
| 1076 | "psr-4": { |
||
| 1077 | "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" |
||
| 1078 | } |
||
| 1079 | }, |
||
| 1080 | "notification-url": "https://packagist.org/downloads/", |
||
| 1081 | "license": [ |
||
| 1082 | "LGPL-2.1" |
||
| 1083 | ], |
||
| 1084 | "authors": [ |
||
| 1085 | { |
||
| 1086 | "name": "Benjamin Eberlei", |
||
| 1087 | "email": "[email protected]" |
||
| 1088 | }, |
||
| 1089 | { |
||
| 1090 | "name": "Jonathan Wage", |
||
| 1091 | "email": "[email protected]" |
||
| 1092 | }, |
||
| 1093 | { |
||
| 1094 | "name": "Michael Simonson", |
||
| 1095 | "email": "[email protected]" |
||
| 1096 | } |
||
| 1097 | ], |
||
| 1098 | "description": "Database Schema migrations using Doctrine DBAL", |
||
| 1099 | "homepage": "http://www.doctrine-project.org", |
||
| 1100 | "keywords": [ |
||
| 1101 | "database", |
||
| 1102 | "migrations" |
||
| 1103 | ], |
||
| 1104 | "time": "2016-12-25T22:54:00+00:00" |
||
| 1105 | }, |
||
| 1106 | { |
||
| 1107 | "name": "doctrine/orm", |
||
| 1108 | "version": "v2.5.6", |
||
| 1109 | "source": { |
||
| 1110 | "type": "git", |
||
| 1111 | "url": "https://github.com/doctrine/doctrine2.git", |
||
| 1112 | "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b" |
||
| 1113 | }, |
||
| 1114 | "dist": { |
||
| 1115 | "type": "zip", |
||
| 1116 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b", |
||
| 1117 | "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b", |
||
| 1118 | "shasum": "" |
||
| 1119 | }, |
||
| 1120 | "require": { |
||
| 1121 | "doctrine/cache": "~1.4", |
||
| 1122 | "doctrine/collections": "~1.2", |
||
| 1123 | "doctrine/common": ">=2.5-dev,<2.8-dev", |
||
| 1124 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
| 1125 | "doctrine/instantiator": "~1.0.1", |
||
| 1126 | "ext-pdo": "*", |
||
| 1127 | "php": ">=5.4", |
||
| 1128 | "symfony/console": "~2.5|~3.0" |
||
| 1129 | }, |
||
| 1130 | "require-dev": { |
||
| 1131 | "phpunit/phpunit": "~4.0", |
||
| 1132 | "symfony/yaml": "~2.3|~3.0" |
||
| 1133 | }, |
||
| 1134 | "suggest": { |
||
| 1135 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
| 1136 | }, |
||
| 1137 | "bin": [ |
||
| 1138 | "bin/doctrine", |
||
| 1139 | "bin/doctrine.php" |
||
| 1140 | ], |
||
| 1141 | "type": "library", |
||
| 1142 | "extra": { |
||
| 1143 | "branch-alias": { |
||
| 1144 | "dev-master": "2.6.x-dev" |
||
| 1145 | } |
||
| 1146 | }, |
||
| 1147 | "autoload": { |
||
| 1148 | "psr-0": { |
||
| 1149 | "Doctrine\\ORM\\": "lib/" |
||
| 1150 | } |
||
| 1151 | }, |
||
| 1152 | "notification-url": "https://packagist.org/downloads/", |
||
| 1153 | "license": [ |
||
| 1154 | "MIT" |
||
| 1155 | ], |
||
| 1156 | "authors": [ |
||
| 1157 | { |
||
| 1158 | "name": "Roman Borschel", |
||
| 1159 | "email": "[email protected]" |
||
| 1160 | }, |
||
| 1161 | { |
||
| 1162 | "name": "Benjamin Eberlei", |
||
| 1163 | "email": "[email protected]" |
||
| 1164 | }, |
||
| 1165 | { |
||
| 1166 | "name": "Guilherme Blanco", |
||
| 1167 | "email": "[email protected]" |
||
| 1168 | }, |
||
| 1169 | { |
||
| 1170 | "name": "Jonathan Wage", |
||
| 1171 | "email": "[email protected]" |
||
| 1172 | } |
||
| 1173 | ], |
||
| 1174 | "description": "Object-Relational-Mapper for PHP", |
||
| 1175 | "homepage": "http://www.doctrine-project.org", |
||
| 1176 | "keywords": [ |
||
| 1177 | "database", |
||
| 1178 | "orm" |
||
| 1179 | ], |
||
| 1180 | "time": "2016-12-18T15:42:34+00:00" |
||
| 1181 | }, |
||
| 1182 | { |
||
| 1183 | "name": "fig/link-util", |
||
| 1184 | "version": "1.0.0", |
||
| 1185 | "source": { |
||
| 1186 | "type": "git", |
||
| 1187 | "url": "https://github.com/php-fig/link-util.git", |
||
| 1188 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac" |
||
| 1189 | }, |
||
| 1190 | "dist": { |
||
| 1191 | "type": "zip", |
||
| 1192 | "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac", |
||
| 1193 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac", |
||
| 1194 | "shasum": "" |
||
| 1195 | }, |
||
| 1196 | "require": { |
||
| 1197 | "php": ">=5.5.0", |
||
| 1198 | "psr/link": "~1.0@dev" |
||
| 1199 | }, |
||
| 1200 | "require-dev": { |
||
| 1201 | "phpunit/phpunit": "^5.1", |
||
| 1202 | "squizlabs/php_codesniffer": "^2.3.1" |
||
| 1203 | }, |
||
| 1204 | "type": "library", |
||
| 1205 | "extra": { |
||
| 1206 | "branch-alias": { |
||
| 1207 | "dev-master": "1.0.x-dev" |
||
| 1208 | } |
||
| 1209 | }, |
||
| 1210 | "autoload": { |
||
| 1211 | "psr-4": { |
||
| 1212 | "Fig\\Link\\": "src/" |
||
| 1213 | } |
||
| 1214 | }, |
||
| 1215 | "notification-url": "https://packagist.org/downloads/", |
||
| 1216 | "license": [ |
||
| 1217 | "MIT" |
||
| 1218 | ], |
||
| 1219 | "authors": [ |
||
| 1220 | { |
||
| 1221 | "name": "PHP-FIG", |
||
| 1222 | "homepage": "http://www.php-fig.org/" |
||
| 1223 | } |
||
| 1224 | ], |
||
| 1225 | "description": "Common utility implementations for HTTP links", |
||
| 1226 | "keywords": [ |
||
| 1227 | "http", |
||
| 1228 | "http-link", |
||
| 1229 | "link", |
||
| 1230 | "psr", |
||
| 1231 | "psr-13", |
||
| 1232 | "rest" |
||
| 1233 | ], |
||
| 1234 | "time": "2016-10-17T18:31:11+00:00" |
||
| 1235 | }, |
||
| 1236 | { |
||
| 1237 | "name": "friendsofsymfony/oauth-server-bundle", |
||
| 1238 | "version": "1.5.2", |
||
| 1239 | "source": { |
||
| 1240 | "type": "git", |
||
| 1241 | "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git", |
||
| 1242 | "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d" |
||
| 1243 | }, |
||
| 1244 | "dist": { |
||
| 1245 | "type": "zip", |
||
| 1246 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d", |
||
| 1247 | "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d", |
||
| 1248 | "shasum": "" |
||
| 1249 | }, |
||
| 1250 | "require": { |
||
| 1251 | "friendsofsymfony/oauth2-php": "~1.1", |
||
| 1252 | "php": "^5.3.3|^7.0", |
||
| 1253 | "symfony/framework-bundle": "~2.2|~3.0", |
||
| 1254 | "symfony/security-bundle": "~2.1|~3.0" |
||
| 1255 | }, |
||
| 1256 | "require-dev": { |
||
| 1257 | "doctrine/doctrine-bundle": "~1.0", |
||
| 1258 | "doctrine/mongodb-odm": "~1.0", |
||
| 1259 | "doctrine/orm": "~2.2", |
||
| 1260 | "phing/phing": "~2.4", |
||
| 1261 | "propel/propel1": "^1.6.5", |
||
| 1262 | "symfony/class-loader": "~2.1|~3.0", |
||
| 1263 | "symfony/form": "~2.3|~3.0", |
||
| 1264 | "symfony/yaml": "~2.1|~3.0", |
||
| 1265 | "willdurand/propel-typehintable-behavior": "^1.0.4" |
||
| 1266 | }, |
||
| 1267 | "suggest": { |
||
| 1268 | "doctrine/doctrine-bundle": "*", |
||
| 1269 | "doctrine/mongodb-odm-bundle": "*", |
||
| 1270 | "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle", |
||
| 1271 | "symfony/form": "Needed to be able to use the AuthorizeFormType", |
||
| 1272 | "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces" |
||
| 1273 | }, |
||
| 1274 | "type": "symfony-bundle", |
||
| 1275 | "extra": { |
||
| 1276 | "branch-alias": { |
||
| 1277 | "dev-master": "1.5-dev" |
||
| 1278 | } |
||
| 1279 | }, |
||
| 1280 | "autoload": { |
||
| 1281 | "psr-4": { |
||
| 1282 | "FOS\\OAuthServerBundle\\": "" |
||
| 1283 | } |
||
| 1284 | }, |
||
| 1285 | "notification-url": "https://packagist.org/downloads/", |
||
| 1286 | "license": [ |
||
| 1287 | "MIT" |
||
| 1288 | ], |
||
| 1289 | "authors": [ |
||
| 1290 | { |
||
| 1291 | "name": "Arnaud Le Blanc", |
||
| 1292 | "email": "[email protected]" |
||
| 1293 | }, |
||
| 1294 | { |
||
| 1295 | "name": "FriendsOfSymfony Community", |
||
| 1296 | "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors" |
||
| 1297 | } |
||
| 1298 | ], |
||
| 1299 | "description": "Symfony2 OAuth Server Bundle", |
||
| 1300 | "homepage": "http://friendsofsymfony.github.com", |
||
| 1301 | "keywords": [ |
||
| 1302 | "oauth", |
||
| 1303 | "oauth2", |
||
| 1304 | "server" |
||
| 1305 | ], |
||
| 1306 | "time": "2016-02-22T13:57:55+00:00" |
||
| 1307 | }, |
||
| 1308 | { |
||
| 1309 | "name": "friendsofsymfony/oauth2-php", |
||
| 1310 | "version": "1.2.1", |
||
| 1311 | "source": { |
||
| 1312 | "type": "git", |
||
| 1313 | "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", |
||
| 1314 | "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c" |
||
| 1315 | }, |
||
| 1316 | "dist": { |
||
| 1317 | "type": "zip", |
||
| 1318 | "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c", |
||
| 1319 | "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c", |
||
| 1320 | "shasum": "" |
||
| 1321 | }, |
||
| 1322 | "require": { |
||
| 1323 | "php": ">=5.3.2", |
||
| 1324 | "symfony/http-foundation": "~2.0|~3.0" |
||
| 1325 | }, |
||
| 1326 | "require-dev": { |
||
| 1327 | "phpunit/phpunit": "~4.0" |
||
| 1328 | }, |
||
| 1329 | "type": "library", |
||
| 1330 | "extra": { |
||
| 1331 | "branch-alias": { |
||
| 1332 | "dev-master": "1.2.x-dev" |
||
| 1333 | } |
||
| 1334 | }, |
||
| 1335 | "autoload": { |
||
| 1336 | "psr-4": { |
||
| 1337 | "OAuth2\\": "lib/" |
||
| 1338 | } |
||
| 1339 | }, |
||
| 1340 | "notification-url": "https://packagist.org/downloads/", |
||
| 1341 | "license": [ |
||
| 1342 | "MIT" |
||
| 1343 | ], |
||
| 1344 | "authors": [ |
||
| 1345 | { |
||
| 1346 | "name": "Arnaud Le Blanc", |
||
| 1347 | "email": "[email protected]" |
||
| 1348 | }, |
||
| 1349 | { |
||
| 1350 | "name": "FriendsOfSymfony Community", |
||
| 1351 | "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors" |
||
| 1352 | } |
||
| 1353 | ], |
||
| 1354 | "description": "OAuth2 library", |
||
| 1355 | "homepage": "https://github.com/FriendsOfSymfony/oauth2-php", |
||
| 1356 | "keywords": [ |
||
| 1357 | "oauth", |
||
| 1358 | "oauth2" |
||
| 1359 | ], |
||
| 1360 | "time": "2016-03-31T14:24:17+00:00" |
||
| 1361 | }, |
||
| 1362 | { |
||
| 1363 | "name": "friendsofsymfony/rest-bundle", |
||
| 1364 | "version": "2.1.1", |
||
| 1365 | "source": { |
||
| 1366 | "type": "git", |
||
| 1367 | "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", |
||
| 1368 | "reference": "5a399bb434045c2b579cfe55472fff100373f4ec" |
||
| 1369 | }, |
||
| 1370 | "dist": { |
||
| 1371 | "type": "zip", |
||
| 1372 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/5a399bb434045c2b579cfe55472fff100373f4ec", |
||
| 1373 | "reference": "5a399bb434045c2b579cfe55472fff100373f4ec", |
||
| 1374 | "shasum": "" |
||
| 1375 | }, |
||
| 1376 | "require": { |
||
| 1377 | "doctrine/inflector": "^1.0", |
||
| 1378 | "php": "^5.5.9|~7.0", |
||
| 1379 | "psr/log": "^1.0", |
||
| 1380 | "symfony/config": "^2.7|^3.0", |
||
| 1381 | "symfony/debug": "^2.7|^3.0", |
||
| 1382 | "symfony/dependency-injection": "^2.7|^3.0", |
||
| 1383 | "symfony/event-dispatcher": "^2.7|^3.0", |
||
| 1384 | "symfony/finder": "^2.7|^3.0", |
||
| 1385 | "symfony/framework-bundle": "^2.7|^3.0", |
||
| 1386 | "symfony/http-foundation": "^2.7|^3.0", |
||
| 1387 | "symfony/http-kernel": "^2.7|^3.0", |
||
| 1388 | "symfony/routing": "^2.7|^3.0", |
||
| 1389 | "symfony/security-core": "^2.7|^3.0", |
||
| 1390 | "symfony/templating": "^2.7|^3.0", |
||
| 1391 | "willdurand/jsonp-callback-validator": "^1.0", |
||
| 1392 | "willdurand/negotiation": "^2.0" |
||
| 1393 | }, |
||
| 1394 | "conflict": { |
||
| 1395 | "jms/serializer": "1.3.0", |
||
| 1396 | "sensio/framework-extra-bundle": "<3.0.13" |
||
| 1397 | }, |
||
| 1398 | "require-dev": { |
||
| 1399 | "jms/serializer-bundle": "^1.0", |
||
| 1400 | "phpoption/phpoption": "^1.1", |
||
| 1401 | "psr/http-message": "^1.0", |
||
| 1402 | "sensio/framework-extra-bundle": "^3.0.13", |
||
| 1403 | "symfony/browser-kit": "^2.7|^3.0", |
||
| 1404 | "symfony/css-selector": "^2.7|^3.0", |
||
| 1405 | "symfony/dependency-injection": "^2.7|^3.0", |
||
| 1406 | "symfony/expression-language": "~2.7|^3.0", |
||
| 1407 | "symfony/form": "^2.7|^3.0", |
||
| 1408 | "symfony/phpunit-bridge": "~2.7|^3.0", |
||
| 1409 | "symfony/security-bundle": "^2.7|^3.0", |
||
| 1410 | "symfony/serializer": "^2.7.11|^3.0.4", |
||
| 1411 | "symfony/twig-bundle": "^2.7|^3.0", |
||
| 1412 | "symfony/validator": "^2.7|^3.0", |
||
| 1413 | "symfony/web-profiler-bundle": "^2.7|^3.0", |
||
| 1414 | "symfony/yaml": "^2.7|^3.0" |
||
| 1415 | }, |
||
| 1416 | "suggest": { |
||
| 1417 | "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0", |
||
| 1418 | "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ^3.0", |
||
| 1419 | "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0", |
||
| 1420 | "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0", |
||
| 1421 | "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0" |
||
| 1422 | }, |
||
| 1423 | "type": "symfony-bundle", |
||
| 1424 | "extra": { |
||
| 1425 | "branch-alias": { |
||
| 1426 | "dev-master": "2.1-dev" |
||
| 1427 | } |
||
| 1428 | }, |
||
| 1429 | "autoload": { |
||
| 1430 | "psr-4": { |
||
| 1431 | "FOS\\RestBundle\\": "" |
||
| 1432 | } |
||
| 1433 | }, |
||
| 1434 | "notification-url": "https://packagist.org/downloads/", |
||
| 1435 | "license": [ |
||
| 1436 | "MIT" |
||
| 1437 | ], |
||
| 1438 | "authors": [ |
||
| 1439 | { |
||
| 1440 | "name": "Lukas Kahwe Smith", |
||
| 1441 | "email": "[email protected]" |
||
| 1442 | }, |
||
| 1443 | { |
||
| 1444 | "name": "FriendsOfSymfony Community", |
||
| 1445 | "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" |
||
| 1446 | }, |
||
| 1447 | { |
||
| 1448 | "name": "Konstantin Kudryashov", |
||
| 1449 | "email": "[email protected]" |
||
| 1450 | } |
||
| 1451 | ], |
||
| 1452 | "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", |
||
| 1453 | "homepage": "http://friendsofsymfony.github.com", |
||
| 1454 | "keywords": [ |
||
| 1455 | "rest" |
||
| 1456 | ], |
||
| 1457 | "time": "2016-11-23T12:09:05+00:00" |
||
| 1458 | }, |
||
| 1459 | { |
||
| 1460 | "name": "fzaninotto/faker", |
||
| 1461 | "version": "v1.6.0", |
||
| 1462 | "source": { |
||
| 1463 | "type": "git", |
||
| 1464 | "url": "https://github.com/fzaninotto/Faker.git", |
||
| 1465 | "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123" |
||
| 1466 | }, |
||
| 1467 | "dist": { |
||
| 1468 | "type": "zip", |
||
| 1469 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123", |
||
| 1470 | "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123", |
||
| 1471 | "shasum": "" |
||
| 1472 | }, |
||
| 1473 | "require": { |
||
| 1474 | "php": "^5.3.3|^7.0" |
||
| 1475 | }, |
||
| 1476 | "require-dev": { |
||
| 1477 | "ext-intl": "*", |
||
| 1478 | "phpunit/phpunit": "~4.0", |
||
| 1479 | "squizlabs/php_codesniffer": "~1.5" |
||
| 1480 | }, |
||
| 1481 | "type": "library", |
||
| 1482 | "extra": { |
||
| 1483 | "branch-alias": [] |
||
| 1484 | }, |
||
| 1485 | "autoload": { |
||
| 1486 | "psr-4": { |
||
| 1487 | "Faker\\": "src/Faker/" |
||
| 1488 | } |
||
| 1489 | }, |
||
| 1490 | "notification-url": "https://packagist.org/downloads/", |
||
| 1491 | "license": [ |
||
| 1492 | "MIT" |
||
| 1493 | ], |
||
| 1494 | "authors": [ |
||
| 1495 | { |
||
| 1496 | "name": "François Zaninotto" |
||
| 1497 | } |
||
| 1498 | ], |
||
| 1499 | "description": "Faker is a PHP library that generates fake data for you.", |
||
| 1500 | "keywords": [ |
||
| 1501 | "data", |
||
| 1502 | "faker", |
||
| 1503 | "fixtures" |
||
| 1504 | ], |
||
| 1505 | "time": "2016-04-29T12:21:54+00:00" |
||
| 1506 | }, |
||
| 1507 | { |
||
| 1508 | "name": "gedmo/doctrine-extensions", |
||
| 1509 | "version": "v2.4.26", |
||
| 1510 | "source": { |
||
| 1511 | "type": "git", |
||
| 1512 | "url": "https://github.com/Atlantic18/DoctrineExtensions.git", |
||
| 1513 | "reference": "983dd85d6860f87fb7dffd0d9f7ad1462e20a09d" |
||
| 1514 | }, |
||
| 1515 | "dist": { |
||
| 1516 | "type": "zip", |
||
| 1517 | "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/983dd85d6860f87fb7dffd0d9f7ad1462e20a09d", |
||
| 1518 | "reference": "983dd85d6860f87fb7dffd0d9f7ad1462e20a09d", |
||
| 1519 | "shasum": "" |
||
| 1520 | }, |
||
| 1521 | "require": { |
||
| 1522 | "behat/transliterator": "~1.0", |
||
| 1523 | "doctrine/common": "~2.4", |
||
| 1524 | "php": ">=5.3.2" |
||
| 1525 | }, |
||
| 1526 | "require-dev": { |
||
| 1527 | "doctrine/common": ">=2.5.0", |
||
| 1528 | "doctrine/mongodb-odm": ">=1.0.2", |
||
| 1529 | "doctrine/orm": ">=2.5.0", |
||
| 1530 | "phpunit/phpunit": "~4.4", |
||
| 1531 | "phpunit/phpunit-mock-objects": "~2.3", |
||
| 1532 | "symfony/yaml": "~2.6" |
||
| 1533 | }, |
||
| 1534 | "suggest": { |
||
| 1535 | "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", |
||
| 1536 | "doctrine/orm": "to use the extensions with the ORM" |
||
| 1537 | }, |
||
| 1538 | "type": "library", |
||
| 1539 | "extra": { |
||
| 1540 | "branch-alias": { |
||
| 1541 | "dev-master": "2.4.x-dev" |
||
| 1542 | } |
||
| 1543 | }, |
||
| 1544 | "autoload": { |
||
| 1545 | "psr-0": { |
||
| 1546 | "Gedmo\\": "lib/" |
||
| 1547 | } |
||
| 1548 | }, |
||
| 1549 | "notification-url": "https://packagist.org/downloads/", |
||
| 1550 | "license": [ |
||
| 1551 | "MIT" |
||
| 1552 | ], |
||
| 1553 | "authors": [ |
||
| 1554 | { |
||
| 1555 | "name": "David Buchmann", |
||
| 1556 | "email": "[email protected]" |
||
| 1557 | }, |
||
| 1558 | { |
||
| 1559 | "name": "Gediminas Morkevicius", |
||
| 1560 | "email": "[email protected]" |
||
| 1561 | }, |
||
| 1562 | { |
||
| 1563 | "name": "Gustavo Falco", |
||
| 1564 | "email": "[email protected]" |
||
| 1565 | } |
||
| 1566 | ], |
||
| 1567 | "description": "Doctrine2 behavioral extensions", |
||
| 1568 | "homepage": "http://gediminasm.org/", |
||
| 1569 | "keywords": [ |
||
| 1570 | "Blameable", |
||
| 1571 | "behaviors", |
||
| 1572 | "doctrine2", |
||
| 1573 | "extensions", |
||
| 1574 | "gedmo", |
||
| 1575 | "loggable", |
||
| 1576 | "nestedset", |
||
| 1577 | "sluggable", |
||
| 1578 | "sortable", |
||
| 1579 | "timestampable", |
||
| 1580 | "translatable", |
||
| 1581 | "tree", |
||
| 1582 | "uploadable" |
||
| 1583 | ], |
||
| 1584 | "time": "2016-12-21T13:46:54+00:00" |
||
| 1585 | }, |
||
| 1586 | { |
||
| 1587 | "name": "guzzlehttp/guzzle", |
||
| 1588 | "version": "6.2.2", |
||
| 1589 | "source": { |
||
| 1590 | "type": "git", |
||
| 1591 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 1592 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" |
||
| 1593 | }, |
||
| 1594 | "dist": { |
||
| 1595 | "type": "zip", |
||
| 1596 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
| 1597 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
| 1598 | "shasum": "" |
||
| 1599 | }, |
||
| 1600 | "require": { |
||
| 1601 | "guzzlehttp/promises": "^1.0", |
||
| 1602 | "guzzlehttp/psr7": "^1.3.1", |
||
| 1603 | "php": ">=5.5" |
||
| 1604 | }, |
||
| 1605 | "require-dev": { |
||
| 1606 | "ext-curl": "*", |
||
| 1607 | "phpunit/phpunit": "^4.0", |
||
| 1608 | "psr/log": "^1.0" |
||
| 1609 | }, |
||
| 1610 | "type": "library", |
||
| 1611 | "extra": { |
||
| 1612 | "branch-alias": { |
||
| 1613 | "dev-master": "6.2-dev" |
||
| 1614 | } |
||
| 1615 | }, |
||
| 1616 | "autoload": { |
||
| 1617 | "files": [ |
||
| 1618 | "src/functions_include.php" |
||
| 1619 | ], |
||
| 1620 | "psr-4": { |
||
| 1621 | "GuzzleHttp\\": "src/" |
||
| 1622 | } |
||
| 1623 | }, |
||
| 1624 | "notification-url": "https://packagist.org/downloads/", |
||
| 1625 | "license": [ |
||
| 1626 | "MIT" |
||
| 1627 | ], |
||
| 1628 | "authors": [ |
||
| 1629 | { |
||
| 1630 | "name": "Michael Dowling", |
||
| 1631 | "email": "[email protected]", |
||
| 1632 | "homepage": "https://github.com/mtdowling" |
||
| 1633 | } |
||
| 1634 | ], |
||
| 1635 | "description": "Guzzle is a PHP HTTP client library", |
||
| 1636 | "homepage": "http://guzzlephp.org/", |
||
| 1637 | "keywords": [ |
||
| 1638 | "client", |
||
| 1639 | "curl", |
||
| 1640 | "framework", |
||
| 1641 | "http", |
||
| 1642 | "http client", |
||
| 1643 | "rest", |
||
| 1644 | "web service" |
||
| 1645 | ], |
||
| 1646 | "time": "2016-10-08T15:01:37+00:00" |
||
| 1647 | }, |
||
| 1648 | { |
||
| 1649 | "name": "guzzlehttp/promises", |
||
| 1650 | "version": "v1.3.1", |
||
| 1651 | "source": { |
||
| 1652 | "type": "git", |
||
| 1653 | "url": "https://github.com/guzzle/promises.git", |
||
| 1654 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
| 1655 | }, |
||
| 1656 | "dist": { |
||
| 1657 | "type": "zip", |
||
| 1658 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 1659 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 1660 | "shasum": "" |
||
| 1661 | }, |
||
| 1662 | "require": { |
||
| 1663 | "php": ">=5.5.0" |
||
| 1664 | }, |
||
| 1665 | "require-dev": { |
||
| 1666 | "phpunit/phpunit": "^4.0" |
||
| 1667 | }, |
||
| 1668 | "type": "library", |
||
| 1669 | "extra": { |
||
| 1670 | "branch-alias": { |
||
| 1671 | "dev-master": "1.4-dev" |
||
| 1672 | } |
||
| 1673 | }, |
||
| 1674 | "autoload": { |
||
| 1675 | "psr-4": { |
||
| 1676 | "GuzzleHttp\\Promise\\": "src/" |
||
| 1677 | }, |
||
| 1678 | "files": [ |
||
| 1679 | "src/functions_include.php" |
||
| 1680 | ] |
||
| 1681 | }, |
||
| 1682 | "notification-url": "https://packagist.org/downloads/", |
||
| 1683 | "license": [ |
||
| 1684 | "MIT" |
||
| 1685 | ], |
||
| 1686 | "authors": [ |
||
| 1687 | { |
||
| 1688 | "name": "Michael Dowling", |
||
| 1689 | "email": "[email protected]", |
||
| 1690 | "homepage": "https://github.com/mtdowling" |
||
| 1691 | } |
||
| 1692 | ], |
||
| 1693 | "description": "Guzzle promises library", |
||
| 1694 | "keywords": [ |
||
| 1695 | "promise" |
||
| 1696 | ], |
||
| 1697 | "time": "2016-12-20T10:07:11+00:00" |
||
| 1698 | }, |
||
| 1699 | { |
||
| 1700 | "name": "guzzlehttp/psr7", |
||
| 1701 | "version": "1.3.1", |
||
| 1702 | "source": { |
||
| 1703 | "type": "git", |
||
| 1704 | "url": "https://github.com/guzzle/psr7.git", |
||
| 1705 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" |
||
| 1706 | }, |
||
| 1707 | "dist": { |
||
| 1708 | "type": "zip", |
||
| 1709 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
| 1710 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
| 1711 | "shasum": "" |
||
| 1712 | }, |
||
| 1713 | "require": { |
||
| 1714 | "php": ">=5.4.0", |
||
| 1715 | "psr/http-message": "~1.0" |
||
| 1716 | }, |
||
| 1717 | "provide": { |
||
| 1718 | "psr/http-message-implementation": "1.0" |
||
| 1719 | }, |
||
| 1720 | "require-dev": { |
||
| 1721 | "phpunit/phpunit": "~4.0" |
||
| 1722 | }, |
||
| 1723 | "type": "library", |
||
| 1724 | "extra": { |
||
| 1725 | "branch-alias": { |
||
| 1726 | "dev-master": "1.4-dev" |
||
| 1727 | } |
||
| 1728 | }, |
||
| 1729 | "autoload": { |
||
| 1730 | "psr-4": { |
||
| 1731 | "GuzzleHttp\\Psr7\\": "src/" |
||
| 1732 | }, |
||
| 1733 | "files": [ |
||
| 1734 | "src/functions_include.php" |
||
| 1735 | ] |
||
| 1736 | }, |
||
| 1737 | "notification-url": "https://packagist.org/downloads/", |
||
| 1738 | "license": [ |
||
| 1739 | "MIT" |
||
| 1740 | ], |
||
| 1741 | "authors": [ |
||
| 1742 | { |
||
| 1743 | "name": "Michael Dowling", |
||
| 1744 | "email": "[email protected]", |
||
| 1745 | "homepage": "https://github.com/mtdowling" |
||
| 1746 | } |
||
| 1747 | ], |
||
| 1748 | "description": "PSR-7 message implementation", |
||
| 1749 | "keywords": [ |
||
| 1750 | "http", |
||
| 1751 | "message", |
||
| 1752 | "stream", |
||
| 1753 | "uri" |
||
| 1754 | ], |
||
| 1755 | "time": "2016-06-24T23:00:38+00:00" |
||
| 1756 | }, |
||
| 1757 | { |
||
| 1758 | "name": "hamcrest/hamcrest-php", |
||
| 1759 | "version": "v1.2.2", |
||
| 1760 | "source": { |
||
| 1761 | "type": "git", |
||
| 1762 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
| 1763 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
| 1764 | }, |
||
| 1765 | "dist": { |
||
| 1766 | "type": "zip", |
||
| 1767 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
| 1768 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
| 1769 | "shasum": "" |
||
| 1770 | }, |
||
| 1771 | "require": { |
||
| 1772 | "php": ">=5.3.2" |
||
| 1773 | }, |
||
| 1774 | "replace": { |
||
| 1775 | "cordoval/hamcrest-php": "*", |
||
| 1776 | "davedevelopment/hamcrest-php": "*", |
||
| 1777 | "kodova/hamcrest-php": "*" |
||
| 1778 | }, |
||
| 1779 | "require-dev": { |
||
| 1780 | "phpunit/php-file-iterator": "1.3.3", |
||
| 1781 | "satooshi/php-coveralls": "dev-master" |
||
| 1782 | }, |
||
| 1783 | "type": "library", |
||
| 1784 | "autoload": { |
||
| 1785 | "classmap": [ |
||
| 1786 | "hamcrest" |
||
| 1787 | ], |
||
| 1788 | "files": [ |
||
| 1789 | "hamcrest/Hamcrest.php" |
||
| 1790 | ] |
||
| 1791 | }, |
||
| 1792 | "notification-url": "https://packagist.org/downloads/", |
||
| 1793 | "license": [ |
||
| 1794 | "BSD" |
||
| 1795 | ], |
||
| 1796 | "description": "This is the PHP port of Hamcrest Matchers", |
||
| 1797 | "keywords": [ |
||
| 1798 | "test" |
||
| 1799 | ], |
||
| 1800 | "time": "2015-05-11T14:41:42+00:00" |
||
| 1801 | }, |
||
| 1802 | { |
||
| 1803 | "name": "imagine/imagine", |
||
| 1804 | "version": "v0.6.3", |
||
| 1805 | "source": { |
||
| 1806 | "type": "git", |
||
| 1807 | "url": "https://github.com/avalanche123/Imagine.git", |
||
| 1808 | "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d" |
||
| 1809 | }, |
||
| 1810 | "dist": { |
||
| 1811 | "type": "zip", |
||
| 1812 | "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d", |
||
| 1813 | "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d", |
||
| 1814 | "shasum": "" |
||
| 1815 | }, |
||
| 1816 | "require": { |
||
| 1817 | "php": ">=5.3.2" |
||
| 1818 | }, |
||
| 1819 | "require-dev": { |
||
| 1820 | "sami/sami": "dev-master" |
||
| 1821 | }, |
||
| 1822 | "suggest": { |
||
| 1823 | "ext-gd": "to use the GD implementation", |
||
| 1824 | "ext-gmagick": "to use the Gmagick implementation", |
||
| 1825 | "ext-imagick": "to use the Imagick implementation" |
||
| 1826 | }, |
||
| 1827 | "type": "library", |
||
| 1828 | "extra": { |
||
| 1829 | "branch-alias": { |
||
| 1830 | "dev-develop": "0.7-dev" |
||
| 1831 | } |
||
| 1832 | }, |
||
| 1833 | "autoload": { |
||
| 1834 | "psr-0": { |
||
| 1835 | "Imagine": "lib/" |
||
| 1836 | } |
||
| 1837 | }, |
||
| 1838 | "notification-url": "https://packagist.org/downloads/", |
||
| 1839 | "license": [ |
||
| 1840 | "MIT" |
||
| 1841 | ], |
||
| 1842 | "authors": [ |
||
| 1843 | { |
||
| 1844 | "name": "Bulat Shakirzyanov", |
||
| 1845 | "email": "[email protected]", |
||
| 1846 | "homepage": "http://avalanche123.com" |
||
| 1847 | } |
||
| 1848 | ], |
||
| 1849 | "description": "Image processing for PHP 5.3", |
||
| 1850 | "homepage": "http://imagine.readthedocs.org/", |
||
| 1851 | "keywords": [ |
||
| 1852 | "drawing", |
||
| 1853 | "graphics", |
||
| 1854 | "image manipulation", |
||
| 1855 | "image processing" |
||
| 1856 | ], |
||
| 1857 | "time": "2015-09-19T16:54:05+00:00" |
||
| 1858 | }, |
||
| 1859 | { |
||
| 1860 | "name": "incenteev/composer-parameter-handler", |
||
| 1861 | "version": "v2.1.2", |
||
| 1862 | "source": { |
||
| 1863 | "type": "git", |
||
| 1864 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
| 1865 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
| 1866 | }, |
||
| 1867 | "dist": { |
||
| 1868 | "type": "zip", |
||
| 1869 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 1870 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 1871 | "shasum": "" |
||
| 1872 | }, |
||
| 1873 | "require": { |
||
| 1874 | "php": ">=5.3.3", |
||
| 1875 | "symfony/yaml": "~2.3|~3.0" |
||
| 1876 | }, |
||
| 1877 | "require-dev": { |
||
| 1878 | "composer/composer": "1.0.*@dev", |
||
| 1879 | "phpspec/prophecy-phpunit": "~1.0", |
||
| 1880 | "symfony/filesystem": "~2.2" |
||
| 1881 | }, |
||
| 1882 | "type": "library", |
||
| 1883 | "extra": { |
||
| 1884 | "branch-alias": { |
||
| 1885 | "dev-master": "2.1.x-dev" |
||
| 1886 | } |
||
| 1887 | }, |
||
| 1888 | "autoload": { |
||
| 1889 | "psr-4": { |
||
| 1890 | "Incenteev\\ParameterHandler\\": "" |
||
| 1891 | } |
||
| 1892 | }, |
||
| 1893 | "notification-url": "https://packagist.org/downloads/", |
||
| 1894 | "license": [ |
||
| 1895 | "MIT" |
||
| 1896 | ], |
||
| 1897 | "authors": [ |
||
| 1898 | { |
||
| 1899 | "name": "Christophe Coevoet", |
||
| 1900 | "email": "[email protected]" |
||
| 1901 | } |
||
| 1902 | ], |
||
| 1903 | "description": "Composer script handling your ignored parameter file", |
||
| 1904 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
| 1905 | "keywords": [ |
||
| 1906 | "parameters management" |
||
| 1907 | ], |
||
| 1908 | "time": "2015-11-10T17:04:01+00:00" |
||
| 1909 | }, |
||
| 1910 | { |
||
| 1911 | "name": "jdorn/sql-formatter", |
||
| 1912 | "version": "v1.2.17", |
||
| 1913 | "source": { |
||
| 1914 | "type": "git", |
||
| 1915 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
| 1916 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
| 1917 | }, |
||
| 1918 | "dist": { |
||
| 1919 | "type": "zip", |
||
| 1920 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 1921 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 1922 | "shasum": "" |
||
| 1923 | }, |
||
| 1924 | "require": { |
||
| 1925 | "php": ">=5.2.4" |
||
| 1926 | }, |
||
| 1927 | "require-dev": { |
||
| 1928 | "phpunit/phpunit": "3.7.*" |
||
| 1929 | }, |
||
| 1930 | "type": "library", |
||
| 1931 | "extra": { |
||
| 1932 | "branch-alias": { |
||
| 1933 | "dev-master": "1.3.x-dev" |
||
| 1934 | } |
||
| 1935 | }, |
||
| 1936 | "autoload": { |
||
| 1937 | "classmap": [ |
||
| 1938 | "lib" |
||
| 1939 | ] |
||
| 1940 | }, |
||
| 1941 | "notification-url": "https://packagist.org/downloads/", |
||
| 1942 | "license": [ |
||
| 1943 | "MIT" |
||
| 1944 | ], |
||
| 1945 | "authors": [ |
||
| 1946 | { |
||
| 1947 | "name": "Jeremy Dorn", |
||
| 1948 | "email": "[email protected]", |
||
| 1949 | "homepage": "http://jeremydorn.com/" |
||
| 1950 | } |
||
| 1951 | ], |
||
| 1952 | "description": "a PHP SQL highlighting library", |
||
| 1953 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
| 1954 | "keywords": [ |
||
| 1955 | "highlight", |
||
| 1956 | "sql" |
||
| 1957 | ], |
||
| 1958 | "time": "2014-01-12T16:20:24+00:00" |
||
| 1959 | }, |
||
| 1960 | { |
||
| 1961 | "name": "jeremykendall/php-domain-parser", |
||
| 1962 | "version": "3.0.0", |
||
| 1963 | "source": { |
||
| 1964 | "type": "git", |
||
| 1965 | "url": "https://github.com/jeremykendall/php-domain-parser.git", |
||
| 1966 | "reference": "896e7e70f02bd4fd77190052799bc61e4d779672" |
||
| 1967 | }, |
||
| 1968 | "dist": { |
||
| 1969 | "type": "zip", |
||
| 1970 | "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672", |
||
| 1971 | "reference": "896e7e70f02bd4fd77190052799bc61e4d779672", |
||
| 1972 | "shasum": "" |
||
| 1973 | }, |
||
| 1974 | "require": { |
||
| 1975 | "ext-curl": "*", |
||
| 1976 | "ext-intl": "*", |
||
| 1977 | "ext-mbstring": "*", |
||
| 1978 | "php": ">=5.3.0" |
||
| 1979 | }, |
||
| 1980 | "require-dev": { |
||
| 1981 | "jeremykendall/debug-die": "0.0.1.*", |
||
| 1982 | "mikey179/vfsstream": "~1.4", |
||
| 1983 | "phpunit/phpunit": "~4.4" |
||
| 1984 | }, |
||
| 1985 | "bin": [ |
||
| 1986 | "bin/parse", |
||
| 1987 | "bin/update-psl" |
||
| 1988 | ], |
||
| 1989 | "type": "library", |
||
| 1990 | "autoload": { |
||
| 1991 | "psr-0": { |
||
| 1992 | "Pdp\\": "src/" |
||
| 1993 | }, |
||
| 1994 | "files": [ |
||
| 1995 | "src/pdp-parse-url.php" |
||
| 1996 | ] |
||
| 1997 | }, |
||
| 1998 | "notification-url": "https://packagist.org/downloads/", |
||
| 1999 | "license": [ |
||
| 2000 | "MIT" |
||
| 2001 | ], |
||
| 2002 | "authors": [ |
||
| 2003 | { |
||
| 2004 | "name": "Jeremy Kendall", |
||
| 2005 | "homepage": "http://about.me/jeremykendall", |
||
| 2006 | "role": "Developer" |
||
| 2007 | }, |
||
| 2008 | { |
||
| 2009 | "name": "Contributors", |
||
| 2010 | "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors" |
||
| 2011 | } |
||
| 2012 | ], |
||
| 2013 | "description": "Public Suffix List based URL parsing implemented in PHP.", |
||
| 2014 | "homepage": "https://github.com/jeremykendall/php-domain-parser", |
||
| 2015 | "keywords": [ |
||
| 2016 | "Public Suffix List", |
||
| 2017 | "domain parsing", |
||
| 2018 | "url parsing" |
||
| 2019 | ], |
||
| 2020 | "time": "2015-03-30T12:49:45+00:00" |
||
| 2021 | }, |
||
| 2022 | { |
||
| 2023 | "name": "jms/metadata", |
||
| 2024 | "version": "1.6.0", |
||
| 2025 | "source": { |
||
| 2026 | "type": "git", |
||
| 2027 | "url": "https://github.com/schmittjoh/metadata.git", |
||
| 2028 | "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab" |
||
| 2029 | }, |
||
| 2030 | "dist": { |
||
| 2031 | "type": "zip", |
||
| 2032 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab", |
||
| 2033 | "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab", |
||
| 2034 | "shasum": "" |
||
| 2035 | }, |
||
| 2036 | "require": { |
||
| 2037 | "php": ">=5.3.0" |
||
| 2038 | }, |
||
| 2039 | "require-dev": { |
||
| 2040 | "doctrine/cache": "~1.0", |
||
| 2041 | "symfony/cache": "~3.1" |
||
| 2042 | }, |
||
| 2043 | "type": "library", |
||
| 2044 | "extra": { |
||
| 2045 | "branch-alias": { |
||
| 2046 | "dev-master": "1.5.x-dev" |
||
| 2047 | } |
||
| 2048 | }, |
||
| 2049 | "autoload": { |
||
| 2050 | "psr-0": { |
||
| 2051 | "Metadata\\": "src/" |
||
| 2052 | } |
||
| 2053 | }, |
||
| 2054 | "notification-url": "https://packagist.org/downloads/", |
||
| 2055 | "license": [ |
||
| 2056 | "Apache-2.0" |
||
| 2057 | ], |
||
| 2058 | "authors": [ |
||
| 2059 | { |
||
| 2060 | "name": "Johannes M. Schmitt", |
||
| 2061 | "email": "[email protected]" |
||
| 2062 | } |
||
| 2063 | ], |
||
| 2064 | "description": "Class/method/property metadata management in PHP", |
||
| 2065 | "keywords": [ |
||
| 2066 | "annotations", |
||
| 2067 | "metadata", |
||
| 2068 | "xml", |
||
| 2069 | "yaml" |
||
| 2070 | ], |
||
| 2071 | "time": "2016-12-05T10:18:33+00:00" |
||
| 2072 | }, |
||
| 2073 | { |
||
| 2074 | "name": "jms/parser-lib", |
||
| 2075 | "version": "1.0.0", |
||
| 2076 | "source": { |
||
| 2077 | "type": "git", |
||
| 2078 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
| 2079 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
| 2080 | }, |
||
| 2081 | "dist": { |
||
| 2082 | "type": "zip", |
||
| 2083 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
| 2084 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
| 2085 | "shasum": "" |
||
| 2086 | }, |
||
| 2087 | "require": { |
||
| 2088 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
| 2089 | }, |
||
| 2090 | "type": "library", |
||
| 2091 | "extra": { |
||
| 2092 | "branch-alias": { |
||
| 2093 | "dev-master": "1.0-dev" |
||
| 2094 | } |
||
| 2095 | }, |
||
| 2096 | "autoload": { |
||
| 2097 | "psr-0": { |
||
| 2098 | "JMS\\": "src/" |
||
| 2099 | } |
||
| 2100 | }, |
||
| 2101 | "notification-url": "https://packagist.org/downloads/", |
||
| 2102 | "license": [ |
||
| 2103 | "Apache2" |
||
| 2104 | ], |
||
| 2105 | "description": "A library for easily creating recursive-descent parsers.", |
||
| 2106 | "time": "2012-11-18T18:08:43+00:00" |
||
| 2107 | }, |
||
| 2108 | { |
||
| 2109 | "name": "jms/serializer", |
||
| 2110 | "version": "1.4.2", |
||
| 2111 | "source": { |
||
| 2112 | "type": "git", |
||
| 2113 | "url": "https://github.com/schmittjoh/serializer.git", |
||
| 2114 | "reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b" |
||
| 2115 | }, |
||
| 2116 | "dist": { |
||
| 2117 | "type": "zip", |
||
| 2118 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f39d8b4660d5cef43b0c3265ce642173d9b2c58b", |
||
| 2119 | "reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b", |
||
| 2120 | "shasum": "" |
||
| 2121 | }, |
||
| 2122 | "require": { |
||
| 2123 | "doctrine/annotations": "^1.0", |
||
| 2124 | "doctrine/instantiator": "^1.0.3", |
||
| 2125 | "jms/metadata": "~1.1", |
||
| 2126 | "jms/parser-lib": "1.*", |
||
| 2127 | "php": ">=5.5.0", |
||
| 2128 | "phpcollection/phpcollection": "~0.1", |
||
| 2129 | "phpoption/phpoption": "^1.1" |
||
| 2130 | }, |
||
| 2131 | "conflict": { |
||
| 2132 | "twig/twig": "<1.12" |
||
| 2133 | }, |
||
| 2134 | "require-dev": { |
||
| 2135 | "doctrine/orm": "~2.1", |
||
| 2136 | "doctrine/phpcr-odm": "^1.3|^2.0", |
||
| 2137 | "ext-pdo_sqlite": "*", |
||
| 2138 | "jackalope/jackalope-doctrine-dbal": "^1.1.5", |
||
| 2139 | "phpunit/phpunit": "^4.8|^5.0", |
||
| 2140 | "propel/propel1": "~1.7", |
||
| 2141 | "symfony/filesystem": "^2.1", |
||
| 2142 | "symfony/form": "~2.1", |
||
| 2143 | "symfony/translation": "^2.1", |
||
| 2144 | "symfony/validator": "^2.2", |
||
| 2145 | "symfony/yaml": "^2.1", |
||
| 2146 | "twig/twig": "~1.12|~2.0" |
||
| 2147 | }, |
||
| 2148 | "suggest": { |
||
| 2149 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
| 2150 | }, |
||
| 2151 | "type": "library", |
||
| 2152 | "extra": { |
||
| 2153 | "branch-alias": { |
||
| 2154 | "dev-master": "1.4-dev" |
||
| 2155 | } |
||
| 2156 | }, |
||
| 2157 | "autoload": { |
||
| 2158 | "psr-0": { |
||
| 2159 | "JMS\\Serializer": "src/" |
||
| 2160 | } |
||
| 2161 | }, |
||
| 2162 | "notification-url": "https://packagist.org/downloads/", |
||
| 2163 | "license": [ |
||
| 2164 | "Apache2" |
||
| 2165 | ], |
||
| 2166 | "authors": [ |
||
| 2167 | { |
||
| 2168 | "name": "Johannes M. Schmitt", |
||
| 2169 | "email": "[email protected]" |
||
| 2170 | } |
||
| 2171 | ], |
||
| 2172 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
| 2173 | "homepage": "http://jmsyst.com/libs/serializer", |
||
| 2174 | "keywords": [ |
||
| 2175 | "deserialization", |
||
| 2176 | "jaxb", |
||
| 2177 | "json", |
||
| 2178 | "serialization", |
||
| 2179 | "xml" |
||
| 2180 | ], |
||
| 2181 | "time": "2016-11-13T10:20:11+00:00" |
||
| 2182 | }, |
||
| 2183 | { |
||
| 2184 | "name": "jms/serializer-bundle", |
||
| 2185 | "version": "1.1.0", |
||
| 2186 | "target-dir": "JMS/SerializerBundle", |
||
| 2187 | "source": { |
||
| 2188 | "type": "git", |
||
| 2189 | "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", |
||
| 2190 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e" |
||
| 2191 | }, |
||
| 2192 | "dist": { |
||
| 2193 | "type": "zip", |
||
| 2194 | "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e", |
||
| 2195 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e", |
||
| 2196 | "shasum": "" |
||
| 2197 | }, |
||
| 2198 | "require": { |
||
| 2199 | "jms/serializer": "^1.0.0", |
||
| 2200 | "php": ">=5.4.0", |
||
| 2201 | "phpoption/phpoption": "^1.1.0", |
||
| 2202 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 2203 | }, |
||
| 2204 | "require-dev": { |
||
| 2205 | "doctrine/doctrine-bundle": "*", |
||
| 2206 | "doctrine/orm": "*", |
||
| 2207 | "symfony/browser-kit": "*", |
||
| 2208 | "symfony/class-loader": "*", |
||
| 2209 | "symfony/css-selector": "*", |
||
| 2210 | "symfony/finder": "*", |
||
| 2211 | "symfony/form": "*", |
||
| 2212 | "symfony/process": "*", |
||
| 2213 | "symfony/stopwatch": "*", |
||
| 2214 | "symfony/twig-bundle": "*", |
||
| 2215 | "symfony/validator": "*", |
||
| 2216 | "symfony/yaml": "*" |
||
| 2217 | }, |
||
| 2218 | "suggest": { |
||
| 2219 | "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3" |
||
| 2220 | }, |
||
| 2221 | "type": "symfony-bundle", |
||
| 2222 | "extra": { |
||
| 2223 | "branch-alias": { |
||
| 2224 | "dev-master": "1.1-dev" |
||
| 2225 | } |
||
| 2226 | }, |
||
| 2227 | "autoload": { |
||
| 2228 | "psr-0": { |
||
| 2229 | "JMS\\SerializerBundle": "" |
||
| 2230 | } |
||
| 2231 | }, |
||
| 2232 | "notification-url": "https://packagist.org/downloads/", |
||
| 2233 | "license": [ |
||
| 2234 | "Apache2" |
||
| 2235 | ], |
||
| 2236 | "authors": [ |
||
| 2237 | { |
||
| 2238 | "name": "Johannes M. Schmitt", |
||
| 2239 | "email": "[email protected]" |
||
| 2240 | } |
||
| 2241 | ], |
||
| 2242 | "description": "Allows you to easily serialize, and deserialize data of any complexity", |
||
| 2243 | "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", |
||
| 2244 | "keywords": [ |
||
| 2245 | "deserialization", |
||
| 2246 | "jaxb", |
||
| 2247 | "json", |
||
| 2248 | "serialization", |
||
| 2249 | "xml" |
||
| 2250 | ], |
||
| 2251 | "time": "2015-11-10T12:26:42+00:00" |
||
| 2252 | }, |
||
| 2253 | { |
||
| 2254 | "name": "knplabs/gaufrette", |
||
| 2255 | "version": "0.2.1", |
||
| 2256 | "source": { |
||
| 2257 | "type": "git", |
||
| 2258 | "url": "https://github.com/KnpLabs/Gaufrette.git", |
||
| 2259 | "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e" |
||
| 2260 | }, |
||
| 2261 | "dist": { |
||
| 2262 | "type": "zip", |
||
| 2263 | "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/1696386ca66f2f046dea7892cf1f85fd82b5b68e", |
||
| 2264 | "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e", |
||
| 2265 | "shasum": "" |
||
| 2266 | }, |
||
| 2267 | "require": { |
||
| 2268 | "php": ">=5.3.2" |
||
| 2269 | }, |
||
| 2270 | "require-dev": { |
||
| 2271 | "amazonwebservices/aws-sdk-for-php": "1.5.*", |
||
| 2272 | "aws/aws-sdk-php": "~2", |
||
| 2273 | "doctrine/dbal": ">=2.3", |
||
| 2274 | "dropbox-php/dropbox-php": "*", |
||
| 2275 | "google/apiclient": "~1.1.3", |
||
| 2276 | "herzult/php-ssh": "*", |
||
| 2277 | "microsoft/windowsazure": "dev-master", |
||
| 2278 | "mikey179/vfsstream": "~1.2.0", |
||
| 2279 | "phpseclib/phpseclib": "^2.0", |
||
| 2280 | "phpspec/phpspec": "2.0.*", |
||
| 2281 | "phpunit/phpunit": "3.7.*", |
||
| 2282 | "rackspace/php-opencloud": "1.9.*" |
||
| 2283 | }, |
||
| 2284 | "suggest": { |
||
| 2285 | "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters", |
||
| 2286 | "aws/aws-sdk-php": "to use the Amazon S3 adapter", |
||
| 2287 | "doctrine/dbal": "to use the Doctrine DBAL adapter", |
||
| 2288 | "dropbox-php/dropbox-php": "to use the Dropbox adapter", |
||
| 2289 | "ext-apc": "to use the APC adapter", |
||
| 2290 | "ext-curl": "*", |
||
| 2291 | "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters", |
||
| 2292 | "ext-mbstring": "*", |
||
| 2293 | "ext-mongo": "*", |
||
| 2294 | "ext-zip": "to use the Zip adapter", |
||
| 2295 | "google/apiclient": "to use GoogleCloudStorage adapter", |
||
| 2296 | "herzult/php-ssh": "to use SFtp adapter", |
||
| 2297 | "knplabs/knp-gaufrette-bundle": "to use with Symfony2", |
||
| 2298 | "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter", |
||
| 2299 | "phpseclib/phpseclib": "to use PhpseclibSftp adapter", |
||
| 2300 | "rackspace/php-opencloud": "to use Opencloud adapter" |
||
| 2301 | }, |
||
| 2302 | "type": "library", |
||
| 2303 | "extra": { |
||
| 2304 | "branch-alias": { |
||
| 2305 | "dev-master": "0.4.x-dev" |
||
| 2306 | } |
||
| 2307 | }, |
||
| 2308 | "autoload": { |
||
| 2309 | "psr-0": { |
||
| 2310 | "Gaufrette": "src/" |
||
| 2311 | } |
||
| 2312 | }, |
||
| 2313 | "notification-url": "https://packagist.org/downloads/", |
||
| 2314 | "license": [ |
||
| 2315 | "MIT" |
||
| 2316 | ], |
||
| 2317 | "authors": [ |
||
| 2318 | { |
||
| 2319 | "name": "The contributors", |
||
| 2320 | "homepage": "http://github.com/knplabs/Gaufrette/contributors" |
||
| 2321 | }, |
||
| 2322 | { |
||
| 2323 | "name": "KnpLabs Team", |
||
| 2324 | "homepage": "http://knplabs.com" |
||
| 2325 | } |
||
| 2326 | ], |
||
| 2327 | "description": "PHP5 library that provides a filesystem abstraction layer", |
||
| 2328 | "homepage": "http://knplabs.com", |
||
| 2329 | "keywords": [ |
||
| 2330 | "abstraction", |
||
| 2331 | "file", |
||
| 2332 | "filesystem", |
||
| 2333 | "media" |
||
| 2334 | ], |
||
| 2335 | "time": "2016-03-03T09:36:22+00:00" |
||
| 2336 | }, |
||
| 2337 | { |
||
| 2338 | "name": "knplabs/knp-gaufrette-bundle", |
||
| 2339 | "version": "0.3.0", |
||
| 2340 | "source": { |
||
| 2341 | "type": "git", |
||
| 2342 | "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git", |
||
| 2343 | "reference": "44cf552e14031517516458b0e394f16dd36a131b" |
||
| 2344 | }, |
||
| 2345 | "dist": { |
||
| 2346 | "type": "zip", |
||
| 2347 | "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/44cf552e14031517516458b0e394f16dd36a131b", |
||
| 2348 | "reference": "44cf552e14031517516458b0e394f16dd36a131b", |
||
| 2349 | "shasum": "" |
||
| 2350 | }, |
||
| 2351 | "require": { |
||
| 2352 | "knplabs/gaufrette": "~0.1.7|~0.2", |
||
| 2353 | "symfony/framework-bundle": "~2.0|~3.0" |
||
| 2354 | }, |
||
| 2355 | "require-dev": { |
||
| 2356 | "phpunit/phpunit": "~4.2", |
||
| 2357 | "symfony/console": "~2.0|~3.0", |
||
| 2358 | "symfony/yaml": "~2.0|~3.0" |
||
| 2359 | }, |
||
| 2360 | "type": "symfony-bundle", |
||
| 2361 | "extra": { |
||
| 2362 | "branch-alias": { |
||
| 2363 | "dev-master": "0.4.x-dev" |
||
| 2364 | } |
||
| 2365 | }, |
||
| 2366 | "autoload": { |
||
| 2367 | "psr-4": { |
||
| 2368 | "Knp\\Bundle\\GaufretteBundle\\": "" |
||
| 2369 | } |
||
| 2370 | }, |
||
| 2371 | "notification-url": "https://packagist.org/downloads/", |
||
| 2372 | "license": [ |
||
| 2373 | "MIT" |
||
| 2374 | ], |
||
| 2375 | "authors": [ |
||
| 2376 | { |
||
| 2377 | "name": "The contributors", |
||
| 2378 | "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors" |
||
| 2379 | }, |
||
| 2380 | { |
||
| 2381 | "name": "Antoine Hérault", |
||
| 2382 | "email": "[email protected]" |
||
| 2383 | } |
||
| 2384 | ], |
||
| 2385 | "description": "Allows to easily use the Gaufrette library in a Symfony project", |
||
| 2386 | "homepage": "http://knplabs.com", |
||
| 2387 | "keywords": [ |
||
| 2388 | "abstraction", |
||
| 2389 | "file", |
||
| 2390 | "filesystem", |
||
| 2391 | "media" |
||
| 2392 | ], |
||
| 2393 | "time": "2016-01-16T00:12:11+00:00" |
||
| 2394 | }, |
||
| 2395 | { |
||
| 2396 | "name": "knplabs/knp-menu", |
||
| 2397 | "version": "2.2.0", |
||
| 2398 | "source": { |
||
| 2399 | "type": "git", |
||
| 2400 | "url": "https://github.com/KnpLabs/KnpMenu.git", |
||
| 2401 | "reference": "964b5b3ca7fd23019147991f4f75f361d061eb20" |
||
| 2402 | }, |
||
| 2403 | "dist": { |
||
| 2404 | "type": "zip", |
||
| 2405 | "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/964b5b3ca7fd23019147991f4f75f361d061eb20", |
||
| 2406 | "reference": "964b5b3ca7fd23019147991f4f75f361d061eb20", |
||
| 2407 | "shasum": "" |
||
| 2408 | }, |
||
| 2409 | "require": { |
||
| 2410 | "php": ">=5.3.0" |
||
| 2411 | }, |
||
| 2412 | "require-dev": { |
||
| 2413 | "pimple/pimple": "~1.0", |
||
| 2414 | "silex/silex": "~1.0", |
||
| 2415 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 2416 | "symfony/routing": "~2.3|~3.0", |
||
| 2417 | "twig/twig": "~1.16|~2.0" |
||
| 2418 | }, |
||
| 2419 | "suggest": { |
||
| 2420 | "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider", |
||
| 2421 | "silex/silex": "for the integration with your silex application", |
||
| 2422 | "twig/twig": "for the TwigRenderer and the integration with your templates" |
||
| 2423 | }, |
||
| 2424 | "type": "library", |
||
| 2425 | "extra": { |
||
| 2426 | "branch-alias": { |
||
| 2427 | "dev-master": "2.2-dev" |
||
| 2428 | } |
||
| 2429 | }, |
||
| 2430 | "autoload": { |
||
| 2431 | "psr-4": { |
||
| 2432 | "Knp\\Menu\\": "src/Knp/Menu" |
||
| 2433 | } |
||
| 2434 | }, |
||
| 2435 | "notification-url": "https://packagist.org/downloads/", |
||
| 2436 | "license": [ |
||
| 2437 | "MIT" |
||
| 2438 | ], |
||
| 2439 | "authors": [ |
||
| 2440 | { |
||
| 2441 | "name": "Christophe Coevoet", |
||
| 2442 | "email": "[email protected]" |
||
| 2443 | }, |
||
| 2444 | { |
||
| 2445 | "name": "Knplabs", |
||
| 2446 | "homepage": "http://knplabs.com" |
||
| 2447 | }, |
||
| 2448 | { |
||
| 2449 | "name": "Symfony Community", |
||
| 2450 | "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" |
||
| 2451 | } |
||
| 2452 | ], |
||
| 2453 | "description": "An object oriented menu library", |
||
| 2454 | "homepage": "http://knplabs.com", |
||
| 2455 | "keywords": [ |
||
| 2456 | "menu", |
||
| 2457 | "tree" |
||
| 2458 | ], |
||
| 2459 | "time": "2016-09-22T07:36:19+00:00" |
||
| 2460 | }, |
||
| 2461 | { |
||
| 2462 | "name": "knplabs/knp-menu-bundle", |
||
| 2463 | "version": "2.1.3", |
||
| 2464 | "source": { |
||
| 2465 | "type": "git", |
||
| 2466 | "url": "https://github.com/KnpLabs/KnpMenuBundle.git", |
||
| 2467 | "reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de" |
||
| 2468 | }, |
||
| 2469 | "dist": { |
||
| 2470 | "type": "zip", |
||
| 2471 | "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/0e4af7209dc03e39c51ec70b68ab2ba3177c25de", |
||
| 2472 | "reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de", |
||
| 2473 | "shasum": "" |
||
| 2474 | }, |
||
| 2475 | "require": { |
||
| 2476 | "knplabs/knp-menu": "~2.2", |
||
| 2477 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 2478 | }, |
||
| 2479 | "require-dev": { |
||
| 2480 | "symfony/expression-language": "~2.4|~3.0", |
||
| 2481 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
| 2482 | }, |
||
| 2483 | "type": "symfony-bundle", |
||
| 2484 | "extra": { |
||
| 2485 | "branch-alias": { |
||
| 2486 | "dev-master": "2.2.x-dev" |
||
| 2487 | } |
||
| 2488 | }, |
||
| 2489 | "autoload": { |
||
| 2490 | "psr-4": { |
||
| 2491 | "Knp\\Bundle\\MenuBundle\\": "" |
||
| 2492 | } |
||
| 2493 | }, |
||
| 2494 | "notification-url": "https://packagist.org/downloads/", |
||
| 2495 | "license": [ |
||
| 2496 | "MIT" |
||
| 2497 | ], |
||
| 2498 | "authors": [ |
||
| 2499 | { |
||
| 2500 | "name": "Christophe Coevoet", |
||
| 2501 | "email": "[email protected]" |
||
| 2502 | }, |
||
| 2503 | { |
||
| 2504 | "name": "Knplabs", |
||
| 2505 | "homepage": "http://knplabs.com" |
||
| 2506 | }, |
||
| 2507 | { |
||
| 2508 | "name": "Symfony Community", |
||
| 2509 | "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors" |
||
| 2510 | } |
||
| 2511 | ], |
||
| 2512 | "description": "This bundle provides an integration of the KnpMenu library", |
||
| 2513 | "keywords": [ |
||
| 2514 | "menu" |
||
| 2515 | ], |
||
| 2516 | "time": "2016-09-22T12:24:40+00:00" |
||
| 2517 | }, |
||
| 2518 | { |
||
| 2519 | "name": "league/uri", |
||
| 2520 | "version": "4.2.2", |
||
| 2521 | "source": { |
||
| 2522 | "type": "git", |
||
| 2523 | "url": "https://github.com/thephpleague/uri.git", |
||
| 2524 | "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3" |
||
| 2525 | }, |
||
| 2526 | "dist": { |
||
| 2527 | "type": "zip", |
||
| 2528 | "url": "https://api.github.com/repos/thephpleague/uri/zipball/a2e73bad7e60c3bc61b649680fb8b46876e342e3", |
||
| 2529 | "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3", |
||
| 2530 | "shasum": "" |
||
| 2531 | }, |
||
| 2532 | "require": { |
||
| 2533 | "ext-fileinfo": "*", |
||
| 2534 | "ext-intl": "*", |
||
| 2535 | "ext-mbstring": "*", |
||
| 2536 | "jeremykendall/php-domain-parser": "^3.0", |
||
| 2537 | "php": ">=5.5.9", |
||
| 2538 | "psr/http-message": "^1.0" |
||
| 2539 | }, |
||
| 2540 | "require-dev": { |
||
| 2541 | "friendsofphp/php-cs-fixer": "^1.9", |
||
| 2542 | "phpunit/phpunit": "^4.0", |
||
| 2543 | "zendframework/zend-diactoros": "^1.3" |
||
| 2544 | }, |
||
| 2545 | "type": "library", |
||
| 2546 | "extra": { |
||
| 2547 | "branch-alias": { |
||
| 2548 | "dev-master": "4.2.x-dev" |
||
| 2549 | } |
||
| 2550 | }, |
||
| 2551 | "autoload": { |
||
| 2552 | "psr-4": { |
||
| 2553 | "League\\Uri\\": "src" |
||
| 2554 | }, |
||
| 2555 | "files": [ |
||
| 2556 | "src/functions_include.php" |
||
| 2557 | ] |
||
| 2558 | }, |
||
| 2559 | "notification-url": "https://packagist.org/downloads/", |
||
| 2560 | "license": [ |
||
| 2561 | "MIT" |
||
| 2562 | ], |
||
| 2563 | "authors": [ |
||
| 2564 | { |
||
| 2565 | "name": "Ignace Nyamagana Butera", |
||
| 2566 | "email": "[email protected]", |
||
| 2567 | "homepage": "https://nyamsprod.com" |
||
| 2568 | } |
||
| 2569 | ], |
||
| 2570 | "description": "URI manipulation library", |
||
| 2571 | "homepage": "http://uri.thephpleague.com", |
||
| 2572 | "keywords": [ |
||
| 2573 | "data-uri", |
||
| 2574 | "ftp", |
||
| 2575 | "http", |
||
| 2576 | "https", |
||
| 2577 | "parse_url", |
||
| 2578 | "psr-7", |
||
| 2579 | "rfc3986", |
||
| 2580 | "uri", |
||
| 2581 | "url", |
||
| 2582 | "ws" |
||
| 2583 | ], |
||
| 2584 | "time": "2016-12-12T11:36:42+00:00" |
||
| 2585 | }, |
||
| 2586 | { |
||
| 2587 | "name": "liip/imagine-bundle", |
||
| 2588 | "version": "1.7.1", |
||
| 2589 | "source": { |
||
| 2590 | "type": "git", |
||
| 2591 | "url": "https://github.com/liip/LiipImagineBundle.git", |
||
| 2592 | "reference": "d653f4d22b33c2c2870cb87df8a32508186a799a" |
||
| 2593 | }, |
||
| 2594 | "dist": { |
||
| 2595 | "type": "zip", |
||
| 2596 | "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/d653f4d22b33c2c2870cb87df8a32508186a799a", |
||
| 2597 | "reference": "d653f4d22b33c2c2870cb87df8a32508186a799a", |
||
| 2598 | "shasum": "" |
||
| 2599 | }, |
||
| 2600 | "require": { |
||
| 2601 | "imagine/imagine": "^0.6.3,<0.7", |
||
| 2602 | "php": "^5.3.9|^7.0", |
||
| 2603 | "symfony/asset": "~2.3|~3.0", |
||
| 2604 | "symfony/filesystem": "~2.3|~3.0", |
||
| 2605 | "symfony/finder": "~2.3|~3.0", |
||
| 2606 | "symfony/framework-bundle": "~2.3|~3.0", |
||
| 2607 | "symfony/options-resolver": "~2.3|~3.0", |
||
| 2608 | "symfony/process": "~2.3|~3.0", |
||
| 2609 | "symfony/templating": "~2.3|~3.0", |
||
| 2610 | "symfony/translation": "~2.3|~3.0" |
||
| 2611 | }, |
||
| 2612 | "require-dev": { |
||
| 2613 | "amazonwebservices/aws-sdk-for-php": "~1.0", |
||
| 2614 | "aws/aws-sdk-php": "~2.4", |
||
| 2615 | "doctrine/cache": "~1.1", |
||
| 2616 | "doctrine/orm": "~2.3", |
||
| 2617 | "ext-gd": "*", |
||
| 2618 | "friendsofphp/php-cs-fixer": "~2.0", |
||
| 2619 | "phpunit/phpunit": "~4.3", |
||
| 2620 | "psr/log": "~1.0", |
||
| 2621 | "satooshi/php-coveralls": "~1.0", |
||
| 2622 | "sllh/php-cs-fixer-styleci-bridge": "~2.1", |
||
| 2623 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 2624 | "symfony/console": "~2.3|~3.0", |
||
| 2625 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 2626 | "symfony/form": "~2.3|~3.0", |
||
| 2627 | "symfony/phpunit-bridge": "~2.3|~3.0", |
||
| 2628 | "symfony/yaml": "~2.3|~3.0", |
||
| 2629 | "twig/twig": "~1.12" |
||
| 2630 | }, |
||
| 2631 | "suggest": { |
||
| 2632 | "amazonwebservices/aws-sdk-for-php": "Required to use AWS version 1 cache resolver.", |
||
| 2633 | "aws/aws-sdk-php": "Required to use AWS version 2/3 cache resolver.", |
||
| 2634 | "ext-exif": "Required to read metadata from Exif information", |
||
| 2635 | "league/flysystem": "Required to use FlySystem data loader or cache resolver.", |
||
| 2636 | "monolog/monolog": "A psr/log compatible logger is required to enable logging.", |
||
| 2637 | "twig/twig": "Required to use the provided Twig extension. Version 1.12 or greater needed." |
||
| 2638 | }, |
||
| 2639 | "type": "symfony-bundle", |
||
| 2640 | "extra": { |
||
| 2641 | "branch-alias": { |
||
| 2642 | "dev-master": "1.7.x-dev" |
||
| 2643 | } |
||
| 2644 | }, |
||
| 2645 | "autoload": { |
||
| 2646 | "psr-4": { |
||
| 2647 | "Liip\\ImagineBundle\\": "" |
||
| 2648 | } |
||
| 2649 | }, |
||
| 2650 | "notification-url": "https://packagist.org/downloads/", |
||
| 2651 | "license": [ |
||
| 2652 | "MIT" |
||
| 2653 | ], |
||
| 2654 | "authors": [ |
||
| 2655 | { |
||
| 2656 | "name": "Liip and other contributors", |
||
| 2657 | "homepage": "https://github.com/liip/LiipImagineBundle/contributors" |
||
| 2658 | } |
||
| 2659 | ], |
||
| 2660 | "description": "This Bundle assists in imagine manipulation using the imagine library", |
||
| 2661 | "homepage": "http://liip.ch", |
||
| 2662 | "keywords": [ |
||
| 2663 | "image", |
||
| 2664 | "imagine" |
||
| 2665 | ], |
||
| 2666 | "time": "2017-01-20T01:55:04+00:00" |
||
| 2667 | }, |
||
| 2668 | { |
||
| 2669 | "name": "mockery/mockery", |
||
| 2670 | "version": "0.9.7", |
||
| 2671 | "source": { |
||
| 2672 | "type": "git", |
||
| 2673 | "url": "https://github.com/mockery/mockery.git", |
||
| 2674 | "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371" |
||
| 2675 | }, |
||
| 2676 | "dist": { |
||
| 2677 | "type": "zip", |
||
| 2678 | "url": "https://api.github.com/repos/mockery/mockery/zipball/4de7969f4664da3cef1ccd83866c9f59378c3371", |
||
| 2679 | "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371", |
||
| 2680 | "shasum": "" |
||
| 2681 | }, |
||
| 2682 | "require": { |
||
| 2683 | "hamcrest/hamcrest-php": "~1.1", |
||
| 2684 | "lib-pcre": ">=7.0", |
||
| 2685 | "php": ">=5.3.2" |
||
| 2686 | }, |
||
| 2687 | "require-dev": { |
||
| 2688 | "phpunit/phpunit": "~4.0" |
||
| 2689 | }, |
||
| 2690 | "type": "library", |
||
| 2691 | "extra": { |
||
| 2692 | "branch-alias": { |
||
| 2693 | "dev-master": "0.9.x-dev" |
||
| 2694 | } |
||
| 2695 | }, |
||
| 2696 | "autoload": { |
||
| 2697 | "psr-0": { |
||
| 2698 | "Mockery": "library/" |
||
| 2699 | } |
||
| 2700 | }, |
||
| 2701 | "notification-url": "https://packagist.org/downloads/", |
||
| 2702 | "license": [ |
||
| 2703 | "BSD-3-Clause" |
||
| 2704 | ], |
||
| 2705 | "authors": [ |
||
| 2706 | { |
||
| 2707 | "name": "Pádraic Brady", |
||
| 2708 | "email": "[email protected]", |
||
| 2709 | "homepage": "http://blog.astrumfutura.com" |
||
| 2710 | }, |
||
| 2711 | { |
||
| 2712 | "name": "Dave Marshall", |
||
| 2713 | "email": "[email protected]", |
||
| 2714 | "homepage": "http://davedevelopment.co.uk" |
||
| 2715 | } |
||
| 2716 | ], |
||
| 2717 | "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 succinct 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.", |
||
| 2718 | "homepage": "http://github.com/padraic/mockery", |
||
| 2719 | "keywords": [ |
||
| 2720 | "BDD", |
||
| 2721 | "TDD", |
||
| 2722 | "library", |
||
| 2723 | "mock", |
||
| 2724 | "mock objects", |
||
| 2725 | "mockery", |
||
| 2726 | "stub", |
||
| 2727 | "test", |
||
| 2728 | "test double", |
||
| 2729 | "testing" |
||
| 2730 | ], |
||
| 2731 | "time": "2016-12-19T14:50:55+00:00" |
||
| 2732 | }, |
||
| 2733 | { |
||
| 2734 | "name": "monolog/monolog", |
||
| 2735 | "version": "1.22.0", |
||
| 2736 | "source": { |
||
| 2737 | "type": "git", |
||
| 2738 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 2739 | "reference": "bad29cb8d18ab0315e6c477751418a82c850d558" |
||
| 2740 | }, |
||
| 2741 | "dist": { |
||
| 2742 | "type": "zip", |
||
| 2743 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", |
||
| 2744 | "reference": "bad29cb8d18ab0315e6c477751418a82c850d558", |
||
| 2745 | "shasum": "" |
||
| 2746 | }, |
||
| 2747 | "require": { |
||
| 2748 | "php": ">=5.3.0", |
||
| 2749 | "psr/log": "~1.0" |
||
| 2750 | }, |
||
| 2751 | "provide": { |
||
| 2752 | "psr/log-implementation": "1.0.0" |
||
| 2753 | }, |
||
| 2754 | "require-dev": { |
||
| 2755 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
| 2756 | "doctrine/couchdb": "~1.0@dev", |
||
| 2757 | "graylog2/gelf-php": "~1.0", |
||
| 2758 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 2759 | "php-amqplib/php-amqplib": "~2.4", |
||
| 2760 | "php-console/php-console": "^3.1.3", |
||
| 2761 | "phpunit/phpunit": "~4.5", |
||
| 2762 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 2763 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 2764 | "sentry/sentry": "^0.13", |
||
| 2765 | "swiftmailer/swiftmailer": "~5.3" |
||
| 2766 | }, |
||
| 2767 | "suggest": { |
||
| 2768 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 2769 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 2770 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 2771 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 2772 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 2773 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 2774 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 2775 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 2776 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 2777 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 2778 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
| 2779 | }, |
||
| 2780 | "type": "library", |
||
| 2781 | "extra": { |
||
| 2782 | "branch-alias": { |
||
| 2783 | "dev-master": "2.0.x-dev" |
||
| 2784 | } |
||
| 2785 | }, |
||
| 2786 | "autoload": { |
||
| 2787 | "psr-4": { |
||
| 2788 | "Monolog\\": "src/Monolog" |
||
| 2789 | } |
||
| 2790 | }, |
||
| 2791 | "notification-url": "https://packagist.org/downloads/", |
||
| 2792 | "license": [ |
||
| 2793 | "MIT" |
||
| 2794 | ], |
||
| 2795 | "authors": [ |
||
| 2796 | { |
||
| 2797 | "name": "Jordi Boggiano", |
||
| 2798 | "email": "[email protected]", |
||
| 2799 | "homepage": "http://seld.be" |
||
| 2800 | } |
||
| 2801 | ], |
||
| 2802 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 2803 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 2804 | "keywords": [ |
||
| 2805 | "log", |
||
| 2806 | "logging", |
||
| 2807 | "psr-3" |
||
| 2808 | ], |
||
| 2809 | "time": "2016-11-26T00:15:39+00:00" |
||
| 2810 | }, |
||
| 2811 | { |
||
| 2812 | "name": "ocramius/proxy-manager", |
||
| 2813 | "version": "1.0.2", |
||
| 2814 | "source": { |
||
| 2815 | "type": "git", |
||
| 2816 | "url": "https://github.com/Ocramius/ProxyManager.git", |
||
| 2817 | "reference": "57e9272ec0e8deccf09421596e0e2252df440e11" |
||
| 2818 | }, |
||
| 2819 | "dist": { |
||
| 2820 | "type": "zip", |
||
| 2821 | "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11", |
||
| 2822 | "reference": "57e9272ec0e8deccf09421596e0e2252df440e11", |
||
| 2823 | "shasum": "" |
||
| 2824 | }, |
||
| 2825 | "require": { |
||
| 2826 | "php": ">=5.3.3", |
||
| 2827 | "zendframework/zend-code": ">2.2.5,<3.0" |
||
| 2828 | }, |
||
| 2829 | "require-dev": { |
||
| 2830 | "ext-phar": "*", |
||
| 2831 | "phpunit/phpunit": "~4.0", |
||
| 2832 | "squizlabs/php_codesniffer": "1.5.*" |
||
| 2833 | }, |
||
| 2834 | "suggest": { |
||
| 2835 | "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", |
||
| 2836 | "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", |
||
| 2837 | "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", |
||
| 2838 | "zendframework/zend-stdlib": "To use the hydrator proxy", |
||
| 2839 | "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" |
||
| 2840 | }, |
||
| 2841 | "type": "library", |
||
| 2842 | "extra": { |
||
| 2843 | "branch-alias": { |
||
| 2844 | "dev-master": "2.0.x-dev" |
||
| 2845 | } |
||
| 2846 | }, |
||
| 2847 | "autoload": { |
||
| 2848 | "psr-0": { |
||
| 2849 | "ProxyManager\\": "src" |
||
| 2850 | } |
||
| 2851 | }, |
||
| 2852 | "notification-url": "https://packagist.org/downloads/", |
||
| 2853 | "license": [ |
||
| 2854 | "MIT" |
||
| 2855 | ], |
||
| 2856 | "authors": [ |
||
| 2857 | { |
||
| 2858 | "name": "Marco Pivetta", |
||
| 2859 | "email": "[email protected]", |
||
| 2860 | "homepage": "http://ocramius.github.com/" |
||
| 2861 | } |
||
| 2862 | ], |
||
| 2863 | "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", |
||
| 2864 | "homepage": "https://github.com/Ocramius/ProxyManager", |
||
| 2865 | "keywords": [ |
||
| 2866 | "aop", |
||
| 2867 | "lazy loading", |
||
| 2868 | "proxy", |
||
| 2869 | "proxy pattern", |
||
| 2870 | "service proxies" |
||
| 2871 | ], |
||
| 2872 | "time": "2015-08-09T04:28:19+00:00" |
||
| 2873 | }, |
||
| 2874 | { |
||
| 2875 | "name": "pagerfanta/pagerfanta", |
||
| 2876 | "version": "v1.0.4", |
||
| 2877 | "source": { |
||
| 2878 | "type": "git", |
||
| 2879 | "url": "https://github.com/whiteoctober/Pagerfanta.git", |
||
| 2880 | "reference": "f846c5e06bb66df659a688ea4734aab49de589d6" |
||
| 2881 | }, |
||
| 2882 | "dist": { |
||
| 2883 | "type": "zip", |
||
| 2884 | "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/f846c5e06bb66df659a688ea4734aab49de589d6", |
||
| 2885 | "reference": "f846c5e06bb66df659a688ea4734aab49de589d6", |
||
| 2886 | "shasum": "" |
||
| 2887 | }, |
||
| 2888 | "require": { |
||
| 2889 | "php": ">=5.3.0" |
||
| 2890 | }, |
||
| 2891 | "require-dev": { |
||
| 2892 | "doctrine/orm": "~2.3", |
||
| 2893 | "doctrine/phpcr-odm": "1.*", |
||
| 2894 | "jackalope/jackalope-doctrine-dbal": "1.*", |
||
| 2895 | "jmikola/geojson": "~1.0", |
||
| 2896 | "mandango/mandango": "~1.0@dev", |
||
| 2897 | "mandango/mondator": "~1.0@dev", |
||
| 2898 | "phpunit/phpunit": "~4 | ~5", |
||
| 2899 | "propel/propel1": "~1.6", |
||
| 2900 | "ruflin/elastica": "~1.3", |
||
| 2901 | "solarium/solarium": "~3.1" |
||
| 2902 | }, |
||
| 2903 | "suggest": { |
||
| 2904 | "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", |
||
| 2905 | "doctrine/orm": "To use the DoctrineORMAdapter.", |
||
| 2906 | "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", |
||
| 2907 | "mandango/mandango": "To use the MandangoAdapter.", |
||
| 2908 | "propel/propel1": "To use the PropelAdapter", |
||
| 2909 | "solarium/solarium": "To use the SolariumAdapter." |
||
| 2910 | }, |
||
| 2911 | "type": "library", |
||
| 2912 | "extra": { |
||
| 2913 | "branch-alias": { |
||
| 2914 | "dev-master": "1.0.x-dev" |
||
| 2915 | } |
||
| 2916 | }, |
||
| 2917 | "autoload": { |
||
| 2918 | "psr-0": { |
||
| 2919 | "Pagerfanta\\": "src/" |
||
| 2920 | } |
||
| 2921 | }, |
||
| 2922 | "notification-url": "https://packagist.org/downloads/", |
||
| 2923 | "license": [ |
||
| 2924 | "MIT" |
||
| 2925 | ], |
||
| 2926 | "authors": [ |
||
| 2927 | { |
||
| 2928 | "name": "Pablo Díez", |
||
| 2929 | "email": "[email protected]" |
||
| 2930 | } |
||
| 2931 | ], |
||
| 2932 | "description": "Pagination for PHP 5.3", |
||
| 2933 | "keywords": [ |
||
| 2934 | "page", |
||
| 2935 | "pagination", |
||
| 2936 | "paginator", |
||
| 2937 | "paging" |
||
| 2938 | ], |
||
| 2939 | "time": "2016-11-28T09:17:04+00:00" |
||
| 2940 | }, |
||
| 2941 | { |
||
| 2942 | "name": "paragonie/random_compat", |
||
| 2943 | "version": "v2.0.10", |
||
| 2944 | "source": { |
||
| 2945 | "type": "git", |
||
| 2946 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 2947 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" |
||
| 2948 | }, |
||
| 2949 | "dist": { |
||
| 2950 | "type": "zip", |
||
| 2951 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
| 2952 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
| 2953 | "shasum": "" |
||
| 2954 | }, |
||
| 2955 | "require": { |
||
| 2956 | "php": ">=5.2.0" |
||
| 2957 | }, |
||
| 2958 | "require-dev": { |
||
| 2959 | "phpunit/phpunit": "4.*|5.*" |
||
| 2960 | }, |
||
| 2961 | "suggest": { |
||
| 2962 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 2963 | }, |
||
| 2964 | "type": "library", |
||
| 2965 | "autoload": { |
||
| 2966 | "files": [ |
||
| 2967 | "lib/random.php" |
||
| 2968 | ] |
||
| 2969 | }, |
||
| 2970 | "notification-url": "https://packagist.org/downloads/", |
||
| 2971 | "license": [ |
||
| 2972 | "MIT" |
||
| 2973 | ], |
||
| 2974 | "authors": [ |
||
| 2975 | { |
||
| 2976 | "name": "Paragon Initiative Enterprises", |
||
| 2977 | "email": "[email protected]", |
||
| 2978 | "homepage": "https://paragonie.com" |
||
| 2979 | } |
||
| 2980 | ], |
||
| 2981 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 2982 | "keywords": [ |
||
| 2983 | "csprng", |
||
| 2984 | "pseudorandom", |
||
| 2985 | "random" |
||
| 2986 | ], |
||
| 2987 | "time": "2017-03-13T16:27:32+00:00" |
||
| 2988 | }, |
||
| 2989 | { |
||
| 2990 | "name": "payum/iso4217", |
||
| 2991 | "version": "1.0.1", |
||
| 2992 | "source": { |
||
| 2993 | "type": "git", |
||
| 2994 | "url": "https://github.com/Payum/iso4217.git", |
||
| 2995 | "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789" |
||
| 2996 | }, |
||
| 2997 | "dist": { |
||
| 2998 | "type": "zip", |
||
| 2999 | "url": "https://api.github.com/repos/Payum/iso4217/zipball/6a45480e2818350dea58b7a076d0115aa7ff5789", |
||
| 3000 | "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789", |
||
| 3001 | "shasum": "" |
||
| 3002 | }, |
||
| 3003 | "require": { |
||
| 3004 | "php": ">=5.3" |
||
| 3005 | }, |
||
| 3006 | "require-dev": { |
||
| 3007 | "phpunit/phpunit": "~4.0" |
||
| 3008 | }, |
||
| 3009 | "type": "library", |
||
| 3010 | "extra": { |
||
| 3011 | "branch-alias": { |
||
| 3012 | "dev-master": "1.0.x-dev" |
||
| 3013 | } |
||
| 3014 | }, |
||
| 3015 | "autoload": { |
||
| 3016 | "psr-4": { |
||
| 3017 | "Payum\\ISO4217\\": "." |
||
| 3018 | } |
||
| 3019 | }, |
||
| 3020 | "notification-url": "https://packagist.org/downloads/", |
||
| 3021 | "license": [ |
||
| 3022 | "MIT" |
||
| 3023 | ], |
||
| 3024 | "authors": [ |
||
| 3025 | { |
||
| 3026 | "name": "Rob Bast", |
||
| 3027 | "email": "[email protected]" |
||
| 3028 | }, |
||
| 3029 | { |
||
| 3030 | "name": "Community contributions", |
||
| 3031 | "homepage": "https://github.com/Payum/Payum/contributors" |
||
| 3032 | }, |
||
| 3033 | { |
||
| 3034 | "name": "Kotlyar Maksim", |
||
| 3035 | "email": "[email protected]" |
||
| 3036 | }, |
||
| 3037 | { |
||
| 3038 | "name": "Payum project", |
||
| 3039 | "homepage": "http://payum.org/" |
||
| 3040 | } |
||
| 3041 | ], |
||
| 3042 | "description": "ISO 4217 PHP Library", |
||
| 3043 | "homepage": "http://payum.org", |
||
| 3044 | "keywords": [ |
||
| 3045 | "4217", |
||
| 3046 | "ISO 4217", |
||
| 3047 | "currencies", |
||
| 3048 | "iso", |
||
| 3049 | "library" |
||
| 3050 | ], |
||
| 3051 | "time": "2016-08-04T08:15:12+00:00" |
||
| 3052 | }, |
||
| 3053 | { |
||
| 3054 | "name": "payum/payum", |
||
| 3055 | "version": "1.4.0", |
||
| 3056 | "source": { |
||
| 3057 | "type": "git", |
||
| 3058 | "url": "https://github.com/Payum/Payum.git", |
||
| 3059 | "reference": "3e120150602237516b09e79a1f22272e1256007e" |
||
| 3060 | }, |
||
| 3061 | "dist": { |
||
| 3062 | "type": "zip", |
||
| 3063 | "url": "https://api.github.com/repos/Payum/Payum/zipball/3e120150602237516b09e79a1f22272e1256007e", |
||
| 3064 | "reference": "3e120150602237516b09e79a1f22272e1256007e", |
||
| 3065 | "shasum": "" |
||
| 3066 | }, |
||
| 3067 | "require": { |
||
| 3068 | "league/uri": "~4.0", |
||
| 3069 | "payum/iso4217": "~1.0", |
||
| 3070 | "php": "^5.5.0|^7.0", |
||
| 3071 | "php-http/client-implementation": "^1.0", |
||
| 3072 | "php-http/message": "^1.0", |
||
| 3073 | "twig/twig": "~1.0|~2.0" |
||
| 3074 | }, |
||
| 3075 | "replace": { |
||
| 3076 | "payum/authorize-net-aim": "self.version", |
||
| 3077 | "payum/be2bill": "self.version", |
||
| 3078 | "payum/core": "^1", |
||
| 3079 | "payum/klarna-checkout": "self.version", |
||
| 3080 | "payum/klarna-invoice": "self.version", |
||
| 3081 | "payum/offline": "self.version", |
||
| 3082 | "payum/payex": "self.version", |
||
| 3083 | "payum/paypal-express-checkout-nvp": "self.version", |
||
| 3084 | "payum/paypal-ipn": "self.version", |
||
| 3085 | "payum/paypal-pro-checkout-nvp": "self.version", |
||
| 3086 | "payum/paypal-rest": "self.version", |
||
| 3087 | "payum/sofort": "self.version", |
||
| 3088 | "payum/stripe": "self.version" |
||
| 3089 | }, |
||
| 3090 | "require-dev": { |
||
| 3091 | "authorizenet/authorizenet": "~1.8", |
||
| 3092 | "defuse/php-encryption": "^2", |
||
| 3093 | "doctrine/orm": "2.5.*", |
||
| 3094 | "ext-curl": "*", |
||
| 3095 | "ext-pdo_sqlite": "*", |
||
| 3096 | "ext-soap": "*", |
||
| 3097 | "fp/klarna-invoice": "0.1.*", |
||
| 3098 | "klarna/checkout": "~1|~2.0", |
||
| 3099 | "omnipay/dummy": "~2.0", |
||
| 3100 | "paypal/rest-api-sdk-php": "0.5.*", |
||
| 3101 | "payum/omnipay-bridge": "^1", |
||
| 3102 | "php-http/guzzle6-adapter": "^1.1.1", |
||
| 3103 | "phpunit/phpunit": "~4.0", |
||
| 3104 | "propel/propel1": "~1.7", |
||
| 3105 | "psr/log": "~1.0", |
||
| 3106 | "sofort/sofortlib-php": "^3.0", |
||
| 3107 | "stripe/stripe-php": "~2.0|~3.0", |
||
| 3108 | "symfony/dependency-injection": "~2.8|~3.0", |
||
| 3109 | "symfony/form": "~2.8|~3.0", |
||
| 3110 | "symfony/http-foundation": "~2.8|~3.0", |
||
| 3111 | "symfony/http-kernel": "~2.8|~3.0", |
||
| 3112 | "symfony/phpunit-bridge": "~2.8|~3.0", |
||
| 3113 | "symfony/routing": "~2.8|~3.0", |
||
| 3114 | "symfony/templating": "~2.8|~3.0", |
||
| 3115 | "symfony/validator": "~2.8|~3.0", |
||
| 3116 | "zendframework/zend-db": "~2" |
||
| 3117 | }, |
||
| 3118 | "suggest": { |
||
| 3119 | "authorizenet/authorizenet": "~1.8 If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library", |
||
| 3120 | "defuse/php-encryption": "^2 If you want to encrypt gateways credentials in database", |
||
| 3121 | "fp/klarna-invoice": "0.1.* If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library", |
||
| 3122 | "klarna/checkout": "~1.0|~2.0 If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library", |
||
| 3123 | "paypal/rest-api-sdk-php": "0.5.* If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library", |
||
| 3124 | "sofort/sofortlib-php": "~3.0 If you want to use Sofort install sofort/sofortlib-php:^3.0 library", |
||
| 3125 | "stripe/stripe-php": "~2.0|~3.0 If you want to use Stripe install stripe/stripe-php:~2.0|~3.0 library" |
||
| 3126 | }, |
||
| 3127 | "type": "library", |
||
| 3128 | "extra": { |
||
| 3129 | "branch-alias": { |
||
| 3130 | "dev-master": "1.4-dev" |
||
| 3131 | } |
||
| 3132 | }, |
||
| 3133 | "autoload": { |
||
| 3134 | "psr-0": { |
||
| 3135 | "Payum": "src/" |
||
| 3136 | } |
||
| 3137 | }, |
||
| 3138 | "notification-url": "https://packagist.org/downloads/", |
||
| 3139 | "license": [ |
||
| 3140 | "MIT" |
||
| 3141 | ], |
||
| 3142 | "authors": [ |
||
| 3143 | { |
||
| 3144 | "name": "Community contributions", |
||
| 3145 | "homepage": "https://github.com/Payum/Payum/contributors" |
||
| 3146 | }, |
||
| 3147 | { |
||
| 3148 | "name": "Kotlyar Maksim", |
||
| 3149 | "email": "[email protected]" |
||
| 3150 | }, |
||
| 3151 | { |
||
| 3152 | "name": "Payum project", |
||
| 3153 | "homepage": "http://payum.org/" |
||
| 3154 | } |
||
| 3155 | ], |
||
| 3156 | "description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.", |
||
| 3157 | "homepage": "http://payum.org", |
||
| 3158 | "keywords": [ |
||
| 3159 | "authorize.net", |
||
| 3160 | "be2bill", |
||
| 3161 | "instant payment notification", |
||
| 3162 | "ipn", |
||
| 3163 | "jms payment", |
||
| 3164 | "payex", |
||
| 3165 | "payment", |
||
| 3166 | "payout", |
||
| 3167 | "paypal", |
||
| 3168 | "paypal digital goods", |
||
| 3169 | "paypal express", |
||
| 3170 | "paypal pro", |
||
| 3171 | "paypal rest", |
||
| 3172 | "recurring payment", |
||
| 3173 | "stripe", |
||
| 3174 | "stripe checkout", |
||
| 3175 | "stripe.js", |
||
| 3176 | "withdrawal" |
||
| 3177 | ], |
||
| 3178 | "time": "2017-03-24T08:36:36+00:00" |
||
| 3179 | }, |
||
| 3180 | { |
||
| 3181 | "name": "payum/payum-bundle", |
||
| 3182 | "version": "2.2.0", |
||
| 3183 | "source": { |
||
| 3184 | "type": "git", |
||
| 3185 | "url": "https://github.com/Payum/PayumBundle.git", |
||
| 3186 | "reference": "f016ab43c850414e5eaa23d74e7527c92d706ac9" |
||
| 3187 | }, |
||
| 3188 | "dist": { |
||
| 3189 | "type": "zip", |
||
| 3190 | "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/f016ab43c850414e5eaa23d74e7527c92d706ac9", |
||
| 3191 | "reference": "f016ab43c850414e5eaa23d74e7527c92d706ac9", |
||
| 3192 | "shasum": "" |
||
| 3193 | }, |
||
| 3194 | "require": { |
||
| 3195 | "payum/core": "^1.4", |
||
| 3196 | "php": "^5.5.0|^7.0", |
||
| 3197 | "symfony/form": "~2.8|~3.0", |
||
| 3198 | "symfony/framework-bundle": "~2.8|~3.0", |
||
| 3199 | "symfony/validator": "~2.8|~3.0" |
||
| 3200 | }, |
||
| 3201 | "require-dev": { |
||
| 3202 | "defuse/php-encryption": "^2", |
||
| 3203 | "doctrine/orm": "~2.5", |
||
| 3204 | "ext-curl": "*", |
||
| 3205 | "ext-pdo_sqlite": "*", |
||
| 3206 | "ext-soap": "*", |
||
| 3207 | "fp/klarna-invoice": "0.1.*", |
||
| 3208 | "klarna/checkout": "~1|~2.0", |
||
| 3209 | "omnipay/dummy": "~2.0", |
||
| 3210 | "omnipay/paypal": "~2.0", |
||
| 3211 | "omnipay/stripe": "~2.0", |
||
| 3212 | "paypal/rest-api-sdk-php": "0.5.*", |
||
| 3213 | "payum/jms-payment-bridge": "^1@dev", |
||
| 3214 | "payum/omnipay-bridge": "^1@dev", |
||
| 3215 | "payum/payum": "^1.4@dev", |
||
| 3216 | "php-http/guzzle6-adapter": "^1", |
||
| 3217 | "phpunit/phpunit": "~4.0", |
||
| 3218 | "sonata-project/admin-bundle": "^3", |
||
| 3219 | "stripe/stripe-php": "~1.0", |
||
| 3220 | "symfony/browser-kit": "~2.8|~3.0", |
||
| 3221 | "symfony/class-loader": "~2.8|~3.0", |
||
| 3222 | "symfony/expression-language": "~2.8|~3.0", |
||
| 3223 | "symfony/phpunit-bridge": "~2.8|~3.0", |
||
| 3224 | "symfony/security-acl": "~2.8|~3.0", |
||
| 3225 | "symfony/twig-bundle": "^2.8|^3", |
||
| 3226 | "twig/twig": "~1.16|~2.0" |
||
| 3227 | }, |
||
| 3228 | "suggest": { |
||
| 3229 | "sonata-project/admin-bundle": "^3 If you want to configure payments in the backend." |
||
| 3230 | }, |
||
| 3231 | "type": "symfony-bundle", |
||
| 3232 | "extra": { |
||
| 3233 | "branch-alias": { |
||
| 3234 | "dev-master": "2.2-dev" |
||
| 3235 | } |
||
| 3236 | }, |
||
| 3237 | "autoload": { |
||
| 3238 | "psr-4": { |
||
| 3239 | "Payum\\Bundle\\PayumBundle\\": "" |
||
| 3240 | } |
||
| 3241 | }, |
||
| 3242 | "notification-url": "https://packagist.org/downloads/", |
||
| 3243 | "license": [ |
||
| 3244 | "MIT" |
||
| 3245 | ], |
||
| 3246 | "authors": [ |
||
| 3247 | { |
||
| 3248 | "name": "Community contributions", |
||
| 3249 | "homepage": "https://github.com/Payum/PayumBundle/contributors" |
||
| 3250 | }, |
||
| 3251 | { |
||
| 3252 | "name": "Kotlyar Maksim", |
||
| 3253 | "email": "[email protected]" |
||
| 3254 | }, |
||
| 3255 | { |
||
| 3256 | "name": "Payum project", |
||
| 3257 | "homepage": "http://payum.org/" |
||
| 3258 | } |
||
| 3259 | ], |
||
| 3260 | "description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more", |
||
| 3261 | "homepage": "http://payum.org", |
||
| 3262 | "keywords": [ |
||
| 3263 | "authorize.net", |
||
| 3264 | "be2bill", |
||
| 3265 | "instant notifications", |
||
| 3266 | "klarna", |
||
| 3267 | "offline", |
||
| 3268 | "omnipay", |
||
| 3269 | "payex", |
||
| 3270 | "payment", |
||
| 3271 | "paypal", |
||
| 3272 | "paypal express checkout", |
||
| 3273 | "paypal pro checkout", |
||
| 3274 | "recurring payment", |
||
| 3275 | "stripe", |
||
| 3276 | "stripe checkout", |
||
| 3277 | "stripe.js", |
||
| 3278 | "symfony" |
||
| 3279 | ], |
||
| 3280 | "time": "2017-03-28T11:02:38+00:00" |
||
| 3281 | }, |
||
| 3282 | { |
||
| 3283 | "name": "php-http/guzzle6-adapter", |
||
| 3284 | "version": "v1.1.1", |
||
| 3285 | "source": { |
||
| 3286 | "type": "git", |
||
| 3287 | "url": "https://github.com/php-http/guzzle6-adapter.git", |
||
| 3288 | "reference": "a56941f9dc6110409cfcddc91546ee97039277ab" |
||
| 3289 | }, |
||
| 3290 | "dist": { |
||
| 3291 | "type": "zip", |
||
| 3292 | "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab", |
||
| 3293 | "reference": "a56941f9dc6110409cfcddc91546ee97039277ab", |
||
| 3294 | "shasum": "" |
||
| 3295 | }, |
||
| 3296 | "require": { |
||
| 3297 | "guzzlehttp/guzzle": "^6.0", |
||
| 3298 | "php": ">=5.5.0", |
||
| 3299 | "php-http/httplug": "^1.0" |
||
| 3300 | }, |
||
| 3301 | "provide": { |
||
| 3302 | "php-http/async-client-implementation": "1.0", |
||
| 3303 | "php-http/client-implementation": "1.0" |
||
| 3304 | }, |
||
| 3305 | "require-dev": { |
||
| 3306 | "ext-curl": "*", |
||
| 3307 | "php-http/adapter-integration-tests": "^0.4" |
||
| 3308 | }, |
||
| 3309 | "type": "library", |
||
| 3310 | "extra": { |
||
| 3311 | "branch-alias": { |
||
| 3312 | "dev-master": "1.2-dev" |
||
| 3313 | } |
||
| 3314 | }, |
||
| 3315 | "autoload": { |
||
| 3316 | "psr-4": { |
||
| 3317 | "Http\\Adapter\\Guzzle6\\": "src/" |
||
| 3318 | } |
||
| 3319 | }, |
||
| 3320 | "notification-url": "https://packagist.org/downloads/", |
||
| 3321 | "license": [ |
||
| 3322 | "MIT" |
||
| 3323 | ], |
||
| 3324 | "authors": [ |
||
| 3325 | { |
||
| 3326 | "name": "Márk Sági-Kazár", |
||
| 3327 | "email": "[email protected]" |
||
| 3328 | }, |
||
| 3329 | { |
||
| 3330 | "name": "David de Boer", |
||
| 3331 | "email": "[email protected]" |
||
| 3332 | } |
||
| 3333 | ], |
||
| 3334 | "description": "Guzzle 6 HTTP Adapter", |
||
| 3335 | "homepage": "http://httplug.io", |
||
| 3336 | "keywords": [ |
||
| 3337 | "Guzzle", |
||
| 3338 | "http" |
||
| 3339 | ], |
||
| 3340 | "time": "2016-05-10T06:13:32+00:00" |
||
| 3341 | }, |
||
| 3342 | { |
||
| 3343 | "name": "php-http/httplug", |
||
| 3344 | "version": "v1.1.0", |
||
| 3345 | "source": { |
||
| 3346 | "type": "git", |
||
| 3347 | "url": "https://github.com/php-http/httplug.git", |
||
| 3348 | "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018" |
||
| 3349 | }, |
||
| 3350 | "dist": { |
||
| 3351 | "type": "zip", |
||
| 3352 | "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018", |
||
| 3353 | "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018", |
||
| 3354 | "shasum": "" |
||
| 3355 | }, |
||
| 3356 | "require": { |
||
| 3357 | "php": ">=5.4", |
||
| 3358 | "php-http/promise": "^1.0", |
||
| 3359 | "psr/http-message": "^1.0" |
||
| 3360 | }, |
||
| 3361 | "require-dev": { |
||
| 3362 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 3363 | "phpspec/phpspec": "^2.4" |
||
| 3364 | }, |
||
| 3365 | "type": "library", |
||
| 3366 | "extra": { |
||
| 3367 | "branch-alias": { |
||
| 3368 | "dev-master": "1.1-dev" |
||
| 3369 | } |
||
| 3370 | }, |
||
| 3371 | "autoload": { |
||
| 3372 | "psr-4": { |
||
| 3373 | "Http\\Client\\": "src/" |
||
| 3374 | } |
||
| 3375 | }, |
||
| 3376 | "notification-url": "https://packagist.org/downloads/", |
||
| 3377 | "license": [ |
||
| 3378 | "MIT" |
||
| 3379 | ], |
||
| 3380 | "authors": [ |
||
| 3381 | { |
||
| 3382 | "name": "Eric GELOEN", |
||
| 3383 | "email": "[email protected]" |
||
| 3384 | }, |
||
| 3385 | { |
||
| 3386 | "name": "Márk Sági-Kazár", |
||
| 3387 | "email": "[email protected]" |
||
| 3388 | } |
||
| 3389 | ], |
||
| 3390 | "description": "HTTPlug, the HTTP client abstraction for PHP", |
||
| 3391 | "homepage": "http://httplug.io", |
||
| 3392 | "keywords": [ |
||
| 3393 | "client", |
||
| 3394 | "http" |
||
| 3395 | ], |
||
| 3396 | "time": "2016-08-31T08:30:17+00:00" |
||
| 3397 | }, |
||
| 3398 | { |
||
| 3399 | "name": "php-http/message", |
||
| 3400 | "version": "v1.4.1", |
||
| 3401 | "source": { |
||
| 3402 | "type": "git", |
||
| 3403 | "url": "https://github.com/php-http/message.git", |
||
| 3404 | "reference": "bfd895a4e753bdde99bed64d75b999e0c9fa6147" |
||
| 3405 | }, |
||
| 3406 | "dist": { |
||
| 3407 | "type": "zip", |
||
| 3408 | "url": "https://api.github.com/repos/php-http/message/zipball/bfd895a4e753bdde99bed64d75b999e0c9fa6147", |
||
| 3409 | "reference": "bfd895a4e753bdde99bed64d75b999e0c9fa6147", |
||
| 3410 | "shasum": "" |
||
| 3411 | }, |
||
| 3412 | "require": { |
||
| 3413 | "clue/stream-filter": "^1.3", |
||
| 3414 | "php": ">=5.4", |
||
| 3415 | "php-http/message-factory": "^1.0.2", |
||
| 3416 | "psr/http-message": "^1.0" |
||
| 3417 | }, |
||
| 3418 | "require-dev": { |
||
| 3419 | "akeneo/phpspec-skip-example-extension": "^1.0", |
||
| 3420 | "coduo/phpspec-data-provider-extension": "^1.0", |
||
| 3421 | "ext-zlib": "*", |
||
| 3422 | "guzzlehttp/psr7": "^1.0", |
||
| 3423 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 3424 | "phpspec/phpspec": "^2.4", |
||
| 3425 | "slim/slim": "^3.0", |
||
| 3426 | "zendframework/zend-diactoros": "^1.0" |
||
| 3427 | }, |
||
| 3428 | "suggest": { |
||
| 3429 | "ext-zlib": "Used with compressor/decompressor streams", |
||
| 3430 | "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", |
||
| 3431 | "slim/slim": "Used with Slim Framework PSR-7 implementation", |
||
| 3432 | "zendframework/zend-diactoros": "Used with Diactoros Factories" |
||
| 3433 | }, |
||
| 3434 | "type": "library", |
||
| 3435 | "extra": { |
||
| 3436 | "branch-alias": { |
||
| 3437 | "dev-master": "1.5-dev" |
||
| 3438 | } |
||
| 3439 | }, |
||
| 3440 | "autoload": { |
||
| 3441 | "psr-4": { |
||
| 3442 | "Http\\Message\\": "src/" |
||
| 3443 | }, |
||
| 3444 | "files": [ |
||
| 3445 | "src/filters.php" |
||
| 3446 | ] |
||
| 3447 | }, |
||
| 3448 | "notification-url": "https://packagist.org/downloads/", |
||
| 3449 | "license": [ |
||
| 3450 | "MIT" |
||
| 3451 | ], |
||
| 3452 | "authors": [ |
||
| 3453 | { |
||
| 3454 | "name": "Márk Sági-Kazár", |
||
| 3455 | "email": "[email protected]" |
||
| 3456 | } |
||
| 3457 | ], |
||
| 3458 | "description": "HTTP Message related tools", |
||
| 3459 | "homepage": "http://php-http.org", |
||
| 3460 | "keywords": [ |
||
| 3461 | "http", |
||
| 3462 | "message", |
||
| 3463 | "psr-7" |
||
| 3464 | ], |
||
| 3465 | "time": "2016-12-16T21:09:21+00:00" |
||
| 3466 | }, |
||
| 3467 | { |
||
| 3468 | "name": "php-http/message-factory", |
||
| 3469 | "version": "v1.0.2", |
||
| 3470 | "source": { |
||
| 3471 | "type": "git", |
||
| 3472 | "url": "https://github.com/php-http/message-factory.git", |
||
| 3473 | "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" |
||
| 3474 | }, |
||
| 3475 | "dist": { |
||
| 3476 | "type": "zip", |
||
| 3477 | "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
||
| 3478 | "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
||
| 3479 | "shasum": "" |
||
| 3480 | }, |
||
| 3481 | "require": { |
||
| 3482 | "php": ">=5.4", |
||
| 3483 | "psr/http-message": "^1.0" |
||
| 3484 | }, |
||
| 3485 | "type": "library", |
||
| 3486 | "extra": { |
||
| 3487 | "branch-alias": { |
||
| 3488 | "dev-master": "1.0-dev" |
||
| 3489 | } |
||
| 3490 | }, |
||
| 3491 | "autoload": { |
||
| 3492 | "psr-4": { |
||
| 3493 | "Http\\Message\\": "src/" |
||
| 3494 | } |
||
| 3495 | }, |
||
| 3496 | "notification-url": "https://packagist.org/downloads/", |
||
| 3497 | "license": [ |
||
| 3498 | "MIT" |
||
| 3499 | ], |
||
| 3500 | "authors": [ |
||
| 3501 | { |
||
| 3502 | "name": "Márk Sági-Kazár", |
||
| 3503 | "email": "[email protected]" |
||
| 3504 | } |
||
| 3505 | ], |
||
| 3506 | "description": "Factory interfaces for PSR-7 HTTP Message", |
||
| 3507 | "homepage": "http://php-http.org", |
||
| 3508 | "keywords": [ |
||
| 3509 | "factory", |
||
| 3510 | "http", |
||
| 3511 | "message", |
||
| 3512 | "stream", |
||
| 3513 | "uri" |
||
| 3514 | ], |
||
| 3515 | "time": "2015-12-19T14:08:53+00:00" |
||
| 3516 | }, |
||
| 3517 | { |
||
| 3518 | "name": "php-http/promise", |
||
| 3519 | "version": "v1.0.0", |
||
| 3520 | "source": { |
||
| 3521 | "type": "git", |
||
| 3522 | "url": "https://github.com/php-http/promise.git", |
||
| 3523 | "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980" |
||
| 3524 | }, |
||
| 3525 | "dist": { |
||
| 3526 | "type": "zip", |
||
| 3527 | "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980", |
||
| 3528 | "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980", |
||
| 3529 | "shasum": "" |
||
| 3530 | }, |
||
| 3531 | "require-dev": { |
||
| 3532 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 3533 | "phpspec/phpspec": "^2.4" |
||
| 3534 | }, |
||
| 3535 | "type": "library", |
||
| 3536 | "extra": { |
||
| 3537 | "branch-alias": { |
||
| 3538 | "dev-master": "1.1-dev" |
||
| 3539 | } |
||
| 3540 | }, |
||
| 3541 | "autoload": { |
||
| 3542 | "psr-4": { |
||
| 3543 | "Http\\Promise\\": "src/" |
||
| 3544 | } |
||
| 3545 | }, |
||
| 3546 | "notification-url": "https://packagist.org/downloads/", |
||
| 3547 | "license": [ |
||
| 3548 | "MIT" |
||
| 3549 | ], |
||
| 3550 | "authors": [ |
||
| 3551 | { |
||
| 3552 | "name": "Márk Sági-Kazár", |
||
| 3553 | "email": "[email protected]" |
||
| 3554 | }, |
||
| 3555 | { |
||
| 3556 | "name": "Joel Wurtz", |
||
| 3557 | "email": "[email protected]" |
||
| 3558 | } |
||
| 3559 | ], |
||
| 3560 | "description": "Promise used for asynchronous HTTP requests", |
||
| 3561 | "homepage": "http://httplug.io", |
||
| 3562 | "keywords": [ |
||
| 3563 | "promise" |
||
| 3564 | ], |
||
| 3565 | "time": "2016-01-26T13:27:02+00:00" |
||
| 3566 | }, |
||
| 3567 | { |
||
| 3568 | "name": "phpcollection/phpcollection", |
||
| 3569 | "version": "0.5.0", |
||
| 3570 | "source": { |
||
| 3571 | "type": "git", |
||
| 3572 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
| 3573 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" |
||
| 3574 | }, |
||
| 3575 | "dist": { |
||
| 3576 | "type": "zip", |
||
| 3577 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
| 3578 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
| 3579 | "shasum": "" |
||
| 3580 | }, |
||
| 3581 | "require": { |
||
| 3582 | "phpoption/phpoption": "1.*" |
||
| 3583 | }, |
||
| 3584 | "type": "library", |
||
| 3585 | "extra": { |
||
| 3586 | "branch-alias": { |
||
| 3587 | "dev-master": "0.4-dev" |
||
| 3588 | } |
||
| 3589 | }, |
||
| 3590 | "autoload": { |
||
| 3591 | "psr-0": { |
||
| 3592 | "PhpCollection": "src/" |
||
| 3593 | } |
||
| 3594 | }, |
||
| 3595 | "notification-url": "https://packagist.org/downloads/", |
||
| 3596 | "license": [ |
||
| 3597 | "Apache2" |
||
| 3598 | ], |
||
| 3599 | "authors": [ |
||
| 3600 | { |
||
| 3601 | "name": "Johannes M. Schmitt", |
||
| 3602 | "email": "[email protected]" |
||
| 3603 | } |
||
| 3604 | ], |
||
| 3605 | "description": "General-Purpose Collection Library for PHP", |
||
| 3606 | "keywords": [ |
||
| 3607 | "collection", |
||
| 3608 | "list", |
||
| 3609 | "map", |
||
| 3610 | "sequence", |
||
| 3611 | "set" |
||
| 3612 | ], |
||
| 3613 | "time": "2015-05-17T12:39:23+00:00" |
||
| 3614 | }, |
||
| 3615 | { |
||
| 3616 | "name": "phpoption/phpoption", |
||
| 3617 | "version": "1.5.0", |
||
| 3618 | "source": { |
||
| 3619 | "type": "git", |
||
| 3620 | "url": "https://github.com/schmittjoh/php-option.git", |
||
| 3621 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
| 3622 | }, |
||
| 3623 | "dist": { |
||
| 3624 | "type": "zip", |
||
| 3625 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
| 3626 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
| 3627 | "shasum": "" |
||
| 3628 | }, |
||
| 3629 | "require": { |
||
| 3630 | "php": ">=5.3.0" |
||
| 3631 | }, |
||
| 3632 | "require-dev": { |
||
| 3633 | "phpunit/phpunit": "4.7.*" |
||
| 3634 | }, |
||
| 3635 | "type": "library", |
||
| 3636 | "extra": { |
||
| 3637 | "branch-alias": { |
||
| 3638 | "dev-master": "1.3-dev" |
||
| 3639 | } |
||
| 3640 | }, |
||
| 3641 | "autoload": { |
||
| 3642 | "psr-0": { |
||
| 3643 | "PhpOption\\": "src/" |
||
| 3644 | } |
||
| 3645 | }, |
||
| 3646 | "notification-url": "https://packagist.org/downloads/", |
||
| 3647 | "license": [ |
||
| 3648 | "Apache2" |
||
| 3649 | ], |
||
| 3650 | "authors": [ |
||
| 3651 | { |
||
| 3652 | "name": "Johannes M. Schmitt", |
||
| 3653 | "email": "[email protected]" |
||
| 3654 | } |
||
| 3655 | ], |
||
| 3656 | "description": "Option Type for PHP", |
||
| 3657 | "keywords": [ |
||
| 3658 | "language", |
||
| 3659 | "option", |
||
| 3660 | "php", |
||
| 3661 | "type" |
||
| 3662 | ], |
||
| 3663 | "time": "2015-07-25T16:39:46+00:00" |
||
| 3664 | }, |
||
| 3665 | { |
||
| 3666 | "name": "polishsymfonycommunity/symfony-mocker-container", |
||
| 3667 | "version": "v1.0.2", |
||
| 3668 | "source": { |
||
| 3669 | "type": "git", |
||
| 3670 | "url": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer.git", |
||
| 3671 | "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4" |
||
| 3672 | }, |
||
| 3673 | "dist": { |
||
| 3674 | "type": "zip", |
||
| 3675 | "url": "https://api.github.com/repos/PolishSymfonyCommunity/SymfonyMockerContainer/zipball/111537c17f32f1bda5ed0253e723b57915c08ff4", |
||
| 3676 | "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4", |
||
| 3677 | "shasum": "" |
||
| 3678 | }, |
||
| 3679 | "require": { |
||
| 3680 | "mockery/mockery": ">=0.7.0", |
||
| 3681 | "php": ">=5.3.2", |
||
| 3682 | "symfony/dependency-injection": ">=2.0.0" |
||
| 3683 | }, |
||
| 3684 | "type": "library", |
||
| 3685 | "autoload": { |
||
| 3686 | "psr-0": { |
||
| 3687 | "PSS\\SymfonyMockerContainer": "src/" |
||
| 3688 | } |
||
| 3689 | }, |
||
| 3690 | "notification-url": "https://packagist.org/downloads/", |
||
| 3691 | "license": [ |
||
| 3692 | "MIT" |
||
| 3693 | ], |
||
| 3694 | "authors": [ |
||
| 3695 | { |
||
| 3696 | "name": "Polish Symfony Community", |
||
| 3697 | "homepage": "http://symfonylab.pl" |
||
| 3698 | }, |
||
| 3699 | { |
||
| 3700 | "name": "Jakub Zalas", |
||
| 3701 | "email": "[email protected]", |
||
| 3702 | "homepage": "http://www.zalas.eu" |
||
| 3703 | } |
||
| 3704 | ], |
||
| 3705 | "description": "Provides base Symfony dependency injection container enabling service mocking.", |
||
| 3706 | "homepage": "http://symfonylab.pl", |
||
| 3707 | "keywords": [ |
||
| 3708 | "BDD", |
||
| 3709 | "Behat", |
||
| 3710 | "TDD", |
||
| 3711 | "mock", |
||
| 3712 | "mockery", |
||
| 3713 | "test" |
||
| 3714 | ], |
||
| 3715 | "time": "2016-03-04T08:53:43+00:00" |
||
| 3716 | }, |
||
| 3717 | { |
||
| 3718 | "name": "psr/cache", |
||
| 3719 | "version": "1.0.1", |
||
| 3720 | "source": { |
||
| 3721 | "type": "git", |
||
| 3722 | "url": "https://github.com/php-fig/cache.git", |
||
| 3723 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
| 3724 | }, |
||
| 3725 | "dist": { |
||
| 3726 | "type": "zip", |
||
| 3727 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 3728 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 3729 | "shasum": "" |
||
| 3730 | }, |
||
| 3731 | "require": { |
||
| 3732 | "php": ">=5.3.0" |
||
| 3733 | }, |
||
| 3734 | "type": "library", |
||
| 3735 | "extra": { |
||
| 3736 | "branch-alias": { |
||
| 3737 | "dev-master": "1.0.x-dev" |
||
| 3738 | } |
||
| 3739 | }, |
||
| 3740 | "autoload": { |
||
| 3741 | "psr-4": { |
||
| 3742 | "Psr\\Cache\\": "src/" |
||
| 3743 | } |
||
| 3744 | }, |
||
| 3745 | "notification-url": "https://packagist.org/downloads/", |
||
| 3746 | "license": [ |
||
| 3747 | "MIT" |
||
| 3748 | ], |
||
| 3749 | "authors": [ |
||
| 3750 | { |
||
| 3751 | "name": "PHP-FIG", |
||
| 3752 | "homepage": "http://www.php-fig.org/" |
||
| 3753 | } |
||
| 3754 | ], |
||
| 3755 | "description": "Common interface for caching libraries", |
||
| 3756 | "keywords": [ |
||
| 3757 | "cache", |
||
| 3758 | "psr", |
||
| 3759 | "psr-6" |
||
| 3760 | ], |
||
| 3761 | "time": "2016-08-06T20:24:11+00:00" |
||
| 3762 | }, |
||
| 3763 | { |
||
| 3764 | "name": "psr/container", |
||
| 3765 | "version": "1.0.0", |
||
| 3766 | "source": { |
||
| 3767 | "type": "git", |
||
| 3768 | "url": "https://github.com/php-fig/container.git", |
||
| 3769 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
| 3770 | }, |
||
| 3771 | "dist": { |
||
| 3772 | "type": "zip", |
||
| 3773 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 3774 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 3775 | "shasum": "" |
||
| 3776 | }, |
||
| 3777 | "require": { |
||
| 3778 | "php": ">=5.3.0" |
||
| 3779 | }, |
||
| 3780 | "type": "library", |
||
| 3781 | "extra": { |
||
| 3782 | "branch-alias": { |
||
| 3783 | "dev-master": "1.0.x-dev" |
||
| 3784 | } |
||
| 3785 | }, |
||
| 3786 | "autoload": { |
||
| 3787 | "psr-4": { |
||
| 3788 | "Psr\\Container\\": "src/" |
||
| 3789 | } |
||
| 3790 | }, |
||
| 3791 | "notification-url": "https://packagist.org/downloads/", |
||
| 3792 | "license": [ |
||
| 3793 | "MIT" |
||
| 3794 | ], |
||
| 3795 | "authors": [ |
||
| 3796 | { |
||
| 3797 | "name": "PHP-FIG", |
||
| 3798 | "homepage": "http://www.php-fig.org/" |
||
| 3799 | } |
||
| 3800 | ], |
||
| 3801 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
| 3802 | "homepage": "https://github.com/php-fig/container", |
||
| 3803 | "keywords": [ |
||
| 3804 | "PSR-11", |
||
| 3805 | "container", |
||
| 3806 | "container-interface", |
||
| 3807 | "container-interop", |
||
| 3808 | "psr" |
||
| 3809 | ], |
||
| 3810 | "time": "2017-02-14T16:28:37+00:00" |
||
| 3811 | }, |
||
| 3812 | { |
||
| 3813 | "name": "psr/http-message", |
||
| 3814 | "version": "1.0.1", |
||
| 3815 | "source": { |
||
| 3816 | "type": "git", |
||
| 3817 | "url": "https://github.com/php-fig/http-message.git", |
||
| 3818 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
| 3819 | }, |
||
| 3820 | "dist": { |
||
| 3821 | "type": "zip", |
||
| 3822 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 3823 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 3824 | "shasum": "" |
||
| 3825 | }, |
||
| 3826 | "require": { |
||
| 3827 | "php": ">=5.3.0" |
||
| 3828 | }, |
||
| 3829 | "type": "library", |
||
| 3830 | "extra": { |
||
| 3831 | "branch-alias": { |
||
| 3832 | "dev-master": "1.0.x-dev" |
||
| 3833 | } |
||
| 3834 | }, |
||
| 3835 | "autoload": { |
||
| 3836 | "psr-4": { |
||
| 3837 | "Psr\\Http\\Message\\": "src/" |
||
| 3838 | } |
||
| 3839 | }, |
||
| 3840 | "notification-url": "https://packagist.org/downloads/", |
||
| 3841 | "license": [ |
||
| 3842 | "MIT" |
||
| 3843 | ], |
||
| 3844 | "authors": [ |
||
| 3845 | { |
||
| 3846 | "name": "PHP-FIG", |
||
| 3847 | "homepage": "http://www.php-fig.org/" |
||
| 3848 | } |
||
| 3849 | ], |
||
| 3850 | "description": "Common interface for HTTP messages", |
||
| 3851 | "homepage": "https://github.com/php-fig/http-message", |
||
| 3852 | "keywords": [ |
||
| 3853 | "http", |
||
| 3854 | "http-message", |
||
| 3855 | "psr", |
||
| 3856 | "psr-7", |
||
| 3857 | "request", |
||
| 3858 | "response" |
||
| 3859 | ], |
||
| 3860 | "time": "2016-08-06T14:39:51+00:00" |
||
| 3861 | }, |
||
| 3862 | { |
||
| 3863 | "name": "psr/link", |
||
| 3864 | "version": "1.0.0", |
||
| 3865 | "source": { |
||
| 3866 | "type": "git", |
||
| 3867 | "url": "https://github.com/php-fig/link.git", |
||
| 3868 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" |
||
| 3869 | }, |
||
| 3870 | "dist": { |
||
| 3871 | "type": "zip", |
||
| 3872 | "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
| 3873 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
| 3874 | "shasum": "" |
||
| 3875 | }, |
||
| 3876 | "require": { |
||
| 3877 | "php": ">=5.3.0" |
||
| 3878 | }, |
||
| 3879 | "type": "library", |
||
| 3880 | "extra": { |
||
| 3881 | "branch-alias": { |
||
| 3882 | "dev-master": "1.0.x-dev" |
||
| 3883 | } |
||
| 3884 | }, |
||
| 3885 | "autoload": { |
||
| 3886 | "psr-4": { |
||
| 3887 | "Psr\\Link\\": "src/" |
||
| 3888 | } |
||
| 3889 | }, |
||
| 3890 | "notification-url": "https://packagist.org/downloads/", |
||
| 3891 | "license": [ |
||
| 3892 | "MIT" |
||
| 3893 | ], |
||
| 3894 | "authors": [ |
||
| 3895 | { |
||
| 3896 | "name": "PHP-FIG", |
||
| 3897 | "homepage": "http://www.php-fig.org/" |
||
| 3898 | } |
||
| 3899 | ], |
||
| 3900 | "description": "Common interfaces for HTTP links", |
||
| 3901 | "keywords": [ |
||
| 3902 | "http", |
||
| 3903 | "http-link", |
||
| 3904 | "link", |
||
| 3905 | "psr", |
||
| 3906 | "psr-13", |
||
| 3907 | "rest" |
||
| 3908 | ], |
||
| 3909 | "time": "2016-10-28T16:06:13+00:00" |
||
| 3910 | }, |
||
| 3911 | { |
||
| 3912 | "name": "psr/log", |
||
| 3913 | "version": "1.0.2", |
||
| 3914 | "source": { |
||
| 3915 | "type": "git", |
||
| 3916 | "url": "https://github.com/php-fig/log.git", |
||
| 3917 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 3918 | }, |
||
| 3919 | "dist": { |
||
| 3920 | "type": "zip", |
||
| 3921 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 3922 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 3923 | "shasum": "" |
||
| 3924 | }, |
||
| 3925 | "require": { |
||
| 3926 | "php": ">=5.3.0" |
||
| 3927 | }, |
||
| 3928 | "type": "library", |
||
| 3929 | "extra": { |
||
| 3930 | "branch-alias": { |
||
| 3931 | "dev-master": "1.0.x-dev" |
||
| 3932 | } |
||
| 3933 | }, |
||
| 3934 | "autoload": { |
||
| 3935 | "psr-4": { |
||
| 3936 | "Psr\\Log\\": "Psr/Log/" |
||
| 3937 | } |
||
| 3938 | }, |
||
| 3939 | "notification-url": "https://packagist.org/downloads/", |
||
| 3940 | "license": [ |
||
| 3941 | "MIT" |
||
| 3942 | ], |
||
| 3943 | "authors": [ |
||
| 3944 | { |
||
| 3945 | "name": "PHP-FIG", |
||
| 3946 | "homepage": "http://www.php-fig.org/" |
||
| 3947 | } |
||
| 3948 | ], |
||
| 3949 | "description": "Common interface for logging libraries", |
||
| 3950 | "homepage": "https://github.com/php-fig/log", |
||
| 3951 | "keywords": [ |
||
| 3952 | "log", |
||
| 3953 | "psr", |
||
| 3954 | "psr-3" |
||
| 3955 | ], |
||
| 3956 | "time": "2016-10-10T12:19:37+00:00" |
||
| 3957 | }, |
||
| 3958 | { |
||
| 3959 | "name": "psr/simple-cache", |
||
| 3960 | "version": "1.0.0", |
||
| 3961 | "source": { |
||
| 3962 | "type": "git", |
||
| 3963 | "url": "https://github.com/php-fig/simple-cache.git", |
||
| 3964 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
| 3965 | }, |
||
| 3966 | "dist": { |
||
| 3967 | "type": "zip", |
||
| 3968 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
| 3969 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
| 3970 | "shasum": "" |
||
| 3971 | }, |
||
| 3972 | "require": { |
||
| 3973 | "php": ">=5.3.0" |
||
| 3974 | }, |
||
| 3975 | "type": "library", |
||
| 3976 | "extra": { |
||
| 3977 | "branch-alias": { |
||
| 3978 | "dev-master": "1.0.x-dev" |
||
| 3979 | } |
||
| 3980 | }, |
||
| 3981 | "autoload": { |
||
| 3982 | "psr-4": { |
||
| 3983 | "Psr\\SimpleCache\\": "src/" |
||
| 3984 | } |
||
| 3985 | }, |
||
| 3986 | "notification-url": "https://packagist.org/downloads/", |
||
| 3987 | "license": [ |
||
| 3988 | "MIT" |
||
| 3989 | ], |
||
| 3990 | "authors": [ |
||
| 3991 | { |
||
| 3992 | "name": "PHP-FIG", |
||
| 3993 | "homepage": "http://www.php-fig.org/" |
||
| 3994 | } |
||
| 3995 | ], |
||
| 3996 | "description": "Common interfaces for simple caching", |
||
| 3997 | "keywords": [ |
||
| 3998 | "cache", |
||
| 3999 | "caching", |
||
| 4000 | "psr", |
||
| 4001 | "psr-16", |
||
| 4002 | "simple-cache" |
||
| 4003 | ], |
||
| 4004 | "time": "2017-01-02T13:31:39+00:00" |
||
| 4005 | }, |
||
| 4006 | { |
||
| 4007 | "name": "sensio/distribution-bundle", |
||
| 4008 | "version": "v5.0.18", |
||
| 4009 | "source": { |
||
| 4010 | "type": "git", |
||
| 4011 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
| 4012 | "reference": "17846680901003d26d823c2e3ac9228702837916" |
||
| 4013 | }, |
||
| 4014 | "dist": { |
||
| 4015 | "type": "zip", |
||
| 4016 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/17846680901003d26d823c2e3ac9228702837916", |
||
| 4017 | "reference": "17846680901003d26d823c2e3ac9228702837916", |
||
| 4018 | "shasum": "" |
||
| 4019 | }, |
||
| 4020 | "require": { |
||
| 4021 | "php": ">=5.3.9", |
||
| 4022 | "sensiolabs/security-checker": "~3.0|~4.0", |
||
| 4023 | "symfony/class-loader": "~2.3|~3.0", |
||
| 4024 | "symfony/config": "~2.3|~3.0", |
||
| 4025 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 4026 | "symfony/filesystem": "~2.3|~3.0", |
||
| 4027 | "symfony/http-kernel": "~2.3|~3.0", |
||
| 4028 | "symfony/process": "~2.3|~3.0" |
||
| 4029 | }, |
||
| 4030 | "type": "symfony-bundle", |
||
| 4031 | "extra": { |
||
| 4032 | "branch-alias": { |
||
| 4033 | "dev-master": "5.0.x-dev" |
||
| 4034 | } |
||
| 4035 | }, |
||
| 4036 | "autoload": { |
||
| 4037 | "psr-4": { |
||
| 4038 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
| 4039 | } |
||
| 4040 | }, |
||
| 4041 | "notification-url": "https://packagist.org/downloads/", |
||
| 4042 | "license": [ |
||
| 4043 | "MIT" |
||
| 4044 | ], |
||
| 4045 | "authors": [ |
||
| 4046 | { |
||
| 4047 | "name": "Fabien Potencier", |
||
| 4048 | "email": "[email protected]" |
||
| 4049 | } |
||
| 4050 | ], |
||
| 4051 | "description": "Base bundle for Symfony Distributions", |
||
| 4052 | "keywords": [ |
||
| 4053 | "configuration", |
||
| 4054 | "distribution" |
||
| 4055 | ], |
||
| 4056 | "time": "2017-01-10T14:58:45+00:00" |
||
| 4057 | }, |
||
| 4058 | { |
||
| 4059 | "name": "sensiolabs/security-checker", |
||
| 4060 | "version": "v4.0.0", |
||
| 4061 | "source": { |
||
| 4062 | "type": "git", |
||
| 4063 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
| 4064 | "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c" |
||
| 4065 | }, |
||
| 4066 | "dist": { |
||
| 4067 | "type": "zip", |
||
| 4068 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", |
||
| 4069 | "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", |
||
| 4070 | "shasum": "" |
||
| 4071 | }, |
||
| 4072 | "require": { |
||
| 4073 | "symfony/console": "~2.7|~3.0" |
||
| 4074 | }, |
||
| 4075 | "bin": [ |
||
| 4076 | "security-checker" |
||
| 4077 | ], |
||
| 4078 | "type": "library", |
||
| 4079 | "extra": { |
||
| 4080 | "branch-alias": { |
||
| 4081 | "dev-master": "4.0-dev" |
||
| 4082 | } |
||
| 4083 | }, |
||
| 4084 | "autoload": { |
||
| 4085 | "psr-0": { |
||
| 4086 | "SensioLabs\\Security": "" |
||
| 4087 | } |
||
| 4088 | }, |
||
| 4089 | "notification-url": "https://packagist.org/downloads/", |
||
| 4090 | "license": [ |
||
| 4091 | "MIT" |
||
| 4092 | ], |
||
| 4093 | "authors": [ |
||
| 4094 | { |
||
| 4095 | "name": "Fabien Potencier", |
||
| 4096 | "email": "[email protected]" |
||
| 4097 | } |
||
| 4098 | ], |
||
| 4099 | "description": "A security checker for your composer.lock", |
||
| 4100 | "time": "2016-09-23T18:09:57+00:00" |
||
| 4101 | }, |
||
| 4102 | { |
||
| 4103 | "name": "sonata-project/block-bundle", |
||
| 4104 | "version": "3.3.2", |
||
| 4105 | "source": { |
||
| 4106 | "type": "git", |
||
| 4107 | "url": "https://github.com/sonata-project/SonataBlockBundle.git", |
||
| 4108 | "reference": "7cdf6e5620696cdd962eb4c404beeedaf20c3570" |
||
| 4109 | }, |
||
| 4110 | "dist": { |
||
| 4111 | "type": "zip", |
||
| 4112 | "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/7cdf6e5620696cdd962eb4c404beeedaf20c3570", |
||
| 4113 | "reference": "7cdf6e5620696cdd962eb4c404beeedaf20c3570", |
||
| 4114 | "shasum": "" |
||
| 4115 | }, |
||
| 4116 | "require": { |
||
| 4117 | "doctrine/common": "^2.3", |
||
| 4118 | "php": "^5.3 || ^7.0", |
||
| 4119 | "sonata-project/cache": "^1.0", |
||
| 4120 | "sonata-project/core-bundle": "^3.0", |
||
| 4121 | "symfony/form": "^2.3 || ^3.0", |
||
| 4122 | "symfony/http-kernel": "^2.3 || ^3.0" |
||
| 4123 | }, |
||
| 4124 | "require-dev": { |
||
| 4125 | "knplabs/knp-menu-bundle": "^2.0", |
||
| 4126 | "sllh/php-cs-fixer-styleci-bridge": "^2.0", |
||
| 4127 | "sonata-project/admin-bundle": "^3.0", |
||
| 4128 | "symfony/phpunit-bridge": "^2.7 || ^3.0" |
||
| 4129 | }, |
||
| 4130 | "suggest": { |
||
| 4131 | "knplabs/knp-menu-bundle": "^2.0", |
||
| 4132 | "sonata-project/cache-bundle": "^3.0" |
||
| 4133 | }, |
||
| 4134 | "type": "symfony-bundle", |
||
| 4135 | "extra": { |
||
| 4136 | "branch-alias": { |
||
| 4137 | "dev-master": "3.x-dev" |
||
| 4138 | } |
||
| 4139 | }, |
||
| 4140 | "autoload": { |
||
| 4141 | "psr-4": { |
||
| 4142 | "Sonata\\BlockBundle\\": "" |
||
| 4143 | }, |
||
| 4144 | "exclude-from-classmap": [ |
||
| 4145 | "Tests/" |
||
| 4146 | ], |
||
| 4147 | "files": [ |
||
| 4148 | "Resources/stubs/symfony2.php" |
||
| 4149 | ] |
||
| 4150 | }, |
||
| 4151 | "notification-url": "https://packagist.org/downloads/", |
||
| 4152 | "license": [ |
||
| 4153 | "MIT" |
||
| 4154 | ], |
||
| 4155 | "authors": [ |
||
| 4156 | { |
||
| 4157 | "name": "Sonata Community", |
||
| 4158 | "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors" |
||
| 4159 | }, |
||
| 4160 | { |
||
| 4161 | "name": "Thomas Rabaix", |
||
| 4162 | "email": "[email protected]", |
||
| 4163 | "homepage": "https://sonata-project.org" |
||
| 4164 | } |
||
| 4165 | ], |
||
| 4166 | "description": "Symfony SonataBlockBundle", |
||
| 4167 | "homepage": "https://sonata-project.org/bundles/block", |
||
| 4168 | "keywords": [ |
||
| 4169 | "block", |
||
| 4170 | "sonata" |
||
| 4171 | ], |
||
| 4172 | "time": "2017-03-23T12:54:15+00:00" |
||
| 4173 | }, |
||
| 4174 | { |
||
| 4175 | "name": "sonata-project/cache", |
||
| 4176 | "version": "1.0.7", |
||
| 4177 | "source": { |
||
| 4178 | "type": "git", |
||
| 4179 | "url": "https://github.com/sonata-project/cache.git", |
||
| 4180 | "reference": "f2f6be96c270d6a2b1f26fdc1d6edcb586b60691" |
||
| 4181 | }, |
||
| 4182 | "dist": { |
||
| 4183 | "type": "zip", |
||
| 4184 | "url": "https://api.github.com/repos/sonata-project/cache/zipball/f2f6be96c270d6a2b1f26fdc1d6edcb586b60691", |
||
| 4185 | "reference": "f2f6be96c270d6a2b1f26fdc1d6edcb586b60691", |
||
| 4186 | "shasum": "" |
||
| 4187 | }, |
||
| 4188 | "require-dev": { |
||
| 4189 | "doctrine/orm": "~2.2", |
||
| 4190 | "doctrine/phpcr-odm": "~1.0", |
||
| 4191 | "fabpot/php-cs-fixer": "~0.1|~1.0", |
||
| 4192 | "jackalope/jackalope-doctrine-dbal": "~1.0", |
||
| 4193 | "predis/predis": "~0.8,<1.0", |
||
| 4194 | "psr/log": "~1.0", |
||
| 4195 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
| 4196 | }, |
||
| 4197 | "suggest": { |
||
| 4198 | "doctrine/orm": "ORM support", |
||
| 4199 | "doctrine/phpcr-odm": "PHPCR ODM support", |
||
| 4200 | "ext-apc": "Caching with ext/apc", |
||
| 4201 | "ext-memcached": "Caching with ext/memcached", |
||
| 4202 | "predis/predis": "Install redis php" |
||
| 4203 | }, |
||
| 4204 | "type": "library", |
||
| 4205 | "extra": { |
||
| 4206 | "branch-alias": { |
||
| 4207 | "dev-master": "1.x-dev" |
||
| 4208 | } |
||
| 4209 | }, |
||
| 4210 | "autoload": { |
||
| 4211 | "psr-4": { |
||
| 4212 | "Sonata\\Cache\\Tests\\": "test/", |
||
| 4213 | "Sonata\\Cache\\": "lib/" |
||
| 4214 | } |
||
| 4215 | }, |
||
| 4216 | "notification-url": "https://packagist.org/downloads/", |
||
| 4217 | "license": [ |
||
| 4218 | "MIT" |
||
| 4219 | ], |
||
| 4220 | "authors": [ |
||
| 4221 | { |
||
| 4222 | "name": "Thomas Rabaix", |
||
| 4223 | "email": "[email protected]", |
||
| 4224 | "homepage": "https://sonata-project.org/" |
||
| 4225 | } |
||
| 4226 | ], |
||
| 4227 | "description": "Cache library", |
||
| 4228 | "homepage": "https://github.com/sonata-project/cache", |
||
| 4229 | "keywords": [ |
||
| 4230 | "cache", |
||
| 4231 | "memcached", |
||
| 4232 | "mongodb", |
||
| 4233 | "redis" |
||
| 4234 | ], |
||
| 4235 | "time": "2015-09-18T14:40:58+00:00" |
||
| 4236 | }, |
||
| 4237 | { |
||
| 4238 | "name": "sonata-project/core-bundle", |
||
| 4239 | "version": "3.4.0", |
||
| 4240 | "source": { |
||
| 4241 | "type": "git", |
||
| 4242 | "url": "https://github.com/sonata-project/SonataCoreBundle.git", |
||
| 4243 | "reference": "a1b837101262af856c45b22e8f0887553edf0fb0" |
||
| 4244 | }, |
||
| 4245 | "dist": { |
||
| 4246 | "type": "zip", |
||
| 4247 | "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/a1b837101262af856c45b22e8f0887553edf0fb0", |
||
| 4248 | "reference": "a1b837101262af856c45b22e8f0887553edf0fb0", |
||
| 4249 | "shasum": "" |
||
| 4250 | }, |
||
| 4251 | "require": { |
||
| 4252 | "cocur/slugify": "^1.4 || ^2.0", |
||
| 4253 | "php": "^5.3 || ^7.0", |
||
| 4254 | "sonata-project/datagrid-bundle": "^2.0", |
||
| 4255 | "symfony/config": "^2.3 || ^3.0", |
||
| 4256 | "symfony/form": "^2.3.5 || ^3.0", |
||
| 4257 | "symfony/framework-bundle": "^2.3 || ^3.0", |
||
| 4258 | "symfony/http-foundation": "^2.3 || ^3.0", |
||
| 4259 | "symfony/property-access": "^2.3 || ^3.0", |
||
| 4260 | "symfony/security": "^2.3 || ^3.0", |
||
| 4261 | "symfony/translation": "^2.3 || ^3.0", |
||
| 4262 | "symfony/twig-bridge": "^2.3.5 || ^3.0", |
||
| 4263 | "symfony/validator": "^2.3 || ^3.0", |
||
| 4264 | "twig/extensions": "^1.0", |
||
| 4265 | "twig/twig": "^1.23 || ^2.0" |
||
| 4266 | }, |
||
| 4267 | "require-dev": { |
||
| 4268 | "doctrine/orm": "^2.4", |
||
| 4269 | "doctrine/phpcr-odm": "^1.0", |
||
| 4270 | "friendsofsymfony/rest-bundle": "^1.1 || ^2.0", |
||
| 4271 | "jackalope/jackalope-doctrine-dbal": "^1.0", |
||
| 4272 | "jms/serializer-bundle": "0.11 - 0.13 || ^1.0", |
||
| 4273 | "matthiasnoback/symfony-config-test": "^0.4 || ^1.0", |
||
| 4274 | "matthiasnoback/symfony-dependency-injection-test": "^0.7", |
||
| 4275 | "nelmio/api-doc-bundle": "^2.11", |
||
| 4276 | "sensio/framework-extra-bundle": "^2.3 || ^3.0", |
||
| 4277 | "sllh/php-cs-fixer-styleci-bridge": "^2.0", |
||
| 4278 | "sonata-project/exporter": "^1.3", |
||
| 4279 | "symfony/phpunit-bridge": "^2.7" |
||
| 4280 | }, |
||
| 4281 | "type": "symfony-bundle", |
||
| 4282 | "extra": { |
||
| 4283 | "branch-alias": { |
||
| 4284 | "dev-master": "3.x-dev" |
||
| 4285 | } |
||
| 4286 | }, |
||
| 4287 | "autoload": { |
||
| 4288 | "psr-4": { |
||
| 4289 | "Sonata\\CoreBundle\\": "" |
||
| 4290 | }, |
||
| 4291 | "exclude-from-classmap": [ |
||
| 4292 | "Tests/" |
||
| 4293 | ] |
||
| 4294 | }, |
||
| 4295 | "notification-url": "https://packagist.org/downloads/", |
||
| 4296 | "license": [ |
||
| 4297 | "MIT" |
||
| 4298 | ], |
||
| 4299 | "authors": [ |
||
| 4300 | { |
||
| 4301 | "name": "Sonata Community", |
||
| 4302 | "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors" |
||
| 4303 | }, |
||
| 4304 | { |
||
| 4305 | "name": "Thomas Rabaix", |
||
| 4306 | "email": "[email protected]" |
||
| 4307 | } |
||
| 4308 | ], |
||
| 4309 | "description": "Symfony SonataCoreBundle", |
||
| 4310 | "homepage": "https://sonata-project.org/bundles/core", |
||
| 4311 | "keywords": [ |
||
| 4312 | "sonata" |
||
| 4313 | ], |
||
| 4314 | "time": "2017-05-09T15:05:32+00:00" |
||
| 4315 | }, |
||
| 4316 | { |
||
| 4317 | "name": "sonata-project/datagrid-bundle", |
||
| 4318 | "version": "2.2.1", |
||
| 4319 | "source": { |
||
| 4320 | "type": "git", |
||
| 4321 | "url": "https://github.com/sonata-project/SonataDatagridBundle.git", |
||
| 4322 | "reference": "8aa9183f2ba1724b290faacb83fb003123bae548" |
||
| 4323 | }, |
||
| 4324 | "dist": { |
||
| 4325 | "type": "zip", |
||
| 4326 | "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/8aa9183f2ba1724b290faacb83fb003123bae548", |
||
| 4327 | "reference": "8aa9183f2ba1724b290faacb83fb003123bae548", |
||
| 4328 | "shasum": "" |
||
| 4329 | }, |
||
| 4330 | "require": { |
||
| 4331 | "php": "^5.3 || ^7.0", |
||
| 4332 | "symfony/dependency-injection": "^2.3 || ^3.0", |
||
| 4333 | "symfony/form": "^2.3 || ^3.0" |
||
| 4334 | }, |
||
| 4335 | "require-dev": { |
||
| 4336 | "doctrine/orm": "^2.4", |
||
| 4337 | "sllh/php-cs-fixer-styleci-bridge": "^2.0", |
||
| 4338 | "symfony/phpunit-bridge": "^2.7 || ^3.0" |
||
| 4339 | }, |
||
| 4340 | "type": "symfony-bundle", |
||
| 4341 | "extra": { |
||
| 4342 | "branch-alias": { |
||
| 4343 | "dev-master": "2.x-dev" |
||
| 4344 | } |
||
| 4345 | }, |
||
| 4346 | "autoload": { |
||
| 4347 | "psr-4": { |
||
| 4348 | "Sonata\\DatagridBundle\\": "" |
||
| 4349 | }, |
||
| 4350 | "exclude-from-classmap": [ |
||
| 4351 | "Tests/" |
||
| 4352 | ] |
||
| 4353 | }, |
||
| 4354 | "notification-url": "https://packagist.org/downloads/", |
||
| 4355 | "license": [ |
||
| 4356 | "MIT" |
||
| 4357 | ], |
||
| 4358 | "authors": [ |
||
| 4359 | { |
||
| 4360 | "name": "Sonata Community", |
||
| 4361 | "homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors" |
||
| 4362 | }, |
||
| 4363 | { |
||
| 4364 | "name": "Thomas Rabaix", |
||
| 4365 | "email": "[email protected]", |
||
| 4366 | "homepage": "https://sonata-project.org" |
||
| 4367 | } |
||
| 4368 | ], |
||
| 4369 | "description": "Symfony SonataDatagridBundle", |
||
| 4370 | "homepage": "https://sonata-project.org/bundles/datagrid", |
||
| 4371 | "keywords": [ |
||
| 4372 | "datagrid", |
||
| 4373 | "sonata" |
||
| 4374 | ], |
||
| 4375 | "time": "2017-02-09T16:25:20+00:00" |
||
| 4376 | }, |
||
| 4377 | { |
||
| 4378 | "name": "sonata-project/intl-bundle", |
||
| 4379 | "version": "2.3.0", |
||
| 4380 | "source": { |
||
| 4381 | "type": "git", |
||
| 4382 | "url": "https://github.com/sonata-project/SonataIntlBundle.git", |
||
| 4383 | "reference": "2ffb2444599cf5d9fff6d32ac0ba9e11e9b11225" |
||
| 4384 | }, |
||
| 4385 | "dist": { |
||
| 4386 | "type": "zip", |
||
| 4387 | "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/2ffb2444599cf5d9fff6d32ac0ba9e11e9b11225", |
||
| 4388 | "reference": "2ffb2444599cf5d9fff6d32ac0ba9e11e9b11225", |
||
| 4389 | "shasum": "" |
||
| 4390 | }, |
||
| 4391 | "require": { |
||
| 4392 | "php": "^5.3 || ^7.0", |
||
| 4393 | "symfony/dependency-injection": "^2.2 || ^3.0", |
||
| 4394 | "symfony/http-kernel": "^2.2 || ^3.0", |
||
| 4395 | "symfony/intl": "^2.3.21 || ^3.0", |
||
| 4396 | "symfony/templating": "^2.2 || ^3.0", |
||
| 4397 | "twig/twig": "^1.12 || ^2.0" |
||
| 4398 | }, |
||
| 4399 | "conflict": { |
||
| 4400 | "sonata-project/user-bundle": "<2.0 || >=4.0" |
||
| 4401 | }, |
||
| 4402 | "require-dev": { |
||
| 4403 | "matthiasnoback/symfony-dependency-injection-test": "^0.7.6", |
||
| 4404 | "sllh/php-cs-fixer-styleci-bridge": "^2.0", |
||
| 4405 | "symfony/phpunit-bridge": "^2.7 || ^3.0", |
||
| 4406 | "symfony/security": "^2.2 || ^3.0", |
||
| 4407 | "symfony/security-acl": "^2.2 || ^3.0" |
||
| 4408 | }, |
||
| 4409 | "suggest": { |
||
| 4410 | "sonata-project/user-bundle": "For user timezone detection" |
||
| 4411 | }, |
||
| 4412 | "type": "symfony-bundle", |
||
| 4413 | "extra": { |
||
| 4414 | "branch-alias": { |
||
| 4415 | "dev-master": "2.x-dev" |
||
| 4416 | } |
||
| 4417 | }, |
||
| 4418 | "autoload": { |
||
| 4419 | "psr-4": { |
||
| 4420 | "Sonata\\IntlBundle\\": "" |
||
| 4421 | }, |
||
| 4422 | "exclude-from-classmap": [ |
||
| 4423 | "Tests/" |
||
| 4424 | ] |
||
| 4425 | }, |
||
| 4426 | "notification-url": "https://packagist.org/downloads/", |
||
| 4427 | "license": [ |
||
| 4428 | "MIT" |
||
| 4429 | ], |
||
| 4430 | "authors": [ |
||
| 4431 | { |
||
| 4432 | "name": "Sonata Community", |
||
| 4433 | "homepage": "https://github.com/sonata-project/SonataIntlBundle/contributors" |
||
| 4434 | }, |
||
| 4435 | { |
||
| 4436 | "name": "Thomas Rabaix", |
||
| 4437 | "email": "[email protected]" |
||
| 4438 | } |
||
| 4439 | ], |
||
| 4440 | "description": "Symfony SonataIntlBundle", |
||
| 4441 | "homepage": "https://sonata-project.org/bundles/intl", |
||
| 4442 | "keywords": [ |
||
| 4443 | "date", |
||
| 4444 | "intl", |
||
| 4445 | "number", |
||
| 4446 | "sonata", |
||
| 4447 | "time" |
||
| 4448 | ], |
||
| 4449 | "time": "2017-01-17T11:04:35+00:00" |
||
| 4450 | }, |
||
| 4451 | { |
||
| 4452 | "name": "stof/doctrine-extensions-bundle", |
||
| 4453 | "version": "v1.2.2", |
||
| 4454 | "source": { |
||
| 4455 | "type": "git", |
||
| 4456 | "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", |
||
| 4457 | "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25" |
||
| 4458 | }, |
||
| 4459 | "dist": { |
||
| 4460 | "type": "zip", |
||
| 4461 | "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25", |
||
| 4462 | "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25", |
||
| 4463 | "shasum": "" |
||
| 4464 | }, |
||
| 4465 | "require": { |
||
| 4466 | "gedmo/doctrine-extensions": "^2.3.1", |
||
| 4467 | "php": ">=5.3.2", |
||
| 4468 | "symfony/framework-bundle": "~2.1|~3.0" |
||
| 4469 | }, |
||
| 4470 | "suggest": { |
||
| 4471 | "doctrine/doctrine-bundle": "to use the ORM extensions", |
||
| 4472 | "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions" |
||
| 4473 | }, |
||
| 4474 | "type": "symfony-bundle", |
||
| 4475 | "extra": { |
||
| 4476 | "branch-alias": { |
||
| 4477 | "dev-master": "1.2.x-dev" |
||
| 4478 | } |
||
| 4479 | }, |
||
| 4480 | "autoload": { |
||
| 4481 | "psr-4": { |
||
| 4482 | "Stof\\DoctrineExtensionsBundle\\": "" |
||
| 4483 | } |
||
| 4484 | }, |
||
| 4485 | "notification-url": "https://packagist.org/downloads/", |
||
| 4486 | "license": [ |
||
| 4487 | "MIT" |
||
| 4488 | ], |
||
| 4489 | "authors": [ |
||
| 4490 | { |
||
| 4491 | "name": "Christophe Coevoet", |
||
| 4492 | "email": "[email protected]" |
||
| 4493 | } |
||
| 4494 | ], |
||
| 4495 | "description": "Integration of the gedmo/doctrine-extensions with Symfony2", |
||
| 4496 | "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle", |
||
| 4497 | "keywords": [ |
||
| 4498 | "behaviors", |
||
| 4499 | "doctrine2", |
||
| 4500 | "extensions", |
||
| 4501 | "gedmo", |
||
| 4502 | "loggable", |
||
| 4503 | "nestedset", |
||
| 4504 | "sluggable", |
||
| 4505 | "sortable", |
||
| 4506 | "timestampable", |
||
| 4507 | "translatable", |
||
| 4508 | "tree" |
||
| 4509 | ], |
||
| 4510 | "time": "2016-01-26T23:58:32+00:00" |
||
| 4511 | }, |
||
| 4512 | { |
||
| 4513 | "name": "swiftmailer/swiftmailer", |
||
| 4514 | "version": "v5.4.5", |
||
| 4515 | "source": { |
||
| 4516 | "type": "git", |
||
| 4517 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 4518 | "reference": "cd142238a339459b10da3d8234220963f392540c" |
||
| 4519 | }, |
||
| 4520 | "dist": { |
||
| 4521 | "type": "zip", |
||
| 4522 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c", |
||
| 4523 | "reference": "cd142238a339459b10da3d8234220963f392540c", |
||
| 4524 | "shasum": "" |
||
| 4525 | }, |
||
| 4526 | "require": { |
||
| 4527 | "php": ">=5.3.3" |
||
| 4528 | }, |
||
| 4529 | "require-dev": { |
||
| 4530 | "mockery/mockery": "~0.9.1", |
||
| 4531 | "symfony/phpunit-bridge": "~3.2" |
||
| 4532 | }, |
||
| 4533 | "type": "library", |
||
| 4534 | "extra": { |
||
| 4535 | "branch-alias": { |
||
| 4536 | "dev-master": "5.4-dev" |
||
| 4537 | } |
||
| 4538 | }, |
||
| 4539 | "autoload": { |
||
| 4540 | "files": [ |
||
| 4541 | "lib/swift_required.php" |
||
| 4542 | ] |
||
| 4543 | }, |
||
| 4544 | "notification-url": "https://packagist.org/downloads/", |
||
| 4545 | "license": [ |
||
| 4546 | "MIT" |
||
| 4547 | ], |
||
| 4548 | "authors": [ |
||
| 4549 | { |
||
| 4550 | "name": "Chris Corbyn" |
||
| 4551 | }, |
||
| 4552 | { |
||
| 4553 | "name": "Fabien Potencier", |
||
| 4554 | "email": "[email protected]" |
||
| 4555 | } |
||
| 4556 | ], |
||
| 4557 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 4558 | "homepage": "http://swiftmailer.org", |
||
| 4559 | "keywords": [ |
||
| 4560 | "email", |
||
| 4561 | "mail", |
||
| 4562 | "mailer" |
||
| 4563 | ], |
||
| 4564 | "time": "2016-12-29T10:02:40+00:00" |
||
| 4565 | }, |
||
| 4566 | { |
||
| 4567 | "name": "symfony/monolog-bundle", |
||
| 4568 | "version": "v3.0.3", |
||
| 4569 | "source": { |
||
| 4570 | "type": "git", |
||
| 4571 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
| 4572 | "reference": "ebce76a39a65495a66c34eb1574cc4b9e35a4e64" |
||
| 4573 | }, |
||
| 4574 | "dist": { |
||
| 4575 | "type": "zip", |
||
| 4576 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/ebce76a39a65495a66c34eb1574cc4b9e35a4e64", |
||
| 4577 | "reference": "ebce76a39a65495a66c34eb1574cc4b9e35a4e64", |
||
| 4578 | "shasum": "" |
||
| 4579 | }, |
||
| 4580 | "require": { |
||
| 4581 | "monolog/monolog": "~1.22", |
||
| 4582 | "php": ">=5.3.2", |
||
| 4583 | "symfony/config": "~2.7|~3.0", |
||
| 4584 | "symfony/dependency-injection": "~2.7|~3.0", |
||
| 4585 | "symfony/http-kernel": "~2.7|~3.0", |
||
| 4586 | "symfony/monolog-bridge": "~2.7|~3.0" |
||
| 4587 | }, |
||
| 4588 | "require-dev": { |
||
| 4589 | "phpunit/phpunit": "^4.8", |
||
| 4590 | "symfony/console": "~2.3|~3.0", |
||
| 4591 | "symfony/yaml": "~2.3|~3.0" |
||
| 4592 | }, |
||
| 4593 | "type": "symfony-bundle", |
||
| 4594 | "extra": { |
||
| 4595 | "branch-alias": { |
||
| 4596 | "dev-master": "3.x-dev" |
||
| 4597 | } |
||
| 4598 | }, |
||
| 4599 | "autoload": { |
||
| 4600 | "psr-4": { |
||
| 4601 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
| 4602 | } |
||
| 4603 | }, |
||
| 4604 | "notification-url": "https://packagist.org/downloads/", |
||
| 4605 | "license": [ |
||
| 4606 | "MIT" |
||
| 4607 | ], |
||
| 4608 | "authors": [ |
||
| 4609 | { |
||
| 4610 | "name": "Symfony Community", |
||
| 4611 | "homepage": "http://symfony.com/contributors" |
||
| 4612 | }, |
||
| 4613 | { |
||
| 4614 | "name": "Fabien Potencier", |
||
| 4615 | "email": "[email protected]" |
||
| 4616 | } |
||
| 4617 | ], |
||
| 4618 | "description": "Symfony MonologBundle", |
||
| 4619 | "homepage": "http://symfony.com", |
||
| 4620 | "keywords": [ |
||
| 4621 | "log", |
||
| 4622 | "logging" |
||
| 4623 | ], |
||
| 4624 | "time": "2017-01-10T20:01:51+00:00" |
||
| 4625 | }, |
||
| 4626 | { |
||
| 4627 | "name": "symfony/polyfill-iconv", |
||
| 4628 | "version": "v1.3.0", |
||
| 4629 | "source": { |
||
| 4630 | "type": "git", |
||
| 4631 | "url": "https://github.com/symfony/polyfill-iconv.git", |
||
| 4632 | "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97" |
||
| 4633 | }, |
||
| 4634 | "dist": { |
||
| 4635 | "type": "zip", |
||
| 4636 | "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cba36f3616d9866b3e52662e88da5c090fac1e97", |
||
| 4637 | "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97", |
||
| 4638 | "shasum": "" |
||
| 4639 | }, |
||
| 4640 | "require": { |
||
| 4641 | "php": ">=5.3.3" |
||
| 4642 | }, |
||
| 4643 | "suggest": { |
||
| 4644 | "ext-iconv": "For best performance" |
||
| 4645 | }, |
||
| 4646 | "type": "library", |
||
| 4647 | "extra": { |
||
| 4648 | "branch-alias": { |
||
| 4649 | "dev-master": "1.3-dev" |
||
| 4650 | } |
||
| 4651 | }, |
||
| 4652 | "autoload": { |
||
| 4653 | "psr-4": { |
||
| 4654 | "Symfony\\Polyfill\\Iconv\\": "" |
||
| 4655 | }, |
||
| 4656 | "files": [ |
||
| 4657 | "bootstrap.php" |
||
| 4658 | ] |
||
| 4659 | }, |
||
| 4660 | "notification-url": "https://packagist.org/downloads/", |
||
| 4661 | "license": [ |
||
| 4662 | "MIT" |
||
| 4663 | ], |
||
| 4664 | "authors": [ |
||
| 4665 | { |
||
| 4666 | "name": "Nicolas Grekas", |
||
| 4667 | "email": "[email protected]" |
||
| 4668 | }, |
||
| 4669 | { |
||
| 4670 | "name": "Symfony Community", |
||
| 4671 | "homepage": "https://symfony.com/contributors" |
||
| 4672 | } |
||
| 4673 | ], |
||
| 4674 | "description": "Symfony polyfill for the Iconv extension", |
||
| 4675 | "homepage": "https://symfony.com", |
||
| 4676 | "keywords": [ |
||
| 4677 | "compatibility", |
||
| 4678 | "iconv", |
||
| 4679 | "polyfill", |
||
| 4680 | "portable", |
||
| 4681 | "shim" |
||
| 4682 | ], |
||
| 4683 | "time": "2016-11-14T01:06:16+00:00" |
||
| 4684 | }, |
||
| 4685 | { |
||
| 4686 | "name": "symfony/polyfill-intl-icu", |
||
| 4687 | "version": "v1.3.0", |
||
| 4688 | "source": { |
||
| 4689 | "type": "git", |
||
| 4690 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
| 4691 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4" |
||
| 4692 | }, |
||
| 4693 | "dist": { |
||
| 4694 | "type": "zip", |
||
| 4695 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
| 4696 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
| 4697 | "shasum": "" |
||
| 4698 | }, |
||
| 4699 | "require": { |
||
| 4700 | "php": ">=5.3.3", |
||
| 4701 | "symfony/intl": "~2.3|~3.0" |
||
| 4702 | }, |
||
| 4703 | "suggest": { |
||
| 4704 | "ext-intl": "For best performance" |
||
| 4705 | }, |
||
| 4706 | "type": "library", |
||
| 4707 | "extra": { |
||
| 4708 | "branch-alias": { |
||
| 4709 | "dev-master": "1.3-dev" |
||
| 4710 | } |
||
| 4711 | }, |
||
| 4712 | "autoload": { |
||
| 4713 | "files": [ |
||
| 4714 | "bootstrap.php" |
||
| 4715 | ] |
||
| 4716 | }, |
||
| 4717 | "notification-url": "https://packagist.org/downloads/", |
||
| 4718 | "license": [ |
||
| 4719 | "MIT" |
||
| 4720 | ], |
||
| 4721 | "authors": [ |
||
| 4722 | { |
||
| 4723 | "name": "Nicolas Grekas", |
||
| 4724 | "email": "[email protected]" |
||
| 4725 | }, |
||
| 4726 | { |
||
| 4727 | "name": "Symfony Community", |
||
| 4728 | "homepage": "https://symfony.com/contributors" |
||
| 4729 | } |
||
| 4730 | ], |
||
| 4731 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
| 4732 | "homepage": "https://symfony.com", |
||
| 4733 | "keywords": [ |
||
| 4734 | "compatibility", |
||
| 4735 | "icu", |
||
| 4736 | "intl", |
||
| 4737 | "polyfill", |
||
| 4738 | "portable", |
||
| 4739 | "shim" |
||
| 4740 | ], |
||
| 4741 | "time": "2016-11-14T01:06:16+00:00" |
||
| 4742 | }, |
||
| 4743 | { |
||
| 4744 | "name": "symfony/polyfill-mbstring", |
||
| 4745 | "version": "v1.3.0", |
||
| 4746 | "source": { |
||
| 4747 | "type": "git", |
||
| 4748 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 4749 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
||
| 4750 | }, |
||
| 4751 | "dist": { |
||
| 4752 | "type": "zip", |
||
| 4753 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
| 4754 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
| 4755 | "shasum": "" |
||
| 4756 | }, |
||
| 4757 | "require": { |
||
| 4758 | "php": ">=5.3.3" |
||
| 4759 | }, |
||
| 4760 | "suggest": { |
||
| 4761 | "ext-mbstring": "For best performance" |
||
| 4762 | }, |
||
| 4763 | "type": "library", |
||
| 4764 | "extra": { |
||
| 4765 | "branch-alias": { |
||
| 4766 | "dev-master": "1.3-dev" |
||
| 4767 | } |
||
| 4768 | }, |
||
| 4769 | "autoload": { |
||
| 4770 | "psr-4": { |
||
| 4771 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 4772 | }, |
||
| 4773 | "files": [ |
||
| 4774 | "bootstrap.php" |
||
| 4775 | ] |
||
| 4776 | }, |
||
| 4777 | "notification-url": "https://packagist.org/downloads/", |
||
| 4778 | "license": [ |
||
| 4779 | "MIT" |
||
| 4780 | ], |
||
| 4781 | "authors": [ |
||
| 4782 | { |
||
| 4783 | "name": "Nicolas Grekas", |
||
| 4784 | "email": "[email protected]" |
||
| 4785 | }, |
||
| 4786 | { |
||
| 4787 | "name": "Symfony Community", |
||
| 4788 | "homepage": "https://symfony.com/contributors" |
||
| 4789 | } |
||
| 4790 | ], |
||
| 4791 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 4792 | "homepage": "https://symfony.com", |
||
| 4793 | "keywords": [ |
||
| 4794 | "compatibility", |
||
| 4795 | "mbstring", |
||
| 4796 | "polyfill", |
||
| 4797 | "portable", |
||
| 4798 | "shim" |
||
| 4799 | ], |
||
| 4800 | "time": "2016-11-14T01:06:16+00:00" |
||
| 4801 | }, |
||
| 4802 | { |
||
| 4803 | "name": "symfony/polyfill-php56", |
||
| 4804 | "version": "v1.4.0", |
||
| 4805 | "source": { |
||
| 4806 | "type": "git", |
||
| 4807 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
| 4808 | "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929" |
||
| 4809 | }, |
||
| 4810 | "dist": { |
||
| 4811 | "type": "zip", |
||
| 4812 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/bc0b7d6cb36b10cfabb170a3e359944a95174929", |
||
| 4813 | "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929", |
||
| 4814 | "shasum": "" |
||
| 4815 | }, |
||
| 4816 | "require": { |
||
| 4817 | "php": ">=5.3.3", |
||
| 4818 | "symfony/polyfill-util": "~1.0" |
||
| 4819 | }, |
||
| 4820 | "type": "library", |
||
| 4821 | "extra": { |
||
| 4822 | "branch-alias": { |
||
| 4823 | "dev-master": "1.4-dev" |
||
| 4824 | } |
||
| 4825 | }, |
||
| 4826 | "autoload": { |
||
| 4827 | "psr-4": { |
||
| 4828 | "Symfony\\Polyfill\\Php56\\": "" |
||
| 4829 | }, |
||
| 4830 | "files": [ |
||
| 4831 | "bootstrap.php" |
||
| 4832 | ] |
||
| 4833 | }, |
||
| 4834 | "notification-url": "https://packagist.org/downloads/", |
||
| 4835 | "license": [ |
||
| 4836 | "MIT" |
||
| 4837 | ], |
||
| 4838 | "authors": [ |
||
| 4839 | { |
||
| 4840 | "name": "Nicolas Grekas", |
||
| 4841 | "email": "[email protected]" |
||
| 4842 | }, |
||
| 4843 | { |
||
| 4844 | "name": "Symfony Community", |
||
| 4845 | "homepage": "https://symfony.com/contributors" |
||
| 4846 | } |
||
| 4847 | ], |
||
| 4848 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
| 4849 | "homepage": "https://symfony.com", |
||
| 4850 | "keywords": [ |
||
| 4851 | "compatibility", |
||
| 4852 | "polyfill", |
||
| 4853 | "portable", |
||
| 4854 | "shim" |
||
| 4855 | ], |
||
| 4856 | "time": "2017-06-09T08:25:21+00:00" |
||
| 4857 | }, |
||
| 4858 | { |
||
| 4859 | "name": "symfony/polyfill-php70", |
||
| 4860 | "version": "v1.4.0", |
||
| 4861 | "source": { |
||
| 4862 | "type": "git", |
||
| 4863 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 4864 | "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874" |
||
| 4865 | }, |
||
| 4866 | "dist": { |
||
| 4867 | "type": "zip", |
||
| 4868 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874", |
||
| 4869 | "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874", |
||
| 4870 | "shasum": "" |
||
| 4871 | }, |
||
| 4872 | "require": { |
||
| 4873 | "paragonie/random_compat": "~1.0|~2.0", |
||
| 4874 | "php": ">=5.3.3" |
||
| 4875 | }, |
||
| 4876 | "type": "library", |
||
| 4877 | "extra": { |
||
| 4878 | "branch-alias": { |
||
| 4879 | "dev-master": "1.4-dev" |
||
| 4880 | } |
||
| 4881 | }, |
||
| 4882 | "autoload": { |
||
| 4883 | "psr-4": { |
||
| 4884 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 4885 | }, |
||
| 4886 | "files": [ |
||
| 4887 | "bootstrap.php" |
||
| 4888 | ], |
||
| 4889 | "classmap": [ |
||
| 4890 | "Resources/stubs" |
||
| 4891 | ] |
||
| 4892 | }, |
||
| 4893 | "notification-url": "https://packagist.org/downloads/", |
||
| 4894 | "license": [ |
||
| 4895 | "MIT" |
||
| 4896 | ], |
||
| 4897 | "authors": [ |
||
| 4898 | { |
||
| 4899 | "name": "Nicolas Grekas", |
||
| 4900 | "email": "[email protected]" |
||
| 4901 | }, |
||
| 4902 | { |
||
| 4903 | "name": "Symfony Community", |
||
| 4904 | "homepage": "https://symfony.com/contributors" |
||
| 4905 | } |
||
| 4906 | ], |
||
| 4907 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 4908 | "homepage": "https://symfony.com", |
||
| 4909 | "keywords": [ |
||
| 4910 | "compatibility", |
||
| 4911 | "polyfill", |
||
| 4912 | "portable", |
||
| 4913 | "shim" |
||
| 4914 | ], |
||
| 4915 | "time": "2017-06-09T14:24:12+00:00" |
||
| 4916 | }, |
||
| 4917 | { |
||
| 4918 | "name": "symfony/polyfill-util", |
||
| 4919 | "version": "v1.4.0", |
||
| 4920 | "source": { |
||
| 4921 | "type": "git", |
||
| 4922 | "url": "https://github.com/symfony/polyfill-util.git", |
||
| 4923 | "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d" |
||
| 4924 | }, |
||
| 4925 | "dist": { |
||
| 4926 | "type": "zip", |
||
| 4927 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", |
||
| 4928 | "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", |
||
| 4929 | "shasum": "" |
||
| 4930 | }, |
||
| 4931 | "require": { |
||
| 4932 | "php": ">=5.3.3" |
||
| 4933 | }, |
||
| 4934 | "type": "library", |
||
| 4935 | "extra": { |
||
| 4936 | "branch-alias": { |
||
| 4937 | "dev-master": "1.4-dev" |
||
| 4938 | } |
||
| 4939 | }, |
||
| 4940 | "autoload": { |
||
| 4941 | "psr-4": { |
||
| 4942 | "Symfony\\Polyfill\\Util\\": "" |
||
| 4943 | } |
||
| 4944 | }, |
||
| 4945 | "notification-url": "https://packagist.org/downloads/", |
||
| 4946 | "license": [ |
||
| 4947 | "MIT" |
||
| 4948 | ], |
||
| 4949 | "authors": [ |
||
| 4950 | { |
||
| 4951 | "name": "Nicolas Grekas", |
||
| 4952 | "email": "[email protected]" |
||
| 4953 | }, |
||
| 4954 | { |
||
| 4955 | "name": "Symfony Community", |
||
| 4956 | "homepage": "https://symfony.com/contributors" |
||
| 4957 | } |
||
| 4958 | ], |
||
| 4959 | "description": "Symfony utilities for portability of PHP codes", |
||
| 4960 | "homepage": "https://symfony.com", |
||
| 4961 | "keywords": [ |
||
| 4962 | "compat", |
||
| 4963 | "compatibility", |
||
| 4964 | "polyfill", |
||
| 4965 | "shim" |
||
| 4966 | ], |
||
| 4967 | "time": "2017-06-09T08:25:21+00:00" |
||
| 4968 | }, |
||
| 4969 | { |
||
| 4970 | "name": "symfony/swiftmailer-bundle", |
||
| 4971 | "version": "v2.4.2", |
||
| 4972 | "source": { |
||
| 4973 | "type": "git", |
||
| 4974 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
| 4975 | "reference": "ad751095576ce0c12a284e30e3fff80c91f27225" |
||
| 4976 | }, |
||
| 4977 | "dist": { |
||
| 4978 | "type": "zip", |
||
| 4979 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/ad751095576ce0c12a284e30e3fff80c91f27225", |
||
| 4980 | "reference": "ad751095576ce0c12a284e30e3fff80c91f27225", |
||
| 4981 | "shasum": "" |
||
| 4982 | }, |
||
| 4983 | "require": { |
||
| 4984 | "php": ">=5.3.2", |
||
| 4985 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
||
| 4986 | "symfony/config": "~2.7|~3.0", |
||
| 4987 | "symfony/dependency-injection": "~2.7|~3.0", |
||
| 4988 | "symfony/http-kernel": "~2.7|~3.0" |
||
| 4989 | }, |
||
| 4990 | "require-dev": { |
||
| 4991 | "symfony/console": "~2.7|~3.0", |
||
| 4992 | "symfony/framework-bundle": "~2.7|~3.0", |
||
| 4993 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 4994 | "symfony/yaml": "~2.7|~3.0" |
||
| 4995 | }, |
||
| 4996 | "suggest": { |
||
| 4997 | "psr/log": "Allows logging" |
||
| 4998 | }, |
||
| 4999 | "type": "symfony-bundle", |
||
| 5000 | "extra": { |
||
| 5001 | "branch-alias": { |
||
| 5002 | "dev-master": "2.4-dev" |
||
| 5003 | } |
||
| 5004 | }, |
||
| 5005 | "autoload": { |
||
| 5006 | "psr-4": { |
||
| 5007 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
| 5008 | } |
||
| 5009 | }, |
||
| 5010 | "notification-url": "https://packagist.org/downloads/", |
||
| 5011 | "license": [ |
||
| 5012 | "MIT" |
||
| 5013 | ], |
||
| 5014 | "authors": [ |
||
| 5015 | { |
||
| 5016 | "name": "Symfony Community", |
||
| 5017 | "homepage": "http://symfony.com/contributors" |
||
| 5018 | }, |
||
| 5019 | { |
||
| 5020 | "name": "Fabien Potencier", |
||
| 5021 | "email": "[email protected]" |
||
| 5022 | } |
||
| 5023 | ], |
||
| 5024 | "description": "Symfony SwiftmailerBundle", |
||
| 5025 | "homepage": "http://symfony.com", |
||
| 5026 | "time": "2016-12-20T04:44:33+00:00" |
||
| 5027 | }, |
||
| 5028 | { |
||
| 5029 | "name": "symfony/symfony", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 5030 | "version": "v3.3.3", |
||
| 5031 | "source": { |
||
| 5032 | "type": "git", |
||
| 5033 | "url": "https://github.com/symfony/symfony.git", |
||
| 5034 | "reference": "098bb166d51cdf0b0541550d037bb3ad1f8fa846" |
||
| 5035 | }, |
||
| 5036 | "dist": { |
||
| 5037 | "type": "zip", |
||
| 5038 | "url": "https://api.github.com/repos/symfony/symfony/zipball/098bb166d51cdf0b0541550d037bb3ad1f8fa846", |
||
| 5039 | "reference": "098bb166d51cdf0b0541550d037bb3ad1f8fa846", |
||
| 5040 | "shasum": "" |
||
| 5041 | }, |
||
| 5042 | "require": { |
||
| 5043 | "doctrine/common": "~2.4", |
||
| 5044 | "fig/link-util": "^1.0", |
||
| 5045 | "php": ">=5.5.9", |
||
| 5046 | "psr/cache": "~1.0", |
||
| 5047 | "psr/container": "^1.0", |
||
| 5048 | "psr/link": "^1.0", |
||
| 5049 | "psr/log": "~1.0", |
||
| 5050 | "psr/simple-cache": "^1.0", |
||
| 5051 | "symfony/polyfill-intl-icu": "~1.0", |
||
| 5052 | "symfony/polyfill-mbstring": "~1.0", |
||
| 5053 | "symfony/polyfill-php56": "~1.0", |
||
| 5054 | "symfony/polyfill-php70": "~1.0", |
||
| 5055 | "symfony/polyfill-util": "~1.0", |
||
| 5056 | "twig/twig": "~1.34|~2.4" |
||
| 5057 | }, |
||
| 5058 | "conflict": { |
||
| 5059 | "phpdocumentor/reflection-docblock": "<3.0", |
||
| 5060 | "phpdocumentor/type-resolver": "<0.2.0", |
||
| 5061 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
| 5062 | }, |
||
| 5063 | "provide": { |
||
| 5064 | "psr/cache-implementation": "1.0", |
||
| 5065 | "psr/container-implementation": "1.0", |
||
| 5066 | "psr/simple-cache-implementation": "1.0" |
||
| 5067 | }, |
||
| 5068 | "replace": { |
||
| 5069 | "symfony/asset": "self.version", |
||
| 5070 | "symfony/browser-kit": "self.version", |
||
| 5071 | "symfony/cache": "self.version", |
||
| 5072 | "symfony/class-loader": "self.version", |
||
| 5073 | "symfony/config": "self.version", |
||
| 5074 | "symfony/console": "self.version", |
||
| 5075 | "symfony/css-selector": "self.version", |
||
| 5076 | "symfony/debug": "self.version", |
||
| 5077 | "symfony/debug-bundle": "self.version", |
||
| 5078 | "symfony/dependency-injection": "self.version", |
||
| 5079 | "symfony/doctrine-bridge": "self.version", |
||
| 5080 | "symfony/dom-crawler": "self.version", |
||
| 5081 | "symfony/dotenv": "self.version", |
||
| 5082 | "symfony/event-dispatcher": "self.version", |
||
| 5083 | "symfony/expression-language": "self.version", |
||
| 5084 | "symfony/filesystem": "self.version", |
||
| 5085 | "symfony/finder": "self.version", |
||
| 5086 | "symfony/form": "self.version", |
||
| 5087 | "symfony/framework-bundle": "self.version", |
||
| 5088 | "symfony/http-foundation": "self.version", |
||
| 5089 | "symfony/http-kernel": "self.version", |
||
| 5090 | "symfony/inflector": "self.version", |
||
| 5091 | "symfony/intl": "self.version", |
||
| 5092 | "symfony/ldap": "self.version", |
||
| 5093 | "symfony/monolog-bridge": "self.version", |
||
| 5094 | "symfony/options-resolver": "self.version", |
||
| 5095 | "symfony/process": "self.version", |
||
| 5096 | "symfony/property-access": "self.version", |
||
| 5097 | "symfony/property-info": "self.version", |
||
| 5098 | "symfony/proxy-manager-bridge": "self.version", |
||
| 5099 | "symfony/routing": "self.version", |
||
| 5100 | "symfony/security": "self.version", |
||
| 5101 | "symfony/security-bundle": "self.version", |
||
| 5102 | "symfony/security-core": "self.version", |
||
| 5103 | "symfony/security-csrf": "self.version", |
||
| 5104 | "symfony/security-guard": "self.version", |
||
| 5105 | "symfony/security-http": "self.version", |
||
| 5106 | "symfony/serializer": "self.version", |
||
| 5107 | "symfony/stopwatch": "self.version", |
||
| 5108 | "symfony/templating": "self.version", |
||
| 5109 | "symfony/translation": "self.version", |
||
| 5110 | "symfony/twig-bridge": "self.version", |
||
| 5111 | "symfony/twig-bundle": "self.version", |
||
| 5112 | "symfony/validator": "self.version", |
||
| 5113 | "symfony/var-dumper": "self.version", |
||
| 5114 | "symfony/web-link": "self.version", |
||
| 5115 | "symfony/web-profiler-bundle": "self.version", |
||
| 5116 | "symfony/web-server-bundle": "self.version", |
||
| 5117 | "symfony/workflow": "self.version", |
||
| 5118 | "symfony/yaml": "self.version" |
||
| 5119 | }, |
||
| 5120 | "require-dev": { |
||
| 5121 | "cache/integration-tests": "dev-master", |
||
| 5122 | "doctrine/cache": "~1.6", |
||
| 5123 | "doctrine/data-fixtures": "1.0.*", |
||
| 5124 | "doctrine/dbal": "~2.4", |
||
| 5125 | "doctrine/doctrine-bundle": "~1.4", |
||
| 5126 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 5127 | "egulias/email-validator": "~1.2,>=1.2.8|~2.0", |
||
| 5128 | "monolog/monolog": "~1.11", |
||
| 5129 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
| 5130 | "phpdocumentor/reflection-docblock": "^3.0", |
||
| 5131 | "predis/predis": "~1.0", |
||
| 5132 | "sensio/framework-extra-bundle": "^3.0.2", |
||
| 5133 | "symfony/phpunit-bridge": "~3.2", |
||
| 5134 | "symfony/polyfill-apcu": "~1.1", |
||
| 5135 | "symfony/security-acl": "~2.8|~3.0" |
||
| 5136 | }, |
||
| 5137 | "type": "library", |
||
| 5138 | "extra": { |
||
| 5139 | "branch-alias": { |
||
| 5140 | "dev-master": "3.3-dev" |
||
| 5141 | } |
||
| 5142 | }, |
||
| 5143 | "autoload": { |
||
| 5144 | "psr-4": { |
||
| 5145 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
| 5146 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
| 5147 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
| 5148 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
| 5149 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
| 5150 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
| 5151 | }, |
||
| 5152 | "classmap": [ |
||
| 5153 | "src/Symfony/Component/Intl/Resources/stubs" |
||
| 5154 | ], |
||
| 5155 | "exclude-from-classmap": [ |
||
| 5156 | "**/Tests/" |
||
| 5157 | ] |
||
| 5158 | }, |
||
| 5159 | "notification-url": "https://packagist.org/downloads/", |
||
| 5160 | "license": [ |
||
| 5161 | "MIT" |
||
| 5162 | ], |
||
| 5163 | "authors": [ |
||
| 5164 | { |
||
| 5165 | "name": "Fabien Potencier", |
||
| 5166 | "email": "[email protected]" |
||
| 5167 | }, |
||
| 5168 | { |
||
| 5169 | "name": "Symfony Community", |
||
| 5170 | "homepage": "https://symfony.com/contributors" |
||
| 5171 | } |
||
| 5172 | ], |
||
| 5173 | "description": "The Symfony PHP framework", |
||
| 5174 | "homepage": "https://symfony.com", |
||
| 5175 | "keywords": [ |
||
| 5176 | "framework" |
||
| 5177 | ], |
||
| 5178 | "time": "2017-07-04T06:03:16+00:00" |
||
| 5179 | }, |
||
| 5180 | { |
||
| 5181 | "name": "twig/extensions", |
||
| 5182 | "version": "v1.4.1", |
||
| 5183 | "source": { |
||
| 5184 | "type": "git", |
||
| 5185 | "url": "https://github.com/twigphp/Twig-extensions.git", |
||
| 5186 | "reference": "f0bb8431c8691f5a39f1017d9a5967a082bf01ff" |
||
| 5187 | }, |
||
| 5188 | "dist": { |
||
| 5189 | "type": "zip", |
||
| 5190 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f0bb8431c8691f5a39f1017d9a5967a082bf01ff", |
||
| 5191 | "reference": "f0bb8431c8691f5a39f1017d9a5967a082bf01ff", |
||
| 5192 | "shasum": "" |
||
| 5193 | }, |
||
| 5194 | "require": { |
||
| 5195 | "twig/twig": "~1.20|~2.0" |
||
| 5196 | }, |
||
| 5197 | "require-dev": { |
||
| 5198 | "symfony/translation": "~2.3" |
||
| 5199 | }, |
||
| 5200 | "suggest": { |
||
| 5201 | "symfony/translation": "Allow the time_diff output to be translated" |
||
| 5202 | }, |
||
| 5203 | "type": "library", |
||
| 5204 | "extra": { |
||
| 5205 | "branch-alias": { |
||
| 5206 | "dev-master": "1.4-dev" |
||
| 5207 | } |
||
| 5208 | }, |
||
| 5209 | "autoload": { |
||
| 5210 | "psr-0": { |
||
| 5211 | "Twig_Extensions_": "lib/" |
||
| 5212 | } |
||
| 5213 | }, |
||
| 5214 | "notification-url": "https://packagist.org/downloads/", |
||
| 5215 | "license": [ |
||
| 5216 | "MIT" |
||
| 5217 | ], |
||
| 5218 | "authors": [ |
||
| 5219 | { |
||
| 5220 | "name": "Fabien Potencier", |
||
| 5221 | "email": "[email protected]" |
||
| 5222 | } |
||
| 5223 | ], |
||
| 5224 | "description": "Common additional features for Twig that do not directly belong in core", |
||
| 5225 | "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", |
||
| 5226 | "keywords": [ |
||
| 5227 | "i18n", |
||
| 5228 | "text" |
||
| 5229 | ], |
||
| 5230 | "time": "2016-10-25T17:34:14+00:00" |
||
| 5231 | }, |
||
| 5232 | { |
||
| 5233 | "name": "twig/twig", |
||
| 5234 | "version": "v1.34.4", |
||
| 5235 | "source": { |
||
| 5236 | "type": "git", |
||
| 5237 | "url": "https://github.com/twigphp/Twig.git", |
||
| 5238 | "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee" |
||
| 5239 | }, |
||
| 5240 | "dist": { |
||
| 5241 | "type": "zip", |
||
| 5242 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/f878bab48edb66ad9c6ed626bf817f60c6c096ee", |
||
| 5243 | "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee", |
||
| 5244 | "shasum": "" |
||
| 5245 | }, |
||
| 5246 | "require": { |
||
| 5247 | "php": ">=5.3.3" |
||
| 5248 | }, |
||
| 5249 | "require-dev": { |
||
| 5250 | "psr/container": "^1.0", |
||
| 5251 | "symfony/debug": "~2.7", |
||
| 5252 | "symfony/phpunit-bridge": "~3.3@dev" |
||
| 5253 | }, |
||
| 5254 | "type": "library", |
||
| 5255 | "extra": { |
||
| 5256 | "branch-alias": { |
||
| 5257 | "dev-master": "1.34-dev" |
||
| 5258 | } |
||
| 5259 | }, |
||
| 5260 | "autoload": { |
||
| 5261 | "psr-0": { |
||
| 5262 | "Twig_": "lib/" |
||
| 5263 | }, |
||
| 5264 | "psr-4": { |
||
| 5265 | "Twig\\": "src/" |
||
| 5266 | } |
||
| 5267 | }, |
||
| 5268 | "notification-url": "https://packagist.org/downloads/", |
||
| 5269 | "license": [ |
||
| 5270 | "BSD-3-Clause" |
||
| 5271 | ], |
||
| 5272 | "authors": [ |
||
| 5273 | { |
||
| 5274 | "name": "Fabien Potencier", |
||
| 5275 | "email": "[email protected]", |
||
| 5276 | "homepage": "http://fabien.potencier.org", |
||
| 5277 | "role": "Lead Developer" |
||
| 5278 | }, |
||
| 5279 | { |
||
| 5280 | "name": "Armin Ronacher", |
||
| 5281 | "email": "[email protected]", |
||
| 5282 | "role": "Project Founder" |
||
| 5283 | }, |
||
| 5284 | { |
||
| 5285 | "name": "Twig Team", |
||
| 5286 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
| 5287 | "role": "Contributors" |
||
| 5288 | } |
||
| 5289 | ], |
||
| 5290 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
| 5291 | "homepage": "http://twig.sensiolabs.org", |
||
| 5292 | "keywords": [ |
||
| 5293 | "templating" |
||
| 5294 | ], |
||
| 5295 | "time": "2017-07-04T13:19:31+00:00" |
||
| 5296 | }, |
||
| 5297 | { |
||
| 5298 | "name": "webmozart/assert", |
||
| 5299 | "version": "1.2.0", |
||
| 5300 | "source": { |
||
| 5301 | "type": "git", |
||
| 5302 | "url": "https://github.com/webmozart/assert.git", |
||
| 5303 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
| 5304 | }, |
||
| 5305 | "dist": { |
||
| 5306 | "type": "zip", |
||
| 5307 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 5308 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 5309 | "shasum": "" |
||
| 5310 | }, |
||
| 5311 | "require": { |
||
| 5312 | "php": "^5.3.3 || ^7.0" |
||
| 5313 | }, |
||
| 5314 | "require-dev": { |
||
| 5315 | "phpunit/phpunit": "^4.6", |
||
| 5316 | "sebastian/version": "^1.0.1" |
||
| 5317 | }, |
||
| 5318 | "type": "library", |
||
| 5319 | "extra": { |
||
| 5320 | "branch-alias": { |
||
| 5321 | "dev-master": "1.3-dev" |
||
| 5322 | } |
||
| 5323 | }, |
||
| 5324 | "autoload": { |
||
| 5325 | "psr-4": { |
||
| 5326 | "Webmozart\\Assert\\": "src/" |
||
| 5327 | } |
||
| 5328 | }, |
||
| 5329 | "notification-url": "https://packagist.org/downloads/", |
||
| 5330 | "license": [ |
||
| 5331 | "MIT" |
||
| 5332 | ], |
||
| 5333 | "authors": [ |
||
| 5334 | { |
||
| 5335 | "name": "Bernhard Schussek", |
||
| 5336 | "email": "[email protected]" |
||
| 5337 | } |
||
| 5338 | ], |
||
| 5339 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 5340 | "keywords": [ |
||
| 5341 | "assert", |
||
| 5342 | "check", |
||
| 5343 | "validate" |
||
| 5344 | ], |
||
| 5345 | "time": "2016-11-23T20:04:58+00:00" |
||
| 5346 | }, |
||
| 5347 | { |
||
| 5348 | "name": "white-october/pagerfanta-bundle", |
||
| 5349 | "version": "v1.0.8", |
||
| 5350 | "source": { |
||
| 5351 | "type": "git", |
||
| 5352 | "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", |
||
| 5353 | "reference": "ba78522935b141e7e3dee637dc0095fb44fde65b" |
||
| 5354 | }, |
||
| 5355 | "dist": { |
||
| 5356 | "type": "zip", |
||
| 5357 | "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/ba78522935b141e7e3dee637dc0095fb44fde65b", |
||
| 5358 | "reference": "ba78522935b141e7e3dee637dc0095fb44fde65b", |
||
| 5359 | "shasum": "" |
||
| 5360 | }, |
||
| 5361 | "require": { |
||
| 5362 | "pagerfanta/pagerfanta": "1.0.*", |
||
| 5363 | "symfony/framework-bundle": "~2.3|~3.0", |
||
| 5364 | "symfony/property-access": "~2.3|~3.0", |
||
| 5365 | "symfony/twig-bundle": "~2.3|~3.0" |
||
| 5366 | }, |
||
| 5367 | "require-dev": { |
||
| 5368 | "phpunit/phpunit": "~3.7", |
||
| 5369 | "symfony/symfony": "~2.3|~3.0" |
||
| 5370 | }, |
||
| 5371 | "type": "symfony-bundle", |
||
| 5372 | "extra": { |
||
| 5373 | "branch-alias": { |
||
| 5374 | "dev-master": "1.0.x-dev" |
||
| 5375 | } |
||
| 5376 | }, |
||
| 5377 | "autoload": { |
||
| 5378 | "psr-4": { |
||
| 5379 | "WhiteOctober\\PagerfantaBundle\\": "" |
||
| 5380 | } |
||
| 5381 | }, |
||
| 5382 | "notification-url": "https://packagist.org/downloads/", |
||
| 5383 | "license": [ |
||
| 5384 | "MIT" |
||
| 5385 | ], |
||
| 5386 | "authors": [ |
||
| 5387 | { |
||
| 5388 | "name": "Pablo Díez", |
||
| 5389 | "email": "[email protected]" |
||
| 5390 | } |
||
| 5391 | ], |
||
| 5392 | "description": "Bundle to use Pagerfanta with Symfony2", |
||
| 5393 | "keywords": [ |
||
| 5394 | "page", |
||
| 5395 | "paging" |
||
| 5396 | ], |
||
| 5397 | "time": "2017-02-10T16:54:59+00:00" |
||
| 5398 | }, |
||
| 5399 | { |
||
| 5400 | "name": "willdurand/hateoas", |
||
| 5401 | "version": "2.10.0", |
||
| 5402 | "source": { |
||
| 5403 | "type": "git", |
||
| 5404 | "url": "https://github.com/willdurand/Hateoas.git", |
||
| 5405 | "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189" |
||
| 5406 | }, |
||
| 5407 | "dist": { |
||
| 5408 | "type": "zip", |
||
| 5409 | "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/ada89d867e47040f8c4be3be2c8e7930a3d01189", |
||
| 5410 | "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189", |
||
| 5411 | "shasum": "" |
||
| 5412 | }, |
||
| 5413 | "require": { |
||
| 5414 | "doctrine/annotations": "~1.0", |
||
| 5415 | "doctrine/common": "~2.0", |
||
| 5416 | "jms/metadata": "~1.1", |
||
| 5417 | "jms/serializer": "~1.0", |
||
| 5418 | "php": ">=5.4", |
||
| 5419 | "phpoption/phpoption": ">=1.1.0,<2.0-dev", |
||
| 5420 | "symfony/expression-language": "~2.4 || ~3.0" |
||
| 5421 | }, |
||
| 5422 | "require-dev": { |
||
| 5423 | "pagerfanta/pagerfanta": "~1.0", |
||
| 5424 | "phpunit/phpunit": "~4.5", |
||
| 5425 | "symfony/dependency-injection": "~2.4 || ~3.0", |
||
| 5426 | "symfony/routing": "~2.4 || ~3.0", |
||
| 5427 | "symfony/yaml": "~2.4 || ~3.0", |
||
| 5428 | "twig/twig": "~1.12" |
||
| 5429 | }, |
||
| 5430 | "suggest": { |
||
| 5431 | "symfony/routing": "To use the SymfonyRouteFactory.", |
||
| 5432 | "symfony/yaml": "To use yaml based configuration.", |
||
| 5433 | "twig/twig": "To use the Twig extensions." |
||
| 5434 | }, |
||
| 5435 | "type": "library", |
||
| 5436 | "extra": { |
||
| 5437 | "branch-alias": { |
||
| 5438 | "dev-master": "2.10-dev" |
||
| 5439 | } |
||
| 5440 | }, |
||
| 5441 | "autoload": { |
||
| 5442 | "psr-0": { |
||
| 5443 | "Hateoas": "src/" |
||
| 5444 | } |
||
| 5445 | }, |
||
| 5446 | "notification-url": "https://packagist.org/downloads/", |
||
| 5447 | "license": [ |
||
| 5448 | "MIT" |
||
| 5449 | ], |
||
| 5450 | "authors": [ |
||
| 5451 | { |
||
| 5452 | "name": "Adrien Brault", |
||
| 5453 | "email": "[email protected]" |
||
| 5454 | }, |
||
| 5455 | { |
||
| 5456 | "name": "William Durand", |
||
| 5457 | "email": "[email protected]" |
||
| 5458 | } |
||
| 5459 | ], |
||
| 5460 | "description": "A PHP library to support implementing representations for HATEOAS REST web services", |
||
| 5461 | "time": "2016-05-19T11:30:35+00:00" |
||
| 5462 | }, |
||
| 5463 | { |
||
| 5464 | "name": "willdurand/hateoas-bundle", |
||
| 5465 | "version": "1.2.0", |
||
| 5466 | "target-dir": "Bazinga/Bundle/HateoasBundle", |
||
| 5467 | "source": { |
||
| 5468 | "type": "git", |
||
| 5469 | "url": "https://github.com/willdurand/BazingaHateoasBundle.git", |
||
| 5470 | "reference": "7c73a949c72dc6bc7363f76c11e70e655b19d94b" |
||
| 5471 | }, |
||
| 5472 | "dist": { |
||
| 5473 | "type": "zip", |
||
| 5474 | "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/7c73a949c72dc6bc7363f76c11e70e655b19d94b", |
||
| 5475 | "reference": "7c73a949c72dc6bc7363f76c11e70e655b19d94b", |
||
| 5476 | "shasum": "" |
||
| 5477 | }, |
||
| 5478 | "require": { |
||
| 5479 | "jms/serializer-bundle": "~1.0", |
||
| 5480 | "php": ">5.4", |
||
| 5481 | "symfony/framework-bundle": "~2.2 || ~3.0", |
||
| 5482 | "willdurand/hateoas": "^2.10.0" |
||
| 5483 | }, |
||
| 5484 | "require-dev": { |
||
| 5485 | "phpunit/phpunit": "~4.5", |
||
| 5486 | "symfony/expression-language": "~2.4 || ~3.0", |
||
| 5487 | "twig/twig": "~1.12" |
||
| 5488 | }, |
||
| 5489 | "type": "symfony-bundle", |
||
| 5490 | "extra": { |
||
| 5491 | "branch-alias": { |
||
| 5492 | "dev-master": "1.2-dev" |
||
| 5493 | } |
||
| 5494 | }, |
||
| 5495 | "autoload": { |
||
| 5496 | "psr-0": { |
||
| 5497 | "Bazinga\\Bundle\\HateoasBundle": "" |
||
| 5498 | } |
||
| 5499 | }, |
||
| 5500 | "notification-url": "https://packagist.org/downloads/", |
||
| 5501 | "license": [ |
||
| 5502 | "MIT" |
||
| 5503 | ], |
||
| 5504 | "authors": [ |
||
| 5505 | { |
||
| 5506 | "name": "William Durand", |
||
| 5507 | "email": "[email protected]" |
||
| 5508 | } |
||
| 5509 | ], |
||
| 5510 | "description": "Integration of Hateoas into Symfony2.", |
||
| 5511 | "keywords": [ |
||
| 5512 | "HATEOAS", |
||
| 5513 | "rest" |
||
| 5514 | ], |
||
| 5515 | "time": "2016-05-31T13:55:14+00:00" |
||
| 5516 | }, |
||
| 5517 | { |
||
| 5518 | "name": "willdurand/jsonp-callback-validator", |
||
| 5519 | "version": "v1.1.0", |
||
| 5520 | "source": { |
||
| 5521 | "type": "git", |
||
| 5522 | "url": "https://github.com/willdurand/JsonpCallbackValidator.git", |
||
| 5523 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909" |
||
| 5524 | }, |
||
| 5525 | "dist": { |
||
| 5526 | "type": "zip", |
||
| 5527 | "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909", |
||
| 5528 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909", |
||
| 5529 | "shasum": "" |
||
| 5530 | }, |
||
| 5531 | "require": { |
||
| 5532 | "php": ">=5.3.0" |
||
| 5533 | }, |
||
| 5534 | "require-dev": { |
||
| 5535 | "phpunit/phpunit": "~3.7" |
||
| 5536 | }, |
||
| 5537 | "type": "library", |
||
| 5538 | "autoload": { |
||
| 5539 | "psr-0": { |
||
| 5540 | "JsonpCallbackValidator": "src/" |
||
| 5541 | } |
||
| 5542 | }, |
||
| 5543 | "notification-url": "https://packagist.org/downloads/", |
||
| 5544 | "license": [ |
||
| 5545 | "MIT" |
||
| 5546 | ], |
||
| 5547 | "authors": [ |
||
| 5548 | { |
||
| 5549 | "name": "William Durand", |
||
| 5550 | "email": "[email protected]", |
||
| 5551 | "homepage": "http://www.willdurand.fr" |
||
| 5552 | } |
||
| 5553 | ], |
||
| 5554 | "description": "JSONP callback validator.", |
||
| 5555 | "time": "2014-01-20T22:35:06+00:00" |
||
| 5556 | }, |
||
| 5557 | { |
||
| 5558 | "name": "willdurand/negotiation", |
||
| 5559 | "version": "v2.2.1", |
||
| 5560 | "source": { |
||
| 5561 | "type": "git", |
||
| 5562 | "url": "https://github.com/willdurand/Negotiation.git", |
||
| 5563 | "reference": "1f210db45723b21edd69f39794662b8d64656b93" |
||
| 5564 | }, |
||
| 5565 | "dist": { |
||
| 5566 | "type": "zip", |
||
| 5567 | "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/1f210db45723b21edd69f39794662b8d64656b93", |
||
| 5568 | "reference": "1f210db45723b21edd69f39794662b8d64656b93", |
||
| 5569 | "shasum": "" |
||
| 5570 | }, |
||
| 5571 | "require": { |
||
| 5572 | "php": ">=5.4.0" |
||
| 5573 | }, |
||
| 5574 | "require-dev": { |
||
| 5575 | "phpunit/phpunit": "~4.5" |
||
| 5576 | }, |
||
| 5577 | "type": "library", |
||
| 5578 | "extra": { |
||
| 5579 | "branch-alias": { |
||
| 5580 | "dev-master": "2.2-dev" |
||
| 5581 | } |
||
| 5582 | }, |
||
| 5583 | "autoload": { |
||
| 5584 | "psr-4": { |
||
| 5585 | "Negotiation\\": "src/Negotiation" |
||
| 5586 | } |
||
| 5587 | }, |
||
| 5588 | "notification-url": "https://packagist.org/downloads/", |
||
| 5589 | "license": [ |
||
| 5590 | "MIT" |
||
| 5591 | ], |
||
| 5592 | "authors": [ |
||
| 5593 | { |
||
| 5594 | "name": "William Durand", |
||
| 5595 | "email": "[email protected]" |
||
| 5596 | } |
||
| 5597 | ], |
||
| 5598 | "description": "Content Negotiation tools for PHP provided as a standalone library.", |
||
| 5599 | "homepage": "http://williamdurand.fr/Negotiation/", |
||
| 5600 | "keywords": [ |
||
| 5601 | "accept", |
||
| 5602 | "content", |
||
| 5603 | "format", |
||
| 5604 | "header", |
||
| 5605 | "negotiation" |
||
| 5606 | ], |
||
| 5607 | "time": "2016-10-14T09:17:47+00:00" |
||
| 5608 | }, |
||
| 5609 | { |
||
| 5610 | "name": "winzou/state-machine", |
||
| 5611 | "version": "0.3.2", |
||
| 5612 | "source": { |
||
| 5613 | "type": "git", |
||
| 5614 | "url": "https://github.com/winzou/state-machine.git", |
||
| 5615 | "reference": "4ef48e7bba494514f36884a618a9b889eec3a5b0" |
||
| 5616 | }, |
||
| 5617 | "dist": { |
||
| 5618 | "type": "zip", |
||
| 5619 | "url": "https://api.github.com/repos/winzou/state-machine/zipball/4ef48e7bba494514f36884a618a9b889eec3a5b0", |
||
| 5620 | "reference": "4ef48e7bba494514f36884a618a9b889eec3a5b0", |
||
| 5621 | "shasum": "" |
||
| 5622 | }, |
||
| 5623 | "require": { |
||
| 5624 | "php": ">=5.3.0", |
||
| 5625 | "symfony/event-dispatcher": "~2.1|~3.0", |
||
| 5626 | "symfony/expression-language": "~2.4|~3.0", |
||
| 5627 | "symfony/property-access": "~2.1|~3.0" |
||
| 5628 | }, |
||
| 5629 | "require-dev": { |
||
| 5630 | "phpspec/phpspec": "~2.0", |
||
| 5631 | "twig/twig": "~1.0" |
||
| 5632 | }, |
||
| 5633 | "suggest": { |
||
| 5634 | "twig/twig": "Access the state machine in your twig templates (~1.0)" |
||
| 5635 | }, |
||
| 5636 | "type": "library", |
||
| 5637 | "autoload": { |
||
| 5638 | "psr-0": { |
||
| 5639 | "SM": "src/" |
||
| 5640 | } |
||
| 5641 | }, |
||
| 5642 | "notification-url": "https://packagist.org/downloads/", |
||
| 5643 | "license": [ |
||
| 5644 | "MIT" |
||
| 5645 | ], |
||
| 5646 | "authors": [ |
||
| 5647 | { |
||
| 5648 | "name": "Alexandre Bacco", |
||
| 5649 | "email": "[email protected]", |
||
| 5650 | "homepage": "http://alex.bacco.fr" |
||
| 5651 | } |
||
| 5652 | ], |
||
| 5653 | "description": "A very lightweight yet powerful PHP state machine", |
||
| 5654 | "homepage": "https://github.com/winzou/StateMachine", |
||
| 5655 | "keywords": [ |
||
| 5656 | "callback", |
||
| 5657 | "event", |
||
| 5658 | "state", |
||
| 5659 | "statemachine" |
||
| 5660 | ], |
||
| 5661 | "time": "2016-11-03T13:24:00+00:00" |
||
| 5662 | }, |
||
| 5663 | { |
||
| 5664 | "name": "winzou/state-machine-bundle", |
||
| 5665 | "version": "v0.3.0", |
||
| 5666 | "source": { |
||
| 5667 | "type": "git", |
||
| 5668 | "url": "https://github.com/winzou/StateMachineBundle.git", |
||
| 5669 | "reference": "ce9e0c50ecf6a257fe59ee5ad087710efd905f77" |
||
| 5670 | }, |
||
| 5671 | "dist": { |
||
| 5672 | "type": "zip", |
||
| 5673 | "url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/ce9e0c50ecf6a257fe59ee5ad087710efd905f77", |
||
| 5674 | "reference": "ce9e0c50ecf6a257fe59ee5ad087710efd905f77", |
||
| 5675 | "shasum": "" |
||
| 5676 | }, |
||
| 5677 | "require": { |
||
| 5678 | "php": ">5.3.0", |
||
| 5679 | "symfony/framework-bundle": "~2.1|~3.0", |
||
| 5680 | "winzou/state-machine": "~0.3" |
||
| 5681 | }, |
||
| 5682 | "require-dev": { |
||
| 5683 | "phpspec/phpspec": "~2.0" |
||
| 5684 | }, |
||
| 5685 | "type": "symfony-bundle", |
||
| 5686 | "autoload": { |
||
| 5687 | "psr-4": { |
||
| 5688 | "winzou\\Bundle\\StateMachineBundle\\": "" |
||
| 5689 | } |
||
| 5690 | }, |
||
| 5691 | "notification-url": "https://packagist.org/downloads/", |
||
| 5692 | "license": [ |
||
| 5693 | "MIT" |
||
| 5694 | ], |
||
| 5695 | "authors": [ |
||
| 5696 | { |
||
| 5697 | "name": "Alexandre Bacco", |
||
| 5698 | "homepage": "http://alex.bacco.fr" |
||
| 5699 | } |
||
| 5700 | ], |
||
| 5701 | "description": "Bundle for the very lightweight yet powerful PHP state machine", |
||
| 5702 | "keywords": [ |
||
| 5703 | "bundle", |
||
| 5704 | "statemachine", |
||
| 5705 | "symfony" |
||
| 5706 | ], |
||
| 5707 | "time": "2016-10-28T03:32:52+00:00" |
||
| 5708 | }, |
||
| 5709 | { |
||
| 5710 | "name": "zendframework/zend-code", |
||
| 5711 | "version": "2.6.3", |
||
| 5712 | "source": { |
||
| 5713 | "type": "git", |
||
| 5714 | "url": "https://github.com/zendframework/zend-code.git", |
||
| 5715 | "reference": "95033f061b083e16cdee60530ec260d7d628b887" |
||
| 5716 | }, |
||
| 5717 | "dist": { |
||
| 5718 | "type": "zip", |
||
| 5719 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887", |
||
| 5720 | "reference": "95033f061b083e16cdee60530ec260d7d628b887", |
||
| 5721 | "shasum": "" |
||
| 5722 | }, |
||
| 5723 | "require": { |
||
| 5724 | "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6", |
||
| 5725 | "zendframework/zend-eventmanager": "^2.6 || ^3.0" |
||
| 5726 | }, |
||
| 5727 | "require-dev": { |
||
| 5728 | "doctrine/annotations": "~1.0", |
||
| 5729 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 5730 | "phpunit/phpunit": "^4.8.21", |
||
| 5731 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 5732 | }, |
||
| 5733 | "suggest": { |
||
| 5734 | "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", |
||
| 5735 | "zendframework/zend-stdlib": "Zend\\Stdlib component" |
||
| 5736 | }, |
||
| 5737 | "type": "library", |
||
| 5738 | "extra": { |
||
| 5739 | "branch-alias": { |
||
| 5740 | "dev-master": "2.6-dev", |
||
| 5741 | "dev-develop": "2.7-dev" |
||
| 5742 | } |
||
| 5743 | }, |
||
| 5744 | "autoload": { |
||
| 5745 | "psr-4": { |
||
| 5746 | "Zend\\Code\\": "src/" |
||
| 5747 | } |
||
| 5748 | }, |
||
| 5749 | "notification-url": "https://packagist.org/downloads/", |
||
| 5750 | "license": [ |
||
| 5751 | "BSD-3-Clause" |
||
| 5752 | ], |
||
| 5753 | "description": "provides facilities to generate arbitrary code using an object oriented interface", |
||
| 5754 | "homepage": "https://github.com/zendframework/zend-code", |
||
| 5755 | "keywords": [ |
||
| 5756 | "code", |
||
| 5757 | "zf2" |
||
| 5758 | ], |
||
| 5759 | "time": "2016-04-20T17:26:42+00:00" |
||
| 5760 | }, |
||
| 5761 | { |
||
| 5762 | "name": "zendframework/zend-eventmanager", |
||
| 5763 | "version": "3.1.0", |
||
| 5764 | "source": { |
||
| 5765 | "type": "git", |
||
| 5766 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
| 5767 | "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d" |
||
| 5768 | }, |
||
| 5769 | "dist": { |
||
| 5770 | "type": "zip", |
||
| 5771 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d", |
||
| 5772 | "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d", |
||
| 5773 | "shasum": "" |
||
| 5774 | }, |
||
| 5775 | "require": { |
||
| 5776 | "php": "^5.6 || ^7.0" |
||
| 5777 | }, |
||
| 5778 | "require-dev": { |
||
| 5779 | "athletic/athletic": "^0.1", |
||
| 5780 | "container-interop/container-interop": "^1.1.0", |
||
| 5781 | "phpunit/phpunit": "^5.6", |
||
| 5782 | "zendframework/zend-coding-standard": "~1.0.0", |
||
| 5783 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0" |
||
| 5784 | }, |
||
| 5785 | "suggest": { |
||
| 5786 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
||
| 5787 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" |
||
| 5788 | }, |
||
| 5789 | "type": "library", |
||
| 5790 | "extra": { |
||
| 5791 | "branch-alias": { |
||
| 5792 | "dev-master": "3.1-dev", |
||
| 5793 | "dev-develop": "3.2-dev" |
||
| 5794 | } |
||
| 5795 | }, |
||
| 5796 | "autoload": { |
||
| 5797 | "psr-4": { |
||
| 5798 | "Zend\\EventManager\\": "src/" |
||
| 5799 | } |
||
| 5800 | }, |
||
| 5801 | "notification-url": "https://packagist.org/downloads/", |
||
| 5802 | "license": [ |
||
| 5803 | "BSD-3-Clause" |
||
| 5804 | ], |
||
| 5805 | "description": "Trigger and listen to events within a PHP application", |
||
| 5806 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
| 5807 | "keywords": [ |
||
| 5808 | "event", |
||
| 5809 | "eventmanager", |
||
| 5810 | "events", |
||
| 5811 | "zf2" |
||
| 5812 | ], |
||
| 5813 | "time": "2016-12-19T21:47:12+00:00" |
||
| 5814 | }, |
||
| 5815 | { |
||
| 5816 | "name": "zendframework/zend-hydrator", |
||
| 5817 | "version": "2.2.1", |
||
| 5818 | "source": { |
||
| 5819 | "type": "git", |
||
| 5820 | "url": "https://github.com/zendframework/zend-hydrator.git", |
||
| 5821 | "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182" |
||
| 5822 | }, |
||
| 5823 | "dist": { |
||
| 5824 | "type": "zip", |
||
| 5825 | "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/0ac0d3e569781f1895670b0c8d0dc7f25b8a3182", |
||
| 5826 | "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182", |
||
| 5827 | "shasum": "" |
||
| 5828 | }, |
||
| 5829 | "require": { |
||
| 5830 | "php": "^5.5 || ^7.0", |
||
| 5831 | "zendframework/zend-stdlib": "^3.0" |
||
| 5832 | }, |
||
| 5833 | "require-dev": { |
||
| 5834 | "phpunit/phpunit": "^4.5", |
||
| 5835 | "squizlabs/php_codesniffer": "^2.3.1", |
||
| 5836 | "zendframework/zend-eventmanager": "^3.0", |
||
| 5837 | "zendframework/zend-filter": "^2.6", |
||
| 5838 | "zendframework/zend-inputfilter": "^2.6", |
||
| 5839 | "zendframework/zend-serializer": "^2.6.1", |
||
| 5840 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
| 5841 | }, |
||
| 5842 | "suggest": { |
||
| 5843 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage", |
||
| 5844 | "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage", |
||
| 5845 | "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy", |
||
| 5846 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage" |
||
| 5847 | }, |
||
| 5848 | "type": "library", |
||
| 5849 | "extra": { |
||
| 5850 | "branch-alias": { |
||
| 5851 | "dev-release-1.0": "1.0-dev", |
||
| 5852 | "dev-release-1.1": "1.1-dev", |
||
| 5853 | "dev-master": "2.2-dev", |
||
| 5854 | "dev-develop": "2.3-dev" |
||
| 5855 | }, |
||
| 5856 | "zf": { |
||
| 5857 | "component": "Zend\\Hydrator", |
||
| 5858 | "config-provider": "Zend\\Hydrator\\ConfigProvider" |
||
| 5859 | } |
||
| 5860 | }, |
||
| 5861 | "autoload": { |
||
| 5862 | "psr-4": { |
||
| 5863 | "Zend\\Hydrator\\": "src/" |
||
| 5864 | } |
||
| 5865 | }, |
||
| 5866 | "notification-url": "https://packagist.org/downloads/", |
||
| 5867 | "license": [ |
||
| 5868 | "BSD-3-Clause" |
||
| 5869 | ], |
||
| 5870 | "homepage": "https://github.com/zendframework/zend-hydrator", |
||
| 5871 | "keywords": [ |
||
| 5872 | "hydrator", |
||
| 5873 | "zf2" |
||
| 5874 | ], |
||
| 5875 | "time": "2016-04-18T17:59:29+00:00" |
||
| 5876 | }, |
||
| 5877 | { |
||
| 5878 | "name": "zendframework/zend-stdlib", |
||
| 5879 | "version": "3.1.0", |
||
| 5880 | "source": { |
||
| 5881 | "type": "git", |
||
| 5882 | "url": "https://github.com/zendframework/zend-stdlib.git", |
||
| 5883 | "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78" |
||
| 5884 | }, |
||
| 5885 | "dist": { |
||
| 5886 | "type": "zip", |
||
| 5887 | "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78", |
||
| 5888 | "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78", |
||
| 5889 | "shasum": "" |
||
| 5890 | }, |
||
| 5891 | "require": { |
||
| 5892 | "php": "^5.6 || ^7.0" |
||
| 5893 | }, |
||
| 5894 | "require-dev": { |
||
| 5895 | "athletic/athletic": "~0.1", |
||
| 5896 | "phpunit/phpunit": "~4.0", |
||
| 5897 | "squizlabs/php_codesniffer": "^2.6.2" |
||
| 5898 | }, |
||
| 5899 | "type": "library", |
||
| 5900 | "extra": { |
||
| 5901 | "branch-alias": { |
||
| 5902 | "dev-master": "3.1-dev", |
||
| 5903 | "dev-develop": "3.2-dev" |
||
| 5904 | } |
||
| 5905 | }, |
||
| 5906 | "autoload": { |
||
| 5907 | "psr-4": { |
||
| 5908 | "Zend\\Stdlib\\": "src/" |
||
| 5909 | } |
||
| 5910 | }, |
||
| 5911 | "notification-url": "https://packagist.org/downloads/", |
||
| 5912 | "license": [ |
||
| 5913 | "BSD-3-Clause" |
||
| 5914 | ], |
||
| 5915 | "homepage": "https://github.com/zendframework/zend-stdlib", |
||
| 5916 | "keywords": [ |
||
| 5917 | "stdlib", |
||
| 5918 | "zf2" |
||
| 5919 | ], |
||
| 5920 | "time": "2016-09-13T14:38:50+00:00" |
||
| 5921 | } |
||
| 5922 | ], |
||
| 5923 | "packages-dev": [ |
||
| 5924 | { |
||
| 5925 | "name": "akeneo/phpspec-skip-example-extension", |
||
| 5926 | "version": "v2.0.0", |
||
| 5927 | "source": { |
||
| 5928 | "type": "git", |
||
| 5929 | "url": "https://github.com/akeneo/PhpSpecSkipExampleExtension.git", |
||
| 5930 | "reference": "b378baaa372020f81f9cc1492acdc495a185b96f" |
||
| 5931 | }, |
||
| 5932 | "dist": { |
||
| 5933 | "type": "zip", |
||
| 5934 | "url": "https://api.github.com/repos/akeneo/PhpSpecSkipExampleExtension/zipball/b378baaa372020f81f9cc1492acdc495a185b96f", |
||
| 5935 | "reference": "b378baaa372020f81f9cc1492acdc495a185b96f", |
||
| 5936 | "shasum": "" |
||
| 5937 | }, |
||
| 5938 | "require": { |
||
| 5939 | "phpspec/phpspec": "^3.0" |
||
| 5940 | }, |
||
| 5941 | "type": "library", |
||
| 5942 | "extra": { |
||
| 5943 | "branch-alias": { |
||
| 5944 | "dev-master": "2.0.x-dev", |
||
| 5945 | "dev-1.2": "1.2.x-dev", |
||
| 5946 | "dev-1.1": "1.1.x-dev", |
||
| 5947 | "dev-1.0": "1.0.x-dev" |
||
| 5948 | } |
||
| 5949 | }, |
||
| 5950 | "autoload": { |
||
| 5951 | "psr-0": { |
||
| 5952 | "Akeneo": "src/" |
||
| 5953 | } |
||
| 5954 | }, |
||
| 5955 | "notification-url": "https://packagist.org/downloads/", |
||
| 5956 | "license": [ |
||
| 5957 | "MIT" |
||
| 5958 | ], |
||
| 5959 | "authors": [ |
||
| 5960 | { |
||
| 5961 | "name": "Gildas Quéméner", |
||
| 5962 | "email": "[email protected]" |
||
| 5963 | }, |
||
| 5964 | { |
||
| 5965 | "name": "Nicolas Dupont", |
||
| 5966 | "email": "[email protected]" |
||
| 5967 | } |
||
| 5968 | ], |
||
| 5969 | "description": "Skip your PhpSpec examples through annotations", |
||
| 5970 | "time": "2016-07-21T08:04:58+00:00" |
||
| 5971 | }, |
||
| 5972 | { |
||
| 5973 | "name": "behat/behat", |
||
| 5974 | "version": "v3.3.0", |
||
| 5975 | "source": { |
||
| 5976 | "type": "git", |
||
| 5977 | "url": "https://github.com/Behat/Behat.git", |
||
| 5978 | "reference": "15a3a1857457eaa29cdf41564a5e421effb09526" |
||
| 5979 | }, |
||
| 5980 | "dist": { |
||
| 5981 | "type": "zip", |
||
| 5982 | "url": "https://api.github.com/repos/Behat/Behat/zipball/15a3a1857457eaa29cdf41564a5e421effb09526", |
||
| 5983 | "reference": "15a3a1857457eaa29cdf41564a5e421effb09526", |
||
| 5984 | "shasum": "" |
||
| 5985 | }, |
||
| 5986 | "require": { |
||
| 5987 | "behat/gherkin": "^4.4.4", |
||
| 5988 | "behat/transliterator": "~1.0", |
||
| 5989 | "container-interop/container-interop": "^1.1", |
||
| 5990 | "ext-mbstring": "*", |
||
| 5991 | "php": ">=5.3.3", |
||
| 5992 | "symfony/class-loader": "~2.1||~3.0", |
||
| 5993 | "symfony/config": "~2.3||~3.0", |
||
| 5994 | "symfony/console": "~2.5||~3.0", |
||
| 5995 | "symfony/dependency-injection": "~2.1||~3.0", |
||
| 5996 | "symfony/event-dispatcher": "~2.1||~3.0", |
||
| 5997 | "symfony/translation": "~2.3||~3.0", |
||
| 5998 | "symfony/yaml": "~2.1||~3.0" |
||
| 5999 | }, |
||
| 6000 | "require-dev": { |
||
| 6001 | "herrera-io/box": "~1.6.1", |
||
| 6002 | "phpunit/phpunit": "~4.5", |
||
| 6003 | "symfony/process": "~2.5|~3.0" |
||
| 6004 | }, |
||
| 6005 | "suggest": { |
||
| 6006 | "behat/mink-extension": "for integration with Mink testing framework", |
||
| 6007 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
||
| 6008 | "behat/yii-extension": "for integration with Yii web framework" |
||
| 6009 | }, |
||
| 6010 | "bin": [ |
||
| 6011 | "bin/behat" |
||
| 6012 | ], |
||
| 6013 | "type": "library", |
||
| 6014 | "extra": { |
||
| 6015 | "branch-alias": { |
||
| 6016 | "dev-master": "3.2.x-dev" |
||
| 6017 | } |
||
| 6018 | }, |
||
| 6019 | "autoload": { |
||
| 6020 | "psr-0": { |
||
| 6021 | "Behat\\Behat": "src/", |
||
| 6022 | "Behat\\Testwork": "src/" |
||
| 6023 | } |
||
| 6024 | }, |
||
| 6025 | "notification-url": "https://packagist.org/downloads/", |
||
| 6026 | "license": [ |
||
| 6027 | "MIT" |
||
| 6028 | ], |
||
| 6029 | "authors": [ |
||
| 6030 | { |
||
| 6031 | "name": "Konstantin Kudryashov", |
||
| 6032 | "email": "[email protected]", |
||
| 6033 | "homepage": "http://everzet.com" |
||
| 6034 | } |
||
| 6035 | ], |
||
| 6036 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
||
| 6037 | "homepage": "http://behat.org/", |
||
| 6038 | "keywords": [ |
||
| 6039 | "Agile", |
||
| 6040 | "BDD", |
||
| 6041 | "ScenarioBDD", |
||
| 6042 | "Scrum", |
||
| 6043 | "StoryBDD", |
||
| 6044 | "User story", |
||
| 6045 | "business", |
||
| 6046 | "development", |
||
| 6047 | "documentation", |
||
| 6048 | "examples", |
||
| 6049 | "symfony", |
||
| 6050 | "testing" |
||
| 6051 | ], |
||
| 6052 | "time": "2016-12-25T13:43:52+00:00" |
||
| 6053 | }, |
||
| 6054 | { |
||
| 6055 | "name": "behat/gherkin", |
||
| 6056 | "version": "v4.4.5", |
||
| 6057 | "source": { |
||
| 6058 | "type": "git", |
||
| 6059 | "url": "https://github.com/Behat/Gherkin.git", |
||
| 6060 | "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74" |
||
| 6061 | }, |
||
| 6062 | "dist": { |
||
| 6063 | "type": "zip", |
||
| 6064 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74", |
||
| 6065 | "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74", |
||
| 6066 | "shasum": "" |
||
| 6067 | }, |
||
| 6068 | "require": { |
||
| 6069 | "php": ">=5.3.1" |
||
| 6070 | }, |
||
| 6071 | "require-dev": { |
||
| 6072 | "phpunit/phpunit": "~4.5|~5", |
||
| 6073 | "symfony/phpunit-bridge": "~2.7|~3", |
||
| 6074 | "symfony/yaml": "~2.3|~3" |
||
| 6075 | }, |
||
| 6076 | "suggest": { |
||
| 6077 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
||
| 6078 | }, |
||
| 6079 | "type": "library", |
||
| 6080 | "extra": { |
||
| 6081 | "branch-alias": { |
||
| 6082 | "dev-master": "4.4-dev" |
||
| 6083 | } |
||
| 6084 | }, |
||
| 6085 | "autoload": { |
||
| 6086 | "psr-0": { |
||
| 6087 | "Behat\\Gherkin": "src/" |
||
| 6088 | } |
||
| 6089 | }, |
||
| 6090 | "notification-url": "https://packagist.org/downloads/", |
||
| 6091 | "license": [ |
||
| 6092 | "MIT" |
||
| 6093 | ], |
||
| 6094 | "authors": [ |
||
| 6095 | { |
||
| 6096 | "name": "Konstantin Kudryashov", |
||
| 6097 | "email": "[email protected]", |
||
| 6098 | "homepage": "http://everzet.com" |
||
| 6099 | } |
||
| 6100 | ], |
||
| 6101 | "description": "Gherkin DSL parser for PHP 5.3", |
||
| 6102 | "homepage": "http://behat.org/", |
||
| 6103 | "keywords": [ |
||
| 6104 | "BDD", |
||
| 6105 | "Behat", |
||
| 6106 | "Cucumber", |
||
| 6107 | "DSL", |
||
| 6108 | "gherkin", |
||
| 6109 | "parser" |
||
| 6110 | ], |
||
| 6111 | "time": "2016-10-30T11:50:56+00:00" |
||
| 6112 | }, |
||
| 6113 | { |
||
| 6114 | "name": "behat/mink", |
||
| 6115 | "version": "v1.7.1", |
||
| 6116 | "source": { |
||
| 6117 | "type": "git", |
||
| 6118 | "url": "https://github.com/minkphp/Mink.git", |
||
| 6119 | "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" |
||
| 6120 | }, |
||
| 6121 | "dist": { |
||
| 6122 | "type": "zip", |
||
| 6123 | "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", |
||
| 6124 | "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", |
||
| 6125 | "shasum": "" |
||
| 6126 | }, |
||
| 6127 | "require": { |
||
| 6128 | "php": ">=5.3.1", |
||
| 6129 | "symfony/css-selector": "~2.1|~3.0" |
||
| 6130 | }, |
||
| 6131 | "require-dev": { |
||
| 6132 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
| 6133 | }, |
||
| 6134 | "suggest": { |
||
| 6135 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", |
||
| 6136 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", |
||
| 6137 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", |
||
| 6138 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" |
||
| 6139 | }, |
||
| 6140 | "type": "library", |
||
| 6141 | "extra": { |
||
| 6142 | "branch-alias": { |
||
| 6143 | "dev-master": "1.7.x-dev" |
||
| 6144 | } |
||
| 6145 | }, |
||
| 6146 | "autoload": { |
||
| 6147 | "psr-4": { |
||
| 6148 | "Behat\\Mink\\": "src/" |
||
| 6149 | } |
||
| 6150 | }, |
||
| 6151 | "notification-url": "https://packagist.org/downloads/", |
||
| 6152 | "license": [ |
||
| 6153 | "MIT" |
||
| 6154 | ], |
||
| 6155 | "authors": [ |
||
| 6156 | { |
||
| 6157 | "name": "Konstantin Kudryashov", |
||
| 6158 | "email": "[email protected]", |
||
| 6159 | "homepage": "http://everzet.com" |
||
| 6160 | } |
||
| 6161 | ], |
||
| 6162 | "description": "Browser controller/emulator abstraction for PHP", |
||
| 6163 | "homepage": "http://mink.behat.org/", |
||
| 6164 | "keywords": [ |
||
| 6165 | "browser", |
||
| 6166 | "testing", |
||
| 6167 | "web" |
||
| 6168 | ], |
||
| 6169 | "time": "2016-03-05T08:26:18+00:00" |
||
| 6170 | }, |
||
| 6171 | { |
||
| 6172 | "name": "behat/mink-browserkit-driver", |
||
| 6173 | "version": "v1.3.2", |
||
| 6174 | "source": { |
||
| 6175 | "type": "git", |
||
| 6176 | "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", |
||
| 6177 | "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb" |
||
| 6178 | }, |
||
| 6179 | "dist": { |
||
| 6180 | "type": "zip", |
||
| 6181 | "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb", |
||
| 6182 | "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb", |
||
| 6183 | "shasum": "" |
||
| 6184 | }, |
||
| 6185 | "require": { |
||
| 6186 | "behat/mink": "^1.7.1@dev", |
||
| 6187 | "php": ">=5.3.6", |
||
| 6188 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 6189 | "symfony/dom-crawler": "~2.3|~3.0" |
||
| 6190 | }, |
||
| 6191 | "require-dev": { |
||
| 6192 | "silex/silex": "~1.2", |
||
| 6193 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
| 6194 | }, |
||
| 6195 | "type": "mink-driver", |
||
| 6196 | "extra": { |
||
| 6197 | "branch-alias": { |
||
| 6198 | "dev-master": "1.3.x-dev" |
||
| 6199 | } |
||
| 6200 | }, |
||
| 6201 | "autoload": { |
||
| 6202 | "psr-4": { |
||
| 6203 | "Behat\\Mink\\Driver\\": "src/" |
||
| 6204 | } |
||
| 6205 | }, |
||
| 6206 | "notification-url": "https://packagist.org/downloads/", |
||
| 6207 | "license": [ |
||
| 6208 | "MIT" |
||
| 6209 | ], |
||
| 6210 | "authors": [ |
||
| 6211 | { |
||
| 6212 | "name": "Konstantin Kudryashov", |
||
| 6213 | "email": "[email protected]", |
||
| 6214 | "homepage": "http://everzet.com" |
||
| 6215 | } |
||
| 6216 | ], |
||
| 6217 | "description": "Symfony2 BrowserKit driver for Mink framework", |
||
| 6218 | "homepage": "http://mink.behat.org/", |
||
| 6219 | "keywords": [ |
||
| 6220 | "Mink", |
||
| 6221 | "Symfony2", |
||
| 6222 | "browser", |
||
| 6223 | "testing" |
||
| 6224 | ], |
||
| 6225 | "time": "2016-03-05T08:59:47+00:00" |
||
| 6226 | }, |
||
| 6227 | { |
||
| 6228 | "name": "behat/mink-extension", |
||
| 6229 | "version": "v2.2", |
||
| 6230 | "source": { |
||
| 6231 | "type": "git", |
||
| 6232 | "url": "https://github.com/Behat/MinkExtension.git", |
||
| 6233 | "reference": "5b4bda64ff456104564317e212c823e45cad9d59" |
||
| 6234 | }, |
||
| 6235 | "dist": { |
||
| 6236 | "type": "zip", |
||
| 6237 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59", |
||
| 6238 | "reference": "5b4bda64ff456104564317e212c823e45cad9d59", |
||
| 6239 | "shasum": "" |
||
| 6240 | }, |
||
| 6241 | "require": { |
||
| 6242 | "behat/behat": "~3.0,>=3.0.5", |
||
| 6243 | "behat/mink": "~1.5", |
||
| 6244 | "php": ">=5.3.2", |
||
| 6245 | "symfony/config": "~2.2|~3.0" |
||
| 6246 | }, |
||
| 6247 | "require-dev": { |
||
| 6248 | "behat/mink-goutte-driver": "~1.1", |
||
| 6249 | "phpspec/phpspec": "~2.0" |
||
| 6250 | }, |
||
| 6251 | "type": "behat-extension", |
||
| 6252 | "extra": { |
||
| 6253 | "branch-alias": { |
||
| 6254 | "dev-master": "2.1.x-dev" |
||
| 6255 | } |
||
| 6256 | }, |
||
| 6257 | "autoload": { |
||
| 6258 | "psr-0": { |
||
| 6259 | "Behat\\MinkExtension": "src/" |
||
| 6260 | } |
||
| 6261 | }, |
||
| 6262 | "notification-url": "https://packagist.org/downloads/", |
||
| 6263 | "license": [ |
||
| 6264 | "MIT" |
||
| 6265 | ], |
||
| 6266 | "authors": [ |
||
| 6267 | { |
||
| 6268 | "name": "Christophe Coevoet", |
||
| 6269 | "email": "[email protected]" |
||
| 6270 | }, |
||
| 6271 | { |
||
| 6272 | "name": "Konstantin Kudryashov", |
||
| 6273 | "email": "[email protected]" |
||
| 6274 | } |
||
| 6275 | ], |
||
| 6276 | "description": "Mink extension for Behat", |
||
| 6277 | "homepage": "http://extensions.behat.org/mink", |
||
| 6278 | "keywords": [ |
||
| 6279 | "browser", |
||
| 6280 | "gui", |
||
| 6281 | "test", |
||
| 6282 | "web" |
||
| 6283 | ], |
||
| 6284 | "time": "2016-02-15T07:55:18+00:00" |
||
| 6285 | }, |
||
| 6286 | { |
||
| 6287 | "name": "behat/mink-selenium2-driver", |
||
| 6288 | "version": "v1.3.1", |
||
| 6289 | "source": { |
||
| 6290 | "type": "git", |
||
| 6291 | "url": "https://github.com/minkphp/MinkSelenium2Driver.git", |
||
| 6292 | "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288" |
||
| 6293 | }, |
||
| 6294 | "dist": { |
||
| 6295 | "type": "zip", |
||
| 6296 | "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288", |
||
| 6297 | "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288", |
||
| 6298 | "shasum": "" |
||
| 6299 | }, |
||
| 6300 | "require": { |
||
| 6301 | "behat/mink": "~1.7@dev", |
||
| 6302 | "instaclick/php-webdriver": "~1.1", |
||
| 6303 | "php": ">=5.3.1" |
||
| 6304 | }, |
||
| 6305 | "require-dev": { |
||
| 6306 | "symfony/phpunit-bridge": "~2.7" |
||
| 6307 | }, |
||
| 6308 | "type": "mink-driver", |
||
| 6309 | "extra": { |
||
| 6310 | "branch-alias": { |
||
| 6311 | "dev-master": "1.3.x-dev" |
||
| 6312 | } |
||
| 6313 | }, |
||
| 6314 | "autoload": { |
||
| 6315 | "psr-4": { |
||
| 6316 | "Behat\\Mink\\Driver\\": "src/" |
||
| 6317 | } |
||
| 6318 | }, |
||
| 6319 | "notification-url": "https://packagist.org/downloads/", |
||
| 6320 | "license": [ |
||
| 6321 | "MIT" |
||
| 6322 | ], |
||
| 6323 | "authors": [ |
||
| 6324 | { |
||
| 6325 | "name": "Konstantin Kudryashov", |
||
| 6326 | "email": "[email protected]", |
||
| 6327 | "homepage": "http://everzet.com" |
||
| 6328 | }, |
||
| 6329 | { |
||
| 6330 | "name": "Pete Otaqui", |
||
| 6331 | "email": "[email protected]", |
||
| 6332 | "homepage": "https://github.com/pete-otaqui" |
||
| 6333 | } |
||
| 6334 | ], |
||
| 6335 | "description": "Selenium2 (WebDriver) driver for Mink framework", |
||
| 6336 | "homepage": "http://mink.behat.org/", |
||
| 6337 | "keywords": [ |
||
| 6338 | "ajax", |
||
| 6339 | "browser", |
||
| 6340 | "javascript", |
||
| 6341 | "selenium", |
||
| 6342 | "testing", |
||
| 6343 | "webdriver" |
||
| 6344 | ], |
||
| 6345 | "time": "2016-03-05T09:10:18+00:00" |
||
| 6346 | }, |
||
| 6347 | { |
||
| 6348 | "name": "coduo/php-matcher", |
||
| 6349 | "version": "2.1.0", |
||
| 6350 | "source": { |
||
| 6351 | "type": "git", |
||
| 6352 | "url": "https://github.com/coduo/php-matcher.git", |
||
| 6353 | "reference": "80ce761282da62db12906885f58d1e4bbddb525f" |
||
| 6354 | }, |
||
| 6355 | "dist": { |
||
| 6356 | "type": "zip", |
||
| 6357 | "url": "https://api.github.com/repos/coduo/php-matcher/zipball/80ce761282da62db12906885f58d1e4bbddb525f", |
||
| 6358 | "reference": "80ce761282da62db12906885f58d1e4bbddb525f", |
||
| 6359 | "shasum": "" |
||
| 6360 | }, |
||
| 6361 | "require": { |
||
| 6362 | "coduo/php-to-string": "^2", |
||
| 6363 | "doctrine/lexer": "1.0.*", |
||
| 6364 | "ext-filter": "*", |
||
| 6365 | "openlss/lib-array2xml": "~0.0.9", |
||
| 6366 | "php": ">=5.3.0", |
||
| 6367 | "symfony/expression-language": "^2.3|^3.0", |
||
| 6368 | "symfony/property-access": "^2.3|^3.0" |
||
| 6369 | }, |
||
| 6370 | "require-dev": { |
||
| 6371 | "phpunit/phpunit": "^4.8" |
||
| 6372 | }, |
||
| 6373 | "type": "library", |
||
| 6374 | "extra": { |
||
| 6375 | "branch-alias": { |
||
| 6376 | "dev-master": "2.1-dev" |
||
| 6377 | } |
||
| 6378 | }, |
||
| 6379 | "autoload": { |
||
| 6380 | "psr-4": { |
||
| 6381 | "Coduo\\PHPMatcher\\": "src/" |
||
| 6382 | } |
||
| 6383 | }, |
||
| 6384 | "notification-url": "https://packagist.org/downloads/", |
||
| 6385 | "license": [ |
||
| 6386 | "MIT" |
||
| 6387 | ], |
||
| 6388 | "authors": [ |
||
| 6389 | { |
||
| 6390 | "name": "Norbert Orzechowicz", |
||
| 6391 | "email": "[email protected]" |
||
| 6392 | }, |
||
| 6393 | { |
||
| 6394 | "name": "Michał Dąbrowski", |
||
| 6395 | "email": "[email protected]" |
||
| 6396 | } |
||
| 6397 | ], |
||
| 6398 | "description": "PHP Matcher enables you to match values with patterns", |
||
| 6399 | "keywords": [ |
||
| 6400 | "Match", |
||
| 6401 | "json", |
||
| 6402 | "matcher", |
||
| 6403 | "tests" |
||
| 6404 | ], |
||
| 6405 | "time": "2016-10-20T14:41:41+00:00" |
||
| 6406 | }, |
||
| 6407 | { |
||
| 6408 | "name": "coduo/php-to-string", |
||
| 6409 | "version": "2.0.1", |
||
| 6410 | "source": { |
||
| 6411 | "type": "git", |
||
| 6412 | "url": "https://github.com/coduo/php-to-string.git", |
||
| 6413 | "reference": "4c1d7e2e76017719edc70e944ace0ec570748a78" |
||
| 6414 | }, |
||
| 6415 | "dist": { |
||
| 6416 | "type": "zip", |
||
| 6417 | "url": "https://api.github.com/repos/coduo/php-to-string/zipball/4c1d7e2e76017719edc70e944ace0ec570748a78", |
||
| 6418 | "reference": "4c1d7e2e76017719edc70e944ace0ec570748a78", |
||
| 6419 | "shasum": "" |
||
| 6420 | }, |
||
| 6421 | "require": { |
||
| 6422 | "php": ">=5.3.0" |
||
| 6423 | }, |
||
| 6424 | "require-dev": { |
||
| 6425 | "coduo/phpspec-data-provider-extension": "^1", |
||
| 6426 | "phpspec/phpspec": "^2" |
||
| 6427 | }, |
||
| 6428 | "type": "library", |
||
| 6429 | "extra": { |
||
| 6430 | "branch-alias": { |
||
| 6431 | "dev-master": "2.1-dev" |
||
| 6432 | } |
||
| 6433 | }, |
||
| 6434 | "autoload": { |
||
| 6435 | "psr-0": { |
||
| 6436 | "": "src" |
||
| 6437 | } |
||
| 6438 | }, |
||
| 6439 | "notification-url": "https://packagist.org/downloads/", |
||
| 6440 | "license": [ |
||
| 6441 | "MIT" |
||
| 6442 | ], |
||
| 6443 | "authors": [ |
||
| 6444 | { |
||
| 6445 | "name": "Norbert Orzechowicz", |
||
| 6446 | "email": "[email protected]" |
||
| 6447 | }, |
||
| 6448 | { |
||
| 6449 | "name": "Michał Dąbrowski", |
||
| 6450 | "email": "[email protected]" |
||
| 6451 | } |
||
| 6452 | ], |
||
| 6453 | "keywords": [ |
||
| 6454 | "php", |
||
| 6455 | "string", |
||
| 6456 | "to", |
||
| 6457 | "to string" |
||
| 6458 | ], |
||
| 6459 | "time": "2016-01-20T18:29:02+00:00" |
||
| 6460 | }, |
||
| 6461 | { |
||
| 6462 | "name": "container-interop/container-interop", |
||
| 6463 | "version": "1.1.0", |
||
| 6464 | "source": { |
||
| 6465 | "type": "git", |
||
| 6466 | "url": "https://github.com/container-interop/container-interop.git", |
||
| 6467 | "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e" |
||
| 6468 | }, |
||
| 6469 | "dist": { |
||
| 6470 | "type": "zip", |
||
| 6471 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e", |
||
| 6472 | "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e", |
||
| 6473 | "shasum": "" |
||
| 6474 | }, |
||
| 6475 | "type": "library", |
||
| 6476 | "autoload": { |
||
| 6477 | "psr-4": { |
||
| 6478 | "Interop\\Container\\": "src/Interop/Container/" |
||
| 6479 | } |
||
| 6480 | }, |
||
| 6481 | "notification-url": "https://packagist.org/downloads/", |
||
| 6482 | "license": [ |
||
| 6483 | "MIT" |
||
| 6484 | ], |
||
| 6485 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
||
| 6486 | "time": "2014-12-30T15:22:37+00:00" |
||
| 6487 | }, |
||
| 6488 | { |
||
| 6489 | "name": "dama/doctrine-test-bundle", |
||
| 6490 | "version": "v1.0.9", |
||
| 6491 | "source": { |
||
| 6492 | "type": "git", |
||
| 6493 | "url": "https://github.com/dmaicher/doctrine-test-bundle.git", |
||
| 6494 | "reference": "516bb505e8f7fbd5b7bc0ae69e738dfcf7e9ffd4" |
||
| 6495 | }, |
||
| 6496 | "dist": { |
||
| 6497 | "type": "zip", |
||
| 6498 | "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/516bb505e8f7fbd5b7bc0ae69e738dfcf7e9ffd4", |
||
| 6499 | "reference": "516bb505e8f7fbd5b7bc0ae69e738dfcf7e9ffd4", |
||
| 6500 | "shasum": "" |
||
| 6501 | }, |
||
| 6502 | "require": { |
||
| 6503 | "doctrine/dbal": "~2.5", |
||
| 6504 | "doctrine/doctrine-bundle": "~1.4", |
||
| 6505 | "php": ">=5.5.0", |
||
| 6506 | "phpunit/phpunit": "~4.1|~5.0", |
||
| 6507 | "symfony/symfony": "~2.3|~3.0" |
||
| 6508 | }, |
||
| 6509 | "type": "library", |
||
| 6510 | "extra": { |
||
| 6511 | "branch-alias": { |
||
| 6512 | "dev-master": "1.1.x-dev" |
||
| 6513 | } |
||
| 6514 | }, |
||
| 6515 | "autoload": { |
||
| 6516 | "psr-4": { |
||
| 6517 | "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle" |
||
| 6518 | } |
||
| 6519 | }, |
||
| 6520 | "notification-url": "https://packagist.org/downloads/", |
||
| 6521 | "license": [ |
||
| 6522 | "MIT" |
||
| 6523 | ], |
||
| 6524 | "authors": [ |
||
| 6525 | { |
||
| 6526 | "name": "David Maicher", |
||
| 6527 | "email": "[email protected]" |
||
| 6528 | } |
||
| 6529 | ], |
||
| 6530 | "description": "Symfony 2/3 bundle to isolate doctrine database tests and improve test performance", |
||
| 6531 | "keywords": [ |
||
| 6532 | "Symfony 3", |
||
| 6533 | "doctrine", |
||
| 6534 | "isolation", |
||
| 6535 | "performance", |
||
| 6536 | "symfony", |
||
| 6537 | "symfony 2", |
||
| 6538 | "tests" |
||
| 6539 | ], |
||
| 6540 | "time": "2017-01-04T19:24:03+00:00" |
||
| 6541 | }, |
||
| 6542 | { |
||
| 6543 | "name": "friends-of-behat/context-service-extension", |
||
| 6544 | "version": "v0.3.0", |
||
| 6545 | "source": { |
||
| 6546 | "type": "git", |
||
| 6547 | "url": "https://github.com/FriendsOfBehat/ContextServiceExtension.git", |
||
| 6548 | "reference": "c63bfeb6a5c4b1cf2b88914d7a06a3a95dc9650e" |
||
| 6549 | }, |
||
| 6550 | "dist": { |
||
| 6551 | "type": "zip", |
||
| 6552 | "url": "https://api.github.com/repos/FriendsOfBehat/ContextServiceExtension/zipball/c63bfeb6a5c4b1cf2b88914d7a06a3a95dc9650e", |
||
| 6553 | "reference": "c63bfeb6a5c4b1cf2b88914d7a06a3a95dc9650e", |
||
| 6554 | "shasum": "" |
||
| 6555 | }, |
||
| 6556 | "require": { |
||
| 6557 | "behat/behat": "^3.1", |
||
| 6558 | "php": "^5.6|^7.0", |
||
| 6559 | "symfony/dependency-injection": "^2.8|^3.0" |
||
| 6560 | }, |
||
| 6561 | "require-dev": { |
||
| 6562 | "friends-of-behat/cross-container-extension": "^0.1.3", |
||
| 6563 | "friends-of-behat/test-context": "^0.3", |
||
| 6564 | "phpspec/phpspec": "^3.1" |
||
| 6565 | }, |
||
| 6566 | "suggest": { |
||
| 6567 | "friends-of-behat/cross-container-extension": "^0.1", |
||
| 6568 | "ocramius/proxy-manager": "^1.0|^2.0", |
||
| 6569 | "symfony/proxy-manager-bridge": "^2.8|^3.0" |
||
| 6570 | }, |
||
| 6571 | "type": "library", |
||
| 6572 | "autoload": { |
||
| 6573 | "psr-4": { |
||
| 6574 | "FriendsOfBehat\\ContextServiceExtension\\": "src/" |
||
| 6575 | } |
||
| 6576 | }, |
||
| 6577 | "notification-url": "https://packagist.org/downloads/", |
||
| 6578 | "license": [ |
||
| 6579 | "MIT" |
||
| 6580 | ], |
||
| 6581 | "authors": [ |
||
| 6582 | { |
||
| 6583 | "name": "Kamil Kokot", |
||
| 6584 | "email": "[email protected]", |
||
| 6585 | "homepage": "http://kamil.kokot.me" |
||
| 6586 | } |
||
| 6587 | ], |
||
| 6588 | "description": "Allows to declare and use contexts services in scenario scoped container.", |
||
| 6589 | "time": "2016-11-03T15:23:17+00:00" |
||
| 6590 | }, |
||
| 6591 | { |
||
| 6592 | "name": "friends-of-behat/cross-container-extension", |
||
| 6593 | "version": "v0.2.0", |
||
| 6594 | "source": { |
||
| 6595 | "type": "git", |
||
| 6596 | "url": "https://github.com/FriendsOfBehat/CrossContainerExtension.git", |
||
| 6597 | "reference": "c5dce367353e2c6a57a715c94d4f6ba3a87e2703" |
||
| 6598 | }, |
||
| 6599 | "dist": { |
||
| 6600 | "type": "zip", |
||
| 6601 | "url": "https://api.github.com/repos/FriendsOfBehat/CrossContainerExtension/zipball/c5dce367353e2c6a57a715c94d4f6ba3a87e2703", |
||
| 6602 | "reference": "c5dce367353e2c6a57a715c94d4f6ba3a87e2703", |
||
| 6603 | "shasum": "" |
||
| 6604 | }, |
||
| 6605 | "require": { |
||
| 6606 | "behat/behat": "^3.1", |
||
| 6607 | "php": "^5.6|^7.0", |
||
| 6608 | "symfony/dependency-injection": "^2.8|^3.0" |
||
| 6609 | }, |
||
| 6610 | "require-dev": { |
||
| 6611 | "friends-of-behat/test-context": "^0.3", |
||
| 6612 | "phpspec/phpspec": "^3.1", |
||
| 6613 | "phpunit/phpunit": "^5.6", |
||
| 6614 | "symfony/http-kernel": "^2.8|^3.0" |
||
| 6615 | }, |
||
| 6616 | "suggest": { |
||
| 6617 | "symfony/http-kernel": "^2.8|^3.0" |
||
| 6618 | }, |
||
| 6619 | "type": "library", |
||
| 6620 | "autoload": { |
||
| 6621 | "psr-4": { |
||
| 6622 | "FriendsOfBehat\\CrossContainerExtension\\": "src/" |
||
| 6623 | } |
||
| 6624 | }, |
||
| 6625 | "notification-url": "https://packagist.org/downloads/", |
||
| 6626 | "license": [ |
||
| 6627 | "MIT" |
||
| 6628 | ], |
||
| 6629 | "authors": [ |
||
| 6630 | { |
||
| 6631 | "name": "Kamil Kokot", |
||
| 6632 | "email": "[email protected]", |
||
| 6633 | "homepage": "http://kamil.kokot.me" |
||
| 6634 | } |
||
| 6635 | ], |
||
| 6636 | "description": "Makes possible to inject services and parameters from other containers.", |
||
| 6637 | "time": "2016-11-03T14:30:37+00:00" |
||
| 6638 | }, |
||
| 6639 | { |
||
| 6640 | "name": "friends-of-behat/performance-extension", |
||
| 6641 | "version": "v1.0.1", |
||
| 6642 | "source": { |
||
| 6643 | "type": "git", |
||
| 6644 | "url": "https://github.com/FriendsOfBehat/PerformanceExtension.git", |
||
| 6645 | "reference": "eb0163ebdfda430e429e0a4c6ec2d9bbbd8a6c4b" |
||
| 6646 | }, |
||
| 6647 | "dist": { |
||
| 6648 | "type": "zip", |
||
| 6649 | "url": "https://api.github.com/repos/FriendsOfBehat/PerformanceExtension/zipball/eb0163ebdfda430e429e0a4c6ec2d9bbbd8a6c4b", |
||
| 6650 | "reference": "eb0163ebdfda430e429e0a4c6ec2d9bbbd8a6c4b", |
||
| 6651 | "shasum": "" |
||
| 6652 | }, |
||
| 6653 | "require": { |
||
| 6654 | "behat/behat": "^3.1", |
||
| 6655 | "php": "^5.6|^7.0" |
||
| 6656 | }, |
||
| 6657 | "type": "library", |
||
| 6658 | "autoload": { |
||
| 6659 | "psr-4": { |
||
| 6660 | "FriendsOfBehat\\PerformanceExtension\\": "src/" |
||
| 6661 | } |
||
| 6662 | }, |
||
| 6663 | "notification-url": "https://packagist.org/downloads/", |
||
| 6664 | "license": [ |
||
| 6665 | "MIT" |
||
| 6666 | ], |
||
| 6667 | "authors": [ |
||
| 6668 | { |
||
| 6669 | "name": "Kamil Kokot", |
||
| 6670 | "email": "[email protected]", |
||
| 6671 | "homepage": "http://kamil.kokot.me" |
||
| 6672 | } |
||
| 6673 | ], |
||
| 6674 | "description": "Accelerates Behat using features available only for newer PHP versions.", |
||
| 6675 | "time": "2016-07-22T21:46:29+00:00" |
||
| 6676 | }, |
||
| 6677 | { |
||
| 6678 | "name": "friends-of-behat/service-container-extension", |
||
| 6679 | "version": "v0.3.0", |
||
| 6680 | "source": { |
||
| 6681 | "type": "git", |
||
| 6682 | "url": "https://github.com/FriendsOfBehat/ServiceContainerExtension.git", |
||
| 6683 | "reference": "203d0f30a3d17d47e7bb1a6842c8266911f30e45" |
||
| 6684 | }, |
||
| 6685 | "dist": { |
||
| 6686 | "type": "zip", |
||
| 6687 | "url": "https://api.github.com/repos/FriendsOfBehat/ServiceContainerExtension/zipball/203d0f30a3d17d47e7bb1a6842c8266911f30e45", |
||
| 6688 | "reference": "203d0f30a3d17d47e7bb1a6842c8266911f30e45", |
||
| 6689 | "shasum": "" |
||
| 6690 | }, |
||
| 6691 | "require": { |
||
| 6692 | "behat/behat": "^3.1", |
||
| 6693 | "php": "^5.6|^7.0" |
||
| 6694 | }, |
||
| 6695 | "require-dev": { |
||
| 6696 | "friends-of-behat/cross-container-extension": "^0.1", |
||
| 6697 | "friends-of-behat/test-context": "^0.3", |
||
| 6698 | "symfony/process": "^2.7|^3.0" |
||
| 6699 | }, |
||
| 6700 | "suggest": { |
||
| 6701 | "friends-of-behat/cross-container-extension": "^0.1" |
||
| 6702 | }, |
||
| 6703 | "type": "library", |
||
| 6704 | "autoload": { |
||
| 6705 | "psr-4": { |
||
| 6706 | "FriendsOfBehat\\ServiceContainerExtension\\": "src/" |
||
| 6707 | } |
||
| 6708 | }, |
||
| 6709 | "notification-url": "https://packagist.org/downloads/", |
||
| 6710 | "license": [ |
||
| 6711 | "MIT" |
||
| 6712 | ], |
||
| 6713 | "authors": [ |
||
| 6714 | { |
||
| 6715 | "name": "Kamil Kokot", |
||
| 6716 | "email": "[email protected]", |
||
| 6717 | "homepage": "http://kamil.kokot.me" |
||
| 6718 | } |
||
| 6719 | ], |
||
| 6720 | "description": "Allows to declare own services inside Behat container without writing an extension.", |
||
| 6721 | "time": "2016-11-03T09:47:50+00:00" |
||
| 6722 | }, |
||
| 6723 | { |
||
| 6724 | "name": "friends-of-behat/symfony-extension", |
||
| 6725 | "version": "v0.2.1", |
||
| 6726 | "source": { |
||
| 6727 | "type": "git", |
||
| 6728 | "url": "https://github.com/FriendsOfBehat/SymfonyExtension.git", |
||
| 6729 | "reference": "293d02deb525015b13eeedc7c76982f0a87eb4a1" |
||
| 6730 | }, |
||
| 6731 | "dist": { |
||
| 6732 | "type": "zip", |
||
| 6733 | "url": "https://api.github.com/repos/FriendsOfBehat/SymfonyExtension/zipball/293d02deb525015b13eeedc7c76982f0a87eb4a1", |
||
| 6734 | "reference": "293d02deb525015b13eeedc7c76982f0a87eb4a1", |
||
| 6735 | "shasum": "" |
||
| 6736 | }, |
||
| 6737 | "require": { |
||
| 6738 | "behat/behat": "^3.1", |
||
| 6739 | "php": "^5.6|^7.0", |
||
| 6740 | "symfony/http-kernel": "^2.7|^3.0" |
||
| 6741 | }, |
||
| 6742 | "require-dev": { |
||
| 6743 | "behat/mink": "^1.7", |
||
| 6744 | "behat/mink-browserkit-driver": "^1.3", |
||
| 6745 | "behat/mink-extension": "^2.2", |
||
| 6746 | "friends-of-behat/cross-container-extension": "^0.1", |
||
| 6747 | "friends-of-behat/test-context": "^0.3", |
||
| 6748 | "symfony/framework-bundle": "^2.7|^3.0" |
||
| 6749 | }, |
||
| 6750 | "suggest": { |
||
| 6751 | "behat/mink-browserkit-driver": "^1.3", |
||
| 6752 | "friends-of-behat/cross-container-extension": "^0.1" |
||
| 6753 | }, |
||
| 6754 | "type": "library", |
||
| 6755 | "autoload": { |
||
| 6756 | "psr-4": { |
||
| 6757 | "FriendsOfBehat\\SymfonyExtension\\": "src/" |
||
| 6758 | } |
||
| 6759 | }, |
||
| 6760 | "notification-url": "https://packagist.org/downloads/", |
||
| 6761 | "license": [ |
||
| 6762 | "MIT" |
||
| 6763 | ], |
||
| 6764 | "authors": [ |
||
| 6765 | { |
||
| 6766 | "name": "Kamil Kokot", |
||
| 6767 | "email": "[email protected]", |
||
| 6768 | "homepage": "http://kamil.kokot.me" |
||
| 6769 | } |
||
| 6770 | ], |
||
| 6771 | "description": "Integrates Behat with Symfony (both 2 and 3).", |
||
| 6772 | "time": "2016-11-03T13:38:02+00:00" |
||
| 6773 | }, |
||
| 6774 | { |
||
| 6775 | "name": "friends-of-behat/variadic-extension", |
||
| 6776 | "version": "v0.1.0", |
||
| 6777 | "source": { |
||
| 6778 | "type": "git", |
||
| 6779 | "url": "https://github.com/FriendsOfBehat/VariadicExtension.git", |
||
| 6780 | "reference": "d85fcc04318938f5af8799c73b16c9ec3fc8d40e" |
||
| 6781 | }, |
||
| 6782 | "dist": { |
||
| 6783 | "type": "zip", |
||
| 6784 | "url": "https://api.github.com/repos/FriendsOfBehat/VariadicExtension/zipball/d85fcc04318938f5af8799c73b16c9ec3fc8d40e", |
||
| 6785 | "reference": "d85fcc04318938f5af8799c73b16c9ec3fc8d40e", |
||
| 6786 | "shasum": "" |
||
| 6787 | }, |
||
| 6788 | "require": { |
||
| 6789 | "behat/behat": "^3.1", |
||
| 6790 | "php": "^5.6|^7.0", |
||
| 6791 | "symfony/dependency-injection": "~2.5||~3.0" |
||
| 6792 | }, |
||
| 6793 | "require-dev": { |
||
| 6794 | "friends-of-behat/test-context": "^0.2.0" |
||
| 6795 | }, |
||
| 6796 | "type": "library", |
||
| 6797 | "autoload": { |
||
| 6798 | "psr-4": { |
||
| 6799 | "FriendsOfBehat\\VariadicExtension\\": "src/" |
||
| 6800 | } |
||
| 6801 | }, |
||
| 6802 | "notification-url": "https://packagist.org/downloads/", |
||
| 6803 | "license": [ |
||
| 6804 | "MIT" |
||
| 6805 | ], |
||
| 6806 | "authors": [ |
||
| 6807 | { |
||
| 6808 | "name": "Łukasz Chruściel", |
||
| 6809 | "email": "[email protected]" |
||
| 6810 | } |
||
| 6811 | ], |
||
| 6812 | "description": "Variadic support for behat context arguments", |
||
| 6813 | "time": "2016-08-25T22:34:32+00:00" |
||
| 6814 | }, |
||
| 6815 | { |
||
| 6816 | "name": "hwi/oauth-bundle", |
||
| 6817 | "version": "0.5.3", |
||
| 6818 | "source": { |
||
| 6819 | "type": "git", |
||
| 6820 | "url": "https://github.com/hwi/HWIOAuthBundle.git", |
||
| 6821 | "reference": "50f4bcbe5c217cfdf0f7f40a174b87199b76d1e1" |
||
| 6822 | }, |
||
| 6823 | "dist": { |
||
| 6824 | "type": "zip", |
||
| 6825 | "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/50f4bcbe5c217cfdf0f7f40a174b87199b76d1e1", |
||
| 6826 | "reference": "50f4bcbe5c217cfdf0f7f40a174b87199b76d1e1", |
||
| 6827 | "shasum": "" |
||
| 6828 | }, |
||
| 6829 | "require": { |
||
| 6830 | "kriswallsmith/buzz": "~0.13", |
||
| 6831 | "php": "^5.3.3|^7.0", |
||
| 6832 | "symfony/form": "^2.3|^3.0", |
||
| 6833 | "symfony/framework-bundle": "^2.3|^3.0", |
||
| 6834 | "symfony/options-resolver": "^2.3|^3.0", |
||
| 6835 | "symfony/security-bundle": "^2.3|^3.0", |
||
| 6836 | "symfony/templating": "^2.7|^3.0", |
||
| 6837 | "symfony/yaml": "^2.3|^3.0" |
||
| 6838 | }, |
||
| 6839 | "conflict": { |
||
| 6840 | "twig/twig": "<1.12" |
||
| 6841 | }, |
||
| 6842 | "require-dev": { |
||
| 6843 | "doctrine/orm": "^2.3", |
||
| 6844 | "friendsofphp/php-cs-fixer": "^2.0", |
||
| 6845 | "friendsofsymfony/user-bundle": "^1.3|^2.0", |
||
| 6846 | "phpunit/phpunit": "^4.8|^5.0", |
||
| 6847 | "symfony/phpunit-bridge": "^2.7|^3.0", |
||
| 6848 | "symfony/property-access": "^2.3|^3.0", |
||
| 6849 | "symfony/stopwatch": "^2.5|^3.0", |
||
| 6850 | "symfony/twig-bundle": "^2.3|^3.0", |
||
| 6851 | "symfony/validator": "^2.3|^3.0" |
||
| 6852 | }, |
||
| 6853 | "suggest": { |
||
| 6854 | "doctrine/doctrine-bundle": "to use Doctrine user provider", |
||
| 6855 | "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle", |
||
| 6856 | "symfony/property-access": "to use FOSUB integration with this bundle", |
||
| 6857 | "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions" |
||
| 6858 | }, |
||
| 6859 | "type": "symfony-bundle", |
||
| 6860 | "extra": { |
||
| 6861 | "branch-alias": { |
||
| 6862 | "dev-master": "0.5-dev" |
||
| 6863 | } |
||
| 6864 | }, |
||
| 6865 | "autoload": { |
||
| 6866 | "psr-4": { |
||
| 6867 | "HWI\\Bundle\\OAuthBundle\\": "" |
||
| 6868 | }, |
||
| 6869 | "exclude-from-classmap": [ |
||
| 6870 | "/Tests/" |
||
| 6871 | ] |
||
| 6872 | }, |
||
| 6873 | "notification-url": "https://packagist.org/downloads/", |
||
| 6874 | "license": [ |
||
| 6875 | "MIT" |
||
| 6876 | ], |
||
| 6877 | "authors": [ |
||
| 6878 | { |
||
| 6879 | "name": "Contributors", |
||
| 6880 | "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors" |
||
| 6881 | }, |
||
| 6882 | { |
||
| 6883 | "name": "Joseph Bielawski", |
||
| 6884 | "email": "[email protected]" |
||
| 6885 | }, |
||
| 6886 | { |
||
| 6887 | "name": "Alexander", |
||
| 6888 | "email": "[email protected]" |
||
| 6889 | }, |
||
| 6890 | { |
||
| 6891 | "name": "Geoffrey Bachelet", |
||
| 6892 | "email": "[email protected]" |
||
| 6893 | } |
||
| 6894 | ], |
||
| 6895 | "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.", |
||
| 6896 | "homepage": "http://github.com/hwi/HWIOAuthBundle", |
||
| 6897 | "keywords": [ |
||
| 6898 | "37signals", |
||
| 6899 | "Authentication", |
||
| 6900 | "Deezer", |
||
| 6901 | "EVE Online", |
||
| 6902 | "amazon", |
||
| 6903 | "asana", |
||
| 6904 | "auth0", |
||
| 6905 | "azure", |
||
| 6906 | "bitbucket", |
||
| 6907 | "bitly", |
||
| 6908 | "box", |
||
| 6909 | "bufferapp", |
||
| 6910 | "clever", |
||
| 6911 | "dailymotion", |
||
| 6912 | "deviantart", |
||
| 6913 | "discogs", |
||
| 6914 | "disqus", |
||
| 6915 | "dropbox", |
||
| 6916 | "eventbrite", |
||
| 6917 | "facebook", |
||
| 6918 | "firewall", |
||
| 6919 | "fiware", |
||
| 6920 | "flickr", |
||
| 6921 | "foursquare", |
||
| 6922 | "github", |
||
| 6923 | "google", |
||
| 6924 | "hubic", |
||
| 6925 | "instagram", |
||
| 6926 | "jawbone", |
||
| 6927 | "jira", |
||
| 6928 | "linkedin", |
||
| 6929 | "mail.ru", |
||
| 6930 | "oauth", |
||
| 6931 | "oauth1", |
||
| 6932 | "oauth2", |
||
| 6933 | "odnoklassniki", |
||
| 6934 | "paypal", |
||
| 6935 | "qq", |
||
| 6936 | "reddit", |
||
| 6937 | "runkeeper", |
||
| 6938 | "salesforce", |
||
| 6939 | "security", |
||
| 6940 | "sensio connect", |
||
| 6941 | "sina weibo", |
||
| 6942 | "slack", |
||
| 6943 | "sound cloud", |
||
| 6944 | "spotify", |
||
| 6945 | "stack exchange", |
||
| 6946 | "stereomood", |
||
| 6947 | "strava", |
||
| 6948 | "toshl", |
||
| 6949 | "trakt", |
||
| 6950 | "trello", |
||
| 6951 | "twitch", |
||
| 6952 | "twitter", |
||
| 6953 | "vkontakte", |
||
| 6954 | "wechat", |
||
| 6955 | "windows live", |
||
| 6956 | "wordpress", |
||
| 6957 | "wunderlist", |
||
| 6958 | "xing", |
||
| 6959 | "yahoo", |
||
| 6960 | "yandex", |
||
| 6961 | "youtube" |
||
| 6962 | ], |
||
| 6963 | "time": "2017-01-08T14:13:58+00:00" |
||
| 6964 | }, |
||
| 6965 | { |
||
| 6966 | "name": "instaclick/php-webdriver", |
||
| 6967 | "version": "1.4.3", |
||
| 6968 | "source": { |
||
| 6969 | "type": "git", |
||
| 6970 | "url": "https://github.com/instaclick/php-webdriver.git", |
||
| 6971 | "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb" |
||
| 6972 | }, |
||
| 6973 | "dist": { |
||
| 6974 | "type": "zip", |
||
| 6975 | "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb", |
||
| 6976 | "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb", |
||
| 6977 | "shasum": "" |
||
| 6978 | }, |
||
| 6979 | "require": { |
||
| 6980 | "ext-curl": "*", |
||
| 6981 | "php": ">=5.3.2" |
||
| 6982 | }, |
||
| 6983 | "require-dev": { |
||
| 6984 | "satooshi/php-coveralls": "dev-master" |
||
| 6985 | }, |
||
| 6986 | "type": "library", |
||
| 6987 | "extra": { |
||
| 6988 | "branch-alias": { |
||
| 6989 | "dev-master": "1.4.x-dev" |
||
| 6990 | } |
||
| 6991 | }, |
||
| 6992 | "autoload": { |
||
| 6993 | "psr-0": { |
||
| 6994 | "WebDriver": "lib/" |
||
| 6995 | } |
||
| 6996 | }, |
||
| 6997 | "notification-url": "https://packagist.org/downloads/", |
||
| 6998 | "license": [ |
||
| 6999 | "Apache-2.0" |
||
| 7000 | ], |
||
| 7001 | "authors": [ |
||
| 7002 | { |
||
| 7003 | "name": "Justin Bishop", |
||
| 7004 | "email": "[email protected]", |
||
| 7005 | "role": "Developer" |
||
| 7006 | }, |
||
| 7007 | { |
||
| 7008 | "name": "Anthon Pang", |
||
| 7009 | "email": "[email protected]", |
||
| 7010 | "role": "Fork Maintainer" |
||
| 7011 | } |
||
| 7012 | ], |
||
| 7013 | "description": "PHP WebDriver for Selenium 2", |
||
| 7014 | "homepage": "http://instaclick.com/", |
||
| 7015 | "keywords": [ |
||
| 7016 | "browser", |
||
| 7017 | "selenium", |
||
| 7018 | "webdriver", |
||
| 7019 | "webtest" |
||
| 7020 | ], |
||
| 7021 | "time": "2015-06-15T20:19:33+00:00" |
||
| 7022 | }, |
||
| 7023 | { |
||
| 7024 | "name": "kriswallsmith/buzz", |
||
| 7025 | "version": "v0.15", |
||
| 7026 | "source": { |
||
| 7027 | "type": "git", |
||
| 7028 | "url": "https://github.com/kriswallsmith/Buzz.git", |
||
| 7029 | "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8" |
||
| 7030 | }, |
||
| 7031 | "dist": { |
||
| 7032 | "type": "zip", |
||
| 7033 | "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8", |
||
| 7034 | "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8", |
||
| 7035 | "shasum": "" |
||
| 7036 | }, |
||
| 7037 | "require": { |
||
| 7038 | "php": ">=5.3.0" |
||
| 7039 | }, |
||
| 7040 | "require-dev": { |
||
| 7041 | "phpunit/phpunit": "3.7.*" |
||
| 7042 | }, |
||
| 7043 | "suggest": { |
||
| 7044 | "ext-curl": "*" |
||
| 7045 | }, |
||
| 7046 | "type": "library", |
||
| 7047 | "autoload": { |
||
| 7048 | "psr-0": { |
||
| 7049 | "Buzz": "lib/" |
||
| 7050 | } |
||
| 7051 | }, |
||
| 7052 | "notification-url": "https://packagist.org/downloads/", |
||
| 7053 | "license": [ |
||
| 7054 | "MIT" |
||
| 7055 | ], |
||
| 7056 | "authors": [ |
||
| 7057 | { |
||
| 7058 | "name": "Kris Wallsmith", |
||
| 7059 | "email": "[email protected]", |
||
| 7060 | "homepage": "http://kriswallsmith.net/" |
||
| 7061 | } |
||
| 7062 | ], |
||
| 7063 | "description": "Lightweight HTTP client", |
||
| 7064 | "homepage": "https://github.com/kriswallsmith/Buzz", |
||
| 7065 | "keywords": [ |
||
| 7066 | "curl", |
||
| 7067 | "http client" |
||
| 7068 | ], |
||
| 7069 | "time": "2015-06-25T17:26:56+00:00" |
||
| 7070 | }, |
||
| 7071 | { |
||
| 7072 | "name": "lakion/api-test-case", |
||
| 7073 | "version": "v1.1.0", |
||
| 7074 | "source": { |
||
| 7075 | "type": "git", |
||
| 7076 | "url": "https://github.com/Lakion/ApiTestCase.git", |
||
| 7077 | "reference": "bd1f742a698255356b0308493231a29a4c880a95" |
||
| 7078 | }, |
||
| 7079 | "dist": { |
||
| 7080 | "type": "zip", |
||
| 7081 | "url": "https://api.github.com/repos/Lakion/ApiTestCase/zipball/bd1f742a698255356b0308493231a29a4c880a95", |
||
| 7082 | "reference": "bd1f742a698255356b0308493231a29a4c880a95", |
||
| 7083 | "shasum": "" |
||
| 7084 | }, |
||
| 7085 | "require": { |
||
| 7086 | "coduo/php-matcher": "^2.0", |
||
| 7087 | "doctrine/data-fixtures": "^1.1", |
||
| 7088 | "doctrine/doctrine-bundle": "^1.6.3", |
||
| 7089 | "doctrine/orm": "^2.4.8", |
||
| 7090 | "nelmio/alice": "^2.1.4", |
||
| 7091 | "php": "^5.6|^7.0", |
||
| 7092 | "phpspec/php-diff": "^1.0", |
||
| 7093 | "phpunit/phpunit": "^4.8.26|^5.0", |
||
| 7094 | "polishsymfonycommunity/symfony-mocker-container": "^1.0", |
||
| 7095 | "symfony/browser-kit": "^2.7.13|^3.0", |
||
| 7096 | "symfony/finder": "^2.7.13|^3.0", |
||
| 7097 | "symfony/framework-bundle": "^2.7.13|^3.0" |
||
| 7098 | }, |
||
| 7099 | "require-dev": { |
||
| 7100 | "symfony/serializer": "^2.7.13|^3.0" |
||
| 7101 | }, |
||
| 7102 | "type": "library", |
||
| 7103 | "extra": { |
||
| 7104 | "branch-alias": { |
||
| 7105 | "dev-master": "1.0-dev" |
||
| 7106 | } |
||
| 7107 | }, |
||
| 7108 | "autoload": { |
||
| 7109 | "psr-4": { |
||
| 7110 | "Lakion\\ApiTestCase\\": "src/" |
||
| 7111 | } |
||
| 7112 | }, |
||
| 7113 | "notification-url": "https://packagist.org/downloads/", |
||
| 7114 | "license": [ |
||
| 7115 | "MIT" |
||
| 7116 | ], |
||
| 7117 | "authors": [ |
||
| 7118 | { |
||
| 7119 | "name": "Łukasz Chruściel", |
||
| 7120 | "email": "[email protected]" |
||
| 7121 | }, |
||
| 7122 | { |
||
| 7123 | "name": "Michał Marcinkowski", |
||
| 7124 | "email": "[email protected]" |
||
| 7125 | }, |
||
| 7126 | { |
||
| 7127 | "name": "Paweł Jędrzejewski", |
||
| 7128 | "email": "[email protected]", |
||
| 7129 | "homepage": "http://pjedrzejewski.com" |
||
| 7130 | }, |
||
| 7131 | { |
||
| 7132 | "name": "Arkadiusz Krakowiak", |
||
| 7133 | "email": "[email protected]" |
||
| 7134 | } |
||
| 7135 | ], |
||
| 7136 | "description": "Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.", |
||
| 7137 | "keywords": [ |
||
| 7138 | "Symfony2", |
||
| 7139 | "TDD", |
||
| 7140 | "api", |
||
| 7141 | "doctrine", |
||
| 7142 | "json", |
||
| 7143 | "phpunit", |
||
| 7144 | "symfony", |
||
| 7145 | "testcase", |
||
| 7146 | "xml" |
||
| 7147 | ], |
||
| 7148 | "time": "2017-01-04T10:06:20+00:00" |
||
| 7149 | }, |
||
| 7150 | { |
||
| 7151 | "name": "lakion/mink-debug-extension", |
||
| 7152 | "version": "v1.2.3", |
||
| 7153 | "source": { |
||
| 7154 | "type": "git", |
||
| 7155 | "url": "https://github.com/Lakion/MinkDebugExtension.git", |
||
| 7156 | "reference": "fb04a47076df15ff38e6c7d298aac93dd6a63468" |
||
| 7157 | }, |
||
| 7158 | "dist": { |
||
| 7159 | "type": "zip", |
||
| 7160 | "url": "https://api.github.com/repos/Lakion/MinkDebugExtension/zipball/fb04a47076df15ff38e6c7d298aac93dd6a63468", |
||
| 7161 | "reference": "fb04a47076df15ff38e6c7d298aac93dd6a63468", |
||
| 7162 | "shasum": "" |
||
| 7163 | }, |
||
| 7164 | "require": { |
||
| 7165 | "behat/behat": "^3.0.5", |
||
| 7166 | "behat/mink-extension": "^2.0.1", |
||
| 7167 | "php": "^5.5.9|^7.0" |
||
| 7168 | }, |
||
| 7169 | "require-dev": { |
||
| 7170 | "behat/mink-goutte-driver": "^1.1", |
||
| 7171 | "behat/mink-selenium2-driver": "^1.2", |
||
| 7172 | "phpspec/phpspec": "^2.0" |
||
| 7173 | }, |
||
| 7174 | "suggest": { |
||
| 7175 | "behat/mink-browserkit-driver": "To get request debug information included in log file", |
||
| 7176 | "behat/mink-selenium2-driver": "To get screenshots" |
||
| 7177 | }, |
||
| 7178 | "bin": [ |
||
| 7179 | "travis/tools/upload-screenshots", |
||
| 7180 | "travis/tools/upload-textfiles", |
||
| 7181 | "travis/tools/wait-for-port" |
||
| 7182 | ], |
||
| 7183 | "type": "behat-extension", |
||
| 7184 | "autoload": { |
||
| 7185 | "psr-4": { |
||
| 7186 | "Lakion\\Behat\\MinkDebugExtension\\": "src/" |
||
| 7187 | } |
||
| 7188 | }, |
||
| 7189 | "notification-url": "https://packagist.org/downloads/", |
||
| 7190 | "license": [ |
||
| 7191 | "MIT" |
||
| 7192 | ], |
||
| 7193 | "authors": [ |
||
| 7194 | { |
||
| 7195 | "name": "Kamil Kokot", |
||
| 7196 | "email": "[email protected]", |
||
| 7197 | "homepage": "http://kamil.kokot.me" |
||
| 7198 | } |
||
| 7199 | ], |
||
| 7200 | "description": "Debug extension for Behat", |
||
| 7201 | "homepage": "https://github.com/Lakion/MinkDebugExtension", |
||
| 7202 | "keywords": [ |
||
| 7203 | "Behat", |
||
| 7204 | "Mink", |
||
| 7205 | "debug", |
||
| 7206 | "logging" |
||
| 7207 | ], |
||
| 7208 | "time": "2016-10-27T15:30:36+00:00" |
||
| 7209 | }, |
||
| 7210 | { |
||
| 7211 | "name": "malukenho/kawaii-gherkin", |
||
| 7212 | "version": "0.1.3", |
||
| 7213 | "source": { |
||
| 7214 | "type": "git", |
||
| 7215 | "url": "https://github.com/malukenho/kawaii-gherkin.git", |
||
| 7216 | "reference": "eb70f7bf017e597b611cb85e2238d7dc94315eb6" |
||
| 7217 | }, |
||
| 7218 | "dist": { |
||
| 7219 | "type": "zip", |
||
| 7220 | "url": "https://api.github.com/repos/malukenho/kawaii-gherkin/zipball/eb70f7bf017e597b611cb85e2238d7dc94315eb6", |
||
| 7221 | "reference": "eb70f7bf017e597b611cb85e2238d7dc94315eb6", |
||
| 7222 | "shasum": "" |
||
| 7223 | }, |
||
| 7224 | "require": { |
||
| 7225 | "behat/gherkin": "^4.4", |
||
| 7226 | "php": "~5.5|^7.0", |
||
| 7227 | "sebastian/diff": "~1.2", |
||
| 7228 | "symfony/console": "~2.0|^3.0", |
||
| 7229 | "symfony/finder": "~2.0|^3.0" |
||
| 7230 | }, |
||
| 7231 | "require-dev": { |
||
| 7232 | "phpunit/phpunit": "^4.0" |
||
| 7233 | }, |
||
| 7234 | "bin": [ |
||
| 7235 | "bin/kawaii" |
||
| 7236 | ], |
||
| 7237 | "type": "library", |
||
| 7238 | "autoload": { |
||
| 7239 | "psr-4": { |
||
| 7240 | "KawaiiGherkin\\": "src/" |
||
| 7241 | } |
||
| 7242 | }, |
||
| 7243 | "notification-url": "https://packagist.org/downloads/", |
||
| 7244 | "license": [ |
||
| 7245 | "MIT" |
||
| 7246 | ], |
||
| 7247 | "authors": [ |
||
| 7248 | { |
||
| 7249 | "name": "Jefersson Nathan", |
||
| 7250 | "email": "[email protected]" |
||
| 7251 | } |
||
| 7252 | ], |
||
| 7253 | "description": "A small library to check and fix annoying gherkin code style", |
||
| 7254 | "homepage": "https://github.com/malukenho/kawaii-gherkin", |
||
| 7255 | "keywords": [ |
||
| 7256 | "Code style", |
||
| 7257 | "code standard", |
||
| 7258 | "gherkin" |
||
| 7259 | ], |
||
| 7260 | "time": "2016-03-31T11:32:46+00:00" |
||
| 7261 | }, |
||
| 7262 | { |
||
| 7263 | "name": "matthiasnoback/symfony-config-test", |
||
| 7264 | "version": "v2.1.0", |
||
| 7265 | "source": { |
||
| 7266 | "type": "git", |
||
| 7267 | "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git", |
||
| 7268 | "reference": "dbf93be91b8004203029301bf98142bd06de4f5a" |
||
| 7269 | }, |
||
| 7270 | "dist": { |
||
| 7271 | "type": "zip", |
||
| 7272 | "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/dbf93be91b8004203029301bf98142bd06de4f5a", |
||
| 7273 | "reference": "dbf93be91b8004203029301bf98142bd06de4f5a", |
||
| 7274 | "shasum": "" |
||
| 7275 | }, |
||
| 7276 | "require": { |
||
| 7277 | "php": "^5.3|^7.0", |
||
| 7278 | "sebastian/exporter": "^1.0|^2.0", |
||
| 7279 | "symfony/config": "^2.3|^3.0" |
||
| 7280 | }, |
||
| 7281 | "require-dev": { |
||
| 7282 | "phpunit/phpunit": "^4.0|^5.0" |
||
| 7283 | }, |
||
| 7284 | "type": "library", |
||
| 7285 | "autoload": { |
||
| 7286 | "psr-4": { |
||
| 7287 | "Matthias\\SymfonyConfigTest\\": "" |
||
| 7288 | } |
||
| 7289 | }, |
||
| 7290 | "notification-url": "https://packagist.org/downloads/", |
||
| 7291 | "license": [ |
||
| 7292 | "MIT" |
||
| 7293 | ], |
||
| 7294 | "authors": [ |
||
| 7295 | { |
||
| 7296 | "name": "Matthias Noback", |
||
| 7297 | "email": "[email protected]", |
||
| 7298 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
| 7299 | } |
||
| 7300 | ], |
||
| 7301 | "description": "Library for testing user classes related to the Symfony Config Component", |
||
| 7302 | "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest", |
||
| 7303 | "keywords": [ |
||
| 7304 | "config", |
||
| 7305 | "phpunit", |
||
| 7306 | "symfony" |
||
| 7307 | ], |
||
| 7308 | "time": "2016-11-30T15:53:12+00:00" |
||
| 7309 | }, |
||
| 7310 | { |
||
| 7311 | "name": "matthiasnoback/symfony-dependency-injection-test", |
||
| 7312 | "version": "v1.1.0", |
||
| 7313 | "source": { |
||
| 7314 | "type": "git", |
||
| 7315 | "url": "https://github.com/matthiasnoback/SymfonyDependencyInjectionTest.git", |
||
| 7316 | "reference": "95c3b8f0f708fcc49360412f84186d562add50dc" |
||
| 7317 | }, |
||
| 7318 | "dist": { |
||
| 7319 | "type": "zip", |
||
| 7320 | "url": "https://api.github.com/repos/matthiasnoback/SymfonyDependencyInjectionTest/zipball/95c3b8f0f708fcc49360412f84186d562add50dc", |
||
| 7321 | "reference": "95c3b8f0f708fcc49360412f84186d562add50dc", |
||
| 7322 | "shasum": "" |
||
| 7323 | }, |
||
| 7324 | "require": { |
||
| 7325 | "matthiasnoback/symfony-config-test": "^1.0|^2.0", |
||
| 7326 | "sebastian/exporter": "^1.0|^2.0", |
||
| 7327 | "symfony/config": "^2.3|^3.0", |
||
| 7328 | "symfony/dependency-injection": "^2.3|^3.0", |
||
| 7329 | "symfony/yaml": "^2.7|^3.0" |
||
| 7330 | }, |
||
| 7331 | "require-dev": { |
||
| 7332 | "phpunit/phpunit": "^4.0|^5.0" |
||
| 7333 | }, |
||
| 7334 | "type": "library", |
||
| 7335 | "autoload": { |
||
| 7336 | "psr-4": { |
||
| 7337 | "Matthias\\SymfonyDependencyInjectionTest\\": "" |
||
| 7338 | } |
||
| 7339 | }, |
||
| 7340 | "notification-url": "https://packagist.org/downloads/", |
||
| 7341 | "license": [ |
||
| 7342 | "MIT" |
||
| 7343 | ], |
||
| 7344 | "authors": [ |
||
| 7345 | { |
||
| 7346 | "name": "Matthias Noback", |
||
| 7347 | "email": "[email protected]", |
||
| 7348 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
| 7349 | } |
||
| 7350 | ], |
||
| 7351 | "description": "Library for testing user classes related to the Symfony Dependency Injection Component", |
||
| 7352 | "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest", |
||
| 7353 | "keywords": [ |
||
| 7354 | "Symfony2", |
||
| 7355 | "dependency injection", |
||
| 7356 | "phpunit" |
||
| 7357 | ], |
||
| 7358 | "time": "2016-11-30T15:51:50+00:00" |
||
| 7359 | }, |
||
| 7360 | { |
||
| 7361 | "name": "mikey179/vfsStream", |
||
| 7362 | "version": "v1.6.4", |
||
| 7363 | "source": { |
||
| 7364 | "type": "git", |
||
| 7365 | "url": "https://github.com/mikey179/vfsStream.git", |
||
| 7366 | "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592" |
||
| 7367 | }, |
||
| 7368 | "dist": { |
||
| 7369 | "type": "zip", |
||
| 7370 | "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592", |
||
| 7371 | "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592", |
||
| 7372 | "shasum": "" |
||
| 7373 | }, |
||
| 7374 | "require": { |
||
| 7375 | "php": ">=5.3.0" |
||
| 7376 | }, |
||
| 7377 | "require-dev": { |
||
| 7378 | "phpunit/phpunit": "~4.5" |
||
| 7379 | }, |
||
| 7380 | "type": "library", |
||
| 7381 | "extra": { |
||
| 7382 | "branch-alias": { |
||
| 7383 | "dev-master": "1.6.x-dev" |
||
| 7384 | } |
||
| 7385 | }, |
||
| 7386 | "autoload": { |
||
| 7387 | "psr-0": { |
||
| 7388 | "org\\bovigo\\vfs\\": "src/main/php" |
||
| 7389 | } |
||
| 7390 | }, |
||
| 7391 | "notification-url": "https://packagist.org/downloads/", |
||
| 7392 | "license": [ |
||
| 7393 | "BSD-3-Clause" |
||
| 7394 | ], |
||
| 7395 | "authors": [ |
||
| 7396 | { |
||
| 7397 | "name": "Frank Kleine", |
||
| 7398 | "homepage": "http://frankkleine.de/", |
||
| 7399 | "role": "Developer" |
||
| 7400 | } |
||
| 7401 | ], |
||
| 7402 | "description": "Virtual file system to mock the real file system in unit tests.", |
||
| 7403 | "homepage": "http://vfs.bovigo.org/", |
||
| 7404 | "time": "2016-07-18T14:02:57+00:00" |
||
| 7405 | }, |
||
| 7406 | { |
||
| 7407 | "name": "myclabs/deep-copy", |
||
| 7408 | "version": "1.6.0", |
||
| 7409 | "source": { |
||
| 7410 | "type": "git", |
||
| 7411 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 7412 | "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe" |
||
| 7413 | }, |
||
| 7414 | "dist": { |
||
| 7415 | "type": "zip", |
||
| 7416 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe", |
||
| 7417 | "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe", |
||
| 7418 | "shasum": "" |
||
| 7419 | }, |
||
| 7420 | "require": { |
||
| 7421 | "php": ">=5.4.0" |
||
| 7422 | }, |
||
| 7423 | "require-dev": { |
||
| 7424 | "doctrine/collections": "1.*", |
||
| 7425 | "phpunit/phpunit": "~4.1" |
||
| 7426 | }, |
||
| 7427 | "type": "library", |
||
| 7428 | "autoload": { |
||
| 7429 | "psr-4": { |
||
| 7430 | "DeepCopy\\": "src/DeepCopy/" |
||
| 7431 | } |
||
| 7432 | }, |
||
| 7433 | "notification-url": "https://packagist.org/downloads/", |
||
| 7434 | "license": [ |
||
| 7435 | "MIT" |
||
| 7436 | ], |
||
| 7437 | "description": "Create deep copies (clones) of your objects", |
||
| 7438 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
| 7439 | "keywords": [ |
||
| 7440 | "clone", |
||
| 7441 | "copy", |
||
| 7442 | "duplicate", |
||
| 7443 | "object", |
||
| 7444 | "object graph" |
||
| 7445 | ], |
||
| 7446 | "time": "2017-01-26T22:05:40+00:00" |
||
| 7447 | }, |
||
| 7448 | { |
||
| 7449 | "name": "nelmio/alice", |
||
| 7450 | "version": "2.2.2", |
||
| 7451 | "source": { |
||
| 7452 | "type": "git", |
||
| 7453 | "url": "https://github.com/nelmio/alice.git", |
||
| 7454 | "reference": "be940d30a450043c7991f2bc6ad19682db98c8cf" |
||
| 7455 | }, |
||
| 7456 | "dist": { |
||
| 7457 | "type": "zip", |
||
| 7458 | "url": "https://api.github.com/repos/nelmio/alice/zipball/be940d30a450043c7991f2bc6ad19682db98c8cf", |
||
| 7459 | "reference": "be940d30a450043c7991f2bc6ad19682db98c8cf", |
||
| 7460 | "shasum": "" |
||
| 7461 | }, |
||
| 7462 | "require": { |
||
| 7463 | "fzaninotto/faker": "^1.0", |
||
| 7464 | "php": "^5.6||^7.0", |
||
| 7465 | "symfony/yaml": "^2.0||^3.0" |
||
| 7466 | }, |
||
| 7467 | "require-dev": { |
||
| 7468 | "doctrine/common": "^2.3", |
||
| 7469 | "phpunit/phpunit": "^5.0||^4.0", |
||
| 7470 | "symfony/phpunit-bridge": "^3.0", |
||
| 7471 | "symfony/property-access": "^2.2||^3.0" |
||
| 7472 | }, |
||
| 7473 | "type": "library", |
||
| 7474 | "extra": { |
||
| 7475 | "branch-alias": { |
||
| 7476 | "dev-master": "3.0.x-dev" |
||
| 7477 | } |
||
| 7478 | }, |
||
| 7479 | "autoload": { |
||
| 7480 | "psr-4": { |
||
| 7481 | "Nelmio\\Alice\\": "src/Nelmio/Alice" |
||
| 7482 | } |
||
| 7483 | }, |
||
| 7484 | "notification-url": "https://packagist.org/downloads/", |
||
| 7485 | "license": [ |
||
| 7486 | "MIT" |
||
| 7487 | ], |
||
| 7488 | "authors": [ |
||
| 7489 | { |
||
| 7490 | "name": "Jordi Boggiano", |
||
| 7491 | "email": "[email protected]" |
||
| 7492 | }, |
||
| 7493 | { |
||
| 7494 | "name": "Tim Shelburne", |
||
| 7495 | "email": "[email protected]" |
||
| 7496 | }, |
||
| 7497 | { |
||
| 7498 | "name": "Théo FIDRY", |
||
| 7499 | "email": "[email protected]" |
||
| 7500 | } |
||
| 7501 | ], |
||
| 7502 | "description": "Expressive fixtures generator", |
||
| 7503 | "keywords": [ |
||
| 7504 | "Fixture", |
||
| 7505 | "data", |
||
| 7506 | "orm", |
||
| 7507 | "test" |
||
| 7508 | ], |
||
| 7509 | "time": "2016-07-15T19:50:38+00:00" |
||
| 7510 | }, |
||
| 7511 | { |
||
| 7512 | "name": "openlss/lib-array2xml", |
||
| 7513 | "version": "0.0.10", |
||
| 7514 | "source": { |
||
| 7515 | "type": "git", |
||
| 7516 | "url": "https://github.com/openlss/lib-array2xml.git", |
||
| 7517 | "reference": "f6686668959a342ec326c5ad82ac557d767f34ef" |
||
| 7518 | }, |
||
| 7519 | "dist": { |
||
| 7520 | "type": "zip", |
||
| 7521 | "url": "https://api.github.com/repos/openlss/lib-array2xml/zipball/f6686668959a342ec326c5ad82ac557d767f34ef", |
||
| 7522 | "reference": "f6686668959a342ec326c5ad82ac557d767f34ef", |
||
| 7523 | "shasum": "" |
||
| 7524 | }, |
||
| 7525 | "require": { |
||
| 7526 | "php": ">=5.3.2" |
||
| 7527 | }, |
||
| 7528 | "type": "library", |
||
| 7529 | "autoload": { |
||
| 7530 | "psr-0": { |
||
| 7531 | "LSS": "" |
||
| 7532 | } |
||
| 7533 | }, |
||
| 7534 | "notification-url": "https://packagist.org/downloads/", |
||
| 7535 | "license": [ |
||
| 7536 | "Apache-2.0" |
||
| 7537 | ], |
||
| 7538 | "authors": [ |
||
| 7539 | { |
||
| 7540 | "name": "Bryan Tong", |
||
| 7541 | "email": "[email protected]", |
||
| 7542 | "homepage": "http://bryantong.com" |
||
| 7543 | }, |
||
| 7544 | { |
||
| 7545 | "name": "Tony Butler", |
||
| 7546 | "email": "[email protected]", |
||
| 7547 | "homepage": "http://openlss.org" |
||
| 7548 | } |
||
| 7549 | ], |
||
| 7550 | "description": "Array2XML conversion library credit to lalit.org", |
||
| 7551 | "homepage": "http://openlss.org", |
||
| 7552 | "keywords": [ |
||
| 7553 | "array", |
||
| 7554 | "array conversion", |
||
| 7555 | "xml", |
||
| 7556 | "xml conversion" |
||
| 7557 | ], |
||
| 7558 | "time": "2015-09-16T18:59:23+00:00" |
||
| 7559 | }, |
||
| 7560 | { |
||
| 7561 | "name": "pamil/prophecy-common", |
||
| 7562 | "version": "v0.1.0", |
||
| 7563 | "source": { |
||
| 7564 | "type": "git", |
||
| 7565 | "url": "https://github.com/pamil/prophecy-common.git", |
||
| 7566 | "reference": "1f51e88b488511260b8fbccdf5ac3b46dad3139c" |
||
| 7567 | }, |
||
| 7568 | "dist": { |
||
| 7569 | "type": "zip", |
||
| 7570 | "url": "https://api.github.com/repos/pamil/prophecy-common/zipball/1f51e88b488511260b8fbccdf5ac3b46dad3139c", |
||
| 7571 | "reference": "1f51e88b488511260b8fbccdf5ac3b46dad3139c", |
||
| 7572 | "shasum": "" |
||
| 7573 | }, |
||
| 7574 | "require": { |
||
| 7575 | "phpspec/prophecy": "^1.0" |
||
| 7576 | }, |
||
| 7577 | "require-dev": { |
||
| 7578 | "phpspec/phpspec": "^2.5" |
||
| 7579 | }, |
||
| 7580 | "type": "library", |
||
| 7581 | "autoload": { |
||
| 7582 | "psr-4": { |
||
| 7583 | "Pamil\\ProphecyCommon\\": "src/" |
||
| 7584 | } |
||
| 7585 | }, |
||
| 7586 | "notification-url": "https://packagist.org/downloads/", |
||
| 7587 | "license": [ |
||
| 7588 | "MIT" |
||
| 7589 | ], |
||
| 7590 | "authors": [ |
||
| 7591 | { |
||
| 7592 | "name": "Kamil Kokot", |
||
| 7593 | "email": "[email protected]", |
||
| 7594 | "homepage": "http://kamil.kokot.me" |
||
| 7595 | } |
||
| 7596 | ], |
||
| 7597 | "description": "Common helper classes for Prophecy", |
||
| 7598 | "time": "2016-05-06T08:34:42+00:00" |
||
| 7599 | }, |
||
| 7600 | { |
||
| 7601 | "name": "phpdocumentor/reflection-common", |
||
| 7602 | "version": "1.0", |
||
| 7603 | "source": { |
||
| 7604 | "type": "git", |
||
| 7605 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 7606 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
| 7607 | }, |
||
| 7608 | "dist": { |
||
| 7609 | "type": "zip", |
||
| 7610 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 7611 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 7612 | "shasum": "" |
||
| 7613 | }, |
||
| 7614 | "require": { |
||
| 7615 | "php": ">=5.5" |
||
| 7616 | }, |
||
| 7617 | "require-dev": { |
||
| 7618 | "phpunit/phpunit": "^4.6" |
||
| 7619 | }, |
||
| 7620 | "type": "library", |
||
| 7621 | "extra": { |
||
| 7622 | "branch-alias": { |
||
| 7623 | "dev-master": "1.0.x-dev" |
||
| 7624 | } |
||
| 7625 | }, |
||
| 7626 | "autoload": { |
||
| 7627 | "psr-4": { |
||
| 7628 | "phpDocumentor\\Reflection\\": [ |
||
| 7629 | "src" |
||
| 7630 | ] |
||
| 7631 | } |
||
| 7632 | }, |
||
| 7633 | "notification-url": "https://packagist.org/downloads/", |
||
| 7634 | "license": [ |
||
| 7635 | "MIT" |
||
| 7636 | ], |
||
| 7637 | "authors": [ |
||
| 7638 | { |
||
| 7639 | "name": "Jaap van Otterdijk", |
||
| 7640 | "email": "[email protected]" |
||
| 7641 | } |
||
| 7642 | ], |
||
| 7643 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 7644 | "homepage": "http://www.phpdoc.org", |
||
| 7645 | "keywords": [ |
||
| 7646 | "FQSEN", |
||
| 7647 | "phpDocumentor", |
||
| 7648 | "phpdoc", |
||
| 7649 | "reflection", |
||
| 7650 | "static analysis" |
||
| 7651 | ], |
||
| 7652 | "time": "2015-12-27T11:43:31+00:00" |
||
| 7653 | }, |
||
| 7654 | { |
||
| 7655 | "name": "phpdocumentor/reflection-docblock", |
||
| 7656 | "version": "3.1.1", |
||
| 7657 | "source": { |
||
| 7658 | "type": "git", |
||
| 7659 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 7660 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
| 7661 | }, |
||
| 7662 | "dist": { |
||
| 7663 | "type": "zip", |
||
| 7664 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 7665 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 7666 | "shasum": "" |
||
| 7667 | }, |
||
| 7668 | "require": { |
||
| 7669 | "php": ">=5.5", |
||
| 7670 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
| 7671 | "phpdocumentor/type-resolver": "^0.2.0", |
||
| 7672 | "webmozart/assert": "^1.0" |
||
| 7673 | }, |
||
| 7674 | "require-dev": { |
||
| 7675 | "mockery/mockery": "^0.9.4", |
||
| 7676 | "phpunit/phpunit": "^4.4" |
||
| 7677 | }, |
||
| 7678 | "type": "library", |
||
| 7679 | "autoload": { |
||
| 7680 | "psr-4": { |
||
| 7681 | "phpDocumentor\\Reflection\\": [ |
||
| 7682 | "src/" |
||
| 7683 | ] |
||
| 7684 | } |
||
| 7685 | }, |
||
| 7686 | "notification-url": "https://packagist.org/downloads/", |
||
| 7687 | "license": [ |
||
| 7688 | "MIT" |
||
| 7689 | ], |
||
| 7690 | "authors": [ |
||
| 7691 | { |
||
| 7692 | "name": "Mike van Riel", |
||
| 7693 | "email": "[email protected]" |
||
| 7694 | } |
||
| 7695 | ], |
||
| 7696 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 7697 | "time": "2016-09-30T07:12:33+00:00" |
||
| 7698 | }, |
||
| 7699 | { |
||
| 7700 | "name": "phpdocumentor/type-resolver", |
||
| 7701 | "version": "0.2.1", |
||
| 7702 | "source": { |
||
| 7703 | "type": "git", |
||
| 7704 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 7705 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" |
||
| 7706 | }, |
||
| 7707 | "dist": { |
||
| 7708 | "type": "zip", |
||
| 7709 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
| 7710 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
| 7711 | "shasum": "" |
||
| 7712 | }, |
||
| 7713 | "require": { |
||
| 7714 | "php": ">=5.5", |
||
| 7715 | "phpdocumentor/reflection-common": "^1.0" |
||
| 7716 | }, |
||
| 7717 | "require-dev": { |
||
| 7718 | "mockery/mockery": "^0.9.4", |
||
| 7719 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 7720 | }, |
||
| 7721 | "type": "library", |
||
| 7722 | "extra": { |
||
| 7723 | "branch-alias": { |
||
| 7724 | "dev-master": "1.0.x-dev" |
||
| 7725 | } |
||
| 7726 | }, |
||
| 7727 | "autoload": { |
||
| 7728 | "psr-4": { |
||
| 7729 | "phpDocumentor\\Reflection\\": [ |
||
| 7730 | "src/" |
||
| 7731 | ] |
||
| 7732 | } |
||
| 7733 | }, |
||
| 7734 | "notification-url": "https://packagist.org/downloads/", |
||
| 7735 | "license": [ |
||
| 7736 | "MIT" |
||
| 7737 | ], |
||
| 7738 | "authors": [ |
||
| 7739 | { |
||
| 7740 | "name": "Mike van Riel", |
||
| 7741 | "email": "[email protected]" |
||
| 7742 | } |
||
| 7743 | ], |
||
| 7744 | "time": "2016-11-25T06:54:22+00:00" |
||
| 7745 | }, |
||
| 7746 | { |
||
| 7747 | "name": "phpspec/php-diff", |
||
| 7748 | "version": "v1.1.0", |
||
| 7749 | "source": { |
||
| 7750 | "type": "git", |
||
| 7751 | "url": "https://github.com/phpspec/php-diff.git", |
||
| 7752 | "reference": "0464787bfa7cd13576c5a1e318709768798bec6a" |
||
| 7753 | }, |
||
| 7754 | "dist": { |
||
| 7755 | "type": "zip", |
||
| 7756 | "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a", |
||
| 7757 | "reference": "0464787bfa7cd13576c5a1e318709768798bec6a", |
||
| 7758 | "shasum": "" |
||
| 7759 | }, |
||
| 7760 | "type": "library", |
||
| 7761 | "extra": { |
||
| 7762 | "branch-alias": { |
||
| 7763 | "dev-master": "1.0.x-dev" |
||
| 7764 | } |
||
| 7765 | }, |
||
| 7766 | "autoload": { |
||
| 7767 | "psr-0": { |
||
| 7768 | "Diff": "lib/" |
||
| 7769 | } |
||
| 7770 | }, |
||
| 7771 | "notification-url": "https://packagist.org/downloads/", |
||
| 7772 | "license": [ |
||
| 7773 | "BSD-3-Clause" |
||
| 7774 | ], |
||
| 7775 | "authors": [ |
||
| 7776 | { |
||
| 7777 | "name": "Chris Boulton", |
||
| 7778 | "homepage": "http://github.com/chrisboulton" |
||
| 7779 | } |
||
| 7780 | ], |
||
| 7781 | "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", |
||
| 7782 | "time": "2016-04-07T12:29:16+00:00" |
||
| 7783 | }, |
||
| 7784 | { |
||
| 7785 | "name": "phpspec/phpspec", |
||
| 7786 | "version": "3.2.3", |
||
| 7787 | "source": { |
||
| 7788 | "type": "git", |
||
| 7789 | "url": "https://github.com/phpspec/phpspec.git", |
||
| 7790 | "reference": "97246d90708cf98983d95d609bbe6f4b039b8600" |
||
| 7791 | }, |
||
| 7792 | "dist": { |
||
| 7793 | "type": "zip", |
||
| 7794 | "url": "https://api.github.com/repos/phpspec/phpspec/zipball/97246d90708cf98983d95d609bbe6f4b039b8600", |
||
| 7795 | "reference": "97246d90708cf98983d95d609bbe6f4b039b8600", |
||
| 7796 | "shasum": "" |
||
| 7797 | }, |
||
| 7798 | "require": { |
||
| 7799 | "doctrine/instantiator": "^1.0.1", |
||
| 7800 | "ext-tokenizer": "*", |
||
| 7801 | "php": "^5.6 || ^7.0", |
||
| 7802 | "phpspec/php-diff": "^1.0.0", |
||
| 7803 | "phpspec/prophecy": "^1.5", |
||
| 7804 | "sebastian/exporter": "^1.0 || ^2.0", |
||
| 7805 | "symfony/console": "^2.7 || ^3.0", |
||
| 7806 | "symfony/event-dispatcher": "^2.7 || ^3.0", |
||
| 7807 | "symfony/finder": "^2.7 || ^3.0", |
||
| 7808 | "symfony/process": "^2.7 || ^3.0", |
||
| 7809 | "symfony/yaml": "^2.7 || ^3.0" |
||
| 7810 | }, |
||
| 7811 | "require-dev": { |
||
| 7812 | "behat/behat": "^3.1", |
||
| 7813 | "ciaranmcnulty/versionbasedtestskipper": "^0.2.1", |
||
| 7814 | "phpunit/phpunit": "^5.4", |
||
| 7815 | "symfony/filesystem": "^3.0" |
||
| 7816 | }, |
||
| 7817 | "suggest": { |
||
| 7818 | "phpspec/nyan-formatters": "Adds Nyan formatters" |
||
| 7819 | }, |
||
| 7820 | "bin": [ |
||
| 7821 | "bin/phpspec" |
||
| 7822 | ], |
||
| 7823 | "type": "library", |
||
| 7824 | "extra": { |
||
| 7825 | "branch-alias": { |
||
| 7826 | "dev-master": "3.0.x-dev" |
||
| 7827 | } |
||
| 7828 | }, |
||
| 7829 | "autoload": { |
||
| 7830 | "psr-0": { |
||
| 7831 | "PhpSpec": "src/" |
||
| 7832 | } |
||
| 7833 | }, |
||
| 7834 | "notification-url": "https://packagist.org/downloads/", |
||
| 7835 | "license": [ |
||
| 7836 | "MIT" |
||
| 7837 | ], |
||
| 7838 | "authors": [ |
||
| 7839 | { |
||
| 7840 | "name": "Konstantin Kudryashov", |
||
| 7841 | "email": "[email protected]", |
||
| 7842 | "homepage": "http://everzet.com" |
||
| 7843 | }, |
||
| 7844 | { |
||
| 7845 | "name": "Marcello Duarte", |
||
| 7846 | "homepage": "http://marcelloduarte.net/" |
||
| 7847 | }, |
||
| 7848 | { |
||
| 7849 | "name": "Ciaran McNulty", |
||
| 7850 | "homepage": "https://ciaranmcnulty.com/" |
||
| 7851 | } |
||
| 7852 | ], |
||
| 7853 | "description": "Specification-oriented BDD framework for PHP 5.6+", |
||
| 7854 | "homepage": "http://phpspec.net/", |
||
| 7855 | "keywords": [ |
||
| 7856 | "BDD", |
||
| 7857 | "SpecBDD", |
||
| 7858 | "TDD", |
||
| 7859 | "spec", |
||
| 7860 | "specification", |
||
| 7861 | "testing", |
||
| 7862 | "tests" |
||
| 7863 | ], |
||
| 7864 | "time": "2017-01-29T12:28:48+00:00" |
||
| 7865 | }, |
||
| 7866 | { |
||
| 7867 | "name": "phpspec/prophecy", |
||
| 7868 | "version": "v1.6.2", |
||
| 7869 | "source": { |
||
| 7870 | "type": "git", |
||
| 7871 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 7872 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb" |
||
| 7873 | }, |
||
| 7874 | "dist": { |
||
| 7875 | "type": "zip", |
||
| 7876 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", |
||
| 7877 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb", |
||
| 7878 | "shasum": "" |
||
| 7879 | }, |
||
| 7880 | "require": { |
||
| 7881 | "doctrine/instantiator": "^1.0.2", |
||
| 7882 | "php": "^5.3|^7.0", |
||
| 7883 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
| 7884 | "sebastian/comparator": "^1.1", |
||
| 7885 | "sebastian/recursion-context": "^1.0|^2.0" |
||
| 7886 | }, |
||
| 7887 | "require-dev": { |
||
| 7888 | "phpspec/phpspec": "^2.0", |
||
| 7889 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
| 7890 | }, |
||
| 7891 | "type": "library", |
||
| 7892 | "extra": { |
||
| 7893 | "branch-alias": { |
||
| 7894 | "dev-master": "1.6.x-dev" |
||
| 7895 | } |
||
| 7896 | }, |
||
| 7897 | "autoload": { |
||
| 7898 | "psr-0": { |
||
| 7899 | "Prophecy\\": "src/" |
||
| 7900 | } |
||
| 7901 | }, |
||
| 7902 | "notification-url": "https://packagist.org/downloads/", |
||
| 7903 | "license": [ |
||
| 7904 | "MIT" |
||
| 7905 | ], |
||
| 7906 | "authors": [ |
||
| 7907 | { |
||
| 7908 | "name": "Konstantin Kudryashov", |
||
| 7909 | "email": "[email protected]", |
||
| 7910 | "homepage": "http://everzet.com" |
||
| 7911 | }, |
||
| 7912 | { |
||
| 7913 | "name": "Marcello Duarte", |
||
| 7914 | "email": "[email protected]" |
||
| 7915 | } |
||
| 7916 | ], |
||
| 7917 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 7918 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 7919 | "keywords": [ |
||
| 7920 | "Double", |
||
| 7921 | "Dummy", |
||
| 7922 | "fake", |
||
| 7923 | "mock", |
||
| 7924 | "spy", |
||
| 7925 | "stub" |
||
| 7926 | ], |
||
| 7927 | "time": "2016-11-21T14:58:47+00:00" |
||
| 7928 | }, |
||
| 7929 | { |
||
| 7930 | "name": "phpunit/php-code-coverage", |
||
| 7931 | "version": "4.0.5", |
||
| 7932 | "source": { |
||
| 7933 | "type": "git", |
||
| 7934 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 7935 | "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971" |
||
| 7936 | }, |
||
| 7937 | "dist": { |
||
| 7938 | "type": "zip", |
||
| 7939 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", |
||
| 7940 | "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", |
||
| 7941 | "shasum": "" |
||
| 7942 | }, |
||
| 7943 | "require": { |
||
| 7944 | "php": "^5.6 || ^7.0", |
||
| 7945 | "phpunit/php-file-iterator": "~1.3", |
||
| 7946 | "phpunit/php-text-template": "~1.2", |
||
| 7947 | "phpunit/php-token-stream": "^1.4.2", |
||
| 7948 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
| 7949 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
| 7950 | "sebastian/version": "~1.0|~2.0" |
||
| 7951 | }, |
||
| 7952 | "require-dev": { |
||
| 7953 | "ext-xdebug": ">=2.1.4", |
||
| 7954 | "phpunit/phpunit": "^5.4" |
||
| 7955 | }, |
||
| 7956 | "suggest": { |
||
| 7957 | "ext-dom": "*", |
||
| 7958 | "ext-xdebug": ">=2.4.0", |
||
| 7959 | "ext-xmlwriter": "*" |
||
| 7960 | }, |
||
| 7961 | "type": "library", |
||
| 7962 | "extra": { |
||
| 7963 | "branch-alias": { |
||
| 7964 | "dev-master": "4.0.x-dev" |
||
| 7965 | } |
||
| 7966 | }, |
||
| 7967 | "autoload": { |
||
| 7968 | "classmap": [ |
||
| 7969 | "src/" |
||
| 7970 | ] |
||
| 7971 | }, |
||
| 7972 | "notification-url": "https://packagist.org/downloads/", |
||
| 7973 | "license": [ |
||
| 7974 | "BSD-3-Clause" |
||
| 7975 | ], |
||
| 7976 | "authors": [ |
||
| 7977 | { |
||
| 7978 | "name": "Sebastian Bergmann", |
||
| 7979 | "email": "[email protected]", |
||
| 7980 | "role": "lead" |
||
| 7981 | } |
||
| 7982 | ], |
||
| 7983 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 7984 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 7985 | "keywords": [ |
||
| 7986 | "coverage", |
||
| 7987 | "testing", |
||
| 7988 | "xunit" |
||
| 7989 | ], |
||
| 7990 | "time": "2017-01-20T15:06:43+00:00" |
||
| 7991 | }, |
||
| 7992 | { |
||
| 7993 | "name": "phpunit/php-file-iterator", |
||
| 7994 | "version": "1.4.2", |
||
| 7995 | "source": { |
||
| 7996 | "type": "git", |
||
| 7997 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 7998 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
| 7999 | }, |
||
| 8000 | "dist": { |
||
| 8001 | "type": "zip", |
||
| 8002 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
| 8003 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
| 8004 | "shasum": "" |
||
| 8005 | }, |
||
| 8006 | "require": { |
||
| 8007 | "php": ">=5.3.3" |
||
| 8008 | }, |
||
| 8009 | "type": "library", |
||
| 8010 | "extra": { |
||
| 8011 | "branch-alias": { |
||
| 8012 | "dev-master": "1.4.x-dev" |
||
| 8013 | } |
||
| 8014 | }, |
||
| 8015 | "autoload": { |
||
| 8016 | "classmap": [ |
||
| 8017 | "src/" |
||
| 8018 | ] |
||
| 8019 | }, |
||
| 8020 | "notification-url": "https://packagist.org/downloads/", |
||
| 8021 | "license": [ |
||
| 8022 | "BSD-3-Clause" |
||
| 8023 | ], |
||
| 8024 | "authors": [ |
||
| 8025 | { |
||
| 8026 | "name": "Sebastian Bergmann", |
||
| 8027 | "email": "[email protected]", |
||
| 8028 | "role": "lead" |
||
| 8029 | } |
||
| 8030 | ], |
||
| 8031 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 8032 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 8033 | "keywords": [ |
||
| 8034 | "filesystem", |
||
| 8035 | "iterator" |
||
| 8036 | ], |
||
| 8037 | "time": "2016-10-03T07:40:28+00:00" |
||
| 8038 | }, |
||
| 8039 | { |
||
| 8040 | "name": "phpunit/php-text-template", |
||
| 8041 | "version": "1.2.1", |
||
| 8042 | "source": { |
||
| 8043 | "type": "git", |
||
| 8044 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 8045 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 8046 | }, |
||
| 8047 | "dist": { |
||
| 8048 | "type": "zip", |
||
| 8049 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 8050 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 8051 | "shasum": "" |
||
| 8052 | }, |
||
| 8053 | "require": { |
||
| 8054 | "php": ">=5.3.3" |
||
| 8055 | }, |
||
| 8056 | "type": "library", |
||
| 8057 | "autoload": { |
||
| 8058 | "classmap": [ |
||
| 8059 | "src/" |
||
| 8060 | ] |
||
| 8061 | }, |
||
| 8062 | "notification-url": "https://packagist.org/downloads/", |
||
| 8063 | "license": [ |
||
| 8064 | "BSD-3-Clause" |
||
| 8065 | ], |
||
| 8066 | "authors": [ |
||
| 8067 | { |
||
| 8068 | "name": "Sebastian Bergmann", |
||
| 8069 | "email": "[email protected]", |
||
| 8070 | "role": "lead" |
||
| 8071 | } |
||
| 8072 | ], |
||
| 8073 | "description": "Simple template engine.", |
||
| 8074 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 8075 | "keywords": [ |
||
| 8076 | "template" |
||
| 8077 | ], |
||
| 8078 | "time": "2015-06-21T13:50:34+00:00" |
||
| 8079 | }, |
||
| 8080 | { |
||
| 8081 | "name": "phpunit/php-timer", |
||
| 8082 | "version": "1.0.8", |
||
| 8083 | "source": { |
||
| 8084 | "type": "git", |
||
| 8085 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 8086 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
| 8087 | }, |
||
| 8088 | "dist": { |
||
| 8089 | "type": "zip", |
||
| 8090 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 8091 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 8092 | "shasum": "" |
||
| 8093 | }, |
||
| 8094 | "require": { |
||
| 8095 | "php": ">=5.3.3" |
||
| 8096 | }, |
||
| 8097 | "require-dev": { |
||
| 8098 | "phpunit/phpunit": "~4|~5" |
||
| 8099 | }, |
||
| 8100 | "type": "library", |
||
| 8101 | "autoload": { |
||
| 8102 | "classmap": [ |
||
| 8103 | "src/" |
||
| 8104 | ] |
||
| 8105 | }, |
||
| 8106 | "notification-url": "https://packagist.org/downloads/", |
||
| 8107 | "license": [ |
||
| 8108 | "BSD-3-Clause" |
||
| 8109 | ], |
||
| 8110 | "authors": [ |
||
| 8111 | { |
||
| 8112 | "name": "Sebastian Bergmann", |
||
| 8113 | "email": "[email protected]", |
||
| 8114 | "role": "lead" |
||
| 8115 | } |
||
| 8116 | ], |
||
| 8117 | "description": "Utility class for timing", |
||
| 8118 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 8119 | "keywords": [ |
||
| 8120 | "timer" |
||
| 8121 | ], |
||
| 8122 | "time": "2016-05-12T18:03:57+00:00" |
||
| 8123 | }, |
||
| 8124 | { |
||
| 8125 | "name": "phpunit/php-token-stream", |
||
| 8126 | "version": "1.4.9", |
||
| 8127 | "source": { |
||
| 8128 | "type": "git", |
||
| 8129 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 8130 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" |
||
| 8131 | }, |
||
| 8132 | "dist": { |
||
| 8133 | "type": "zip", |
||
| 8134 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
| 8135 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
| 8136 | "shasum": "" |
||
| 8137 | }, |
||
| 8138 | "require": { |
||
| 8139 | "ext-tokenizer": "*", |
||
| 8140 | "php": ">=5.3.3" |
||
| 8141 | }, |
||
| 8142 | "require-dev": { |
||
| 8143 | "phpunit/phpunit": "~4.2" |
||
| 8144 | }, |
||
| 8145 | "type": "library", |
||
| 8146 | "extra": { |
||
| 8147 | "branch-alias": { |
||
| 8148 | "dev-master": "1.4-dev" |
||
| 8149 | } |
||
| 8150 | }, |
||
| 8151 | "autoload": { |
||
| 8152 | "classmap": [ |
||
| 8153 | "src/" |
||
| 8154 | ] |
||
| 8155 | }, |
||
| 8156 | "notification-url": "https://packagist.org/downloads/", |
||
| 8157 | "license": [ |
||
| 8158 | "BSD-3-Clause" |
||
| 8159 | ], |
||
| 8160 | "authors": [ |
||
| 8161 | { |
||
| 8162 | "name": "Sebastian Bergmann", |
||
| 8163 | "email": "[email protected]" |
||
| 8164 | } |
||
| 8165 | ], |
||
| 8166 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 8167 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 8168 | "keywords": [ |
||
| 8169 | "tokenizer" |
||
| 8170 | ], |
||
| 8171 | "time": "2016-11-15T14:06:22+00:00" |
||
| 8172 | }, |
||
| 8173 | { |
||
| 8174 | "name": "phpunit/phpunit", |
||
| 8175 | "version": "5.7.9", |
||
| 8176 | "source": { |
||
| 8177 | "type": "git", |
||
| 8178 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 8179 | "reference": "69f832b87c731d5cacad7f91948778fe98335fdd" |
||
| 8180 | }, |
||
| 8181 | "dist": { |
||
| 8182 | "type": "zip", |
||
| 8183 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69f832b87c731d5cacad7f91948778fe98335fdd", |
||
| 8184 | "reference": "69f832b87c731d5cacad7f91948778fe98335fdd", |
||
| 8185 | "shasum": "" |
||
| 8186 | }, |
||
| 8187 | "require": { |
||
| 8188 | "ext-dom": "*", |
||
| 8189 | "ext-json": "*", |
||
| 8190 | "ext-libxml": "*", |
||
| 8191 | "ext-mbstring": "*", |
||
| 8192 | "ext-xml": "*", |
||
| 8193 | "myclabs/deep-copy": "~1.3", |
||
| 8194 | "php": "^5.6 || ^7.0", |
||
| 8195 | "phpspec/prophecy": "^1.6.2", |
||
| 8196 | "phpunit/php-code-coverage": "^4.0.4", |
||
| 8197 | "phpunit/php-file-iterator": "~1.4", |
||
| 8198 | "phpunit/php-text-template": "~1.2", |
||
| 8199 | "phpunit/php-timer": "^1.0.6", |
||
| 8200 | "phpunit/phpunit-mock-objects": "^3.2", |
||
| 8201 | "sebastian/comparator": "~1.2.2", |
||
| 8202 | "sebastian/diff": "~1.2", |
||
| 8203 | "sebastian/environment": "^1.3.4 || ^2.0", |
||
| 8204 | "sebastian/exporter": "~2.0", |
||
| 8205 | "sebastian/global-state": "^1.0 || ^2.0", |
||
| 8206 | "sebastian/object-enumerator": "~2.0", |
||
| 8207 | "sebastian/resource-operations": "~1.0", |
||
| 8208 | "sebastian/version": "~1.0|~2.0", |
||
| 8209 | "symfony/yaml": "~2.1|~3.0" |
||
| 8210 | }, |
||
| 8211 | "conflict": { |
||
| 8212 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
| 8213 | }, |
||
| 8214 | "require-dev": { |
||
| 8215 | "ext-pdo": "*" |
||
| 8216 | }, |
||
| 8217 | "suggest": { |
||
| 8218 | "ext-xdebug": "*", |
||
| 8219 | "phpunit/php-invoker": "~1.1" |
||
| 8220 | }, |
||
| 8221 | "bin": [ |
||
| 8222 | "phpunit" |
||
| 8223 | ], |
||
| 8224 | "type": "library", |
||
| 8225 | "extra": { |
||
| 8226 | "branch-alias": { |
||
| 8227 | "dev-master": "5.7.x-dev" |
||
| 8228 | } |
||
| 8229 | }, |
||
| 8230 | "autoload": { |
||
| 8231 | "classmap": [ |
||
| 8232 | "src/" |
||
| 8233 | ] |
||
| 8234 | }, |
||
| 8235 | "notification-url": "https://packagist.org/downloads/", |
||
| 8236 | "license": [ |
||
| 8237 | "BSD-3-Clause" |
||
| 8238 | ], |
||
| 8239 | "authors": [ |
||
| 8240 | { |
||
| 8241 | "name": "Sebastian Bergmann", |
||
| 8242 | "email": "[email protected]", |
||
| 8243 | "role": "lead" |
||
| 8244 | } |
||
| 8245 | ], |
||
| 8246 | "description": "The PHP Unit Testing framework.", |
||
| 8247 | "homepage": "https://phpunit.de/", |
||
| 8248 | "keywords": [ |
||
| 8249 | "phpunit", |
||
| 8250 | "testing", |
||
| 8251 | "xunit" |
||
| 8252 | ], |
||
| 8253 | "time": "2017-01-28T06:14:33+00:00" |
||
| 8254 | }, |
||
| 8255 | { |
||
| 8256 | "name": "phpunit/phpunit-mock-objects", |
||
| 8257 | "version": "3.4.3", |
||
| 8258 | "source": { |
||
| 8259 | "type": "git", |
||
| 8260 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 8261 | "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" |
||
| 8262 | }, |
||
| 8263 | "dist": { |
||
| 8264 | "type": "zip", |
||
| 8265 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
||
| 8266 | "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
||
| 8267 | "shasum": "" |
||
| 8268 | }, |
||
| 8269 | "require": { |
||
| 8270 | "doctrine/instantiator": "^1.0.2", |
||
| 8271 | "php": "^5.6 || ^7.0", |
||
| 8272 | "phpunit/php-text-template": "^1.2", |
||
| 8273 | "sebastian/exporter": "^1.2 || ^2.0" |
||
| 8274 | }, |
||
| 8275 | "conflict": { |
||
| 8276 | "phpunit/phpunit": "<5.4.0" |
||
| 8277 | }, |
||
| 8278 | "require-dev": { |
||
| 8279 | "phpunit/phpunit": "^5.4" |
||
| 8280 | }, |
||
| 8281 | "suggest": { |
||
| 8282 | "ext-soap": "*" |
||
| 8283 | }, |
||
| 8284 | "type": "library", |
||
| 8285 | "extra": { |
||
| 8286 | "branch-alias": { |
||
| 8287 | "dev-master": "3.2.x-dev" |
||
| 8288 | } |
||
| 8289 | }, |
||
| 8290 | "autoload": { |
||
| 8291 | "classmap": [ |
||
| 8292 | "src/" |
||
| 8293 | ] |
||
| 8294 | }, |
||
| 8295 | "notification-url": "https://packagist.org/downloads/", |
||
| 8296 | "license": [ |
||
| 8297 | "BSD-3-Clause" |
||
| 8298 | ], |
||
| 8299 | "authors": [ |
||
| 8300 | { |
||
| 8301 | "name": "Sebastian Bergmann", |
||
| 8302 | "email": "[email protected]", |
||
| 8303 | "role": "lead" |
||
| 8304 | } |
||
| 8305 | ], |
||
| 8306 | "description": "Mock Object library for PHPUnit", |
||
| 8307 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 8308 | "keywords": [ |
||
| 8309 | "mock", |
||
| 8310 | "xunit" |
||
| 8311 | ], |
||
| 8312 | "time": "2016-12-08T20:27:08+00:00" |
||
| 8313 | }, |
||
| 8314 | { |
||
| 8315 | "name": "se/selenium-server-standalone", |
||
| 8316 | "version": "v2.53.1", |
||
| 8317 | "source": { |
||
| 8318 | "type": "git", |
||
| 8319 | "url": "https://github.com/sveneisenschmidt/selenium-server-standalone.git", |
||
| 8320 | "reference": "ef4eea9c99efb9c0e3084e9cae625662ccd43361" |
||
| 8321 | }, |
||
| 8322 | "dist": { |
||
| 8323 | "type": "zip", |
||
| 8324 | "url": "https://api.github.com/repos/sveneisenschmidt/selenium-server-standalone/zipball/ef4eea9c99efb9c0e3084e9cae625662ccd43361", |
||
| 8325 | "reference": "ef4eea9c99efb9c0e3084e9cae625662ccd43361", |
||
| 8326 | "shasum": "" |
||
| 8327 | }, |
||
| 8328 | "require-dev": { |
||
| 8329 | "phpunit/phpunit": "~4.0" |
||
| 8330 | }, |
||
| 8331 | "bin": [ |
||
| 8332 | "bin/selenium-server-standalone" |
||
| 8333 | ], |
||
| 8334 | "type": "library", |
||
| 8335 | "notification-url": "https://packagist.org/downloads/", |
||
| 8336 | "license": [ |
||
| 8337 | "Apache 2.0" |
||
| 8338 | ], |
||
| 8339 | "authors": [ |
||
| 8340 | { |
||
| 8341 | "name": "Sven Eisenschmidt", |
||
| 8342 | "email": "[email protected]" |
||
| 8343 | } |
||
| 8344 | ], |
||
| 8345 | "description": "Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.", |
||
| 8346 | "homepage": "https://github.com/sveneisenschmidt/selenium-server-standalone", |
||
| 8347 | "keywords": [ |
||
| 8348 | "selenium", |
||
| 8349 | "testing" |
||
| 8350 | ], |
||
| 8351 | "time": "2016-07-01T14:16:52+00:00" |
||
| 8352 | }, |
||
| 8353 | { |
||
| 8354 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 8355 | "version": "1.0.0", |
||
| 8356 | "source": { |
||
| 8357 | "type": "git", |
||
| 8358 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 8359 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
| 8360 | }, |
||
| 8361 | "dist": { |
||
| 8362 | "type": "zip", |
||
| 8363 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 8364 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 8365 | "shasum": "" |
||
| 8366 | }, |
||
| 8367 | "require": { |
||
| 8368 | "php": ">=5.6" |
||
| 8369 | }, |
||
| 8370 | "require-dev": { |
||
| 8371 | "phpunit/phpunit": "~5" |
||
| 8372 | }, |
||
| 8373 | "type": "library", |
||
| 8374 | "extra": { |
||
| 8375 | "branch-alias": { |
||
| 8376 | "dev-master": "1.0.x-dev" |
||
| 8377 | } |
||
| 8378 | }, |
||
| 8379 | "autoload": { |
||
| 8380 | "classmap": [ |
||
| 8381 | "src/" |
||
| 8382 | ] |
||
| 8383 | }, |
||
| 8384 | "notification-url": "https://packagist.org/downloads/", |
||
| 8385 | "license": [ |
||
| 8386 | "BSD-3-Clause" |
||
| 8387 | ], |
||
| 8388 | "authors": [ |
||
| 8389 | { |
||
| 8390 | "name": "Sebastian Bergmann", |
||
| 8391 | "email": "[email protected]" |
||
| 8392 | } |
||
| 8393 | ], |
||
| 8394 | "description": "Looks up which function or method a line of code belongs to", |
||
| 8395 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 8396 | "time": "2016-02-13T06:45:14+00:00" |
||
| 8397 | }, |
||
| 8398 | { |
||
| 8399 | "name": "sebastian/comparator", |
||
| 8400 | "version": "1.2.4", |
||
| 8401 | "source": { |
||
| 8402 | "type": "git", |
||
| 8403 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 8404 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
| 8405 | }, |
||
| 8406 | "dist": { |
||
| 8407 | "type": "zip", |
||
| 8408 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
| 8409 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
| 8410 | "shasum": "" |
||
| 8411 | }, |
||
| 8412 | "require": { |
||
| 8413 | "php": ">=5.3.3", |
||
| 8414 | "sebastian/diff": "~1.2", |
||
| 8415 | "sebastian/exporter": "~1.2 || ~2.0" |
||
| 8416 | }, |
||
| 8417 | "require-dev": { |
||
| 8418 | "phpunit/phpunit": "~4.4" |
||
| 8419 | }, |
||
| 8420 | "type": "library", |
||
| 8421 | "extra": { |
||
| 8422 | "branch-alias": { |
||
| 8423 | "dev-master": "1.2.x-dev" |
||
| 8424 | } |
||
| 8425 | }, |
||
| 8426 | "autoload": { |
||
| 8427 | "classmap": [ |
||
| 8428 | "src/" |
||
| 8429 | ] |
||
| 8430 | }, |
||
| 8431 | "notification-url": "https://packagist.org/downloads/", |
||
| 8432 | "license": [ |
||
| 8433 | "BSD-3-Clause" |
||
| 8434 | ], |
||
| 8435 | "authors": [ |
||
| 8436 | { |
||
| 8437 | "name": "Jeff Welch", |
||
| 8438 | "email": "[email protected]" |
||
| 8439 | }, |
||
| 8440 | { |
||
| 8441 | "name": "Volker Dusch", |
||
| 8442 | "email": "[email protected]" |
||
| 8443 | }, |
||
| 8444 | { |
||
| 8445 | "name": "Bernhard Schussek", |
||
| 8446 | "email": "[email protected]" |
||
| 8447 | }, |
||
| 8448 | { |
||
| 8449 | "name": "Sebastian Bergmann", |
||
| 8450 | "email": "[email protected]" |
||
| 8451 | } |
||
| 8452 | ], |
||
| 8453 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 8454 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 8455 | "keywords": [ |
||
| 8456 | "comparator", |
||
| 8457 | "compare", |
||
| 8458 | "equality" |
||
| 8459 | ], |
||
| 8460 | "time": "2017-01-29T09:50:25+00:00" |
||
| 8461 | }, |
||
| 8462 | { |
||
| 8463 | "name": "sebastian/diff", |
||
| 8464 | "version": "1.4.1", |
||
| 8465 | "source": { |
||
| 8466 | "type": "git", |
||
| 8467 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 8468 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
| 8469 | }, |
||
| 8470 | "dist": { |
||
| 8471 | "type": "zip", |
||
| 8472 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 8473 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 8474 | "shasum": "" |
||
| 8475 | }, |
||
| 8476 | "require": { |
||
| 8477 | "php": ">=5.3.3" |
||
| 8478 | }, |
||
| 8479 | "require-dev": { |
||
| 8480 | "phpunit/phpunit": "~4.8" |
||
| 8481 | }, |
||
| 8482 | "type": "library", |
||
| 8483 | "extra": { |
||
| 8484 | "branch-alias": { |
||
| 8485 | "dev-master": "1.4-dev" |
||
| 8486 | } |
||
| 8487 | }, |
||
| 8488 | "autoload": { |
||
| 8489 | "classmap": [ |
||
| 8490 | "src/" |
||
| 8491 | ] |
||
| 8492 | }, |
||
| 8493 | "notification-url": "https://packagist.org/downloads/", |
||
| 8494 | "license": [ |
||
| 8495 | "BSD-3-Clause" |
||
| 8496 | ], |
||
| 8497 | "authors": [ |
||
| 8498 | { |
||
| 8499 | "name": "Kore Nordmann", |
||
| 8500 | "email": "[email protected]" |
||
| 8501 | }, |
||
| 8502 | { |
||
| 8503 | "name": "Sebastian Bergmann", |
||
| 8504 | "email": "[email protected]" |
||
| 8505 | } |
||
| 8506 | ], |
||
| 8507 | "description": "Diff implementation", |
||
| 8508 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 8509 | "keywords": [ |
||
| 8510 | "diff" |
||
| 8511 | ], |
||
| 8512 | "time": "2015-12-08T07:14:41+00:00" |
||
| 8513 | }, |
||
| 8514 | { |
||
| 8515 | "name": "sebastian/environment", |
||
| 8516 | "version": "2.0.0", |
||
| 8517 | "source": { |
||
| 8518 | "type": "git", |
||
| 8519 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 8520 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
| 8521 | }, |
||
| 8522 | "dist": { |
||
| 8523 | "type": "zip", |
||
| 8524 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
| 8525 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
| 8526 | "shasum": "" |
||
| 8527 | }, |
||
| 8528 | "require": { |
||
| 8529 | "php": "^5.6 || ^7.0" |
||
| 8530 | }, |
||
| 8531 | "require-dev": { |
||
| 8532 | "phpunit/phpunit": "^5.0" |
||
| 8533 | }, |
||
| 8534 | "type": "library", |
||
| 8535 | "extra": { |
||
| 8536 | "branch-alias": { |
||
| 8537 | "dev-master": "2.0.x-dev" |
||
| 8538 | } |
||
| 8539 | }, |
||
| 8540 | "autoload": { |
||
| 8541 | "classmap": [ |
||
| 8542 | "src/" |
||
| 8543 | ] |
||
| 8544 | }, |
||
| 8545 | "notification-url": "https://packagist.org/downloads/", |
||
| 8546 | "license": [ |
||
| 8547 | "BSD-3-Clause" |
||
| 8548 | ], |
||
| 8549 | "authors": [ |
||
| 8550 | { |
||
| 8551 | "name": "Sebastian Bergmann", |
||
| 8552 | "email": "[email protected]" |
||
| 8553 | } |
||
| 8554 | ], |
||
| 8555 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 8556 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 8557 | "keywords": [ |
||
| 8558 | "Xdebug", |
||
| 8559 | "environment", |
||
| 8560 | "hhvm" |
||
| 8561 | ], |
||
| 8562 | "time": "2016-11-26T07:53:53+00:00" |
||
| 8563 | }, |
||
| 8564 | { |
||
| 8565 | "name": "sebastian/exporter", |
||
| 8566 | "version": "2.0.0", |
||
| 8567 | "source": { |
||
| 8568 | "type": "git", |
||
| 8569 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 8570 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
| 8571 | }, |
||
| 8572 | "dist": { |
||
| 8573 | "type": "zip", |
||
| 8574 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
| 8575 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
| 8576 | "shasum": "" |
||
| 8577 | }, |
||
| 8578 | "require": { |
||
| 8579 | "php": ">=5.3.3", |
||
| 8580 | "sebastian/recursion-context": "~2.0" |
||
| 8581 | }, |
||
| 8582 | "require-dev": { |
||
| 8583 | "ext-mbstring": "*", |
||
| 8584 | "phpunit/phpunit": "~4.4" |
||
| 8585 | }, |
||
| 8586 | "type": "library", |
||
| 8587 | "extra": { |
||
| 8588 | "branch-alias": { |
||
| 8589 | "dev-master": "2.0.x-dev" |
||
| 8590 | } |
||
| 8591 | }, |
||
| 8592 | "autoload": { |
||
| 8593 | "classmap": [ |
||
| 8594 | "src/" |
||
| 8595 | ] |
||
| 8596 | }, |
||
| 8597 | "notification-url": "https://packagist.org/downloads/", |
||
| 8598 | "license": [ |
||
| 8599 | "BSD-3-Clause" |
||
| 8600 | ], |
||
| 8601 | "authors": [ |
||
| 8602 | { |
||
| 8603 | "name": "Jeff Welch", |
||
| 8604 | "email": "[email protected]" |
||
| 8605 | }, |
||
| 8606 | { |
||
| 8607 | "name": "Volker Dusch", |
||
| 8608 | "email": "[email protected]" |
||
| 8609 | }, |
||
| 8610 | { |
||
| 8611 | "name": "Bernhard Schussek", |
||
| 8612 | "email": "[email protected]" |
||
| 8613 | }, |
||
| 8614 | { |
||
| 8615 | "name": "Sebastian Bergmann", |
||
| 8616 | "email": "[email protected]" |
||
| 8617 | }, |
||
| 8618 | { |
||
| 8619 | "name": "Adam Harvey", |
||
| 8620 | "email": "[email protected]" |
||
| 8621 | } |
||
| 8622 | ], |
||
| 8623 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 8624 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 8625 | "keywords": [ |
||
| 8626 | "export", |
||
| 8627 | "exporter" |
||
| 8628 | ], |
||
| 8629 | "time": "2016-11-19T08:54:04+00:00" |
||
| 8630 | }, |
||
| 8631 | { |
||
| 8632 | "name": "sebastian/global-state", |
||
| 8633 | "version": "1.1.1", |
||
| 8634 | "source": { |
||
| 8635 | "type": "git", |
||
| 8636 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 8637 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
| 8638 | }, |
||
| 8639 | "dist": { |
||
| 8640 | "type": "zip", |
||
| 8641 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 8642 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 8643 | "shasum": "" |
||
| 8644 | }, |
||
| 8645 | "require": { |
||
| 8646 | "php": ">=5.3.3" |
||
| 8647 | }, |
||
| 8648 | "require-dev": { |
||
| 8649 | "phpunit/phpunit": "~4.2" |
||
| 8650 | }, |
||
| 8651 | "suggest": { |
||
| 8652 | "ext-uopz": "*" |
||
| 8653 | }, |
||
| 8654 | "type": "library", |
||
| 8655 | "extra": { |
||
| 8656 | "branch-alias": { |
||
| 8657 | "dev-master": "1.0-dev" |
||
| 8658 | } |
||
| 8659 | }, |
||
| 8660 | "autoload": { |
||
| 8661 | "classmap": [ |
||
| 8662 | "src/" |
||
| 8663 | ] |
||
| 8664 | }, |
||
| 8665 | "notification-url": "https://packagist.org/downloads/", |
||
| 8666 | "license": [ |
||
| 8667 | "BSD-3-Clause" |
||
| 8668 | ], |
||
| 8669 | "authors": [ |
||
| 8670 | { |
||
| 8671 | "name": "Sebastian Bergmann", |
||
| 8672 | "email": "[email protected]" |
||
| 8673 | } |
||
| 8674 | ], |
||
| 8675 | "description": "Snapshotting of global state", |
||
| 8676 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 8677 | "keywords": [ |
||
| 8678 | "global state" |
||
| 8679 | ], |
||
| 8680 | "time": "2015-10-12T03:26:01+00:00" |
||
| 8681 | }, |
||
| 8682 | { |
||
| 8683 | "name": "sebastian/object-enumerator", |
||
| 8684 | "version": "2.0.0", |
||
| 8685 | "source": { |
||
| 8686 | "type": "git", |
||
| 8687 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 8688 | "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35" |
||
| 8689 | }, |
||
| 8690 | "dist": { |
||
| 8691 | "type": "zip", |
||
| 8692 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", |
||
| 8693 | "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", |
||
| 8694 | "shasum": "" |
||
| 8695 | }, |
||
| 8696 | "require": { |
||
| 8697 | "php": ">=5.6", |
||
| 8698 | "sebastian/recursion-context": "~2.0" |
||
| 8699 | }, |
||
| 8700 | "require-dev": { |
||
| 8701 | "phpunit/phpunit": "~5" |
||
| 8702 | }, |
||
| 8703 | "type": "library", |
||
| 8704 | "extra": { |
||
| 8705 | "branch-alias": { |
||
| 8706 | "dev-master": "2.0.x-dev" |
||
| 8707 | } |
||
| 8708 | }, |
||
| 8709 | "autoload": { |
||
| 8710 | "classmap": [ |
||
| 8711 | "src/" |
||
| 8712 | ] |
||
| 8713 | }, |
||
| 8714 | "notification-url": "https://packagist.org/downloads/", |
||
| 8715 | "license": [ |
||
| 8716 | "BSD-3-Clause" |
||
| 8717 | ], |
||
| 8718 | "authors": [ |
||
| 8719 | { |
||
| 8720 | "name": "Sebastian Bergmann", |
||
| 8721 | "email": "[email protected]" |
||
| 8722 | } |
||
| 8723 | ], |
||
| 8724 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 8725 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 8726 | "time": "2016-11-19T07:35:10+00:00" |
||
| 8727 | }, |
||
| 8728 | { |
||
| 8729 | "name": "sebastian/recursion-context", |
||
| 8730 | "version": "2.0.0", |
||
| 8731 | "source": { |
||
| 8732 | "type": "git", |
||
| 8733 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 8734 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
| 8735 | }, |
||
| 8736 | "dist": { |
||
| 8737 | "type": "zip", |
||
| 8738 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
| 8739 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
| 8740 | "shasum": "" |
||
| 8741 | }, |
||
| 8742 | "require": { |
||
| 8743 | "php": ">=5.3.3" |
||
| 8744 | }, |
||
| 8745 | "require-dev": { |
||
| 8746 | "phpunit/phpunit": "~4.4" |
||
| 8747 | }, |
||
| 8748 | "type": "library", |
||
| 8749 | "extra": { |
||
| 8750 | "branch-alias": { |
||
| 8751 | "dev-master": "2.0.x-dev" |
||
| 8752 | } |
||
| 8753 | }, |
||
| 8754 | "autoload": { |
||
| 8755 | "classmap": [ |
||
| 8756 | "src/" |
||
| 8757 | ] |
||
| 8758 | }, |
||
| 8759 | "notification-url": "https://packagist.org/downloads/", |
||
| 8760 | "license": [ |
||
| 8761 | "BSD-3-Clause" |
||
| 8762 | ], |
||
| 8763 | "authors": [ |
||
| 8764 | { |
||
| 8765 | "name": "Jeff Welch", |
||
| 8766 | "email": "[email protected]" |
||
| 8767 | }, |
||
| 8768 | { |
||
| 8769 | "name": "Sebastian Bergmann", |
||
| 8770 | "email": "[email protected]" |
||
| 8771 | }, |
||
| 8772 | { |
||
| 8773 | "name": "Adam Harvey", |
||
| 8774 | "email": "[email protected]" |
||
| 8775 | } |
||
| 8776 | ], |
||
| 8777 | "description": "Provides functionality to recursively process PHP variables", |
||
| 8778 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 8779 | "time": "2016-11-19T07:33:16+00:00" |
||
| 8780 | }, |
||
| 8781 | { |
||
| 8782 | "name": "sebastian/resource-operations", |
||
| 8783 | "version": "1.0.0", |
||
| 8784 | "source": { |
||
| 8785 | "type": "git", |
||
| 8786 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 8787 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 8788 | }, |
||
| 8789 | "dist": { |
||
| 8790 | "type": "zip", |
||
| 8791 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 8792 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 8793 | "shasum": "" |
||
| 8794 | }, |
||
| 8795 | "require": { |
||
| 8796 | "php": ">=5.6.0" |
||
| 8797 | }, |
||
| 8798 | "type": "library", |
||
| 8799 | "extra": { |
||
| 8800 | "branch-alias": { |
||
| 8801 | "dev-master": "1.0.x-dev" |
||
| 8802 | } |
||
| 8803 | }, |
||
| 8804 | "autoload": { |
||
| 8805 | "classmap": [ |
||
| 8806 | "src/" |
||
| 8807 | ] |
||
| 8808 | }, |
||
| 8809 | "notification-url": "https://packagist.org/downloads/", |
||
| 8810 | "license": [ |
||
| 8811 | "BSD-3-Clause" |
||
| 8812 | ], |
||
| 8813 | "authors": [ |
||
| 8814 | { |
||
| 8815 | "name": "Sebastian Bergmann", |
||
| 8816 | "email": "[email protected]" |
||
| 8817 | } |
||
| 8818 | ], |
||
| 8819 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 8820 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 8821 | "time": "2015-07-28T20:34:47+00:00" |
||
| 8822 | }, |
||
| 8823 | { |
||
| 8824 | "name": "sebastian/version", |
||
| 8825 | "version": "2.0.1", |
||
| 8826 | "source": { |
||
| 8827 | "type": "git", |
||
| 8828 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 8829 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
| 8830 | }, |
||
| 8831 | "dist": { |
||
| 8832 | "type": "zip", |
||
| 8833 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 8834 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 8835 | "shasum": "" |
||
| 8836 | }, |
||
| 8837 | "require": { |
||
| 8838 | "php": ">=5.6" |
||
| 8839 | }, |
||
| 8840 | "type": "library", |
||
| 8841 | "extra": { |
||
| 8842 | "branch-alias": { |
||
| 8843 | "dev-master": "2.0.x-dev" |
||
| 8844 | } |
||
| 8845 | }, |
||
| 8846 | "autoload": { |
||
| 8847 | "classmap": [ |
||
| 8848 | "src/" |
||
| 8849 | ] |
||
| 8850 | }, |
||
| 8851 | "notification-url": "https://packagist.org/downloads/", |
||
| 8852 | "license": [ |
||
| 8853 | "BSD-3-Clause" |
||
| 8854 | ], |
||
| 8855 | "authors": [ |
||
| 8856 | { |
||
| 8857 | "name": "Sebastian Bergmann", |
||
| 8858 | "email": "[email protected]", |
||
| 8859 | "role": "lead" |
||
| 8860 | } |
||
| 8861 | ], |
||
| 8862 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 8863 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 8864 | "time": "2016-10-03T07:35:21+00:00" |
||
| 8865 | }, |
||
| 8866 | { |
||
| 8867 | "name": "stripe/stripe-php", |
||
| 8868 | "version": "v4.4.0", |
||
| 8869 | "source": { |
||
| 8870 | "type": "git", |
||
| 8871 | "url": "https://github.com/stripe/stripe-php.git", |
||
| 8872 | "reference": "9ec772fe502995850954dbc15b1f38e6f9159a4d" |
||
| 8873 | }, |
||
| 8874 | "dist": { |
||
| 8875 | "type": "zip", |
||
| 8876 | "url": "https://api.github.com/repos/stripe/stripe-php/zipball/9ec772fe502995850954dbc15b1f38e6f9159a4d", |
||
| 8877 | "reference": "9ec772fe502995850954dbc15b1f38e6f9159a4d", |
||
| 8878 | "shasum": "" |
||
| 8879 | }, |
||
| 8880 | "require": { |
||
| 8881 | "ext-curl": "*", |
||
| 8882 | "ext-json": "*", |
||
| 8883 | "ext-mbstring": "*", |
||
| 8884 | "php": ">=5.3.3" |
||
| 8885 | }, |
||
| 8886 | "require-dev": { |
||
| 8887 | "phpunit/phpunit": "~4.0", |
||
| 8888 | "satooshi/php-coveralls": "~0.6.1", |
||
| 8889 | "squizlabs/php_codesniffer": "~2.0" |
||
| 8890 | }, |
||
| 8891 | "type": "library", |
||
| 8892 | "extra": { |
||
| 8893 | "branch-alias": { |
||
| 8894 | "dev-master": "2.0-dev" |
||
| 8895 | } |
||
| 8896 | }, |
||
| 8897 | "autoload": { |
||
| 8898 | "psr-4": { |
||
| 8899 | "Stripe\\": "lib/" |
||
| 8900 | } |
||
| 8901 | }, |
||
| 8902 | "notification-url": "https://packagist.org/downloads/", |
||
| 8903 | "license": [ |
||
| 8904 | "MIT" |
||
| 8905 | ], |
||
| 8906 | "authors": [ |
||
| 8907 | { |
||
| 8908 | "name": "Stripe and contributors", |
||
| 8909 | "homepage": "https://github.com/stripe/stripe-php/contributors" |
||
| 8910 | } |
||
| 8911 | ], |
||
| 8912 | "description": "Stripe PHP Library", |
||
| 8913 | "homepage": "https://stripe.com/", |
||
| 8914 | "keywords": [ |
||
| 8915 | "api", |
||
| 8916 | "payment processing", |
||
| 8917 | "stripe" |
||
| 8918 | ], |
||
| 8919 | "time": "2017-01-18T18:55:45+00:00" |
||
| 8920 | } |
||
| 8921 | ], |
||
| 8922 | "aliases": [], |
||
| 8923 | "minimum-stability": "stable", |
||
| 8924 | "stability-flags": [], |
||
| 8925 | "prefer-stable": false, |
||
| 8926 | "prefer-lowest": false, |
||
| 8927 | "platform": { |
||
| 8928 | "php": "^5.6|^7.0", |
||
| 8929 | "ext-exif": "*", |
||
| 8930 | "ext-fileinfo": "*", |
||
| 8931 | "ext-gd": "*" |
||
| 8932 | }, |
||
| 8933 | "platform-dev": [] |
||
| 8934 | } |
||
| 8935 |