rostenkowski /
doctrine
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "content-hash": "027ba8297c96b0eba8dece51f67de367", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "doctrine/annotations", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 11 | "version": "v1.0", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/doctrine/annotations.git", |
||
| 15 | "reference": "fae359b3efd908e407a0105ff8956b5c94ddca8e" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/fae359b3efd908e407a0105ff8956b5c94ddca8e", |
||
| 20 | "reference": "fae359b3efd908e407a0105ff8956b5c94ddca8e", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "doctrine/lexer": "1.*", |
||
| 25 | "php": ">=5.3.2" |
||
| 26 | }, |
||
| 27 | "require-dev": { |
||
| 28 | "doctrine/cache": "1.*" |
||
| 29 | }, |
||
| 30 | "type": "library", |
||
| 31 | "autoload": { |
||
| 32 | "psr-0": { |
||
| 33 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
| 34 | } |
||
| 35 | }, |
||
| 36 | "notification-url": "https://packagist.org/downloads/", |
||
| 37 | "license": [ |
||
| 38 | "MIT" |
||
| 39 | ], |
||
| 40 | "authors": [ |
||
| 41 | { |
||
| 42 | "name": "Jonathan Wage", |
||
| 43 | "email": "[email protected]", |
||
| 44 | "homepage": "http://www.jwage.com/", |
||
| 45 | "role": "Creator" |
||
| 46 | }, |
||
| 47 | { |
||
| 48 | "name": "Guilherme Blanco", |
||
| 49 | "email": "[email protected]", |
||
| 50 | "homepage": "http://www.instaclick.com" |
||
| 51 | }, |
||
| 52 | { |
||
| 53 | "name": "Roman Borschel", |
||
| 54 | "email": "[email protected]" |
||
| 55 | }, |
||
| 56 | { |
||
| 57 | "name": "Benjamin Eberlei", |
||
| 58 | "email": "[email protected]" |
||
| 59 | }, |
||
| 60 | { |
||
| 61 | "name": "Johannes Schmitt", |
||
| 62 | "email": "[email protected]", |
||
| 63 | "homepage": "https://github.com/schmittjoh", |
||
| 64 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 65 | } |
||
| 66 | ], |
||
| 67 | "description": "Docblock Annotations Parser", |
||
| 68 | "homepage": "http://www.doctrine-project.org", |
||
| 69 | "keywords": [ |
||
| 70 | "annotations", |
||
| 71 | "docblock", |
||
| 72 | "parser" |
||
| 73 | ], |
||
| 74 | "time": "2013-01-12T19:23:32+00:00" |
||
| 75 | }, |
||
| 76 | { |
||
| 77 | "name": "doctrine/cache", |
||
| 78 | "version": "v1.7.0", |
||
| 79 | "source": { |
||
| 80 | "type": "git", |
||
| 81 | "url": "https://github.com/doctrine/cache.git", |
||
| 82 | "reference": "53d9518ffeb019c51d542ff60cb578f076d3ff16" |
||
| 83 | }, |
||
| 84 | "dist": { |
||
| 85 | "type": "zip", |
||
| 86 | "url": "https://api.github.com/repos/doctrine/cache/zipball/53d9518ffeb019c51d542ff60cb578f076d3ff16", |
||
| 87 | "reference": "53d9518ffeb019c51d542ff60cb578f076d3ff16", |
||
| 88 | "shasum": "" |
||
| 89 | }, |
||
| 90 | "require": { |
||
| 91 | "php": "~7.1" |
||
| 92 | }, |
||
| 93 | "conflict": { |
||
| 94 | "doctrine/common": ">2.2,<2.4" |
||
| 95 | }, |
||
| 96 | "require-dev": { |
||
| 97 | "alcaeus/mongo-php-adapter": "^1.1", |
||
| 98 | "mongodb/mongodb": "^1.1", |
||
| 99 | "phpunit/phpunit": "^5.7", |
||
| 100 | "predis/predis": "~1.0" |
||
| 101 | }, |
||
| 102 | "suggest": { |
||
| 103 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
||
| 104 | }, |
||
| 105 | "type": "library", |
||
| 106 | "extra": { |
||
| 107 | "branch-alias": { |
||
| 108 | "dev-master": "1.7.x-dev" |
||
| 109 | } |
||
| 110 | }, |
||
| 111 | "autoload": { |
||
| 112 | "psr-4": { |
||
| 113 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 114 | } |
||
| 115 | }, |
||
| 116 | "notification-url": "https://packagist.org/downloads/", |
||
| 117 | "license": [ |
||
| 118 | "MIT" |
||
| 119 | ], |
||
| 120 | "authors": [ |
||
| 121 | { |
||
| 122 | "name": "Roman Borschel", |
||
| 123 | "email": "[email protected]" |
||
| 124 | }, |
||
| 125 | { |
||
| 126 | "name": "Benjamin Eberlei", |
||
| 127 | "email": "[email protected]" |
||
| 128 | }, |
||
| 129 | { |
||
| 130 | "name": "Guilherme Blanco", |
||
| 131 | "email": "[email protected]" |
||
| 132 | }, |
||
| 133 | { |
||
| 134 | "name": "Jonathan Wage", |
||
| 135 | "email": "[email protected]" |
||
| 136 | }, |
||
| 137 | { |
||
| 138 | "name": "Johannes Schmitt", |
||
| 139 | "email": "[email protected]" |
||
| 140 | } |
||
| 141 | ], |
||
| 142 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 143 | "homepage": "http://www.doctrine-project.org", |
||
| 144 | "keywords": [ |
||
| 145 | "cache", |
||
| 146 | "caching" |
||
| 147 | ], |
||
| 148 | "time": "2017-07-22T13:00:15+00:00" |
||
| 149 | }, |
||
| 150 | { |
||
| 151 | "name": "doctrine/collections", |
||
| 152 | "version": "v1.2", |
||
| 153 | "source": { |
||
| 154 | "type": "git", |
||
| 155 | "url": "https://github.com/doctrine/collections.git", |
||
| 156 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2" |
||
| 157 | }, |
||
| 158 | "dist": { |
||
| 159 | "type": "zip", |
||
| 160 | "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2", |
||
| 161 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2", |
||
| 162 | "shasum": "" |
||
| 163 | }, |
||
| 164 | "require": { |
||
| 165 | "php": ">=5.3.2" |
||
| 166 | }, |
||
| 167 | "type": "library", |
||
| 168 | "extra": { |
||
| 169 | "branch-alias": { |
||
| 170 | "dev-master": "1.2.x-dev" |
||
| 171 | } |
||
| 172 | }, |
||
| 173 | "autoload": { |
||
| 174 | "psr-0": { |
||
| 175 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 176 | } |
||
| 177 | }, |
||
| 178 | "notification-url": "https://packagist.org/downloads/", |
||
| 179 | "license": [ |
||
| 180 | "MIT" |
||
| 181 | ], |
||
| 182 | "authors": [ |
||
| 183 | { |
||
| 184 | "name": "Jonathan Wage", |
||
| 185 | "email": "[email protected]", |
||
| 186 | "homepage": "http://www.jwage.com/", |
||
| 187 | "role": "Creator" |
||
| 188 | }, |
||
| 189 | { |
||
| 190 | "name": "Guilherme Blanco", |
||
| 191 | "email": "[email protected]", |
||
| 192 | "homepage": "http://www.instaclick.com" |
||
| 193 | }, |
||
| 194 | { |
||
| 195 | "name": "Roman Borschel", |
||
| 196 | "email": "[email protected]" |
||
| 197 | }, |
||
| 198 | { |
||
| 199 | "name": "Benjamin Eberlei", |
||
| 200 | "email": "[email protected]" |
||
| 201 | }, |
||
| 202 | { |
||
| 203 | "name": "Johannes Schmitt", |
||
| 204 | "email": "[email protected]", |
||
| 205 | "homepage": "https://github.com/schmittjoh", |
||
| 206 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 207 | } |
||
| 208 | ], |
||
| 209 | "description": "Collections Abstraction library", |
||
| 210 | "homepage": "http://www.doctrine-project.org", |
||
| 211 | "keywords": [ |
||
| 212 | "array", |
||
| 213 | "collections", |
||
| 214 | "iterator" |
||
| 215 | ], |
||
| 216 | "time": "2014-02-03T23:07:43+00:00" |
||
| 217 | }, |
||
| 218 | { |
||
| 219 | "name": "doctrine/common", |
||
|
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/common:
Security Misconfiguration Vulnerability in various Doctrine projects Loading history...
|
|||
| 220 | "version": "v2.5.0", |
||
| 221 | "source": { |
||
| 222 | "type": "git", |
||
| 223 | "url": "https://github.com/doctrine/common.git", |
||
| 224 | "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3" |
||
| 225 | }, |
||
| 226 | "dist": { |
||
| 227 | "type": "zip", |
||
| 228 | "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3", |
||
| 229 | "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3", |
||
| 230 | "shasum": "" |
||
| 231 | }, |
||
| 232 | "require": { |
||
| 233 | "doctrine/annotations": "1.*", |
||
| 234 | "doctrine/cache": "1.*", |
||
| 235 | "doctrine/collections": "1.*", |
||
| 236 | "doctrine/inflector": "1.*", |
||
| 237 | "doctrine/lexer": "1.*", |
||
| 238 | "php": ">=5.3.2" |
||
| 239 | }, |
||
| 240 | "require-dev": { |
||
| 241 | "phpunit/phpunit": "~3.7" |
||
| 242 | }, |
||
| 243 | "type": "library", |
||
| 244 | "extra": { |
||
| 245 | "branch-alias": { |
||
| 246 | "dev-master": "2.6.x-dev" |
||
| 247 | } |
||
| 248 | }, |
||
| 249 | "autoload": { |
||
| 250 | "psr-0": { |
||
| 251 | "Doctrine\\Common\\": "lib/" |
||
| 252 | } |
||
| 253 | }, |
||
| 254 | "notification-url": "https://packagist.org/downloads/", |
||
| 255 | "license": [ |
||
| 256 | "MIT" |
||
| 257 | ], |
||
| 258 | "authors": [ |
||
| 259 | { |
||
| 260 | "name": "Roman Borschel", |
||
| 261 | "email": "[email protected]" |
||
| 262 | }, |
||
| 263 | { |
||
| 264 | "name": "Benjamin Eberlei", |
||
| 265 | "email": "[email protected]" |
||
| 266 | }, |
||
| 267 | { |
||
| 268 | "name": "Guilherme Blanco", |
||
| 269 | "email": "[email protected]" |
||
| 270 | }, |
||
| 271 | { |
||
| 272 | "name": "Jonathan Wage", |
||
| 273 | "email": "[email protected]" |
||
| 274 | }, |
||
| 275 | { |
||
| 276 | "name": "Johannes Schmitt", |
||
| 277 | "email": "[email protected]" |
||
| 278 | } |
||
| 279 | ], |
||
| 280 | "description": "Common Library for Doctrine projects", |
||
| 281 | "homepage": "http://www.doctrine-project.org", |
||
| 282 | "keywords": [ |
||
| 283 | "annotations", |
||
| 284 | "collections", |
||
| 285 | "eventmanager", |
||
| 286 | "persistence", |
||
| 287 | "spl" |
||
| 288 | ], |
||
| 289 | "time": "2015-04-02T19:55:44+00:00" |
||
| 290 | }, |
||
| 291 | { |
||
| 292 | "name": "doctrine/dbal", |
||
| 293 | "version": "v2.5.0", |
||
| 294 | "source": { |
||
| 295 | "type": "git", |
||
| 296 | "url": "https://github.com/doctrine/dbal.git", |
||
| 297 | "reference": "71140662c0a954602e81271667b6e03d9f53ea34" |
||
| 298 | }, |
||
| 299 | "dist": { |
||
| 300 | "type": "zip", |
||
| 301 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/71140662c0a954602e81271667b6e03d9f53ea34", |
||
| 302 | "reference": "71140662c0a954602e81271667b6e03d9f53ea34", |
||
| 303 | "shasum": "" |
||
| 304 | }, |
||
| 305 | "require": { |
||
| 306 | "doctrine/common": ">=2.4,<2.6-dev", |
||
| 307 | "php": ">=5.3.2" |
||
| 308 | }, |
||
| 309 | "require-dev": { |
||
| 310 | "phpunit/phpunit": "4.*", |
||
| 311 | "symfony/console": "2.*" |
||
| 312 | }, |
||
| 313 | "suggest": { |
||
| 314 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 315 | }, |
||
| 316 | "bin": [ |
||
| 317 | "bin/doctrine-dbal" |
||
| 318 | ], |
||
| 319 | "type": "library", |
||
| 320 | "extra": { |
||
| 321 | "branch-alias": { |
||
| 322 | "dev-master": "2.5.x-dev" |
||
| 323 | } |
||
| 324 | }, |
||
| 325 | "autoload": { |
||
| 326 | "psr-0": { |
||
| 327 | "Doctrine\\DBAL\\": "lib/" |
||
| 328 | } |
||
| 329 | }, |
||
| 330 | "notification-url": "https://packagist.org/downloads/", |
||
| 331 | "license": [ |
||
| 332 | "MIT" |
||
| 333 | ], |
||
| 334 | "authors": [ |
||
| 335 | { |
||
| 336 | "name": "Roman Borschel", |
||
| 337 | "email": "[email protected]" |
||
| 338 | }, |
||
| 339 | { |
||
| 340 | "name": "Benjamin Eberlei", |
||
| 341 | "email": "[email protected]" |
||
| 342 | }, |
||
| 343 | { |
||
| 344 | "name": "Guilherme Blanco", |
||
| 345 | "email": "[email protected]" |
||
| 346 | }, |
||
| 347 | { |
||
| 348 | "name": "Jonathan Wage", |
||
| 349 | "email": "[email protected]" |
||
| 350 | } |
||
| 351 | ], |
||
| 352 | "description": "Database Abstraction Layer", |
||
| 353 | "homepage": "http://www.doctrine-project.org", |
||
| 354 | "keywords": [ |
||
| 355 | "database", |
||
| 356 | "dbal", |
||
| 357 | "persistence", |
||
| 358 | "queryobject" |
||
| 359 | ], |
||
| 360 | "time": "2014-12-04T21:57:15+00:00" |
||
| 361 | }, |
||
| 362 | { |
||
| 363 | "name": "doctrine/inflector", |
||
| 364 | "version": "v1.0", |
||
| 365 | "source": { |
||
| 366 | "type": "git", |
||
| 367 | "url": "https://github.com/doctrine/inflector.git", |
||
| 368 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" |
||
| 369 | }, |
||
| 370 | "dist": { |
||
| 371 | "type": "zip", |
||
| 372 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
| 373 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
| 374 | "shasum": "" |
||
| 375 | }, |
||
| 376 | "require": { |
||
| 377 | "php": ">=5.3.2" |
||
| 378 | }, |
||
| 379 | "type": "library", |
||
| 380 | "autoload": { |
||
| 381 | "psr-0": { |
||
| 382 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 383 | } |
||
| 384 | }, |
||
| 385 | "notification-url": "https://packagist.org/downloads/", |
||
| 386 | "license": [ |
||
| 387 | "MIT" |
||
| 388 | ], |
||
| 389 | "authors": [ |
||
| 390 | { |
||
| 391 | "name": "Jonathan Wage", |
||
| 392 | "email": "[email protected]", |
||
| 393 | "homepage": "http://www.jwage.com/", |
||
| 394 | "role": "Creator" |
||
| 395 | }, |
||
| 396 | { |
||
| 397 | "name": "Guilherme Blanco", |
||
| 398 | "email": "[email protected]", |
||
| 399 | "homepage": "http://www.instaclick.com" |
||
| 400 | }, |
||
| 401 | { |
||
| 402 | "name": "Roman Borschel", |
||
| 403 | "email": "[email protected]" |
||
| 404 | }, |
||
| 405 | { |
||
| 406 | "name": "Benjamin Eberlei", |
||
| 407 | "email": "[email protected]" |
||
| 408 | }, |
||
| 409 | { |
||
| 410 | "name": "Johannes Schmitt", |
||
| 411 | "email": "[email protected]", |
||
| 412 | "homepage": "https://github.com/schmittjoh", |
||
| 413 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 414 | } |
||
| 415 | ], |
||
| 416 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 417 | "homepage": "http://www.doctrine-project.org", |
||
| 418 | "keywords": [ |
||
| 419 | "inflection", |
||
| 420 | "pluarlize", |
||
| 421 | "singuarlize", |
||
| 422 | "string" |
||
| 423 | ], |
||
| 424 | "time": "2013-01-10T21:49:15+00:00" |
||
| 425 | }, |
||
| 426 | { |
||
| 427 | "name": "doctrine/instantiator", |
||
| 428 | "version": "1.0.4", |
||
| 429 | "source": { |
||
| 430 | "type": "git", |
||
| 431 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 432 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119" |
||
| 433 | }, |
||
| 434 | "dist": { |
||
| 435 | "type": "zip", |
||
| 436 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
| 437 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
| 438 | "shasum": "" |
||
| 439 | }, |
||
| 440 | "require": { |
||
| 441 | "php": ">=5.3,<8.0-DEV" |
||
| 442 | }, |
||
| 443 | "require-dev": { |
||
| 444 | "athletic/athletic": "~0.1.8", |
||
| 445 | "ext-pdo": "*", |
||
| 446 | "ext-phar": "*", |
||
| 447 | "phpunit/phpunit": "~4.0", |
||
| 448 | "squizlabs/php_codesniffer": "2.0.*@ALPHA" |
||
| 449 | }, |
||
| 450 | "type": "library", |
||
| 451 | "extra": { |
||
| 452 | "branch-alias": { |
||
| 453 | "dev-master": "1.0.x-dev" |
||
| 454 | } |
||
| 455 | }, |
||
| 456 | "autoload": { |
||
| 457 | "psr-0": { |
||
| 458 | "Doctrine\\Instantiator\\": "src" |
||
| 459 | } |
||
| 460 | }, |
||
| 461 | "notification-url": "https://packagist.org/downloads/", |
||
| 462 | "license": [ |
||
| 463 | "MIT" |
||
| 464 | ], |
||
| 465 | "authors": [ |
||
| 466 | { |
||
| 467 | "name": "Marco Pivetta", |
||
| 468 | "email": "[email protected]", |
||
| 469 | "homepage": "http://ocramius.github.com/" |
||
| 470 | } |
||
| 471 | ], |
||
| 472 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 473 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 474 | "keywords": [ |
||
| 475 | "constructor", |
||
| 476 | "instantiate" |
||
| 477 | ], |
||
| 478 | "time": "2014-10-13T12:58:55+00:00" |
||
| 479 | }, |
||
| 480 | { |
||
| 481 | "name": "doctrine/lexer", |
||
| 482 | "version": "v1.0", |
||
| 483 | "source": { |
||
| 484 | "type": "git", |
||
| 485 | "url": "https://github.com/doctrine/lexer.git", |
||
| 486 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" |
||
| 487 | }, |
||
| 488 | "dist": { |
||
| 489 | "type": "zip", |
||
| 490 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
| 491 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
| 492 | "shasum": "" |
||
| 493 | }, |
||
| 494 | "require": { |
||
| 495 | "php": ">=5.3.2" |
||
| 496 | }, |
||
| 497 | "type": "library", |
||
| 498 | "autoload": { |
||
| 499 | "psr-0": { |
||
| 500 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 501 | } |
||
| 502 | }, |
||
| 503 | "notification-url": "https://packagist.org/downloads/", |
||
| 504 | "license": [ |
||
| 505 | "MIT" |
||
| 506 | ], |
||
| 507 | "authors": [ |
||
| 508 | { |
||
| 509 | "name": "Guilherme Blanco", |
||
| 510 | "email": "[email protected]", |
||
| 511 | "homepage": "http://www.instaclick.com" |
||
| 512 | }, |
||
| 513 | { |
||
| 514 | "name": "Roman Borschel", |
||
| 515 | "email": "[email protected]" |
||
| 516 | }, |
||
| 517 | { |
||
| 518 | "name": "Johannes Schmitt", |
||
| 519 | "email": "[email protected]", |
||
| 520 | "homepage": "https://github.com/schmittjoh", |
||
| 521 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 522 | } |
||
| 523 | ], |
||
| 524 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 525 | "homepage": "http://www.doctrine-project.org", |
||
| 526 | "keywords": [ |
||
| 527 | "lexer", |
||
| 528 | "parser" |
||
| 529 | ], |
||
| 530 | "time": "2013-01-12T18:59:04+00:00" |
||
| 531 | }, |
||
| 532 | { |
||
| 533 | "name": "doctrine/orm", |
||
| 534 | "version": "v2.5.2", |
||
| 535 | "source": { |
||
| 536 | "type": "git", |
||
| 537 | "url": "https://github.com/doctrine/doctrine2.git", |
||
| 538 | "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff" |
||
| 539 | }, |
||
| 540 | "dist": { |
||
| 541 | "type": "zip", |
||
| 542 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/464b5fdbfbbeb4a65465ac173c4c5d90960f41ff", |
||
| 543 | "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff", |
||
| 544 | "shasum": "" |
||
| 545 | }, |
||
| 546 | "require": { |
||
| 547 | "doctrine/cache": "~1.4", |
||
| 548 | "doctrine/collections": "~1.2", |
||
| 549 | "doctrine/common": ">=2.5-dev,<2.6-dev", |
||
| 550 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
| 551 | "doctrine/instantiator": "~1.0.1", |
||
| 552 | "ext-pdo": "*", |
||
| 553 | "php": ">=5.4", |
||
| 554 | "symfony/console": "~2.5|~3.0" |
||
| 555 | }, |
||
| 556 | "require-dev": { |
||
| 557 | "phpunit/phpunit": "~4.0", |
||
| 558 | "satooshi/php-coveralls": "dev-master", |
||
| 559 | "symfony/yaml": "~2.3|~3.0" |
||
| 560 | }, |
||
| 561 | "suggest": { |
||
| 562 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
| 563 | }, |
||
| 564 | "bin": [ |
||
| 565 | "bin/doctrine", |
||
| 566 | "bin/doctrine.php" |
||
| 567 | ], |
||
| 568 | "type": "library", |
||
| 569 | "extra": { |
||
| 570 | "branch-alias": { |
||
| 571 | "dev-master": "2.6.x-dev" |
||
| 572 | } |
||
| 573 | }, |
||
| 574 | "autoload": { |
||
| 575 | "psr-0": { |
||
| 576 | "Doctrine\\ORM\\": "lib/" |
||
| 577 | } |
||
| 578 | }, |
||
| 579 | "notification-url": "https://packagist.org/downloads/", |
||
| 580 | "license": [ |
||
| 581 | "MIT" |
||
| 582 | ], |
||
| 583 | "authors": [ |
||
| 584 | { |
||
| 585 | "name": "Roman Borschel", |
||
| 586 | "email": "[email protected]" |
||
| 587 | }, |
||
| 588 | { |
||
| 589 | "name": "Benjamin Eberlei", |
||
| 590 | "email": "[email protected]" |
||
| 591 | }, |
||
| 592 | { |
||
| 593 | "name": "Guilherme Blanco", |
||
| 594 | "email": "[email protected]" |
||
| 595 | }, |
||
| 596 | { |
||
| 597 | "name": "Jonathan Wage", |
||
| 598 | "email": "[email protected]" |
||
| 599 | } |
||
| 600 | ], |
||
| 601 | "description": "Object-Relational-Mapper for PHP", |
||
| 602 | "homepage": "http://www.doctrine-project.org", |
||
| 603 | "keywords": [ |
||
| 604 | "database", |
||
| 605 | "orm" |
||
| 606 | ], |
||
| 607 | "time": "2015-11-23T12:44:25+00:00" |
||
| 608 | }, |
||
| 609 | { |
||
| 610 | "name": "nette/di", |
||
| 611 | "version": "v3.0.0-alpha1", |
||
| 612 | "source": { |
||
| 613 | "type": "git", |
||
| 614 | "url": "https://github.com/nette/di.git", |
||
| 615 | "reference": "5a589e2a6c72ce537684eb8ae98f584c07d73c0a" |
||
| 616 | }, |
||
| 617 | "dist": { |
||
| 618 | "type": "zip", |
||
| 619 | "url": "https://api.github.com/repos/nette/di/zipball/5a589e2a6c72ce537684eb8ae98f584c07d73c0a", |
||
| 620 | "reference": "5a589e2a6c72ce537684eb8ae98f584c07d73c0a", |
||
| 621 | "shasum": "" |
||
| 622 | }, |
||
| 623 | "require": { |
||
| 624 | "ext-tokenizer": "*", |
||
| 625 | "nette/neon": "^2.3.3 || ~3.0.0", |
||
| 626 | "nette/php-generator": "^2.5 || ~3.0.0", |
||
| 627 | "nette/utils": "^2.4.3 || ~3.0.0", |
||
| 628 | "php": ">=7.0" |
||
| 629 | }, |
||
| 630 | "conflict": { |
||
| 631 | "nette/bootstrap": "<2.4", |
||
| 632 | "nette/nette": "<2.2" |
||
| 633 | }, |
||
| 634 | "require-dev": { |
||
| 635 | "nette/tester": "^2.0", |
||
| 636 | "tracy/tracy": "^2.3" |
||
| 637 | }, |
||
| 638 | "type": "library", |
||
| 639 | "extra": { |
||
| 640 | "branch-alias": { |
||
| 641 | "dev-master": "3.0-dev" |
||
| 642 | } |
||
| 643 | }, |
||
| 644 | "autoload": { |
||
| 645 | "classmap": [ |
||
| 646 | "src/" |
||
| 647 | ] |
||
| 648 | }, |
||
| 649 | "notification-url": "https://packagist.org/downloads/", |
||
| 650 | "license": [ |
||
| 651 | "BSD-3-Clause", |
||
| 652 | "GPL-2.0", |
||
| 653 | "GPL-3.0" |
||
| 654 | ], |
||
| 655 | "authors": [ |
||
| 656 | { |
||
| 657 | "name": "David Grudl", |
||
| 658 | "homepage": "https://davidgrudl.com" |
||
| 659 | }, |
||
| 660 | { |
||
| 661 | "name": "Nette Community", |
||
| 662 | "homepage": "https://nette.org/contributors" |
||
| 663 | } |
||
| 664 | ], |
||
| 665 | "description": "Nette Dependency Injection Component", |
||
| 666 | "homepage": "https://nette.org", |
||
| 667 | "time": "2017-02-02T03:11:32+00:00" |
||
| 668 | }, |
||
| 669 | { |
||
| 670 | "name": "nette/neon", |
||
| 671 | "version": "v2.3.3", |
||
| 672 | "source": { |
||
| 673 | "type": "git", |
||
| 674 | "url": "https://github.com/nette/neon.git", |
||
| 675 | "reference": "12bbb0e85ba8521dd291f4df0fe20a1b79aae32c" |
||
| 676 | }, |
||
| 677 | "dist": { |
||
| 678 | "type": "zip", |
||
| 679 | "url": "https://api.github.com/repos/nette/neon/zipball/12bbb0e85ba8521dd291f4df0fe20a1b79aae32c", |
||
| 680 | "reference": "12bbb0e85ba8521dd291f4df0fe20a1b79aae32c", |
||
| 681 | "shasum": "" |
||
| 682 | }, |
||
| 683 | "require": { |
||
| 684 | "ext-iconv": "*", |
||
| 685 | "php": ">=5.3.1" |
||
| 686 | }, |
||
| 687 | "require-dev": { |
||
| 688 | "nette/tester": "~1.4" |
||
| 689 | }, |
||
| 690 | "type": "library", |
||
| 691 | "autoload": { |
||
| 692 | "classmap": [ |
||
| 693 | "src/" |
||
| 694 | ] |
||
| 695 | }, |
||
| 696 | "notification-url": "https://packagist.org/downloads/", |
||
| 697 | "license": [ |
||
| 698 | "BSD-3-Clause", |
||
| 699 | "GPL-2.0", |
||
| 700 | "GPL-3.0" |
||
| 701 | ], |
||
| 702 | "authors": [ |
||
| 703 | { |
||
| 704 | "name": "David Grudl", |
||
| 705 | "homepage": "http://davidgrudl.com" |
||
| 706 | }, |
||
| 707 | { |
||
| 708 | "name": "Nette Community", |
||
| 709 | "homepage": "http://nette.org/contributors" |
||
| 710 | } |
||
| 711 | ], |
||
| 712 | "description": "Nette NEON: parser & generator for Nette Object Notation", |
||
| 713 | "homepage": "http://ne-on.org", |
||
| 714 | "time": "2015-08-22T15:23:30+00:00" |
||
| 715 | }, |
||
| 716 | { |
||
| 717 | "name": "nette/php-generator", |
||
| 718 | "version": "v2.6.0", |
||
| 719 | "source": { |
||
| 720 | "type": "git", |
||
| 721 | "url": "https://github.com/nette/php-generator.git", |
||
| 722 | "reference": "eff05975fee1645471d4371b7a0a7acb62a25b15" |
||
| 723 | }, |
||
| 724 | "dist": { |
||
| 725 | "type": "zip", |
||
| 726 | "url": "https://api.github.com/repos/nette/php-generator/zipball/eff05975fee1645471d4371b7a0a7acb62a25b15", |
||
| 727 | "reference": "eff05975fee1645471d4371b7a0a7acb62a25b15", |
||
| 728 | "shasum": "" |
||
| 729 | }, |
||
| 730 | "require": { |
||
| 731 | "nette/utils": "^2.4.2 || ~3.0.0", |
||
| 732 | "php": ">=5.6.0" |
||
| 733 | }, |
||
| 734 | "conflict": { |
||
| 735 | "nette/nette": "<2.2" |
||
| 736 | }, |
||
| 737 | "require-dev": { |
||
| 738 | "nette/tester": "^2.0", |
||
| 739 | "tracy/tracy": "^2.3" |
||
| 740 | }, |
||
| 741 | "type": "library", |
||
| 742 | "extra": { |
||
| 743 | "branch-alias": { |
||
| 744 | "dev-master": "2.6-dev" |
||
| 745 | } |
||
| 746 | }, |
||
| 747 | "autoload": { |
||
| 748 | "classmap": [ |
||
| 749 | "src/" |
||
| 750 | ] |
||
| 751 | }, |
||
| 752 | "notification-url": "https://packagist.org/downloads/", |
||
| 753 | "license": [ |
||
| 754 | "BSD-3-Clause", |
||
| 755 | "GPL-2.0", |
||
| 756 | "GPL-3.0" |
||
| 757 | ], |
||
| 758 | "authors": [ |
||
| 759 | { |
||
| 760 | "name": "David Grudl", |
||
| 761 | "homepage": "https://davidgrudl.com" |
||
| 762 | }, |
||
| 763 | { |
||
| 764 | "name": "Nette Community", |
||
| 765 | "homepage": "https://nette.org/contributors" |
||
| 766 | } |
||
| 767 | ], |
||
| 768 | "description": "Nette PHP Generator", |
||
| 769 | "homepage": "https://nette.org", |
||
| 770 | "time": "2017-02-24T19:24:08+00:00" |
||
| 771 | }, |
||
| 772 | { |
||
| 773 | "name": "nette/utils", |
||
| 774 | "version": "v3.0.0-beta1", |
||
| 775 | "source": { |
||
| 776 | "type": "git", |
||
| 777 | "url": "https://github.com/nette/utils.git", |
||
| 778 | "reference": "a7f93081cd384056288bc9aa5af72e425e311008" |
||
| 779 | }, |
||
| 780 | "dist": { |
||
| 781 | "type": "zip", |
||
| 782 | "url": "https://api.github.com/repos/nette/utils/zipball/a7f93081cd384056288bc9aa5af72e425e311008", |
||
| 783 | "reference": "a7f93081cd384056288bc9aa5af72e425e311008", |
||
| 784 | "shasum": "" |
||
| 785 | }, |
||
| 786 | "require": { |
||
| 787 | "php": ">=7.0" |
||
| 788 | }, |
||
| 789 | "conflict": { |
||
| 790 | "nette/nette": "<2.2" |
||
| 791 | }, |
||
| 792 | "require-dev": { |
||
| 793 | "nette/tester": "~2.0", |
||
| 794 | "tracy/tracy": "^2.3" |
||
| 795 | }, |
||
| 796 | "suggest": { |
||
| 797 | "ext-gd": "to use Image", |
||
| 798 | "ext-iconv": "to use Strings::webalize() and toAscii()", |
||
| 799 | "ext-intl": "for script transliteration in Strings::webalize() and toAscii()", |
||
| 800 | "ext-json": "to use Nette\\Utils\\Json", |
||
| 801 | "ext-mbstring": "to use Strings::lower() etc...", |
||
| 802 | "ext-xml": "to use Strings::length() etc. when mbstring is not available" |
||
| 803 | }, |
||
| 804 | "type": "library", |
||
| 805 | "extra": { |
||
| 806 | "branch-alias": { |
||
| 807 | "dev-master": "3.0-dev" |
||
| 808 | } |
||
| 809 | }, |
||
| 810 | "autoload": { |
||
| 811 | "classmap": [ |
||
| 812 | "src/" |
||
| 813 | ] |
||
| 814 | }, |
||
| 815 | "notification-url": "https://packagist.org/downloads/", |
||
| 816 | "license": [ |
||
| 817 | "BSD-3-Clause", |
||
| 818 | "GPL-2.0", |
||
| 819 | "GPL-3.0" |
||
| 820 | ], |
||
| 821 | "authors": [ |
||
| 822 | { |
||
| 823 | "name": "David Grudl", |
||
| 824 | "homepage": "https://davidgrudl.com" |
||
| 825 | }, |
||
| 826 | { |
||
| 827 | "name": "Nette Community", |
||
| 828 | "homepage": "https://nette.org/contributors" |
||
| 829 | } |
||
| 830 | ], |
||
| 831 | "description": "Nette Utility Classes", |
||
| 832 | "homepage": "https://nette.org", |
||
| 833 | "time": "2017-02-01T23:52:55+00:00" |
||
| 834 | }, |
||
| 835 | { |
||
| 836 | "name": "psr/log", |
||
| 837 | "version": "1.0.0", |
||
| 838 | "source": { |
||
| 839 | "type": "git", |
||
| 840 | "url": "https://github.com/php-fig/log.git", |
||
| 841 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
| 842 | }, |
||
| 843 | "dist": { |
||
| 844 | "type": "zip", |
||
| 845 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 846 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 847 | "shasum": "" |
||
| 848 | }, |
||
| 849 | "type": "library", |
||
| 850 | "autoload": { |
||
| 851 | "psr-0": { |
||
| 852 | "Psr\\Log\\": "" |
||
| 853 | } |
||
| 854 | }, |
||
| 855 | "notification-url": "https://packagist.org/downloads/", |
||
| 856 | "license": [ |
||
| 857 | "MIT" |
||
| 858 | ], |
||
| 859 | "authors": [ |
||
| 860 | { |
||
| 861 | "name": "PHP-FIG", |
||
| 862 | "homepage": "http://www.php-fig.org/" |
||
| 863 | } |
||
| 864 | ], |
||
| 865 | "description": "Common interface for logging libraries", |
||
| 866 | "keywords": [ |
||
| 867 | "log", |
||
| 868 | "psr", |
||
| 869 | "psr-3" |
||
| 870 | ], |
||
| 871 | "time": "2012-12-21T11:40:51+00:00" |
||
| 872 | }, |
||
| 873 | { |
||
| 874 | "name": "symfony/console", |
||
| 875 | "version": "3.4.x-dev", |
||
| 876 | "source": { |
||
| 877 | "type": "git", |
||
| 878 | "url": "https://github.com/symfony/console.git", |
||
| 879 | "reference": "0f75bd70b53565ab4145020302bae56882962a96" |
||
| 880 | }, |
||
| 881 | "dist": { |
||
| 882 | "type": "zip", |
||
| 883 | "url": "https://api.github.com/repos/symfony/console/zipball/0f75bd70b53565ab4145020302bae56882962a96", |
||
| 884 | "reference": "0f75bd70b53565ab4145020302bae56882962a96", |
||
| 885 | "shasum": "" |
||
| 886 | }, |
||
| 887 | "require": { |
||
| 888 | "php": "^5.5.9|>=7.0.8", |
||
| 889 | "symfony/debug": "~2.8|~3.0|~4.0", |
||
| 890 | "symfony/polyfill-mbstring": "~1.0" |
||
| 891 | }, |
||
| 892 | "conflict": { |
||
| 893 | "symfony/dependency-injection": "<3.4", |
||
| 894 | "symfony/process": "<3.3" |
||
| 895 | }, |
||
| 896 | "require-dev": { |
||
| 897 | "psr/log": "~1.0", |
||
| 898 | "symfony/config": "~3.3|~4.0", |
||
| 899 | "symfony/dependency-injection": "~3.4|~4.0", |
||
| 900 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", |
||
| 901 | "symfony/lock": "~3.4|~4.0", |
||
| 902 | "symfony/process": "~3.3|~4.0" |
||
| 903 | }, |
||
| 904 | "suggest": { |
||
| 905 | "psr/log": "For using the console logger", |
||
| 906 | "symfony/event-dispatcher": "", |
||
| 907 | "symfony/lock": "", |
||
| 908 | "symfony/process": "" |
||
| 909 | }, |
||
| 910 | "type": "library", |
||
| 911 | "extra": { |
||
| 912 | "branch-alias": { |
||
| 913 | "dev-master": "3.4-dev" |
||
| 914 | } |
||
| 915 | }, |
||
| 916 | "autoload": { |
||
| 917 | "psr-4": { |
||
| 918 | "Symfony\\Component\\Console\\": "" |
||
| 919 | }, |
||
| 920 | "exclude-from-classmap": [ |
||
| 921 | "/Tests/" |
||
| 922 | ] |
||
| 923 | }, |
||
| 924 | "notification-url": "https://packagist.org/downloads/", |
||
| 925 | "license": [ |
||
| 926 | "MIT" |
||
| 927 | ], |
||
| 928 | "authors": [ |
||
| 929 | { |
||
| 930 | "name": "Fabien Potencier", |
||
| 931 | "email": "[email protected]" |
||
| 932 | }, |
||
| 933 | { |
||
| 934 | "name": "Symfony Community", |
||
| 935 | "homepage": "https://symfony.com/contributors" |
||
| 936 | } |
||
| 937 | ], |
||
| 938 | "description": "Symfony Console Component", |
||
| 939 | "homepage": "https://symfony.com", |
||
| 940 | "time": "2017-10-02T07:56:07+00:00" |
||
| 941 | }, |
||
| 942 | { |
||
| 943 | "name": "symfony/debug", |
||
| 944 | "version": "v2.8.0", |
||
| 945 | "source": { |
||
| 946 | "type": "git", |
||
| 947 | "url": "https://github.com/symfony/debug.git", |
||
| 948 | "reference": "d371ecb85254a8dff7f6d843bf49d1197e7d533e" |
||
| 949 | }, |
||
| 950 | "dist": { |
||
| 951 | "type": "zip", |
||
| 952 | "url": "https://api.github.com/repos/symfony/debug/zipball/d371ecb85254a8dff7f6d843bf49d1197e7d533e", |
||
| 953 | "reference": "d371ecb85254a8dff7f6d843bf49d1197e7d533e", |
||
| 954 | "shasum": "" |
||
| 955 | }, |
||
| 956 | "require": { |
||
| 957 | "php": ">=5.3.9", |
||
| 958 | "psr/log": "~1.0" |
||
| 959 | }, |
||
| 960 | "conflict": { |
||
| 961 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 962 | }, |
||
| 963 | "require-dev": { |
||
| 964 | "symfony/class-loader": "~2.2|~3.0.0", |
||
| 965 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0" |
||
| 966 | }, |
||
| 967 | "type": "library", |
||
| 968 | "extra": { |
||
| 969 | "branch-alias": { |
||
| 970 | "dev-master": "2.8-dev" |
||
| 971 | } |
||
| 972 | }, |
||
| 973 | "autoload": { |
||
| 974 | "psr-4": { |
||
| 975 | "Symfony\\Component\\Debug\\": "" |
||
| 976 | }, |
||
| 977 | "exclude-from-classmap": [ |
||
| 978 | "/Tests/" |
||
| 979 | ] |
||
| 980 | }, |
||
| 981 | "notification-url": "https://packagist.org/downloads/", |
||
| 982 | "license": [ |
||
| 983 | "MIT" |
||
| 984 | ], |
||
| 985 | "authors": [ |
||
| 986 | { |
||
| 987 | "name": "Fabien Potencier", |
||
| 988 | "email": "[email protected]" |
||
| 989 | }, |
||
| 990 | { |
||
| 991 | "name": "Symfony Community", |
||
| 992 | "homepage": "https://symfony.com/contributors" |
||
| 993 | } |
||
| 994 | ], |
||
| 995 | "description": "Symfony Debug Component", |
||
| 996 | "homepage": "https://symfony.com", |
||
| 997 | "time": "2015-11-27T05:45:55+00:00" |
||
| 998 | }, |
||
| 999 | { |
||
| 1000 | "name": "symfony/polyfill-mbstring", |
||
| 1001 | "version": "v1.0.0", |
||
| 1002 | "source": { |
||
| 1003 | "type": "git", |
||
| 1004 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 1005 | "reference": "0b6a8940385311a24e060ec1fe35680e17c74497" |
||
| 1006 | }, |
||
| 1007 | "dist": { |
||
| 1008 | "type": "zip", |
||
| 1009 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497", |
||
| 1010 | "reference": "0b6a8940385311a24e060ec1fe35680e17c74497", |
||
| 1011 | "shasum": "" |
||
| 1012 | }, |
||
| 1013 | "require": { |
||
| 1014 | "php": ">=5.3.3" |
||
| 1015 | }, |
||
| 1016 | "type": "library", |
||
| 1017 | "extra": { |
||
| 1018 | "branch-alias": { |
||
| 1019 | "dev-master": "1.0-dev" |
||
| 1020 | } |
||
| 1021 | }, |
||
| 1022 | "autoload": { |
||
| 1023 | "psr-4": { |
||
| 1024 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 1025 | }, |
||
| 1026 | "files": [ |
||
| 1027 | "bootstrap.php" |
||
| 1028 | ] |
||
| 1029 | }, |
||
| 1030 | "notification-url": "https://packagist.org/downloads/", |
||
| 1031 | "license": [ |
||
| 1032 | "MIT" |
||
| 1033 | ], |
||
| 1034 | "authors": [ |
||
| 1035 | { |
||
| 1036 | "name": "Nicolas Grekas", |
||
| 1037 | "email": "[email protected]" |
||
| 1038 | }, |
||
| 1039 | { |
||
| 1040 | "name": "Symfony Community", |
||
| 1041 | "homepage": "https://symfony.com/contributors" |
||
| 1042 | } |
||
| 1043 | ], |
||
| 1044 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 1045 | "homepage": "https://symfony.com", |
||
| 1046 | "keywords": [ |
||
| 1047 | "compatibility", |
||
| 1048 | "mbstring", |
||
| 1049 | "polyfill", |
||
| 1050 | "portable", |
||
| 1051 | "shim" |
||
| 1052 | ], |
||
| 1053 | "time": "2015-11-04T20:28:58+00:00" |
||
| 1054 | } |
||
| 1055 | ], |
||
| 1056 | "packages-dev": [ |
||
| 1057 | { |
||
| 1058 | "name": "nette/tester", |
||
| 1059 | "version": "v2.0.0", |
||
| 1060 | "source": { |
||
| 1061 | "type": "git", |
||
| 1062 | "url": "https://github.com/nette/tester.git", |
||
| 1063 | "reference": "ee0ad514d66409037a0e72fe798112fd8cdae92e" |
||
| 1064 | }, |
||
| 1065 | "dist": { |
||
| 1066 | "type": "zip", |
||
| 1067 | "url": "https://api.github.com/repos/nette/tester/zipball/ee0ad514d66409037a0e72fe798112fd8cdae92e", |
||
| 1068 | "reference": "ee0ad514d66409037a0e72fe798112fd8cdae92e", |
||
| 1069 | "shasum": "" |
||
| 1070 | }, |
||
| 1071 | "require": { |
||
| 1072 | "php": ">=5.6.0" |
||
| 1073 | }, |
||
| 1074 | "bin": [ |
||
| 1075 | "src/tester" |
||
| 1076 | ], |
||
| 1077 | "type": "library", |
||
| 1078 | "extra": { |
||
| 1079 | "branch-alias": { |
||
| 1080 | "dev-master": "2.0-dev" |
||
| 1081 | } |
||
| 1082 | }, |
||
| 1083 | "autoload": { |
||
| 1084 | "classmap": [ |
||
| 1085 | "src/" |
||
| 1086 | ] |
||
| 1087 | }, |
||
| 1088 | "notification-url": "https://packagist.org/downloads/", |
||
| 1089 | "license": [ |
||
| 1090 | "BSD-3-Clause", |
||
| 1091 | "GPL-2.0", |
||
| 1092 | "GPL-3.0" |
||
| 1093 | ], |
||
| 1094 | "authors": [ |
||
| 1095 | { |
||
| 1096 | "name": "David Grudl", |
||
| 1097 | "homepage": "https://davidgrudl.com" |
||
| 1098 | }, |
||
| 1099 | { |
||
| 1100 | "name": "Nette Community", |
||
| 1101 | "homepage": "https://nette.org/contributors" |
||
| 1102 | } |
||
| 1103 | ], |
||
| 1104 | "description": "Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏", |
||
| 1105 | "homepage": "https://tester.nette.org", |
||
| 1106 | "keywords": [ |
||
| 1107 | "Xdebug", |
||
| 1108 | "assertions", |
||
| 1109 | "clover", |
||
| 1110 | "code coverage", |
||
| 1111 | "nette", |
||
| 1112 | "phpdbg", |
||
| 1113 | "phpunit", |
||
| 1114 | "testing", |
||
| 1115 | "unit" |
||
| 1116 | ], |
||
| 1117 | "time": "2017-08-22T06:46:57+00:00" |
||
| 1118 | }, |
||
| 1119 | { |
||
| 1120 | "name": "tracy/tracy", |
||
| 1121 | "version": "v2.2.0", |
||
| 1122 | "source": { |
||
| 1123 | "type": "git", |
||
| 1124 | "url": "https://github.com/nette/tracy.git", |
||
| 1125 | "reference": "ac474bb6f5282f7b1d1c409e1317d2e803a386cb" |
||
| 1126 | }, |
||
| 1127 | "dist": { |
||
| 1128 | "type": "zip", |
||
| 1129 | "url": "https://api.github.com/repos/nette/tracy/zipball/ac474bb6f5282f7b1d1c409e1317d2e803a386cb", |
||
| 1130 | "reference": "ac474bb6f5282f7b1d1c409e1317d2e803a386cb", |
||
| 1131 | "shasum": "" |
||
| 1132 | }, |
||
| 1133 | "require": { |
||
| 1134 | "php": ">=5.3.1" |
||
| 1135 | }, |
||
| 1136 | "require-dev": { |
||
| 1137 | "nette/tester": "~1.0" |
||
| 1138 | }, |
||
| 1139 | "type": "library", |
||
| 1140 | "autoload": { |
||
| 1141 | "classmap": [ |
||
| 1142 | "src/Tracy" |
||
| 1143 | ], |
||
| 1144 | "files": [ |
||
| 1145 | "src/shortcuts.php" |
||
| 1146 | ] |
||
| 1147 | }, |
||
| 1148 | "notification-url": "https://packagist.org/downloads/", |
||
| 1149 | "license": [ |
||
| 1150 | "BSD-3-Clause", |
||
| 1151 | "GPL-2.0", |
||
| 1152 | "GPL-3.0" |
||
| 1153 | ], |
||
| 1154 | "authors": [ |
||
| 1155 | { |
||
| 1156 | "name": "David Grudl", |
||
| 1157 | "homepage": "http://davidgrudl.com" |
||
| 1158 | }, |
||
| 1159 | { |
||
| 1160 | "name": "Nette Community", |
||
| 1161 | "homepage": "http://nette.org/contributors" |
||
| 1162 | } |
||
| 1163 | ], |
||
| 1164 | "description": "Tracy: useful PHP debugger", |
||
| 1165 | "homepage": "http://tracy.nette.org", |
||
| 1166 | "keywords": [ |
||
| 1167 | "debug", |
||
| 1168 | "debugger", |
||
| 1169 | "nette" |
||
| 1170 | ], |
||
| 1171 | "time": "2014-05-12T15:43:35+00:00" |
||
| 1172 | } |
||
| 1173 | ], |
||
| 1174 | "aliases": [], |
||
| 1175 | "minimum-stability": "dev", |
||
| 1176 | "stability-flags": [], |
||
| 1177 | "prefer-stable": true, |
||
| 1178 | "prefer-lowest": true, |
||
| 1179 | "platform": { |
||
| 1180 | "php": ">=7.1", |
||
| 1181 | "ext-mbstring": "*", |
||
| 1182 | "ext-tokenizer": "*", |
||
| 1183 | "ext-pdo": "*" |
||
| 1184 | }, |
||
| 1185 | "platform-dev": [] |
||
| 1186 | } |
||
| 1187 |