eXpansionPluginPack /
eXpansion2
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "content-hash": "9aedd2ed104bf890f74f332e5708a406", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "bluepsyduck/maniascript", |
||
| 11 | "version": "1.1.3", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/BluePsyduck/ManiaScript.git", |
||
| 15 | "reference": "ee5f9948912513750f5293bfe4db375a96a4f94d" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/BluePsyduck/ManiaScript/zipball/ee5f9948912513750f5293bfe4db375a96a4f94d", |
||
| 20 | "reference": "ee5f9948912513750f5293bfe4db375a96a4f94d", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "php": ">=5.3.0" |
||
| 25 | }, |
||
| 26 | "require-dev": { |
||
| 27 | "phpunit/phpunit": "~4.2" |
||
| 28 | }, |
||
| 29 | "type": "library", |
||
| 30 | "autoload": { |
||
| 31 | "psr-0": { |
||
| 32 | "ManiaScript\\": "src/", |
||
| 33 | "ManiaScriptTests\\": "tests/" |
||
| 34 | } |
||
| 35 | }, |
||
| 36 | "notification-url": "https://packagist.org/downloads/", |
||
| 37 | "license": [ |
||
| 38 | "GPL-2.0" |
||
| 39 | ], |
||
| 40 | "authors": [ |
||
| 41 | { |
||
| 42 | "name": "Marcel", |
||
| 43 | "email": "[email protected]", |
||
| 44 | "homepage": "http://www.mania-community.de/", |
||
| 45 | "role": "Developer" |
||
| 46 | } |
||
| 47 | ], |
||
| 48 | "description": "Lib helping you with building up the ManiaScript of a ManiaLink.", |
||
| 49 | "keywords": [ |
||
| 50 | "ManiaPlanet", |
||
| 51 | "ManiaScript" |
||
| 52 | ], |
||
| 53 | "time": "2014-12-26T11:20:12+00:00" |
||
| 54 | }, |
||
| 55 | { |
||
| 56 | "name": "composer/ca-bundle", |
||
| 57 | "version": "1.0.7", |
||
| 58 | "source": { |
||
| 59 | "type": "git", |
||
| 60 | "url": "https://github.com/composer/ca-bundle.git", |
||
| 61 | "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12" |
||
| 62 | }, |
||
| 63 | "dist": { |
||
| 64 | "type": "zip", |
||
| 65 | "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", |
||
| 66 | "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", |
||
| 67 | "shasum": "" |
||
| 68 | }, |
||
| 69 | "require": { |
||
| 70 | "ext-openssl": "*", |
||
| 71 | "ext-pcre": "*", |
||
| 72 | "php": "^5.3.2 || ^7.0" |
||
| 73 | }, |
||
| 74 | "require-dev": { |
||
| 75 | "phpunit/phpunit": "^4.5", |
||
| 76 | "psr/log": "^1.0", |
||
| 77 | "symfony/process": "^2.5 || ^3.0" |
||
| 78 | }, |
||
| 79 | "suggest": { |
||
| 80 | "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+" |
||
| 81 | }, |
||
| 82 | "type": "library", |
||
| 83 | "extra": { |
||
| 84 | "branch-alias": { |
||
| 85 | "dev-master": "1.x-dev" |
||
| 86 | } |
||
| 87 | }, |
||
| 88 | "autoload": { |
||
| 89 | "psr-4": { |
||
| 90 | "Composer\\CaBundle\\": "src" |
||
| 91 | } |
||
| 92 | }, |
||
| 93 | "notification-url": "https://packagist.org/downloads/", |
||
| 94 | "license": [ |
||
| 95 | "MIT" |
||
| 96 | ], |
||
| 97 | "authors": [ |
||
| 98 | { |
||
| 99 | "name": "Jordi Boggiano", |
||
| 100 | "email": "[email protected]", |
||
| 101 | "homepage": "http://seld.be" |
||
| 102 | } |
||
| 103 | ], |
||
| 104 | "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
||
| 105 | "keywords": [ |
||
| 106 | "cabundle", |
||
| 107 | "cacert", |
||
| 108 | "certificate", |
||
| 109 | "ssl", |
||
| 110 | "tls" |
||
| 111 | ], |
||
| 112 | "time": "2017-03-06T11:59:08+00:00" |
||
| 113 | }, |
||
| 114 | { |
||
| 115 | "name": "doctrine/annotations", |
||
| 116 | "version": "v1.4.0", |
||
| 117 | "source": { |
||
| 118 | "type": "git", |
||
| 119 | "url": "https://github.com/doctrine/annotations.git", |
||
| 120 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" |
||
| 121 | }, |
||
| 122 | "dist": { |
||
| 123 | "type": "zip", |
||
| 124 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", |
||
| 125 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", |
||
| 126 | "shasum": "" |
||
| 127 | }, |
||
| 128 | "require": { |
||
| 129 | "doctrine/lexer": "1.*", |
||
| 130 | "php": "^5.6 || ^7.0" |
||
| 131 | }, |
||
| 132 | "require-dev": { |
||
| 133 | "doctrine/cache": "1.*", |
||
| 134 | "phpunit/phpunit": "^5.7" |
||
| 135 | }, |
||
| 136 | "type": "library", |
||
| 137 | "extra": { |
||
| 138 | "branch-alias": { |
||
| 139 | "dev-master": "1.4.x-dev" |
||
| 140 | } |
||
| 141 | }, |
||
| 142 | "autoload": { |
||
| 143 | "psr-4": { |
||
| 144 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
| 145 | } |
||
| 146 | }, |
||
| 147 | "notification-url": "https://packagist.org/downloads/", |
||
| 148 | "license": [ |
||
| 149 | "MIT" |
||
| 150 | ], |
||
| 151 | "authors": [ |
||
| 152 | { |
||
| 153 | "name": "Roman Borschel", |
||
| 154 | "email": "[email protected]" |
||
| 155 | }, |
||
| 156 | { |
||
| 157 | "name": "Benjamin Eberlei", |
||
| 158 | "email": "[email protected]" |
||
| 159 | }, |
||
| 160 | { |
||
| 161 | "name": "Guilherme Blanco", |
||
| 162 | "email": "[email protected]" |
||
| 163 | }, |
||
| 164 | { |
||
| 165 | "name": "Jonathan Wage", |
||
| 166 | "email": "[email protected]" |
||
| 167 | }, |
||
| 168 | { |
||
| 169 | "name": "Johannes Schmitt", |
||
| 170 | "email": "[email protected]" |
||
| 171 | } |
||
| 172 | ], |
||
| 173 | "description": "Docblock Annotations Parser", |
||
| 174 | "homepage": "http://www.doctrine-project.org", |
||
| 175 | "keywords": [ |
||
| 176 | "annotations", |
||
| 177 | "docblock", |
||
| 178 | "parser" |
||
| 179 | ], |
||
| 180 | "time": "2017-02-24T16:22:25+00:00" |
||
| 181 | }, |
||
| 182 | { |
||
| 183 | "name": "doctrine/cache", |
||
| 184 | "version": "v1.6.1", |
||
| 185 | "source": { |
||
| 186 | "type": "git", |
||
| 187 | "url": "https://github.com/doctrine/cache.git", |
||
| 188 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" |
||
| 189 | }, |
||
| 190 | "dist": { |
||
| 191 | "type": "zip", |
||
| 192 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
| 193 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
| 194 | "shasum": "" |
||
| 195 | }, |
||
| 196 | "require": { |
||
| 197 | "php": "~5.5|~7.0" |
||
| 198 | }, |
||
| 199 | "conflict": { |
||
| 200 | "doctrine/common": ">2.2,<2.4" |
||
| 201 | }, |
||
| 202 | "require-dev": { |
||
| 203 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 204 | "predis/predis": "~1.0", |
||
| 205 | "satooshi/php-coveralls": "~0.6" |
||
| 206 | }, |
||
| 207 | "type": "library", |
||
| 208 | "extra": { |
||
| 209 | "branch-alias": { |
||
| 210 | "dev-master": "1.6.x-dev" |
||
| 211 | } |
||
| 212 | }, |
||
| 213 | "autoload": { |
||
| 214 | "psr-4": { |
||
| 215 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 216 | } |
||
| 217 | }, |
||
| 218 | "notification-url": "https://packagist.org/downloads/", |
||
| 219 | "license": [ |
||
| 220 | "MIT" |
||
| 221 | ], |
||
| 222 | "authors": [ |
||
| 223 | { |
||
| 224 | "name": "Roman Borschel", |
||
| 225 | "email": "[email protected]" |
||
| 226 | }, |
||
| 227 | { |
||
| 228 | "name": "Benjamin Eberlei", |
||
| 229 | "email": "[email protected]" |
||
| 230 | }, |
||
| 231 | { |
||
| 232 | "name": "Guilherme Blanco", |
||
| 233 | "email": "[email protected]" |
||
| 234 | }, |
||
| 235 | { |
||
| 236 | "name": "Jonathan Wage", |
||
| 237 | "email": "[email protected]" |
||
| 238 | }, |
||
| 239 | { |
||
| 240 | "name": "Johannes Schmitt", |
||
| 241 | "email": "[email protected]" |
||
| 242 | } |
||
| 243 | ], |
||
| 244 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 245 | "homepage": "http://www.doctrine-project.org", |
||
| 246 | "keywords": [ |
||
| 247 | "cache", |
||
| 248 | "caching" |
||
| 249 | ], |
||
| 250 | "time": "2016-10-29T11:16:17+00:00" |
||
| 251 | }, |
||
| 252 | { |
||
| 253 | "name": "doctrine/collections", |
||
| 254 | "version": "v1.4.0", |
||
| 255 | "source": { |
||
| 256 | "type": "git", |
||
| 257 | "url": "https://github.com/doctrine/collections.git", |
||
| 258 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" |
||
| 259 | }, |
||
| 260 | "dist": { |
||
| 261 | "type": "zip", |
||
| 262 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 263 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 264 | "shasum": "" |
||
| 265 | }, |
||
| 266 | "require": { |
||
| 267 | "php": "^5.6 || ^7.0" |
||
| 268 | }, |
||
| 269 | "require-dev": { |
||
| 270 | "doctrine/coding-standard": "~0.1@dev", |
||
| 271 | "phpunit/phpunit": "^5.7" |
||
| 272 | }, |
||
| 273 | "type": "library", |
||
| 274 | "extra": { |
||
| 275 | "branch-alias": { |
||
| 276 | "dev-master": "1.3.x-dev" |
||
| 277 | } |
||
| 278 | }, |
||
| 279 | "autoload": { |
||
| 280 | "psr-0": { |
||
| 281 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 282 | } |
||
| 283 | }, |
||
| 284 | "notification-url": "https://packagist.org/downloads/", |
||
| 285 | "license": [ |
||
| 286 | "MIT" |
||
| 287 | ], |
||
| 288 | "authors": [ |
||
| 289 | { |
||
| 290 | "name": "Roman Borschel", |
||
| 291 | "email": "[email protected]" |
||
| 292 | }, |
||
| 293 | { |
||
| 294 | "name": "Benjamin Eberlei", |
||
| 295 | "email": "[email protected]" |
||
| 296 | }, |
||
| 297 | { |
||
| 298 | "name": "Guilherme Blanco", |
||
| 299 | "email": "[email protected]" |
||
| 300 | }, |
||
| 301 | { |
||
| 302 | "name": "Jonathan Wage", |
||
| 303 | "email": "[email protected]" |
||
| 304 | }, |
||
| 305 | { |
||
| 306 | "name": "Johannes Schmitt", |
||
| 307 | "email": "[email protected]" |
||
| 308 | } |
||
| 309 | ], |
||
| 310 | "description": "Collections Abstraction library", |
||
| 311 | "homepage": "http://www.doctrine-project.org", |
||
| 312 | "keywords": [ |
||
| 313 | "array", |
||
| 314 | "collections", |
||
| 315 | "iterator" |
||
| 316 | ], |
||
| 317 | "time": "2017-01-03T10:49:41+00:00" |
||
| 318 | }, |
||
| 319 | { |
||
| 320 | "name": "doctrine/common", |
||
| 321 | "version": "v2.7.2", |
||
| 322 | "source": { |
||
| 323 | "type": "git", |
||
| 324 | "url": "https://github.com/doctrine/common.git", |
||
| 325 | "reference": "930297026c8009a567ac051fd545bf6124150347" |
||
| 326 | }, |
||
| 327 | "dist": { |
||
| 328 | "type": "zip", |
||
| 329 | "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347", |
||
| 330 | "reference": "930297026c8009a567ac051fd545bf6124150347", |
||
| 331 | "shasum": "" |
||
| 332 | }, |
||
| 333 | "require": { |
||
| 334 | "doctrine/annotations": "1.*", |
||
| 335 | "doctrine/cache": "1.*", |
||
| 336 | "doctrine/collections": "1.*", |
||
| 337 | "doctrine/inflector": "1.*", |
||
| 338 | "doctrine/lexer": "1.*", |
||
| 339 | "php": "~5.6|~7.0" |
||
| 340 | }, |
||
| 341 | "require-dev": { |
||
| 342 | "phpunit/phpunit": "^5.4.6" |
||
| 343 | }, |
||
| 344 | "type": "library", |
||
| 345 | "extra": { |
||
| 346 | "branch-alias": { |
||
| 347 | "dev-master": "2.7.x-dev" |
||
| 348 | } |
||
| 349 | }, |
||
| 350 | "autoload": { |
||
| 351 | "psr-4": { |
||
| 352 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 353 | } |
||
| 354 | }, |
||
| 355 | "notification-url": "https://packagist.org/downloads/", |
||
| 356 | "license": [ |
||
| 357 | "MIT" |
||
| 358 | ], |
||
| 359 | "authors": [ |
||
| 360 | { |
||
| 361 | "name": "Roman Borschel", |
||
| 362 | "email": "[email protected]" |
||
| 363 | }, |
||
| 364 | { |
||
| 365 | "name": "Benjamin Eberlei", |
||
| 366 | "email": "[email protected]" |
||
| 367 | }, |
||
| 368 | { |
||
| 369 | "name": "Guilherme Blanco", |
||
| 370 | "email": "[email protected]" |
||
| 371 | }, |
||
| 372 | { |
||
| 373 | "name": "Jonathan Wage", |
||
| 374 | "email": "[email protected]" |
||
| 375 | }, |
||
| 376 | { |
||
| 377 | "name": "Johannes Schmitt", |
||
| 378 | "email": "[email protected]" |
||
| 379 | } |
||
| 380 | ], |
||
| 381 | "description": "Common Library for Doctrine projects", |
||
| 382 | "homepage": "http://www.doctrine-project.org", |
||
| 383 | "keywords": [ |
||
| 384 | "annotations", |
||
| 385 | "collections", |
||
| 386 | "eventmanager", |
||
| 387 | "persistence", |
||
| 388 | "spl" |
||
| 389 | ], |
||
| 390 | "time": "2017-01-13T14:02:13+00:00" |
||
| 391 | }, |
||
| 392 | { |
||
| 393 | "name": "doctrine/dbal", |
||
| 394 | "version": "v2.5.12", |
||
| 395 | "source": { |
||
| 396 | "type": "git", |
||
| 397 | "url": "https://github.com/doctrine/dbal.git", |
||
| 398 | "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44" |
||
| 399 | }, |
||
| 400 | "dist": { |
||
| 401 | "type": "zip", |
||
| 402 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44", |
||
| 403 | "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44", |
||
| 404 | "shasum": "" |
||
| 405 | }, |
||
| 406 | "require": { |
||
| 407 | "doctrine/common": ">=2.4,<2.8-dev", |
||
| 408 | "php": ">=5.3.2" |
||
| 409 | }, |
||
| 410 | "require-dev": { |
||
| 411 | "phpunit/phpunit": "4.*", |
||
| 412 | "symfony/console": "2.*||^3.0" |
||
| 413 | }, |
||
| 414 | "suggest": { |
||
| 415 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 416 | }, |
||
| 417 | "bin": [ |
||
| 418 | "bin/doctrine-dbal" |
||
| 419 | ], |
||
| 420 | "type": "library", |
||
| 421 | "extra": { |
||
| 422 | "branch-alias": { |
||
| 423 | "dev-master": "2.5.x-dev" |
||
| 424 | } |
||
| 425 | }, |
||
| 426 | "autoload": { |
||
| 427 | "psr-0": { |
||
| 428 | "Doctrine\\DBAL\\": "lib/" |
||
| 429 | } |
||
| 430 | }, |
||
| 431 | "notification-url": "https://packagist.org/downloads/", |
||
| 432 | "license": [ |
||
| 433 | "MIT" |
||
| 434 | ], |
||
| 435 | "authors": [ |
||
| 436 | { |
||
| 437 | "name": "Roman Borschel", |
||
| 438 | "email": "[email protected]" |
||
| 439 | }, |
||
| 440 | { |
||
| 441 | "name": "Benjamin Eberlei", |
||
| 442 | "email": "[email protected]" |
||
| 443 | }, |
||
| 444 | { |
||
| 445 | "name": "Guilherme Blanco", |
||
| 446 | "email": "[email protected]" |
||
| 447 | }, |
||
| 448 | { |
||
| 449 | "name": "Jonathan Wage", |
||
| 450 | "email": "[email protected]" |
||
| 451 | } |
||
| 452 | ], |
||
| 453 | "description": "Database Abstraction Layer", |
||
| 454 | "homepage": "http://www.doctrine-project.org", |
||
| 455 | "keywords": [ |
||
| 456 | "database", |
||
| 457 | "dbal", |
||
| 458 | "persistence", |
||
| 459 | "queryobject" |
||
| 460 | ], |
||
| 461 | "time": "2017-02-08T12:53:47+00:00" |
||
| 462 | }, |
||
| 463 | { |
||
| 464 | "name": "doctrine/doctrine-bundle", |
||
| 465 | "version": "1.6.8", |
||
| 466 | "source": { |
||
| 467 | "type": "git", |
||
| 468 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
| 469 | "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0" |
||
| 470 | }, |
||
| 471 | "dist": { |
||
| 472 | "type": "zip", |
||
| 473 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/6e96577cbbdbb5b6dcca2ff203d665976b51beb0", |
||
| 474 | "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0", |
||
| 475 | "shasum": "" |
||
| 476 | }, |
||
| 477 | "require": { |
||
| 478 | "doctrine/dbal": "~2.3", |
||
| 479 | "doctrine/doctrine-cache-bundle": "~1.2", |
||
| 480 | "jdorn/sql-formatter": "~1.1", |
||
| 481 | "php": ">=5.5.9", |
||
| 482 | "symfony/console": "~2.7|~3.0|~4.0", |
||
| 483 | "symfony/dependency-injection": "~2.7|~3.0|~4.0", |
||
| 484 | "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", |
||
| 485 | "symfony/framework-bundle": "~2.7|~3.0|~4.0" |
||
| 486 | }, |
||
| 487 | "require-dev": { |
||
| 488 | "doctrine/orm": "~2.3", |
||
| 489 | "phpunit/phpunit": "~4", |
||
| 490 | "satooshi/php-coveralls": "^1.0", |
||
| 491 | "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", |
||
| 492 | "symfony/property-info": "~2.8|~3.0|~4.0", |
||
| 493 | "symfony/validator": "~2.7|~3.0|~4.0", |
||
| 494 | "symfony/yaml": "~2.7|~3.0|~4.0", |
||
| 495 | "twig/twig": "~1.12|~2.0" |
||
| 496 | }, |
||
| 497 | "suggest": { |
||
| 498 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
| 499 | "symfony/web-profiler-bundle": "To use the data collector." |
||
| 500 | }, |
||
| 501 | "type": "symfony-bundle", |
||
| 502 | "extra": { |
||
| 503 | "branch-alias": { |
||
| 504 | "dev-master": "1.6.x-dev" |
||
| 505 | } |
||
| 506 | }, |
||
| 507 | "autoload": { |
||
| 508 | "psr-4": { |
||
| 509 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
| 510 | } |
||
| 511 | }, |
||
| 512 | "notification-url": "https://packagist.org/downloads/", |
||
| 513 | "license": [ |
||
| 514 | "MIT" |
||
| 515 | ], |
||
| 516 | "authors": [ |
||
| 517 | { |
||
| 518 | "name": "Symfony Community", |
||
| 519 | "homepage": "http://symfony.com/contributors" |
||
| 520 | }, |
||
| 521 | { |
||
| 522 | "name": "Benjamin Eberlei", |
||
| 523 | "email": "[email protected]" |
||
| 524 | }, |
||
| 525 | { |
||
| 526 | "name": "Doctrine Project", |
||
| 527 | "homepage": "http://www.doctrine-project.org/" |
||
| 528 | }, |
||
| 529 | { |
||
| 530 | "name": "Fabien Potencier", |
||
| 531 | "email": "[email protected]" |
||
| 532 | } |
||
| 533 | ], |
||
| 534 | "description": "Symfony DoctrineBundle", |
||
| 535 | "homepage": "http://www.doctrine-project.org", |
||
| 536 | "keywords": [ |
||
| 537 | "database", |
||
| 538 | "dbal", |
||
| 539 | "orm", |
||
| 540 | "persistence" |
||
| 541 | ], |
||
| 542 | "time": "2017-05-18T08:15:18+00:00" |
||
| 543 | }, |
||
| 544 | { |
||
| 545 | "name": "doctrine/doctrine-cache-bundle", |
||
| 546 | "version": "1.3.0", |
||
| 547 | "source": { |
||
| 548 | "type": "git", |
||
| 549 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
| 550 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
| 551 | }, |
||
| 552 | "dist": { |
||
| 553 | "type": "zip", |
||
| 554 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 555 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 556 | "shasum": "" |
||
| 557 | }, |
||
| 558 | "require": { |
||
| 559 | "doctrine/cache": "^1.4.2", |
||
| 560 | "doctrine/inflector": "~1.0", |
||
| 561 | "php": ">=5.3.2", |
||
| 562 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
| 563 | }, |
||
| 564 | "require-dev": { |
||
| 565 | "instaclick/coding-standard": "~1.1", |
||
| 566 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
| 567 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
| 568 | "phpunit/phpunit": "~4", |
||
| 569 | "predis/predis": "~0.8", |
||
| 570 | "satooshi/php-coveralls": "~0.6.1", |
||
| 571 | "squizlabs/php_codesniffer": "~1.5", |
||
| 572 | "symfony/console": "~2.2|~3.0", |
||
| 573 | "symfony/finder": "~2.2|~3.0", |
||
| 574 | "symfony/framework-bundle": "~2.2|~3.0", |
||
| 575 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 576 | "symfony/security-acl": "~2.3|~3.0", |
||
| 577 | "symfony/validator": "~2.2|~3.0", |
||
| 578 | "symfony/yaml": "~2.2|~3.0" |
||
| 579 | }, |
||
| 580 | "suggest": { |
||
| 581 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
| 582 | }, |
||
| 583 | "type": "symfony-bundle", |
||
| 584 | "extra": { |
||
| 585 | "branch-alias": { |
||
| 586 | "dev-master": "1.2.x-dev" |
||
| 587 | } |
||
| 588 | }, |
||
| 589 | "autoload": { |
||
| 590 | "psr-4": { |
||
| 591 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
| 592 | } |
||
| 593 | }, |
||
| 594 | "notification-url": "https://packagist.org/downloads/", |
||
| 595 | "license": [ |
||
| 596 | "MIT" |
||
| 597 | ], |
||
| 598 | "authors": [ |
||
| 599 | { |
||
| 600 | "name": "Symfony Community", |
||
| 601 | "homepage": "http://symfony.com/contributors" |
||
| 602 | }, |
||
| 603 | { |
||
| 604 | "name": "Benjamin Eberlei", |
||
| 605 | "email": "[email protected]" |
||
| 606 | }, |
||
| 607 | { |
||
| 608 | "name": "Fabio B. Silva", |
||
| 609 | "email": "[email protected]" |
||
| 610 | }, |
||
| 611 | { |
||
| 612 | "name": "Guilherme Blanco", |
||
| 613 | "email": "[email protected]" |
||
| 614 | }, |
||
| 615 | { |
||
| 616 | "name": "Doctrine Project", |
||
| 617 | "homepage": "http://www.doctrine-project.org/" |
||
| 618 | }, |
||
| 619 | { |
||
| 620 | "name": "Fabien Potencier", |
||
| 621 | "email": "[email protected]" |
||
| 622 | } |
||
| 623 | ], |
||
| 624 | "description": "Symfony Bundle for Doctrine Cache", |
||
| 625 | "homepage": "http://www.doctrine-project.org", |
||
| 626 | "keywords": [ |
||
| 627 | "cache", |
||
| 628 | "caching" |
||
| 629 | ], |
||
| 630 | "time": "2016-01-26T17:28:51+00:00" |
||
| 631 | }, |
||
| 632 | { |
||
| 633 | "name": "doctrine/inflector", |
||
| 634 | "version": "v1.1.0", |
||
| 635 | "source": { |
||
| 636 | "type": "git", |
||
| 637 | "url": "https://github.com/doctrine/inflector.git", |
||
| 638 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
| 639 | }, |
||
| 640 | "dist": { |
||
| 641 | "type": "zip", |
||
| 642 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 643 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 644 | "shasum": "" |
||
| 645 | }, |
||
| 646 | "require": { |
||
| 647 | "php": ">=5.3.2" |
||
| 648 | }, |
||
| 649 | "require-dev": { |
||
| 650 | "phpunit/phpunit": "4.*" |
||
| 651 | }, |
||
| 652 | "type": "library", |
||
| 653 | "extra": { |
||
| 654 | "branch-alias": { |
||
| 655 | "dev-master": "1.1.x-dev" |
||
| 656 | } |
||
| 657 | }, |
||
| 658 | "autoload": { |
||
| 659 | "psr-0": { |
||
| 660 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 661 | } |
||
| 662 | }, |
||
| 663 | "notification-url": "https://packagist.org/downloads/", |
||
| 664 | "license": [ |
||
| 665 | "MIT" |
||
| 666 | ], |
||
| 667 | "authors": [ |
||
| 668 | { |
||
| 669 | "name": "Roman Borschel", |
||
| 670 | "email": "[email protected]" |
||
| 671 | }, |
||
| 672 | { |
||
| 673 | "name": "Benjamin Eberlei", |
||
| 674 | "email": "[email protected]" |
||
| 675 | }, |
||
| 676 | { |
||
| 677 | "name": "Guilherme Blanco", |
||
| 678 | "email": "[email protected]" |
||
| 679 | }, |
||
| 680 | { |
||
| 681 | "name": "Jonathan Wage", |
||
| 682 | "email": "[email protected]" |
||
| 683 | }, |
||
| 684 | { |
||
| 685 | "name": "Johannes Schmitt", |
||
| 686 | "email": "[email protected]" |
||
| 687 | } |
||
| 688 | ], |
||
| 689 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 690 | "homepage": "http://www.doctrine-project.org", |
||
| 691 | "keywords": [ |
||
| 692 | "inflection", |
||
| 693 | "pluralize", |
||
| 694 | "singularize", |
||
| 695 | "string" |
||
| 696 | ], |
||
| 697 | "time": "2015-11-06T14:35:42+00:00" |
||
| 698 | }, |
||
| 699 | { |
||
| 700 | "name": "doctrine/instantiator", |
||
| 701 | "version": "1.0.5", |
||
| 702 | "source": { |
||
| 703 | "type": "git", |
||
| 704 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 705 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 706 | }, |
||
| 707 | "dist": { |
||
| 708 | "type": "zip", |
||
| 709 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 710 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 711 | "shasum": "" |
||
| 712 | }, |
||
| 713 | "require": { |
||
| 714 | "php": ">=5.3,<8.0-DEV" |
||
| 715 | }, |
||
| 716 | "require-dev": { |
||
| 717 | "athletic/athletic": "~0.1.8", |
||
| 718 | "ext-pdo": "*", |
||
| 719 | "ext-phar": "*", |
||
| 720 | "phpunit/phpunit": "~4.0", |
||
| 721 | "squizlabs/php_codesniffer": "~2.0" |
||
| 722 | }, |
||
| 723 | "type": "library", |
||
| 724 | "extra": { |
||
| 725 | "branch-alias": { |
||
| 726 | "dev-master": "1.0.x-dev" |
||
| 727 | } |
||
| 728 | }, |
||
| 729 | "autoload": { |
||
| 730 | "psr-4": { |
||
| 731 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 732 | } |
||
| 733 | }, |
||
| 734 | "notification-url": "https://packagist.org/downloads/", |
||
| 735 | "license": [ |
||
| 736 | "MIT" |
||
| 737 | ], |
||
| 738 | "authors": [ |
||
| 739 | { |
||
| 740 | "name": "Marco Pivetta", |
||
| 741 | "email": "[email protected]", |
||
| 742 | "homepage": "http://ocramius.github.com/" |
||
| 743 | } |
||
| 744 | ], |
||
| 745 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 746 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 747 | "keywords": [ |
||
| 748 | "constructor", |
||
| 749 | "instantiate" |
||
| 750 | ], |
||
| 751 | "time": "2015-06-14T21:17:01+00:00" |
||
| 752 | }, |
||
| 753 | { |
||
| 754 | "name": "doctrine/lexer", |
||
| 755 | "version": "v1.0.1", |
||
| 756 | "source": { |
||
| 757 | "type": "git", |
||
| 758 | "url": "https://github.com/doctrine/lexer.git", |
||
| 759 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 760 | }, |
||
| 761 | "dist": { |
||
| 762 | "type": "zip", |
||
| 763 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 764 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 765 | "shasum": "" |
||
| 766 | }, |
||
| 767 | "require": { |
||
| 768 | "php": ">=5.3.2" |
||
| 769 | }, |
||
| 770 | "type": "library", |
||
| 771 | "extra": { |
||
| 772 | "branch-alias": { |
||
| 773 | "dev-master": "1.0.x-dev" |
||
| 774 | } |
||
| 775 | }, |
||
| 776 | "autoload": { |
||
| 777 | "psr-0": { |
||
| 778 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 779 | } |
||
| 780 | }, |
||
| 781 | "notification-url": "https://packagist.org/downloads/", |
||
| 782 | "license": [ |
||
| 783 | "MIT" |
||
| 784 | ], |
||
| 785 | "authors": [ |
||
| 786 | { |
||
| 787 | "name": "Roman Borschel", |
||
| 788 | "email": "[email protected]" |
||
| 789 | }, |
||
| 790 | { |
||
| 791 | "name": "Guilherme Blanco", |
||
| 792 | "email": "[email protected]" |
||
| 793 | }, |
||
| 794 | { |
||
| 795 | "name": "Johannes Schmitt", |
||
| 796 | "email": "[email protected]" |
||
| 797 | } |
||
| 798 | ], |
||
| 799 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 800 | "homepage": "http://www.doctrine-project.org", |
||
| 801 | "keywords": [ |
||
| 802 | "lexer", |
||
| 803 | "parser" |
||
| 804 | ], |
||
| 805 | "time": "2014-09-09T13:34:57+00:00" |
||
| 806 | }, |
||
| 807 | { |
||
| 808 | "name": "doctrine/orm", |
||
| 809 | "version": "v2.5.6", |
||
| 810 | "source": { |
||
| 811 | "type": "git", |
||
| 812 | "url": "https://github.com/doctrine/doctrine2.git", |
||
| 813 | "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b" |
||
| 814 | }, |
||
| 815 | "dist": { |
||
| 816 | "type": "zip", |
||
| 817 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b", |
||
| 818 | "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b", |
||
| 819 | "shasum": "" |
||
| 820 | }, |
||
| 821 | "require": { |
||
| 822 | "doctrine/cache": "~1.4", |
||
| 823 | "doctrine/collections": "~1.2", |
||
| 824 | "doctrine/common": ">=2.5-dev,<2.8-dev", |
||
| 825 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
| 826 | "doctrine/instantiator": "~1.0.1", |
||
| 827 | "ext-pdo": "*", |
||
| 828 | "php": ">=5.4", |
||
| 829 | "symfony/console": "~2.5|~3.0" |
||
| 830 | }, |
||
| 831 | "require-dev": { |
||
| 832 | "phpunit/phpunit": "~4.0", |
||
| 833 | "symfony/yaml": "~2.3|~3.0" |
||
| 834 | }, |
||
| 835 | "suggest": { |
||
| 836 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
| 837 | }, |
||
| 838 | "bin": [ |
||
| 839 | "bin/doctrine", |
||
| 840 | "bin/doctrine.php" |
||
| 841 | ], |
||
| 842 | "type": "library", |
||
| 843 | "extra": { |
||
| 844 | "branch-alias": { |
||
| 845 | "dev-master": "2.6.x-dev" |
||
| 846 | } |
||
| 847 | }, |
||
| 848 | "autoload": { |
||
| 849 | "psr-0": { |
||
| 850 | "Doctrine\\ORM\\": "lib/" |
||
| 851 | } |
||
| 852 | }, |
||
| 853 | "notification-url": "https://packagist.org/downloads/", |
||
| 854 | "license": [ |
||
| 855 | "MIT" |
||
| 856 | ], |
||
| 857 | "authors": [ |
||
| 858 | { |
||
| 859 | "name": "Roman Borschel", |
||
| 860 | "email": "[email protected]" |
||
| 861 | }, |
||
| 862 | { |
||
| 863 | "name": "Benjamin Eberlei", |
||
| 864 | "email": "[email protected]" |
||
| 865 | }, |
||
| 866 | { |
||
| 867 | "name": "Guilherme Blanco", |
||
| 868 | "email": "[email protected]" |
||
| 869 | }, |
||
| 870 | { |
||
| 871 | "name": "Jonathan Wage", |
||
| 872 | "email": "[email protected]" |
||
| 873 | } |
||
| 874 | ], |
||
| 875 | "description": "Object-Relational-Mapper for PHP", |
||
| 876 | "homepage": "http://www.doctrine-project.org", |
||
| 877 | "keywords": [ |
||
| 878 | "database", |
||
| 879 | "orm" |
||
| 880 | ], |
||
| 881 | "time": "2016-12-18T15:42:34+00:00" |
||
| 882 | }, |
||
| 883 | { |
||
| 884 | "name": "incenteev/composer-parameter-handler", |
||
| 885 | "version": "v2.1.2", |
||
| 886 | "source": { |
||
| 887 | "type": "git", |
||
| 888 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
| 889 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
| 890 | }, |
||
| 891 | "dist": { |
||
| 892 | "type": "zip", |
||
| 893 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 894 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 895 | "shasum": "" |
||
| 896 | }, |
||
| 897 | "require": { |
||
| 898 | "php": ">=5.3.3", |
||
| 899 | "symfony/yaml": "~2.3|~3.0" |
||
| 900 | }, |
||
| 901 | "require-dev": { |
||
| 902 | "composer/composer": "1.0.*@dev", |
||
| 903 | "phpspec/prophecy-phpunit": "~1.0", |
||
| 904 | "symfony/filesystem": "~2.2" |
||
| 905 | }, |
||
| 906 | "type": "library", |
||
| 907 | "extra": { |
||
| 908 | "branch-alias": { |
||
| 909 | "dev-master": "2.1.x-dev" |
||
| 910 | } |
||
| 911 | }, |
||
| 912 | "autoload": { |
||
| 913 | "psr-4": { |
||
| 914 | "Incenteev\\ParameterHandler\\": "" |
||
| 915 | } |
||
| 916 | }, |
||
| 917 | "notification-url": "https://packagist.org/downloads/", |
||
| 918 | "license": [ |
||
| 919 | "MIT" |
||
| 920 | ], |
||
| 921 | "authors": [ |
||
| 922 | { |
||
| 923 | "name": "Christophe Coevoet", |
||
| 924 | "email": "[email protected]" |
||
| 925 | } |
||
| 926 | ], |
||
| 927 | "description": "Composer script handling your ignored parameter file", |
||
| 928 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
| 929 | "keywords": [ |
||
| 930 | "parameters management" |
||
| 931 | ], |
||
| 932 | "time": "2015-11-10T17:04:01+00:00" |
||
| 933 | }, |
||
| 934 | { |
||
| 935 | "name": "jdorn/sql-formatter", |
||
| 936 | "version": "v1.2.17", |
||
| 937 | "source": { |
||
| 938 | "type": "git", |
||
| 939 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
| 940 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
| 941 | }, |
||
| 942 | "dist": { |
||
| 943 | "type": "zip", |
||
| 944 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 945 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 946 | "shasum": "" |
||
| 947 | }, |
||
| 948 | "require": { |
||
| 949 | "php": ">=5.2.4" |
||
| 950 | }, |
||
| 951 | "require-dev": { |
||
| 952 | "phpunit/phpunit": "3.7.*" |
||
| 953 | }, |
||
| 954 | "type": "library", |
||
| 955 | "extra": { |
||
| 956 | "branch-alias": { |
||
| 957 | "dev-master": "1.3.x-dev" |
||
| 958 | } |
||
| 959 | }, |
||
| 960 | "autoload": { |
||
| 961 | "classmap": [ |
||
| 962 | "lib" |
||
| 963 | ] |
||
| 964 | }, |
||
| 965 | "notification-url": "https://packagist.org/downloads/", |
||
| 966 | "license": [ |
||
| 967 | "MIT" |
||
| 968 | ], |
||
| 969 | "authors": [ |
||
| 970 | { |
||
| 971 | "name": "Jeremy Dorn", |
||
| 972 | "email": "[email protected]", |
||
| 973 | "homepage": "http://jeremydorn.com/" |
||
| 974 | } |
||
| 975 | ], |
||
| 976 | "description": "a PHP SQL highlighting library", |
||
| 977 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
| 978 | "keywords": [ |
||
| 979 | "highlight", |
||
| 980 | "sql" |
||
| 981 | ], |
||
| 982 | "time": "2014-01-12T16:20:24+00:00" |
||
| 983 | }, |
||
| 984 | { |
||
| 985 | "name": "maniaplanet/dedicated-server-api", |
||
| 986 | "version": "dev-master", |
||
| 987 | "source": { |
||
| 988 | "type": "git", |
||
| 989 | "url": "https://github.com/maniaplanet/dedicated-server-api.git", |
||
| 990 | "reference": "18eab10350f75f509a8d447aed41f9706bce05d8" |
||
| 991 | }, |
||
| 992 | "dist": { |
||
| 993 | "type": "zip", |
||
| 994 | "url": "https://api.github.com/repos/maniaplanet/dedicated-server-api/zipball/18eab10350f75f509a8d447aed41f9706bce05d8", |
||
| 995 | "reference": "18eab10350f75f509a8d447aed41f9706bce05d8", |
||
| 996 | "shasum": "" |
||
| 997 | }, |
||
| 998 | "require": { |
||
| 999 | "php": ">=5.3" |
||
| 1000 | }, |
||
| 1001 | "type": "library", |
||
| 1002 | "extra": { |
||
| 1003 | "branch-alias": { |
||
| 1004 | "dev-master": "5.0.x-dev" |
||
| 1005 | } |
||
| 1006 | }, |
||
| 1007 | "autoload": { |
||
| 1008 | "psr-4": { |
||
| 1009 | "Maniaplanet\\": "libraries/Maniaplanet" |
||
| 1010 | } |
||
| 1011 | }, |
||
| 1012 | "notification-url": "https://packagist.org/downloads/", |
||
| 1013 | "license": [ |
||
| 1014 | "LGPL-3.0" |
||
| 1015 | ], |
||
| 1016 | "authors": [ |
||
| 1017 | { |
||
| 1018 | "name": "NadeoLive", |
||
| 1019 | "email": "[email protected]", |
||
| 1020 | "homepage": "http://www.nadeo.com/" |
||
| 1021 | } |
||
| 1022 | ], |
||
| 1023 | "description": "XML-RPC library to connect to ManiaPlanet server", |
||
| 1024 | "homepage": "https://github.com/maniaplanet/dedicated-server-api", |
||
| 1025 | "keywords": [ |
||
| 1026 | "ManiaPlanet", |
||
| 1027 | "ShootMania", |
||
| 1028 | "TrackMania" |
||
| 1029 | ], |
||
| 1030 | "time": "2017-04-18 09:53:43" |
||
| 1031 | }, |
||
| 1032 | { |
||
| 1033 | "name": "monolog/monolog", |
||
| 1034 | "version": "1.23.0", |
||
| 1035 | "source": { |
||
| 1036 | "type": "git", |
||
| 1037 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 1038 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" |
||
| 1039 | }, |
||
| 1040 | "dist": { |
||
| 1041 | "type": "zip", |
||
| 1042 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
| 1043 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
| 1044 | "shasum": "" |
||
| 1045 | }, |
||
| 1046 | "require": { |
||
| 1047 | "php": ">=5.3.0", |
||
| 1048 | "psr/log": "~1.0" |
||
| 1049 | }, |
||
| 1050 | "provide": { |
||
| 1051 | "psr/log-implementation": "1.0.0" |
||
| 1052 | }, |
||
| 1053 | "require-dev": { |
||
| 1054 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
| 1055 | "doctrine/couchdb": "~1.0@dev", |
||
| 1056 | "graylog2/gelf-php": "~1.0", |
||
| 1057 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 1058 | "php-amqplib/php-amqplib": "~2.4", |
||
| 1059 | "php-console/php-console": "^3.1.3", |
||
| 1060 | "phpunit/phpunit": "~4.5", |
||
| 1061 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 1062 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 1063 | "sentry/sentry": "^0.13", |
||
| 1064 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
||
| 1065 | }, |
||
| 1066 | "suggest": { |
||
| 1067 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 1068 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 1069 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 1070 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 1071 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 1072 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 1073 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 1074 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 1075 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 1076 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 1077 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
| 1078 | }, |
||
| 1079 | "type": "library", |
||
| 1080 | "extra": { |
||
| 1081 | "branch-alias": { |
||
| 1082 | "dev-master": "2.0.x-dev" |
||
| 1083 | } |
||
| 1084 | }, |
||
| 1085 | "autoload": { |
||
| 1086 | "psr-4": { |
||
| 1087 | "Monolog\\": "src/Monolog" |
||
| 1088 | } |
||
| 1089 | }, |
||
| 1090 | "notification-url": "https://packagist.org/downloads/", |
||
| 1091 | "license": [ |
||
| 1092 | "MIT" |
||
| 1093 | ], |
||
| 1094 | "authors": [ |
||
| 1095 | { |
||
| 1096 | "name": "Jordi Boggiano", |
||
| 1097 | "email": "[email protected]", |
||
| 1098 | "homepage": "http://seld.be" |
||
| 1099 | } |
||
| 1100 | ], |
||
| 1101 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 1102 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 1103 | "keywords": [ |
||
| 1104 | "log", |
||
| 1105 | "logging", |
||
| 1106 | "psr-3" |
||
| 1107 | ], |
||
| 1108 | "time": "2017-06-19T01:22:40+00:00" |
||
| 1109 | }, |
||
| 1110 | { |
||
| 1111 | "name": "oliverde8/associative-array-simplified", |
||
| 1112 | "version": "1.0.0", |
||
| 1113 | "source": { |
||
| 1114 | "type": "git", |
||
| 1115 | "url": "https://github.com/oliverde8/AssociativeArraySimplified.git", |
||
| 1116 | "reference": "aa1af7c404d62879140a76e8e9404584c7776b5f" |
||
| 1117 | }, |
||
| 1118 | "dist": { |
||
| 1119 | "type": "zip", |
||
| 1120 | "url": "https://api.github.com/repos/oliverde8/AssociativeArraySimplified/zipball/aa1af7c404d62879140a76e8e9404584c7776b5f", |
||
| 1121 | "reference": "aa1af7c404d62879140a76e8e9404584c7776b5f", |
||
| 1122 | "shasum": "" |
||
| 1123 | }, |
||
| 1124 | "require": { |
||
| 1125 | "php": ">=5.5.0" |
||
| 1126 | }, |
||
| 1127 | "require-dev": { |
||
| 1128 | "phpunit/phpunit": "4.*" |
||
| 1129 | }, |
||
| 1130 | "type": "library", |
||
| 1131 | "autoload": { |
||
| 1132 | "psr-4": { |
||
| 1133 | "oliverde8\\AssociativeArraySimplified\\": "src" |
||
| 1134 | } |
||
| 1135 | }, |
||
| 1136 | "notification-url": "https://packagist.org/downloads/", |
||
| 1137 | "license": [ |
||
| 1138 | "MIT" |
||
| 1139 | ], |
||
| 1140 | "authors": [ |
||
| 1141 | { |
||
| 1142 | "name": "Oliver de Cramer", |
||
| 1143 | "homepage": "http://oliver-decramer.com" |
||
| 1144 | } |
||
| 1145 | ], |
||
| 1146 | "description": "Allow simplified manupulation of recursive associative arrays.", |
||
| 1147 | "time": "2017-02-17T10:14:26+00:00" |
||
| 1148 | }, |
||
| 1149 | { |
||
| 1150 | "name": "paragonie/random_compat", |
||
| 1151 | "version": "v2.0.10", |
||
| 1152 | "source": { |
||
| 1153 | "type": "git", |
||
| 1154 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 1155 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" |
||
| 1156 | }, |
||
| 1157 | "dist": { |
||
| 1158 | "type": "zip", |
||
| 1159 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
| 1160 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
| 1161 | "shasum": "" |
||
| 1162 | }, |
||
| 1163 | "require": { |
||
| 1164 | "php": ">=5.2.0" |
||
| 1165 | }, |
||
| 1166 | "require-dev": { |
||
| 1167 | "phpunit/phpunit": "4.*|5.*" |
||
| 1168 | }, |
||
| 1169 | "suggest": { |
||
| 1170 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 1171 | }, |
||
| 1172 | "type": "library", |
||
| 1173 | "autoload": { |
||
| 1174 | "files": [ |
||
| 1175 | "lib/random.php" |
||
| 1176 | ] |
||
| 1177 | }, |
||
| 1178 | "notification-url": "https://packagist.org/downloads/", |
||
| 1179 | "license": [ |
||
| 1180 | "MIT" |
||
| 1181 | ], |
||
| 1182 | "authors": [ |
||
| 1183 | { |
||
| 1184 | "name": "Paragon Initiative Enterprises", |
||
| 1185 | "email": "[email protected]", |
||
| 1186 | "homepage": "https://paragonie.com" |
||
| 1187 | } |
||
| 1188 | ], |
||
| 1189 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 1190 | "keywords": [ |
||
| 1191 | "csprng", |
||
| 1192 | "pseudorandom", |
||
| 1193 | "random" |
||
| 1194 | ], |
||
| 1195 | "time": "2017-03-13T16:27:32+00:00" |
||
| 1196 | }, |
||
| 1197 | { |
||
| 1198 | "name": "psr/cache", |
||
| 1199 | "version": "1.0.1", |
||
| 1200 | "source": { |
||
| 1201 | "type": "git", |
||
| 1202 | "url": "https://github.com/php-fig/cache.git", |
||
| 1203 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
| 1204 | }, |
||
| 1205 | "dist": { |
||
| 1206 | "type": "zip", |
||
| 1207 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 1208 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 1209 | "shasum": "" |
||
| 1210 | }, |
||
| 1211 | "require": { |
||
| 1212 | "php": ">=5.3.0" |
||
| 1213 | }, |
||
| 1214 | "type": "library", |
||
| 1215 | "extra": { |
||
| 1216 | "branch-alias": { |
||
| 1217 | "dev-master": "1.0.x-dev" |
||
| 1218 | } |
||
| 1219 | }, |
||
| 1220 | "autoload": { |
||
| 1221 | "psr-4": { |
||
| 1222 | "Psr\\Cache\\": "src/" |
||
| 1223 | } |
||
| 1224 | }, |
||
| 1225 | "notification-url": "https://packagist.org/downloads/", |
||
| 1226 | "license": [ |
||
| 1227 | "MIT" |
||
| 1228 | ], |
||
| 1229 | "authors": [ |
||
| 1230 | { |
||
| 1231 | "name": "PHP-FIG", |
||
| 1232 | "homepage": "http://www.php-fig.org/" |
||
| 1233 | } |
||
| 1234 | ], |
||
| 1235 | "description": "Common interface for caching libraries", |
||
| 1236 | "keywords": [ |
||
| 1237 | "cache", |
||
| 1238 | "psr", |
||
| 1239 | "psr-6" |
||
| 1240 | ], |
||
| 1241 | "time": "2016-08-06T20:24:11+00:00" |
||
| 1242 | }, |
||
| 1243 | { |
||
| 1244 | "name": "psr/log", |
||
| 1245 | "version": "1.0.2", |
||
| 1246 | "source": { |
||
| 1247 | "type": "git", |
||
| 1248 | "url": "https://github.com/php-fig/log.git", |
||
| 1249 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 1250 | }, |
||
| 1251 | "dist": { |
||
| 1252 | "type": "zip", |
||
| 1253 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1254 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1255 | "shasum": "" |
||
| 1256 | }, |
||
| 1257 | "require": { |
||
| 1258 | "php": ">=5.3.0" |
||
| 1259 | }, |
||
| 1260 | "type": "library", |
||
| 1261 | "extra": { |
||
| 1262 | "branch-alias": { |
||
| 1263 | "dev-master": "1.0.x-dev" |
||
| 1264 | } |
||
| 1265 | }, |
||
| 1266 | "autoload": { |
||
| 1267 | "psr-4": { |
||
| 1268 | "Psr\\Log\\": "Psr/Log/" |
||
| 1269 | } |
||
| 1270 | }, |
||
| 1271 | "notification-url": "https://packagist.org/downloads/", |
||
| 1272 | "license": [ |
||
| 1273 | "MIT" |
||
| 1274 | ], |
||
| 1275 | "authors": [ |
||
| 1276 | { |
||
| 1277 | "name": "PHP-FIG", |
||
| 1278 | "homepage": "http://www.php-fig.org/" |
||
| 1279 | } |
||
| 1280 | ], |
||
| 1281 | "description": "Common interface for logging libraries", |
||
| 1282 | "homepage": "https://github.com/php-fig/log", |
||
| 1283 | "keywords": [ |
||
| 1284 | "log", |
||
| 1285 | "psr", |
||
| 1286 | "psr-3" |
||
| 1287 | ], |
||
| 1288 | "time": "2016-10-10T12:19:37+00:00" |
||
| 1289 | }, |
||
| 1290 | { |
||
| 1291 | "name": "sensio/distribution-bundle", |
||
| 1292 | "version": "v5.0.20", |
||
| 1293 | "source": { |
||
| 1294 | "type": "git", |
||
| 1295 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
| 1296 | "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9" |
||
| 1297 | }, |
||
| 1298 | "dist": { |
||
| 1299 | "type": "zip", |
||
| 1300 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/4b019d4c0bd64438c42e4b6b0726085b409be8d9", |
||
| 1301 | "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9", |
||
| 1302 | "shasum": "" |
||
| 1303 | }, |
||
| 1304 | "require": { |
||
| 1305 | "php": ">=5.3.9", |
||
| 1306 | "sensiolabs/security-checker": "~3.0|~4.0", |
||
| 1307 | "symfony/class-loader": "~2.3|~3.0", |
||
| 1308 | "symfony/config": "~2.3|~3.0", |
||
| 1309 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 1310 | "symfony/filesystem": "~2.3|~3.0", |
||
| 1311 | "symfony/http-kernel": "~2.3|~3.0", |
||
| 1312 | "symfony/process": "~2.3|~3.0" |
||
| 1313 | }, |
||
| 1314 | "type": "symfony-bundle", |
||
| 1315 | "extra": { |
||
| 1316 | "branch-alias": { |
||
| 1317 | "dev-master": "5.0.x-dev" |
||
| 1318 | } |
||
| 1319 | }, |
||
| 1320 | "autoload": { |
||
| 1321 | "psr-4": { |
||
| 1322 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
| 1323 | } |
||
| 1324 | }, |
||
| 1325 | "notification-url": "https://packagist.org/downloads/", |
||
| 1326 | "license": [ |
||
| 1327 | "MIT" |
||
| 1328 | ], |
||
| 1329 | "authors": [ |
||
| 1330 | { |
||
| 1331 | "name": "Fabien Potencier", |
||
| 1332 | "email": "[email protected]" |
||
| 1333 | } |
||
| 1334 | ], |
||
| 1335 | "description": "Base bundle for Symfony Distributions", |
||
| 1336 | "keywords": [ |
||
| 1337 | "configuration", |
||
| 1338 | "distribution" |
||
| 1339 | ], |
||
| 1340 | "time": "2017-05-11T16:21:03+00:00" |
||
| 1341 | }, |
||
| 1342 | { |
||
| 1343 | "name": "sensio/framework-extra-bundle", |
||
| 1344 | "version": "v3.0.26", |
||
| 1345 | "source": { |
||
| 1346 | "type": "git", |
||
| 1347 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
| 1348 | "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059" |
||
| 1349 | }, |
||
| 1350 | "dist": { |
||
| 1351 | "type": "zip", |
||
| 1352 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6d6cbe971554f0a2cc84965850481eb04a2a0059", |
||
| 1353 | "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059", |
||
| 1354 | "shasum": "" |
||
| 1355 | }, |
||
| 1356 | "require": { |
||
| 1357 | "doctrine/common": "~2.2", |
||
| 1358 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 1359 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 1360 | }, |
||
| 1361 | "require-dev": { |
||
| 1362 | "doctrine/doctrine-bundle": "~1.5", |
||
| 1363 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 1364 | "symfony/asset": "~2.7|~3.0", |
||
| 1365 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 1366 | "symfony/dom-crawler": "~2.3|~3.0", |
||
| 1367 | "symfony/expression-language": "~2.4|~3.0", |
||
| 1368 | "symfony/finder": "~2.3|~3.0", |
||
| 1369 | "symfony/phpunit-bridge": "~3.2", |
||
| 1370 | "symfony/psr-http-message-bridge": "^0.3", |
||
| 1371 | "symfony/security-bundle": "~2.4|~3.0", |
||
| 1372 | "symfony/templating": "~2.3|~3.0", |
||
| 1373 | "symfony/translation": "~2.3|~3.0", |
||
| 1374 | "symfony/twig-bundle": "~2.3|~3.0", |
||
| 1375 | "symfony/yaml": "~2.3|~3.0", |
||
| 1376 | "twig/twig": "~1.12|~2.0", |
||
| 1377 | "zendframework/zend-diactoros": "^1.3" |
||
| 1378 | }, |
||
| 1379 | "suggest": { |
||
| 1380 | "symfony/expression-language": "", |
||
| 1381 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
| 1382 | "symfony/security-bundle": "" |
||
| 1383 | }, |
||
| 1384 | "type": "symfony-bundle", |
||
| 1385 | "extra": { |
||
| 1386 | "branch-alias": { |
||
| 1387 | "dev-master": "3.0.x-dev" |
||
| 1388 | } |
||
| 1389 | }, |
||
| 1390 | "autoload": { |
||
| 1391 | "psr-4": { |
||
| 1392 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
| 1393 | } |
||
| 1394 | }, |
||
| 1395 | "notification-url": "https://packagist.org/downloads/", |
||
| 1396 | "license": [ |
||
| 1397 | "MIT" |
||
| 1398 | ], |
||
| 1399 | "authors": [ |
||
| 1400 | { |
||
| 1401 | "name": "Fabien Potencier", |
||
| 1402 | "email": "[email protected]" |
||
| 1403 | } |
||
| 1404 | ], |
||
| 1405 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
| 1406 | "keywords": [ |
||
| 1407 | "annotations", |
||
| 1408 | "controllers" |
||
| 1409 | ], |
||
| 1410 | "time": "2017-05-11T17:01:57+00:00" |
||
| 1411 | }, |
||
| 1412 | { |
||
| 1413 | "name": "sensiolabs/security-checker", |
||
| 1414 | "version": "v4.0.4", |
||
| 1415 | "source": { |
||
| 1416 | "type": "git", |
||
| 1417 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
| 1418 | "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc" |
||
| 1419 | }, |
||
| 1420 | "dist": { |
||
| 1421 | "type": "zip", |
||
| 1422 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9e69eddf3bc49d1ee5c7908564da3141796d4bbc", |
||
| 1423 | "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc", |
||
| 1424 | "shasum": "" |
||
| 1425 | }, |
||
| 1426 | "require": { |
||
| 1427 | "composer/ca-bundle": "^1.0", |
||
| 1428 | "symfony/console": "~2.7|~3.0" |
||
| 1429 | }, |
||
| 1430 | "bin": [ |
||
| 1431 | "security-checker" |
||
| 1432 | ], |
||
| 1433 | "type": "library", |
||
| 1434 | "extra": { |
||
| 1435 | "branch-alias": { |
||
| 1436 | "dev-master": "4.0-dev" |
||
| 1437 | } |
||
| 1438 | }, |
||
| 1439 | "autoload": { |
||
| 1440 | "psr-0": { |
||
| 1441 | "SensioLabs\\Security": "" |
||
| 1442 | } |
||
| 1443 | }, |
||
| 1444 | "notification-url": "https://packagist.org/downloads/", |
||
| 1445 | "license": [ |
||
| 1446 | "MIT" |
||
| 1447 | ], |
||
| 1448 | "authors": [ |
||
| 1449 | { |
||
| 1450 | "name": "Fabien Potencier", |
||
| 1451 | "email": "[email protected]" |
||
| 1452 | } |
||
| 1453 | ], |
||
| 1454 | "description": "A security checker for your composer.lock", |
||
| 1455 | "time": "2017-03-31T14:50:32+00:00" |
||
| 1456 | }, |
||
| 1457 | { |
||
| 1458 | "name": "steeffeen/fancymanialinks", |
||
| 1459 | "version": "dev-master", |
||
| 1460 | "source": { |
||
| 1461 | "type": "git", |
||
| 1462 | "url": "https://github.com/steeffeen/FancyManiaLinks.git", |
||
| 1463 | "reference": "f844030851e1681e6c836eadddf0a76580b8593d" |
||
| 1464 | }, |
||
| 1465 | "dist": { |
||
| 1466 | "type": "zip", |
||
| 1467 | "url": "https://api.github.com/repos/steeffeen/FancyManiaLinks/zipball/f844030851e1681e6c836eadddf0a76580b8593d", |
||
| 1468 | "reference": "f844030851e1681e6c836eadddf0a76580b8593d", |
||
| 1469 | "shasum": "" |
||
| 1470 | }, |
||
| 1471 | "require": { |
||
| 1472 | "php": ">=5.3" |
||
| 1473 | }, |
||
| 1474 | "require-dev": { |
||
| 1475 | "phpunit/phpunit": "<6" |
||
| 1476 | }, |
||
| 1477 | "type": "library", |
||
| 1478 | "autoload": { |
||
| 1479 | "psr-4": { |
||
| 1480 | "FML\\": "FML/" |
||
| 1481 | } |
||
| 1482 | }, |
||
| 1483 | "notification-url": "https://packagist.org/downloads/", |
||
| 1484 | "license": [ |
||
| 1485 | "GPL-3.0" |
||
| 1486 | ], |
||
| 1487 | "authors": [ |
||
| 1488 | { |
||
| 1489 | "name": "Steffen Schroeder", |
||
| 1490 | "email": "[email protected]", |
||
| 1491 | "homepage": "http://www.steeffeen.com/" |
||
| 1492 | } |
||
| 1493 | ], |
||
| 1494 | "description": "ManiaLink Framework for Object-Based XML Generation", |
||
| 1495 | "homepage": "https://github.com/steeffeen/FancyManiaLinks", |
||
| 1496 | "keywords": [ |
||
| 1497 | "ManiaPlanet", |
||
| 1498 | "ManiaScript", |
||
| 1499 | "ShootMania", |
||
| 1500 | "TrackMania", |
||
| 1501 | "maniacode", |
||
| 1502 | "manialink", |
||
| 1503 | "xml" |
||
| 1504 | ], |
||
| 1505 | "time": "2017-07-06 20:15:22" |
||
| 1506 | }, |
||
| 1507 | { |
||
| 1508 | "name": "swiftmailer/swiftmailer", |
||
| 1509 | "version": "v5.4.8", |
||
| 1510 | "source": { |
||
| 1511 | "type": "git", |
||
| 1512 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 1513 | "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517" |
||
| 1514 | }, |
||
| 1515 | "dist": { |
||
| 1516 | "type": "zip", |
||
| 1517 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517", |
||
| 1518 | "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517", |
||
| 1519 | "shasum": "" |
||
| 1520 | }, |
||
| 1521 | "require": { |
||
| 1522 | "php": ">=5.3.3" |
||
| 1523 | }, |
||
| 1524 | "require-dev": { |
||
| 1525 | "mockery/mockery": "~0.9.1", |
||
| 1526 | "symfony/phpunit-bridge": "~3.2" |
||
| 1527 | }, |
||
| 1528 | "type": "library", |
||
| 1529 | "extra": { |
||
| 1530 | "branch-alias": { |
||
| 1531 | "dev-master": "5.4-dev" |
||
| 1532 | } |
||
| 1533 | }, |
||
| 1534 | "autoload": { |
||
| 1535 | "files": [ |
||
| 1536 | "lib/swift_required.php" |
||
| 1537 | ] |
||
| 1538 | }, |
||
| 1539 | "notification-url": "https://packagist.org/downloads/", |
||
| 1540 | "license": [ |
||
| 1541 | "MIT" |
||
| 1542 | ], |
||
| 1543 | "authors": [ |
||
| 1544 | { |
||
| 1545 | "name": "Chris Corbyn" |
||
| 1546 | }, |
||
| 1547 | { |
||
| 1548 | "name": "Fabien Potencier", |
||
| 1549 | "email": "[email protected]" |
||
| 1550 | } |
||
| 1551 | ], |
||
| 1552 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 1553 | "homepage": "http://swiftmailer.org", |
||
| 1554 | "keywords": [ |
||
| 1555 | "email", |
||
| 1556 | "mail", |
||
| 1557 | "mailer" |
||
| 1558 | ], |
||
| 1559 | "time": "2017-05-01T15:54:03+00:00" |
||
| 1560 | }, |
||
| 1561 | { |
||
| 1562 | "name": "symfony-bundles/bundle-dependency", |
||
| 1563 | "version": "v1.0.3", |
||
| 1564 | "source": { |
||
| 1565 | "type": "git", |
||
| 1566 | "url": "https://github.com/symfony-bundles/bundle-dependency.git", |
||
| 1567 | "reference": "755ae15fff7cfeca812e528eab4bf7ff9a4f1a72" |
||
| 1568 | }, |
||
| 1569 | "dist": { |
||
| 1570 | "type": "zip", |
||
| 1571 | "url": "https://api.github.com/repos/symfony-bundles/bundle-dependency/zipball/755ae15fff7cfeca812e528eab4bf7ff9a4f1a72", |
||
| 1572 | "reference": "755ae15fff7cfeca812e528eab4bf7ff9a4f1a72", |
||
| 1573 | "shasum": "" |
||
| 1574 | }, |
||
| 1575 | "require": { |
||
| 1576 | "php": ">=5.6" |
||
| 1577 | }, |
||
| 1578 | "require-dev": { |
||
| 1579 | "doctrine/annotations": "~1.1", |
||
| 1580 | "phpunit/php-code-coverage": "^3.3.0", |
||
| 1581 | "phpunit/phpunit": "^5.3", |
||
| 1582 | "symfony/framework-bundle": "~2.7|~3.0" |
||
| 1583 | }, |
||
| 1584 | "type": "library", |
||
| 1585 | "extra": { |
||
| 1586 | "branch-alias": { |
||
| 1587 | "dev-master": "1.x-dev" |
||
| 1588 | } |
||
| 1589 | }, |
||
| 1590 | "autoload": { |
||
| 1591 | "psr-4": { |
||
| 1592 | "SymfonyBundles\\BundleDependency\\": "" |
||
| 1593 | }, |
||
| 1594 | "exclude-from-classmap": [ |
||
| 1595 | "/Tests/" |
||
| 1596 | ] |
||
| 1597 | }, |
||
| 1598 | "notification-url": "https://packagist.org/downloads/", |
||
| 1599 | "license": [ |
||
| 1600 | "MIT" |
||
| 1601 | ], |
||
| 1602 | "authors": [ |
||
| 1603 | { |
||
| 1604 | "name": "Dmitry Khaperets", |
||
| 1605 | "email": "[email protected]" |
||
| 1606 | } |
||
| 1607 | ], |
||
| 1608 | "description": "Symfony BundleDependency Component", |
||
| 1609 | "homepage": "https://github.com/symfony-bundles/bundle-dependency", |
||
| 1610 | "keywords": [ |
||
| 1611 | "bundle", |
||
| 1612 | "dependencies", |
||
| 1613 | "dependency", |
||
| 1614 | "symfony" |
||
| 1615 | ], |
||
| 1616 | "time": "2016-11-27T03:28:57+00:00" |
||
| 1617 | }, |
||
| 1618 | { |
||
| 1619 | "name": "symfony/monolog-bundle", |
||
| 1620 | "version": "v3.1.0", |
||
| 1621 | "source": { |
||
| 1622 | "type": "git", |
||
| 1623 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
| 1624 | "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47" |
||
| 1625 | }, |
||
| 1626 | "dist": { |
||
| 1627 | "type": "zip", |
||
| 1628 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6f96c7dbb6b2ef70b307a1a6f897153cbca3da47", |
||
| 1629 | "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47", |
||
| 1630 | "shasum": "" |
||
| 1631 | }, |
||
| 1632 | "require": { |
||
| 1633 | "monolog/monolog": "~1.22", |
||
| 1634 | "php": ">=5.3.2", |
||
| 1635 | "symfony/config": "~2.7|~3.0", |
||
| 1636 | "symfony/dependency-injection": "~2.7|~3.0", |
||
| 1637 | "symfony/http-kernel": "~2.7|~3.0", |
||
| 1638 | "symfony/monolog-bridge": "~2.7|~3.0" |
||
| 1639 | }, |
||
| 1640 | "require-dev": { |
||
| 1641 | "phpunit/phpunit": "^4.8", |
||
| 1642 | "symfony/console": "~2.3|~3.0", |
||
| 1643 | "symfony/yaml": "~2.3|~3.0" |
||
| 1644 | }, |
||
| 1645 | "type": "symfony-bundle", |
||
| 1646 | "extra": { |
||
| 1647 | "branch-alias": { |
||
| 1648 | "dev-master": "3.x-dev" |
||
| 1649 | } |
||
| 1650 | }, |
||
| 1651 | "autoload": { |
||
| 1652 | "psr-4": { |
||
| 1653 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
| 1654 | } |
||
| 1655 | }, |
||
| 1656 | "notification-url": "https://packagist.org/downloads/", |
||
| 1657 | "license": [ |
||
| 1658 | "MIT" |
||
| 1659 | ], |
||
| 1660 | "authors": [ |
||
| 1661 | { |
||
| 1662 | "name": "Symfony Community", |
||
| 1663 | "homepage": "http://symfony.com/contributors" |
||
| 1664 | }, |
||
| 1665 | { |
||
| 1666 | "name": "Fabien Potencier", |
||
| 1667 | "email": "[email protected]" |
||
| 1668 | } |
||
| 1669 | ], |
||
| 1670 | "description": "Symfony MonologBundle", |
||
| 1671 | "homepage": "http://symfony.com", |
||
| 1672 | "keywords": [ |
||
| 1673 | "log", |
||
| 1674 | "logging" |
||
| 1675 | ], |
||
| 1676 | "time": "2017-03-26T11:55:59+00:00" |
||
| 1677 | }, |
||
| 1678 | { |
||
| 1679 | "name": "symfony/polyfill-apcu", |
||
| 1680 | "version": "v1.4.0", |
||
| 1681 | "source": { |
||
| 1682 | "type": "git", |
||
| 1683 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
| 1684 | "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2" |
||
| 1685 | }, |
||
| 1686 | "dist": { |
||
| 1687 | "type": "zip", |
||
| 1688 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/2e7965b8cdfbba50d0092d3f6dca97dddec409e2", |
||
| 1689 | "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2", |
||
| 1690 | "shasum": "" |
||
| 1691 | }, |
||
| 1692 | "require": { |
||
| 1693 | "php": ">=5.3.3" |
||
| 1694 | }, |
||
| 1695 | "type": "library", |
||
| 1696 | "extra": { |
||
| 1697 | "branch-alias": { |
||
| 1698 | "dev-master": "1.4-dev" |
||
| 1699 | } |
||
| 1700 | }, |
||
| 1701 | "autoload": { |
||
| 1702 | "files": [ |
||
| 1703 | "bootstrap.php" |
||
| 1704 | ] |
||
| 1705 | }, |
||
| 1706 | "notification-url": "https://packagist.org/downloads/", |
||
| 1707 | "license": [ |
||
| 1708 | "MIT" |
||
| 1709 | ], |
||
| 1710 | "authors": [ |
||
| 1711 | { |
||
| 1712 | "name": "Nicolas Grekas", |
||
| 1713 | "email": "[email protected]" |
||
| 1714 | }, |
||
| 1715 | { |
||
| 1716 | "name": "Symfony Community", |
||
| 1717 | "homepage": "https://symfony.com/contributors" |
||
| 1718 | } |
||
| 1719 | ], |
||
| 1720 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
| 1721 | "homepage": "https://symfony.com", |
||
| 1722 | "keywords": [ |
||
| 1723 | "apcu", |
||
| 1724 | "compatibility", |
||
| 1725 | "polyfill", |
||
| 1726 | "portable", |
||
| 1727 | "shim" |
||
| 1728 | ], |
||
| 1729 | "time": "2017-06-09T08:25:21+00:00" |
||
| 1730 | }, |
||
| 1731 | { |
||
| 1732 | "name": "symfony/polyfill-intl-icu", |
||
| 1733 | "version": "v1.4.0", |
||
| 1734 | "source": { |
||
| 1735 | "type": "git", |
||
| 1736 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
| 1737 | "reference": "3191cbe0ce64987bd382daf6724af31c53daae01" |
||
| 1738 | }, |
||
| 1739 | "dist": { |
||
| 1740 | "type": "zip", |
||
| 1741 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/3191cbe0ce64987bd382daf6724af31c53daae01", |
||
| 1742 | "reference": "3191cbe0ce64987bd382daf6724af31c53daae01", |
||
| 1743 | "shasum": "" |
||
| 1744 | }, |
||
| 1745 | "require": { |
||
| 1746 | "php": ">=5.3.3", |
||
| 1747 | "symfony/intl": "~2.3|~3.0|~4.0" |
||
| 1748 | }, |
||
| 1749 | "suggest": { |
||
| 1750 | "ext-intl": "For best performance" |
||
| 1751 | }, |
||
| 1752 | "type": "library", |
||
| 1753 | "extra": { |
||
| 1754 | "branch-alias": { |
||
| 1755 | "dev-master": "1.4-dev" |
||
| 1756 | } |
||
| 1757 | }, |
||
| 1758 | "autoload": { |
||
| 1759 | "files": [ |
||
| 1760 | "bootstrap.php" |
||
| 1761 | ] |
||
| 1762 | }, |
||
| 1763 | "notification-url": "https://packagist.org/downloads/", |
||
| 1764 | "license": [ |
||
| 1765 | "MIT" |
||
| 1766 | ], |
||
| 1767 | "authors": [ |
||
| 1768 | { |
||
| 1769 | "name": "Nicolas Grekas", |
||
| 1770 | "email": "[email protected]" |
||
| 1771 | }, |
||
| 1772 | { |
||
| 1773 | "name": "Symfony Community", |
||
| 1774 | "homepage": "https://symfony.com/contributors" |
||
| 1775 | } |
||
| 1776 | ], |
||
| 1777 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
| 1778 | "homepage": "https://symfony.com", |
||
| 1779 | "keywords": [ |
||
| 1780 | "compatibility", |
||
| 1781 | "icu", |
||
| 1782 | "intl", |
||
| 1783 | "polyfill", |
||
| 1784 | "portable", |
||
| 1785 | "shim" |
||
| 1786 | ], |
||
| 1787 | "time": "2017-06-09T08:25:21+00:00" |
||
| 1788 | }, |
||
| 1789 | { |
||
| 1790 | "name": "symfony/polyfill-mbstring", |
||
| 1791 | "version": "v1.4.0", |
||
| 1792 | "source": { |
||
| 1793 | "type": "git", |
||
| 1794 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 1795 | "reference": "f29dca382a6485c3cbe6379f0c61230167681937" |
||
| 1796 | }, |
||
| 1797 | "dist": { |
||
| 1798 | "type": "zip", |
||
| 1799 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937", |
||
| 1800 | "reference": "f29dca382a6485c3cbe6379f0c61230167681937", |
||
| 1801 | "shasum": "" |
||
| 1802 | }, |
||
| 1803 | "require": { |
||
| 1804 | "php": ">=5.3.3" |
||
| 1805 | }, |
||
| 1806 | "suggest": { |
||
| 1807 | "ext-mbstring": "For best performance" |
||
| 1808 | }, |
||
| 1809 | "type": "library", |
||
| 1810 | "extra": { |
||
| 1811 | "branch-alias": { |
||
| 1812 | "dev-master": "1.4-dev" |
||
| 1813 | } |
||
| 1814 | }, |
||
| 1815 | "autoload": { |
||
| 1816 | "psr-4": { |
||
| 1817 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 1818 | }, |
||
| 1819 | "files": [ |
||
| 1820 | "bootstrap.php" |
||
| 1821 | ] |
||
| 1822 | }, |
||
| 1823 | "notification-url": "https://packagist.org/downloads/", |
||
| 1824 | "license": [ |
||
| 1825 | "MIT" |
||
| 1826 | ], |
||
| 1827 | "authors": [ |
||
| 1828 | { |
||
| 1829 | "name": "Nicolas Grekas", |
||
| 1830 | "email": "[email protected]" |
||
| 1831 | }, |
||
| 1832 | { |
||
| 1833 | "name": "Symfony Community", |
||
| 1834 | "homepage": "https://symfony.com/contributors" |
||
| 1835 | } |
||
| 1836 | ], |
||
| 1837 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 1838 | "homepage": "https://symfony.com", |
||
| 1839 | "keywords": [ |
||
| 1840 | "compatibility", |
||
| 1841 | "mbstring", |
||
| 1842 | "polyfill", |
||
| 1843 | "portable", |
||
| 1844 | "shim" |
||
| 1845 | ], |
||
| 1846 | "time": "2017-06-09T14:24:12+00:00" |
||
| 1847 | }, |
||
| 1848 | { |
||
| 1849 | "name": "symfony/polyfill-php56", |
||
| 1850 | "version": "v1.4.0", |
||
| 1851 | "source": { |
||
| 1852 | "type": "git", |
||
| 1853 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
| 1854 | "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929" |
||
| 1855 | }, |
||
| 1856 | "dist": { |
||
| 1857 | "type": "zip", |
||
| 1858 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/bc0b7d6cb36b10cfabb170a3e359944a95174929", |
||
| 1859 | "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929", |
||
| 1860 | "shasum": "" |
||
| 1861 | }, |
||
| 1862 | "require": { |
||
| 1863 | "php": ">=5.3.3", |
||
| 1864 | "symfony/polyfill-util": "~1.0" |
||
| 1865 | }, |
||
| 1866 | "type": "library", |
||
| 1867 | "extra": { |
||
| 1868 | "branch-alias": { |
||
| 1869 | "dev-master": "1.4-dev" |
||
| 1870 | } |
||
| 1871 | }, |
||
| 1872 | "autoload": { |
||
| 1873 | "psr-4": { |
||
| 1874 | "Symfony\\Polyfill\\Php56\\": "" |
||
| 1875 | }, |
||
| 1876 | "files": [ |
||
| 1877 | "bootstrap.php" |
||
| 1878 | ] |
||
| 1879 | }, |
||
| 1880 | "notification-url": "https://packagist.org/downloads/", |
||
| 1881 | "license": [ |
||
| 1882 | "MIT" |
||
| 1883 | ], |
||
| 1884 | "authors": [ |
||
| 1885 | { |
||
| 1886 | "name": "Nicolas Grekas", |
||
| 1887 | "email": "[email protected]" |
||
| 1888 | }, |
||
| 1889 | { |
||
| 1890 | "name": "Symfony Community", |
||
| 1891 | "homepage": "https://symfony.com/contributors" |
||
| 1892 | } |
||
| 1893 | ], |
||
| 1894 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
| 1895 | "homepage": "https://symfony.com", |
||
| 1896 | "keywords": [ |
||
| 1897 | "compatibility", |
||
| 1898 | "polyfill", |
||
| 1899 | "portable", |
||
| 1900 | "shim" |
||
| 1901 | ], |
||
| 1902 | "time": "2017-06-09T08:25:21+00:00" |
||
| 1903 | }, |
||
| 1904 | { |
||
| 1905 | "name": "symfony/polyfill-php70", |
||
| 1906 | "version": "v1.4.0", |
||
| 1907 | "source": { |
||
| 1908 | "type": "git", |
||
| 1909 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 1910 | "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874" |
||
| 1911 | }, |
||
| 1912 | "dist": { |
||
| 1913 | "type": "zip", |
||
| 1914 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874", |
||
| 1915 | "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874", |
||
| 1916 | "shasum": "" |
||
| 1917 | }, |
||
| 1918 | "require": { |
||
| 1919 | "paragonie/random_compat": "~1.0|~2.0", |
||
| 1920 | "php": ">=5.3.3" |
||
| 1921 | }, |
||
| 1922 | "type": "library", |
||
| 1923 | "extra": { |
||
| 1924 | "branch-alias": { |
||
| 1925 | "dev-master": "1.4-dev" |
||
| 1926 | } |
||
| 1927 | }, |
||
| 1928 | "autoload": { |
||
| 1929 | "psr-4": { |
||
| 1930 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 1931 | }, |
||
| 1932 | "files": [ |
||
| 1933 | "bootstrap.php" |
||
| 1934 | ], |
||
| 1935 | "classmap": [ |
||
| 1936 | "Resources/stubs" |
||
| 1937 | ] |
||
| 1938 | }, |
||
| 1939 | "notification-url": "https://packagist.org/downloads/", |
||
| 1940 | "license": [ |
||
| 1941 | "MIT" |
||
| 1942 | ], |
||
| 1943 | "authors": [ |
||
| 1944 | { |
||
| 1945 | "name": "Nicolas Grekas", |
||
| 1946 | "email": "[email protected]" |
||
| 1947 | }, |
||
| 1948 | { |
||
| 1949 | "name": "Symfony Community", |
||
| 1950 | "homepage": "https://symfony.com/contributors" |
||
| 1951 | } |
||
| 1952 | ], |
||
| 1953 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 1954 | "homepage": "https://symfony.com", |
||
| 1955 | "keywords": [ |
||
| 1956 | "compatibility", |
||
| 1957 | "polyfill", |
||
| 1958 | "portable", |
||
| 1959 | "shim" |
||
| 1960 | ], |
||
| 1961 | "time": "2017-06-09T14:24:12+00:00" |
||
| 1962 | }, |
||
| 1963 | { |
||
| 1964 | "name": "symfony/polyfill-util", |
||
| 1965 | "version": "v1.4.0", |
||
| 1966 | "source": { |
||
| 1967 | "type": "git", |
||
| 1968 | "url": "https://github.com/symfony/polyfill-util.git", |
||
| 1969 | "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d" |
||
| 1970 | }, |
||
| 1971 | "dist": { |
||
| 1972 | "type": "zip", |
||
| 1973 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", |
||
| 1974 | "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", |
||
| 1975 | "shasum": "" |
||
| 1976 | }, |
||
| 1977 | "require": { |
||
| 1978 | "php": ">=5.3.3" |
||
| 1979 | }, |
||
| 1980 | "type": "library", |
||
| 1981 | "extra": { |
||
| 1982 | "branch-alias": { |
||
| 1983 | "dev-master": "1.4-dev" |
||
| 1984 | } |
||
| 1985 | }, |
||
| 1986 | "autoload": { |
||
| 1987 | "psr-4": { |
||
| 1988 | "Symfony\\Polyfill\\Util\\": "" |
||
| 1989 | } |
||
| 1990 | }, |
||
| 1991 | "notification-url": "https://packagist.org/downloads/", |
||
| 1992 | "license": [ |
||
| 1993 | "MIT" |
||
| 1994 | ], |
||
| 1995 | "authors": [ |
||
| 1996 | { |
||
| 1997 | "name": "Nicolas Grekas", |
||
| 1998 | "email": "[email protected]" |
||
| 1999 | }, |
||
| 2000 | { |
||
| 2001 | "name": "Symfony Community", |
||
| 2002 | "homepage": "https://symfony.com/contributors" |
||
| 2003 | } |
||
| 2004 | ], |
||
| 2005 | "description": "Symfony utilities for portability of PHP codes", |
||
| 2006 | "homepage": "https://symfony.com", |
||
| 2007 | "keywords": [ |
||
| 2008 | "compat", |
||
| 2009 | "compatibility", |
||
| 2010 | "polyfill", |
||
| 2011 | "shim" |
||
| 2012 | ], |
||
| 2013 | "time": "2017-06-09T08:25:21+00:00" |
||
| 2014 | }, |
||
| 2015 | { |
||
| 2016 | "name": "symfony/swiftmailer-bundle", |
||
| 2017 | "version": "v2.6.2", |
||
| 2018 | "source": { |
||
| 2019 | "type": "git", |
||
| 2020 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
| 2021 | "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75" |
||
| 2022 | }, |
||
| 2023 | "dist": { |
||
| 2024 | "type": "zip", |
||
| 2025 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/deabc81120c2086571f7c4484ab785c5e1b84f75", |
||
| 2026 | "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75", |
||
| 2027 | "shasum": "" |
||
| 2028 | }, |
||
| 2029 | "require": { |
||
| 2030 | "php": ">=5.3.2", |
||
| 2031 | "swiftmailer/swiftmailer": "~4.2|~5.0", |
||
| 2032 | "symfony/config": "~2.7|~3.0", |
||
| 2033 | "symfony/dependency-injection": "~2.7|~3.0", |
||
| 2034 | "symfony/http-kernel": "~2.7|~3.0" |
||
| 2035 | }, |
||
| 2036 | "require-dev": { |
||
| 2037 | "symfony/console": "~2.7|~3.0", |
||
| 2038 | "symfony/framework-bundle": "~2.7|~3.0", |
||
| 2039 | "symfony/phpunit-bridge": "~3.3@dev", |
||
| 2040 | "symfony/yaml": "~2.7|~3.0" |
||
| 2041 | }, |
||
| 2042 | "suggest": { |
||
| 2043 | "psr/log": "Allows logging" |
||
| 2044 | }, |
||
| 2045 | "type": "symfony-bundle", |
||
| 2046 | "extra": { |
||
| 2047 | "branch-alias": { |
||
| 2048 | "dev-master": "2.6-dev" |
||
| 2049 | } |
||
| 2050 | }, |
||
| 2051 | "autoload": { |
||
| 2052 | "psr-4": { |
||
| 2053 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
| 2054 | } |
||
| 2055 | }, |
||
| 2056 | "notification-url": "https://packagist.org/downloads/", |
||
| 2057 | "license": [ |
||
| 2058 | "MIT" |
||
| 2059 | ], |
||
| 2060 | "authors": [ |
||
| 2061 | { |
||
| 2062 | "name": "Symfony Community", |
||
| 2063 | "homepage": "http://symfony.com/contributors" |
||
| 2064 | }, |
||
| 2065 | { |
||
| 2066 | "name": "Fabien Potencier", |
||
| 2067 | "email": "[email protected]" |
||
| 2068 | } |
||
| 2069 | ], |
||
| 2070 | "description": "Symfony SwiftmailerBundle", |
||
| 2071 | "homepage": "http://symfony.com", |
||
| 2072 | "time": "2017-05-22T04:58:24+00:00" |
||
| 2073 | }, |
||
| 2074 | { |
||
| 2075 | "name": "symfony/symfony", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 2076 | "version": "v3.2.11", |
||
| 2077 | "source": { |
||
| 2078 | "type": "git", |
||
| 2079 | "url": "https://github.com/symfony/symfony.git", |
||
| 2080 | "reference": "697ece8d9a4e07349bf5d222204fc878b3199f03" |
||
| 2081 | }, |
||
| 2082 | "dist": { |
||
| 2083 | "type": "zip", |
||
| 2084 | "url": "https://api.github.com/repos/symfony/symfony/zipball/697ece8d9a4e07349bf5d222204fc878b3199f03", |
||
| 2085 | "reference": "697ece8d9a4e07349bf5d222204fc878b3199f03", |
||
| 2086 | "shasum": "" |
||
| 2087 | }, |
||
| 2088 | "require": { |
||
| 2089 | "doctrine/common": "~2.4", |
||
| 2090 | "php": ">=5.5.9", |
||
| 2091 | "psr/cache": "~1.0", |
||
| 2092 | "psr/log": "~1.0", |
||
| 2093 | "symfony/polyfill-intl-icu": "~1.0", |
||
| 2094 | "symfony/polyfill-mbstring": "~1.0", |
||
| 2095 | "symfony/polyfill-php56": "~1.0", |
||
| 2096 | "symfony/polyfill-php70": "~1.0", |
||
| 2097 | "symfony/polyfill-util": "~1.0", |
||
| 2098 | "twig/twig": "~1.34|~2.4" |
||
| 2099 | }, |
||
| 2100 | "conflict": { |
||
| 2101 | "phpdocumentor/reflection-docblock": "<3.0", |
||
| 2102 | "phpdocumentor/type-resolver": "<0.2.0", |
||
| 2103 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
| 2104 | }, |
||
| 2105 | "provide": { |
||
| 2106 | "psr/cache-implementation": "1.0" |
||
| 2107 | }, |
||
| 2108 | "replace": { |
||
| 2109 | "symfony/asset": "self.version", |
||
| 2110 | "symfony/browser-kit": "self.version", |
||
| 2111 | "symfony/cache": "self.version", |
||
| 2112 | "symfony/class-loader": "self.version", |
||
| 2113 | "symfony/config": "self.version", |
||
| 2114 | "symfony/console": "self.version", |
||
| 2115 | "symfony/css-selector": "self.version", |
||
| 2116 | "symfony/debug": "self.version", |
||
| 2117 | "symfony/debug-bundle": "self.version", |
||
| 2118 | "symfony/dependency-injection": "self.version", |
||
| 2119 | "symfony/doctrine-bridge": "self.version", |
||
| 2120 | "symfony/dom-crawler": "self.version", |
||
| 2121 | "symfony/event-dispatcher": "self.version", |
||
| 2122 | "symfony/expression-language": "self.version", |
||
| 2123 | "symfony/filesystem": "self.version", |
||
| 2124 | "symfony/finder": "self.version", |
||
| 2125 | "symfony/form": "self.version", |
||
| 2126 | "symfony/framework-bundle": "self.version", |
||
| 2127 | "symfony/http-foundation": "self.version", |
||
| 2128 | "symfony/http-kernel": "self.version", |
||
| 2129 | "symfony/inflector": "self.version", |
||
| 2130 | "symfony/intl": "self.version", |
||
| 2131 | "symfony/ldap": "self.version", |
||
| 2132 | "symfony/monolog-bridge": "self.version", |
||
| 2133 | "symfony/options-resolver": "self.version", |
||
| 2134 | "symfony/process": "self.version", |
||
| 2135 | "symfony/property-access": "self.version", |
||
| 2136 | "symfony/property-info": "self.version", |
||
| 2137 | "symfony/proxy-manager-bridge": "self.version", |
||
| 2138 | "symfony/routing": "self.version", |
||
| 2139 | "symfony/security": "self.version", |
||
| 2140 | "symfony/security-bundle": "self.version", |
||
| 2141 | "symfony/security-core": "self.version", |
||
| 2142 | "symfony/security-csrf": "self.version", |
||
| 2143 | "symfony/security-guard": "self.version", |
||
| 2144 | "symfony/security-http": "self.version", |
||
| 2145 | "symfony/serializer": "self.version", |
||
| 2146 | "symfony/stopwatch": "self.version", |
||
| 2147 | "symfony/templating": "self.version", |
||
| 2148 | "symfony/translation": "self.version", |
||
| 2149 | "symfony/twig-bridge": "self.version", |
||
| 2150 | "symfony/twig-bundle": "self.version", |
||
| 2151 | "symfony/validator": "self.version", |
||
| 2152 | "symfony/var-dumper": "self.version", |
||
| 2153 | "symfony/web-profiler-bundle": "self.version", |
||
| 2154 | "symfony/workflow": "self.version", |
||
| 2155 | "symfony/yaml": "self.version" |
||
| 2156 | }, |
||
| 2157 | "require-dev": { |
||
| 2158 | "cache/integration-tests": "dev-master", |
||
| 2159 | "doctrine/cache": "~1.6", |
||
| 2160 | "doctrine/data-fixtures": "1.0.*", |
||
| 2161 | "doctrine/dbal": "~2.4", |
||
| 2162 | "doctrine/doctrine-bundle": "~1.4", |
||
| 2163 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 2164 | "egulias/email-validator": "~1.2,>=1.2.8|~2.0", |
||
| 2165 | "monolog/monolog": "~1.11", |
||
| 2166 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
| 2167 | "phpdocumentor/reflection-docblock": "^3.0", |
||
| 2168 | "predis/predis": "~1.0", |
||
| 2169 | "sensio/framework-extra-bundle": "^3.0.2", |
||
| 2170 | "symfony/phpunit-bridge": "~3.2", |
||
| 2171 | "symfony/polyfill-apcu": "~1.1", |
||
| 2172 | "symfony/security-acl": "~2.8|~3.0" |
||
| 2173 | }, |
||
| 2174 | "type": "library", |
||
| 2175 | "extra": { |
||
| 2176 | "branch-alias": { |
||
| 2177 | "dev-master": "3.2-dev" |
||
| 2178 | } |
||
| 2179 | }, |
||
| 2180 | "autoload": { |
||
| 2181 | "psr-4": { |
||
| 2182 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
| 2183 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
| 2184 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
| 2185 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
| 2186 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
| 2187 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
| 2188 | }, |
||
| 2189 | "classmap": [ |
||
| 2190 | "src/Symfony/Component/Intl/Resources/stubs" |
||
| 2191 | ], |
||
| 2192 | "exclude-from-classmap": [ |
||
| 2193 | "**/Tests/" |
||
| 2194 | ] |
||
| 2195 | }, |
||
| 2196 | "notification-url": "https://packagist.org/downloads/", |
||
| 2197 | "license": [ |
||
| 2198 | "MIT" |
||
| 2199 | ], |
||
| 2200 | "authors": [ |
||
| 2201 | { |
||
| 2202 | "name": "Fabien Potencier", |
||
| 2203 | "email": "[email protected]" |
||
| 2204 | }, |
||
| 2205 | { |
||
| 2206 | "name": "Symfony Community", |
||
| 2207 | "homepage": "https://symfony.com/contributors" |
||
| 2208 | } |
||
| 2209 | ], |
||
| 2210 | "description": "The Symfony PHP framework", |
||
| 2211 | "homepage": "https://symfony.com", |
||
| 2212 | "keywords": [ |
||
| 2213 | "framework" |
||
| 2214 | ], |
||
| 2215 | "time": "2017-07-05T10:25:23+00:00" |
||
| 2216 | }, |
||
| 2217 | { |
||
| 2218 | "name": "twig/twig", |
||
| 2219 | "version": "v1.34.4", |
||
| 2220 | "source": { |
||
| 2221 | "type": "git", |
||
| 2222 | "url": "https://github.com/twigphp/Twig.git", |
||
| 2223 | "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee" |
||
| 2224 | }, |
||
| 2225 | "dist": { |
||
| 2226 | "type": "zip", |
||
| 2227 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/f878bab48edb66ad9c6ed626bf817f60c6c096ee", |
||
| 2228 | "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee", |
||
| 2229 | "shasum": "" |
||
| 2230 | }, |
||
| 2231 | "require": { |
||
| 2232 | "php": ">=5.3.3" |
||
| 2233 | }, |
||
| 2234 | "require-dev": { |
||
| 2235 | "psr/container": "^1.0", |
||
| 2236 | "symfony/debug": "~2.7", |
||
| 2237 | "symfony/phpunit-bridge": "~3.3@dev" |
||
| 2238 | }, |
||
| 2239 | "type": "library", |
||
| 2240 | "extra": { |
||
| 2241 | "branch-alias": { |
||
| 2242 | "dev-master": "1.34-dev" |
||
| 2243 | } |
||
| 2244 | }, |
||
| 2245 | "autoload": { |
||
| 2246 | "psr-0": { |
||
| 2247 | "Twig_": "lib/" |
||
| 2248 | }, |
||
| 2249 | "psr-4": { |
||
| 2250 | "Twig\\": "src/" |
||
| 2251 | } |
||
| 2252 | }, |
||
| 2253 | "notification-url": "https://packagist.org/downloads/", |
||
| 2254 | "license": [ |
||
| 2255 | "BSD-3-Clause" |
||
| 2256 | ], |
||
| 2257 | "authors": [ |
||
| 2258 | { |
||
| 2259 | "name": "Fabien Potencier", |
||
| 2260 | "email": "[email protected]", |
||
| 2261 | "homepage": "http://fabien.potencier.org", |
||
| 2262 | "role": "Lead Developer" |
||
| 2263 | }, |
||
| 2264 | { |
||
| 2265 | "name": "Armin Ronacher", |
||
| 2266 | "email": "[email protected]", |
||
| 2267 | "role": "Project Founder" |
||
| 2268 | }, |
||
| 2269 | { |
||
| 2270 | "name": "Twig Team", |
||
| 2271 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
| 2272 | "role": "Contributors" |
||
| 2273 | } |
||
| 2274 | ], |
||
| 2275 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
| 2276 | "homepage": "http://twig.sensiolabs.org", |
||
| 2277 | "keywords": [ |
||
| 2278 | "templating" |
||
| 2279 | ], |
||
| 2280 | "time": "2017-07-04T13:19:31+00:00" |
||
| 2281 | } |
||
| 2282 | ], |
||
| 2283 | "packages-dev": [ |
||
| 2284 | { |
||
| 2285 | "name": "myclabs/deep-copy", |
||
| 2286 | "version": "1.6.1", |
||
| 2287 | "source": { |
||
| 2288 | "type": "git", |
||
| 2289 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 2290 | "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" |
||
| 2291 | }, |
||
| 2292 | "dist": { |
||
| 2293 | "type": "zip", |
||
| 2294 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
||
| 2295 | "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
||
| 2296 | "shasum": "" |
||
| 2297 | }, |
||
| 2298 | "require": { |
||
| 2299 | "php": ">=5.4.0" |
||
| 2300 | }, |
||
| 2301 | "require-dev": { |
||
| 2302 | "doctrine/collections": "1.*", |
||
| 2303 | "phpunit/phpunit": "~4.1" |
||
| 2304 | }, |
||
| 2305 | "type": "library", |
||
| 2306 | "autoload": { |
||
| 2307 | "psr-4": { |
||
| 2308 | "DeepCopy\\": "src/DeepCopy/" |
||
| 2309 | } |
||
| 2310 | }, |
||
| 2311 | "notification-url": "https://packagist.org/downloads/", |
||
| 2312 | "license": [ |
||
| 2313 | "MIT" |
||
| 2314 | ], |
||
| 2315 | "description": "Create deep copies (clones) of your objects", |
||
| 2316 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
| 2317 | "keywords": [ |
||
| 2318 | "clone", |
||
| 2319 | "copy", |
||
| 2320 | "duplicate", |
||
| 2321 | "object", |
||
| 2322 | "object graph" |
||
| 2323 | ], |
||
| 2324 | "time": "2017-04-12T18:52:22+00:00" |
||
| 2325 | }, |
||
| 2326 | { |
||
| 2327 | "name": "phpdocumentor/reflection-common", |
||
| 2328 | "version": "1.0", |
||
| 2329 | "source": { |
||
| 2330 | "type": "git", |
||
| 2331 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 2332 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
| 2333 | }, |
||
| 2334 | "dist": { |
||
| 2335 | "type": "zip", |
||
| 2336 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 2337 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 2338 | "shasum": "" |
||
| 2339 | }, |
||
| 2340 | "require": { |
||
| 2341 | "php": ">=5.5" |
||
| 2342 | }, |
||
| 2343 | "require-dev": { |
||
| 2344 | "phpunit/phpunit": "^4.6" |
||
| 2345 | }, |
||
| 2346 | "type": "library", |
||
| 2347 | "extra": { |
||
| 2348 | "branch-alias": { |
||
| 2349 | "dev-master": "1.0.x-dev" |
||
| 2350 | } |
||
| 2351 | }, |
||
| 2352 | "autoload": { |
||
| 2353 | "psr-4": { |
||
| 2354 | "phpDocumentor\\Reflection\\": [ |
||
| 2355 | "src" |
||
| 2356 | ] |
||
| 2357 | } |
||
| 2358 | }, |
||
| 2359 | "notification-url": "https://packagist.org/downloads/", |
||
| 2360 | "license": [ |
||
| 2361 | "MIT" |
||
| 2362 | ], |
||
| 2363 | "authors": [ |
||
| 2364 | { |
||
| 2365 | "name": "Jaap van Otterdijk", |
||
| 2366 | "email": "[email protected]" |
||
| 2367 | } |
||
| 2368 | ], |
||
| 2369 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 2370 | "homepage": "http://www.phpdoc.org", |
||
| 2371 | "keywords": [ |
||
| 2372 | "FQSEN", |
||
| 2373 | "phpDocumentor", |
||
| 2374 | "phpdoc", |
||
| 2375 | "reflection", |
||
| 2376 | "static analysis" |
||
| 2377 | ], |
||
| 2378 | "time": "2015-12-27T11:43:31+00:00" |
||
| 2379 | }, |
||
| 2380 | { |
||
| 2381 | "name": "phpdocumentor/reflection-docblock", |
||
| 2382 | "version": "3.2.0", |
||
| 2383 | "source": { |
||
| 2384 | "type": "git", |
||
| 2385 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 2386 | "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585" |
||
| 2387 | }, |
||
| 2388 | "dist": { |
||
| 2389 | "type": "zip", |
||
| 2390 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585", |
||
| 2391 | "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585", |
||
| 2392 | "shasum": "" |
||
| 2393 | }, |
||
| 2394 | "require": { |
||
| 2395 | "php": ">=5.5", |
||
| 2396 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
| 2397 | "phpdocumentor/type-resolver": "^0.4.0", |
||
| 2398 | "webmozart/assert": "^1.0" |
||
| 2399 | }, |
||
| 2400 | "require-dev": { |
||
| 2401 | "mockery/mockery": "^0.9.4", |
||
| 2402 | "phpunit/phpunit": "^4.4" |
||
| 2403 | }, |
||
| 2404 | "type": "library", |
||
| 2405 | "autoload": { |
||
| 2406 | "psr-4": { |
||
| 2407 | "phpDocumentor\\Reflection\\": [ |
||
| 2408 | "src/" |
||
| 2409 | ] |
||
| 2410 | } |
||
| 2411 | }, |
||
| 2412 | "notification-url": "https://packagist.org/downloads/", |
||
| 2413 | "license": [ |
||
| 2414 | "MIT" |
||
| 2415 | ], |
||
| 2416 | "authors": [ |
||
| 2417 | { |
||
| 2418 | "name": "Mike van Riel", |
||
| 2419 | "email": "[email protected]" |
||
| 2420 | } |
||
| 2421 | ], |
||
| 2422 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 2423 | "time": "2017-07-15T11:38:20+00:00" |
||
| 2424 | }, |
||
| 2425 | { |
||
| 2426 | "name": "phpdocumentor/type-resolver", |
||
| 2427 | "version": "0.4.0", |
||
| 2428 | "source": { |
||
| 2429 | "type": "git", |
||
| 2430 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 2431 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
| 2432 | }, |
||
| 2433 | "dist": { |
||
| 2434 | "type": "zip", |
||
| 2435 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
| 2436 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
| 2437 | "shasum": "" |
||
| 2438 | }, |
||
| 2439 | "require": { |
||
| 2440 | "php": "^5.5 || ^7.0", |
||
| 2441 | "phpdocumentor/reflection-common": "^1.0" |
||
| 2442 | }, |
||
| 2443 | "require-dev": { |
||
| 2444 | "mockery/mockery": "^0.9.4", |
||
| 2445 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 2446 | }, |
||
| 2447 | "type": "library", |
||
| 2448 | "extra": { |
||
| 2449 | "branch-alias": { |
||
| 2450 | "dev-master": "1.0.x-dev" |
||
| 2451 | } |
||
| 2452 | }, |
||
| 2453 | "autoload": { |
||
| 2454 | "psr-4": { |
||
| 2455 | "phpDocumentor\\Reflection\\": [ |
||
| 2456 | "src/" |
||
| 2457 | ] |
||
| 2458 | } |
||
| 2459 | }, |
||
| 2460 | "notification-url": "https://packagist.org/downloads/", |
||
| 2461 | "license": [ |
||
| 2462 | "MIT" |
||
| 2463 | ], |
||
| 2464 | "authors": [ |
||
| 2465 | { |
||
| 2466 | "name": "Mike van Riel", |
||
| 2467 | "email": "[email protected]" |
||
| 2468 | } |
||
| 2469 | ], |
||
| 2470 | "time": "2017-07-14T14:27:02+00:00" |
||
| 2471 | }, |
||
| 2472 | { |
||
| 2473 | "name": "phpspec/prophecy", |
||
| 2474 | "version": "v1.7.0", |
||
| 2475 | "source": { |
||
| 2476 | "type": "git", |
||
| 2477 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 2478 | "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" |
||
| 2479 | }, |
||
| 2480 | "dist": { |
||
| 2481 | "type": "zip", |
||
| 2482 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", |
||
| 2483 | "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", |
||
| 2484 | "shasum": "" |
||
| 2485 | }, |
||
| 2486 | "require": { |
||
| 2487 | "doctrine/instantiator": "^1.0.2", |
||
| 2488 | "php": "^5.3|^7.0", |
||
| 2489 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
| 2490 | "sebastian/comparator": "^1.1|^2.0", |
||
| 2491 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
| 2492 | }, |
||
| 2493 | "require-dev": { |
||
| 2494 | "phpspec/phpspec": "^2.5|^3.2", |
||
| 2495 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
| 2496 | }, |
||
| 2497 | "type": "library", |
||
| 2498 | "extra": { |
||
| 2499 | "branch-alias": { |
||
| 2500 | "dev-master": "1.6.x-dev" |
||
| 2501 | } |
||
| 2502 | }, |
||
| 2503 | "autoload": { |
||
| 2504 | "psr-0": { |
||
| 2505 | "Prophecy\\": "src/" |
||
| 2506 | } |
||
| 2507 | }, |
||
| 2508 | "notification-url": "https://packagist.org/downloads/", |
||
| 2509 | "license": [ |
||
| 2510 | "MIT" |
||
| 2511 | ], |
||
| 2512 | "authors": [ |
||
| 2513 | { |
||
| 2514 | "name": "Konstantin Kudryashov", |
||
| 2515 | "email": "[email protected]", |
||
| 2516 | "homepage": "http://everzet.com" |
||
| 2517 | }, |
||
| 2518 | { |
||
| 2519 | "name": "Marcello Duarte", |
||
| 2520 | "email": "[email protected]" |
||
| 2521 | } |
||
| 2522 | ], |
||
| 2523 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 2524 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 2525 | "keywords": [ |
||
| 2526 | "Double", |
||
| 2527 | "Dummy", |
||
| 2528 | "fake", |
||
| 2529 | "mock", |
||
| 2530 | "spy", |
||
| 2531 | "stub" |
||
| 2532 | ], |
||
| 2533 | "time": "2017-03-02T20:05:34+00:00" |
||
| 2534 | }, |
||
| 2535 | { |
||
| 2536 | "name": "phpunit/php-code-coverage", |
||
| 2537 | "version": "4.0.8", |
||
| 2538 | "source": { |
||
| 2539 | "type": "git", |
||
| 2540 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 2541 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
||
| 2542 | }, |
||
| 2543 | "dist": { |
||
| 2544 | "type": "zip", |
||
| 2545 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
| 2546 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
| 2547 | "shasum": "" |
||
| 2548 | }, |
||
| 2549 | "require": { |
||
| 2550 | "ext-dom": "*", |
||
| 2551 | "ext-xmlwriter": "*", |
||
| 2552 | "php": "^5.6 || ^7.0", |
||
| 2553 | "phpunit/php-file-iterator": "^1.3", |
||
| 2554 | "phpunit/php-text-template": "^1.2", |
||
| 2555 | "phpunit/php-token-stream": "^1.4.2 || ^2.0", |
||
| 2556 | "sebastian/code-unit-reverse-lookup": "^1.0", |
||
| 2557 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
| 2558 | "sebastian/version": "^1.0 || ^2.0" |
||
| 2559 | }, |
||
| 2560 | "require-dev": { |
||
| 2561 | "ext-xdebug": "^2.1.4", |
||
| 2562 | "phpunit/phpunit": "^5.7" |
||
| 2563 | }, |
||
| 2564 | "suggest": { |
||
| 2565 | "ext-xdebug": "^2.5.1" |
||
| 2566 | }, |
||
| 2567 | "type": "library", |
||
| 2568 | "extra": { |
||
| 2569 | "branch-alias": { |
||
| 2570 | "dev-master": "4.0.x-dev" |
||
| 2571 | } |
||
| 2572 | }, |
||
| 2573 | "autoload": { |
||
| 2574 | "classmap": [ |
||
| 2575 | "src/" |
||
| 2576 | ] |
||
| 2577 | }, |
||
| 2578 | "notification-url": "https://packagist.org/downloads/", |
||
| 2579 | "license": [ |
||
| 2580 | "BSD-3-Clause" |
||
| 2581 | ], |
||
| 2582 | "authors": [ |
||
| 2583 | { |
||
| 2584 | "name": "Sebastian Bergmann", |
||
| 2585 | "email": "[email protected]", |
||
| 2586 | "role": "lead" |
||
| 2587 | } |
||
| 2588 | ], |
||
| 2589 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 2590 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 2591 | "keywords": [ |
||
| 2592 | "coverage", |
||
| 2593 | "testing", |
||
| 2594 | "xunit" |
||
| 2595 | ], |
||
| 2596 | "time": "2017-04-02T07:44:40+00:00" |
||
| 2597 | }, |
||
| 2598 | { |
||
| 2599 | "name": "phpunit/php-file-iterator", |
||
| 2600 | "version": "1.4.2", |
||
| 2601 | "source": { |
||
| 2602 | "type": "git", |
||
| 2603 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 2604 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
| 2605 | }, |
||
| 2606 | "dist": { |
||
| 2607 | "type": "zip", |
||
| 2608 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
| 2609 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
| 2610 | "shasum": "" |
||
| 2611 | }, |
||
| 2612 | "require": { |
||
| 2613 | "php": ">=5.3.3" |
||
| 2614 | }, |
||
| 2615 | "type": "library", |
||
| 2616 | "extra": { |
||
| 2617 | "branch-alias": { |
||
| 2618 | "dev-master": "1.4.x-dev" |
||
| 2619 | } |
||
| 2620 | }, |
||
| 2621 | "autoload": { |
||
| 2622 | "classmap": [ |
||
| 2623 | "src/" |
||
| 2624 | ] |
||
| 2625 | }, |
||
| 2626 | "notification-url": "https://packagist.org/downloads/", |
||
| 2627 | "license": [ |
||
| 2628 | "BSD-3-Clause" |
||
| 2629 | ], |
||
| 2630 | "authors": [ |
||
| 2631 | { |
||
| 2632 | "name": "Sebastian Bergmann", |
||
| 2633 | "email": "[email protected]", |
||
| 2634 | "role": "lead" |
||
| 2635 | } |
||
| 2636 | ], |
||
| 2637 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 2638 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 2639 | "keywords": [ |
||
| 2640 | "filesystem", |
||
| 2641 | "iterator" |
||
| 2642 | ], |
||
| 2643 | "time": "2016-10-03T07:40:28+00:00" |
||
| 2644 | }, |
||
| 2645 | { |
||
| 2646 | "name": "phpunit/php-text-template", |
||
| 2647 | "version": "1.2.1", |
||
| 2648 | "source": { |
||
| 2649 | "type": "git", |
||
| 2650 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 2651 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 2652 | }, |
||
| 2653 | "dist": { |
||
| 2654 | "type": "zip", |
||
| 2655 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 2656 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 2657 | "shasum": "" |
||
| 2658 | }, |
||
| 2659 | "require": { |
||
| 2660 | "php": ">=5.3.3" |
||
| 2661 | }, |
||
| 2662 | "type": "library", |
||
| 2663 | "autoload": { |
||
| 2664 | "classmap": [ |
||
| 2665 | "src/" |
||
| 2666 | ] |
||
| 2667 | }, |
||
| 2668 | "notification-url": "https://packagist.org/downloads/", |
||
| 2669 | "license": [ |
||
| 2670 | "BSD-3-Clause" |
||
| 2671 | ], |
||
| 2672 | "authors": [ |
||
| 2673 | { |
||
| 2674 | "name": "Sebastian Bergmann", |
||
| 2675 | "email": "[email protected]", |
||
| 2676 | "role": "lead" |
||
| 2677 | } |
||
| 2678 | ], |
||
| 2679 | "description": "Simple template engine.", |
||
| 2680 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 2681 | "keywords": [ |
||
| 2682 | "template" |
||
| 2683 | ], |
||
| 2684 | "time": "2015-06-21T13:50:34+00:00" |
||
| 2685 | }, |
||
| 2686 | { |
||
| 2687 | "name": "phpunit/php-timer", |
||
| 2688 | "version": "1.0.9", |
||
| 2689 | "source": { |
||
| 2690 | "type": "git", |
||
| 2691 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 2692 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
| 2693 | }, |
||
| 2694 | "dist": { |
||
| 2695 | "type": "zip", |
||
| 2696 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
| 2697 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
| 2698 | "shasum": "" |
||
| 2699 | }, |
||
| 2700 | "require": { |
||
| 2701 | "php": "^5.3.3 || ^7.0" |
||
| 2702 | }, |
||
| 2703 | "require-dev": { |
||
| 2704 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
| 2705 | }, |
||
| 2706 | "type": "library", |
||
| 2707 | "extra": { |
||
| 2708 | "branch-alias": { |
||
| 2709 | "dev-master": "1.0-dev" |
||
| 2710 | } |
||
| 2711 | }, |
||
| 2712 | "autoload": { |
||
| 2713 | "classmap": [ |
||
| 2714 | "src/" |
||
| 2715 | ] |
||
| 2716 | }, |
||
| 2717 | "notification-url": "https://packagist.org/downloads/", |
||
| 2718 | "license": [ |
||
| 2719 | "BSD-3-Clause" |
||
| 2720 | ], |
||
| 2721 | "authors": [ |
||
| 2722 | { |
||
| 2723 | "name": "Sebastian Bergmann", |
||
| 2724 | "email": "[email protected]", |
||
| 2725 | "role": "lead" |
||
| 2726 | } |
||
| 2727 | ], |
||
| 2728 | "description": "Utility class for timing", |
||
| 2729 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 2730 | "keywords": [ |
||
| 2731 | "timer" |
||
| 2732 | ], |
||
| 2733 | "time": "2017-02-26T11:10:40+00:00" |
||
| 2734 | }, |
||
| 2735 | { |
||
| 2736 | "name": "phpunit/php-token-stream", |
||
| 2737 | "version": "1.4.11", |
||
| 2738 | "source": { |
||
| 2739 | "type": "git", |
||
| 2740 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 2741 | "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" |
||
| 2742 | }, |
||
| 2743 | "dist": { |
||
| 2744 | "type": "zip", |
||
| 2745 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", |
||
| 2746 | "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", |
||
| 2747 | "shasum": "" |
||
| 2748 | }, |
||
| 2749 | "require": { |
||
| 2750 | "ext-tokenizer": "*", |
||
| 2751 | "php": ">=5.3.3" |
||
| 2752 | }, |
||
| 2753 | "require-dev": { |
||
| 2754 | "phpunit/phpunit": "~4.2" |
||
| 2755 | }, |
||
| 2756 | "type": "library", |
||
| 2757 | "extra": { |
||
| 2758 | "branch-alias": { |
||
| 2759 | "dev-master": "1.4-dev" |
||
| 2760 | } |
||
| 2761 | }, |
||
| 2762 | "autoload": { |
||
| 2763 | "classmap": [ |
||
| 2764 | "src/" |
||
| 2765 | ] |
||
| 2766 | }, |
||
| 2767 | "notification-url": "https://packagist.org/downloads/", |
||
| 2768 | "license": [ |
||
| 2769 | "BSD-3-Clause" |
||
| 2770 | ], |
||
| 2771 | "authors": [ |
||
| 2772 | { |
||
| 2773 | "name": "Sebastian Bergmann", |
||
| 2774 | "email": "[email protected]" |
||
| 2775 | } |
||
| 2776 | ], |
||
| 2777 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 2778 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 2779 | "keywords": [ |
||
| 2780 | "tokenizer" |
||
| 2781 | ], |
||
| 2782 | "time": "2017-02-27T10:12:30+00:00" |
||
| 2783 | }, |
||
| 2784 | { |
||
| 2785 | "name": "phpunit/phpunit", |
||
| 2786 | "version": "5.7.21", |
||
| 2787 | "source": { |
||
| 2788 | "type": "git", |
||
| 2789 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 2790 | "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db" |
||
| 2791 | }, |
||
| 2792 | "dist": { |
||
| 2793 | "type": "zip", |
||
| 2794 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b91adfb64264ddec5a2dee9851f354aa66327db", |
||
| 2795 | "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db", |
||
| 2796 | "shasum": "" |
||
| 2797 | }, |
||
| 2798 | "require": { |
||
| 2799 | "ext-dom": "*", |
||
| 2800 | "ext-json": "*", |
||
| 2801 | "ext-libxml": "*", |
||
| 2802 | "ext-mbstring": "*", |
||
| 2803 | "ext-xml": "*", |
||
| 2804 | "myclabs/deep-copy": "~1.3", |
||
| 2805 | "php": "^5.6 || ^7.0", |
||
| 2806 | "phpspec/prophecy": "^1.6.2", |
||
| 2807 | "phpunit/php-code-coverage": "^4.0.4", |
||
| 2808 | "phpunit/php-file-iterator": "~1.4", |
||
| 2809 | "phpunit/php-text-template": "~1.2", |
||
| 2810 | "phpunit/php-timer": "^1.0.6", |
||
| 2811 | "phpunit/phpunit-mock-objects": "^3.2", |
||
| 2812 | "sebastian/comparator": "^1.2.4", |
||
| 2813 | "sebastian/diff": "^1.4.3", |
||
| 2814 | "sebastian/environment": "^1.3.4 || ^2.0", |
||
| 2815 | "sebastian/exporter": "~2.0", |
||
| 2816 | "sebastian/global-state": "^1.1", |
||
| 2817 | "sebastian/object-enumerator": "~2.0", |
||
| 2818 | "sebastian/resource-operations": "~1.0", |
||
| 2819 | "sebastian/version": "~1.0.3|~2.0", |
||
| 2820 | "symfony/yaml": "~2.1|~3.0" |
||
| 2821 | }, |
||
| 2822 | "conflict": { |
||
| 2823 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
| 2824 | }, |
||
| 2825 | "require-dev": { |
||
| 2826 | "ext-pdo": "*" |
||
| 2827 | }, |
||
| 2828 | "suggest": { |
||
| 2829 | "ext-xdebug": "*", |
||
| 2830 | "phpunit/php-invoker": "~1.1" |
||
| 2831 | }, |
||
| 2832 | "bin": [ |
||
| 2833 | "phpunit" |
||
| 2834 | ], |
||
| 2835 | "type": "library", |
||
| 2836 | "extra": { |
||
| 2837 | "branch-alias": { |
||
| 2838 | "dev-master": "5.7.x-dev" |
||
| 2839 | } |
||
| 2840 | }, |
||
| 2841 | "autoload": { |
||
| 2842 | "classmap": [ |
||
| 2843 | "src/" |
||
| 2844 | ] |
||
| 2845 | }, |
||
| 2846 | "notification-url": "https://packagist.org/downloads/", |
||
| 2847 | "license": [ |
||
| 2848 | "BSD-3-Clause" |
||
| 2849 | ], |
||
| 2850 | "authors": [ |
||
| 2851 | { |
||
| 2852 | "name": "Sebastian Bergmann", |
||
| 2853 | "email": "[email protected]", |
||
| 2854 | "role": "lead" |
||
| 2855 | } |
||
| 2856 | ], |
||
| 2857 | "description": "The PHP Unit Testing framework.", |
||
| 2858 | "homepage": "https://phpunit.de/", |
||
| 2859 | "keywords": [ |
||
| 2860 | "phpunit", |
||
| 2861 | "testing", |
||
| 2862 | "xunit" |
||
| 2863 | ], |
||
| 2864 | "time": "2017-06-21T08:11:54+00:00" |
||
| 2865 | }, |
||
| 2866 | { |
||
| 2867 | "name": "phpunit/phpunit-mock-objects", |
||
| 2868 | "version": "3.4.4", |
||
| 2869 | "source": { |
||
| 2870 | "type": "git", |
||
| 2871 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 2872 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" |
||
| 2873 | }, |
||
| 2874 | "dist": { |
||
| 2875 | "type": "zip", |
||
| 2876 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", |
||
| 2877 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", |
||
| 2878 | "shasum": "" |
||
| 2879 | }, |
||
| 2880 | "require": { |
||
| 2881 | "doctrine/instantiator": "^1.0.2", |
||
| 2882 | "php": "^5.6 || ^7.0", |
||
| 2883 | "phpunit/php-text-template": "^1.2", |
||
| 2884 | "sebastian/exporter": "^1.2 || ^2.0" |
||
| 2885 | }, |
||
| 2886 | "conflict": { |
||
| 2887 | "phpunit/phpunit": "<5.4.0" |
||
| 2888 | }, |
||
| 2889 | "require-dev": { |
||
| 2890 | "phpunit/phpunit": "^5.4" |
||
| 2891 | }, |
||
| 2892 | "suggest": { |
||
| 2893 | "ext-soap": "*" |
||
| 2894 | }, |
||
| 2895 | "type": "library", |
||
| 2896 | "extra": { |
||
| 2897 | "branch-alias": { |
||
| 2898 | "dev-master": "3.2.x-dev" |
||
| 2899 | } |
||
| 2900 | }, |
||
| 2901 | "autoload": { |
||
| 2902 | "classmap": [ |
||
| 2903 | "src/" |
||
| 2904 | ] |
||
| 2905 | }, |
||
| 2906 | "notification-url": "https://packagist.org/downloads/", |
||
| 2907 | "license": [ |
||
| 2908 | "BSD-3-Clause" |
||
| 2909 | ], |
||
| 2910 | "authors": [ |
||
| 2911 | { |
||
| 2912 | "name": "Sebastian Bergmann", |
||
| 2913 | "email": "[email protected]", |
||
| 2914 | "role": "lead" |
||
| 2915 | } |
||
| 2916 | ], |
||
| 2917 | "description": "Mock Object library for PHPUnit", |
||
| 2918 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 2919 | "keywords": [ |
||
| 2920 | "mock", |
||
| 2921 | "xunit" |
||
| 2922 | ], |
||
| 2923 | "time": "2017-06-30T09:13:00+00:00" |
||
| 2924 | }, |
||
| 2925 | { |
||
| 2926 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 2927 | "version": "1.0.1", |
||
| 2928 | "source": { |
||
| 2929 | "type": "git", |
||
| 2930 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 2931 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
| 2932 | }, |
||
| 2933 | "dist": { |
||
| 2934 | "type": "zip", |
||
| 2935 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 2936 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 2937 | "shasum": "" |
||
| 2938 | }, |
||
| 2939 | "require": { |
||
| 2940 | "php": "^5.6 || ^7.0" |
||
| 2941 | }, |
||
| 2942 | "require-dev": { |
||
| 2943 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
| 2944 | }, |
||
| 2945 | "type": "library", |
||
| 2946 | "extra": { |
||
| 2947 | "branch-alias": { |
||
| 2948 | "dev-master": "1.0.x-dev" |
||
| 2949 | } |
||
| 2950 | }, |
||
| 2951 | "autoload": { |
||
| 2952 | "classmap": [ |
||
| 2953 | "src/" |
||
| 2954 | ] |
||
| 2955 | }, |
||
| 2956 | "notification-url": "https://packagist.org/downloads/", |
||
| 2957 | "license": [ |
||
| 2958 | "BSD-3-Clause" |
||
| 2959 | ], |
||
| 2960 | "authors": [ |
||
| 2961 | { |
||
| 2962 | "name": "Sebastian Bergmann", |
||
| 2963 | "email": "[email protected]" |
||
| 2964 | } |
||
| 2965 | ], |
||
| 2966 | "description": "Looks up which function or method a line of code belongs to", |
||
| 2967 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 2968 | "time": "2017-03-04T06:30:41+00:00" |
||
| 2969 | }, |
||
| 2970 | { |
||
| 2971 | "name": "sebastian/comparator", |
||
| 2972 | "version": "1.2.4", |
||
| 2973 | "source": { |
||
| 2974 | "type": "git", |
||
| 2975 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 2976 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
| 2977 | }, |
||
| 2978 | "dist": { |
||
| 2979 | "type": "zip", |
||
| 2980 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
| 2981 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
| 2982 | "shasum": "" |
||
| 2983 | }, |
||
| 2984 | "require": { |
||
| 2985 | "php": ">=5.3.3", |
||
| 2986 | "sebastian/diff": "~1.2", |
||
| 2987 | "sebastian/exporter": "~1.2 || ~2.0" |
||
| 2988 | }, |
||
| 2989 | "require-dev": { |
||
| 2990 | "phpunit/phpunit": "~4.4" |
||
| 2991 | }, |
||
| 2992 | "type": "library", |
||
| 2993 | "extra": { |
||
| 2994 | "branch-alias": { |
||
| 2995 | "dev-master": "1.2.x-dev" |
||
| 2996 | } |
||
| 2997 | }, |
||
| 2998 | "autoload": { |
||
| 2999 | "classmap": [ |
||
| 3000 | "src/" |
||
| 3001 | ] |
||
| 3002 | }, |
||
| 3003 | "notification-url": "https://packagist.org/downloads/", |
||
| 3004 | "license": [ |
||
| 3005 | "BSD-3-Clause" |
||
| 3006 | ], |
||
| 3007 | "authors": [ |
||
| 3008 | { |
||
| 3009 | "name": "Jeff Welch", |
||
| 3010 | "email": "[email protected]" |
||
| 3011 | }, |
||
| 3012 | { |
||
| 3013 | "name": "Volker Dusch", |
||
| 3014 | "email": "[email protected]" |
||
| 3015 | }, |
||
| 3016 | { |
||
| 3017 | "name": "Bernhard Schussek", |
||
| 3018 | "email": "[email protected]" |
||
| 3019 | }, |
||
| 3020 | { |
||
| 3021 | "name": "Sebastian Bergmann", |
||
| 3022 | "email": "[email protected]" |
||
| 3023 | } |
||
| 3024 | ], |
||
| 3025 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 3026 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 3027 | "keywords": [ |
||
| 3028 | "comparator", |
||
| 3029 | "compare", |
||
| 3030 | "equality" |
||
| 3031 | ], |
||
| 3032 | "time": "2017-01-29T09:50:25+00:00" |
||
| 3033 | }, |
||
| 3034 | { |
||
| 3035 | "name": "sebastian/diff", |
||
| 3036 | "version": "1.4.3", |
||
| 3037 | "source": { |
||
| 3038 | "type": "git", |
||
| 3039 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 3040 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" |
||
| 3041 | }, |
||
| 3042 | "dist": { |
||
| 3043 | "type": "zip", |
||
| 3044 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
| 3045 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
| 3046 | "shasum": "" |
||
| 3047 | }, |
||
| 3048 | "require": { |
||
| 3049 | "php": "^5.3.3 || ^7.0" |
||
| 3050 | }, |
||
| 3051 | "require-dev": { |
||
| 3052 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
| 3053 | }, |
||
| 3054 | "type": "library", |
||
| 3055 | "extra": { |
||
| 3056 | "branch-alias": { |
||
| 3057 | "dev-master": "1.4-dev" |
||
| 3058 | } |
||
| 3059 | }, |
||
| 3060 | "autoload": { |
||
| 3061 | "classmap": [ |
||
| 3062 | "src/" |
||
| 3063 | ] |
||
| 3064 | }, |
||
| 3065 | "notification-url": "https://packagist.org/downloads/", |
||
| 3066 | "license": [ |
||
| 3067 | "BSD-3-Clause" |
||
| 3068 | ], |
||
| 3069 | "authors": [ |
||
| 3070 | { |
||
| 3071 | "name": "Kore Nordmann", |
||
| 3072 | "email": "[email protected]" |
||
| 3073 | }, |
||
| 3074 | { |
||
| 3075 | "name": "Sebastian Bergmann", |
||
| 3076 | "email": "[email protected]" |
||
| 3077 | } |
||
| 3078 | ], |
||
| 3079 | "description": "Diff implementation", |
||
| 3080 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 3081 | "keywords": [ |
||
| 3082 | "diff" |
||
| 3083 | ], |
||
| 3084 | "time": "2017-05-22T07:24:03+00:00" |
||
| 3085 | }, |
||
| 3086 | { |
||
| 3087 | "name": "sebastian/environment", |
||
| 3088 | "version": "2.0.0", |
||
| 3089 | "source": { |
||
| 3090 | "type": "git", |
||
| 3091 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 3092 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
| 3093 | }, |
||
| 3094 | "dist": { |
||
| 3095 | "type": "zip", |
||
| 3096 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
| 3097 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
| 3098 | "shasum": "" |
||
| 3099 | }, |
||
| 3100 | "require": { |
||
| 3101 | "php": "^5.6 || ^7.0" |
||
| 3102 | }, |
||
| 3103 | "require-dev": { |
||
| 3104 | "phpunit/phpunit": "^5.0" |
||
| 3105 | }, |
||
| 3106 | "type": "library", |
||
| 3107 | "extra": { |
||
| 3108 | "branch-alias": { |
||
| 3109 | "dev-master": "2.0.x-dev" |
||
| 3110 | } |
||
| 3111 | }, |
||
| 3112 | "autoload": { |
||
| 3113 | "classmap": [ |
||
| 3114 | "src/" |
||
| 3115 | ] |
||
| 3116 | }, |
||
| 3117 | "notification-url": "https://packagist.org/downloads/", |
||
| 3118 | "license": [ |
||
| 3119 | "BSD-3-Clause" |
||
| 3120 | ], |
||
| 3121 | "authors": [ |
||
| 3122 | { |
||
| 3123 | "name": "Sebastian Bergmann", |
||
| 3124 | "email": "[email protected]" |
||
| 3125 | } |
||
| 3126 | ], |
||
| 3127 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 3128 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 3129 | "keywords": [ |
||
| 3130 | "Xdebug", |
||
| 3131 | "environment", |
||
| 3132 | "hhvm" |
||
| 3133 | ], |
||
| 3134 | "time": "2016-11-26T07:53:53+00:00" |
||
| 3135 | }, |
||
| 3136 | { |
||
| 3137 | "name": "sebastian/exporter", |
||
| 3138 | "version": "2.0.0", |
||
| 3139 | "source": { |
||
| 3140 | "type": "git", |
||
| 3141 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 3142 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
| 3143 | }, |
||
| 3144 | "dist": { |
||
| 3145 | "type": "zip", |
||
| 3146 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
| 3147 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
| 3148 | "shasum": "" |
||
| 3149 | }, |
||
| 3150 | "require": { |
||
| 3151 | "php": ">=5.3.3", |
||
| 3152 | "sebastian/recursion-context": "~2.0" |
||
| 3153 | }, |
||
| 3154 | "require-dev": { |
||
| 3155 | "ext-mbstring": "*", |
||
| 3156 | "phpunit/phpunit": "~4.4" |
||
| 3157 | }, |
||
| 3158 | "type": "library", |
||
| 3159 | "extra": { |
||
| 3160 | "branch-alias": { |
||
| 3161 | "dev-master": "2.0.x-dev" |
||
| 3162 | } |
||
| 3163 | }, |
||
| 3164 | "autoload": { |
||
| 3165 | "classmap": [ |
||
| 3166 | "src/" |
||
| 3167 | ] |
||
| 3168 | }, |
||
| 3169 | "notification-url": "https://packagist.org/downloads/", |
||
| 3170 | "license": [ |
||
| 3171 | "BSD-3-Clause" |
||
| 3172 | ], |
||
| 3173 | "authors": [ |
||
| 3174 | { |
||
| 3175 | "name": "Jeff Welch", |
||
| 3176 | "email": "[email protected]" |
||
| 3177 | }, |
||
| 3178 | { |
||
| 3179 | "name": "Volker Dusch", |
||
| 3180 | "email": "[email protected]" |
||
| 3181 | }, |
||
| 3182 | { |
||
| 3183 | "name": "Bernhard Schussek", |
||
| 3184 | "email": "[email protected]" |
||
| 3185 | }, |
||
| 3186 | { |
||
| 3187 | "name": "Sebastian Bergmann", |
||
| 3188 | "email": "[email protected]" |
||
| 3189 | }, |
||
| 3190 | { |
||
| 3191 | "name": "Adam Harvey", |
||
| 3192 | "email": "[email protected]" |
||
| 3193 | } |
||
| 3194 | ], |
||
| 3195 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 3196 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 3197 | "keywords": [ |
||
| 3198 | "export", |
||
| 3199 | "exporter" |
||
| 3200 | ], |
||
| 3201 | "time": "2016-11-19T08:54:04+00:00" |
||
| 3202 | }, |
||
| 3203 | { |
||
| 3204 | "name": "sebastian/global-state", |
||
| 3205 | "version": "1.1.1", |
||
| 3206 | "source": { |
||
| 3207 | "type": "git", |
||
| 3208 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 3209 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
| 3210 | }, |
||
| 3211 | "dist": { |
||
| 3212 | "type": "zip", |
||
| 3213 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 3214 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 3215 | "shasum": "" |
||
| 3216 | }, |
||
| 3217 | "require": { |
||
| 3218 | "php": ">=5.3.3" |
||
| 3219 | }, |
||
| 3220 | "require-dev": { |
||
| 3221 | "phpunit/phpunit": "~4.2" |
||
| 3222 | }, |
||
| 3223 | "suggest": { |
||
| 3224 | "ext-uopz": "*" |
||
| 3225 | }, |
||
| 3226 | "type": "library", |
||
| 3227 | "extra": { |
||
| 3228 | "branch-alias": { |
||
| 3229 | "dev-master": "1.0-dev" |
||
| 3230 | } |
||
| 3231 | }, |
||
| 3232 | "autoload": { |
||
| 3233 | "classmap": [ |
||
| 3234 | "src/" |
||
| 3235 | ] |
||
| 3236 | }, |
||
| 3237 | "notification-url": "https://packagist.org/downloads/", |
||
| 3238 | "license": [ |
||
| 3239 | "BSD-3-Clause" |
||
| 3240 | ], |
||
| 3241 | "authors": [ |
||
| 3242 | { |
||
| 3243 | "name": "Sebastian Bergmann", |
||
| 3244 | "email": "[email protected]" |
||
| 3245 | } |
||
| 3246 | ], |
||
| 3247 | "description": "Snapshotting of global state", |
||
| 3248 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 3249 | "keywords": [ |
||
| 3250 | "global state" |
||
| 3251 | ], |
||
| 3252 | "time": "2015-10-12T03:26:01+00:00" |
||
| 3253 | }, |
||
| 3254 | { |
||
| 3255 | "name": "sebastian/object-enumerator", |
||
| 3256 | "version": "2.0.1", |
||
| 3257 | "source": { |
||
| 3258 | "type": "git", |
||
| 3259 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 3260 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" |
||
| 3261 | }, |
||
| 3262 | "dist": { |
||
| 3263 | "type": "zip", |
||
| 3264 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
| 3265 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
| 3266 | "shasum": "" |
||
| 3267 | }, |
||
| 3268 | "require": { |
||
| 3269 | "php": ">=5.6", |
||
| 3270 | "sebastian/recursion-context": "~2.0" |
||
| 3271 | }, |
||
| 3272 | "require-dev": { |
||
| 3273 | "phpunit/phpunit": "~5" |
||
| 3274 | }, |
||
| 3275 | "type": "library", |
||
| 3276 | "extra": { |
||
| 3277 | "branch-alias": { |
||
| 3278 | "dev-master": "2.0.x-dev" |
||
| 3279 | } |
||
| 3280 | }, |
||
| 3281 | "autoload": { |
||
| 3282 | "classmap": [ |
||
| 3283 | "src/" |
||
| 3284 | ] |
||
| 3285 | }, |
||
| 3286 | "notification-url": "https://packagist.org/downloads/", |
||
| 3287 | "license": [ |
||
| 3288 | "BSD-3-Clause" |
||
| 3289 | ], |
||
| 3290 | "authors": [ |
||
| 3291 | { |
||
| 3292 | "name": "Sebastian Bergmann", |
||
| 3293 | "email": "[email protected]" |
||
| 3294 | } |
||
| 3295 | ], |
||
| 3296 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 3297 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 3298 | "time": "2017-02-18T15:18:39+00:00" |
||
| 3299 | }, |
||
| 3300 | { |
||
| 3301 | "name": "sebastian/recursion-context", |
||
| 3302 | "version": "2.0.0", |
||
| 3303 | "source": { |
||
| 3304 | "type": "git", |
||
| 3305 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 3306 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
| 3307 | }, |
||
| 3308 | "dist": { |
||
| 3309 | "type": "zip", |
||
| 3310 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
| 3311 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
| 3312 | "shasum": "" |
||
| 3313 | }, |
||
| 3314 | "require": { |
||
| 3315 | "php": ">=5.3.3" |
||
| 3316 | }, |
||
| 3317 | "require-dev": { |
||
| 3318 | "phpunit/phpunit": "~4.4" |
||
| 3319 | }, |
||
| 3320 | "type": "library", |
||
| 3321 | "extra": { |
||
| 3322 | "branch-alias": { |
||
| 3323 | "dev-master": "2.0.x-dev" |
||
| 3324 | } |
||
| 3325 | }, |
||
| 3326 | "autoload": { |
||
| 3327 | "classmap": [ |
||
| 3328 | "src/" |
||
| 3329 | ] |
||
| 3330 | }, |
||
| 3331 | "notification-url": "https://packagist.org/downloads/", |
||
| 3332 | "license": [ |
||
| 3333 | "BSD-3-Clause" |
||
| 3334 | ], |
||
| 3335 | "authors": [ |
||
| 3336 | { |
||
| 3337 | "name": "Jeff Welch", |
||
| 3338 | "email": "[email protected]" |
||
| 3339 | }, |
||
| 3340 | { |
||
| 3341 | "name": "Sebastian Bergmann", |
||
| 3342 | "email": "[email protected]" |
||
| 3343 | }, |
||
| 3344 | { |
||
| 3345 | "name": "Adam Harvey", |
||
| 3346 | "email": "[email protected]" |
||
| 3347 | } |
||
| 3348 | ], |
||
| 3349 | "description": "Provides functionality to recursively process PHP variables", |
||
| 3350 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 3351 | "time": "2016-11-19T07:33:16+00:00" |
||
| 3352 | }, |
||
| 3353 | { |
||
| 3354 | "name": "sebastian/resource-operations", |
||
| 3355 | "version": "1.0.0", |
||
| 3356 | "source": { |
||
| 3357 | "type": "git", |
||
| 3358 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 3359 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 3360 | }, |
||
| 3361 | "dist": { |
||
| 3362 | "type": "zip", |
||
| 3363 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 3364 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 3365 | "shasum": "" |
||
| 3366 | }, |
||
| 3367 | "require": { |
||
| 3368 | "php": ">=5.6.0" |
||
| 3369 | }, |
||
| 3370 | "type": "library", |
||
| 3371 | "extra": { |
||
| 3372 | "branch-alias": { |
||
| 3373 | "dev-master": "1.0.x-dev" |
||
| 3374 | } |
||
| 3375 | }, |
||
| 3376 | "autoload": { |
||
| 3377 | "classmap": [ |
||
| 3378 | "src/" |
||
| 3379 | ] |
||
| 3380 | }, |
||
| 3381 | "notification-url": "https://packagist.org/downloads/", |
||
| 3382 | "license": [ |
||
| 3383 | "BSD-3-Clause" |
||
| 3384 | ], |
||
| 3385 | "authors": [ |
||
| 3386 | { |
||
| 3387 | "name": "Sebastian Bergmann", |
||
| 3388 | "email": "[email protected]" |
||
| 3389 | } |
||
| 3390 | ], |
||
| 3391 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 3392 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 3393 | "time": "2015-07-28T20:34:47+00:00" |
||
| 3394 | }, |
||
| 3395 | { |
||
| 3396 | "name": "sebastian/version", |
||
| 3397 | "version": "2.0.1", |
||
| 3398 | "source": { |
||
| 3399 | "type": "git", |
||
| 3400 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 3401 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
| 3402 | }, |
||
| 3403 | "dist": { |
||
| 3404 | "type": "zip", |
||
| 3405 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 3406 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 3407 | "shasum": "" |
||
| 3408 | }, |
||
| 3409 | "require": { |
||
| 3410 | "php": ">=5.6" |
||
| 3411 | }, |
||
| 3412 | "type": "library", |
||
| 3413 | "extra": { |
||
| 3414 | "branch-alias": { |
||
| 3415 | "dev-master": "2.0.x-dev" |
||
| 3416 | } |
||
| 3417 | }, |
||
| 3418 | "autoload": { |
||
| 3419 | "classmap": [ |
||
| 3420 | "src/" |
||
| 3421 | ] |
||
| 3422 | }, |
||
| 3423 | "notification-url": "https://packagist.org/downloads/", |
||
| 3424 | "license": [ |
||
| 3425 | "BSD-3-Clause" |
||
| 3426 | ], |
||
| 3427 | "authors": [ |
||
| 3428 | { |
||
| 3429 | "name": "Sebastian Bergmann", |
||
| 3430 | "email": "[email protected]", |
||
| 3431 | "role": "lead" |
||
| 3432 | } |
||
| 3433 | ], |
||
| 3434 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 3435 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 3436 | "time": "2016-10-03T07:35:21+00:00" |
||
| 3437 | }, |
||
| 3438 | { |
||
| 3439 | "name": "sensio/generator-bundle", |
||
| 3440 | "version": "v3.1.5", |
||
| 3441 | "source": { |
||
| 3442 | "type": "git", |
||
| 3443 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
| 3444 | "reference": "535417a99ac1b387df3bfbc0c060122c24665b78" |
||
| 3445 | }, |
||
| 3446 | "dist": { |
||
| 3447 | "type": "zip", |
||
| 3448 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/535417a99ac1b387df3bfbc0c060122c24665b78", |
||
| 3449 | "reference": "535417a99ac1b387df3bfbc0c060122c24665b78", |
||
| 3450 | "shasum": "" |
||
| 3451 | }, |
||
| 3452 | "require": { |
||
| 3453 | "symfony/console": "~2.7|~3.0", |
||
| 3454 | "symfony/framework-bundle": "~2.7|~3.0", |
||
| 3455 | "symfony/process": "~2.7|~3.0", |
||
| 3456 | "symfony/yaml": "~2.7|~3.0", |
||
| 3457 | "twig/twig": "^1.28.2|^2.0" |
||
| 3458 | }, |
||
| 3459 | "require-dev": { |
||
| 3460 | "doctrine/orm": "~2.4", |
||
| 3461 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
| 3462 | "symfony/filesystem": "~2.7|~3.0", |
||
| 3463 | "symfony/phpunit-bridge": "^3.3" |
||
| 3464 | }, |
||
| 3465 | "type": "symfony-bundle", |
||
| 3466 | "extra": { |
||
| 3467 | "branch-alias": { |
||
| 3468 | "dev-master": "3.1.x-dev" |
||
| 3469 | } |
||
| 3470 | }, |
||
| 3471 | "autoload": { |
||
| 3472 | "psr-4": { |
||
| 3473 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
| 3474 | }, |
||
| 3475 | "exclude-from-classmap": [ |
||
| 3476 | "/Tests/" |
||
| 3477 | ] |
||
| 3478 | }, |
||
| 3479 | "notification-url": "https://packagist.org/downloads/", |
||
| 3480 | "license": [ |
||
| 3481 | "MIT" |
||
| 3482 | ], |
||
| 3483 | "authors": [ |
||
| 3484 | { |
||
| 3485 | "name": "Fabien Potencier", |
||
| 3486 | "email": "[email protected]" |
||
| 3487 | } |
||
| 3488 | ], |
||
| 3489 | "description": "This bundle generates code for you", |
||
| 3490 | "time": "2017-07-12T17:28:00+00:00" |
||
| 3491 | }, |
||
| 3492 | { |
||
| 3493 | "name": "symfony/phpunit-bridge", |
||
| 3494 | "version": "v3.3.4", |
||
| 3495 | "source": { |
||
| 3496 | "type": "git", |
||
| 3497 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
| 3498 | "reference": "c2c124b7f9de79f4a64dc011f041a3a2c768b913" |
||
| 3499 | }, |
||
| 3500 | "dist": { |
||
| 3501 | "type": "zip", |
||
| 3502 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c2c124b7f9de79f4a64dc011f041a3a2c768b913", |
||
| 3503 | "reference": "c2c124b7f9de79f4a64dc011f041a3a2c768b913", |
||
| 3504 | "shasum": "" |
||
| 3505 | }, |
||
| 3506 | "require": { |
||
| 3507 | "php": ">=5.3.3" |
||
| 3508 | }, |
||
| 3509 | "conflict": { |
||
| 3510 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
| 3511 | }, |
||
| 3512 | "suggest": { |
||
| 3513 | "ext-zip": "Zip support is required when using bin/simple-phpunit", |
||
| 3514 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
| 3515 | }, |
||
| 3516 | "bin": [ |
||
| 3517 | "bin/simple-phpunit" |
||
| 3518 | ], |
||
| 3519 | "type": "symfony-bridge", |
||
| 3520 | "extra": { |
||
| 3521 | "branch-alias": { |
||
| 3522 | "dev-master": "3.3-dev" |
||
| 3523 | } |
||
| 3524 | }, |
||
| 3525 | "autoload": { |
||
| 3526 | "files": [ |
||
| 3527 | "bootstrap.php" |
||
| 3528 | ], |
||
| 3529 | "psr-4": { |
||
| 3530 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
| 3531 | }, |
||
| 3532 | "exclude-from-classmap": [ |
||
| 3533 | "/Tests/" |
||
| 3534 | ] |
||
| 3535 | }, |
||
| 3536 | "notification-url": "https://packagist.org/downloads/", |
||
| 3537 | "license": [ |
||
| 3538 | "MIT" |
||
| 3539 | ], |
||
| 3540 | "authors": [ |
||
| 3541 | { |
||
| 3542 | "name": "Nicolas Grekas", |
||
| 3543 | "email": "[email protected]" |
||
| 3544 | }, |
||
| 3545 | { |
||
| 3546 | "name": "Symfony Community", |
||
| 3547 | "homepage": "https://symfony.com/contributors" |
||
| 3548 | } |
||
| 3549 | ], |
||
| 3550 | "description": "Symfony PHPUnit Bridge", |
||
| 3551 | "homepage": "https://symfony.com", |
||
| 3552 | "time": "2017-06-12T13:35:45+00:00" |
||
| 3553 | }, |
||
| 3554 | { |
||
| 3555 | "name": "webmozart/assert", |
||
| 3556 | "version": "1.2.0", |
||
| 3557 | "source": { |
||
| 3558 | "type": "git", |
||
| 3559 | "url": "https://github.com/webmozart/assert.git", |
||
| 3560 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
| 3561 | }, |
||
| 3562 | "dist": { |
||
| 3563 | "type": "zip", |
||
| 3564 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 3565 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 3566 | "shasum": "" |
||
| 3567 | }, |
||
| 3568 | "require": { |
||
| 3569 | "php": "^5.3.3 || ^7.0" |
||
| 3570 | }, |
||
| 3571 | "require-dev": { |
||
| 3572 | "phpunit/phpunit": "^4.6", |
||
| 3573 | "sebastian/version": "^1.0.1" |
||
| 3574 | }, |
||
| 3575 | "type": "library", |
||
| 3576 | "extra": { |
||
| 3577 | "branch-alias": { |
||
| 3578 | "dev-master": "1.3-dev" |
||
| 3579 | } |
||
| 3580 | }, |
||
| 3581 | "autoload": { |
||
| 3582 | "psr-4": { |
||
| 3583 | "Webmozart\\Assert\\": "src/" |
||
| 3584 | } |
||
| 3585 | }, |
||
| 3586 | "notification-url": "https://packagist.org/downloads/", |
||
| 3587 | "license": [ |
||
| 3588 | "MIT" |
||
| 3589 | ], |
||
| 3590 | "authors": [ |
||
| 3591 | { |
||
| 3592 | "name": "Bernhard Schussek", |
||
| 3593 | "email": "[email protected]" |
||
| 3594 | } |
||
| 3595 | ], |
||
| 3596 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 3597 | "keywords": [ |
||
| 3598 | "assert", |
||
| 3599 | "check", |
||
| 3600 | "validate" |
||
| 3601 | ], |
||
| 3602 | "time": "2016-11-23T20:04:58+00:00" |
||
| 3603 | } |
||
| 3604 | ], |
||
| 3605 | "aliases": [], |
||
| 3606 | "minimum-stability": "stable", |
||
| 3607 | "stability-flags": { |
||
| 3608 | "maniaplanet/dedicated-server-api": 20, |
||
| 3609 | "steeffeen/fancymanialinks": 20 |
||
| 3610 | }, |
||
| 3611 | "prefer-stable": false, |
||
| 3612 | "prefer-lowest": false, |
||
| 3613 | "platform": { |
||
| 3614 | "php": ">=5.6" |
||
| 3615 | }, |
||
| 3616 | "platform-dev": [], |
||
| 3617 | "platform-overrides": { |
||
| 3618 | "php": "5.6.25" |
||
| 3619 | } |
||
| 3620 | } |
||
| 3621 |