| 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#installing-dependencies", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "content-hash": "6afad5c4b740769f10014ecbb8b8b09a", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "lcobucci/clock", |
||
| 11 | "version": "1.1.0", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/lcobucci/clock.git", |
||
| 15 | "reference": "d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/lcobucci/clock/zipball/d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451", |
||
| 20 | "reference": "d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "php": "^7.1" |
||
| 25 | }, |
||
| 26 | "require-dev": { |
||
| 27 | "phpunit/phpunit": "^6.1" |
||
| 28 | }, |
||
| 29 | "type": "library", |
||
| 30 | "extra": { |
||
| 31 | "branch-alias": { |
||
| 32 | "dev-master": "1.1-dev" |
||
| 33 | } |
||
| 34 | }, |
||
| 35 | "autoload": { |
||
| 36 | "psr-4": { |
||
| 37 | "Lcobucci\\Clock\\": "src" |
||
| 38 | } |
||
| 39 | }, |
||
| 40 | "notification-url": "https://packagist.org/downloads/", |
||
| 41 | "license": [ |
||
| 42 | "MIT" |
||
| 43 | ], |
||
| 44 | "authors": [ |
||
| 45 | { |
||
| 46 | "name": "Luís Cobucci", |
||
| 47 | "email": "[email protected]" |
||
| 48 | } |
||
| 49 | ], |
||
| 50 | "description": "Yet another clock abstraction", |
||
| 51 | "time": "2018-01-19T15:38:44+00:00" |
||
| 52 | }, |
||
| 53 | { |
||
| 54 | "name": "lcobucci/jose-parsing", |
||
| 55 | "version": "2.2.0", |
||
| 56 | "source": { |
||
| 57 | "type": "git", |
||
| 58 | "url": "https://github.com/lcobucci/jose-parsing.git", |
||
| 59 | "reference": "ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4" |
||
| 60 | }, |
||
| 61 | "dist": { |
||
| 62 | "type": "zip", |
||
| 63 | "url": "https://api.github.com/repos/lcobucci/jose-parsing/zipball/ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4", |
||
| 64 | "reference": "ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4", |
||
| 65 | "shasum": "" |
||
| 66 | }, |
||
| 67 | "require": { |
||
| 68 | "php": "^7.1" |
||
| 69 | }, |
||
| 70 | "require-dev": { |
||
| 71 | "phpmd/phpmd": "^2.3", |
||
| 72 | "phpunit/phpunit": "^6.0", |
||
| 73 | "squizlabs/php_codesniffer": "^2.3" |
||
| 74 | }, |
||
| 75 | "type": "library", |
||
| 76 | "extra": { |
||
| 77 | "branch-alias": { |
||
| 78 | "dev-master": "2.2-dev" |
||
| 79 | } |
||
| 80 | }, |
||
| 81 | "autoload": { |
||
| 82 | "psr-4": { |
||
| 83 | "Lcobucci\\Jose\\Parsing\\": "src" |
||
| 84 | } |
||
| 85 | }, |
||
| 86 | "notification-url": "https://packagist.org/downloads/", |
||
| 87 | "license": [ |
||
| 88 | "BSD-3-Clause" |
||
| 89 | ], |
||
| 90 | "authors": [ |
||
| 91 | { |
||
| 92 | "name": "Luís Otávio Cobucci Oblonczyk", |
||
| 93 | "email": "[email protected]", |
||
| 94 | "role": "Developer" |
||
| 95 | } |
||
| 96 | ], |
||
| 97 | "description": "A basic Base64Url and JSON encoding/decoding implementation", |
||
| 98 | "keywords": [ |
||
| 99 | "JOSE", |
||
| 100 | "base64url" |
||
| 101 | ], |
||
| 102 | "time": "2017-02-12T22:14:17+00:00" |
||
| 103 | }, |
||
| 104 | { |
||
| 105 | "name": "lcobucci/jwt", |
||
| 106 | "version": "dev-master", |
||
| 107 | "source": { |
||
| 108 | "type": "git", |
||
| 109 | "url": "https://github.com/lcobucci/jwt.git", |
||
| 110 | "reference": "3f75ff6140b13c305b6312881e4f9b1a56b9c8c6" |
||
| 111 | }, |
||
| 112 | "dist": { |
||
| 113 | "type": "zip", |
||
| 114 | "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3f75ff6140b13c305b6312881e4f9b1a56b9c8c6", |
||
| 115 | "reference": "3f75ff6140b13c305b6312881e4f9b1a56b9c8c6", |
||
| 116 | "shasum": "" |
||
| 117 | }, |
||
| 118 | "require": { |
||
| 119 | "ext-openssl": "*", |
||
| 120 | "lcobucci/clock": "^1.0", |
||
| 121 | "lcobucci/jose-parsing": "~2.1", |
||
| 122 | "php": "^7.1" |
||
| 123 | }, |
||
| 124 | "require-dev": { |
||
| 125 | "doctrine/coding-standard": "^4.0", |
||
| 126 | "infection/infection": "^0.8", |
||
| 127 | "mdanter/ecc": "^0.4", |
||
| 128 | "mikey179/vfsstream": "^1.6", |
||
| 129 | "phpbench/phpbench": "dev-master@dev", |
||
| 130 | "phpmd/phpmd": "^2.5", |
||
| 131 | "phpstan/phpstan": "^0.9", |
||
| 132 | "phpstan/phpstan-phpunit": "^0.9", |
||
| 133 | "phpstan/phpstan-strict-rules": "^0.9", |
||
| 134 | "phpunit/php-invoker": "^1.1", |
||
| 135 | "phpunit/phpunit": "^7.0", |
||
| 136 | "squizlabs/php_codesniffer": "^3.2" |
||
| 137 | }, |
||
| 138 | "suggest": { |
||
| 139 | "mdanter/ecc": "Required to use Elliptic Curves based algorithms." |
||
| 140 | }, |
||
| 141 | "type": "library", |
||
| 142 | "extra": { |
||
| 143 | "branch-alias": { |
||
| 144 | "dev-master": "4.0-dev" |
||
| 145 | } |
||
| 146 | }, |
||
| 147 | "autoload": { |
||
| 148 | "psr-4": { |
||
| 149 | "Lcobucci\\JWT\\": "src" |
||
| 150 | } |
||
| 151 | }, |
||
| 152 | "notification-url": "https://packagist.org/downloads/", |
||
| 153 | "license": [ |
||
| 154 | "BSD-3-Clause" |
||
| 155 | ], |
||
| 156 | "authors": [ |
||
| 157 | { |
||
| 158 | "name": "Luís Cobucci", |
||
| 159 | "email": "[email protected]", |
||
| 160 | "role": "Developer" |
||
| 161 | } |
||
| 162 | ], |
||
| 163 | "description": "A simple library to work with JSON Web Token and JSON Web Signature", |
||
| 164 | "keywords": [ |
||
| 165 | "JWS", |
||
| 166 | "jwt" |
||
| 167 | ], |
||
| 168 | "time": "2018-05-29T06:59:04+00:00" |
||
| 169 | }, |
||
| 170 | { |
||
| 171 | "name": "psr/container", |
||
| 172 | "version": "1.0.0", |
||
| 173 | "source": { |
||
| 174 | "type": "git", |
||
| 175 | "url": "https://github.com/php-fig/container.git", |
||
| 176 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
| 177 | }, |
||
| 178 | "dist": { |
||
| 179 | "type": "zip", |
||
| 180 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 181 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 182 | "shasum": "" |
||
| 183 | }, |
||
| 184 | "require": { |
||
| 185 | "php": ">=5.3.0" |
||
| 186 | }, |
||
| 187 | "type": "library", |
||
| 188 | "extra": { |
||
| 189 | "branch-alias": { |
||
| 190 | "dev-master": "1.0.x-dev" |
||
| 191 | } |
||
| 192 | }, |
||
| 193 | "autoload": { |
||
| 194 | "psr-4": { |
||
| 195 | "Psr\\Container\\": "src/" |
||
| 196 | } |
||
| 197 | }, |
||
| 198 | "notification-url": "https://packagist.org/downloads/", |
||
| 199 | "license": [ |
||
| 200 | "MIT" |
||
| 201 | ], |
||
| 202 | "authors": [ |
||
| 203 | { |
||
| 204 | "name": "PHP-FIG", |
||
| 205 | "homepage": "http://www.php-fig.org/" |
||
| 206 | } |
||
| 207 | ], |
||
| 208 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
| 209 | "homepage": "https://github.com/php-fig/container", |
||
| 210 | "keywords": [ |
||
| 211 | "PSR-11", |
||
| 212 | "container", |
||
| 213 | "container-interface", |
||
| 214 | "container-interop", |
||
| 215 | "psr" |
||
| 216 | ], |
||
| 217 | "time": "2017-02-14T16:28:37+00:00" |
||
| 218 | }, |
||
| 219 | { |
||
| 220 | "name": "psr/log", |
||
| 221 | "version": "1.0.2", |
||
| 222 | "source": { |
||
| 223 | "type": "git", |
||
| 224 | "url": "https://github.com/php-fig/log.git", |
||
| 225 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 226 | }, |
||
| 227 | "dist": { |
||
| 228 | "type": "zip", |
||
| 229 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 230 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 231 | "shasum": "" |
||
| 232 | }, |
||
| 233 | "require": { |
||
| 234 | "php": ">=5.3.0" |
||
| 235 | }, |
||
| 236 | "type": "library", |
||
| 237 | "extra": { |
||
| 238 | "branch-alias": { |
||
| 239 | "dev-master": "1.0.x-dev" |
||
| 240 | } |
||
| 241 | }, |
||
| 242 | "autoload": { |
||
| 243 | "psr-4": { |
||
| 244 | "Psr\\Log\\": "Psr/Log/" |
||
| 245 | } |
||
| 246 | }, |
||
| 247 | "notification-url": "https://packagist.org/downloads/", |
||
| 248 | "license": [ |
||
| 249 | "MIT" |
||
| 250 | ], |
||
| 251 | "authors": [ |
||
| 252 | { |
||
| 253 | "name": "PHP-FIG", |
||
| 254 | "homepage": "http://www.php-fig.org/" |
||
| 255 | } |
||
| 256 | ], |
||
| 257 | "description": "Common interface for logging libraries", |
||
| 258 | "homepage": "https://github.com/php-fig/log", |
||
| 259 | "keywords": [ |
||
| 260 | "log", |
||
| 261 | "psr", |
||
| 262 | "psr-3" |
||
| 263 | ], |
||
| 264 | "time": "2016-10-10T12:19:37+00:00" |
||
| 265 | }, |
||
| 266 | { |
||
| 267 | "name": "symfony/debug", |
||
| 268 | "version": "v4.1.1", |
||
| 269 | "source": { |
||
| 270 | "type": "git", |
||
| 271 | "url": "https://github.com/symfony/debug.git", |
||
| 272 | "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d" |
||
| 273 | }, |
||
| 274 | "dist": { |
||
| 275 | "type": "zip", |
||
| 276 | "url": "https://api.github.com/repos/symfony/debug/zipball/dbe0fad88046a755dcf9379f2964c61a02f5ae3d", |
||
| 277 | "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d", |
||
| 278 | "shasum": "" |
||
| 279 | }, |
||
| 280 | "require": { |
||
| 281 | "php": "^7.1.3", |
||
| 282 | "psr/log": "~1.0" |
||
| 283 | }, |
||
| 284 | "conflict": { |
||
| 285 | "symfony/http-kernel": "<3.4" |
||
| 286 | }, |
||
| 287 | "require-dev": { |
||
| 288 | "symfony/http-kernel": "~3.4|~4.0" |
||
| 289 | }, |
||
| 290 | "type": "library", |
||
| 291 | "extra": { |
||
| 292 | "branch-alias": { |
||
| 293 | "dev-master": "4.1-dev" |
||
| 294 | } |
||
| 295 | }, |
||
| 296 | "autoload": { |
||
| 297 | "psr-4": { |
||
| 298 | "Symfony\\Component\\Debug\\": "" |
||
| 299 | }, |
||
| 300 | "exclude-from-classmap": [ |
||
| 301 | "/Tests/" |
||
| 302 | ] |
||
| 303 | }, |
||
| 304 | "notification-url": "https://packagist.org/downloads/", |
||
| 305 | "license": [ |
||
| 306 | "MIT" |
||
| 307 | ], |
||
| 308 | "authors": [ |
||
| 309 | { |
||
| 310 | "name": "Fabien Potencier", |
||
| 311 | "email": "[email protected]" |
||
| 312 | }, |
||
| 313 | { |
||
| 314 | "name": "Symfony Community", |
||
| 315 | "homepage": "https://symfony.com/contributors" |
||
| 316 | } |
||
| 317 | ], |
||
| 318 | "description": "Symfony Debug Component", |
||
| 319 | "homepage": "https://symfony.com", |
||
| 320 | "time": "2018-06-08T09:39:36+00:00" |
||
| 321 | }, |
||
| 322 | { |
||
| 323 | "name": "symfony/dependency-injection", |
||
| 324 | "version": "v4.1.1", |
||
| 325 | "source": { |
||
| 326 | "type": "git", |
||
| 327 | "url": "https://github.com/symfony/dependency-injection.git", |
||
| 328 | "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535" |
||
| 329 | }, |
||
| 330 | "dist": { |
||
| 331 | "type": "zip", |
||
| 332 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e761828a85d7dfc00b927f94ccbe1851ce0b6535", |
||
| 333 | "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535", |
||
| 334 | "shasum": "" |
||
| 335 | }, |
||
| 336 | "require": { |
||
| 337 | "php": "^7.1.3", |
||
| 338 | "psr/container": "^1.0" |
||
| 339 | }, |
||
| 340 | "conflict": { |
||
| 341 | "symfony/config": "<4.1.1", |
||
| 342 | "symfony/finder": "<3.4", |
||
| 343 | "symfony/proxy-manager-bridge": "<3.4", |
||
| 344 | "symfony/yaml": "<3.4" |
||
| 345 | }, |
||
| 346 | "provide": { |
||
| 347 | "psr/container-implementation": "1.0" |
||
| 348 | }, |
||
| 349 | "require-dev": { |
||
| 350 | "symfony/config": "~4.1", |
||
| 351 | "symfony/expression-language": "~3.4|~4.0", |
||
| 352 | "symfony/yaml": "~3.4|~4.0" |
||
| 353 | }, |
||
| 354 | "suggest": { |
||
| 355 | "symfony/config": "", |
||
| 356 | "symfony/expression-language": "For using expressions in service container configuration", |
||
| 357 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", |
||
| 358 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
| 359 | "symfony/yaml": "" |
||
| 360 | }, |
||
| 361 | "type": "library", |
||
| 362 | "extra": { |
||
| 363 | "branch-alias": { |
||
| 364 | "dev-master": "4.1-dev" |
||
| 365 | } |
||
| 366 | }, |
||
| 367 | "autoload": { |
||
| 368 | "psr-4": { |
||
| 369 | "Symfony\\Component\\DependencyInjection\\": "" |
||
| 370 | }, |
||
| 371 | "exclude-from-classmap": [ |
||
| 372 | "/Tests/" |
||
| 373 | ] |
||
| 374 | }, |
||
| 375 | "notification-url": "https://packagist.org/downloads/", |
||
| 376 | "license": [ |
||
| 377 | "MIT" |
||
| 378 | ], |
||
| 379 | "authors": [ |
||
| 380 | { |
||
| 381 | "name": "Fabien Potencier", |
||
| 382 | "email": "[email protected]" |
||
| 383 | }, |
||
| 384 | { |
||
| 385 | "name": "Symfony Community", |
||
| 386 | "homepage": "https://symfony.com/contributors" |
||
| 387 | } |
||
| 388 | ], |
||
| 389 | "description": "Symfony DependencyInjection Component", |
||
| 390 | "homepage": "https://symfony.com", |
||
| 391 | "time": "2018-06-25T11:12:43+00:00" |
||
| 392 | }, |
||
| 393 | { |
||
| 394 | "name": "symfony/event-dispatcher", |
||
| 395 | "version": "v4.1.3", |
||
| 396 | "source": { |
||
| 397 | "type": "git", |
||
| 398 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
| 399 | "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e" |
||
| 400 | }, |
||
| 401 | "dist": { |
||
| 402 | "type": "zip", |
||
| 403 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bfb30c2ad377615a463ebbc875eba64a99f6aa3e", |
||
| 404 | "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e", |
||
| 405 | "shasum": "" |
||
| 406 | }, |
||
| 407 | "require": { |
||
| 408 | "php": "^7.1.3" |
||
| 409 | }, |
||
| 410 | "conflict": { |
||
| 411 | "symfony/dependency-injection": "<3.4" |
||
| 412 | }, |
||
| 413 | "require-dev": { |
||
| 414 | "psr/log": "~1.0", |
||
| 415 | "symfony/config": "~3.4|~4.0", |
||
| 416 | "symfony/dependency-injection": "~3.4|~4.0", |
||
| 417 | "symfony/expression-language": "~3.4|~4.0", |
||
| 418 | "symfony/stopwatch": "~3.4|~4.0" |
||
| 419 | }, |
||
| 420 | "suggest": { |
||
| 421 | "symfony/dependency-injection": "", |
||
| 422 | "symfony/http-kernel": "" |
||
| 423 | }, |
||
| 424 | "type": "library", |
||
| 425 | "extra": { |
||
| 426 | "branch-alias": { |
||
| 427 | "dev-master": "4.1-dev" |
||
| 428 | } |
||
| 429 | }, |
||
| 430 | "autoload": { |
||
| 431 | "psr-4": { |
||
| 432 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 433 | }, |
||
| 434 | "exclude-from-classmap": [ |
||
| 435 | "/Tests/" |
||
| 436 | ] |
||
| 437 | }, |
||
| 438 | "notification-url": "https://packagist.org/downloads/", |
||
| 439 | "license": [ |
||
| 440 | "MIT" |
||
| 441 | ], |
||
| 442 | "authors": [ |
||
| 443 | { |
||
| 444 | "name": "Fabien Potencier", |
||
| 445 | "email": "[email protected]" |
||
| 446 | }, |
||
| 447 | { |
||
| 448 | "name": "Symfony Community", |
||
| 449 | "homepage": "https://symfony.com/contributors" |
||
| 450 | } |
||
| 451 | ], |
||
| 452 | "description": "Symfony EventDispatcher Component", |
||
| 453 | "homepage": "https://symfony.com", |
||
| 454 | "time": "2018-07-26T09:10:45+00:00" |
||
| 455 | }, |
||
| 456 | { |
||
| 457 | "name": "symfony/http-foundation", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 458 | "version": "v4.1.1", |
||
| 459 | "source": { |
||
| 460 | "type": "git", |
||
| 461 | "url": "https://github.com/symfony/http-foundation.git", |
||
| 462 | "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3" |
||
| 463 | }, |
||
| 464 | "dist": { |
||
| 465 | "type": "zip", |
||
| 466 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f9c7cf962e635b0b26b14500ac046e07dbef7f3", |
||
| 467 | "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3", |
||
| 468 | "shasum": "" |
||
| 469 | }, |
||
| 470 | "require": { |
||
| 471 | "php": "^7.1.3", |
||
| 472 | "symfony/polyfill-mbstring": "~1.1" |
||
| 473 | }, |
||
| 474 | "require-dev": { |
||
| 475 | "predis/predis": "~1.0", |
||
| 476 | "symfony/expression-language": "~3.4|~4.0" |
||
| 477 | }, |
||
| 478 | "type": "library", |
||
| 479 | "extra": { |
||
| 480 | "branch-alias": { |
||
| 481 | "dev-master": "4.1-dev" |
||
| 482 | } |
||
| 483 | }, |
||
| 484 | "autoload": { |
||
| 485 | "psr-4": { |
||
| 486 | "Symfony\\Component\\HttpFoundation\\": "" |
||
| 487 | }, |
||
| 488 | "exclude-from-classmap": [ |
||
| 489 | "/Tests/" |
||
| 490 | ] |
||
| 491 | }, |
||
| 492 | "notification-url": "https://packagist.org/downloads/", |
||
| 493 | "license": [ |
||
| 494 | "MIT" |
||
| 495 | ], |
||
| 496 | "authors": [ |
||
| 497 | { |
||
| 498 | "name": "Fabien Potencier", |
||
| 499 | "email": "[email protected]" |
||
| 500 | }, |
||
| 501 | { |
||
| 502 | "name": "Symfony Community", |
||
| 503 | "homepage": "https://symfony.com/contributors" |
||
| 504 | } |
||
| 505 | ], |
||
| 506 | "description": "Symfony HttpFoundation Component", |
||
| 507 | "homepage": "https://symfony.com", |
||
| 508 | "time": "2018-06-19T21:38:16+00:00" |
||
| 509 | }, |
||
| 510 | { |
||
| 511 | "name": "symfony/http-kernel", |
||
| 512 | "version": "v4.1.1", |
||
| 513 | "source": { |
||
| 514 | "type": "git", |
||
| 515 | "url": "https://github.com/symfony/http-kernel.git", |
||
| 516 | "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955" |
||
| 517 | }, |
||
| 518 | "dist": { |
||
| 519 | "type": "zip", |
||
| 520 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/29c094a1c4f8209b7e033f612cbbd69029e38955", |
||
| 521 | "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955", |
||
| 522 | "shasum": "" |
||
| 523 | }, |
||
| 524 | "require": { |
||
| 525 | "php": "^7.1.3", |
||
| 526 | "psr/log": "~1.0", |
||
| 527 | "symfony/debug": "~3.4|~4.0", |
||
| 528 | "symfony/event-dispatcher": "~4.1", |
||
| 529 | "symfony/http-foundation": "^4.1.1", |
||
| 530 | "symfony/polyfill-ctype": "~1.8" |
||
| 531 | }, |
||
| 532 | "conflict": { |
||
| 533 | "symfony/config": "<3.4", |
||
| 534 | "symfony/dependency-injection": "<4.1", |
||
| 535 | "symfony/var-dumper": "<4.1.1", |
||
| 536 | "twig/twig": "<1.34|<2.4,>=2" |
||
| 537 | }, |
||
| 538 | "provide": { |
||
| 539 | "psr/log-implementation": "1.0" |
||
| 540 | }, |
||
| 541 | "require-dev": { |
||
| 542 | "psr/cache": "~1.0", |
||
| 543 | "symfony/browser-kit": "~3.4|~4.0", |
||
| 544 | "symfony/config": "~3.4|~4.0", |
||
| 545 | "symfony/console": "~3.4|~4.0", |
||
| 546 | "symfony/css-selector": "~3.4|~4.0", |
||
| 547 | "symfony/dependency-injection": "^4.1", |
||
| 548 | "symfony/dom-crawler": "~3.4|~4.0", |
||
| 549 | "symfony/expression-language": "~3.4|~4.0", |
||
| 550 | "symfony/finder": "~3.4|~4.0", |
||
| 551 | "symfony/process": "~3.4|~4.0", |
||
| 552 | "symfony/routing": "~3.4|~4.0", |
||
| 553 | "symfony/stopwatch": "~3.4|~4.0", |
||
| 554 | "symfony/templating": "~3.4|~4.0", |
||
| 555 | "symfony/translation": "~3.4|~4.0", |
||
| 556 | "symfony/var-dumper": "^4.1.1" |
||
| 557 | }, |
||
| 558 | "suggest": { |
||
| 559 | "symfony/browser-kit": "", |
||
| 560 | "symfony/config": "", |
||
| 561 | "symfony/console": "", |
||
| 562 | "symfony/dependency-injection": "", |
||
| 563 | "symfony/var-dumper": "" |
||
| 564 | }, |
||
| 565 | "type": "library", |
||
| 566 | "extra": { |
||
| 567 | "branch-alias": { |
||
| 568 | "dev-master": "4.1-dev" |
||
| 569 | } |
||
| 570 | }, |
||
| 571 | "autoload": { |
||
| 572 | "psr-4": { |
||
| 573 | "Symfony\\Component\\HttpKernel\\": "" |
||
| 574 | }, |
||
| 575 | "exclude-from-classmap": [ |
||
| 576 | "/Tests/" |
||
| 577 | ] |
||
| 578 | }, |
||
| 579 | "notification-url": "https://packagist.org/downloads/", |
||
| 580 | "license": [ |
||
| 581 | "MIT" |
||
| 582 | ], |
||
| 583 | "authors": [ |
||
| 584 | { |
||
| 585 | "name": "Fabien Potencier", |
||
| 586 | "email": "[email protected]" |
||
| 587 | }, |
||
| 588 | { |
||
| 589 | "name": "Symfony Community", |
||
| 590 | "homepage": "https://symfony.com/contributors" |
||
| 591 | } |
||
| 592 | ], |
||
| 593 | "description": "Symfony HttpKernel Component", |
||
| 594 | "homepage": "https://symfony.com", |
||
| 595 | "time": "2018-06-25T13:06:45+00:00" |
||
| 596 | }, |
||
| 597 | { |
||
| 598 | "name": "symfony/inflector", |
||
| 599 | "version": "v4.1.1", |
||
| 600 | "source": { |
||
| 601 | "type": "git", |
||
| 602 | "url": "https://github.com/symfony/inflector.git", |
||
| 603 | "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8" |
||
| 604 | }, |
||
| 605 | "dist": { |
||
| 606 | "type": "zip", |
||
| 607 | "url": "https://api.github.com/repos/symfony/inflector/zipball/a55513ebd8aa4843300e325c84d0954a9d1f4ed8", |
||
| 608 | "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8", |
||
| 609 | "shasum": "" |
||
| 610 | }, |
||
| 611 | "require": { |
||
| 612 | "php": "^7.1.3", |
||
| 613 | "symfony/polyfill-ctype": "~1.8" |
||
| 614 | }, |
||
| 615 | "type": "library", |
||
| 616 | "extra": { |
||
| 617 | "branch-alias": { |
||
| 618 | "dev-master": "4.1-dev" |
||
| 619 | } |
||
| 620 | }, |
||
| 621 | "autoload": { |
||
| 622 | "psr-4": { |
||
| 623 | "Symfony\\Component\\Inflector\\": "" |
||
| 624 | }, |
||
| 625 | "exclude-from-classmap": [ |
||
| 626 | "/Tests/" |
||
| 627 | ] |
||
| 628 | }, |
||
| 629 | "notification-url": "https://packagist.org/downloads/", |
||
| 630 | "license": [ |
||
| 631 | "MIT" |
||
| 632 | ], |
||
| 633 | "authors": [ |
||
| 634 | { |
||
| 635 | "name": "Bernhard Schussek", |
||
| 636 | "email": "[email protected]" |
||
| 637 | }, |
||
| 638 | { |
||
| 639 | "name": "Symfony Community", |
||
| 640 | "homepage": "https://symfony.com/contributors" |
||
| 641 | } |
||
| 642 | ], |
||
| 643 | "description": "Symfony Inflector Component", |
||
| 644 | "homepage": "https://symfony.com", |
||
| 645 | "keywords": [ |
||
| 646 | "inflection", |
||
| 647 | "pluralize", |
||
| 648 | "singularize", |
||
| 649 | "string", |
||
| 650 | "symfony", |
||
| 651 | "words" |
||
| 652 | ], |
||
| 653 | "time": "2018-05-01T23:02:13+00:00" |
||
| 654 | }, |
||
| 655 | { |
||
| 656 | "name": "symfony/polyfill-ctype", |
||
| 657 | "version": "v1.9.0", |
||
| 658 | "source": { |
||
| 659 | "type": "git", |
||
| 660 | "url": "https://github.com/symfony/polyfill-ctype.git", |
||
| 661 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" |
||
| 662 | }, |
||
| 663 | "dist": { |
||
| 664 | "type": "zip", |
||
| 665 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", |
||
| 666 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", |
||
| 667 | "shasum": "" |
||
| 668 | }, |
||
| 669 | "require": { |
||
| 670 | "php": ">=5.3.3" |
||
| 671 | }, |
||
| 672 | "suggest": { |
||
| 673 | "ext-ctype": "For best performance" |
||
| 674 | }, |
||
| 675 | "type": "library", |
||
| 676 | "extra": { |
||
| 677 | "branch-alias": { |
||
| 678 | "dev-master": "1.9-dev" |
||
| 679 | } |
||
| 680 | }, |
||
| 681 | "autoload": { |
||
| 682 | "psr-4": { |
||
| 683 | "Symfony\\Polyfill\\Ctype\\": "" |
||
| 684 | }, |
||
| 685 | "files": [ |
||
| 686 | "bootstrap.php" |
||
| 687 | ] |
||
| 688 | }, |
||
| 689 | "notification-url": "https://packagist.org/downloads/", |
||
| 690 | "license": [ |
||
| 691 | "MIT" |
||
| 692 | ], |
||
| 693 | "authors": [ |
||
| 694 | { |
||
| 695 | "name": "Symfony Community", |
||
| 696 | "homepage": "https://symfony.com/contributors" |
||
| 697 | }, |
||
| 698 | { |
||
| 699 | "name": "Gert de Pagter", |
||
| 700 | "email": "[email protected]" |
||
| 701 | } |
||
| 702 | ], |
||
| 703 | "description": "Symfony polyfill for ctype functions", |
||
| 704 | "homepage": "https://symfony.com", |
||
| 705 | "keywords": [ |
||
| 706 | "compatibility", |
||
| 707 | "ctype", |
||
| 708 | "polyfill", |
||
| 709 | "portable" |
||
| 710 | ], |
||
| 711 | "time": "2018-08-06T14:22:27+00:00" |
||
| 712 | }, |
||
| 713 | { |
||
| 714 | "name": "symfony/polyfill-mbstring", |
||
| 715 | "version": "v1.9.0", |
||
| 716 | "source": { |
||
| 717 | "type": "git", |
||
| 718 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 719 | "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" |
||
| 720 | }, |
||
| 721 | "dist": { |
||
| 722 | "type": "zip", |
||
| 723 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", |
||
| 724 | "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", |
||
| 725 | "shasum": "" |
||
| 726 | }, |
||
| 727 | "require": { |
||
| 728 | "php": ">=5.3.3" |
||
| 729 | }, |
||
| 730 | "suggest": { |
||
| 731 | "ext-mbstring": "For best performance" |
||
| 732 | }, |
||
| 733 | "type": "library", |
||
| 734 | "extra": { |
||
| 735 | "branch-alias": { |
||
| 736 | "dev-master": "1.9-dev" |
||
| 737 | } |
||
| 738 | }, |
||
| 739 | "autoload": { |
||
| 740 | "psr-4": { |
||
| 741 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 742 | }, |
||
| 743 | "files": [ |
||
| 744 | "bootstrap.php" |
||
| 745 | ] |
||
| 746 | }, |
||
| 747 | "notification-url": "https://packagist.org/downloads/", |
||
| 748 | "license": [ |
||
| 749 | "MIT" |
||
| 750 | ], |
||
| 751 | "authors": [ |
||
| 752 | { |
||
| 753 | "name": "Nicolas Grekas", |
||
| 754 | "email": "[email protected]" |
||
| 755 | }, |
||
| 756 | { |
||
| 757 | "name": "Symfony Community", |
||
| 758 | "homepage": "https://symfony.com/contributors" |
||
| 759 | } |
||
| 760 | ], |
||
| 761 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 762 | "homepage": "https://symfony.com", |
||
| 763 | "keywords": [ |
||
| 764 | "compatibility", |
||
| 765 | "mbstring", |
||
| 766 | "polyfill", |
||
| 767 | "portable", |
||
| 768 | "shim" |
||
| 769 | ], |
||
| 770 | "time": "2018-08-06T14:22:27+00:00" |
||
| 771 | }, |
||
| 772 | { |
||
| 773 | "name": "symfony/property-access", |
||
| 774 | "version": "v4.1.1", |
||
| 775 | "source": { |
||
| 776 | "type": "git", |
||
| 777 | "url": "https://github.com/symfony/property-access.git", |
||
| 778 | "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a" |
||
| 779 | }, |
||
| 780 | "dist": { |
||
| 781 | "type": "zip", |
||
| 782 | "url": "https://api.github.com/repos/symfony/property-access/zipball/f957d37eb476c9442a0c684b0cd0dd1fb38cb74a", |
||
| 783 | "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a", |
||
| 784 | "shasum": "" |
||
| 785 | }, |
||
| 786 | "require": { |
||
| 787 | "php": "^7.1.3", |
||
| 788 | "symfony/inflector": "~3.4|~4.0" |
||
| 789 | }, |
||
| 790 | "require-dev": { |
||
| 791 | "symfony/cache": "~3.4|~4.0" |
||
| 792 | }, |
||
| 793 | "suggest": { |
||
| 794 | "psr/cache-implementation": "To cache access methods." |
||
| 795 | }, |
||
| 796 | "type": "library", |
||
| 797 | "extra": { |
||
| 798 | "branch-alias": { |
||
| 799 | "dev-master": "4.1-dev" |
||
| 800 | } |
||
| 801 | }, |
||
| 802 | "autoload": { |
||
| 803 | "psr-4": { |
||
| 804 | "Symfony\\Component\\PropertyAccess\\": "" |
||
| 805 | }, |
||
| 806 | "exclude-from-classmap": [ |
||
| 807 | "/Tests/" |
||
| 808 | ] |
||
| 809 | }, |
||
| 810 | "notification-url": "https://packagist.org/downloads/", |
||
| 811 | "license": [ |
||
| 812 | "MIT" |
||
| 813 | ], |
||
| 814 | "authors": [ |
||
| 815 | { |
||
| 816 | "name": "Fabien Potencier", |
||
| 817 | "email": "[email protected]" |
||
| 818 | }, |
||
| 819 | { |
||
| 820 | "name": "Symfony Community", |
||
| 821 | "homepage": "https://symfony.com/contributors" |
||
| 822 | } |
||
| 823 | ], |
||
| 824 | "description": "Symfony PropertyAccess Component", |
||
| 825 | "homepage": "https://symfony.com", |
||
| 826 | "keywords": [ |
||
| 827 | "access", |
||
| 828 | "array", |
||
| 829 | "extraction", |
||
| 830 | "index", |
||
| 831 | "injection", |
||
| 832 | "object", |
||
| 833 | "property", |
||
| 834 | "property path", |
||
| 835 | "reflection" |
||
| 836 | ], |
||
| 837 | "time": "2018-05-30T07:26:09+00:00" |
||
| 838 | }, |
||
| 839 | { |
||
| 840 | "name": "symfony/security", |
||
| 841 | "version": "v4.1.1", |
||
| 842 | "source": { |
||
| 843 | "type": "git", |
||
| 844 | "url": "https://github.com/symfony/security.git", |
||
| 845 | "reference": "fa46e38ff4dea2d3949630efd33ed73e2ac0850a" |
||
| 846 | }, |
||
| 847 | "dist": { |
||
| 848 | "type": "zip", |
||
| 849 | "url": "https://api.github.com/repos/symfony/security/zipball/fa46e38ff4dea2d3949630efd33ed73e2ac0850a", |
||
| 850 | "reference": "fa46e38ff4dea2d3949630efd33ed73e2ac0850a", |
||
| 851 | "shasum": "" |
||
| 852 | }, |
||
| 853 | "require": { |
||
| 854 | "php": "^7.1.3", |
||
| 855 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
| 856 | "symfony/http-foundation": "~3.4|~4.0", |
||
| 857 | "symfony/http-kernel": "~3.4|~4.0", |
||
| 858 | "symfony/property-access": "~3.4|~4.0" |
||
| 859 | }, |
||
| 860 | "replace": { |
||
| 861 | "symfony/security-core": "self.version", |
||
| 862 | "symfony/security-csrf": "self.version", |
||
| 863 | "symfony/security-guard": "self.version", |
||
| 864 | "symfony/security-http": "self.version" |
||
| 865 | }, |
||
| 866 | "require-dev": { |
||
| 867 | "psr/container": "^1.0", |
||
| 868 | "psr/log": "~1.0", |
||
| 869 | "symfony/expression-language": "~3.4|~4.0", |
||
| 870 | "symfony/finder": "~3.4|~4.0", |
||
| 871 | "symfony/ldap": "~3.4|~4.0", |
||
| 872 | "symfony/polyfill-intl-icu": "~1.0", |
||
| 873 | "symfony/routing": "~3.4|~4.0", |
||
| 874 | "symfony/validator": "~3.4|~4.0" |
||
| 875 | }, |
||
| 876 | "suggest": { |
||
| 877 | "psr/container-implementation": "To instantiate the Security class", |
||
| 878 | "symfony/expression-language": "For using the expression voter", |
||
| 879 | "symfony/form": "", |
||
| 880 | "symfony/ldap": "For using the LDAP user and authentication providers", |
||
| 881 | "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", |
||
| 882 | "symfony/validator": "For using the user password constraint" |
||
| 883 | }, |
||
| 884 | "type": "library", |
||
| 885 | "extra": { |
||
| 886 | "branch-alias": { |
||
| 887 | "dev-master": "4.1-dev" |
||
| 888 | } |
||
| 889 | }, |
||
| 890 | "autoload": { |
||
| 891 | "psr-4": { |
||
| 892 | "Symfony\\Component\\Security\\": "" |
||
| 893 | }, |
||
| 894 | "exclude-from-classmap": [ |
||
| 895 | "/Tests/" |
||
| 896 | ] |
||
| 897 | }, |
||
| 898 | "notification-url": "https://packagist.org/downloads/", |
||
| 899 | "license": [ |
||
| 900 | "MIT" |
||
| 901 | ], |
||
| 902 | "authors": [ |
||
| 903 | { |
||
| 904 | "name": "Fabien Potencier", |
||
| 905 | "email": "[email protected]" |
||
| 906 | }, |
||
| 907 | { |
||
| 908 | "name": "Symfony Community", |
||
| 909 | "homepage": "https://symfony.com/contributors" |
||
| 910 | } |
||
| 911 | ], |
||
| 912 | "description": "Symfony Security Component", |
||
| 913 | "homepage": "https://symfony.com", |
||
| 914 | "time": "2018-06-22T08:59:39+00:00" |
||
| 915 | }, |
||
| 916 | { |
||
| 917 | "name": "symfony/security-bundle", |
||
| 918 | "version": "v4.1.1", |
||
| 919 | "source": { |
||
| 920 | "type": "git", |
||
| 921 | "url": "https://github.com/symfony/security-bundle.git", |
||
| 922 | "reference": "58c0db1915ab9c54c013d9336cace46f9e02cbb2" |
||
| 923 | }, |
||
| 924 | "dist": { |
||
| 925 | "type": "zip", |
||
| 926 | "url": "https://api.github.com/repos/symfony/security-bundle/zipball/58c0db1915ab9c54c013d9336cace46f9e02cbb2", |
||
| 927 | "reference": "58c0db1915ab9c54c013d9336cace46f9e02cbb2", |
||
| 928 | "shasum": "" |
||
| 929 | }, |
||
| 930 | "require": { |
||
| 931 | "ext-xml": "*", |
||
| 932 | "php": "^7.1.3", |
||
| 933 | "symfony/dependency-injection": "^3.4.3|^4.0.3", |
||
| 934 | "symfony/http-kernel": "^4.1", |
||
| 935 | "symfony/security": "^4.1.1" |
||
| 936 | }, |
||
| 937 | "conflict": { |
||
| 938 | "symfony/console": "<3.4", |
||
| 939 | "symfony/event-dispatcher": "<3.4", |
||
| 940 | "symfony/framework-bundle": "<4.1.1", |
||
| 941 | "symfony/var-dumper": "<3.4" |
||
| 942 | }, |
||
| 943 | "require-dev": { |
||
| 944 | "doctrine/doctrine-bundle": "~1.5", |
||
| 945 | "symfony/asset": "~3.4|~4.0", |
||
| 946 | "symfony/browser-kit": "~3.4|~4.0", |
||
| 947 | "symfony/console": "~3.4|~4.0", |
||
| 948 | "symfony/css-selector": "~3.4|~4.0", |
||
| 949 | "symfony/dom-crawler": "~3.4|~4.0", |
||
| 950 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
| 951 | "symfony/expression-language": "~3.4|~4.0", |
||
| 952 | "symfony/form": "~3.4|~4.0", |
||
| 953 | "symfony/framework-bundle": "~4.1", |
||
| 954 | "symfony/http-foundation": "~3.4|~4.0", |
||
| 955 | "symfony/process": "~3.4|~4.0", |
||
| 956 | "symfony/translation": "~3.4|~4.0", |
||
| 957 | "symfony/twig-bridge": "~3.4|~4.0", |
||
| 958 | "symfony/twig-bundle": "~3.4|~4.0", |
||
| 959 | "symfony/validator": "~3.4|~4.0", |
||
| 960 | "symfony/var-dumper": "~3.4|~4.0", |
||
| 961 | "symfony/yaml": "~3.4|~4.0", |
||
| 962 | "twig/twig": "~1.34|~2.4" |
||
| 963 | }, |
||
| 964 | "type": "symfony-bundle", |
||
| 965 | "extra": { |
||
| 966 | "branch-alias": { |
||
| 967 | "dev-master": "4.1-dev" |
||
| 968 | } |
||
| 969 | }, |
||
| 970 | "autoload": { |
||
| 971 | "psr-4": { |
||
| 972 | "Symfony\\Bundle\\SecurityBundle\\": "" |
||
| 973 | }, |
||
| 974 | "exclude-from-classmap": [ |
||
| 975 | "/Tests/" |
||
| 976 | ] |
||
| 977 | }, |
||
| 978 | "notification-url": "https://packagist.org/downloads/", |
||
| 979 | "license": [ |
||
| 980 | "MIT" |
||
| 981 | ], |
||
| 982 | "authors": [ |
||
| 983 | { |
||
| 984 | "name": "Fabien Potencier", |
||
| 985 | "email": "[email protected]" |
||
| 986 | }, |
||
| 987 | { |
||
| 988 | "name": "Symfony Community", |
||
| 989 | "homepage": "https://symfony.com/contributors" |
||
| 990 | } |
||
| 991 | ], |
||
| 992 | "description": "Symfony SecurityBundle", |
||
| 993 | "homepage": "https://symfony.com", |
||
| 994 | "time": "2018-06-25T11:12:43+00:00" |
||
| 995 | } |
||
| 996 | ], |
||
| 997 | "packages-dev": [ |
||
| 998 | { |
||
| 999 | "name": "composer/semver", |
||
| 1000 | "version": "1.4.2", |
||
| 1001 | "source": { |
||
| 1002 | "type": "git", |
||
| 1003 | "url": "https://github.com/composer/semver.git", |
||
| 1004 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" |
||
| 1005 | }, |
||
| 1006 | "dist": { |
||
| 1007 | "type": "zip", |
||
| 1008 | "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
| 1009 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
| 1010 | "shasum": "" |
||
| 1011 | }, |
||
| 1012 | "require": { |
||
| 1013 | "php": "^5.3.2 || ^7.0" |
||
| 1014 | }, |
||
| 1015 | "require-dev": { |
||
| 1016 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
| 1017 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
||
| 1018 | }, |
||
| 1019 | "type": "library", |
||
| 1020 | "extra": { |
||
| 1021 | "branch-alias": { |
||
| 1022 | "dev-master": "1.x-dev" |
||
| 1023 | } |
||
| 1024 | }, |
||
| 1025 | "autoload": { |
||
| 1026 | "psr-4": { |
||
| 1027 | "Composer\\Semver\\": "src" |
||
| 1028 | } |
||
| 1029 | }, |
||
| 1030 | "notification-url": "https://packagist.org/downloads/", |
||
| 1031 | "license": [ |
||
| 1032 | "MIT" |
||
| 1033 | ], |
||
| 1034 | "authors": [ |
||
| 1035 | { |
||
| 1036 | "name": "Nils Adermann", |
||
| 1037 | "email": "[email protected]", |
||
| 1038 | "homepage": "http://www.naderman.de" |
||
| 1039 | }, |
||
| 1040 | { |
||
| 1041 | "name": "Jordi Boggiano", |
||
| 1042 | "email": "[email protected]", |
||
| 1043 | "homepage": "http://seld.be" |
||
| 1044 | }, |
||
| 1045 | { |
||
| 1046 | "name": "Rob Bast", |
||
| 1047 | "email": "[email protected]", |
||
| 1048 | "homepage": "http://robbast.nl" |
||
| 1049 | } |
||
| 1050 | ], |
||
| 1051 | "description": "Semver library that offers utilities, version constraint parsing and validation.", |
||
| 1052 | "keywords": [ |
||
| 1053 | "semantic", |
||
| 1054 | "semver", |
||
| 1055 | "validation", |
||
| 1056 | "versioning" |
||
| 1057 | ], |
||
| 1058 | "time": "2016-08-30T16:08:34+00:00" |
||
| 1059 | }, |
||
| 1060 | { |
||
| 1061 | "name": "composer/xdebug-handler", |
||
| 1062 | "version": "1.2.0", |
||
| 1063 | "source": { |
||
| 1064 | "type": "git", |
||
| 1065 | "url": "https://github.com/composer/xdebug-handler.git", |
||
| 1066 | "reference": "e1809da56ce1bd1b547a752936817341ac244d8e" |
||
| 1067 | }, |
||
| 1068 | "dist": { |
||
| 1069 | "type": "zip", |
||
| 1070 | "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/e1809da56ce1bd1b547a752936817341ac244d8e", |
||
| 1071 | "reference": "e1809da56ce1bd1b547a752936817341ac244d8e", |
||
| 1072 | "shasum": "" |
||
| 1073 | }, |
||
| 1074 | "require": { |
||
| 1075 | "php": "^5.3.2 || ^7.0", |
||
| 1076 | "psr/log": "^1.0" |
||
| 1077 | }, |
||
| 1078 | "require-dev": { |
||
| 1079 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
| 1080 | }, |
||
| 1081 | "type": "library", |
||
| 1082 | "autoload": { |
||
| 1083 | "psr-4": { |
||
| 1084 | "Composer\\XdebugHandler\\": "src" |
||
| 1085 | } |
||
| 1086 | }, |
||
| 1087 | "notification-url": "https://packagist.org/downloads/", |
||
| 1088 | "license": [ |
||
| 1089 | "MIT" |
||
| 1090 | ], |
||
| 1091 | "authors": [ |
||
| 1092 | { |
||
| 1093 | "name": "John Stevenson", |
||
| 1094 | "email": "[email protected]" |
||
| 1095 | } |
||
| 1096 | ], |
||
| 1097 | "description": "Restarts a process without xdebug.", |
||
| 1098 | "keywords": [ |
||
| 1099 | "Xdebug", |
||
| 1100 | "performance" |
||
| 1101 | ], |
||
| 1102 | "time": "2018-08-16T10:54:23+00:00" |
||
| 1103 | }, |
||
| 1104 | { |
||
| 1105 | "name": "doctrine/annotations", |
||
| 1106 | "version": "v1.6.0", |
||
| 1107 | "source": { |
||
| 1108 | "type": "git", |
||
| 1109 | "url": "https://github.com/doctrine/annotations.git", |
||
| 1110 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" |
||
| 1111 | }, |
||
| 1112 | "dist": { |
||
| 1113 | "type": "zip", |
||
| 1114 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
| 1115 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
| 1116 | "shasum": "" |
||
| 1117 | }, |
||
| 1118 | "require": { |
||
| 1119 | "doctrine/lexer": "1.*", |
||
| 1120 | "php": "^7.1" |
||
| 1121 | }, |
||
| 1122 | "require-dev": { |
||
| 1123 | "doctrine/cache": "1.*", |
||
| 1124 | "phpunit/phpunit": "^6.4" |
||
| 1125 | }, |
||
| 1126 | "type": "library", |
||
| 1127 | "extra": { |
||
| 1128 | "branch-alias": { |
||
| 1129 | "dev-master": "1.6.x-dev" |
||
| 1130 | } |
||
| 1131 | }, |
||
| 1132 | "autoload": { |
||
| 1133 | "psr-4": { |
||
| 1134 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
| 1135 | } |
||
| 1136 | }, |
||
| 1137 | "notification-url": "https://packagist.org/downloads/", |
||
| 1138 | "license": [ |
||
| 1139 | "MIT" |
||
| 1140 | ], |
||
| 1141 | "authors": [ |
||
| 1142 | { |
||
| 1143 | "name": "Roman Borschel", |
||
| 1144 | "email": "[email protected]" |
||
| 1145 | }, |
||
| 1146 | { |
||
| 1147 | "name": "Benjamin Eberlei", |
||
| 1148 | "email": "[email protected]" |
||
| 1149 | }, |
||
| 1150 | { |
||
| 1151 | "name": "Guilherme Blanco", |
||
| 1152 | "email": "[email protected]" |
||
| 1153 | }, |
||
| 1154 | { |
||
| 1155 | "name": "Jonathan Wage", |
||
| 1156 | "email": "[email protected]" |
||
| 1157 | }, |
||
| 1158 | { |
||
| 1159 | "name": "Johannes Schmitt", |
||
| 1160 | "email": "[email protected]" |
||
| 1161 | } |
||
| 1162 | ], |
||
| 1163 | "description": "Docblock Annotations Parser", |
||
| 1164 | "homepage": "http://www.doctrine-project.org", |
||
| 1165 | "keywords": [ |
||
| 1166 | "annotations", |
||
| 1167 | "docblock", |
||
| 1168 | "parser" |
||
| 1169 | ], |
||
| 1170 | "time": "2017-12-06T07:11:42+00:00" |
||
| 1171 | }, |
||
| 1172 | { |
||
| 1173 | "name": "doctrine/cache", |
||
| 1174 | "version": "v1.7.1", |
||
| 1175 | "source": { |
||
| 1176 | "type": "git", |
||
| 1177 | "url": "https://github.com/doctrine/cache.git", |
||
| 1178 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" |
||
| 1179 | }, |
||
| 1180 | "dist": { |
||
| 1181 | "type": "zip", |
||
| 1182 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
| 1183 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
| 1184 | "shasum": "" |
||
| 1185 | }, |
||
| 1186 | "require": { |
||
| 1187 | "php": "~7.1" |
||
| 1188 | }, |
||
| 1189 | "conflict": { |
||
| 1190 | "doctrine/common": ">2.2,<2.4" |
||
| 1191 | }, |
||
| 1192 | "require-dev": { |
||
| 1193 | "alcaeus/mongo-php-adapter": "^1.1", |
||
| 1194 | "mongodb/mongodb": "^1.1", |
||
| 1195 | "phpunit/phpunit": "^5.7", |
||
| 1196 | "predis/predis": "~1.0" |
||
| 1197 | }, |
||
| 1198 | "suggest": { |
||
| 1199 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
||
| 1200 | }, |
||
| 1201 | "type": "library", |
||
| 1202 | "extra": { |
||
| 1203 | "branch-alias": { |
||
| 1204 | "dev-master": "1.7.x-dev" |
||
| 1205 | } |
||
| 1206 | }, |
||
| 1207 | "autoload": { |
||
| 1208 | "psr-4": { |
||
| 1209 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 1210 | } |
||
| 1211 | }, |
||
| 1212 | "notification-url": "https://packagist.org/downloads/", |
||
| 1213 | "license": [ |
||
| 1214 | "MIT" |
||
| 1215 | ], |
||
| 1216 | "authors": [ |
||
| 1217 | { |
||
| 1218 | "name": "Roman Borschel", |
||
| 1219 | "email": "[email protected]" |
||
| 1220 | }, |
||
| 1221 | { |
||
| 1222 | "name": "Benjamin Eberlei", |
||
| 1223 | "email": "[email protected]" |
||
| 1224 | }, |
||
| 1225 | { |
||
| 1226 | "name": "Guilherme Blanco", |
||
| 1227 | "email": "[email protected]" |
||
| 1228 | }, |
||
| 1229 | { |
||
| 1230 | "name": "Jonathan Wage", |
||
| 1231 | "email": "[email protected]" |
||
| 1232 | }, |
||
| 1233 | { |
||
| 1234 | "name": "Johannes Schmitt", |
||
| 1235 | "email": "[email protected]" |
||
| 1236 | } |
||
| 1237 | ], |
||
| 1238 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 1239 | "homepage": "http://www.doctrine-project.org", |
||
| 1240 | "keywords": [ |
||
| 1241 | "cache", |
||
| 1242 | "caching" |
||
| 1243 | ], |
||
| 1244 | "time": "2017-08-25T07:02:50+00:00" |
||
| 1245 | }, |
||
| 1246 | { |
||
| 1247 | "name": "doctrine/collections", |
||
| 1248 | "version": "v1.5.0", |
||
| 1249 | "source": { |
||
| 1250 | "type": "git", |
||
| 1251 | "url": "https://github.com/doctrine/collections.git", |
||
| 1252 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" |
||
| 1253 | }, |
||
| 1254 | "dist": { |
||
| 1255 | "type": "zip", |
||
| 1256 | "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
| 1257 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
| 1258 | "shasum": "" |
||
| 1259 | }, |
||
| 1260 | "require": { |
||
| 1261 | "php": "^7.1" |
||
| 1262 | }, |
||
| 1263 | "require-dev": { |
||
| 1264 | "doctrine/coding-standard": "~0.1@dev", |
||
| 1265 | "phpunit/phpunit": "^5.7" |
||
| 1266 | }, |
||
| 1267 | "type": "library", |
||
| 1268 | "extra": { |
||
| 1269 | "branch-alias": { |
||
| 1270 | "dev-master": "1.3.x-dev" |
||
| 1271 | } |
||
| 1272 | }, |
||
| 1273 | "autoload": { |
||
| 1274 | "psr-0": { |
||
| 1275 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 1276 | } |
||
| 1277 | }, |
||
| 1278 | "notification-url": "https://packagist.org/downloads/", |
||
| 1279 | "license": [ |
||
| 1280 | "MIT" |
||
| 1281 | ], |
||
| 1282 | "authors": [ |
||
| 1283 | { |
||
| 1284 | "name": "Roman Borschel", |
||
| 1285 | "email": "[email protected]" |
||
| 1286 | }, |
||
| 1287 | { |
||
| 1288 | "name": "Benjamin Eberlei", |
||
| 1289 | "email": "[email protected]" |
||
| 1290 | }, |
||
| 1291 | { |
||
| 1292 | "name": "Guilherme Blanco", |
||
| 1293 | "email": "[email protected]" |
||
| 1294 | }, |
||
| 1295 | { |
||
| 1296 | "name": "Jonathan Wage", |
||
| 1297 | "email": "[email protected]" |
||
| 1298 | }, |
||
| 1299 | { |
||
| 1300 | "name": "Johannes Schmitt", |
||
| 1301 | "email": "[email protected]" |
||
| 1302 | } |
||
| 1303 | ], |
||
| 1304 | "description": "Collections Abstraction library", |
||
| 1305 | "homepage": "http://www.doctrine-project.org", |
||
| 1306 | "keywords": [ |
||
| 1307 | "array", |
||
| 1308 | "collections", |
||
| 1309 | "iterator" |
||
| 1310 | ], |
||
| 1311 | "time": "2017-07-22T10:37:32+00:00" |
||
| 1312 | }, |
||
| 1313 | { |
||
| 1314 | "name": "doctrine/common", |
||
| 1315 | "version": "v2.8.1", |
||
| 1316 | "source": { |
||
| 1317 | "type": "git", |
||
| 1318 | "url": "https://github.com/doctrine/common.git", |
||
| 1319 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" |
||
| 1320 | }, |
||
| 1321 | "dist": { |
||
| 1322 | "type": "zip", |
||
| 1323 | "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
| 1324 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
| 1325 | "shasum": "" |
||
| 1326 | }, |
||
| 1327 | "require": { |
||
| 1328 | "doctrine/annotations": "1.*", |
||
| 1329 | "doctrine/cache": "1.*", |
||
| 1330 | "doctrine/collections": "1.*", |
||
| 1331 | "doctrine/inflector": "1.*", |
||
| 1332 | "doctrine/lexer": "1.*", |
||
| 1333 | "php": "~7.1" |
||
| 1334 | }, |
||
| 1335 | "require-dev": { |
||
| 1336 | "phpunit/phpunit": "^5.7" |
||
| 1337 | }, |
||
| 1338 | "type": "library", |
||
| 1339 | "extra": { |
||
| 1340 | "branch-alias": { |
||
| 1341 | "dev-master": "2.8.x-dev" |
||
| 1342 | } |
||
| 1343 | }, |
||
| 1344 | "autoload": { |
||
| 1345 | "psr-4": { |
||
| 1346 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 1347 | } |
||
| 1348 | }, |
||
| 1349 | "notification-url": "https://packagist.org/downloads/", |
||
| 1350 | "license": [ |
||
| 1351 | "MIT" |
||
| 1352 | ], |
||
| 1353 | "authors": [ |
||
| 1354 | { |
||
| 1355 | "name": "Roman Borschel", |
||
| 1356 | "email": "[email protected]" |
||
| 1357 | }, |
||
| 1358 | { |
||
| 1359 | "name": "Benjamin Eberlei", |
||
| 1360 | "email": "[email protected]" |
||
| 1361 | }, |
||
| 1362 | { |
||
| 1363 | "name": "Guilherme Blanco", |
||
| 1364 | "email": "[email protected]" |
||
| 1365 | }, |
||
| 1366 | { |
||
| 1367 | "name": "Jonathan Wage", |
||
| 1368 | "email": "[email protected]" |
||
| 1369 | }, |
||
| 1370 | { |
||
| 1371 | "name": "Johannes Schmitt", |
||
| 1372 | "email": "[email protected]" |
||
| 1373 | } |
||
| 1374 | ], |
||
| 1375 | "description": "Common Library for Doctrine projects", |
||
| 1376 | "homepage": "http://www.doctrine-project.org", |
||
| 1377 | "keywords": [ |
||
| 1378 | "annotations", |
||
| 1379 | "collections", |
||
| 1380 | "eventmanager", |
||
| 1381 | "persistence", |
||
| 1382 | "spl" |
||
| 1383 | ], |
||
| 1384 | "time": "2017-08-31T08:43:38+00:00" |
||
| 1385 | }, |
||
| 1386 | { |
||
| 1387 | "name": "doctrine/dbal", |
||
| 1388 | "version": "v2.7.1", |
||
| 1389 | "source": { |
||
| 1390 | "type": "git", |
||
| 1391 | "url": "https://github.com/doctrine/dbal.git", |
||
| 1392 | "reference": "11037b4352c008373561dc6fc836834eed80c3b5" |
||
| 1393 | }, |
||
| 1394 | "dist": { |
||
| 1395 | "type": "zip", |
||
| 1396 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5", |
||
| 1397 | "reference": "11037b4352c008373561dc6fc836834eed80c3b5", |
||
| 1398 | "shasum": "" |
||
| 1399 | }, |
||
| 1400 | "require": { |
||
| 1401 | "doctrine/common": "^2.7.1", |
||
| 1402 | "ext-pdo": "*", |
||
| 1403 | "php": "^7.1" |
||
| 1404 | }, |
||
| 1405 | "require-dev": { |
||
| 1406 | "doctrine/coding-standard": "^4.0", |
||
| 1407 | "phpunit/phpunit": "^7.0", |
||
| 1408 | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", |
||
| 1409 | "symfony/console": "^2.0.5||^3.0", |
||
| 1410 | "symfony/phpunit-bridge": "^3.4.5|^4.0.5" |
||
| 1411 | }, |
||
| 1412 | "suggest": { |
||
| 1413 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 1414 | }, |
||
| 1415 | "bin": [ |
||
| 1416 | "bin/doctrine-dbal" |
||
| 1417 | ], |
||
| 1418 | "type": "library", |
||
| 1419 | "extra": { |
||
| 1420 | "branch-alias": { |
||
| 1421 | "dev-master": "2.7.x-dev" |
||
| 1422 | } |
||
| 1423 | }, |
||
| 1424 | "autoload": { |
||
| 1425 | "psr-0": { |
||
| 1426 | "Doctrine\\DBAL\\": "lib/" |
||
| 1427 | } |
||
| 1428 | }, |
||
| 1429 | "notification-url": "https://packagist.org/downloads/", |
||
| 1430 | "license": [ |
||
| 1431 | "MIT" |
||
| 1432 | ], |
||
| 1433 | "authors": [ |
||
| 1434 | { |
||
| 1435 | "name": "Roman Borschel", |
||
| 1436 | "email": "[email protected]" |
||
| 1437 | }, |
||
| 1438 | { |
||
| 1439 | "name": "Benjamin Eberlei", |
||
| 1440 | "email": "[email protected]" |
||
| 1441 | }, |
||
| 1442 | { |
||
| 1443 | "name": "Guilherme Blanco", |
||
| 1444 | "email": "[email protected]" |
||
| 1445 | }, |
||
| 1446 | { |
||
| 1447 | "name": "Jonathan Wage", |
||
| 1448 | "email": "[email protected]" |
||
| 1449 | } |
||
| 1450 | ], |
||
| 1451 | "description": "Database Abstraction Layer", |
||
| 1452 | "homepage": "http://www.doctrine-project.org", |
||
| 1453 | "keywords": [ |
||
| 1454 | "database", |
||
| 1455 | "dbal", |
||
| 1456 | "persistence", |
||
| 1457 | "queryobject" |
||
| 1458 | ], |
||
| 1459 | "time": "2018-04-07T18:44:18+00:00" |
||
| 1460 | }, |
||
| 1461 | { |
||
| 1462 | "name": "doctrine/inflector", |
||
| 1463 | "version": "v1.3.0", |
||
| 1464 | "source": { |
||
| 1465 | "type": "git", |
||
| 1466 | "url": "https://github.com/doctrine/inflector.git", |
||
| 1467 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a" |
||
| 1468 | }, |
||
| 1469 | "dist": { |
||
| 1470 | "type": "zip", |
||
| 1471 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", |
||
| 1472 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a", |
||
| 1473 | "shasum": "" |
||
| 1474 | }, |
||
| 1475 | "require": { |
||
| 1476 | "php": "^7.1" |
||
| 1477 | }, |
||
| 1478 | "require-dev": { |
||
| 1479 | "phpunit/phpunit": "^6.2" |
||
| 1480 | }, |
||
| 1481 | "type": "library", |
||
| 1482 | "extra": { |
||
| 1483 | "branch-alias": { |
||
| 1484 | "dev-master": "1.3.x-dev" |
||
| 1485 | } |
||
| 1486 | }, |
||
| 1487 | "autoload": { |
||
| 1488 | "psr-4": { |
||
| 1489 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
| 1490 | } |
||
| 1491 | }, |
||
| 1492 | "notification-url": "https://packagist.org/downloads/", |
||
| 1493 | "license": [ |
||
| 1494 | "MIT" |
||
| 1495 | ], |
||
| 1496 | "authors": [ |
||
| 1497 | { |
||
| 1498 | "name": "Roman Borschel", |
||
| 1499 | "email": "[email protected]" |
||
| 1500 | }, |
||
| 1501 | { |
||
| 1502 | "name": "Benjamin Eberlei", |
||
| 1503 | "email": "[email protected]" |
||
| 1504 | }, |
||
| 1505 | { |
||
| 1506 | "name": "Guilherme Blanco", |
||
| 1507 | "email": "[email protected]" |
||
| 1508 | }, |
||
| 1509 | { |
||
| 1510 | "name": "Jonathan Wage", |
||
| 1511 | "email": "[email protected]" |
||
| 1512 | }, |
||
| 1513 | { |
||
| 1514 | "name": "Johannes Schmitt", |
||
| 1515 | "email": "[email protected]" |
||
| 1516 | } |
||
| 1517 | ], |
||
| 1518 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 1519 | "homepage": "http://www.doctrine-project.org", |
||
| 1520 | "keywords": [ |
||
| 1521 | "inflection", |
||
| 1522 | "pluralize", |
||
| 1523 | "singularize", |
||
| 1524 | "string" |
||
| 1525 | ], |
||
| 1526 | "time": "2018-01-09T20:05:19+00:00" |
||
| 1527 | }, |
||
| 1528 | { |
||
| 1529 | "name": "doctrine/lexer", |
||
| 1530 | "version": "v1.0.1", |
||
| 1531 | "source": { |
||
| 1532 | "type": "git", |
||
| 1533 | "url": "https://github.com/doctrine/lexer.git", |
||
| 1534 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 1535 | }, |
||
| 1536 | "dist": { |
||
| 1537 | "type": "zip", |
||
| 1538 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 1539 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 1540 | "shasum": "" |
||
| 1541 | }, |
||
| 1542 | "require": { |
||
| 1543 | "php": ">=5.3.2" |
||
| 1544 | }, |
||
| 1545 | "type": "library", |
||
| 1546 | "extra": { |
||
| 1547 | "branch-alias": { |
||
| 1548 | "dev-master": "1.0.x-dev" |
||
| 1549 | } |
||
| 1550 | }, |
||
| 1551 | "autoload": { |
||
| 1552 | "psr-0": { |
||
| 1553 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 1554 | } |
||
| 1555 | }, |
||
| 1556 | "notification-url": "https://packagist.org/downloads/", |
||
| 1557 | "license": [ |
||
| 1558 | "MIT" |
||
| 1559 | ], |
||
| 1560 | "authors": [ |
||
| 1561 | { |
||
| 1562 | "name": "Roman Borschel", |
||
| 1563 | "email": "[email protected]" |
||
| 1564 | }, |
||
| 1565 | { |
||
| 1566 | "name": "Guilherme Blanco", |
||
| 1567 | "email": "[email protected]" |
||
| 1568 | }, |
||
| 1569 | { |
||
| 1570 | "name": "Johannes Schmitt", |
||
| 1571 | "email": "[email protected]" |
||
| 1572 | } |
||
| 1573 | ], |
||
| 1574 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 1575 | "homepage": "http://www.doctrine-project.org", |
||
| 1576 | "keywords": [ |
||
| 1577 | "lexer", |
||
| 1578 | "parser" |
||
| 1579 | ], |
||
| 1580 | "time": "2014-09-09T13:34:57+00:00" |
||
| 1581 | }, |
||
| 1582 | { |
||
| 1583 | "name": "friendsofphp/php-cs-fixer", |
||
| 1584 | "version": "v2.12.3", |
||
| 1585 | "source": { |
||
| 1586 | "type": "git", |
||
| 1587 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
| 1588 | "reference": "b23d49981cfc95497d03081aeb6df6575196a0d3" |
||
| 1589 | }, |
||
| 1590 | "dist": { |
||
| 1591 | "type": "zip", |
||
| 1592 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/b23d49981cfc95497d03081aeb6df6575196a0d3", |
||
| 1593 | "reference": "b23d49981cfc95497d03081aeb6df6575196a0d3", |
||
| 1594 | "shasum": "" |
||
| 1595 | }, |
||
| 1596 | "require": { |
||
| 1597 | "composer/semver": "^1.4", |
||
| 1598 | "composer/xdebug-handler": "^1.2", |
||
| 1599 | "doctrine/annotations": "^1.2", |
||
| 1600 | "ext-json": "*", |
||
| 1601 | "ext-tokenizer": "*", |
||
| 1602 | "php": "^5.6 || >=7.0 <7.3", |
||
| 1603 | "php-cs-fixer/diff": "^1.3", |
||
| 1604 | "symfony/console": "^3.2 || ^4.0", |
||
| 1605 | "symfony/event-dispatcher": "^3.0 || ^4.0", |
||
| 1606 | "symfony/filesystem": "^3.0 || ^4.0", |
||
| 1607 | "symfony/finder": "^3.0 || ^4.0", |
||
| 1608 | "symfony/options-resolver": "^3.0 || ^4.0", |
||
| 1609 | "symfony/polyfill-php70": "^1.0", |
||
| 1610 | "symfony/polyfill-php72": "^1.4", |
||
| 1611 | "symfony/process": "^3.0 || ^4.0", |
||
| 1612 | "symfony/stopwatch": "^3.0 || ^4.0" |
||
| 1613 | }, |
||
| 1614 | "conflict": { |
||
| 1615 | "hhvm": "*" |
||
| 1616 | }, |
||
| 1617 | "require-dev": { |
||
| 1618 | "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", |
||
| 1619 | "justinrainbow/json-schema": "^5.0", |
||
| 1620 | "keradus/cli-executor": "^1.1", |
||
| 1621 | "mikey179/vfsstream": "^1.6", |
||
| 1622 | "php-coveralls/php-coveralls": "^2.1", |
||
| 1623 | "php-cs-fixer/accessible-object": "^1.0", |
||
| 1624 | "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1", |
||
| 1625 | "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1", |
||
| 1626 | "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1", |
||
| 1627 | "phpunitgoodpractices/traits": "^1.5.1", |
||
| 1628 | "symfony/phpunit-bridge": "^4.0" |
||
| 1629 | }, |
||
| 1630 | "suggest": { |
||
| 1631 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |
||
| 1632 | "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", |
||
| 1633 | "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", |
||
| 1634 | "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." |
||
| 1635 | }, |
||
| 1636 | "bin": [ |
||
| 1637 | "php-cs-fixer" |
||
| 1638 | ], |
||
| 1639 | "type": "application", |
||
| 1640 | "autoload": { |
||
| 1641 | "psr-4": { |
||
| 1642 | "PhpCsFixer\\": "src/" |
||
| 1643 | }, |
||
| 1644 | "classmap": [ |
||
| 1645 | "tests/Test/AbstractFixerTestCase.php", |
||
| 1646 | "tests/Test/AbstractIntegrationCaseFactory.php", |
||
| 1647 | "tests/Test/AbstractIntegrationTestCase.php", |
||
| 1648 | "tests/Test/Assert/AssertTokensTrait.php", |
||
| 1649 | "tests/Test/IntegrationCase.php", |
||
| 1650 | "tests/Test/IntegrationCaseFactory.php", |
||
| 1651 | "tests/Test/IntegrationCaseFactoryInterface.php", |
||
| 1652 | "tests/Test/InternalIntegrationCaseFactory.php", |
||
| 1653 | "tests/TestCase.php" |
||
| 1654 | ] |
||
| 1655 | }, |
||
| 1656 | "notification-url": "https://packagist.org/downloads/", |
||
| 1657 | "license": [ |
||
| 1658 | "MIT" |
||
| 1659 | ], |
||
| 1660 | "authors": [ |
||
| 1661 | { |
||
| 1662 | "name": "Dariusz Rumiński", |
||
| 1663 | "email": "[email protected]" |
||
| 1664 | }, |
||
| 1665 | { |
||
| 1666 | "name": "Fabien Potencier", |
||
| 1667 | "email": "[email protected]" |
||
| 1668 | } |
||
| 1669 | ], |
||
| 1670 | "description": "A tool to automatically fix PHP code style", |
||
| 1671 | "time": "2018-08-19T22:33:38+00:00" |
||
| 1672 | }, |
||
| 1673 | { |
||
| 1674 | "name": "guzzlehttp/guzzle", |
||
| 1675 | "version": "6.3.3", |
||
| 1676 | "source": { |
||
| 1677 | "type": "git", |
||
| 1678 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 1679 | "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" |
||
| 1680 | }, |
||
| 1681 | "dist": { |
||
| 1682 | "type": "zip", |
||
| 1683 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", |
||
| 1684 | "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", |
||
| 1685 | "shasum": "" |
||
| 1686 | }, |
||
| 1687 | "require": { |
||
| 1688 | "guzzlehttp/promises": "^1.0", |
||
| 1689 | "guzzlehttp/psr7": "^1.4", |
||
| 1690 | "php": ">=5.5" |
||
| 1691 | }, |
||
| 1692 | "require-dev": { |
||
| 1693 | "ext-curl": "*", |
||
| 1694 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", |
||
| 1695 | "psr/log": "^1.0" |
||
| 1696 | }, |
||
| 1697 | "suggest": { |
||
| 1698 | "psr/log": "Required for using the Log middleware" |
||
| 1699 | }, |
||
| 1700 | "type": "library", |
||
| 1701 | "extra": { |
||
| 1702 | "branch-alias": { |
||
| 1703 | "dev-master": "6.3-dev" |
||
| 1704 | } |
||
| 1705 | }, |
||
| 1706 | "autoload": { |
||
| 1707 | "files": [ |
||
| 1708 | "src/functions_include.php" |
||
| 1709 | ], |
||
| 1710 | "psr-4": { |
||
| 1711 | "GuzzleHttp\\": "src/" |
||
| 1712 | } |
||
| 1713 | }, |
||
| 1714 | "notification-url": "https://packagist.org/downloads/", |
||
| 1715 | "license": [ |
||
| 1716 | "MIT" |
||
| 1717 | ], |
||
| 1718 | "authors": [ |
||
| 1719 | { |
||
| 1720 | "name": "Michael Dowling", |
||
| 1721 | "email": "[email protected]", |
||
| 1722 | "homepage": "https://github.com/mtdowling" |
||
| 1723 | } |
||
| 1724 | ], |
||
| 1725 | "description": "Guzzle is a PHP HTTP client library", |
||
| 1726 | "homepage": "http://guzzlephp.org/", |
||
| 1727 | "keywords": [ |
||
| 1728 | "client", |
||
| 1729 | "curl", |
||
| 1730 | "framework", |
||
| 1731 | "http", |
||
| 1732 | "http client", |
||
| 1733 | "rest", |
||
| 1734 | "web service" |
||
| 1735 | ], |
||
| 1736 | "time": "2018-04-22T15:46:56+00:00" |
||
| 1737 | }, |
||
| 1738 | { |
||
| 1739 | "name": "guzzlehttp/promises", |
||
| 1740 | "version": "v1.3.1", |
||
| 1741 | "source": { |
||
| 1742 | "type": "git", |
||
| 1743 | "url": "https://github.com/guzzle/promises.git", |
||
| 1744 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
| 1745 | }, |
||
| 1746 | "dist": { |
||
| 1747 | "type": "zip", |
||
| 1748 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 1749 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 1750 | "shasum": "" |
||
| 1751 | }, |
||
| 1752 | "require": { |
||
| 1753 | "php": ">=5.5.0" |
||
| 1754 | }, |
||
| 1755 | "require-dev": { |
||
| 1756 | "phpunit/phpunit": "^4.0" |
||
| 1757 | }, |
||
| 1758 | "type": "library", |
||
| 1759 | "extra": { |
||
| 1760 | "branch-alias": { |
||
| 1761 | "dev-master": "1.4-dev" |
||
| 1762 | } |
||
| 1763 | }, |
||
| 1764 | "autoload": { |
||
| 1765 | "psr-4": { |
||
| 1766 | "GuzzleHttp\\Promise\\": "src/" |
||
| 1767 | }, |
||
| 1768 | "files": [ |
||
| 1769 | "src/functions_include.php" |
||
| 1770 | ] |
||
| 1771 | }, |
||
| 1772 | "notification-url": "https://packagist.org/downloads/", |
||
| 1773 | "license": [ |
||
| 1774 | "MIT" |
||
| 1775 | ], |
||
| 1776 | "authors": [ |
||
| 1777 | { |
||
| 1778 | "name": "Michael Dowling", |
||
| 1779 | "email": "[email protected]", |
||
| 1780 | "homepage": "https://github.com/mtdowling" |
||
| 1781 | } |
||
| 1782 | ], |
||
| 1783 | "description": "Guzzle promises library", |
||
| 1784 | "keywords": [ |
||
| 1785 | "promise" |
||
| 1786 | ], |
||
| 1787 | "time": "2016-12-20T10:07:11+00:00" |
||
| 1788 | }, |
||
| 1789 | { |
||
| 1790 | "name": "guzzlehttp/psr7", |
||
| 1791 | "version": "1.4.2", |
||
| 1792 | "source": { |
||
| 1793 | "type": "git", |
||
| 1794 | "url": "https://github.com/guzzle/psr7.git", |
||
| 1795 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
| 1796 | }, |
||
| 1797 | "dist": { |
||
| 1798 | "type": "zip", |
||
| 1799 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
| 1800 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
| 1801 | "shasum": "" |
||
| 1802 | }, |
||
| 1803 | "require": { |
||
| 1804 | "php": ">=5.4.0", |
||
| 1805 | "psr/http-message": "~1.0" |
||
| 1806 | }, |
||
| 1807 | "provide": { |
||
| 1808 | "psr/http-message-implementation": "1.0" |
||
| 1809 | }, |
||
| 1810 | "require-dev": { |
||
| 1811 | "phpunit/phpunit": "~4.0" |
||
| 1812 | }, |
||
| 1813 | "type": "library", |
||
| 1814 | "extra": { |
||
| 1815 | "branch-alias": { |
||
| 1816 | "dev-master": "1.4-dev" |
||
| 1817 | } |
||
| 1818 | }, |
||
| 1819 | "autoload": { |
||
| 1820 | "psr-4": { |
||
| 1821 | "GuzzleHttp\\Psr7\\": "src/" |
||
| 1822 | }, |
||
| 1823 | "files": [ |
||
| 1824 | "src/functions_include.php" |
||
| 1825 | ] |
||
| 1826 | }, |
||
| 1827 | "notification-url": "https://packagist.org/downloads/", |
||
| 1828 | "license": [ |
||
| 1829 | "MIT" |
||
| 1830 | ], |
||
| 1831 | "authors": [ |
||
| 1832 | { |
||
| 1833 | "name": "Michael Dowling", |
||
| 1834 | "email": "[email protected]", |
||
| 1835 | "homepage": "https://github.com/mtdowling" |
||
| 1836 | }, |
||
| 1837 | { |
||
| 1838 | "name": "Tobias Schultze", |
||
| 1839 | "homepage": "https://github.com/Tobion" |
||
| 1840 | } |
||
| 1841 | ], |
||
| 1842 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
| 1843 | "keywords": [ |
||
| 1844 | "http", |
||
| 1845 | "message", |
||
| 1846 | "request", |
||
| 1847 | "response", |
||
| 1848 | "stream", |
||
| 1849 | "uri", |
||
| 1850 | "url" |
||
| 1851 | ], |
||
| 1852 | "time": "2017-03-20T17:10:46+00:00" |
||
| 1853 | }, |
||
| 1854 | { |
||
| 1855 | "name": "matthiasnoback/symfony-config-test", |
||
| 1856 | "version": "4.0.0", |
||
| 1857 | "source": { |
||
| 1858 | "type": "git", |
||
| 1859 | "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git", |
||
| 1860 | "reference": "d69210afc4aca99038d522f59ccf5074aff2f2e1" |
||
| 1861 | }, |
||
| 1862 | "dist": { |
||
| 1863 | "type": "zip", |
||
| 1864 | "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/d69210afc4aca99038d522f59ccf5074aff2f2e1", |
||
| 1865 | "reference": "d69210afc4aca99038d522f59ccf5074aff2f2e1", |
||
| 1866 | "shasum": "" |
||
| 1867 | }, |
||
| 1868 | "require": { |
||
| 1869 | "php": "^7.1", |
||
| 1870 | "symfony/config": "^2.7 || ^3.4 || ^4.0" |
||
| 1871 | }, |
||
| 1872 | "conflict": { |
||
| 1873 | "phpunit/phpunit": "<7.0" |
||
| 1874 | }, |
||
| 1875 | "require-dev": { |
||
| 1876 | "phpunit/phpunit": "^7.0" |
||
| 1877 | }, |
||
| 1878 | "type": "library", |
||
| 1879 | "extra": { |
||
| 1880 | "branch-alias": { |
||
| 1881 | "dev-master": "4.0.x-dev" |
||
| 1882 | } |
||
| 1883 | }, |
||
| 1884 | "autoload": { |
||
| 1885 | "psr-4": { |
||
| 1886 | "Matthias\\SymfonyConfigTest\\": "" |
||
| 1887 | } |
||
| 1888 | }, |
||
| 1889 | "notification-url": "https://packagist.org/downloads/", |
||
| 1890 | "license": [ |
||
| 1891 | "MIT" |
||
| 1892 | ], |
||
| 1893 | "authors": [ |
||
| 1894 | { |
||
| 1895 | "name": "Matthias Noback", |
||
| 1896 | "email": "[email protected]", |
||
| 1897 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
| 1898 | } |
||
| 1899 | ], |
||
| 1900 | "description": "Library for testing user classes related to the Symfony Config Component", |
||
| 1901 | "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest", |
||
| 1902 | "keywords": [ |
||
| 1903 | "config", |
||
| 1904 | "phpunit", |
||
| 1905 | "symfony" |
||
| 1906 | ], |
||
| 1907 | "time": "2018-03-05T09:21:43+00:00" |
||
| 1908 | }, |
||
| 1909 | { |
||
| 1910 | "name": "matthiasnoback/symfony-dependency-injection-test", |
||
| 1911 | "version": "v3.0.0", |
||
| 1912 | "source": { |
||
| 1913 | "type": "git", |
||
| 1914 | "url": "https://github.com/SymfonyTest/SymfonyDependencyInjectionTest.git", |
||
| 1915 | "reference": "17e93d791c39849edce452723928b8172691e9c9" |
||
| 1916 | }, |
||
| 1917 | "dist": { |
||
| 1918 | "type": "zip", |
||
| 1919 | "url": "https://api.github.com/repos/SymfonyTest/SymfonyDependencyInjectionTest/zipball/17e93d791c39849edce452723928b8172691e9c9", |
||
| 1920 | "reference": "17e93d791c39849edce452723928b8172691e9c9", |
||
| 1921 | "shasum": "" |
||
| 1922 | }, |
||
| 1923 | "require": { |
||
| 1924 | "matthiasnoback/symfony-config-test": "^4.0", |
||
| 1925 | "php": "^7.1", |
||
| 1926 | "symfony/config": "^2.7 || ^3.3 || ^4.0", |
||
| 1927 | "symfony/dependency-injection": "^2.7 || ^3.3 || ^4.0", |
||
| 1928 | "symfony/yaml": "^2.7 || ^3.3 || ^4.0" |
||
| 1929 | }, |
||
| 1930 | "conflict": { |
||
| 1931 | "phpunit/phpunit": "<7.0" |
||
| 1932 | }, |
||
| 1933 | "require-dev": { |
||
| 1934 | "phpunit/phpunit": "^7.0" |
||
| 1935 | }, |
||
| 1936 | "type": "library", |
||
| 1937 | "autoload": { |
||
| 1938 | "psr-4": { |
||
| 1939 | "Matthias\\SymfonyDependencyInjectionTest\\": "" |
||
| 1940 | } |
||
| 1941 | }, |
||
| 1942 | "notification-url": "https://packagist.org/downloads/", |
||
| 1943 | "license": [ |
||
| 1944 | "MIT" |
||
| 1945 | ], |
||
| 1946 | "authors": [ |
||
| 1947 | { |
||
| 1948 | "name": "Matthias Noback", |
||
| 1949 | "email": "[email protected]", |
||
| 1950 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
| 1951 | } |
||
| 1952 | ], |
||
| 1953 | "description": "Library for testing user classes related to the Symfony Dependency Injection Component", |
||
| 1954 | "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest", |
||
| 1955 | "keywords": [ |
||
| 1956 | "Symfony2", |
||
| 1957 | "dependency injection", |
||
| 1958 | "phpunit" |
||
| 1959 | ], |
||
| 1960 | "time": "2018-03-06T08:36:41+00:00" |
||
| 1961 | }, |
||
| 1962 | { |
||
| 1963 | "name": "paragonie/random_compat", |
||
| 1964 | "version": "v9.99.99", |
||
| 1965 | "source": { |
||
| 1966 | "type": "git", |
||
| 1967 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 1968 | "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" |
||
| 1969 | }, |
||
| 1970 | "dist": { |
||
| 1971 | "type": "zip", |
||
| 1972 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", |
||
| 1973 | "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", |
||
| 1974 | "shasum": "" |
||
| 1975 | }, |
||
| 1976 | "require": { |
||
| 1977 | "php": "^7" |
||
| 1978 | }, |
||
| 1979 | "require-dev": { |
||
| 1980 | "phpunit/phpunit": "4.*|5.*", |
||
| 1981 | "vimeo/psalm": "^1" |
||
| 1982 | }, |
||
| 1983 | "suggest": { |
||
| 1984 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 1985 | }, |
||
| 1986 | "type": "library", |
||
| 1987 | "notification-url": "https://packagist.org/downloads/", |
||
| 1988 | "license": [ |
||
| 1989 | "MIT" |
||
| 1990 | ], |
||
| 1991 | "authors": [ |
||
| 1992 | { |
||
| 1993 | "name": "Paragon Initiative Enterprises", |
||
| 1994 | "email": "[email protected]", |
||
| 1995 | "homepage": "https://paragonie.com" |
||
| 1996 | } |
||
| 1997 | ], |
||
| 1998 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 1999 | "keywords": [ |
||
| 2000 | "csprng", |
||
| 2001 | "polyfill", |
||
| 2002 | "pseudorandom", |
||
| 2003 | "random" |
||
| 2004 | ], |
||
| 2005 | "time": "2018-07-02T15:55:56+00:00" |
||
| 2006 | }, |
||
| 2007 | { |
||
| 2008 | "name": "php-coveralls/php-coveralls", |
||
| 2009 | "version": "v2.1.0", |
||
| 2010 | "source": { |
||
| 2011 | "type": "git", |
||
| 2012 | "url": "https://github.com/php-coveralls/php-coveralls.git", |
||
| 2013 | "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d" |
||
| 2014 | }, |
||
| 2015 | "dist": { |
||
| 2016 | "type": "zip", |
||
| 2017 | "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d", |
||
| 2018 | "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d", |
||
| 2019 | "shasum": "" |
||
| 2020 | }, |
||
| 2021 | "require": { |
||
| 2022 | "ext-json": "*", |
||
| 2023 | "ext-simplexml": "*", |
||
| 2024 | "guzzlehttp/guzzle": "^6.0", |
||
| 2025 | "php": "^5.5 || ^7.0", |
||
| 2026 | "psr/log": "^1.0", |
||
| 2027 | "symfony/config": "^2.1 || ^3.0 || ^4.0", |
||
| 2028 | "symfony/console": "^2.1 || ^3.0 || ^4.0", |
||
| 2029 | "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", |
||
| 2030 | "symfony/yaml": "^2.0 || ^3.0 || ^4.0" |
||
| 2031 | }, |
||
| 2032 | "require-dev": { |
||
| 2033 | "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" |
||
| 2034 | }, |
||
| 2035 | "suggest": { |
||
| 2036 | "symfony/http-kernel": "Allows Symfony integration" |
||
| 2037 | }, |
||
| 2038 | "bin": [ |
||
| 2039 | "bin/php-coveralls" |
||
| 2040 | ], |
||
| 2041 | "type": "library", |
||
| 2042 | "extra": { |
||
| 2043 | "branch-alias": { |
||
| 2044 | "dev-master": "2.1-dev" |
||
| 2045 | } |
||
| 2046 | }, |
||
| 2047 | "autoload": { |
||
| 2048 | "psr-4": { |
||
| 2049 | "PhpCoveralls\\": "src/" |
||
| 2050 | } |
||
| 2051 | }, |
||
| 2052 | "notification-url": "https://packagist.org/downloads/", |
||
| 2053 | "license": [ |
||
| 2054 | "MIT" |
||
| 2055 | ], |
||
| 2056 | "authors": [ |
||
| 2057 | { |
||
| 2058 | "name": "Kitamura Satoshi", |
||
| 2059 | "email": "[email protected]", |
||
| 2060 | "homepage": "https://www.facebook.com/satooshi.jp", |
||
| 2061 | "role": "Original creator" |
||
| 2062 | }, |
||
| 2063 | { |
||
| 2064 | "name": "Takashi Matsuo", |
||
| 2065 | "email": "[email protected]" |
||
| 2066 | }, |
||
| 2067 | { |
||
| 2068 | "name": "Google Inc" |
||
| 2069 | }, |
||
| 2070 | { |
||
| 2071 | "name": "Dariusz Ruminski", |
||
| 2072 | "email": "[email protected]", |
||
| 2073 | "homepage": "https://github.com/keradus" |
||
| 2074 | }, |
||
| 2075 | { |
||
| 2076 | "name": "Contributors", |
||
| 2077 | "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" |
||
| 2078 | } |
||
| 2079 | ], |
||
| 2080 | "description": "PHP client library for Coveralls API", |
||
| 2081 | "homepage": "https://github.com/php-coveralls/php-coveralls", |
||
| 2082 | "keywords": [ |
||
| 2083 | "ci", |
||
| 2084 | "coverage", |
||
| 2085 | "github", |
||
| 2086 | "test" |
||
| 2087 | ], |
||
| 2088 | "time": "2018-05-22T23:11:08+00:00" |
||
| 2089 | }, |
||
| 2090 | { |
||
| 2091 | "name": "php-cs-fixer/diff", |
||
| 2092 | "version": "v1.3.0", |
||
| 2093 | "source": { |
||
| 2094 | "type": "git", |
||
| 2095 | "url": "https://github.com/PHP-CS-Fixer/diff.git", |
||
| 2096 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756" |
||
| 2097 | }, |
||
| 2098 | "dist": { |
||
| 2099 | "type": "zip", |
||
| 2100 | "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756", |
||
| 2101 | "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756", |
||
| 2102 | "shasum": "" |
||
| 2103 | }, |
||
| 2104 | "require": { |
||
| 2105 | "php": "^5.6 || ^7.0" |
||
| 2106 | }, |
||
| 2107 | "require-dev": { |
||
| 2108 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
| 2109 | "symfony/process": "^3.3" |
||
| 2110 | }, |
||
| 2111 | "type": "library", |
||
| 2112 | "autoload": { |
||
| 2113 | "classmap": [ |
||
| 2114 | "src/" |
||
| 2115 | ] |
||
| 2116 | }, |
||
| 2117 | "notification-url": "https://packagist.org/downloads/", |
||
| 2118 | "license": [ |
||
| 2119 | "BSD-3-Clause" |
||
| 2120 | ], |
||
| 2121 | "authors": [ |
||
| 2122 | { |
||
| 2123 | "name": "Kore Nordmann", |
||
| 2124 | "email": "[email protected]" |
||
| 2125 | }, |
||
| 2126 | { |
||
| 2127 | "name": "Sebastian Bergmann", |
||
| 2128 | "email": "[email protected]" |
||
| 2129 | }, |
||
| 2130 | { |
||
| 2131 | "name": "SpacePossum" |
||
| 2132 | } |
||
| 2133 | ], |
||
| 2134 | "description": "sebastian/diff v2 backport support for PHP5.6", |
||
| 2135 | "homepage": "https://github.com/PHP-CS-Fixer", |
||
| 2136 | "keywords": [ |
||
| 2137 | "diff" |
||
| 2138 | ], |
||
| 2139 | "time": "2018-02-15T16:58:55+00:00" |
||
| 2140 | }, |
||
| 2141 | { |
||
| 2142 | "name": "predis/predis", |
||
| 2143 | "version": "v1.1.1", |
||
| 2144 | "source": { |
||
| 2145 | "type": "git", |
||
| 2146 | "url": "https://github.com/nrk/predis.git", |
||
| 2147 | "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1" |
||
| 2148 | }, |
||
| 2149 | "dist": { |
||
| 2150 | "type": "zip", |
||
| 2151 | "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1", |
||
| 2152 | "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1", |
||
| 2153 | "shasum": "" |
||
| 2154 | }, |
||
| 2155 | "require": { |
||
| 2156 | "php": ">=5.3.9" |
||
| 2157 | }, |
||
| 2158 | "require-dev": { |
||
| 2159 | "phpunit/phpunit": "~4.8" |
||
| 2160 | }, |
||
| 2161 | "suggest": { |
||
| 2162 | "ext-curl": "Allows access to Webdis when paired with phpiredis", |
||
| 2163 | "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" |
||
| 2164 | }, |
||
| 2165 | "type": "library", |
||
| 2166 | "autoload": { |
||
| 2167 | "psr-4": { |
||
| 2168 | "Predis\\": "src/" |
||
| 2169 | } |
||
| 2170 | }, |
||
| 2171 | "notification-url": "https://packagist.org/downloads/", |
||
| 2172 | "license": [ |
||
| 2173 | "MIT" |
||
| 2174 | ], |
||
| 2175 | "authors": [ |
||
| 2176 | { |
||
| 2177 | "name": "Daniele Alessandri", |
||
| 2178 | "email": "[email protected]", |
||
| 2179 | "homepage": "http://clorophilla.net" |
||
| 2180 | } |
||
| 2181 | ], |
||
| 2182 | "description": "Flexible and feature-complete Redis client for PHP and HHVM", |
||
| 2183 | "homepage": "http://github.com/nrk/predis", |
||
| 2184 | "keywords": [ |
||
| 2185 | "nosql", |
||
| 2186 | "predis", |
||
| 2187 | "redis" |
||
| 2188 | ], |
||
| 2189 | "time": "2016-06-16T16:22:20+00:00" |
||
| 2190 | }, |
||
| 2191 | { |
||
| 2192 | "name": "psr/cache", |
||
| 2193 | "version": "1.0.1", |
||
| 2194 | "source": { |
||
| 2195 | "type": "git", |
||
| 2196 | "url": "https://github.com/php-fig/cache.git", |
||
| 2197 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
| 2198 | }, |
||
| 2199 | "dist": { |
||
| 2200 | "type": "zip", |
||
| 2201 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 2202 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 2203 | "shasum": "" |
||
| 2204 | }, |
||
| 2205 | "require": { |
||
| 2206 | "php": ">=5.3.0" |
||
| 2207 | }, |
||
| 2208 | "type": "library", |
||
| 2209 | "extra": { |
||
| 2210 | "branch-alias": { |
||
| 2211 | "dev-master": "1.0.x-dev" |
||
| 2212 | } |
||
| 2213 | }, |
||
| 2214 | "autoload": { |
||
| 2215 | "psr-4": { |
||
| 2216 | "Psr\\Cache\\": "src/" |
||
| 2217 | } |
||
| 2218 | }, |
||
| 2219 | "notification-url": "https://packagist.org/downloads/", |
||
| 2220 | "license": [ |
||
| 2221 | "MIT" |
||
| 2222 | ], |
||
| 2223 | "authors": [ |
||
| 2224 | { |
||
| 2225 | "name": "PHP-FIG", |
||
| 2226 | "homepage": "http://www.php-fig.org/" |
||
| 2227 | } |
||
| 2228 | ], |
||
| 2229 | "description": "Common interface for caching libraries", |
||
| 2230 | "keywords": [ |
||
| 2231 | "cache", |
||
| 2232 | "psr", |
||
| 2233 | "psr-6" |
||
| 2234 | ], |
||
| 2235 | "time": "2016-08-06T20:24:11+00:00" |
||
| 2236 | }, |
||
| 2237 | { |
||
| 2238 | "name": "psr/http-message", |
||
| 2239 | "version": "1.0.1", |
||
| 2240 | "source": { |
||
| 2241 | "type": "git", |
||
| 2242 | "url": "https://github.com/php-fig/http-message.git", |
||
| 2243 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
| 2244 | }, |
||
| 2245 | "dist": { |
||
| 2246 | "type": "zip", |
||
| 2247 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 2248 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 2249 | "shasum": "" |
||
| 2250 | }, |
||
| 2251 | "require": { |
||
| 2252 | "php": ">=5.3.0" |
||
| 2253 | }, |
||
| 2254 | "type": "library", |
||
| 2255 | "extra": { |
||
| 2256 | "branch-alias": { |
||
| 2257 | "dev-master": "1.0.x-dev" |
||
| 2258 | } |
||
| 2259 | }, |
||
| 2260 | "autoload": { |
||
| 2261 | "psr-4": { |
||
| 2262 | "Psr\\Http\\Message\\": "src/" |
||
| 2263 | } |
||
| 2264 | }, |
||
| 2265 | "notification-url": "https://packagist.org/downloads/", |
||
| 2266 | "license": [ |
||
| 2267 | "MIT" |
||
| 2268 | ], |
||
| 2269 | "authors": [ |
||
| 2270 | { |
||
| 2271 | "name": "PHP-FIG", |
||
| 2272 | "homepage": "http://www.php-fig.org/" |
||
| 2273 | } |
||
| 2274 | ], |
||
| 2275 | "description": "Common interface for HTTP messages", |
||
| 2276 | "homepage": "https://github.com/php-fig/http-message", |
||
| 2277 | "keywords": [ |
||
| 2278 | "http", |
||
| 2279 | "http-message", |
||
| 2280 | "psr", |
||
| 2281 | "psr-7", |
||
| 2282 | "request", |
||
| 2283 | "response" |
||
| 2284 | ], |
||
| 2285 | "time": "2016-08-06T14:39:51+00:00" |
||
| 2286 | }, |
||
| 2287 | { |
||
| 2288 | "name": "psr/simple-cache", |
||
| 2289 | "version": "1.0.1", |
||
| 2290 | "source": { |
||
| 2291 | "type": "git", |
||
| 2292 | "url": "https://github.com/php-fig/simple-cache.git", |
||
| 2293 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" |
||
| 2294 | }, |
||
| 2295 | "dist": { |
||
| 2296 | "type": "zip", |
||
| 2297 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
||
| 2298 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
||
| 2299 | "shasum": "" |
||
| 2300 | }, |
||
| 2301 | "require": { |
||
| 2302 | "php": ">=5.3.0" |
||
| 2303 | }, |
||
| 2304 | "type": "library", |
||
| 2305 | "extra": { |
||
| 2306 | "branch-alias": { |
||
| 2307 | "dev-master": "1.0.x-dev" |
||
| 2308 | } |
||
| 2309 | }, |
||
| 2310 | "autoload": { |
||
| 2311 | "psr-4": { |
||
| 2312 | "Psr\\SimpleCache\\": "src/" |
||
| 2313 | } |
||
| 2314 | }, |
||
| 2315 | "notification-url": "https://packagist.org/downloads/", |
||
| 2316 | "license": [ |
||
| 2317 | "MIT" |
||
| 2318 | ], |
||
| 2319 | "authors": [ |
||
| 2320 | { |
||
| 2321 | "name": "PHP-FIG", |
||
| 2322 | "homepage": "http://www.php-fig.org/" |
||
| 2323 | } |
||
| 2324 | ], |
||
| 2325 | "description": "Common interfaces for simple caching", |
||
| 2326 | "keywords": [ |
||
| 2327 | "cache", |
||
| 2328 | "caching", |
||
| 2329 | "psr", |
||
| 2330 | "psr-16", |
||
| 2331 | "simple-cache" |
||
| 2332 | ], |
||
| 2333 | "time": "2017-10-23T01:57:42+00:00" |
||
| 2334 | }, |
||
| 2335 | { |
||
| 2336 | "name": "symfony/cache", |
||
| 2337 | "version": "v4.1.1", |
||
| 2338 | "source": { |
||
| 2339 | "type": "git", |
||
| 2340 | "url": "https://github.com/symfony/cache.git", |
||
| 2341 | "reference": "be95ef3665747e6ff9d883a8adc87085769009f0" |
||
| 2342 | }, |
||
| 2343 | "dist": { |
||
| 2344 | "type": "zip", |
||
| 2345 | "url": "https://api.github.com/repos/symfony/cache/zipball/be95ef3665747e6ff9d883a8adc87085769009f0", |
||
| 2346 | "reference": "be95ef3665747e6ff9d883a8adc87085769009f0", |
||
| 2347 | "shasum": "" |
||
| 2348 | }, |
||
| 2349 | "require": { |
||
| 2350 | "php": "^7.1.3", |
||
| 2351 | "psr/cache": "~1.0", |
||
| 2352 | "psr/log": "~1.0", |
||
| 2353 | "psr/simple-cache": "^1.0" |
||
| 2354 | }, |
||
| 2355 | "conflict": { |
||
| 2356 | "symfony/var-dumper": "<3.4" |
||
| 2357 | }, |
||
| 2358 | "provide": { |
||
| 2359 | "psr/cache-implementation": "1.0", |
||
| 2360 | "psr/simple-cache-implementation": "1.0" |
||
| 2361 | }, |
||
| 2362 | "require-dev": { |
||
| 2363 | "cache/integration-tests": "dev-master", |
||
| 2364 | "doctrine/cache": "~1.6", |
||
| 2365 | "doctrine/dbal": "~2.4", |
||
| 2366 | "predis/predis": "~1.0" |
||
| 2367 | }, |
||
| 2368 | "type": "library", |
||
| 2369 | "extra": { |
||
| 2370 | "branch-alias": { |
||
| 2371 | "dev-master": "4.1-dev" |
||
| 2372 | } |
||
| 2373 | }, |
||
| 2374 | "autoload": { |
||
| 2375 | "psr-4": { |
||
| 2376 | "Symfony\\Component\\Cache\\": "" |
||
| 2377 | }, |
||
| 2378 | "exclude-from-classmap": [ |
||
| 2379 | "/Tests/" |
||
| 2380 | ] |
||
| 2381 | }, |
||
| 2382 | "notification-url": "https://packagist.org/downloads/", |
||
| 2383 | "license": [ |
||
| 2384 | "MIT" |
||
| 2385 | ], |
||
| 2386 | "authors": [ |
||
| 2387 | { |
||
| 2388 | "name": "Nicolas Grekas", |
||
| 2389 | "email": "[email protected]" |
||
| 2390 | }, |
||
| 2391 | { |
||
| 2392 | "name": "Symfony Community", |
||
| 2393 | "homepage": "https://symfony.com/contributors" |
||
| 2394 | } |
||
| 2395 | ], |
||
| 2396 | "description": "Symfony Cache component with PSR-6, PSR-16, and tags", |
||
| 2397 | "homepage": "https://symfony.com", |
||
| 2398 | "keywords": [ |
||
| 2399 | "caching", |
||
| 2400 | "psr6" |
||
| 2401 | ], |
||
| 2402 | "time": "2018-06-22T08:59:39+00:00" |
||
| 2403 | }, |
||
| 2404 | { |
||
| 2405 | "name": "symfony/config", |
||
| 2406 | "version": "v4.1.1", |
||
| 2407 | "source": { |
||
| 2408 | "type": "git", |
||
| 2409 | "url": "https://github.com/symfony/config.git", |
||
| 2410 | "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5" |
||
| 2411 | }, |
||
| 2412 | "dist": { |
||
| 2413 | "type": "zip", |
||
| 2414 | "url": "https://api.github.com/repos/symfony/config/zipball/e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5", |
||
| 2415 | "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5", |
||
| 2416 | "shasum": "" |
||
| 2417 | }, |
||
| 2418 | "require": { |
||
| 2419 | "php": "^7.1.3", |
||
| 2420 | "symfony/filesystem": "~3.4|~4.0", |
||
| 2421 | "symfony/polyfill-ctype": "~1.8" |
||
| 2422 | }, |
||
| 2423 | "conflict": { |
||
| 2424 | "symfony/finder": "<3.4" |
||
| 2425 | }, |
||
| 2426 | "require-dev": { |
||
| 2427 | "symfony/dependency-injection": "~3.4|~4.0", |
||
| 2428 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
| 2429 | "symfony/finder": "~3.4|~4.0", |
||
| 2430 | "symfony/yaml": "~3.4|~4.0" |
||
| 2431 | }, |
||
| 2432 | "suggest": { |
||
| 2433 | "symfony/yaml": "To use the yaml reference dumper" |
||
| 2434 | }, |
||
| 2435 | "type": "library", |
||
| 2436 | "extra": { |
||
| 2437 | "branch-alias": { |
||
| 2438 | "dev-master": "4.1-dev" |
||
| 2439 | } |
||
| 2440 | }, |
||
| 2441 | "autoload": { |
||
| 2442 | "psr-4": { |
||
| 2443 | "Symfony\\Component\\Config\\": "" |
||
| 2444 | }, |
||
| 2445 | "exclude-from-classmap": [ |
||
| 2446 | "/Tests/" |
||
| 2447 | ] |
||
| 2448 | }, |
||
| 2449 | "notification-url": "https://packagist.org/downloads/", |
||
| 2450 | "license": [ |
||
| 2451 | "MIT" |
||
| 2452 | ], |
||
| 2453 | "authors": [ |
||
| 2454 | { |
||
| 2455 | "name": "Fabien Potencier", |
||
| 2456 | "email": "[email protected]" |
||
| 2457 | }, |
||
| 2458 | { |
||
| 2459 | "name": "Symfony Community", |
||
| 2460 | "homepage": "https://symfony.com/contributors" |
||
| 2461 | } |
||
| 2462 | ], |
||
| 2463 | "description": "Symfony Config Component", |
||
| 2464 | "homepage": "https://symfony.com", |
||
| 2465 | "time": "2018-06-20T11:15:17+00:00" |
||
| 2466 | }, |
||
| 2467 | { |
||
| 2468 | "name": "symfony/console", |
||
| 2469 | "version": "v4.1.3", |
||
| 2470 | "source": { |
||
| 2471 | "type": "git", |
||
| 2472 | "url": "https://github.com/symfony/console.git", |
||
| 2473 | "reference": "ca80b8ced97cf07390078b29773dc384c39eee1f" |
||
| 2474 | }, |
||
| 2475 | "dist": { |
||
| 2476 | "type": "zip", |
||
| 2477 | "url": "https://api.github.com/repos/symfony/console/zipball/ca80b8ced97cf07390078b29773dc384c39eee1f", |
||
| 2478 | "reference": "ca80b8ced97cf07390078b29773dc384c39eee1f", |
||
| 2479 | "shasum": "" |
||
| 2480 | }, |
||
| 2481 | "require": { |
||
| 2482 | "php": "^7.1.3", |
||
| 2483 | "symfony/polyfill-mbstring": "~1.0" |
||
| 2484 | }, |
||
| 2485 | "conflict": { |
||
| 2486 | "symfony/dependency-injection": "<3.4", |
||
| 2487 | "symfony/process": "<3.3" |
||
| 2488 | }, |
||
| 2489 | "require-dev": { |
||
| 2490 | "psr/log": "~1.0", |
||
| 2491 | "symfony/config": "~3.4|~4.0", |
||
| 2492 | "symfony/dependency-injection": "~3.4|~4.0", |
||
| 2493 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
| 2494 | "symfony/lock": "~3.4|~4.0", |
||
| 2495 | "symfony/process": "~3.4|~4.0" |
||
| 2496 | }, |
||
| 2497 | "suggest": { |
||
| 2498 | "psr/log-implementation": "For using the console logger", |
||
| 2499 | "symfony/event-dispatcher": "", |
||
| 2500 | "symfony/lock": "", |
||
| 2501 | "symfony/process": "" |
||
| 2502 | }, |
||
| 2503 | "type": "library", |
||
| 2504 | "extra": { |
||
| 2505 | "branch-alias": { |
||
| 2506 | "dev-master": "4.1-dev" |
||
| 2507 | } |
||
| 2508 | }, |
||
| 2509 | "autoload": { |
||
| 2510 | "psr-4": { |
||
| 2511 | "Symfony\\Component\\Console\\": "" |
||
| 2512 | }, |
||
| 2513 | "exclude-from-classmap": [ |
||
| 2514 | "/Tests/" |
||
| 2515 | ] |
||
| 2516 | }, |
||
| 2517 | "notification-url": "https://packagist.org/downloads/", |
||
| 2518 | "license": [ |
||
| 2519 | "MIT" |
||
| 2520 | ], |
||
| 2521 | "authors": [ |
||
| 2522 | { |
||
| 2523 | "name": "Fabien Potencier", |
||
| 2524 | "email": "[email protected]" |
||
| 2525 | }, |
||
| 2526 | { |
||
| 2527 | "name": "Symfony Community", |
||
| 2528 | "homepage": "https://symfony.com/contributors" |
||
| 2529 | } |
||
| 2530 | ], |
||
| 2531 | "description": "Symfony Console Component", |
||
| 2532 | "homepage": "https://symfony.com", |
||
| 2533 | "time": "2018-07-26T11:24:31+00:00" |
||
| 2534 | }, |
||
| 2535 | { |
||
| 2536 | "name": "symfony/filesystem", |
||
| 2537 | "version": "v4.1.3", |
||
| 2538 | "source": { |
||
| 2539 | "type": "git", |
||
| 2540 | "url": "https://github.com/symfony/filesystem.git", |
||
| 2541 | "reference": "2e30335e0aafeaa86645555959572fe7cea22b43" |
||
| 2542 | }, |
||
| 2543 | "dist": { |
||
| 2544 | "type": "zip", |
||
| 2545 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/2e30335e0aafeaa86645555959572fe7cea22b43", |
||
| 2546 | "reference": "2e30335e0aafeaa86645555959572fe7cea22b43", |
||
| 2547 | "shasum": "" |
||
| 2548 | }, |
||
| 2549 | "require": { |
||
| 2550 | "php": "^7.1.3", |
||
| 2551 | "symfony/polyfill-ctype": "~1.8" |
||
| 2552 | }, |
||
| 2553 | "type": "library", |
||
| 2554 | "extra": { |
||
| 2555 | "branch-alias": { |
||
| 2556 | "dev-master": "4.1-dev" |
||
| 2557 | } |
||
| 2558 | }, |
||
| 2559 | "autoload": { |
||
| 2560 | "psr-4": { |
||
| 2561 | "Symfony\\Component\\Filesystem\\": "" |
||
| 2562 | }, |
||
| 2563 | "exclude-from-classmap": [ |
||
| 2564 | "/Tests/" |
||
| 2565 | ] |
||
| 2566 | }, |
||
| 2567 | "notification-url": "https://packagist.org/downloads/", |
||
| 2568 | "license": [ |
||
| 2569 | "MIT" |
||
| 2570 | ], |
||
| 2571 | "authors": [ |
||
| 2572 | { |
||
| 2573 | "name": "Fabien Potencier", |
||
| 2574 | "email": "[email protected]" |
||
| 2575 | }, |
||
| 2576 | { |
||
| 2577 | "name": "Symfony Community", |
||
| 2578 | "homepage": "https://symfony.com/contributors" |
||
| 2579 | } |
||
| 2580 | ], |
||
| 2581 | "description": "Symfony Filesystem Component", |
||
| 2582 | "homepage": "https://symfony.com", |
||
| 2583 | "time": "2018-07-26T11:24:31+00:00" |
||
| 2584 | }, |
||
| 2585 | { |
||
| 2586 | "name": "symfony/finder", |
||
| 2587 | "version": "v4.1.3", |
||
| 2588 | "source": { |
||
| 2589 | "type": "git", |
||
| 2590 | "url": "https://github.com/symfony/finder.git", |
||
| 2591 | "reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068" |
||
| 2592 | }, |
||
| 2593 | "dist": { |
||
| 2594 | "type": "zip", |
||
| 2595 | "url": "https://api.github.com/repos/symfony/finder/zipball/e162f1df3102d0b7472805a5a9d5db9fcf0a8068", |
||
| 2596 | "reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068", |
||
| 2597 | "shasum": "" |
||
| 2598 | }, |
||
| 2599 | "require": { |
||
| 2600 | "php": "^7.1.3" |
||
| 2601 | }, |
||
| 2602 | "type": "library", |
||
| 2603 | "extra": { |
||
| 2604 | "branch-alias": { |
||
| 2605 | "dev-master": "4.1-dev" |
||
| 2606 | } |
||
| 2607 | }, |
||
| 2608 | "autoload": { |
||
| 2609 | "psr-4": { |
||
| 2610 | "Symfony\\Component\\Finder\\": "" |
||
| 2611 | }, |
||
| 2612 | "exclude-from-classmap": [ |
||
| 2613 | "/Tests/" |
||
| 2614 | ] |
||
| 2615 | }, |
||
| 2616 | "notification-url": "https://packagist.org/downloads/", |
||
| 2617 | "license": [ |
||
| 2618 | "MIT" |
||
| 2619 | ], |
||
| 2620 | "authors": [ |
||
| 2621 | { |
||
| 2622 | "name": "Fabien Potencier", |
||
| 2623 | "email": "[email protected]" |
||
| 2624 | }, |
||
| 2625 | { |
||
| 2626 | "name": "Symfony Community", |
||
| 2627 | "homepage": "https://symfony.com/contributors" |
||
| 2628 | } |
||
| 2629 | ], |
||
| 2630 | "description": "Symfony Finder Component", |
||
| 2631 | "homepage": "https://symfony.com", |
||
| 2632 | "time": "2018-07-26T11:24:31+00:00" |
||
| 2633 | }, |
||
| 2634 | { |
||
| 2635 | "name": "symfony/framework-bundle", |
||
| 2636 | "version": "v4.1.1", |
||
| 2637 | "source": { |
||
| 2638 | "type": "git", |
||
| 2639 | "url": "https://github.com/symfony/framework-bundle.git", |
||
| 2640 | "reference": "a34630e9712b23fb0a20cc12fe937a9ddcaacbe8" |
||
| 2641 | }, |
||
| 2642 | "dist": { |
||
| 2643 | "type": "zip", |
||
| 2644 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a34630e9712b23fb0a20cc12fe937a9ddcaacbe8", |
||
| 2645 | "reference": "a34630e9712b23fb0a20cc12fe937a9ddcaacbe8", |
||
| 2646 | "shasum": "" |
||
| 2647 | }, |
||
| 2648 | "require": { |
||
| 2649 | "ext-xml": "*", |
||
| 2650 | "php": "^7.1.3", |
||
| 2651 | "symfony/cache": "~3.4|~4.0", |
||
| 2652 | "symfony/config": "~3.4|~4.0", |
||
| 2653 | "symfony/dependency-injection": "^4.1.1", |
||
| 2654 | "symfony/event-dispatcher": "^4.1", |
||
| 2655 | "symfony/filesystem": "~3.4|~4.0", |
||
| 2656 | "symfony/finder": "~3.4|~4.0", |
||
| 2657 | "symfony/http-foundation": "^4.1", |
||
| 2658 | "symfony/http-kernel": "^4.1", |
||
| 2659 | "symfony/polyfill-mbstring": "~1.0", |
||
| 2660 | "symfony/routing": "^4.1" |
||
| 2661 | }, |
||
| 2662 | "conflict": { |
||
| 2663 | "phpdocumentor/reflection-docblock": "<3.0", |
||
| 2664 | "phpdocumentor/type-resolver": "<0.2.1", |
||
| 2665 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
| 2666 | "symfony/asset": "<3.4", |
||
| 2667 | "symfony/console": "<3.4", |
||
| 2668 | "symfony/form": "<4.1", |
||
| 2669 | "symfony/property-info": "<3.4", |
||
| 2670 | "symfony/serializer": "<4.1", |
||
| 2671 | "symfony/stopwatch": "<3.4", |
||
| 2672 | "symfony/translation": "<3.4", |
||
| 2673 | "symfony/validator": "<4.1", |
||
| 2674 | "symfony/workflow": "<4.1" |
||
| 2675 | }, |
||
| 2676 | "require-dev": { |
||
| 2677 | "doctrine/annotations": "~1.0", |
||
| 2678 | "doctrine/cache": "~1.0", |
||
| 2679 | "fig/link-util": "^1.0", |
||
| 2680 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
| 2681 | "symfony/asset": "~3.4|~4.0", |
||
| 2682 | "symfony/browser-kit": "~3.4|~4.0", |
||
| 2683 | "symfony/console": "~3.4|~4.0", |
||
| 2684 | "symfony/css-selector": "~3.4|~4.0", |
||
| 2685 | "symfony/dom-crawler": "~3.4|~4.0", |
||
| 2686 | "symfony/expression-language": "~3.4|~4.0", |
||
| 2687 | "symfony/form": "^4.1", |
||
| 2688 | "symfony/lock": "~3.4|~4.0", |
||
| 2689 | "symfony/messenger": "^4.1", |
||
| 2690 | "symfony/polyfill-intl-icu": "~1.0", |
||
| 2691 | "symfony/process": "~3.4|~4.0", |
||
| 2692 | "symfony/property-info": "~3.4|~4.0", |
||
| 2693 | "symfony/security": "~3.4|~4.0", |
||
| 2694 | "symfony/security-core": "~3.4|~4.0", |
||
| 2695 | "symfony/security-csrf": "~3.4|~4.0", |
||
| 2696 | "symfony/serializer": "^4.1", |
||
| 2697 | "symfony/stopwatch": "~3.4|~4.0", |
||
| 2698 | "symfony/templating": "~3.4|~4.0", |
||
| 2699 | "symfony/translation": "~3.4|~4.0", |
||
| 2700 | "symfony/validator": "^4.1", |
||
| 2701 | "symfony/var-dumper": "~3.4|~4.0", |
||
| 2702 | "symfony/web-link": "~3.4|~4.0", |
||
| 2703 | "symfony/workflow": "^4.1", |
||
| 2704 | "symfony/yaml": "~3.4|~4.0", |
||
| 2705 | "twig/twig": "~1.34|~2.4" |
||
| 2706 | }, |
||
| 2707 | "suggest": { |
||
| 2708 | "ext-apcu": "For best performance of the system caches", |
||
| 2709 | "symfony/console": "For using the console commands", |
||
| 2710 | "symfony/form": "For using forms", |
||
| 2711 | "symfony/property-info": "For using the property_info service", |
||
| 2712 | "symfony/serializer": "For using the serializer service", |
||
| 2713 | "symfony/validator": "For using validation", |
||
| 2714 | "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", |
||
| 2715 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
| 2716 | }, |
||
| 2717 | "type": "symfony-bundle", |
||
| 2718 | "extra": { |
||
| 2719 | "branch-alias": { |
||
| 2720 | "dev-master": "4.1-dev" |
||
| 2721 | } |
||
| 2722 | }, |
||
| 2723 | "autoload": { |
||
| 2724 | "psr-4": { |
||
| 2725 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
| 2726 | }, |
||
| 2727 | "exclude-from-classmap": [ |
||
| 2728 | "/Tests/" |
||
| 2729 | ] |
||
| 2730 | }, |
||
| 2731 | "notification-url": "https://packagist.org/downloads/", |
||
| 2732 | "license": [ |
||
| 2733 | "MIT" |
||
| 2734 | ], |
||
| 2735 | "authors": [ |
||
| 2736 | { |
||
| 2737 | "name": "Fabien Potencier", |
||
| 2738 | "email": "[email protected]" |
||
| 2739 | }, |
||
| 2740 | { |
||
| 2741 | "name": "Symfony Community", |
||
| 2742 | "homepage": "https://symfony.com/contributors" |
||
| 2743 | } |
||
| 2744 | ], |
||
| 2745 | "description": "Symfony FrameworkBundle", |
||
| 2746 | "homepage": "https://symfony.com", |
||
| 2747 | "time": "2018-06-20T21:41:56+00:00" |
||
| 2748 | }, |
||
| 2749 | { |
||
| 2750 | "name": "symfony/options-resolver", |
||
| 2751 | "version": "v4.1.3", |
||
| 2752 | "source": { |
||
| 2753 | "type": "git", |
||
| 2754 | "url": "https://github.com/symfony/options-resolver.git", |
||
| 2755 | "reference": "1913f1962477cdbb13df951f8147d5da1fe2412c" |
||
| 2756 | }, |
||
| 2757 | "dist": { |
||
| 2758 | "type": "zip", |
||
| 2759 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1913f1962477cdbb13df951f8147d5da1fe2412c", |
||
| 2760 | "reference": "1913f1962477cdbb13df951f8147d5da1fe2412c", |
||
| 2761 | "shasum": "" |
||
| 2762 | }, |
||
| 2763 | "require": { |
||
| 2764 | "php": "^7.1.3" |
||
| 2765 | }, |
||
| 2766 | "type": "library", |
||
| 2767 | "extra": { |
||
| 2768 | "branch-alias": { |
||
| 2769 | "dev-master": "4.1-dev" |
||
| 2770 | } |
||
| 2771 | }, |
||
| 2772 | "autoload": { |
||
| 2773 | "psr-4": { |
||
| 2774 | "Symfony\\Component\\OptionsResolver\\": "" |
||
| 2775 | }, |
||
| 2776 | "exclude-from-classmap": [ |
||
| 2777 | "/Tests/" |
||
| 2778 | ] |
||
| 2779 | }, |
||
| 2780 | "notification-url": "https://packagist.org/downloads/", |
||
| 2781 | "license": [ |
||
| 2782 | "MIT" |
||
| 2783 | ], |
||
| 2784 | "authors": [ |
||
| 2785 | { |
||
| 2786 | "name": "Fabien Potencier", |
||
| 2787 | "email": "[email protected]" |
||
| 2788 | }, |
||
| 2789 | { |
||
| 2790 | "name": "Symfony Community", |
||
| 2791 | "homepage": "https://symfony.com/contributors" |
||
| 2792 | } |
||
| 2793 | ], |
||
| 2794 | "description": "Symfony OptionsResolver Component", |
||
| 2795 | "homepage": "https://symfony.com", |
||
| 2796 | "keywords": [ |
||
| 2797 | "config", |
||
| 2798 | "configuration", |
||
| 2799 | "options" |
||
| 2800 | ], |
||
| 2801 | "time": "2018-07-26T08:55:25+00:00" |
||
| 2802 | }, |
||
| 2803 | { |
||
| 2804 | "name": "symfony/phpunit-bridge", |
||
| 2805 | "version": "v4.1.1", |
||
| 2806 | "source": { |
||
| 2807 | "type": "git", |
||
| 2808 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
| 2809 | "reference": "c7f28cbf2df4e9deed7fc376ca4f146eaa5afc8a" |
||
| 2810 | }, |
||
| 2811 | "dist": { |
||
| 2812 | "type": "zip", |
||
| 2813 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c7f28cbf2df4e9deed7fc376ca4f146eaa5afc8a", |
||
| 2814 | "reference": "c7f28cbf2df4e9deed7fc376ca4f146eaa5afc8a", |
||
| 2815 | "shasum": "" |
||
| 2816 | }, |
||
| 2817 | "require": { |
||
| 2818 | "php": ">=5.3.3" |
||
| 2819 | }, |
||
| 2820 | "conflict": { |
||
| 2821 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
| 2822 | }, |
||
| 2823 | "suggest": { |
||
| 2824 | "ext-zip": "Zip support is required when using bin/simple-phpunit", |
||
| 2825 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
| 2826 | }, |
||
| 2827 | "bin": [ |
||
| 2828 | "bin/simple-phpunit" |
||
| 2829 | ], |
||
| 2830 | "type": "symfony-bridge", |
||
| 2831 | "extra": { |
||
| 2832 | "branch-alias": { |
||
| 2833 | "dev-master": "4.1-dev" |
||
| 2834 | }, |
||
| 2835 | "thanks": { |
||
| 2836 | "name": "phpunit/phpunit", |
||
| 2837 | "url": "https://github.com/sebastianbergmann/phpunit" |
||
| 2838 | } |
||
| 2839 | }, |
||
| 2840 | "autoload": { |
||
| 2841 | "files": [ |
||
| 2842 | "bootstrap.php" |
||
| 2843 | ], |
||
| 2844 | "psr-4": { |
||
| 2845 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
| 2846 | }, |
||
| 2847 | "exclude-from-classmap": [ |
||
| 2848 | "/Tests/" |
||
| 2849 | ] |
||
| 2850 | }, |
||
| 2851 | "notification-url": "https://packagist.org/downloads/", |
||
| 2852 | "license": [ |
||
| 2853 | "MIT" |
||
| 2854 | ], |
||
| 2855 | "authors": [ |
||
| 2856 | { |
||
| 2857 | "name": "Nicolas Grekas", |
||
| 2858 | "email": "[email protected]" |
||
| 2859 | }, |
||
| 2860 | { |
||
| 2861 | "name": "Symfony Community", |
||
| 2862 | "homepage": "https://symfony.com/contributors" |
||
| 2863 | } |
||
| 2864 | ], |
||
| 2865 | "description": "Symfony PHPUnit Bridge", |
||
| 2866 | "homepage": "https://symfony.com", |
||
| 2867 | "time": "2018-06-11T12:56:28+00:00" |
||
| 2868 | }, |
||
| 2869 | { |
||
| 2870 | "name": "symfony/polyfill-php70", |
||
| 2871 | "version": "v1.9.0", |
||
| 2872 | "source": { |
||
| 2873 | "type": "git", |
||
| 2874 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 2875 | "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934" |
||
| 2876 | }, |
||
| 2877 | "dist": { |
||
| 2878 | "type": "zip", |
||
| 2879 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934", |
||
| 2880 | "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934", |
||
| 2881 | "shasum": "" |
||
| 2882 | }, |
||
| 2883 | "require": { |
||
| 2884 | "paragonie/random_compat": "~1.0|~2.0|~9.99", |
||
| 2885 | "php": ">=5.3.3" |
||
| 2886 | }, |
||
| 2887 | "type": "library", |
||
| 2888 | "extra": { |
||
| 2889 | "branch-alias": { |
||
| 2890 | "dev-master": "1.9-dev" |
||
| 2891 | } |
||
| 2892 | }, |
||
| 2893 | "autoload": { |
||
| 2894 | "psr-4": { |
||
| 2895 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 2896 | }, |
||
| 2897 | "files": [ |
||
| 2898 | "bootstrap.php" |
||
| 2899 | ], |
||
| 2900 | "classmap": [ |
||
| 2901 | "Resources/stubs" |
||
| 2902 | ] |
||
| 2903 | }, |
||
| 2904 | "notification-url": "https://packagist.org/downloads/", |
||
| 2905 | "license": [ |
||
| 2906 | "MIT" |
||
| 2907 | ], |
||
| 2908 | "authors": [ |
||
| 2909 | { |
||
| 2910 | "name": "Nicolas Grekas", |
||
| 2911 | "email": "[email protected]" |
||
| 2912 | }, |
||
| 2913 | { |
||
| 2914 | "name": "Symfony Community", |
||
| 2915 | "homepage": "https://symfony.com/contributors" |
||
| 2916 | } |
||
| 2917 | ], |
||
| 2918 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 2919 | "homepage": "https://symfony.com", |
||
| 2920 | "keywords": [ |
||
| 2921 | "compatibility", |
||
| 2922 | "polyfill", |
||
| 2923 | "portable", |
||
| 2924 | "shim" |
||
| 2925 | ], |
||
| 2926 | "time": "2018-08-06T14:22:27+00:00" |
||
| 2927 | }, |
||
| 2928 | { |
||
| 2929 | "name": "symfony/polyfill-php72", |
||
| 2930 | "version": "v1.9.0", |
||
| 2931 | "source": { |
||
| 2932 | "type": "git", |
||
| 2933 | "url": "https://github.com/symfony/polyfill-php72.git", |
||
| 2934 | "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae" |
||
| 2935 | }, |
||
| 2936 | "dist": { |
||
| 2937 | "type": "zip", |
||
| 2938 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/95c50420b0baed23852452a7f0c7b527303ed5ae", |
||
| 2939 | "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae", |
||
| 2940 | "shasum": "" |
||
| 2941 | }, |
||
| 2942 | "require": { |
||
| 2943 | "php": ">=5.3.3" |
||
| 2944 | }, |
||
| 2945 | "type": "library", |
||
| 2946 | "extra": { |
||
| 2947 | "branch-alias": { |
||
| 2948 | "dev-master": "1.9-dev" |
||
| 2949 | } |
||
| 2950 | }, |
||
| 2951 | "autoload": { |
||
| 2952 | "psr-4": { |
||
| 2953 | "Symfony\\Polyfill\\Php72\\": "" |
||
| 2954 | }, |
||
| 2955 | "files": [ |
||
| 2956 | "bootstrap.php" |
||
| 2957 | ] |
||
| 2958 | }, |
||
| 2959 | "notification-url": "https://packagist.org/downloads/", |
||
| 2960 | "license": [ |
||
| 2961 | "MIT" |
||
| 2962 | ], |
||
| 2963 | "authors": [ |
||
| 2964 | { |
||
| 2965 | "name": "Nicolas Grekas", |
||
| 2966 | "email": "[email protected]" |
||
| 2967 | }, |
||
| 2968 | { |
||
| 2969 | "name": "Symfony Community", |
||
| 2970 | "homepage": "https://symfony.com/contributors" |
||
| 2971 | } |
||
| 2972 | ], |
||
| 2973 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
||
| 2974 | "homepage": "https://symfony.com", |
||
| 2975 | "keywords": [ |
||
| 2976 | "compatibility", |
||
| 2977 | "polyfill", |
||
| 2978 | "portable", |
||
| 2979 | "shim" |
||
| 2980 | ], |
||
| 2981 | "time": "2018-08-06T14:22:27+00:00" |
||
| 2982 | }, |
||
| 2983 | { |
||
| 2984 | "name": "symfony/process", |
||
| 2985 | "version": "v4.1.3", |
||
| 2986 | "source": { |
||
| 2987 | "type": "git", |
||
| 2988 | "url": "https://github.com/symfony/process.git", |
||
| 2989 | "reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56" |
||
| 2990 | }, |
||
| 2991 | "dist": { |
||
| 2992 | "type": "zip", |
||
| 2993 | "url": "https://api.github.com/repos/symfony/process/zipball/f01fc7a4493572f7f506c49dcb50ad01fb3a2f56", |
||
| 2994 | "reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56", |
||
| 2995 | "shasum": "" |
||
| 2996 | }, |
||
| 2997 | "require": { |
||
| 2998 | "php": "^7.1.3" |
||
| 2999 | }, |
||
| 3000 | "type": "library", |
||
| 3001 | "extra": { |
||
| 3002 | "branch-alias": { |
||
| 3003 | "dev-master": "4.1-dev" |
||
| 3004 | } |
||
| 3005 | }, |
||
| 3006 | "autoload": { |
||
| 3007 | "psr-4": { |
||
| 3008 | "Symfony\\Component\\Process\\": "" |
||
| 3009 | }, |
||
| 3010 | "exclude-from-classmap": [ |
||
| 3011 | "/Tests/" |
||
| 3012 | ] |
||
| 3013 | }, |
||
| 3014 | "notification-url": "https://packagist.org/downloads/", |
||
| 3015 | "license": [ |
||
| 3016 | "MIT" |
||
| 3017 | ], |
||
| 3018 | "authors": [ |
||
| 3019 | { |
||
| 3020 | "name": "Fabien Potencier", |
||
| 3021 | "email": "[email protected]" |
||
| 3022 | }, |
||
| 3023 | { |
||
| 3024 | "name": "Symfony Community", |
||
| 3025 | "homepage": "https://symfony.com/contributors" |
||
| 3026 | } |
||
| 3027 | ], |
||
| 3028 | "description": "Symfony Process Component", |
||
| 3029 | "homepage": "https://symfony.com", |
||
| 3030 | "time": "2018-07-26T11:24:31+00:00" |
||
| 3031 | }, |
||
| 3032 | { |
||
| 3033 | "name": "symfony/routing", |
||
| 3034 | "version": "v4.1.1", |
||
| 3035 | "source": { |
||
| 3036 | "type": "git", |
||
| 3037 | "url": "https://github.com/symfony/routing.git", |
||
| 3038 | "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932" |
||
| 3039 | }, |
||
| 3040 | "dist": { |
||
| 3041 | "type": "zip", |
||
| 3042 | "url": "https://api.github.com/repos/symfony/routing/zipball/b38b9797327b26ea2e4146a40e6e2dc9820a6932", |
||
| 3043 | "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932", |
||
| 3044 | "shasum": "" |
||
| 3045 | }, |
||
| 3046 | "require": { |
||
| 3047 | "php": "^7.1.3" |
||
| 3048 | }, |
||
| 3049 | "conflict": { |
||
| 3050 | "symfony/config": "<3.4", |
||
| 3051 | "symfony/dependency-injection": "<3.4", |
||
| 3052 | "symfony/yaml": "<3.4" |
||
| 3053 | }, |
||
| 3054 | "require-dev": { |
||
| 3055 | "doctrine/annotations": "~1.0", |
||
| 3056 | "psr/log": "~1.0", |
||
| 3057 | "symfony/config": "~3.4|~4.0", |
||
| 3058 | "symfony/dependency-injection": "~3.4|~4.0", |
||
| 3059 | "symfony/expression-language": "~3.4|~4.0", |
||
| 3060 | "symfony/http-foundation": "~3.4|~4.0", |
||
| 3061 | "symfony/yaml": "~3.4|~4.0" |
||
| 3062 | }, |
||
| 3063 | "suggest": { |
||
| 3064 | "doctrine/annotations": "For using the annotation loader", |
||
| 3065 | "symfony/config": "For using the all-in-one router or any loader", |
||
| 3066 | "symfony/dependency-injection": "For loading routes from a service", |
||
| 3067 | "symfony/expression-language": "For using expression matching", |
||
| 3068 | "symfony/http-foundation": "For using a Symfony Request object", |
||
| 3069 | "symfony/yaml": "For using the YAML loader" |
||
| 3070 | }, |
||
| 3071 | "type": "library", |
||
| 3072 | "extra": { |
||
| 3073 | "branch-alias": { |
||
| 3074 | "dev-master": "4.1-dev" |
||
| 3075 | } |
||
| 3076 | }, |
||
| 3077 | "autoload": { |
||
| 3078 | "psr-4": { |
||
| 3079 | "Symfony\\Component\\Routing\\": "" |
||
| 3080 | }, |
||
| 3081 | "exclude-from-classmap": [ |
||
| 3082 | "/Tests/" |
||
| 3083 | ] |
||
| 3084 | }, |
||
| 3085 | "notification-url": "https://packagist.org/downloads/", |
||
| 3086 | "license": [ |
||
| 3087 | "MIT" |
||
| 3088 | ], |
||
| 3089 | "authors": [ |
||
| 3090 | { |
||
| 3091 | "name": "Fabien Potencier", |
||
| 3092 | "email": "[email protected]" |
||
| 3093 | }, |
||
| 3094 | { |
||
| 3095 | "name": "Symfony Community", |
||
| 3096 | "homepage": "https://symfony.com/contributors" |
||
| 3097 | } |
||
| 3098 | ], |
||
| 3099 | "description": "Symfony Routing Component", |
||
| 3100 | "homepage": "https://symfony.com", |
||
| 3101 | "keywords": [ |
||
| 3102 | "router", |
||
| 3103 | "routing", |
||
| 3104 | "uri", |
||
| 3105 | "url" |
||
| 3106 | ], |
||
| 3107 | "time": "2018-06-19T21:38:16+00:00" |
||
| 3108 | }, |
||
| 3109 | { |
||
| 3110 | "name": "symfony/stopwatch", |
||
| 3111 | "version": "v4.1.3", |
||
| 3112 | "source": { |
||
| 3113 | "type": "git", |
||
| 3114 | "url": "https://github.com/symfony/stopwatch.git", |
||
| 3115 | "reference": "966c982df3cca41324253dc0c7ffe76b6076b705" |
||
| 3116 | }, |
||
| 3117 | "dist": { |
||
| 3118 | "type": "zip", |
||
| 3119 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/966c982df3cca41324253dc0c7ffe76b6076b705", |
||
| 3120 | "reference": "966c982df3cca41324253dc0c7ffe76b6076b705", |
||
| 3121 | "shasum": "" |
||
| 3122 | }, |
||
| 3123 | "require": { |
||
| 3124 | "php": "^7.1.3" |
||
| 3125 | }, |
||
| 3126 | "type": "library", |
||
| 3127 | "extra": { |
||
| 3128 | "branch-alias": { |
||
| 3129 | "dev-master": "4.1-dev" |
||
| 3130 | } |
||
| 3131 | }, |
||
| 3132 | "autoload": { |
||
| 3133 | "psr-4": { |
||
| 3134 | "Symfony\\Component\\Stopwatch\\": "" |
||
| 3135 | }, |
||
| 3136 | "exclude-from-classmap": [ |
||
| 3137 | "/Tests/" |
||
| 3138 | ] |
||
| 3139 | }, |
||
| 3140 | "notification-url": "https://packagist.org/downloads/", |
||
| 3141 | "license": [ |
||
| 3142 | "MIT" |
||
| 3143 | ], |
||
| 3144 | "authors": [ |
||
| 3145 | { |
||
| 3146 | "name": "Fabien Potencier", |
||
| 3147 | "email": "[email protected]" |
||
| 3148 | }, |
||
| 3149 | { |
||
| 3150 | "name": "Symfony Community", |
||
| 3151 | "homepage": "https://symfony.com/contributors" |
||
| 3152 | } |
||
| 3153 | ], |
||
| 3154 | "description": "Symfony Stopwatch Component", |
||
| 3155 | "homepage": "https://symfony.com", |
||
| 3156 | "time": "2018-07-26T11:00:49+00:00" |
||
| 3157 | }, |
||
| 3158 | { |
||
| 3159 | "name": "symfony/yaml", |
||
| 3160 | "version": "v4.1.1", |
||
| 3161 | "source": { |
||
| 3162 | "type": "git", |
||
| 3163 | "url": "https://github.com/symfony/yaml.git", |
||
| 3164 | "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e" |
||
| 3165 | }, |
||
| 3166 | "dist": { |
||
| 3167 | "type": "zip", |
||
| 3168 | "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e", |
||
| 3169 | "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e", |
||
| 3170 | "shasum": "" |
||
| 3171 | }, |
||
| 3172 | "require": { |
||
| 3173 | "php": "^7.1.3", |
||
| 3174 | "symfony/polyfill-ctype": "~1.8" |
||
| 3175 | }, |
||
| 3176 | "conflict": { |
||
| 3177 | "symfony/console": "<3.4" |
||
| 3178 | }, |
||
| 3179 | "require-dev": { |
||
| 3180 | "symfony/console": "~3.4|~4.0" |
||
| 3181 | }, |
||
| 3182 | "suggest": { |
||
| 3183 | "symfony/console": "For validating YAML files using the lint command" |
||
| 3184 | }, |
||
| 3185 | "type": "library", |
||
| 3186 | "extra": { |
||
| 3187 | "branch-alias": { |
||
| 3188 | "dev-master": "4.1-dev" |
||
| 3189 | } |
||
| 3190 | }, |
||
| 3191 | "autoload": { |
||
| 3192 | "psr-4": { |
||
| 3193 | "Symfony\\Component\\Yaml\\": "" |
||
| 3194 | }, |
||
| 3195 | "exclude-from-classmap": [ |
||
| 3196 | "/Tests/" |
||
| 3197 | ] |
||
| 3198 | }, |
||
| 3199 | "notification-url": "https://packagist.org/downloads/", |
||
| 3200 | "license": [ |
||
| 3201 | "MIT" |
||
| 3202 | ], |
||
| 3203 | "authors": [ |
||
| 3204 | { |
||
| 3205 | "name": "Fabien Potencier", |
||
| 3206 | "email": "[email protected]" |
||
| 3207 | }, |
||
| 3208 | { |
||
| 3209 | "name": "Symfony Community", |
||
| 3210 | "homepage": "https://symfony.com/contributors" |
||
| 3211 | } |
||
| 3212 | ], |
||
| 3213 | "description": "Symfony Yaml Component", |
||
| 3214 | "homepage": "https://symfony.com", |
||
| 3215 | "time": "2018-05-30T07:26:09+00:00" |
||
| 3216 | } |
||
| 3217 | ], |
||
| 3218 | "aliases": [], |
||
| 3219 | "minimum-stability": "stable", |
||
| 3220 | "stability-flags": { |
||
| 3221 | "lcobucci/jwt": 20 |
||
| 3222 | }, |
||
| 3223 | "prefer-stable": false, |
||
| 3224 | "prefer-lowest": false, |
||
| 3225 | "platform": { |
||
| 3226 | "php": "^7.1" |
||
| 3227 | }, |
||
| 3228 | "platform-dev": [] |
||
| 3229 | } |
||
| 3230 |