OpenConext /
Stepup-Middleware
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "2da160a56be7b3e73f38792f332d795d", |
||
| 8 | "content-hash": "d035ce42ba393a71fb871f4cf2e8b3b8", |
||
| 9 | "packages": [ |
||
| 10 | { |
||
| 11 | "name": "beberlei/assert", |
||
| 12 | "version": "v2.6.3", |
||
| 13 | "source": { |
||
| 14 | "type": "git", |
||
| 15 | "url": "https://github.com/beberlei/assert.git", |
||
| 16 | "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc" |
||
| 17 | }, |
||
| 18 | "dist": { |
||
| 19 | "type": "zip", |
||
| 20 | "url": "https://api.github.com/repos/beberlei/assert/zipball/51e9d654481fc00c8a376641c390ec4e35d8c1fc", |
||
| 21 | "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc", |
||
| 22 | "shasum": "" |
||
| 23 | }, |
||
| 24 | "require": { |
||
| 25 | "ext-mbstring": "*", |
||
| 26 | "php": ">=5.3" |
||
| 27 | }, |
||
| 28 | "require-dev": { |
||
| 29 | "phpunit/phpunit": "@stable" |
||
| 30 | }, |
||
| 31 | "type": "library", |
||
| 32 | "extra": { |
||
| 33 | "branch-alias": { |
||
| 34 | "dev-master": "2.5-dev" |
||
| 35 | } |
||
| 36 | }, |
||
| 37 | "autoload": { |
||
| 38 | "psr-0": { |
||
| 39 | "Assert": "lib/" |
||
| 40 | }, |
||
| 41 | "files": [ |
||
| 42 | "lib/Assert/functions.php" |
||
| 43 | ] |
||
| 44 | }, |
||
| 45 | "notification-url": "https://packagist.org/downloads/", |
||
| 46 | "license": [ |
||
| 47 | "BSD-2-Clause" |
||
| 48 | ], |
||
| 49 | "authors": [ |
||
| 50 | { |
||
| 51 | "name": "Benjamin Eberlei", |
||
| 52 | "email": "[email protected]", |
||
| 53 | "role": "Lead Developer" |
||
| 54 | }, |
||
| 55 | { |
||
| 56 | "name": "Richard Quadling", |
||
| 57 | "email": "[email protected]", |
||
| 58 | "role": "Collaborator" |
||
| 59 | } |
||
| 60 | ], |
||
| 61 | "description": "Thin assertion library for input validation in business models.", |
||
| 62 | "keywords": [ |
||
| 63 | "assert", |
||
| 64 | "assertion", |
||
| 65 | "validation" |
||
| 66 | ], |
||
| 67 | "time": "2016-07-28 19:35:30" |
||
| 68 | }, |
||
| 69 | { |
||
| 70 | "name": "broadway/broadway", |
||
| 71 | "version": "0.5.2", |
||
| 72 | "source": { |
||
| 73 | "type": "git", |
||
| 74 | "url": "https://github.com/broadway/broadway.git", |
||
| 75 | "reference": "0fce8c532086ad249a46fec179759c1fa089e35d" |
||
| 76 | }, |
||
| 77 | "dist": { |
||
| 78 | "type": "zip", |
||
| 79 | "url": "https://api.github.com/repos/broadway/broadway/zipball/0fce8c532086ad249a46fec179759c1fa089e35d", |
||
| 80 | "reference": "0fce8c532086ad249a46fec179759c1fa089e35d", |
||
| 81 | "shasum": "" |
||
| 82 | }, |
||
| 83 | "require": { |
||
| 84 | "beberlei/assert": "~2.0", |
||
| 85 | "broadway/uuid-generator": "~0.1.0", |
||
| 86 | "php": ">=5.3.3", |
||
| 87 | "rhumsaa/uuid": "~2.4" |
||
| 88 | }, |
||
| 89 | "require-dev": { |
||
| 90 | "doctrine/dbal": "~2.4", |
||
| 91 | "doctrine/mongodb": "~1.0", |
||
| 92 | "elasticsearch/elasticsearch": "~1.0", |
||
| 93 | "instaclick/base-test-bundle": "~0.5", |
||
| 94 | "monolog/monolog": "~1.8", |
||
| 95 | "symfony/console": "~2.4", |
||
| 96 | "symfony/proxy-manager-bridge": "~2.4" |
||
| 97 | }, |
||
| 98 | "suggest": { |
||
| 99 | "doctrine/dbal": "For the BroadwayBundle (to persist events)", |
||
| 100 | "doctrine/mongodb": "For persisting saga states (required for BroadwayBundle)", |
||
| 101 | "elasticsearch/elasticsearch": "For persisting read models (required for BroadwayBundle)", |
||
| 102 | "psr/log-implementation": "Implementation for PSR3, LoggerInterface", |
||
| 103 | "symfony/console": "For the BroadwayBundle", |
||
| 104 | "symfony/proxy-manager-bridge": "For the BroadwayBundle" |
||
| 105 | }, |
||
| 106 | "type": "library", |
||
| 107 | "extra": { |
||
| 108 | "branch-alias": { |
||
| 109 | "dev-master": "0.6.x-dev" |
||
| 110 | } |
||
| 111 | }, |
||
| 112 | "autoload": { |
||
| 113 | "psr-0": { |
||
| 114 | "Broadway\\": "src/" |
||
| 115 | } |
||
| 116 | }, |
||
| 117 | "notification-url": "https://packagist.org/downloads/", |
||
| 118 | "license": [ |
||
| 119 | "MIT" |
||
| 120 | ], |
||
| 121 | "authors": [ |
||
| 122 | { |
||
| 123 | "name": "othillo", |
||
| 124 | "email": "[email protected]" |
||
| 125 | }, |
||
| 126 | { |
||
| 127 | "name": "Alexander", |
||
| 128 | "email": "[email protected]" |
||
| 129 | }, |
||
| 130 | { |
||
| 131 | "name": "Qandidate.com", |
||
| 132 | "homepage": "http://labs.qandidate.com/" |
||
| 133 | }, |
||
| 134 | { |
||
| 135 | "name": "Willem-Jan", |
||
| 136 | "email": "[email protected]" |
||
| 137 | }, |
||
| 138 | { |
||
| 139 | "name": "Emil", |
||
| 140 | "email": "[email protected]" |
||
| 141 | }, |
||
| 142 | { |
||
| 143 | "name": "Fritsjan", |
||
| 144 | "email": "[email protected]" |
||
| 145 | } |
||
| 146 | ], |
||
| 147 | "description": "Infrastructure and testing helpers for creating CQRS and event sourced applications.", |
||
| 148 | "keywords": [ |
||
| 149 | "cqrs", |
||
| 150 | "ddd", |
||
| 151 | "domain-driven design", |
||
| 152 | "event sourcing" |
||
| 153 | ], |
||
| 154 | "time": "2015-03-31 18:15:05" |
||
| 155 | }, |
||
| 156 | { |
||
| 157 | "name": "broadway/uuid-generator", |
||
| 158 | "version": "0.1.0", |
||
| 159 | "source": { |
||
| 160 | "type": "git", |
||
| 161 | "url": "https://github.com/qandidate-labs/broadway-uuid-generator.git", |
||
| 162 | "reference": "58380b723c671807131fe9ac0ff077f162be47bb" |
||
| 163 | }, |
||
| 164 | "dist": { |
||
| 165 | "type": "zip", |
||
| 166 | "url": "https://api.github.com/repos/qandidate-labs/broadway-uuid-generator/zipball/58380b723c671807131fe9ac0ff077f162be47bb", |
||
| 167 | "reference": "58380b723c671807131fe9ac0ff077f162be47bb", |
||
| 168 | "shasum": "" |
||
| 169 | }, |
||
| 170 | "require-dev": { |
||
| 171 | "rhumsaa/uuid": "~2.4" |
||
| 172 | }, |
||
| 173 | "suggest": { |
||
| 174 | "rhumsaa/uuid": "Allows creating UUIDs" |
||
| 175 | }, |
||
| 176 | "type": "library", |
||
| 177 | "autoload": { |
||
| 178 | "psr-0": { |
||
| 179 | "Broadway\\UuidGenerator\\": "src/" |
||
| 180 | } |
||
| 181 | }, |
||
| 182 | "notification-url": "https://packagist.org/downloads/", |
||
| 183 | "license": [ |
||
| 184 | "MIT" |
||
| 185 | ], |
||
| 186 | "description": "UUID generator for broadway/broadway.", |
||
| 187 | "time": "2014-09-12 14:14:07" |
||
| 188 | }, |
||
| 189 | { |
||
| 190 | "name": "doctrine/annotations", |
||
| 191 | "version": "v1.2.7", |
||
| 192 | "source": { |
||
| 193 | "type": "git", |
||
| 194 | "url": "https://github.com/doctrine/annotations.git", |
||
| 195 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
| 196 | }, |
||
| 197 | "dist": { |
||
| 198 | "type": "zip", |
||
| 199 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
| 200 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
| 201 | "shasum": "" |
||
| 202 | }, |
||
| 203 | "require": { |
||
| 204 | "doctrine/lexer": "1.*", |
||
| 205 | "php": ">=5.3.2" |
||
| 206 | }, |
||
| 207 | "require-dev": { |
||
| 208 | "doctrine/cache": "1.*", |
||
| 209 | "phpunit/phpunit": "4.*" |
||
| 210 | }, |
||
| 211 | "type": "library", |
||
| 212 | "extra": { |
||
| 213 | "branch-alias": { |
||
| 214 | "dev-master": "1.3.x-dev" |
||
| 215 | } |
||
| 216 | }, |
||
| 217 | "autoload": { |
||
| 218 | "psr-0": { |
||
| 219 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
| 220 | } |
||
| 221 | }, |
||
| 222 | "notification-url": "https://packagist.org/downloads/", |
||
| 223 | "license": [ |
||
| 224 | "MIT" |
||
| 225 | ], |
||
| 226 | "authors": [ |
||
| 227 | { |
||
| 228 | "name": "Roman Borschel", |
||
| 229 | "email": "[email protected]" |
||
| 230 | }, |
||
| 231 | { |
||
| 232 | "name": "Benjamin Eberlei", |
||
| 233 | "email": "[email protected]" |
||
| 234 | }, |
||
| 235 | { |
||
| 236 | "name": "Guilherme Blanco", |
||
| 237 | "email": "[email protected]" |
||
| 238 | }, |
||
| 239 | { |
||
| 240 | "name": "Jonathan Wage", |
||
| 241 | "email": "[email protected]" |
||
| 242 | }, |
||
| 243 | { |
||
| 244 | "name": "Johannes Schmitt", |
||
| 245 | "email": "[email protected]" |
||
| 246 | } |
||
| 247 | ], |
||
| 248 | "description": "Docblock Annotations Parser", |
||
| 249 | "homepage": "http://www.doctrine-project.org", |
||
| 250 | "keywords": [ |
||
| 251 | "annotations", |
||
| 252 | "docblock", |
||
| 253 | "parser" |
||
| 254 | ], |
||
| 255 | "time": "2015-08-31 12:32:49" |
||
| 256 | }, |
||
| 257 | { |
||
| 258 | "name": "doctrine/cache", |
||
| 259 | "version": "v1.6.0", |
||
| 260 | "source": { |
||
| 261 | "type": "git", |
||
| 262 | "url": "https://github.com/doctrine/cache.git", |
||
| 263 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
| 264 | }, |
||
| 265 | "dist": { |
||
| 266 | "type": "zip", |
||
| 267 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
| 268 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
| 269 | "shasum": "" |
||
| 270 | }, |
||
| 271 | "require": { |
||
| 272 | "php": "~5.5|~7.0" |
||
| 273 | }, |
||
| 274 | "conflict": { |
||
| 275 | "doctrine/common": ">2.2,<2.4" |
||
| 276 | }, |
||
| 277 | "require-dev": { |
||
| 278 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 279 | "predis/predis": "~1.0", |
||
| 280 | "satooshi/php-coveralls": "~0.6" |
||
| 281 | }, |
||
| 282 | "type": "library", |
||
| 283 | "extra": { |
||
| 284 | "branch-alias": { |
||
| 285 | "dev-master": "1.6.x-dev" |
||
| 286 | } |
||
| 287 | }, |
||
| 288 | "autoload": { |
||
| 289 | "psr-4": { |
||
| 290 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 291 | } |
||
| 292 | }, |
||
| 293 | "notification-url": "https://packagist.org/downloads/", |
||
| 294 | "license": [ |
||
| 295 | "MIT" |
||
| 296 | ], |
||
| 297 | "authors": [ |
||
| 298 | { |
||
| 299 | "name": "Roman Borschel", |
||
| 300 | "email": "[email protected]" |
||
| 301 | }, |
||
| 302 | { |
||
| 303 | "name": "Benjamin Eberlei", |
||
| 304 | "email": "[email protected]" |
||
| 305 | }, |
||
| 306 | { |
||
| 307 | "name": "Guilherme Blanco", |
||
| 308 | "email": "[email protected]" |
||
| 309 | }, |
||
| 310 | { |
||
| 311 | "name": "Jonathan Wage", |
||
| 312 | "email": "[email protected]" |
||
| 313 | }, |
||
| 314 | { |
||
| 315 | "name": "Johannes Schmitt", |
||
| 316 | "email": "[email protected]" |
||
| 317 | } |
||
| 318 | ], |
||
| 319 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 320 | "homepage": "http://www.doctrine-project.org", |
||
| 321 | "keywords": [ |
||
| 322 | "cache", |
||
| 323 | "caching" |
||
| 324 | ], |
||
| 325 | "time": "2015-12-31 16:37:02" |
||
| 326 | }, |
||
| 327 | { |
||
| 328 | "name": "doctrine/collections", |
||
| 329 | "version": "v1.3.0", |
||
| 330 | "source": { |
||
| 331 | "type": "git", |
||
| 332 | "url": "https://github.com/doctrine/collections.git", |
||
| 333 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
| 334 | }, |
||
| 335 | "dist": { |
||
| 336 | "type": "zip", |
||
| 337 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
| 338 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
| 339 | "shasum": "" |
||
| 340 | }, |
||
| 341 | "require": { |
||
| 342 | "php": ">=5.3.2" |
||
| 343 | }, |
||
| 344 | "require-dev": { |
||
| 345 | "phpunit/phpunit": "~4.0" |
||
| 346 | }, |
||
| 347 | "type": "library", |
||
| 348 | "extra": { |
||
| 349 | "branch-alias": { |
||
| 350 | "dev-master": "1.2.x-dev" |
||
| 351 | } |
||
| 352 | }, |
||
| 353 | "autoload": { |
||
| 354 | "psr-0": { |
||
| 355 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 356 | } |
||
| 357 | }, |
||
| 358 | "notification-url": "https://packagist.org/downloads/", |
||
| 359 | "license": [ |
||
| 360 | "MIT" |
||
| 361 | ], |
||
| 362 | "authors": [ |
||
| 363 | { |
||
| 364 | "name": "Roman Borschel", |
||
| 365 | "email": "[email protected]" |
||
| 366 | }, |
||
| 367 | { |
||
| 368 | "name": "Benjamin Eberlei", |
||
| 369 | "email": "[email protected]" |
||
| 370 | }, |
||
| 371 | { |
||
| 372 | "name": "Guilherme Blanco", |
||
| 373 | "email": "[email protected]" |
||
| 374 | }, |
||
| 375 | { |
||
| 376 | "name": "Jonathan Wage", |
||
| 377 | "email": "[email protected]" |
||
| 378 | }, |
||
| 379 | { |
||
| 380 | "name": "Johannes Schmitt", |
||
| 381 | "email": "[email protected]" |
||
| 382 | } |
||
| 383 | ], |
||
| 384 | "description": "Collections Abstraction library", |
||
| 385 | "homepage": "http://www.doctrine-project.org", |
||
| 386 | "keywords": [ |
||
| 387 | "array", |
||
| 388 | "collections", |
||
| 389 | "iterator" |
||
| 390 | ], |
||
| 391 | "time": "2015-04-14 22:21:58" |
||
| 392 | }, |
||
| 393 | { |
||
| 394 | "name": "doctrine/common", |
||
| 395 | "version": "v2.6.1", |
||
| 396 | "source": { |
||
| 397 | "type": "git", |
||
| 398 | "url": "https://github.com/doctrine/common.git", |
||
| 399 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
| 400 | }, |
||
| 401 | "dist": { |
||
| 402 | "type": "zip", |
||
| 403 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
| 404 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
| 405 | "shasum": "" |
||
| 406 | }, |
||
| 407 | "require": { |
||
| 408 | "doctrine/annotations": "1.*", |
||
| 409 | "doctrine/cache": "1.*", |
||
| 410 | "doctrine/collections": "1.*", |
||
| 411 | "doctrine/inflector": "1.*", |
||
| 412 | "doctrine/lexer": "1.*", |
||
| 413 | "php": "~5.5|~7.0" |
||
| 414 | }, |
||
| 415 | "require-dev": { |
||
| 416 | "phpunit/phpunit": "~4.8|~5.0" |
||
| 417 | }, |
||
| 418 | "type": "library", |
||
| 419 | "extra": { |
||
| 420 | "branch-alias": { |
||
| 421 | "dev-master": "2.7.x-dev" |
||
| 422 | } |
||
| 423 | }, |
||
| 424 | "autoload": { |
||
| 425 | "psr-4": { |
||
| 426 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 427 | } |
||
| 428 | }, |
||
| 429 | "notification-url": "https://packagist.org/downloads/", |
||
| 430 | "license": [ |
||
| 431 | "MIT" |
||
| 432 | ], |
||
| 433 | "authors": [ |
||
| 434 | { |
||
| 435 | "name": "Roman Borschel", |
||
| 436 | "email": "[email protected]" |
||
| 437 | }, |
||
| 438 | { |
||
| 439 | "name": "Benjamin Eberlei", |
||
| 440 | "email": "[email protected]" |
||
| 441 | }, |
||
| 442 | { |
||
| 443 | "name": "Guilherme Blanco", |
||
| 444 | "email": "[email protected]" |
||
| 445 | }, |
||
| 446 | { |
||
| 447 | "name": "Jonathan Wage", |
||
| 448 | "email": "[email protected]" |
||
| 449 | }, |
||
| 450 | { |
||
| 451 | "name": "Johannes Schmitt", |
||
| 452 | "email": "[email protected]" |
||
| 453 | } |
||
| 454 | ], |
||
| 455 | "description": "Common Library for Doctrine projects", |
||
| 456 | "homepage": "http://www.doctrine-project.org", |
||
| 457 | "keywords": [ |
||
| 458 | "annotations", |
||
| 459 | "collections", |
||
| 460 | "eventmanager", |
||
| 461 | "persistence", |
||
| 462 | "spl" |
||
| 463 | ], |
||
| 464 | "time": "2015-12-25 13:18:31" |
||
| 465 | }, |
||
| 466 | { |
||
| 467 | "name": "doctrine/dbal", |
||
| 468 | "version": "v2.5.4", |
||
| 469 | "source": { |
||
| 470 | "type": "git", |
||
| 471 | "url": "https://github.com/doctrine/dbal.git", |
||
| 472 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" |
||
| 473 | }, |
||
| 474 | "dist": { |
||
| 475 | "type": "zip", |
||
| 476 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
| 477 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
| 478 | "shasum": "" |
||
| 479 | }, |
||
| 480 | "require": { |
||
| 481 | "doctrine/common": ">=2.4,<2.7-dev", |
||
| 482 | "php": ">=5.3.2" |
||
| 483 | }, |
||
| 484 | "require-dev": { |
||
| 485 | "phpunit/phpunit": "4.*", |
||
| 486 | "symfony/console": "2.*" |
||
| 487 | }, |
||
| 488 | "suggest": { |
||
| 489 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 490 | }, |
||
| 491 | "bin": [ |
||
| 492 | "bin/doctrine-dbal" |
||
| 493 | ], |
||
| 494 | "type": "library", |
||
| 495 | "extra": { |
||
| 496 | "branch-alias": { |
||
| 497 | "dev-master": "2.5.x-dev" |
||
| 498 | } |
||
| 499 | }, |
||
| 500 | "autoload": { |
||
| 501 | "psr-0": { |
||
| 502 | "Doctrine\\DBAL\\": "lib/" |
||
| 503 | } |
||
| 504 | }, |
||
| 505 | "notification-url": "https://packagist.org/downloads/", |
||
| 506 | "license": [ |
||
| 507 | "MIT" |
||
| 508 | ], |
||
| 509 | "authors": [ |
||
| 510 | { |
||
| 511 | "name": "Roman Borschel", |
||
| 512 | "email": "[email protected]" |
||
| 513 | }, |
||
| 514 | { |
||
| 515 | "name": "Benjamin Eberlei", |
||
| 516 | "email": "[email protected]" |
||
| 517 | }, |
||
| 518 | { |
||
| 519 | "name": "Guilherme Blanco", |
||
| 520 | "email": "[email protected]" |
||
| 521 | }, |
||
| 522 | { |
||
| 523 | "name": "Jonathan Wage", |
||
| 524 | "email": "[email protected]" |
||
| 525 | } |
||
| 526 | ], |
||
| 527 | "description": "Database Abstraction Layer", |
||
| 528 | "homepage": "http://www.doctrine-project.org", |
||
| 529 | "keywords": [ |
||
| 530 | "database", |
||
| 531 | "dbal", |
||
| 532 | "persistence", |
||
| 533 | "queryobject" |
||
| 534 | ], |
||
| 535 | "time": "2016-01-05 22:11:12" |
||
| 536 | }, |
||
| 537 | { |
||
| 538 | "name": "doctrine/doctrine-bundle", |
||
| 539 | "version": "1.6.3", |
||
| 540 | "source": { |
||
| 541 | "type": "git", |
||
| 542 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
| 543 | "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1" |
||
| 544 | }, |
||
| 545 | "dist": { |
||
| 546 | "type": "zip", |
||
| 547 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1", |
||
| 548 | "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1", |
||
| 549 | "shasum": "" |
||
| 550 | }, |
||
| 551 | "require": { |
||
| 552 | "doctrine/dbal": "~2.3", |
||
| 553 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
| 554 | "jdorn/sql-formatter": "~1.1", |
||
| 555 | "php": ">=5.3.2", |
||
| 556 | "symfony/console": "~2.3|~3.0", |
||
| 557 | "symfony/doctrine-bridge": "~2.2|~3.0", |
||
| 558 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 559 | }, |
||
| 560 | "require-dev": { |
||
| 561 | "doctrine/orm": "~2.3", |
||
| 562 | "phpunit/phpunit": "~4", |
||
| 563 | "satooshi/php-coveralls": "~0.6.1", |
||
| 564 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 565 | "symfony/property-info": "~2.8|~3.0", |
||
| 566 | "symfony/validator": "~2.2|~3.0", |
||
| 567 | "symfony/yaml": "~2.2|~3.0", |
||
| 568 | "twig/twig": "~1.10" |
||
| 569 | }, |
||
| 570 | "suggest": { |
||
| 571 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
| 572 | "symfony/web-profiler-bundle": "To use the data collector." |
||
| 573 | }, |
||
| 574 | "type": "symfony-bundle", |
||
| 575 | "extra": { |
||
| 576 | "branch-alias": { |
||
| 577 | "dev-master": "1.6.x-dev" |
||
| 578 | } |
||
| 579 | }, |
||
| 580 | "autoload": { |
||
| 581 | "psr-4": { |
||
| 582 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
| 583 | } |
||
| 584 | }, |
||
| 585 | "notification-url": "https://packagist.org/downloads/", |
||
| 586 | "license": [ |
||
| 587 | "MIT" |
||
| 588 | ], |
||
| 589 | "authors": [ |
||
| 590 | { |
||
| 591 | "name": "Symfony Community", |
||
| 592 | "homepage": "http://symfony.com/contributors" |
||
| 593 | }, |
||
| 594 | { |
||
| 595 | "name": "Benjamin Eberlei", |
||
| 596 | "email": "[email protected]" |
||
| 597 | }, |
||
| 598 | { |
||
| 599 | "name": "Doctrine Project", |
||
| 600 | "homepage": "http://www.doctrine-project.org/" |
||
| 601 | }, |
||
| 602 | { |
||
| 603 | "name": "Fabien Potencier", |
||
| 604 | "email": "[email protected]" |
||
| 605 | } |
||
| 606 | ], |
||
| 607 | "description": "Symfony DoctrineBundle", |
||
| 608 | "homepage": "http://www.doctrine-project.org", |
||
| 609 | "keywords": [ |
||
| 610 | "database", |
||
| 611 | "dbal", |
||
| 612 | "orm", |
||
| 613 | "persistence" |
||
| 614 | ], |
||
| 615 | "time": "2016-04-21 19:55:56" |
||
| 616 | }, |
||
| 617 | { |
||
| 618 | "name": "doctrine/doctrine-cache-bundle", |
||
| 619 | "version": "1.3.0", |
||
| 620 | "source": { |
||
| 621 | "type": "git", |
||
| 622 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
| 623 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
| 624 | }, |
||
| 625 | "dist": { |
||
| 626 | "type": "zip", |
||
| 627 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 628 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 629 | "shasum": "" |
||
| 630 | }, |
||
| 631 | "require": { |
||
| 632 | "doctrine/cache": "^1.4.2", |
||
| 633 | "doctrine/inflector": "~1.0", |
||
| 634 | "php": ">=5.3.2", |
||
| 635 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
| 636 | }, |
||
| 637 | "require-dev": { |
||
| 638 | "instaclick/coding-standard": "~1.1", |
||
| 639 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
| 640 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
| 641 | "phpunit/phpunit": "~4", |
||
| 642 | "predis/predis": "~0.8", |
||
| 643 | "satooshi/php-coveralls": "~0.6.1", |
||
| 644 | "squizlabs/php_codesniffer": "~1.5", |
||
| 645 | "symfony/console": "~2.2|~3.0", |
||
| 646 | "symfony/finder": "~2.2|~3.0", |
||
| 647 | "symfony/framework-bundle": "~2.2|~3.0", |
||
| 648 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 649 | "symfony/security-acl": "~2.3|~3.0", |
||
| 650 | "symfony/validator": "~2.2|~3.0", |
||
| 651 | "symfony/yaml": "~2.2|~3.0" |
||
| 652 | }, |
||
| 653 | "suggest": { |
||
| 654 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
| 655 | }, |
||
| 656 | "type": "symfony-bundle", |
||
| 657 | "extra": { |
||
| 658 | "branch-alias": { |
||
| 659 | "dev-master": "1.2.x-dev" |
||
| 660 | } |
||
| 661 | }, |
||
| 662 | "autoload": { |
||
| 663 | "psr-4": { |
||
| 664 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
| 665 | } |
||
| 666 | }, |
||
| 667 | "notification-url": "https://packagist.org/downloads/", |
||
| 668 | "license": [ |
||
| 669 | "MIT" |
||
| 670 | ], |
||
| 671 | "authors": [ |
||
| 672 | { |
||
| 673 | "name": "Symfony Community", |
||
| 674 | "homepage": "http://symfony.com/contributors" |
||
| 675 | }, |
||
| 676 | { |
||
| 677 | "name": "Benjamin Eberlei", |
||
| 678 | "email": "[email protected]" |
||
| 679 | }, |
||
| 680 | { |
||
| 681 | "name": "Fabio B. Silva", |
||
| 682 | "email": "[email protected]" |
||
| 683 | }, |
||
| 684 | { |
||
| 685 | "name": "Guilherme Blanco", |
||
| 686 | "email": "[email protected]" |
||
| 687 | }, |
||
| 688 | { |
||
| 689 | "name": "Doctrine Project", |
||
| 690 | "homepage": "http://www.doctrine-project.org/" |
||
| 691 | }, |
||
| 692 | { |
||
| 693 | "name": "Fabien Potencier", |
||
| 694 | "email": "[email protected]" |
||
| 695 | } |
||
| 696 | ], |
||
| 697 | "description": "Symfony Bundle for Doctrine Cache", |
||
| 698 | "homepage": "http://www.doctrine-project.org", |
||
| 699 | "keywords": [ |
||
| 700 | "cache", |
||
| 701 | "caching" |
||
| 702 | ], |
||
| 703 | "time": "2016-01-26 17:28:51" |
||
| 704 | }, |
||
| 705 | { |
||
| 706 | "name": "doctrine/doctrine-migrations-bundle", |
||
| 707 | "version": "1.0.1", |
||
| 708 | "target-dir": "Doctrine/Bundle/MigrationsBundle", |
||
| 709 | "source": { |
||
| 710 | "type": "git", |
||
| 711 | "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", |
||
| 712 | "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579" |
||
| 713 | }, |
||
| 714 | "dist": { |
||
| 715 | "type": "zip", |
||
| 716 | "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e8cd4415bd2f893eb828216b529a75e8b61d579", |
||
| 717 | "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579", |
||
| 718 | "shasum": "" |
||
| 719 | }, |
||
| 720 | "require": { |
||
| 721 | "doctrine/doctrine-bundle": "~1.0", |
||
| 722 | "doctrine/migrations": "~1.0@dev", |
||
| 723 | "php": ">=5.3.2", |
||
| 724 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 725 | }, |
||
| 726 | "type": "symfony-bundle", |
||
| 727 | "extra": { |
||
| 728 | "branch-alias": { |
||
| 729 | "dev-master": "2.1.x-dev" |
||
| 730 | } |
||
| 731 | }, |
||
| 732 | "autoload": { |
||
| 733 | "psr-0": { |
||
| 734 | "Doctrine\\Bundle\\MigrationsBundle": "" |
||
| 735 | } |
||
| 736 | }, |
||
| 737 | "notification-url": "https://packagist.org/downloads/", |
||
| 738 | "license": [ |
||
| 739 | "MIT" |
||
| 740 | ], |
||
| 741 | "authors": [ |
||
| 742 | { |
||
| 743 | "name": "Symfony Community", |
||
| 744 | "homepage": "http://symfony.com/contributors" |
||
| 745 | }, |
||
| 746 | { |
||
| 747 | "name": "Doctrine Project", |
||
| 748 | "homepage": "http://www.doctrine-project.org" |
||
| 749 | }, |
||
| 750 | { |
||
| 751 | "name": "Fabien Potencier", |
||
| 752 | "email": "[email protected]" |
||
| 753 | } |
||
| 754 | ], |
||
| 755 | "description": "Symfony DoctrineMigrationsBundle", |
||
| 756 | "homepage": "http://www.doctrine-project.org", |
||
| 757 | "keywords": [ |
||
| 758 | "dbal", |
||
| 759 | "migrations", |
||
| 760 | "schema" |
||
| 761 | ], |
||
| 762 | "time": "2015-05-06 08:32:15" |
||
| 763 | }, |
||
| 764 | { |
||
| 765 | "name": "doctrine/inflector", |
||
| 766 | "version": "v1.1.0", |
||
| 767 | "source": { |
||
| 768 | "type": "git", |
||
| 769 | "url": "https://github.com/doctrine/inflector.git", |
||
| 770 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
| 771 | }, |
||
| 772 | "dist": { |
||
| 773 | "type": "zip", |
||
| 774 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 775 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 776 | "shasum": "" |
||
| 777 | }, |
||
| 778 | "require": { |
||
| 779 | "php": ">=5.3.2" |
||
| 780 | }, |
||
| 781 | "require-dev": { |
||
| 782 | "phpunit/phpunit": "4.*" |
||
| 783 | }, |
||
| 784 | "type": "library", |
||
| 785 | "extra": { |
||
| 786 | "branch-alias": { |
||
| 787 | "dev-master": "1.1.x-dev" |
||
| 788 | } |
||
| 789 | }, |
||
| 790 | "autoload": { |
||
| 791 | "psr-0": { |
||
| 792 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 793 | } |
||
| 794 | }, |
||
| 795 | "notification-url": "https://packagist.org/downloads/", |
||
| 796 | "license": [ |
||
| 797 | "MIT" |
||
| 798 | ], |
||
| 799 | "authors": [ |
||
| 800 | { |
||
| 801 | "name": "Roman Borschel", |
||
| 802 | "email": "[email protected]" |
||
| 803 | }, |
||
| 804 | { |
||
| 805 | "name": "Benjamin Eberlei", |
||
| 806 | "email": "[email protected]" |
||
| 807 | }, |
||
| 808 | { |
||
| 809 | "name": "Guilherme Blanco", |
||
| 810 | "email": "[email protected]" |
||
| 811 | }, |
||
| 812 | { |
||
| 813 | "name": "Jonathan Wage", |
||
| 814 | "email": "[email protected]" |
||
| 815 | }, |
||
| 816 | { |
||
| 817 | "name": "Johannes Schmitt", |
||
| 818 | "email": "[email protected]" |
||
| 819 | } |
||
| 820 | ], |
||
| 821 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 822 | "homepage": "http://www.doctrine-project.org", |
||
| 823 | "keywords": [ |
||
| 824 | "inflection", |
||
| 825 | "pluralize", |
||
| 826 | "singularize", |
||
| 827 | "string" |
||
| 828 | ], |
||
| 829 | "time": "2015-11-06 14:35:42" |
||
| 830 | }, |
||
| 831 | { |
||
| 832 | "name": "doctrine/instantiator", |
||
| 833 | "version": "1.0.5", |
||
| 834 | "source": { |
||
| 835 | "type": "git", |
||
| 836 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 837 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 838 | }, |
||
| 839 | "dist": { |
||
| 840 | "type": "zip", |
||
| 841 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 842 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 843 | "shasum": "" |
||
| 844 | }, |
||
| 845 | "require": { |
||
| 846 | "php": ">=5.3,<8.0-DEV" |
||
| 847 | }, |
||
| 848 | "require-dev": { |
||
| 849 | "athletic/athletic": "~0.1.8", |
||
| 850 | "ext-pdo": "*", |
||
| 851 | "ext-phar": "*", |
||
| 852 | "phpunit/phpunit": "~4.0", |
||
| 853 | "squizlabs/php_codesniffer": "~2.0" |
||
| 854 | }, |
||
| 855 | "type": "library", |
||
| 856 | "extra": { |
||
| 857 | "branch-alias": { |
||
| 858 | "dev-master": "1.0.x-dev" |
||
| 859 | } |
||
| 860 | }, |
||
| 861 | "autoload": { |
||
| 862 | "psr-4": { |
||
| 863 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 864 | } |
||
| 865 | }, |
||
| 866 | "notification-url": "https://packagist.org/downloads/", |
||
| 867 | "license": [ |
||
| 868 | "MIT" |
||
| 869 | ], |
||
| 870 | "authors": [ |
||
| 871 | { |
||
| 872 | "name": "Marco Pivetta", |
||
| 873 | "email": "[email protected]", |
||
| 874 | "homepage": "http://ocramius.github.com/" |
||
| 875 | } |
||
| 876 | ], |
||
| 877 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 878 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 879 | "keywords": [ |
||
| 880 | "constructor", |
||
| 881 | "instantiate" |
||
| 882 | ], |
||
| 883 | "time": "2015-06-14 21:17:01" |
||
| 884 | }, |
||
| 885 | { |
||
| 886 | "name": "doctrine/lexer", |
||
| 887 | "version": "v1.0.1", |
||
| 888 | "source": { |
||
| 889 | "type": "git", |
||
| 890 | "url": "https://github.com/doctrine/lexer.git", |
||
| 891 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 892 | }, |
||
| 893 | "dist": { |
||
| 894 | "type": "zip", |
||
| 895 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 896 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 897 | "shasum": "" |
||
| 898 | }, |
||
| 899 | "require": { |
||
| 900 | "php": ">=5.3.2" |
||
| 901 | }, |
||
| 902 | "type": "library", |
||
| 903 | "extra": { |
||
| 904 | "branch-alias": { |
||
| 905 | "dev-master": "1.0.x-dev" |
||
| 906 | } |
||
| 907 | }, |
||
| 908 | "autoload": { |
||
| 909 | "psr-0": { |
||
| 910 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 911 | } |
||
| 912 | }, |
||
| 913 | "notification-url": "https://packagist.org/downloads/", |
||
| 914 | "license": [ |
||
| 915 | "MIT" |
||
| 916 | ], |
||
| 917 | "authors": [ |
||
| 918 | { |
||
| 919 | "name": "Roman Borschel", |
||
| 920 | "email": "[email protected]" |
||
| 921 | }, |
||
| 922 | { |
||
| 923 | "name": "Guilherme Blanco", |
||
| 924 | "email": "[email protected]" |
||
| 925 | }, |
||
| 926 | { |
||
| 927 | "name": "Johannes Schmitt", |
||
| 928 | "email": "[email protected]" |
||
| 929 | } |
||
| 930 | ], |
||
| 931 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 932 | "homepage": "http://www.doctrine-project.org", |
||
| 933 | "keywords": [ |
||
| 934 | "lexer", |
||
| 935 | "parser" |
||
| 936 | ], |
||
| 937 | "time": "2014-09-09 13:34:57" |
||
| 938 | }, |
||
| 939 | { |
||
| 940 | "name": "doctrine/migrations", |
||
| 941 | "version": "v1.0.0", |
||
| 942 | "source": { |
||
| 943 | "type": "git", |
||
| 944 | "url": "https://github.com/doctrine/migrations.git", |
||
| 945 | "reference": "3a787de7c4a64460436dc2eb2e3cde8920d5fadd" |
||
| 946 | }, |
||
| 947 | "dist": { |
||
| 948 | "type": "zip", |
||
| 949 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/3a787de7c4a64460436dc2eb2e3cde8920d5fadd", |
||
| 950 | "reference": "3a787de7c4a64460436dc2eb2e3cde8920d5fadd", |
||
| 951 | "shasum": "" |
||
| 952 | }, |
||
| 953 | "require": { |
||
| 954 | "doctrine/dbal": "~2.2", |
||
| 955 | "php": ">=5.4.0", |
||
| 956 | "symfony/console": "~2.3", |
||
| 957 | "symfony/yaml": "~2.3" |
||
| 958 | }, |
||
| 959 | "require-dev": { |
||
| 960 | "doctrine/coding-standard": "dev-master", |
||
| 961 | "doctrine/orm": "2.*", |
||
| 962 | "johnkary/phpunit-speedtrap": "~1.0@dev", |
||
| 963 | "mockery/mockery": "^0.9.4", |
||
| 964 | "phpunit/phpunit": "~4.7", |
||
| 965 | "satooshi/php-coveralls": "0.6.*" |
||
| 966 | }, |
||
| 967 | "suggest": { |
||
| 968 | "symfony/console": "to run the migration from the console" |
||
| 969 | }, |
||
| 970 | "bin": [ |
||
| 971 | "bin/doctrine-migrations" |
||
| 972 | ], |
||
| 973 | "type": "library", |
||
| 974 | "extra": { |
||
| 975 | "branch-alias": { |
||
| 976 | "dev-master": "1.0.x-dev" |
||
| 977 | } |
||
| 978 | }, |
||
| 979 | "autoload": { |
||
| 980 | "psr-0": { |
||
| 981 | "Doctrine\\DBAL\\Migrations": "lib" |
||
| 982 | } |
||
| 983 | }, |
||
| 984 | "notification-url": "https://packagist.org/downloads/", |
||
| 985 | "license": [ |
||
| 986 | "LGPL-2.1" |
||
| 987 | ], |
||
| 988 | "authors": [ |
||
| 989 | { |
||
| 990 | "name": "Benjamin Eberlei", |
||
| 991 | "email": "[email protected]" |
||
| 992 | }, |
||
| 993 | { |
||
| 994 | "name": "Jonathan Wage", |
||
| 995 | "email": "[email protected]" |
||
| 996 | } |
||
| 997 | ], |
||
| 998 | "description": "Database Schema migrations using Doctrine DBAL", |
||
| 999 | "homepage": "http://www.doctrine-project.org", |
||
| 1000 | "keywords": [ |
||
| 1001 | "database", |
||
| 1002 | "migrations" |
||
| 1003 | ], |
||
| 1004 | "time": "2015-07-29 20:43:19" |
||
| 1005 | }, |
||
| 1006 | { |
||
| 1007 | "name": "doctrine/orm", |
||
| 1008 | "version": "v2.5.4", |
||
| 1009 | "source": { |
||
| 1010 | "type": "git", |
||
| 1011 | "url": "https://github.com/doctrine/doctrine2.git", |
||
| 1012 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab" |
||
| 1013 | }, |
||
| 1014 | "dist": { |
||
| 1015 | "type": "zip", |
||
| 1016 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
| 1017 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
| 1018 | "shasum": "" |
||
| 1019 | }, |
||
| 1020 | "require": { |
||
| 1021 | "doctrine/cache": "~1.4", |
||
| 1022 | "doctrine/collections": "~1.2", |
||
| 1023 | "doctrine/common": ">=2.5-dev,<2.7-dev", |
||
| 1024 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
| 1025 | "doctrine/instantiator": "~1.0.1", |
||
| 1026 | "ext-pdo": "*", |
||
| 1027 | "php": ">=5.4", |
||
| 1028 | "symfony/console": "~2.5|~3.0" |
||
| 1029 | }, |
||
| 1030 | "require-dev": { |
||
| 1031 | "phpunit/phpunit": "~4.0", |
||
| 1032 | "symfony/yaml": "~2.3|~3.0" |
||
| 1033 | }, |
||
| 1034 | "suggest": { |
||
| 1035 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
| 1036 | }, |
||
| 1037 | "bin": [ |
||
| 1038 | "bin/doctrine", |
||
| 1039 | "bin/doctrine.php" |
||
| 1040 | ], |
||
| 1041 | "type": "library", |
||
| 1042 | "extra": { |
||
| 1043 | "branch-alias": { |
||
| 1044 | "dev-master": "2.6.x-dev" |
||
| 1045 | } |
||
| 1046 | }, |
||
| 1047 | "autoload": { |
||
| 1048 | "psr-0": { |
||
| 1049 | "Doctrine\\ORM\\": "lib/" |
||
| 1050 | } |
||
| 1051 | }, |
||
| 1052 | "notification-url": "https://packagist.org/downloads/", |
||
| 1053 | "license": [ |
||
| 1054 | "MIT" |
||
| 1055 | ], |
||
| 1056 | "authors": [ |
||
| 1057 | { |
||
| 1058 | "name": "Roman Borschel", |
||
| 1059 | "email": "[email protected]" |
||
| 1060 | }, |
||
| 1061 | { |
||
| 1062 | "name": "Benjamin Eberlei", |
||
| 1063 | "email": "[email protected]" |
||
| 1064 | }, |
||
| 1065 | { |
||
| 1066 | "name": "Guilherme Blanco", |
||
| 1067 | "email": "[email protected]" |
||
| 1068 | }, |
||
| 1069 | { |
||
| 1070 | "name": "Jonathan Wage", |
||
| 1071 | "email": "[email protected]" |
||
| 1072 | } |
||
| 1073 | ], |
||
| 1074 | "description": "Object-Relational-Mapper for PHP", |
||
| 1075 | "homepage": "http://www.doctrine-project.org", |
||
| 1076 | "keywords": [ |
||
| 1077 | "database", |
||
| 1078 | "orm" |
||
| 1079 | ], |
||
| 1080 | "time": "2016-01-05 21:34:58" |
||
| 1081 | }, |
||
| 1082 | { |
||
| 1083 | "name": "graylog2/gelf-php", |
||
| 1084 | "version": "1.5.3", |
||
| 1085 | "source": { |
||
| 1086 | "type": "git", |
||
| 1087 | "url": "https://github.com/bzikarsky/gelf-php.git", |
||
| 1088 | "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d" |
||
| 1089 | }, |
||
| 1090 | "dist": { |
||
| 1091 | "type": "zip", |
||
| 1092 | "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/0cb872928246bada1b6a5f504a7c3589f1c1174d", |
||
| 1093 | "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d", |
||
| 1094 | "shasum": "" |
||
| 1095 | }, |
||
| 1096 | "require": { |
||
| 1097 | "php": ">=5.3.9", |
||
| 1098 | "psr/log": "~1.0" |
||
| 1099 | }, |
||
| 1100 | "provide": { |
||
| 1101 | "psr/log-implementation": "~1.0" |
||
| 1102 | }, |
||
| 1103 | "require-dev": { |
||
| 1104 | "phpunit/phpunit": "~4.3", |
||
| 1105 | "squizlabs/php_codesniffer": "~2.0" |
||
| 1106 | }, |
||
| 1107 | "type": "library", |
||
| 1108 | "extra": { |
||
| 1109 | "branch-alias": { |
||
| 1110 | "dev-master": "1.4.x-dev" |
||
| 1111 | } |
||
| 1112 | }, |
||
| 1113 | "autoload": { |
||
| 1114 | "psr-4": { |
||
| 1115 | "Gelf\\": "src/Gelf" |
||
| 1116 | }, |
||
| 1117 | "files": [ |
||
| 1118 | "src/check_technical_requirements.php" |
||
| 1119 | ] |
||
| 1120 | }, |
||
| 1121 | "notification-url": "https://packagist.org/downloads/", |
||
| 1122 | "license": [ |
||
| 1123 | "MIT" |
||
| 1124 | ], |
||
| 1125 | "authors": [ |
||
| 1126 | { |
||
| 1127 | "name": "Benjamin Zikarsky", |
||
| 1128 | "email": "[email protected]" |
||
| 1129 | }, |
||
| 1130 | { |
||
| 1131 | "name": "gelf-php contributors", |
||
| 1132 | "homepage": "https://github.com/bzikarsky/gelf-php/contributors" |
||
| 1133 | } |
||
| 1134 | ], |
||
| 1135 | "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.", |
||
| 1136 | "time": "2016-11-21 13:31:39" |
||
| 1137 | }, |
||
| 1138 | { |
||
| 1139 | "name": "guzzlehttp/guzzle", |
||
| 1140 | "version": "6.2.3", |
||
| 1141 | "source": { |
||
| 1142 | "type": "git", |
||
| 1143 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 1144 | "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" |
||
| 1145 | }, |
||
| 1146 | "dist": { |
||
| 1147 | "type": "zip", |
||
| 1148 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
||
| 1149 | "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
||
| 1150 | "shasum": "" |
||
| 1151 | }, |
||
| 1152 | "require": { |
||
| 1153 | "guzzlehttp/promises": "^1.0", |
||
| 1154 | "guzzlehttp/psr7": "^1.4", |
||
| 1155 | "php": ">=5.5" |
||
| 1156 | }, |
||
| 1157 | "require-dev": { |
||
| 1158 | "ext-curl": "*", |
||
| 1159 | "phpunit/phpunit": "^4.0", |
||
| 1160 | "psr/log": "^1.0" |
||
| 1161 | }, |
||
| 1162 | "type": "library", |
||
| 1163 | "extra": { |
||
| 1164 | "branch-alias": { |
||
| 1165 | "dev-master": "6.2-dev" |
||
| 1166 | } |
||
| 1167 | }, |
||
| 1168 | "autoload": { |
||
| 1169 | "files": [ |
||
| 1170 | "src/functions_include.php" |
||
| 1171 | ], |
||
| 1172 | "psr-4": { |
||
| 1173 | "GuzzleHttp\\": "src/" |
||
| 1174 | } |
||
| 1175 | }, |
||
| 1176 | "notification-url": "https://packagist.org/downloads/", |
||
| 1177 | "license": [ |
||
| 1178 | "MIT" |
||
| 1179 | ], |
||
| 1180 | "authors": [ |
||
| 1181 | { |
||
| 1182 | "name": "Michael Dowling", |
||
| 1183 | "email": "[email protected]", |
||
| 1184 | "homepage": "https://github.com/mtdowling" |
||
| 1185 | } |
||
| 1186 | ], |
||
| 1187 | "description": "Guzzle is a PHP HTTP client library", |
||
| 1188 | "homepage": "http://guzzlephp.org/", |
||
| 1189 | "keywords": [ |
||
| 1190 | "client", |
||
| 1191 | "curl", |
||
| 1192 | "framework", |
||
| 1193 | "http", |
||
| 1194 | "http client", |
||
| 1195 | "rest", |
||
| 1196 | "web service" |
||
| 1197 | ], |
||
| 1198 | "time": "2017-02-28 22:50:30" |
||
| 1199 | }, |
||
| 1200 | { |
||
| 1201 | "name": "guzzlehttp/promises", |
||
| 1202 | "version": "v1.3.1", |
||
| 1203 | "source": { |
||
| 1204 | "type": "git", |
||
| 1205 | "url": "https://github.com/guzzle/promises.git", |
||
| 1206 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
| 1207 | }, |
||
| 1208 | "dist": { |
||
| 1209 | "type": "zip", |
||
| 1210 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 1211 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 1212 | "shasum": "" |
||
| 1213 | }, |
||
| 1214 | "require": { |
||
| 1215 | "php": ">=5.5.0" |
||
| 1216 | }, |
||
| 1217 | "require-dev": { |
||
| 1218 | "phpunit/phpunit": "^4.0" |
||
| 1219 | }, |
||
| 1220 | "type": "library", |
||
| 1221 | "extra": { |
||
| 1222 | "branch-alias": { |
||
| 1223 | "dev-master": "1.4-dev" |
||
| 1224 | } |
||
| 1225 | }, |
||
| 1226 | "autoload": { |
||
| 1227 | "psr-4": { |
||
| 1228 | "GuzzleHttp\\Promise\\": "src/" |
||
| 1229 | }, |
||
| 1230 | "files": [ |
||
| 1231 | "src/functions_include.php" |
||
| 1232 | ] |
||
| 1233 | }, |
||
| 1234 | "notification-url": "https://packagist.org/downloads/", |
||
| 1235 | "license": [ |
||
| 1236 | "MIT" |
||
| 1237 | ], |
||
| 1238 | "authors": [ |
||
| 1239 | { |
||
| 1240 | "name": "Michael Dowling", |
||
| 1241 | "email": "[email protected]", |
||
| 1242 | "homepage": "https://github.com/mtdowling" |
||
| 1243 | } |
||
| 1244 | ], |
||
| 1245 | "description": "Guzzle promises library", |
||
| 1246 | "keywords": [ |
||
| 1247 | "promise" |
||
| 1248 | ], |
||
| 1249 | "time": "2016-12-20 10:07:11" |
||
| 1250 | }, |
||
| 1251 | { |
||
| 1252 | "name": "guzzlehttp/psr7", |
||
| 1253 | "version": "1.4.1", |
||
| 1254 | "source": { |
||
| 1255 | "type": "git", |
||
| 1256 | "url": "https://github.com/guzzle/psr7.git", |
||
| 1257 | "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855" |
||
| 1258 | }, |
||
| 1259 | "dist": { |
||
| 1260 | "type": "zip", |
||
| 1261 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855", |
||
| 1262 | "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855", |
||
| 1263 | "shasum": "" |
||
| 1264 | }, |
||
| 1265 | "require": { |
||
| 1266 | "php": ">=5.4.0", |
||
| 1267 | "psr/http-message": "~1.0" |
||
| 1268 | }, |
||
| 1269 | "provide": { |
||
| 1270 | "psr/http-message-implementation": "1.0" |
||
| 1271 | }, |
||
| 1272 | "require-dev": { |
||
| 1273 | "phpunit/phpunit": "~4.0" |
||
| 1274 | }, |
||
| 1275 | "type": "library", |
||
| 1276 | "extra": { |
||
| 1277 | "branch-alias": { |
||
| 1278 | "dev-master": "1.4-dev" |
||
| 1279 | } |
||
| 1280 | }, |
||
| 1281 | "autoload": { |
||
| 1282 | "psr-4": { |
||
| 1283 | "GuzzleHttp\\Psr7\\": "src/" |
||
| 1284 | }, |
||
| 1285 | "files": [ |
||
| 1286 | "src/functions_include.php" |
||
| 1287 | ] |
||
| 1288 | }, |
||
| 1289 | "notification-url": "https://packagist.org/downloads/", |
||
| 1290 | "license": [ |
||
| 1291 | "MIT" |
||
| 1292 | ], |
||
| 1293 | "authors": [ |
||
| 1294 | { |
||
| 1295 | "name": "Michael Dowling", |
||
| 1296 | "email": "[email protected]", |
||
| 1297 | "homepage": "https://github.com/mtdowling" |
||
| 1298 | }, |
||
| 1299 | { |
||
| 1300 | "name": "Tobias Schultze", |
||
| 1301 | "homepage": "https://github.com/Tobion" |
||
| 1302 | } |
||
| 1303 | ], |
||
| 1304 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
| 1305 | "keywords": [ |
||
| 1306 | "http", |
||
| 1307 | "message", |
||
| 1308 | "request", |
||
| 1309 | "response", |
||
| 1310 | "stream", |
||
| 1311 | "uri", |
||
| 1312 | "url" |
||
| 1313 | ], |
||
| 1314 | "time": "2017-02-27 10:51:17" |
||
| 1315 | }, |
||
| 1316 | { |
||
| 1317 | "name": "incenteev/composer-parameter-handler", |
||
| 1318 | "version": "v2.1.2", |
||
| 1319 | "source": { |
||
| 1320 | "type": "git", |
||
| 1321 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
| 1322 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
| 1323 | }, |
||
| 1324 | "dist": { |
||
| 1325 | "type": "zip", |
||
| 1326 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 1327 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 1328 | "shasum": "" |
||
| 1329 | }, |
||
| 1330 | "require": { |
||
| 1331 | "php": ">=5.3.3", |
||
| 1332 | "symfony/yaml": "~2.3|~3.0" |
||
| 1333 | }, |
||
| 1334 | "require-dev": { |
||
| 1335 | "composer/composer": "1.0.*@dev", |
||
| 1336 | "phpspec/prophecy-phpunit": "~1.0", |
||
| 1337 | "symfony/filesystem": "~2.2" |
||
| 1338 | }, |
||
| 1339 | "type": "library", |
||
| 1340 | "extra": { |
||
| 1341 | "branch-alias": { |
||
| 1342 | "dev-master": "2.1.x-dev" |
||
| 1343 | } |
||
| 1344 | }, |
||
| 1345 | "autoload": { |
||
| 1346 | "psr-4": { |
||
| 1347 | "Incenteev\\ParameterHandler\\": "" |
||
| 1348 | } |
||
| 1349 | }, |
||
| 1350 | "notification-url": "https://packagist.org/downloads/", |
||
| 1351 | "license": [ |
||
| 1352 | "MIT" |
||
| 1353 | ], |
||
| 1354 | "authors": [ |
||
| 1355 | { |
||
| 1356 | "name": "Christophe Coevoet", |
||
| 1357 | "email": "[email protected]" |
||
| 1358 | } |
||
| 1359 | ], |
||
| 1360 | "description": "Composer script handling your ignored parameter file", |
||
| 1361 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
| 1362 | "keywords": [ |
||
| 1363 | "parameters management" |
||
| 1364 | ], |
||
| 1365 | "time": "2015-11-10 17:04:01" |
||
| 1366 | }, |
||
| 1367 | { |
||
| 1368 | "name": "jdorn/sql-formatter", |
||
| 1369 | "version": "v1.2.17", |
||
| 1370 | "source": { |
||
| 1371 | "type": "git", |
||
| 1372 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
| 1373 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
| 1374 | }, |
||
| 1375 | "dist": { |
||
| 1376 | "type": "zip", |
||
| 1377 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 1378 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 1379 | "shasum": "" |
||
| 1380 | }, |
||
| 1381 | "require": { |
||
| 1382 | "php": ">=5.2.4" |
||
| 1383 | }, |
||
| 1384 | "require-dev": { |
||
| 1385 | "phpunit/phpunit": "3.7.*" |
||
| 1386 | }, |
||
| 1387 | "type": "library", |
||
| 1388 | "extra": { |
||
| 1389 | "branch-alias": { |
||
| 1390 | "dev-master": "1.3.x-dev" |
||
| 1391 | } |
||
| 1392 | }, |
||
| 1393 | "autoload": { |
||
| 1394 | "classmap": [ |
||
| 1395 | "lib" |
||
| 1396 | ] |
||
| 1397 | }, |
||
| 1398 | "notification-url": "https://packagist.org/downloads/", |
||
| 1399 | "license": [ |
||
| 1400 | "MIT" |
||
| 1401 | ], |
||
| 1402 | "authors": [ |
||
| 1403 | { |
||
| 1404 | "name": "Jeremy Dorn", |
||
| 1405 | "email": "[email protected]", |
||
| 1406 | "homepage": "http://jeremydorn.com/" |
||
| 1407 | } |
||
| 1408 | ], |
||
| 1409 | "description": "a PHP SQL highlighting library", |
||
| 1410 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
| 1411 | "keywords": [ |
||
| 1412 | "highlight", |
||
| 1413 | "sql" |
||
| 1414 | ], |
||
| 1415 | "time": "2014-01-12 16:20:24" |
||
| 1416 | }, |
||
| 1417 | { |
||
| 1418 | "name": "jms/aop-bundle", |
||
| 1419 | "version": "1.2.0", |
||
| 1420 | "source": { |
||
| 1421 | "type": "git", |
||
| 1422 | "url": "https://github.com/schmittjoh/JMSAopBundle.git", |
||
| 1423 | "reference": "78000d007e74283cc564a58e184d7f62548ad394" |
||
| 1424 | }, |
||
| 1425 | "dist": { |
||
| 1426 | "type": "zip", |
||
| 1427 | "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394", |
||
| 1428 | "reference": "78000d007e74283cc564a58e184d7f62548ad394", |
||
| 1429 | "shasum": "" |
||
| 1430 | }, |
||
| 1431 | "require": { |
||
| 1432 | "jms/cg": "^1.1", |
||
| 1433 | "php": ">=5.3.9", |
||
| 1434 | "symfony/framework-bundle": "^2.3|^3.0" |
||
| 1435 | }, |
||
| 1436 | "require-dev": { |
||
| 1437 | "symfony/phpunit-bridge": "^2.7" |
||
| 1438 | }, |
||
| 1439 | "type": "symfony-bundle", |
||
| 1440 | "extra": { |
||
| 1441 | "branch-alias": { |
||
| 1442 | "dev-master": "1.1.x-dev" |
||
| 1443 | } |
||
| 1444 | }, |
||
| 1445 | "autoload": { |
||
| 1446 | "psr-4": { |
||
| 1447 | "JMS\\AopBundle\\": "" |
||
| 1448 | } |
||
| 1449 | }, |
||
| 1450 | "notification-url": "https://packagist.org/downloads/", |
||
| 1451 | "license": [ |
||
| 1452 | "Apache-2.0" |
||
| 1453 | ], |
||
| 1454 | "authors": [ |
||
| 1455 | { |
||
| 1456 | "name": "Johannes M. Schmitt", |
||
| 1457 | "email": "[email protected]" |
||
| 1458 | } |
||
| 1459 | ], |
||
| 1460 | "description": "Adds AOP capabilities to Symfony2", |
||
| 1461 | "keywords": [ |
||
| 1462 | "annotations", |
||
| 1463 | "aop" |
||
| 1464 | ], |
||
| 1465 | "time": "2015-12-09 16:30:46" |
||
| 1466 | }, |
||
| 1467 | { |
||
| 1468 | "name": "jms/cg", |
||
| 1469 | "version": "1.1.0", |
||
| 1470 | "source": { |
||
| 1471 | "type": "git", |
||
| 1472 | "url": "https://github.com/schmittjoh/cg-library.git", |
||
| 1473 | "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c" |
||
| 1474 | }, |
||
| 1475 | "dist": { |
||
| 1476 | "type": "zip", |
||
| 1477 | "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c", |
||
| 1478 | "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c", |
||
| 1479 | "shasum": "" |
||
| 1480 | }, |
||
| 1481 | "require": { |
||
| 1482 | "php": ">=5.3.0" |
||
| 1483 | }, |
||
| 1484 | "type": "library", |
||
| 1485 | "extra": { |
||
| 1486 | "branch-alias": { |
||
| 1487 | "dev-master": "1.1-dev" |
||
| 1488 | } |
||
| 1489 | }, |
||
| 1490 | "autoload": { |
||
| 1491 | "psr-0": { |
||
| 1492 | "CG\\": "src/" |
||
| 1493 | } |
||
| 1494 | }, |
||
| 1495 | "notification-url": "https://packagist.org/downloads/", |
||
| 1496 | "license": [ |
||
| 1497 | "Apache2" |
||
| 1498 | ], |
||
| 1499 | "authors": [ |
||
| 1500 | { |
||
| 1501 | "name": "Johannes M. Schmitt", |
||
| 1502 | "email": "[email protected]" |
||
| 1503 | } |
||
| 1504 | ], |
||
| 1505 | "description": "Toolset for generating PHP code", |
||
| 1506 | "keywords": [ |
||
| 1507 | "code generation" |
||
| 1508 | ], |
||
| 1509 | "time": "2015-09-13 08:54:43" |
||
| 1510 | }, |
||
| 1511 | { |
||
| 1512 | "name": "jms/di-extra-bundle", |
||
| 1513 | "version": "1.7.1", |
||
| 1514 | "source": { |
||
| 1515 | "type": "git", |
||
| 1516 | "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", |
||
| 1517 | "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d" |
||
| 1518 | }, |
||
| 1519 | "dist": { |
||
| 1520 | "type": "zip", |
||
| 1521 | "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/27c3fc7150550ccc0731290b2c1ceb57449f909d", |
||
| 1522 | "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d", |
||
| 1523 | "shasum": "" |
||
| 1524 | }, |
||
| 1525 | "require": { |
||
| 1526 | "jms/aop-bundle": "~1.1", |
||
| 1527 | "jms/metadata": "~1.0", |
||
| 1528 | "php": "~5.3|~7.0", |
||
| 1529 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 1530 | "symfony/finder": "~2.3|~3.0", |
||
| 1531 | "symfony/framework-bundle": "~2.3|~3.0", |
||
| 1532 | "symfony/http-kernel": "^2.3.24|~3.0", |
||
| 1533 | "symfony/process": "~2.3|~3.0", |
||
| 1534 | "symfony/routing": "~2.3|~3.0" |
||
| 1535 | }, |
||
| 1536 | "require-dev": { |
||
| 1537 | "doctrine/doctrine-bundle": "~1.5", |
||
| 1538 | "doctrine/orm": "~2.3", |
||
| 1539 | "jms/security-extra-bundle": "~1.0", |
||
| 1540 | "phpcollection/phpcollection": ">=0.2,<0.3-dev", |
||
| 1541 | "sensio/framework-extra-bundle": "~2.0|~3.0", |
||
| 1542 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 1543 | "symfony/class-loader": "~2.3|~3.0", |
||
| 1544 | "symfony/form": "~2.3|~3.0", |
||
| 1545 | "symfony/phpunit-bridge": "~2.7", |
||
| 1546 | "symfony/security-bundle": "~2.3", |
||
| 1547 | "symfony/twig-bundle": "~2.3|~3.0", |
||
| 1548 | "symfony/validator": "~2.3|~3.0", |
||
| 1549 | "symfony/yaml": "~2.3|~3.0" |
||
| 1550 | }, |
||
| 1551 | "type": "symfony-bundle", |
||
| 1552 | "extra": { |
||
| 1553 | "branch-alias": { |
||
| 1554 | "dev-master": "1.7-dev" |
||
| 1555 | } |
||
| 1556 | }, |
||
| 1557 | "autoload": { |
||
| 1558 | "psr-4": { |
||
| 1559 | "JMS\\DiExtraBundle\\": "" |
||
| 1560 | } |
||
| 1561 | }, |
||
| 1562 | "notification-url": "https://packagist.org/downloads/", |
||
| 1563 | "license": [ |
||
| 1564 | "Apache-2.0" |
||
| 1565 | ], |
||
| 1566 | "authors": [ |
||
| 1567 | { |
||
| 1568 | "name": "Johannes M. Schmitt", |
||
| 1569 | "email": "[email protected]" |
||
| 1570 | } |
||
| 1571 | ], |
||
| 1572 | "description": "Allows to configure dependency injection using annotations", |
||
| 1573 | "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle", |
||
| 1574 | "keywords": [ |
||
| 1575 | "annotations", |
||
| 1576 | "dependency injection" |
||
| 1577 | ], |
||
| 1578 | "time": "2016-04-18 22:27:09" |
||
| 1579 | }, |
||
| 1580 | { |
||
| 1581 | "name": "jms/metadata", |
||
| 1582 | "version": "1.5.1", |
||
| 1583 | "source": { |
||
| 1584 | "type": "git", |
||
| 1585 | "url": "https://github.com/schmittjoh/metadata.git", |
||
| 1586 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" |
||
| 1587 | }, |
||
| 1588 | "dist": { |
||
| 1589 | "type": "zip", |
||
| 1590 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", |
||
| 1591 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", |
||
| 1592 | "shasum": "" |
||
| 1593 | }, |
||
| 1594 | "require": { |
||
| 1595 | "php": ">=5.3.0" |
||
| 1596 | }, |
||
| 1597 | "require-dev": { |
||
| 1598 | "doctrine/cache": "~1.0" |
||
| 1599 | }, |
||
| 1600 | "type": "library", |
||
| 1601 | "extra": { |
||
| 1602 | "branch-alias": { |
||
| 1603 | "dev-master": "1.5.x-dev" |
||
| 1604 | } |
||
| 1605 | }, |
||
| 1606 | "autoload": { |
||
| 1607 | "psr-0": { |
||
| 1608 | "Metadata\\": "src/" |
||
| 1609 | } |
||
| 1610 | }, |
||
| 1611 | "notification-url": "https://packagist.org/downloads/", |
||
| 1612 | "license": [ |
||
| 1613 | "Apache" |
||
| 1614 | ], |
||
| 1615 | "authors": [ |
||
| 1616 | { |
||
| 1617 | "name": "Johannes Schmitt", |
||
| 1618 | "email": "[email protected]", |
||
| 1619 | "homepage": "https://github.com/schmittjoh", |
||
| 1620 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 1621 | } |
||
| 1622 | ], |
||
| 1623 | "description": "Class/method/property metadata management in PHP", |
||
| 1624 | "keywords": [ |
||
| 1625 | "annotations", |
||
| 1626 | "metadata", |
||
| 1627 | "xml", |
||
| 1628 | "yaml" |
||
| 1629 | ], |
||
| 1630 | "time": "2014-07-12 07:13:19" |
||
| 1631 | }, |
||
| 1632 | { |
||
| 1633 | "name": "jms/translation-bundle", |
||
| 1634 | "version": "1.2.3", |
||
| 1635 | "target-dir": "JMS/TranslationBundle", |
||
| 1636 | "source": { |
||
| 1637 | "type": "git", |
||
| 1638 | "url": "https://github.com/schmittjoh/JMSTranslationBundle.git", |
||
| 1639 | "reference": "d0d6c7f002e4210217b5f7271a438309d305540a" |
||
| 1640 | }, |
||
| 1641 | "dist": { |
||
| 1642 | "type": "zip", |
||
| 1643 | "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/d0d6c7f002e4210217b5f7271a438309d305540a", |
||
| 1644 | "reference": "d0d6c7f002e4210217b5f7271a438309d305540a", |
||
| 1645 | "shasum": "" |
||
| 1646 | }, |
||
| 1647 | "require": { |
||
| 1648 | "nikic/php-parser": "^1.4|^2.0", |
||
| 1649 | "php": "^5.3.3|^7.0", |
||
| 1650 | "symfony/console": "^2.3|^3.0", |
||
| 1651 | "symfony/framework-bundle": "^2.3|^3.0" |
||
| 1652 | }, |
||
| 1653 | "conflict": { |
||
| 1654 | "twig/twig": "<1.12" |
||
| 1655 | }, |
||
| 1656 | "require-dev": { |
||
| 1657 | "jms/di-extra-bundle": "^1.1", |
||
| 1658 | "matthiasnoback/symfony-dependency-injection-test": "^0.7.6", |
||
| 1659 | "psr/log": "^1.0", |
||
| 1660 | "sensio/framework-extra-bundle": "^2.3|^3.0", |
||
| 1661 | "symfony/expression-language": "~2.6|~3.0", |
||
| 1662 | "symfony/symfony": "^2.3|^3.0", |
||
| 1663 | "twig/twig": "^1.12" |
||
| 1664 | }, |
||
| 1665 | "type": "symfony-bundle", |
||
| 1666 | "extra": { |
||
| 1667 | "branch-alias": { |
||
| 1668 | "dev-master": "1.3-dev" |
||
| 1669 | } |
||
| 1670 | }, |
||
| 1671 | "autoload": { |
||
| 1672 | "psr-0": { |
||
| 1673 | "JMS\\TranslationBundle": "" |
||
| 1674 | } |
||
| 1675 | }, |
||
| 1676 | "notification-url": "https://packagist.org/downloads/", |
||
| 1677 | "license": [ |
||
| 1678 | "Apache2" |
||
| 1679 | ], |
||
| 1680 | "authors": [ |
||
| 1681 | { |
||
| 1682 | "name": "Johannes M. Schmitt", |
||
| 1683 | "email": "[email protected]" |
||
| 1684 | } |
||
| 1685 | ], |
||
| 1686 | "description": "Puts the Symfony Translation Component on steroids", |
||
| 1687 | "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle", |
||
| 1688 | "keywords": [ |
||
| 1689 | "extract", |
||
| 1690 | "extraction", |
||
| 1691 | "i18n", |
||
| 1692 | "interface", |
||
| 1693 | "multilanguage", |
||
| 1694 | "translation", |
||
| 1695 | "ui", |
||
| 1696 | "webinterface" |
||
| 1697 | ], |
||
| 1698 | "time": "2016-05-08 03:48:49" |
||
| 1699 | }, |
||
| 1700 | { |
||
| 1701 | "name": "monolog/monolog", |
||
| 1702 | "version": "1.22.0", |
||
| 1703 | "source": { |
||
| 1704 | "type": "git", |
||
| 1705 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 1706 | "reference": "bad29cb8d18ab0315e6c477751418a82c850d558" |
||
| 1707 | }, |
||
| 1708 | "dist": { |
||
| 1709 | "type": "zip", |
||
| 1710 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", |
||
| 1711 | "reference": "bad29cb8d18ab0315e6c477751418a82c850d558", |
||
| 1712 | "shasum": "" |
||
| 1713 | }, |
||
| 1714 | "require": { |
||
| 1715 | "php": ">=5.3.0", |
||
| 1716 | "psr/log": "~1.0" |
||
| 1717 | }, |
||
| 1718 | "provide": { |
||
| 1719 | "psr/log-implementation": "1.0.0" |
||
| 1720 | }, |
||
| 1721 | "require-dev": { |
||
| 1722 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
| 1723 | "doctrine/couchdb": "~1.0@dev", |
||
| 1724 | "graylog2/gelf-php": "~1.0", |
||
| 1725 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 1726 | "php-amqplib/php-amqplib": "~2.4", |
||
| 1727 | "php-console/php-console": "^3.1.3", |
||
| 1728 | "phpunit/phpunit": "~4.5", |
||
| 1729 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 1730 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 1731 | "sentry/sentry": "^0.13", |
||
| 1732 | "swiftmailer/swiftmailer": "~5.3" |
||
| 1733 | }, |
||
| 1734 | "suggest": { |
||
| 1735 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 1736 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 1737 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 1738 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 1739 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 1740 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 1741 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 1742 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 1743 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 1744 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 1745 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
| 1746 | }, |
||
| 1747 | "type": "library", |
||
| 1748 | "extra": { |
||
| 1749 | "branch-alias": { |
||
| 1750 | "dev-master": "2.0.x-dev" |
||
| 1751 | } |
||
| 1752 | }, |
||
| 1753 | "autoload": { |
||
| 1754 | "psr-4": { |
||
| 1755 | "Monolog\\": "src/Monolog" |
||
| 1756 | } |
||
| 1757 | }, |
||
| 1758 | "notification-url": "https://packagist.org/downloads/", |
||
| 1759 | "license": [ |
||
| 1760 | "MIT" |
||
| 1761 | ], |
||
| 1762 | "authors": [ |
||
| 1763 | { |
||
| 1764 | "name": "Jordi Boggiano", |
||
| 1765 | "email": "[email protected]", |
||
| 1766 | "homepage": "http://seld.be" |
||
| 1767 | } |
||
| 1768 | ], |
||
| 1769 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 1770 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 1771 | "keywords": [ |
||
| 1772 | "log", |
||
| 1773 | "logging", |
||
| 1774 | "psr-3" |
||
| 1775 | ], |
||
| 1776 | "time": "2016-11-26 00:15:39" |
||
| 1777 | }, |
||
| 1778 | { |
||
| 1779 | "name": "nelmio/security-bundle", |
||
| 1780 | "version": "1.10.0", |
||
| 1781 | "source": { |
||
| 1782 | "type": "git", |
||
| 1783 | "url": "https://github.com/nelmio/NelmioSecurityBundle.git", |
||
| 1784 | "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9" |
||
| 1785 | }, |
||
| 1786 | "dist": { |
||
| 1787 | "type": "zip", |
||
| 1788 | "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9", |
||
| 1789 | "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9", |
||
| 1790 | "shasum": "" |
||
| 1791 | }, |
||
| 1792 | "require": { |
||
| 1793 | "symfony/framework-bundle": "~2.3|~3.0", |
||
| 1794 | "symfony/security": "~2.3|~3.0" |
||
| 1795 | }, |
||
| 1796 | "require-dev": { |
||
| 1797 | "phpunit/phpunit": "^5.2" |
||
| 1798 | }, |
||
| 1799 | "type": "symfony-bundle", |
||
| 1800 | "extra": { |
||
| 1801 | "branch-alias": { |
||
| 1802 | "dev-master": "1.10.x-dev" |
||
| 1803 | } |
||
| 1804 | }, |
||
| 1805 | "autoload": { |
||
| 1806 | "psr-4": { |
||
| 1807 | "Nelmio\\SecurityBundle\\": "" |
||
| 1808 | } |
||
| 1809 | }, |
||
| 1810 | "notification-url": "https://packagist.org/downloads/", |
||
| 1811 | "license": [ |
||
| 1812 | "MIT" |
||
| 1813 | ], |
||
| 1814 | "authors": [ |
||
| 1815 | { |
||
| 1816 | "name": "Nelmio", |
||
| 1817 | "homepage": "http://nelm.io" |
||
| 1818 | }, |
||
| 1819 | { |
||
| 1820 | "name": "Symfony Community", |
||
| 1821 | "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors" |
||
| 1822 | } |
||
| 1823 | ], |
||
| 1824 | "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...", |
||
| 1825 | "keywords": [ |
||
| 1826 | "security" |
||
| 1827 | ], |
||
| 1828 | "time": "2016-02-23 10:42:13" |
||
| 1829 | }, |
||
| 1830 | { |
||
| 1831 | "name": "nikic/php-parser", |
||
| 1832 | "version": "v2.1.0", |
||
| 1833 | "source": { |
||
| 1834 | "type": "git", |
||
| 1835 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
| 1836 | "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3" |
||
| 1837 | }, |
||
| 1838 | "dist": { |
||
| 1839 | "type": "zip", |
||
| 1840 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3", |
||
| 1841 | "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3", |
||
| 1842 | "shasum": "" |
||
| 1843 | }, |
||
| 1844 | "require": { |
||
| 1845 | "ext-tokenizer": "*", |
||
| 1846 | "php": ">=5.4" |
||
| 1847 | }, |
||
| 1848 | "require-dev": { |
||
| 1849 | "phpunit/phpunit": "~4.0" |
||
| 1850 | }, |
||
| 1851 | "bin": [ |
||
| 1852 | "bin/php-parse" |
||
| 1853 | ], |
||
| 1854 | "type": "library", |
||
| 1855 | "extra": { |
||
| 1856 | "branch-alias": { |
||
| 1857 | "dev-master": "2.1-dev" |
||
| 1858 | } |
||
| 1859 | }, |
||
| 1860 | "autoload": { |
||
| 1861 | "psr-4": { |
||
| 1862 | "PhpParser\\": "lib/PhpParser" |
||
| 1863 | } |
||
| 1864 | }, |
||
| 1865 | "notification-url": "https://packagist.org/downloads/", |
||
| 1866 | "license": [ |
||
| 1867 | "BSD-3-Clause" |
||
| 1868 | ], |
||
| 1869 | "authors": [ |
||
| 1870 | { |
||
| 1871 | "name": "Nikita Popov" |
||
| 1872 | } |
||
| 1873 | ], |
||
| 1874 | "description": "A PHP parser written in PHP", |
||
| 1875 | "keywords": [ |
||
| 1876 | "parser", |
||
| 1877 | "php" |
||
| 1878 | ], |
||
| 1879 | "time": "2016-04-19 13:41:41" |
||
| 1880 | }, |
||
| 1881 | { |
||
| 1882 | "name": "pagerfanta/pagerfanta", |
||
| 1883 | "version": "v1.0.3", |
||
| 1884 | "source": { |
||
| 1885 | "type": "git", |
||
| 1886 | "url": "https://github.com/whiteoctober/Pagerfanta.git", |
||
| 1887 | "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb" |
||
| 1888 | }, |
||
| 1889 | "dist": { |
||
| 1890 | "type": "zip", |
||
| 1891 | "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb", |
||
| 1892 | "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb", |
||
| 1893 | "shasum": "" |
||
| 1894 | }, |
||
| 1895 | "require": { |
||
| 1896 | "php": ">=5.3.0" |
||
| 1897 | }, |
||
| 1898 | "require-dev": { |
||
| 1899 | "doctrine/orm": "~2.3", |
||
| 1900 | "doctrine/phpcr-odm": "1.*", |
||
| 1901 | "jackalope/jackalope-doctrine-dbal": "1.*", |
||
| 1902 | "jmikola/geojson": "~1.0", |
||
| 1903 | "mandango/mandango": "~1.0@dev", |
||
| 1904 | "mandango/mondator": "~1.0@dev", |
||
| 1905 | "phpunit/phpunit": "~4", |
||
| 1906 | "propel/propel1": "~1.6", |
||
| 1907 | "ruflin/elastica": "~1.3", |
||
| 1908 | "solarium/solarium": "~3.1" |
||
| 1909 | }, |
||
| 1910 | "suggest": { |
||
| 1911 | "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", |
||
| 1912 | "doctrine/orm": "To use the DoctrineORMAdapter.", |
||
| 1913 | "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", |
||
| 1914 | "mandango/mandango": "To use the MandangoAdapter.", |
||
| 1915 | "propel/propel1": "To use the PropelAdapter", |
||
| 1916 | "solarium/solarium": "To use the SolariumAdapter." |
||
| 1917 | }, |
||
| 1918 | "type": "library", |
||
| 1919 | "extra": { |
||
| 1920 | "branch-alias": { |
||
| 1921 | "dev-master": "1.0.x-dev" |
||
| 1922 | } |
||
| 1923 | }, |
||
| 1924 | "autoload": { |
||
| 1925 | "psr-0": { |
||
| 1926 | "Pagerfanta\\": "src/" |
||
| 1927 | } |
||
| 1928 | }, |
||
| 1929 | "notification-url": "https://packagist.org/downloads/", |
||
| 1930 | "license": [ |
||
| 1931 | "MIT" |
||
| 1932 | ], |
||
| 1933 | "authors": [ |
||
| 1934 | { |
||
| 1935 | "name": "Pablo Díez", |
||
| 1936 | "email": "[email protected]" |
||
| 1937 | } |
||
| 1938 | ], |
||
| 1939 | "description": "Pagination for PHP 5.3", |
||
| 1940 | "keywords": [ |
||
| 1941 | "page", |
||
| 1942 | "pagination", |
||
| 1943 | "paginator", |
||
| 1944 | "paging" |
||
| 1945 | ], |
||
| 1946 | "time": "2014-10-06 10:57:25" |
||
| 1947 | }, |
||
| 1948 | { |
||
| 1949 | "name": "paragonie/random_compat", |
||
| 1950 | "version": "v1.4.1", |
||
| 1951 | "source": { |
||
| 1952 | "type": "git", |
||
| 1953 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 1954 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774" |
||
| 1955 | }, |
||
| 1956 | "dist": { |
||
| 1957 | "type": "zip", |
||
| 1958 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774", |
||
| 1959 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774", |
||
| 1960 | "shasum": "" |
||
| 1961 | }, |
||
| 1962 | "require": { |
||
| 1963 | "php": ">=5.2.0" |
||
| 1964 | }, |
||
| 1965 | "require-dev": { |
||
| 1966 | "phpunit/phpunit": "4.*|5.*" |
||
| 1967 | }, |
||
| 1968 | "suggest": { |
||
| 1969 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 1970 | }, |
||
| 1971 | "type": "library", |
||
| 1972 | "autoload": { |
||
| 1973 | "files": [ |
||
| 1974 | "lib/random.php" |
||
| 1975 | ] |
||
| 1976 | }, |
||
| 1977 | "notification-url": "https://packagist.org/downloads/", |
||
| 1978 | "license": [ |
||
| 1979 | "MIT" |
||
| 1980 | ], |
||
| 1981 | "authors": [ |
||
| 1982 | { |
||
| 1983 | "name": "Paragon Initiative Enterprises", |
||
| 1984 | "email": "[email protected]", |
||
| 1985 | "homepage": "https://paragonie.com" |
||
| 1986 | } |
||
| 1987 | ], |
||
| 1988 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 1989 | "keywords": [ |
||
| 1990 | "csprng", |
||
| 1991 | "pseudorandom", |
||
| 1992 | "random" |
||
| 1993 | ], |
||
| 1994 | "time": "2016-03-18 20:34:03" |
||
| 1995 | }, |
||
| 1996 | { |
||
| 1997 | "name": "psr/http-message", |
||
| 1998 | "version": "1.0.1", |
||
| 1999 | "source": { |
||
| 2000 | "type": "git", |
||
| 2001 | "url": "https://github.com/php-fig/http-message.git", |
||
| 2002 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
| 2003 | }, |
||
| 2004 | "dist": { |
||
| 2005 | "type": "zip", |
||
| 2006 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 2007 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 2008 | "shasum": "" |
||
| 2009 | }, |
||
| 2010 | "require": { |
||
| 2011 | "php": ">=5.3.0" |
||
| 2012 | }, |
||
| 2013 | "type": "library", |
||
| 2014 | "extra": { |
||
| 2015 | "branch-alias": { |
||
| 2016 | "dev-master": "1.0.x-dev" |
||
| 2017 | } |
||
| 2018 | }, |
||
| 2019 | "autoload": { |
||
| 2020 | "psr-4": { |
||
| 2021 | "Psr\\Http\\Message\\": "src/" |
||
| 2022 | } |
||
| 2023 | }, |
||
| 2024 | "notification-url": "https://packagist.org/downloads/", |
||
| 2025 | "license": [ |
||
| 2026 | "MIT" |
||
| 2027 | ], |
||
| 2028 | "authors": [ |
||
| 2029 | { |
||
| 2030 | "name": "PHP-FIG", |
||
| 2031 | "homepage": "http://www.php-fig.org/" |
||
| 2032 | } |
||
| 2033 | ], |
||
| 2034 | "description": "Common interface for HTTP messages", |
||
| 2035 | "homepage": "https://github.com/php-fig/http-message", |
||
| 2036 | "keywords": [ |
||
| 2037 | "http", |
||
| 2038 | "http-message", |
||
| 2039 | "psr", |
||
| 2040 | "psr-7", |
||
| 2041 | "request", |
||
| 2042 | "response" |
||
| 2043 | ], |
||
| 2044 | "time": "2016-08-06 14:39:51" |
||
| 2045 | }, |
||
| 2046 | { |
||
| 2047 | "name": "psr/log", |
||
| 2048 | "version": "1.0.2", |
||
| 2049 | "source": { |
||
| 2050 | "type": "git", |
||
| 2051 | "url": "https://github.com/php-fig/log.git", |
||
| 2052 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 2053 | }, |
||
| 2054 | "dist": { |
||
| 2055 | "type": "zip", |
||
| 2056 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 2057 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 2058 | "shasum": "" |
||
| 2059 | }, |
||
| 2060 | "require": { |
||
| 2061 | "php": ">=5.3.0" |
||
| 2062 | }, |
||
| 2063 | "type": "library", |
||
| 2064 | "extra": { |
||
| 2065 | "branch-alias": { |
||
| 2066 | "dev-master": "1.0.x-dev" |
||
| 2067 | } |
||
| 2068 | }, |
||
| 2069 | "autoload": { |
||
| 2070 | "psr-4": { |
||
| 2071 | "Psr\\Log\\": "Psr/Log/" |
||
| 2072 | } |
||
| 2073 | }, |
||
| 2074 | "notification-url": "https://packagist.org/downloads/", |
||
| 2075 | "license": [ |
||
| 2076 | "MIT" |
||
| 2077 | ], |
||
| 2078 | "authors": [ |
||
| 2079 | { |
||
| 2080 | "name": "PHP-FIG", |
||
| 2081 | "homepage": "http://www.php-fig.org/" |
||
| 2082 | } |
||
| 2083 | ], |
||
| 2084 | "description": "Common interface for logging libraries", |
||
| 2085 | "homepage": "https://github.com/php-fig/log", |
||
| 2086 | "keywords": [ |
||
| 2087 | "log", |
||
| 2088 | "psr", |
||
| 2089 | "psr-3" |
||
| 2090 | ], |
||
| 2091 | "time": "2016-10-10 12:19:37" |
||
| 2092 | }, |
||
| 2093 | { |
||
| 2094 | "name": "ramsey/uuid", |
||
| 2095 | "version": "2.9.0", |
||
| 2096 | "source": { |
||
| 2097 | "type": "git", |
||
| 2098 | "url": "https://github.com/ramsey/uuid.git", |
||
| 2099 | "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a" |
||
| 2100 | }, |
||
| 2101 | "dist": { |
||
| 2102 | "type": "zip", |
||
| 2103 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/b2ef4dd9584268d73f92f752a62bc24cd534dc9a", |
||
| 2104 | "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a", |
||
| 2105 | "shasum": "" |
||
| 2106 | }, |
||
| 2107 | "require": { |
||
| 2108 | "paragonie/random_compat": "^1.0|^2.0", |
||
| 2109 | "php": ">=5.3.3" |
||
| 2110 | }, |
||
| 2111 | "replace": { |
||
| 2112 | "rhumsaa/uuid": "self.version" |
||
| 2113 | }, |
||
| 2114 | "require-dev": { |
||
| 2115 | "doctrine/dbal": ">=2.3", |
||
| 2116 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
| 2117 | "moontoast/math": "~1.1", |
||
| 2118 | "phpunit/phpunit": "~4.1|~5.0", |
||
| 2119 | "satooshi/php-coveralls": "~0.6", |
||
| 2120 | "squizlabs/php_codesniffer": "^2.3", |
||
| 2121 | "symfony/console": "~2.3|~3.0" |
||
| 2122 | }, |
||
| 2123 | "suggest": { |
||
| 2124 | "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", |
||
| 2125 | "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", |
||
| 2126 | "symfony/console": "Support for use of the bin/uuid command line tool." |
||
| 2127 | }, |
||
| 2128 | "bin": [ |
||
| 2129 | "bin/uuid" |
||
| 2130 | ], |
||
| 2131 | "type": "library", |
||
| 2132 | "autoload": { |
||
| 2133 | "psr-4": { |
||
| 2134 | "Rhumsaa\\Uuid\\": "src/" |
||
| 2135 | } |
||
| 2136 | }, |
||
| 2137 | "notification-url": "https://packagist.org/downloads/", |
||
| 2138 | "license": [ |
||
| 2139 | "MIT" |
||
| 2140 | ], |
||
| 2141 | "authors": [ |
||
| 2142 | { |
||
| 2143 | "name": "Marijn Huizendveld", |
||
| 2144 | "email": "[email protected]" |
||
| 2145 | }, |
||
| 2146 | { |
||
| 2147 | "name": "Ben Ramsey", |
||
| 2148 | "homepage": "http://benramsey.com" |
||
| 2149 | } |
||
| 2150 | ], |
||
| 2151 | "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
| 2152 | "homepage": "https://github.com/ramsey/uuid", |
||
| 2153 | "keywords": [ |
||
| 2154 | "guid", |
||
| 2155 | "identifier", |
||
| 2156 | "uuid" |
||
| 2157 | ], |
||
| 2158 | "time": "2016-03-22 18:20:19" |
||
| 2159 | }, |
||
| 2160 | { |
||
| 2161 | "name": "sensio/distribution-bundle", |
||
| 2162 | "version": "v3.0.30", |
||
| 2163 | "target-dir": "Sensio/Bundle/DistributionBundle", |
||
| 2164 | "source": { |
||
| 2165 | "type": "git", |
||
| 2166 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
| 2167 | "reference": "f1758b30096202aeede61f79a1dffd69da091517" |
||
| 2168 | }, |
||
| 2169 | "dist": { |
||
| 2170 | "type": "zip", |
||
| 2171 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517", |
||
| 2172 | "reference": "f1758b30096202aeede61f79a1dffd69da091517", |
||
| 2173 | "shasum": "" |
||
| 2174 | }, |
||
| 2175 | "require": { |
||
| 2176 | "php": ">=5.3.3", |
||
| 2177 | "sensiolabs/security-checker": "~2.0", |
||
| 2178 | "symfony/class-loader": "~2.2", |
||
| 2179 | "symfony/framework-bundle": "~2.3", |
||
| 2180 | "symfony/process": "~2.2" |
||
| 2181 | }, |
||
| 2182 | "require-dev": { |
||
| 2183 | "symfony/form": "~2.2", |
||
| 2184 | "symfony/validator": "~2.2", |
||
| 2185 | "symfony/yaml": "~2.2" |
||
| 2186 | }, |
||
| 2187 | "suggest": { |
||
| 2188 | "symfony/form": "If you want to use the configurator", |
||
| 2189 | "symfony/validator": "If you want to use the configurator", |
||
| 2190 | "symfony/yaml": "If you want to use the configurator" |
||
| 2191 | }, |
||
| 2192 | "type": "symfony-bundle", |
||
| 2193 | "extra": { |
||
| 2194 | "branch-alias": { |
||
| 2195 | "dev-master": "3.0.x-dev" |
||
| 2196 | } |
||
| 2197 | }, |
||
| 2198 | "autoload": { |
||
| 2199 | "psr-0": { |
||
| 2200 | "Sensio\\Bundle\\DistributionBundle": "" |
||
| 2201 | } |
||
| 2202 | }, |
||
| 2203 | "notification-url": "https://packagist.org/downloads/", |
||
| 2204 | "license": [ |
||
| 2205 | "MIT" |
||
| 2206 | ], |
||
| 2207 | "authors": [ |
||
| 2208 | { |
||
| 2209 | "name": "Fabien Potencier", |
||
| 2210 | "email": "[email protected]" |
||
| 2211 | } |
||
| 2212 | ], |
||
| 2213 | "description": "Base bundle for Symfony Distributions", |
||
| 2214 | "keywords": [ |
||
| 2215 | "configuration", |
||
| 2216 | "distribution" |
||
| 2217 | ], |
||
| 2218 | "time": "2015-06-05 22:32:22" |
||
| 2219 | }, |
||
| 2220 | { |
||
| 2221 | "name": "sensio/framework-extra-bundle", |
||
| 2222 | "version": "v3.0.16", |
||
| 2223 | "source": { |
||
| 2224 | "type": "git", |
||
| 2225 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
| 2226 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" |
||
| 2227 | }, |
||
| 2228 | "dist": { |
||
| 2229 | "type": "zip", |
||
| 2230 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
| 2231 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
| 2232 | "shasum": "" |
||
| 2233 | }, |
||
| 2234 | "require": { |
||
| 2235 | "doctrine/common": "~2.2", |
||
| 2236 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 2237 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 2238 | }, |
||
| 2239 | "require-dev": { |
||
| 2240 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 2241 | "symfony/dom-crawler": "~2.3|~3.0", |
||
| 2242 | "symfony/expression-language": "~2.4|~3.0", |
||
| 2243 | "symfony/finder": "~2.3|~3.0", |
||
| 2244 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 2245 | "symfony/security-bundle": "~2.4|~3.0", |
||
| 2246 | "symfony/twig-bundle": "~2.3|~3.0", |
||
| 2247 | "twig/twig": "~1.11|~2.0" |
||
| 2248 | }, |
||
| 2249 | "suggest": { |
||
| 2250 | "symfony/expression-language": "", |
||
| 2251 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
| 2252 | "symfony/security-bundle": "" |
||
| 2253 | }, |
||
| 2254 | "type": "symfony-bundle", |
||
| 2255 | "extra": { |
||
| 2256 | "branch-alias": { |
||
| 2257 | "dev-master": "3.0.x-dev" |
||
| 2258 | } |
||
| 2259 | }, |
||
| 2260 | "autoload": { |
||
| 2261 | "psr-4": { |
||
| 2262 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
| 2263 | } |
||
| 2264 | }, |
||
| 2265 | "notification-url": "https://packagist.org/downloads/", |
||
| 2266 | "license": [ |
||
| 2267 | "MIT" |
||
| 2268 | ], |
||
| 2269 | "authors": [ |
||
| 2270 | { |
||
| 2271 | "name": "Fabien Potencier", |
||
| 2272 | "email": "[email protected]" |
||
| 2273 | } |
||
| 2274 | ], |
||
| 2275 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
| 2276 | "keywords": [ |
||
| 2277 | "annotations", |
||
| 2278 | "controllers" |
||
| 2279 | ], |
||
| 2280 | "time": "2016-03-25 17:08:27" |
||
| 2281 | }, |
||
| 2282 | { |
||
| 2283 | "name": "sensio/generator-bundle", |
||
| 2284 | "version": "v2.5.3", |
||
| 2285 | "target-dir": "Sensio/Bundle/GeneratorBundle", |
||
| 2286 | "source": { |
||
| 2287 | "type": "git", |
||
| 2288 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
| 2289 | "reference": "e50108c2133ee5c9c484555faed50c17a61221d3" |
||
| 2290 | }, |
||
| 2291 | "dist": { |
||
| 2292 | "type": "zip", |
||
| 2293 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3", |
||
| 2294 | "reference": "e50108c2133ee5c9c484555faed50c17a61221d3", |
||
| 2295 | "shasum": "" |
||
| 2296 | }, |
||
| 2297 | "require": { |
||
| 2298 | "symfony/console": "~2.5", |
||
| 2299 | "symfony/framework-bundle": "~2.2" |
||
| 2300 | }, |
||
| 2301 | "require-dev": { |
||
| 2302 | "doctrine/orm": "~2.2,>=2.2.3", |
||
| 2303 | "symfony/doctrine-bridge": "~2.2", |
||
| 2304 | "twig/twig": "~1.11" |
||
| 2305 | }, |
||
| 2306 | "type": "symfony-bundle", |
||
| 2307 | "extra": { |
||
| 2308 | "branch-alias": { |
||
| 2309 | "dev-master": "2.5.x-dev" |
||
| 2310 | } |
||
| 2311 | }, |
||
| 2312 | "autoload": { |
||
| 2313 | "psr-0": { |
||
| 2314 | "Sensio\\Bundle\\GeneratorBundle": "" |
||
| 2315 | } |
||
| 2316 | }, |
||
| 2317 | "notification-url": "https://packagist.org/downloads/", |
||
| 2318 | "license": [ |
||
| 2319 | "MIT" |
||
| 2320 | ], |
||
| 2321 | "authors": [ |
||
| 2322 | { |
||
| 2323 | "name": "Fabien Potencier", |
||
| 2324 | "email": "[email protected]" |
||
| 2325 | } |
||
| 2326 | ], |
||
| 2327 | "description": "This bundle generates code for you", |
||
| 2328 | "time": "2015-03-17 06:36:52" |
||
| 2329 | }, |
||
| 2330 | { |
||
| 2331 | "name": "sensiolabs/security-checker", |
||
| 2332 | "version": "v2.0.5", |
||
| 2333 | "source": { |
||
| 2334 | "type": "git", |
||
| 2335 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
| 2336 | "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810" |
||
| 2337 | }, |
||
| 2338 | "dist": { |
||
| 2339 | "type": "zip", |
||
| 2340 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810", |
||
| 2341 | "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810", |
||
| 2342 | "shasum": "" |
||
| 2343 | }, |
||
| 2344 | "require": { |
||
| 2345 | "ext-curl": "*", |
||
| 2346 | "symfony/console": "~2.0" |
||
| 2347 | }, |
||
| 2348 | "bin": [ |
||
| 2349 | "security-checker" |
||
| 2350 | ], |
||
| 2351 | "type": "library", |
||
| 2352 | "extra": { |
||
| 2353 | "branch-alias": { |
||
| 2354 | "dev-master": "2.0-dev" |
||
| 2355 | } |
||
| 2356 | }, |
||
| 2357 | "autoload": { |
||
| 2358 | "psr-0": { |
||
| 2359 | "SensioLabs\\Security": "" |
||
| 2360 | } |
||
| 2361 | }, |
||
| 2362 | "notification-url": "https://packagist.org/downloads/", |
||
| 2363 | "license": [ |
||
| 2364 | "MIT" |
||
| 2365 | ], |
||
| 2366 | "authors": [ |
||
| 2367 | { |
||
| 2368 | "name": "Fabien Potencier", |
||
| 2369 | "email": "[email protected]" |
||
| 2370 | } |
||
| 2371 | ], |
||
| 2372 | "description": "A security checker for your composer.lock", |
||
| 2373 | "time": "2015-05-28 14:22:40" |
||
| 2374 | }, |
||
| 2375 | { |
||
| 2376 | "name": "surfnet/stepup-bundle", |
||
| 2377 | "version": "1.7.0", |
||
| 2378 | "source": { |
||
| 2379 | "type": "git", |
||
| 2380 | "url": "https://github.com/OpenConext/Stepup-bundle.git", |
||
| 2381 | "reference": "084b1e11781ca3f526e32a486f75a7e6a953e5fc" |
||
| 2382 | }, |
||
| 2383 | "dist": { |
||
| 2384 | "type": "zip", |
||
| 2385 | "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/084b1e11781ca3f526e32a486f75a7e6a953e5fc", |
||
| 2386 | "reference": "084b1e11781ca3f526e32a486f75a7e6a953e5fc", |
||
| 2387 | "shasum": "" |
||
| 2388 | }, |
||
| 2389 | "require": { |
||
| 2390 | "ext-gmp": "*", |
||
| 2391 | "ext-openssl": "*", |
||
| 2392 | "graylog2/gelf-php": "^1.5", |
||
| 2393 | "guzzlehttp/guzzle": "^6.0", |
||
| 2394 | "monolog/monolog": "~1.11", |
||
| 2395 | "php": "^5.6|^7.0", |
||
| 2396 | "sensio/framework-extra-bundle": "~3", |
||
| 2397 | "symfony/config": "^2.7", |
||
| 2398 | "symfony/dependency-injection": "^2.7", |
||
| 2399 | "symfony/form": "^2.7", |
||
| 2400 | "symfony/framework-bundle": "^2.7", |
||
| 2401 | "symfony/http-kernel": "^2.7", |
||
| 2402 | "symfony/twig-bridge": "^2.7", |
||
| 2403 | "symfony/validator": "^2.7" |
||
| 2404 | }, |
||
| 2405 | "require-dev": { |
||
| 2406 | "liip/rmt": "1.1.*", |
||
| 2407 | "mockery/mockery": "0.9.*", |
||
| 2408 | "phpmd/phpmd": "^2.0", |
||
| 2409 | "phpunit/phpunit": "^4.0", |
||
| 2410 | "sebastian/phpcpd": "^2.0", |
||
| 2411 | "sensiolabs/security-checker": "^2.0", |
||
| 2412 | "squizlabs/php_codesniffer": "^1.0" |
||
| 2413 | }, |
||
| 2414 | "type": "library", |
||
| 2415 | "autoload": { |
||
| 2416 | "psr-4": { |
||
| 2417 | "Surfnet\\StepupBundle\\": "src" |
||
| 2418 | } |
||
| 2419 | }, |
||
| 2420 | "notification-url": "https://packagist.org/downloads/", |
||
| 2421 | "license": [ |
||
| 2422 | "Apache-2.0" |
||
| 2423 | ], |
||
| 2424 | "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.", |
||
| 2425 | "keywords": [ |
||
| 2426 | "stepup", |
||
| 2427 | "suaas", |
||
| 2428 | "surfnet" |
||
| 2429 | ], |
||
| 2430 | "time": "2017-03-07 13:44:04" |
||
| 2431 | }, |
||
| 2432 | { |
||
| 2433 | "name": "swiftmailer/swiftmailer", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 2434 | "version": "v5.4.3", |
||
| 2435 | "source": { |
||
| 2436 | "type": "git", |
||
| 2437 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 2438 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153" |
||
| 2439 | }, |
||
| 2440 | "dist": { |
||
| 2441 | "type": "zip", |
||
| 2442 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
| 2443 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
| 2444 | "shasum": "" |
||
| 2445 | }, |
||
| 2446 | "require": { |
||
| 2447 | "php": ">=5.3.3" |
||
| 2448 | }, |
||
| 2449 | "require-dev": { |
||
| 2450 | "mockery/mockery": "~0.9.1" |
||
| 2451 | }, |
||
| 2452 | "type": "library", |
||
| 2453 | "extra": { |
||
| 2454 | "branch-alias": { |
||
| 2455 | "dev-master": "5.4-dev" |
||
| 2456 | } |
||
| 2457 | }, |
||
| 2458 | "autoload": { |
||
| 2459 | "files": [ |
||
| 2460 | "lib/swift_required.php" |
||
| 2461 | ] |
||
| 2462 | }, |
||
| 2463 | "notification-url": "https://packagist.org/downloads/", |
||
| 2464 | "license": [ |
||
| 2465 | "MIT" |
||
| 2466 | ], |
||
| 2467 | "authors": [ |
||
| 2468 | { |
||
| 2469 | "name": "Chris Corbyn" |
||
| 2470 | }, |
||
| 2471 | { |
||
| 2472 | "name": "Fabien Potencier", |
||
| 2473 | "email": "[email protected]" |
||
| 2474 | } |
||
| 2475 | ], |
||
| 2476 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 2477 | "homepage": "http://swiftmailer.org", |
||
| 2478 | "keywords": [ |
||
| 2479 | "email", |
||
| 2480 | "mail", |
||
| 2481 | "mailer" |
||
| 2482 | ], |
||
| 2483 | "time": "2016-07-08 11:51:25" |
||
| 2484 | }, |
||
| 2485 | { |
||
| 2486 | "name": "symfony/monolog-bundle", |
||
| 2487 | "version": "2.11.1", |
||
| 2488 | "source": { |
||
| 2489 | "type": "git", |
||
| 2490 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
| 2491 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00" |
||
| 2492 | }, |
||
| 2493 | "dist": { |
||
| 2494 | "type": "zip", |
||
| 2495 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
| 2496 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
| 2497 | "shasum": "" |
||
| 2498 | }, |
||
| 2499 | "require": { |
||
| 2500 | "monolog/monolog": "~1.18", |
||
| 2501 | "php": ">=5.3.2", |
||
| 2502 | "symfony/config": "~2.3|~3.0", |
||
| 2503 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 2504 | "symfony/http-kernel": "~2.3|~3.0", |
||
| 2505 | "symfony/monolog-bridge": "~2.3|~3.0" |
||
| 2506 | }, |
||
| 2507 | "require-dev": { |
||
| 2508 | "phpunit/phpunit": "^4.8", |
||
| 2509 | "symfony/console": "~2.3|~3.0", |
||
| 2510 | "symfony/yaml": "~2.3|~3.0" |
||
| 2511 | }, |
||
| 2512 | "type": "symfony-bundle", |
||
| 2513 | "extra": { |
||
| 2514 | "branch-alias": { |
||
| 2515 | "dev-master": "2.x-dev" |
||
| 2516 | } |
||
| 2517 | }, |
||
| 2518 | "autoload": { |
||
| 2519 | "psr-4": { |
||
| 2520 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
| 2521 | } |
||
| 2522 | }, |
||
| 2523 | "notification-url": "https://packagist.org/downloads/", |
||
| 2524 | "license": [ |
||
| 2525 | "MIT" |
||
| 2526 | ], |
||
| 2527 | "authors": [ |
||
| 2528 | { |
||
| 2529 | "name": "Symfony Community", |
||
| 2530 | "homepage": "http://symfony.com/contributors" |
||
| 2531 | }, |
||
| 2532 | { |
||
| 2533 | "name": "Fabien Potencier", |
||
| 2534 | "email": "[email protected]" |
||
| 2535 | } |
||
| 2536 | ], |
||
| 2537 | "description": "Symfony MonologBundle", |
||
| 2538 | "homepage": "http://symfony.com", |
||
| 2539 | "keywords": [ |
||
| 2540 | "log", |
||
| 2541 | "logging" |
||
| 2542 | ], |
||
| 2543 | "time": "2016-04-13 16:21:01" |
||
| 2544 | }, |
||
| 2545 | { |
||
| 2546 | "name": "symfony/polyfill-apcu", |
||
| 2547 | "version": "v1.2.0", |
||
| 2548 | "source": { |
||
| 2549 | "type": "git", |
||
| 2550 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
| 2551 | "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b" |
||
| 2552 | }, |
||
| 2553 | "dist": { |
||
| 2554 | "type": "zip", |
||
| 2555 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b", |
||
| 2556 | "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b", |
||
| 2557 | "shasum": "" |
||
| 2558 | }, |
||
| 2559 | "require": { |
||
| 2560 | "php": ">=5.3.3" |
||
| 2561 | }, |
||
| 2562 | "type": "library", |
||
| 2563 | "extra": { |
||
| 2564 | "branch-alias": { |
||
| 2565 | "dev-master": "1.2-dev" |
||
| 2566 | } |
||
| 2567 | }, |
||
| 2568 | "autoload": { |
||
| 2569 | "files": [ |
||
| 2570 | "bootstrap.php" |
||
| 2571 | ] |
||
| 2572 | }, |
||
| 2573 | "notification-url": "https://packagist.org/downloads/", |
||
| 2574 | "license": [ |
||
| 2575 | "MIT" |
||
| 2576 | ], |
||
| 2577 | "authors": [ |
||
| 2578 | { |
||
| 2579 | "name": "Nicolas Grekas", |
||
| 2580 | "email": "[email protected]" |
||
| 2581 | }, |
||
| 2582 | { |
||
| 2583 | "name": "Symfony Community", |
||
| 2584 | "homepage": "https://symfony.com/contributors" |
||
| 2585 | } |
||
| 2586 | ], |
||
| 2587 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
| 2588 | "homepage": "https://symfony.com", |
||
| 2589 | "keywords": [ |
||
| 2590 | "apcu", |
||
| 2591 | "compatibility", |
||
| 2592 | "polyfill", |
||
| 2593 | "portable", |
||
| 2594 | "shim" |
||
| 2595 | ], |
||
| 2596 | "time": "2016-05-18 14:26:46" |
||
| 2597 | }, |
||
| 2598 | { |
||
| 2599 | "name": "symfony/polyfill-mbstring", |
||
| 2600 | "version": "v1.2.0", |
||
| 2601 | "source": { |
||
| 2602 | "type": "git", |
||
| 2603 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 2604 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
| 2605 | }, |
||
| 2606 | "dist": { |
||
| 2607 | "type": "zip", |
||
| 2608 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
| 2609 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
| 2610 | "shasum": "" |
||
| 2611 | }, |
||
| 2612 | "require": { |
||
| 2613 | "php": ">=5.3.3" |
||
| 2614 | }, |
||
| 2615 | "suggest": { |
||
| 2616 | "ext-mbstring": "For best performance" |
||
| 2617 | }, |
||
| 2618 | "type": "library", |
||
| 2619 | "extra": { |
||
| 2620 | "branch-alias": { |
||
| 2621 | "dev-master": "1.2-dev" |
||
| 2622 | } |
||
| 2623 | }, |
||
| 2624 | "autoload": { |
||
| 2625 | "psr-4": { |
||
| 2626 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 2627 | }, |
||
| 2628 | "files": [ |
||
| 2629 | "bootstrap.php" |
||
| 2630 | ] |
||
| 2631 | }, |
||
| 2632 | "notification-url": "https://packagist.org/downloads/", |
||
| 2633 | "license": [ |
||
| 2634 | "MIT" |
||
| 2635 | ], |
||
| 2636 | "authors": [ |
||
| 2637 | { |
||
| 2638 | "name": "Nicolas Grekas", |
||
| 2639 | "email": "[email protected]" |
||
| 2640 | }, |
||
| 2641 | { |
||
| 2642 | "name": "Symfony Community", |
||
| 2643 | "homepage": "https://symfony.com/contributors" |
||
| 2644 | } |
||
| 2645 | ], |
||
| 2646 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 2647 | "homepage": "https://symfony.com", |
||
| 2648 | "keywords": [ |
||
| 2649 | "compatibility", |
||
| 2650 | "mbstring", |
||
| 2651 | "polyfill", |
||
| 2652 | "portable", |
||
| 2653 | "shim" |
||
| 2654 | ], |
||
| 2655 | "time": "2016-05-18 14:26:46" |
||
| 2656 | }, |
||
| 2657 | { |
||
| 2658 | "name": "symfony/swiftmailer-bundle", |
||
| 2659 | "version": "v2.3.11", |
||
| 2660 | "source": { |
||
| 2661 | "type": "git", |
||
| 2662 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
| 2663 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690" |
||
| 2664 | }, |
||
| 2665 | "dist": { |
||
| 2666 | "type": "zip", |
||
| 2667 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690", |
||
| 2668 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690", |
||
| 2669 | "shasum": "" |
||
| 2670 | }, |
||
| 2671 | "require": { |
||
| 2672 | "php": ">=5.3.2", |
||
| 2673 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
||
| 2674 | "symfony/config": "~2.3|~3.0", |
||
| 2675 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 2676 | "symfony/http-kernel": "~2.3|~3.0", |
||
| 2677 | "symfony/yaml": "~2.3|~3.0" |
||
| 2678 | }, |
||
| 2679 | "require-dev": { |
||
| 2680 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
| 2681 | }, |
||
| 2682 | "suggest": { |
||
| 2683 | "psr/log": "Allows logging" |
||
| 2684 | }, |
||
| 2685 | "type": "symfony-bundle", |
||
| 2686 | "extra": { |
||
| 2687 | "branch-alias": { |
||
| 2688 | "dev-master": "2.3-dev" |
||
| 2689 | } |
||
| 2690 | }, |
||
| 2691 | "autoload": { |
||
| 2692 | "psr-4": { |
||
| 2693 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
| 2694 | } |
||
| 2695 | }, |
||
| 2696 | "notification-url": "https://packagist.org/downloads/", |
||
| 2697 | "license": [ |
||
| 2698 | "MIT" |
||
| 2699 | ], |
||
| 2700 | "authors": [ |
||
| 2701 | { |
||
| 2702 | "name": "Symfony Community", |
||
| 2703 | "homepage": "http://symfony.com/contributors" |
||
| 2704 | }, |
||
| 2705 | { |
||
| 2706 | "name": "Fabien Potencier", |
||
| 2707 | "email": "[email protected]" |
||
| 2708 | } |
||
| 2709 | ], |
||
| 2710 | "description": "Symfony SwiftmailerBundle", |
||
| 2711 | "homepage": "http://symfony.com", |
||
| 2712 | "time": "2016-01-15 16:41:20" |
||
| 2713 | }, |
||
| 2714 | { |
||
| 2715 | "name": "symfony/symfony", |
||
| 2716 | "version": "v2.7.16", |
||
| 2717 | "source": { |
||
| 2718 | "type": "git", |
||
| 2719 | "url": "https://github.com/symfony/symfony.git", |
||
| 2720 | "reference": "42199fef6e9b448947d395add058642975e59127" |
||
| 2721 | }, |
||
| 2722 | "dist": { |
||
| 2723 | "type": "zip", |
||
| 2724 | "url": "https://api.github.com/repos/symfony/symfony/zipball/42199fef6e9b448947d395add058642975e59127", |
||
| 2725 | "reference": "42199fef6e9b448947d395add058642975e59127", |
||
| 2726 | "shasum": "" |
||
| 2727 | }, |
||
| 2728 | "require": { |
||
| 2729 | "doctrine/common": "~2.4", |
||
| 2730 | "paragonie/random_compat": "~1.0", |
||
| 2731 | "php": ">=5.3.9", |
||
| 2732 | "psr/log": "~1.0", |
||
| 2733 | "symfony/polyfill-apcu": "~1.1", |
||
| 2734 | "symfony/polyfill-mbstring": "~1.1", |
||
| 2735 | "twig/twig": "~1.23|~2.0" |
||
| 2736 | }, |
||
| 2737 | "replace": { |
||
| 2738 | "symfony/asset": "self.version", |
||
| 2739 | "symfony/browser-kit": "self.version", |
||
| 2740 | "symfony/class-loader": "self.version", |
||
| 2741 | "symfony/config": "self.version", |
||
| 2742 | "symfony/console": "self.version", |
||
| 2743 | "symfony/css-selector": "self.version", |
||
| 2744 | "symfony/debug": "self.version", |
||
| 2745 | "symfony/debug-bundle": "self.version", |
||
| 2746 | "symfony/dependency-injection": "self.version", |
||
| 2747 | "symfony/doctrine-bridge": "self.version", |
||
| 2748 | "symfony/dom-crawler": "self.version", |
||
| 2749 | "symfony/event-dispatcher": "self.version", |
||
| 2750 | "symfony/expression-language": "self.version", |
||
| 2751 | "symfony/filesystem": "self.version", |
||
| 2752 | "symfony/finder": "self.version", |
||
| 2753 | "symfony/form": "self.version", |
||
| 2754 | "symfony/framework-bundle": "self.version", |
||
| 2755 | "symfony/http-foundation": "self.version", |
||
| 2756 | "symfony/http-kernel": "self.version", |
||
| 2757 | "symfony/intl": "self.version", |
||
| 2758 | "symfony/locale": "self.version", |
||
| 2759 | "symfony/monolog-bridge": "self.version", |
||
| 2760 | "symfony/options-resolver": "self.version", |
||
| 2761 | "symfony/process": "self.version", |
||
| 2762 | "symfony/property-access": "self.version", |
||
| 2763 | "symfony/proxy-manager-bridge": "self.version", |
||
| 2764 | "symfony/routing": "self.version", |
||
| 2765 | "symfony/security": "self.version", |
||
| 2766 | "symfony/security-acl": "self.version", |
||
| 2767 | "symfony/security-bundle": "self.version", |
||
| 2768 | "symfony/security-core": "self.version", |
||
| 2769 | "symfony/security-csrf": "self.version", |
||
| 2770 | "symfony/security-http": "self.version", |
||
| 2771 | "symfony/serializer": "self.version", |
||
| 2772 | "symfony/stopwatch": "self.version", |
||
| 2773 | "symfony/swiftmailer-bridge": "self.version", |
||
| 2774 | "symfony/templating": "self.version", |
||
| 2775 | "symfony/translation": "self.version", |
||
| 2776 | "symfony/twig-bridge": "self.version", |
||
| 2777 | "symfony/twig-bundle": "self.version", |
||
| 2778 | "symfony/validator": "self.version", |
||
| 2779 | "symfony/var-dumper": "self.version", |
||
| 2780 | "symfony/web-profiler-bundle": "self.version", |
||
| 2781 | "symfony/yaml": "self.version" |
||
| 2782 | }, |
||
| 2783 | "require-dev": { |
||
| 2784 | "doctrine/data-fixtures": "1.0.*", |
||
| 2785 | "doctrine/dbal": "~2.4", |
||
| 2786 | "doctrine/doctrine-bundle": "~1.2", |
||
| 2787 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 2788 | "egulias/email-validator": "~1.2,>=1.2.1", |
||
| 2789 | "ircmaxell/password-compat": "~1.0", |
||
| 2790 | "monolog/monolog": "~1.11", |
||
| 2791 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0" |
||
| 2792 | }, |
||
| 2793 | "type": "library", |
||
| 2794 | "extra": { |
||
| 2795 | "branch-alias": { |
||
| 2796 | "dev-master": "2.7-dev" |
||
| 2797 | } |
||
| 2798 | }, |
||
| 2799 | "autoload": { |
||
| 2800 | "psr-4": { |
||
| 2801 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
| 2802 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
| 2803 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
| 2804 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
| 2805 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
| 2806 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
| 2807 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
| 2808 | }, |
||
| 2809 | "classmap": [ |
||
| 2810 | "src/Symfony/Component/HttpFoundation/Resources/stubs", |
||
| 2811 | "src/Symfony/Component/Intl/Resources/stubs" |
||
| 2812 | ], |
||
| 2813 | "files": [ |
||
| 2814 | "src/Symfony/Component/Intl/Resources/stubs/functions.php" |
||
| 2815 | ], |
||
| 2816 | "exclude-from-classmap": [ |
||
| 2817 | "**/Tests/" |
||
| 2818 | ] |
||
| 2819 | }, |
||
| 2820 | "notification-url": "https://packagist.org/downloads/", |
||
| 2821 | "license": [ |
||
| 2822 | "MIT" |
||
| 2823 | ], |
||
| 2824 | "authors": [ |
||
| 2825 | { |
||
| 2826 | "name": "Fabien Potencier", |
||
| 2827 | "email": "[email protected]" |
||
| 2828 | }, |
||
| 2829 | { |
||
| 2830 | "name": "Symfony Community", |
||
| 2831 | "homepage": "https://symfony.com/contributors" |
||
| 2832 | } |
||
| 2833 | ], |
||
| 2834 | "description": "The Symfony PHP framework", |
||
| 2835 | "homepage": "https://symfony.com", |
||
| 2836 | "keywords": [ |
||
| 2837 | "framework" |
||
| 2838 | ], |
||
| 2839 | "time": "2016-07-30 08:15:52" |
||
| 2840 | }, |
||
| 2841 | { |
||
| 2842 | "name": "twig/extensions", |
||
| 2843 | "version": "v1.3.0", |
||
| 2844 | "source": { |
||
| 2845 | "type": "git", |
||
| 2846 | "url": "https://github.com/twigphp/Twig-extensions.git", |
||
| 2847 | "reference": "449e3c8a9ffad7c2479c7864557275a32b037499" |
||
| 2848 | }, |
||
| 2849 | "dist": { |
||
| 2850 | "type": "zip", |
||
| 2851 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499", |
||
| 2852 | "reference": "449e3c8a9ffad7c2479c7864557275a32b037499", |
||
| 2853 | "shasum": "" |
||
| 2854 | }, |
||
| 2855 | "require": { |
||
| 2856 | "twig/twig": "~1.20|~2.0" |
||
| 2857 | }, |
||
| 2858 | "require-dev": { |
||
| 2859 | "symfony/translation": "~2.3" |
||
| 2860 | }, |
||
| 2861 | "suggest": { |
||
| 2862 | "symfony/translation": "Allow the time_diff output to be translated" |
||
| 2863 | }, |
||
| 2864 | "type": "library", |
||
| 2865 | "extra": { |
||
| 2866 | "branch-alias": { |
||
| 2867 | "dev-master": "1.3-dev" |
||
| 2868 | } |
||
| 2869 | }, |
||
| 2870 | "autoload": { |
||
| 2871 | "psr-0": { |
||
| 2872 | "Twig_Extensions_": "lib/" |
||
| 2873 | } |
||
| 2874 | }, |
||
| 2875 | "notification-url": "https://packagist.org/downloads/", |
||
| 2876 | "license": [ |
||
| 2877 | "MIT" |
||
| 2878 | ], |
||
| 2879 | "authors": [ |
||
| 2880 | { |
||
| 2881 | "name": "Fabien Potencier", |
||
| 2882 | "email": "[email protected]" |
||
| 2883 | } |
||
| 2884 | ], |
||
| 2885 | "description": "Common additional features for Twig that do not directly belong in core", |
||
| 2886 | "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", |
||
| 2887 | "keywords": [ |
||
| 2888 | "i18n", |
||
| 2889 | "text" |
||
| 2890 | ], |
||
| 2891 | "time": "2015-08-22 16:38:35" |
||
| 2892 | }, |
||
| 2893 | { |
||
| 2894 | "name": "twig/twig", |
||
| 2895 | "version": "v1.32.0", |
||
| 2896 | "source": { |
||
| 2897 | "type": "git", |
||
| 2898 | "url": "https://github.com/twigphp/Twig.git", |
||
| 2899 | "reference": "9935b662e24d6e634da88901ab534cc12e8c728f" |
||
| 2900 | }, |
||
| 2901 | "dist": { |
||
| 2902 | "type": "zip", |
||
| 2903 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f", |
||
| 2904 | "reference": "9935b662e24d6e634da88901ab534cc12e8c728f", |
||
| 2905 | "shasum": "" |
||
| 2906 | }, |
||
| 2907 | "require": { |
||
| 2908 | "php": ">=5.2.7" |
||
| 2909 | }, |
||
| 2910 | "require-dev": { |
||
| 2911 | "psr/container": "^1.0", |
||
| 2912 | "symfony/debug": "~2.7", |
||
| 2913 | "symfony/phpunit-bridge": "~3.2" |
||
| 2914 | }, |
||
| 2915 | "type": "library", |
||
| 2916 | "extra": { |
||
| 2917 | "branch-alias": { |
||
| 2918 | "dev-master": "1.32-dev" |
||
| 2919 | } |
||
| 2920 | }, |
||
| 2921 | "autoload": { |
||
| 2922 | "psr-0": { |
||
| 2923 | "Twig_": "lib/" |
||
| 2924 | } |
||
| 2925 | }, |
||
| 2926 | "notification-url": "https://packagist.org/downloads/", |
||
| 2927 | "license": [ |
||
| 2928 | "BSD-3-Clause" |
||
| 2929 | ], |
||
| 2930 | "authors": [ |
||
| 2931 | { |
||
| 2932 | "name": "Fabien Potencier", |
||
| 2933 | "email": "[email protected]", |
||
| 2934 | "homepage": "http://fabien.potencier.org", |
||
| 2935 | "role": "Lead Developer" |
||
| 2936 | }, |
||
| 2937 | { |
||
| 2938 | "name": "Armin Ronacher", |
||
| 2939 | "email": "[email protected]", |
||
| 2940 | "role": "Project Founder" |
||
| 2941 | }, |
||
| 2942 | { |
||
| 2943 | "name": "Twig Team", |
||
| 2944 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
| 2945 | "role": "Contributors" |
||
| 2946 | } |
||
| 2947 | ], |
||
| 2948 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
| 2949 | "homepage": "http://twig.sensiolabs.org", |
||
| 2950 | "keywords": [ |
||
| 2951 | "templating" |
||
| 2952 | ], |
||
| 2953 | "time": "2017-02-27 00:07:03" |
||
| 2954 | } |
||
| 2955 | ], |
||
| 2956 | "packages-dev": [ |
||
| 2957 | { |
||
| 2958 | "name": "doctrine/data-fixtures", |
||
| 2959 | "version": "v1.2.1", |
||
| 2960 | "source": { |
||
| 2961 | "type": "git", |
||
| 2962 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
| 2963 | "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4" |
||
| 2964 | }, |
||
| 2965 | "dist": { |
||
| 2966 | "type": "zip", |
||
| 2967 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b3cae5efef97191a08d53d733260f7eb667c16e4", |
||
| 2968 | "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4", |
||
| 2969 | "shasum": "" |
||
| 2970 | }, |
||
| 2971 | "require": { |
||
| 2972 | "doctrine/common": "~2.2", |
||
| 2973 | "php": "^5.6 || ^7.0" |
||
| 2974 | }, |
||
| 2975 | "conflict": { |
||
| 2976 | "doctrine/orm": "< 2.4" |
||
| 2977 | }, |
||
| 2978 | "require-dev": { |
||
| 2979 | "doctrine/dbal": "^2.5.4", |
||
| 2980 | "doctrine/orm": "^2.5.4", |
||
| 2981 | "phpunit/phpunit": "^5.4.6" |
||
| 2982 | }, |
||
| 2983 | "suggest": { |
||
| 2984 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
| 2985 | "doctrine/orm": "For loading ORM fixtures", |
||
| 2986 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
| 2987 | }, |
||
| 2988 | "type": "library", |
||
| 2989 | "extra": { |
||
| 2990 | "branch-alias": { |
||
| 2991 | "dev-master": "1.3.x-dev" |
||
| 2992 | } |
||
| 2993 | }, |
||
| 2994 | "autoload": { |
||
| 2995 | "psr-0": { |
||
| 2996 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
| 2997 | } |
||
| 2998 | }, |
||
| 2999 | "notification-url": "https://packagist.org/downloads/", |
||
| 3000 | "license": [ |
||
| 3001 | "MIT" |
||
| 3002 | ], |
||
| 3003 | "authors": [ |
||
| 3004 | { |
||
| 3005 | "name": "Jonathan Wage", |
||
| 3006 | "email": "[email protected]" |
||
| 3007 | } |
||
| 3008 | ], |
||
| 3009 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
| 3010 | "homepage": "http://www.doctrine-project.org", |
||
| 3011 | "keywords": [ |
||
| 3012 | "database" |
||
| 3013 | ], |
||
| 3014 | "time": "2016-06-20 18:08:26" |
||
| 3015 | }, |
||
| 3016 | { |
||
| 3017 | "name": "hamcrest/hamcrest-php", |
||
| 3018 | "version": "v1.2.2", |
||
| 3019 | "source": { |
||
| 3020 | "type": "git", |
||
| 3021 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
| 3022 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
| 3023 | }, |
||
| 3024 | "dist": { |
||
| 3025 | "type": "zip", |
||
| 3026 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
| 3027 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
| 3028 | "shasum": "" |
||
| 3029 | }, |
||
| 3030 | "require": { |
||
| 3031 | "php": ">=5.3.2" |
||
| 3032 | }, |
||
| 3033 | "replace": { |
||
| 3034 | "cordoval/hamcrest-php": "*", |
||
| 3035 | "davedevelopment/hamcrest-php": "*", |
||
| 3036 | "kodova/hamcrest-php": "*" |
||
| 3037 | }, |
||
| 3038 | "require-dev": { |
||
| 3039 | "phpunit/php-file-iterator": "1.3.3", |
||
| 3040 | "satooshi/php-coveralls": "dev-master" |
||
| 3041 | }, |
||
| 3042 | "type": "library", |
||
| 3043 | "autoload": { |
||
| 3044 | "classmap": [ |
||
| 3045 | "hamcrest" |
||
| 3046 | ], |
||
| 3047 | "files": [ |
||
| 3048 | "hamcrest/Hamcrest.php" |
||
| 3049 | ] |
||
| 3050 | }, |
||
| 3051 | "notification-url": "https://packagist.org/downloads/", |
||
| 3052 | "license": [ |
||
| 3053 | "BSD" |
||
| 3054 | ], |
||
| 3055 | "description": "This is the PHP port of Hamcrest Matchers", |
||
| 3056 | "keywords": [ |
||
| 3057 | "test" |
||
| 3058 | ], |
||
| 3059 | "time": "2015-05-11 14:41:42" |
||
| 3060 | }, |
||
| 3061 | { |
||
| 3062 | "name": "liip/functional-test-bundle", |
||
| 3063 | "version": "1.6.3", |
||
| 3064 | "source": { |
||
| 3065 | "type": "git", |
||
| 3066 | "url": "https://github.com/liip/LiipFunctionalTestBundle.git", |
||
| 3067 | "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e" |
||
| 3068 | }, |
||
| 3069 | "dist": { |
||
| 3070 | "type": "zip", |
||
| 3071 | "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/f3606bff7fcf7208a482f88d4cd216ebf4af194e", |
||
| 3072 | "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e", |
||
| 3073 | "shasum": "" |
||
| 3074 | }, |
||
| 3075 | "require": { |
||
| 3076 | "doctrine/common": "~2.0", |
||
| 3077 | "php": "^5.3.9|^7.0", |
||
| 3078 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 3079 | "symfony/framework-bundle": "2.3.*|~2.7|~3.0" |
||
| 3080 | }, |
||
| 3081 | "require-dev": { |
||
| 3082 | "brianium/paratest": "~0.12.0|~0.13.2", |
||
| 3083 | "doctrine/doctrine-fixtures-bundle": "~2.3", |
||
| 3084 | "doctrine/orm": "^2.4.8", |
||
| 3085 | "doctrine/phpcr-bundle": "~1.3", |
||
| 3086 | "doctrine/phpcr-odm": "~1.3", |
||
| 3087 | "hautelook/alice-bundle": "~0.2|~1.2", |
||
| 3088 | "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*", |
||
| 3089 | "nelmio/alice": "~1.7|~2.0", |
||
| 3090 | "phpunit/phpunit": "4.8.*|~5.2", |
||
| 3091 | "symfony/assetic-bundle": "~2.3", |
||
| 3092 | "symfony/monolog-bundle": "~2.4", |
||
| 3093 | "symfony/symfony": "~2.3.1|~2.7|~3.0", |
||
| 3094 | "twig/twig": "~1.12" |
||
| 3095 | }, |
||
| 3096 | "suggest": { |
||
| 3097 | "brianium/paratest": "Required when using paratest to parallelize tests", |
||
| 3098 | "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
| 3099 | "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality", |
||
| 3100 | "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
| 3101 | "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers", |
||
| 3102 | "nelmio/alice": "Required when using loadFixtureFiles functionality", |
||
| 3103 | "symfony/framework-bundle": "To use assertStatusCode and assertValidationErrors ~2.5" |
||
| 3104 | }, |
||
| 3105 | "type": "symfony-bundle", |
||
| 3106 | "extra": { |
||
| 3107 | "branch-alias": { |
||
| 3108 | "dev-master": "1.6.x-dev" |
||
| 3109 | } |
||
| 3110 | }, |
||
| 3111 | "autoload": { |
||
| 3112 | "psr-4": { |
||
| 3113 | "Liip\\FunctionalTestBundle\\": "" |
||
| 3114 | } |
||
| 3115 | }, |
||
| 3116 | "notification-url": "https://packagist.org/downloads/", |
||
| 3117 | "license": [ |
||
| 3118 | "MIT" |
||
| 3119 | ], |
||
| 3120 | "authors": [ |
||
| 3121 | { |
||
| 3122 | "name": "Liip AG", |
||
| 3123 | "homepage": "http://www.liip.ch/" |
||
| 3124 | }, |
||
| 3125 | { |
||
| 3126 | "name": "Community contributions", |
||
| 3127 | "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors" |
||
| 3128 | } |
||
| 3129 | ], |
||
| 3130 | "description": "This bundles provides additional functional test-cases for Symfony2 applications", |
||
| 3131 | "keywords": [ |
||
| 3132 | "Symfony2" |
||
| 3133 | ], |
||
| 3134 | "time": "2016-05-10 22:04:27" |
||
| 3135 | }, |
||
| 3136 | { |
||
| 3137 | "name": "liip/rmt", |
||
| 3138 | "version": "1.1.9", |
||
| 3139 | "source": { |
||
| 3140 | "type": "git", |
||
| 3141 | "url": "https://github.com/liip/RMT.git", |
||
| 3142 | "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07" |
||
| 3143 | }, |
||
| 3144 | "dist": { |
||
| 3145 | "type": "zip", |
||
| 3146 | "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07", |
||
| 3147 | "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07", |
||
| 3148 | "shasum": "" |
||
| 3149 | }, |
||
| 3150 | "require": { |
||
| 3151 | "php": ">=5.3.3", |
||
| 3152 | "sensiolabs/security-checker": "~2.0", |
||
| 3153 | "symfony/console": "~2.0", |
||
| 3154 | "symfony/process": "~2.0", |
||
| 3155 | "symfony/yaml": "~2.0", |
||
| 3156 | "vierbergenlars/php-semver": "~3.0" |
||
| 3157 | }, |
||
| 3158 | "bin": [ |
||
| 3159 | "RMT" |
||
| 3160 | ], |
||
| 3161 | "type": "library", |
||
| 3162 | "autoload": { |
||
| 3163 | "psr-0": { |
||
| 3164 | "Liip": "src" |
||
| 3165 | } |
||
| 3166 | }, |
||
| 3167 | "notification-url": "https://packagist.org/downloads/", |
||
| 3168 | "license": [ |
||
| 3169 | "MIT" |
||
| 3170 | ], |
||
| 3171 | "authors": [ |
||
| 3172 | { |
||
| 3173 | "name": "Laurent Prodon", |
||
| 3174 | "email": "[email protected]", |
||
| 3175 | "role": "Developer" |
||
| 3176 | }, |
||
| 3177 | { |
||
| 3178 | "name": "David Jeanmonod", |
||
| 3179 | "email": "[email protected]", |
||
| 3180 | "role": "Developer" |
||
| 3181 | } |
||
| 3182 | ], |
||
| 3183 | "description": "Release Managment Tool: a handy tool to help releasing new version of your software", |
||
| 3184 | "homepage": "http://github.com/liip/RMT", |
||
| 3185 | "keywords": [ |
||
| 3186 | "post-release", |
||
| 3187 | "pre-release", |
||
| 3188 | "release", |
||
| 3189 | "semantic versioning", |
||
| 3190 | "vcs tag", |
||
| 3191 | "version" |
||
| 3192 | ], |
||
| 3193 | "time": "2015-05-06 20:11:13" |
||
| 3194 | }, |
||
| 3195 | { |
||
| 3196 | "name": "mockery/mockery", |
||
| 3197 | "version": "0.9.5", |
||
| 3198 | "source": { |
||
| 3199 | "type": "git", |
||
| 3200 | "url": "https://github.com/padraic/mockery.git", |
||
| 3201 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2" |
||
| 3202 | }, |
||
| 3203 | "dist": { |
||
| 3204 | "type": "zip", |
||
| 3205 | "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
| 3206 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
| 3207 | "shasum": "" |
||
| 3208 | }, |
||
| 3209 | "require": { |
||
| 3210 | "hamcrest/hamcrest-php": "~1.1", |
||
| 3211 | "lib-pcre": ">=7.0", |
||
| 3212 | "php": ">=5.3.2" |
||
| 3213 | }, |
||
| 3214 | "require-dev": { |
||
| 3215 | "phpunit/phpunit": "~4.0" |
||
| 3216 | }, |
||
| 3217 | "type": "library", |
||
| 3218 | "extra": { |
||
| 3219 | "branch-alias": { |
||
| 3220 | "dev-master": "0.9.x-dev" |
||
| 3221 | } |
||
| 3222 | }, |
||
| 3223 | "autoload": { |
||
| 3224 | "psr-0": { |
||
| 3225 | "Mockery": "library/" |
||
| 3226 | } |
||
| 3227 | }, |
||
| 3228 | "notification-url": "https://packagist.org/downloads/", |
||
| 3229 | "license": [ |
||
| 3230 | "BSD-3-Clause" |
||
| 3231 | ], |
||
| 3232 | "authors": [ |
||
| 3233 | { |
||
| 3234 | "name": "Pádraic Brady", |
||
| 3235 | "email": "[email protected]", |
||
| 3236 | "homepage": "http://blog.astrumfutura.com" |
||
| 3237 | }, |
||
| 3238 | { |
||
| 3239 | "name": "Dave Marshall", |
||
| 3240 | "email": "[email protected]", |
||
| 3241 | "homepage": "http://davedevelopment.co.uk" |
||
| 3242 | } |
||
| 3243 | ], |
||
| 3244 | "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.", |
||
| 3245 | "homepage": "http://github.com/padraic/mockery", |
||
| 3246 | "keywords": [ |
||
| 3247 | "BDD", |
||
| 3248 | "TDD", |
||
| 3249 | "library", |
||
| 3250 | "mock", |
||
| 3251 | "mock objects", |
||
| 3252 | "mockery", |
||
| 3253 | "stub", |
||
| 3254 | "test", |
||
| 3255 | "test double", |
||
| 3256 | "testing" |
||
| 3257 | ], |
||
| 3258 | "time": "2016-05-22 21:52:33" |
||
| 3259 | }, |
||
| 3260 | { |
||
| 3261 | "name": "moontoast/math", |
||
| 3262 | "version": "1.1.0", |
||
| 3263 | "source": { |
||
| 3264 | "type": "git", |
||
| 3265 | "url": "https://github.com/ramsey/moontoast-math.git", |
||
| 3266 | "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3" |
||
| 3267 | }, |
||
| 3268 | "dist": { |
||
| 3269 | "type": "zip", |
||
| 3270 | "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3", |
||
| 3271 | "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3", |
||
| 3272 | "shasum": "" |
||
| 3273 | }, |
||
| 3274 | "require": { |
||
| 3275 | "ext-bcmath": "*", |
||
| 3276 | "php": ">=5.3.3" |
||
| 3277 | }, |
||
| 3278 | "type": "library", |
||
| 3279 | "autoload": { |
||
| 3280 | "psr-0": { |
||
| 3281 | "Moontoast\\Math": "src/" |
||
| 3282 | } |
||
| 3283 | }, |
||
| 3284 | "notification-url": "https://packagist.org/downloads/", |
||
| 3285 | "license": [ |
||
| 3286 | "Apache-2.0" |
||
| 3287 | ], |
||
| 3288 | "description": "A mathematics library, providing functionality for large numbers", |
||
| 3289 | "homepage": "https://github.com/moontoast/math", |
||
| 3290 | "keywords": [ |
||
| 3291 | "bcmath", |
||
| 3292 | "math" |
||
| 3293 | ], |
||
| 3294 | "time": "2013-01-19 17:42:34" |
||
| 3295 | }, |
||
| 3296 | { |
||
| 3297 | "name": "vierbergenlars/php-semver", |
||
| 3298 | "version": "3.0.1", |
||
| 3299 | "source": { |
||
| 3300 | "type": "git", |
||
| 3301 | "url": "https://github.com/vierbergenlars/php-semver.git", |
||
| 3302 | "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1" |
||
| 3303 | }, |
||
| 3304 | "dist": { |
||
| 3305 | "type": "zip", |
||
| 3306 | "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1", |
||
| 3307 | "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1", |
||
| 3308 | "shasum": "" |
||
| 3309 | }, |
||
| 3310 | "require": { |
||
| 3311 | "php": ">=5.3.0" |
||
| 3312 | }, |
||
| 3313 | "require-dev": { |
||
| 3314 | "simpletest/simpletest": "1.1.*" |
||
| 3315 | }, |
||
| 3316 | "bin": [ |
||
| 3317 | "bin/semver", |
||
| 3318 | "bin/update-versions" |
||
| 3319 | ], |
||
| 3320 | "type": "library", |
||
| 3321 | "autoload": { |
||
| 3322 | "psr-0": { |
||
| 3323 | "vierbergenlars\\SemVer\\": "src/", |
||
| 3324 | "vierbergenlars\\LibJs\\": "src/" |
||
| 3325 | }, |
||
| 3326 | "classmap": [ |
||
| 3327 | "src/vierbergenlars/SemVer/internal.php" |
||
| 3328 | ] |
||
| 3329 | }, |
||
| 3330 | "notification-url": "https://packagist.org/downloads/", |
||
| 3331 | "license": [ |
||
| 3332 | "MIT" |
||
| 3333 | ], |
||
| 3334 | "authors": [ |
||
| 3335 | { |
||
| 3336 | "name": "Lars Vierbergen", |
||
| 3337 | "email": "[email protected]" |
||
| 3338 | } |
||
| 3339 | ], |
||
| 3340 | "description": "The Semantic Versioner for PHP", |
||
| 3341 | "keywords": [ |
||
| 3342 | "semantic", |
||
| 3343 | "semver", |
||
| 3344 | "versioning" |
||
| 3345 | ], |
||
| 3346 | "time": "2015-05-02 19:28:54" |
||
| 3347 | } |
||
| 3348 | ], |
||
| 3349 | "aliases": [], |
||
| 3350 | "minimum-stability": "stable", |
||
| 3351 | "stability-flags": { |
||
| 3352 | "doctrine/migrations": 15 |
||
| 3353 | }, |
||
| 3354 | "prefer-stable": false, |
||
| 3355 | "prefer-lowest": false, |
||
| 3356 | "platform": { |
||
| 3357 | "php": "^5.6|^7.0", |
||
| 3358 | "ext-gmp": "*" |
||
| 3359 | }, |
||
| 3360 | "platform-dev": [] |
||
| 3361 | } |
||
| 3362 |