doctrine /
DoctrineORMModule
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "content-hash": "fa77701e88341d25708c3038703f6d99", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "container-interop/container-interop", |
||
| 11 | "version": "1.2.0", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/container-interop/container-interop.git", |
||
| 15 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
||
| 20 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "psr/container": "^1.0" |
||
| 25 | }, |
||
| 26 | "type": "library", |
||
| 27 | "autoload": { |
||
| 28 | "psr-4": { |
||
| 29 | "Interop\\Container\\": "src/Interop/Container/" |
||
| 30 | } |
||
| 31 | }, |
||
| 32 | "notification-url": "https://packagist.org/downloads/", |
||
| 33 | "license": [ |
||
| 34 | "MIT" |
||
| 35 | ], |
||
| 36 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
||
| 37 | "homepage": "https://github.com/container-interop/container-interop", |
||
| 38 | "time": "2017-02-14T19:40:03+00:00" |
||
| 39 | }, |
||
| 40 | { |
||
| 41 | "name": "doctrine/annotations", |
||
| 42 | "version": "v1.5.0", |
||
| 43 | "source": { |
||
| 44 | "type": "git", |
||
| 45 | "url": "https://github.com/doctrine/annotations.git", |
||
| 46 | "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f" |
||
| 47 | }, |
||
| 48 | "dist": { |
||
| 49 | "type": "zip", |
||
| 50 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f", |
||
| 51 | "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f", |
||
| 52 | "shasum": "" |
||
| 53 | }, |
||
| 54 | "require": { |
||
| 55 | "doctrine/lexer": "1.*", |
||
| 56 | "php": "^7.1" |
||
| 57 | }, |
||
| 58 | "require-dev": { |
||
| 59 | "doctrine/cache": "1.*", |
||
| 60 | "phpunit/phpunit": "^5.7" |
||
| 61 | }, |
||
| 62 | "type": "library", |
||
| 63 | "extra": { |
||
| 64 | "branch-alias": { |
||
| 65 | "dev-master": "1.5.x-dev" |
||
| 66 | } |
||
| 67 | }, |
||
| 68 | "autoload": { |
||
| 69 | "psr-4": { |
||
| 70 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
| 71 | } |
||
| 72 | }, |
||
| 73 | "notification-url": "https://packagist.org/downloads/", |
||
| 74 | "license": [ |
||
| 75 | "MIT" |
||
| 76 | ], |
||
| 77 | "authors": [ |
||
| 78 | { |
||
| 79 | "name": "Roman Borschel", |
||
| 80 | "email": "[email protected]" |
||
| 81 | }, |
||
| 82 | { |
||
| 83 | "name": "Benjamin Eberlei", |
||
| 84 | "email": "[email protected]" |
||
| 85 | }, |
||
| 86 | { |
||
| 87 | "name": "Guilherme Blanco", |
||
| 88 | "email": "[email protected]" |
||
| 89 | }, |
||
| 90 | { |
||
| 91 | "name": "Jonathan Wage", |
||
| 92 | "email": "[email protected]" |
||
| 93 | }, |
||
| 94 | { |
||
| 95 | "name": "Johannes Schmitt", |
||
| 96 | "email": "[email protected]" |
||
| 97 | } |
||
| 98 | ], |
||
| 99 | "description": "Docblock Annotations Parser", |
||
| 100 | "homepage": "http://www.doctrine-project.org", |
||
| 101 | "keywords": [ |
||
| 102 | "annotations", |
||
| 103 | "docblock", |
||
| 104 | "parser" |
||
| 105 | ], |
||
| 106 | "time": "2017-07-22T10:58:02+00:00" |
||
| 107 | }, |
||
| 108 | { |
||
| 109 | "name": "doctrine/cache", |
||
| 110 | "version": "v1.7.0", |
||
| 111 | "source": { |
||
| 112 | "type": "git", |
||
| 113 | "url": "https://github.com/doctrine/cache.git", |
||
| 114 | "reference": "53d9518ffeb019c51d542ff60cb578f076d3ff16" |
||
| 115 | }, |
||
| 116 | "dist": { |
||
| 117 | "type": "zip", |
||
| 118 | "url": "https://api.github.com/repos/doctrine/cache/zipball/53d9518ffeb019c51d542ff60cb578f076d3ff16", |
||
| 119 | "reference": "53d9518ffeb019c51d542ff60cb578f076d3ff16", |
||
| 120 | "shasum": "" |
||
| 121 | }, |
||
| 122 | "require": { |
||
| 123 | "php": "~7.1" |
||
| 124 | }, |
||
| 125 | "conflict": { |
||
| 126 | "doctrine/common": ">2.2,<2.4" |
||
| 127 | }, |
||
| 128 | "require-dev": { |
||
| 129 | "alcaeus/mongo-php-adapter": "^1.1", |
||
| 130 | "mongodb/mongodb": "^1.1", |
||
| 131 | "phpunit/phpunit": "^5.7", |
||
| 132 | "predis/predis": "~1.0" |
||
| 133 | }, |
||
| 134 | "suggest": { |
||
| 135 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
||
| 136 | }, |
||
| 137 | "type": "library", |
||
| 138 | "extra": { |
||
| 139 | "branch-alias": { |
||
| 140 | "dev-master": "1.7.x-dev" |
||
| 141 | } |
||
| 142 | }, |
||
| 143 | "autoload": { |
||
| 144 | "psr-4": { |
||
| 145 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 146 | } |
||
| 147 | }, |
||
| 148 | "notification-url": "https://packagist.org/downloads/", |
||
| 149 | "license": [ |
||
| 150 | "MIT" |
||
| 151 | ], |
||
| 152 | "authors": [ |
||
| 153 | { |
||
| 154 | "name": "Roman Borschel", |
||
| 155 | "email": "[email protected]" |
||
| 156 | }, |
||
| 157 | { |
||
| 158 | "name": "Benjamin Eberlei", |
||
| 159 | "email": "[email protected]" |
||
| 160 | }, |
||
| 161 | { |
||
| 162 | "name": "Guilherme Blanco", |
||
| 163 | "email": "[email protected]" |
||
| 164 | }, |
||
| 165 | { |
||
| 166 | "name": "Jonathan Wage", |
||
| 167 | "email": "[email protected]" |
||
| 168 | }, |
||
| 169 | { |
||
| 170 | "name": "Johannes Schmitt", |
||
| 171 | "email": "[email protected]" |
||
| 172 | } |
||
| 173 | ], |
||
| 174 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 175 | "homepage": "http://www.doctrine-project.org", |
||
| 176 | "keywords": [ |
||
| 177 | "cache", |
||
| 178 | "caching" |
||
| 179 | ], |
||
| 180 | "time": "2017-07-22T13:00:15+00:00" |
||
| 181 | }, |
||
| 182 | { |
||
| 183 | "name": "doctrine/collections", |
||
| 184 | "version": "v1.4.0", |
||
| 185 | "source": { |
||
| 186 | "type": "git", |
||
| 187 | "url": "https://github.com/doctrine/collections.git", |
||
| 188 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" |
||
| 189 | }, |
||
| 190 | "dist": { |
||
| 191 | "type": "zip", |
||
| 192 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 193 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 194 | "shasum": "" |
||
| 195 | }, |
||
| 196 | "require": { |
||
| 197 | "php": "^5.6 || ^7.0" |
||
| 198 | }, |
||
| 199 | "require-dev": { |
||
| 200 | "doctrine/coding-standard": "~0.1@dev", |
||
| 201 | "phpunit/phpunit": "^5.7" |
||
| 202 | }, |
||
| 203 | "type": "library", |
||
| 204 | "extra": { |
||
| 205 | "branch-alias": { |
||
| 206 | "dev-master": "1.3.x-dev" |
||
| 207 | } |
||
| 208 | }, |
||
| 209 | "autoload": { |
||
| 210 | "psr-0": { |
||
| 211 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 212 | } |
||
| 213 | }, |
||
| 214 | "notification-url": "https://packagist.org/downloads/", |
||
| 215 | "license": [ |
||
| 216 | "MIT" |
||
| 217 | ], |
||
| 218 | "authors": [ |
||
| 219 | { |
||
| 220 | "name": "Roman Borschel", |
||
| 221 | "email": "[email protected]" |
||
| 222 | }, |
||
| 223 | { |
||
| 224 | "name": "Benjamin Eberlei", |
||
| 225 | "email": "[email protected]" |
||
| 226 | }, |
||
| 227 | { |
||
| 228 | "name": "Guilherme Blanco", |
||
| 229 | "email": "[email protected]" |
||
| 230 | }, |
||
| 231 | { |
||
| 232 | "name": "Jonathan Wage", |
||
| 233 | "email": "[email protected]" |
||
| 234 | }, |
||
| 235 | { |
||
| 236 | "name": "Johannes Schmitt", |
||
| 237 | "email": "[email protected]" |
||
| 238 | } |
||
| 239 | ], |
||
| 240 | "description": "Collections Abstraction library", |
||
| 241 | "homepage": "http://www.doctrine-project.org", |
||
| 242 | "keywords": [ |
||
| 243 | "array", |
||
| 244 | "collections", |
||
| 245 | "iterator" |
||
| 246 | ], |
||
| 247 | "time": "2017-01-03T10:49:41+00:00" |
||
| 248 | }, |
||
| 249 | { |
||
| 250 | "name": "doctrine/common", |
||
| 251 | "version": "v2.8.0", |
||
| 252 | "source": { |
||
| 253 | "type": "git", |
||
| 254 | "url": "https://github.com/doctrine/common.git", |
||
| 255 | "reference": "ed349f953d443963c590b008b37b864b8a3c4b21" |
||
| 256 | }, |
||
| 257 | "dist": { |
||
| 258 | "type": "zip", |
||
| 259 | "url": "https://api.github.com/repos/doctrine/common/zipball/ed349f953d443963c590b008b37b864b8a3c4b21", |
||
| 260 | "reference": "ed349f953d443963c590b008b37b864b8a3c4b21", |
||
| 261 | "shasum": "" |
||
| 262 | }, |
||
| 263 | "require": { |
||
| 264 | "doctrine/annotations": "1.*", |
||
| 265 | "doctrine/cache": "1.*", |
||
| 266 | "doctrine/collections": "1.*", |
||
| 267 | "doctrine/inflector": "1.*", |
||
| 268 | "doctrine/lexer": "1.*", |
||
| 269 | "php": "~7.1" |
||
| 270 | }, |
||
| 271 | "require-dev": { |
||
| 272 | "phpunit/phpunit": "^5.7" |
||
| 273 | }, |
||
| 274 | "type": "library", |
||
| 275 | "extra": { |
||
| 276 | "branch-alias": { |
||
| 277 | "dev-master": "2.8.x-dev" |
||
| 278 | } |
||
| 279 | }, |
||
| 280 | "autoload": { |
||
| 281 | "psr-4": { |
||
| 282 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 283 | } |
||
| 284 | }, |
||
| 285 | "notification-url": "https://packagist.org/downloads/", |
||
| 286 | "license": [ |
||
| 287 | "MIT" |
||
| 288 | ], |
||
| 289 | "authors": [ |
||
| 290 | { |
||
| 291 | "name": "Roman Borschel", |
||
| 292 | "email": "[email protected]" |
||
| 293 | }, |
||
| 294 | { |
||
| 295 | "name": "Benjamin Eberlei", |
||
| 296 | "email": "[email protected]" |
||
| 297 | }, |
||
| 298 | { |
||
| 299 | "name": "Guilherme Blanco", |
||
| 300 | "email": "[email protected]" |
||
| 301 | }, |
||
| 302 | { |
||
| 303 | "name": "Jonathan Wage", |
||
| 304 | "email": "[email protected]" |
||
| 305 | }, |
||
| 306 | { |
||
| 307 | "name": "Johannes Schmitt", |
||
| 308 | "email": "[email protected]" |
||
| 309 | } |
||
| 310 | ], |
||
| 311 | "description": "Common Library for Doctrine projects", |
||
| 312 | "homepage": "http://www.doctrine-project.org", |
||
| 313 | "keywords": [ |
||
| 314 | "annotations", |
||
| 315 | "collections", |
||
| 316 | "eventmanager", |
||
| 317 | "persistence", |
||
| 318 | "spl" |
||
| 319 | ], |
||
| 320 | "time": "2017-07-22T09:01:43+00:00" |
||
| 321 | }, |
||
| 322 | { |
||
| 323 | "name": "doctrine/dbal", |
||
| 324 | "version": "v2.6.0", |
||
| 325 | "source": { |
||
| 326 | "type": "git", |
||
| 327 | "url": "https://github.com/doctrine/dbal.git", |
||
| 328 | "reference": "498760e55195ccaf08076cb9100a2972ba74c001" |
||
| 329 | }, |
||
| 330 | "dist": { |
||
| 331 | "type": "zip", |
||
| 332 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/498760e55195ccaf08076cb9100a2972ba74c001", |
||
| 333 | "reference": "498760e55195ccaf08076cb9100a2972ba74c001", |
||
| 334 | "shasum": "" |
||
| 335 | }, |
||
| 336 | "require": { |
||
| 337 | "doctrine/common": "^2.7.1", |
||
| 338 | "ext-pdo": "*", |
||
| 339 | "php": "^7.1" |
||
| 340 | }, |
||
| 341 | "require-dev": { |
||
| 342 | "phpunit/phpunit": "^5.4.6", |
||
| 343 | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", |
||
| 344 | "symfony/console": "2.*||^3.0" |
||
| 345 | }, |
||
| 346 | "suggest": { |
||
| 347 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 348 | }, |
||
| 349 | "bin": [ |
||
| 350 | "bin/doctrine-dbal" |
||
| 351 | ], |
||
| 352 | "type": "library", |
||
| 353 | "extra": { |
||
| 354 | "branch-alias": { |
||
| 355 | "dev-master": "2.6.x-dev" |
||
| 356 | } |
||
| 357 | }, |
||
| 358 | "autoload": { |
||
| 359 | "psr-0": { |
||
| 360 | "Doctrine\\DBAL\\": "lib/" |
||
| 361 | } |
||
| 362 | }, |
||
| 363 | "notification-url": "https://packagist.org/downloads/", |
||
| 364 | "license": [ |
||
| 365 | "MIT" |
||
| 366 | ], |
||
| 367 | "authors": [ |
||
| 368 | { |
||
| 369 | "name": "Roman Borschel", |
||
| 370 | "email": "[email protected]" |
||
| 371 | }, |
||
| 372 | { |
||
| 373 | "name": "Benjamin Eberlei", |
||
| 374 | "email": "[email protected]" |
||
| 375 | }, |
||
| 376 | { |
||
| 377 | "name": "Guilherme Blanco", |
||
| 378 | "email": "[email protected]" |
||
| 379 | }, |
||
| 380 | { |
||
| 381 | "name": "Jonathan Wage", |
||
| 382 | "email": "[email protected]" |
||
| 383 | } |
||
| 384 | ], |
||
| 385 | "description": "Database Abstraction Layer", |
||
| 386 | "homepage": "http://www.doctrine-project.org", |
||
| 387 | "keywords": [ |
||
| 388 | "database", |
||
| 389 | "dbal", |
||
| 390 | "persistence", |
||
| 391 | "queryobject" |
||
| 392 | ], |
||
| 393 | "time": "2017-07-23T01:02:22+00:00" |
||
| 394 | }, |
||
| 395 | { |
||
| 396 | "name": "doctrine/doctrine-module", |
||
| 397 | "version": "2.1.3", |
||
| 398 | "source": { |
||
| 399 | "type": "git", |
||
| 400 | "url": "https://github.com/doctrine/DoctrineModule.git", |
||
| 401 | "reference": "968a4ea24d49ad45c90a5b81493c116deb19add8" |
||
| 402 | }, |
||
| 403 | "dist": { |
||
| 404 | "type": "zip", |
||
| 405 | "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/968a4ea24d49ad45c90a5b81493c116deb19add8", |
||
| 406 | "reference": "968a4ea24d49ad45c90a5b81493c116deb19add8", |
||
| 407 | "shasum": "" |
||
| 408 | }, |
||
| 409 | "require": { |
||
| 410 | "doctrine/cache": "^1.7", |
||
| 411 | "doctrine/common": "^2.8", |
||
| 412 | "php": "^7.1", |
||
| 413 | "symfony/console": "^3.3 || ^4.0", |
||
| 414 | "zendframework/zend-authentication": "^2.5.3", |
||
| 415 | "zendframework/zend-cache": "^2.7.1", |
||
| 416 | "zendframework/zend-form": "^2.11", |
||
| 417 | "zendframework/zend-hydrator": "^2.3", |
||
| 418 | "zendframework/zend-mvc": "^3.1", |
||
| 419 | "zendframework/zend-paginator": "^2.8", |
||
| 420 | "zendframework/zend-servicemanager": "^3.3", |
||
| 421 | "zendframework/zend-stdlib": "^3.1", |
||
| 422 | "zendframework/zend-validator": "^2.10" |
||
| 423 | }, |
||
| 424 | "require-dev": { |
||
| 425 | "phpunit/phpunit": "^6.5 || ^7.0", |
||
| 426 | "predis/predis": "^1.1", |
||
| 427 | "squizlabs/php_codesniffer": "^2.7", |
||
| 428 | "zendframework/zend-i18n": "^2.7", |
||
| 429 | "zendframework/zend-log": "^2.9", |
||
| 430 | "zendframework/zend-modulemanager": "^2.8", |
||
| 431 | "zendframework/zend-mvc-console": "^1.1.11", |
||
| 432 | "zendframework/zend-serializer": "^2.8", |
||
| 433 | "zendframework/zend-session": "^2.8", |
||
| 434 | "zendframework/zend-test": "^3.1.1", |
||
| 435 | "zendframework/zend-version": "^2.5.1" |
||
| 436 | }, |
||
| 437 | "suggest": { |
||
| 438 | "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments", |
||
| 439 | "zendframework/zend-mvc-console": "^1.1.11 if you want to use the ZF3 console libraries" |
||
| 440 | }, |
||
| 441 | "bin": [ |
||
| 442 | "bin/doctrine-module" |
||
| 443 | ], |
||
| 444 | "type": "library", |
||
| 445 | "extra": { |
||
| 446 | "zf": { |
||
| 447 | "module": "DoctrineModule" |
||
| 448 | }, |
||
| 449 | "branch-alias": { |
||
| 450 | "dev-1.2-dev": "1.2-dev", |
||
| 451 | "dev-2.0-dev": "2.0-dev", |
||
| 452 | "dev-master": "1.2-dev", |
||
| 453 | "dev-develop": "2.0-dev" |
||
| 454 | } |
||
| 455 | }, |
||
| 456 | "autoload": { |
||
| 457 | "psr-0": { |
||
| 458 | "DoctrineModule\\": "src/" |
||
| 459 | } |
||
| 460 | }, |
||
| 461 | "notification-url": "https://packagist.org/downloads/", |
||
| 462 | "license": [ |
||
| 463 | "MIT" |
||
| 464 | ], |
||
| 465 | "authors": [ |
||
| 466 | { |
||
| 467 | "name": "Kyle Spraggs", |
||
| 468 | "email": "[email protected]", |
||
| 469 | "homepage": "http://www.spiffyjr.me/" |
||
| 470 | }, |
||
| 471 | { |
||
| 472 | "name": "Guilherme Blanco", |
||
| 473 | "email": "[email protected]" |
||
| 474 | }, |
||
| 475 | { |
||
| 476 | "name": "Michaël Gallego", |
||
| 477 | "email": "[email protected]", |
||
| 478 | "homepage": "http://www.michaelgallego.fr" |
||
| 479 | }, |
||
| 480 | { |
||
| 481 | "name": "Marco Pivetta", |
||
| 482 | "email": "[email protected]", |
||
| 483 | "homepage": "http://marco-pivetta.com/" |
||
| 484 | } |
||
| 485 | ], |
||
| 486 | "description": "Zend Framework Module that provides Doctrine basic functionality required for ORM and ODM modules", |
||
| 487 | "homepage": "http://www.doctrine-project.org/", |
||
| 488 | "keywords": [ |
||
| 489 | "doctrine", |
||
| 490 | "module", |
||
| 491 | "zf" |
||
| 492 | ], |
||
| 493 | "time": "2018-04-16T01:10:49+00:00" |
||
| 494 | }, |
||
| 495 | { |
||
| 496 | "name": "doctrine/inflector", |
||
| 497 | "version": "v1.0", |
||
| 498 | "source": { |
||
| 499 | "type": "git", |
||
| 500 | "url": "https://github.com/doctrine/inflector.git", |
||
| 501 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" |
||
| 502 | }, |
||
| 503 | "dist": { |
||
| 504 | "type": "zip", |
||
| 505 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
| 506 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
| 507 | "shasum": "" |
||
| 508 | }, |
||
| 509 | "require": { |
||
| 510 | "php": ">=5.3.2" |
||
| 511 | }, |
||
| 512 | "type": "library", |
||
| 513 | "autoload": { |
||
| 514 | "psr-0": { |
||
| 515 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 516 | } |
||
| 517 | }, |
||
| 518 | "notification-url": "https://packagist.org/downloads/", |
||
| 519 | "license": [ |
||
| 520 | "MIT" |
||
| 521 | ], |
||
| 522 | "authors": [ |
||
| 523 | { |
||
| 524 | "name": "Jonathan Wage", |
||
| 525 | "email": "[email protected]", |
||
| 526 | "homepage": "http://www.jwage.com/", |
||
| 527 | "role": "Creator" |
||
| 528 | }, |
||
| 529 | { |
||
| 530 | "name": "Guilherme Blanco", |
||
| 531 | "email": "[email protected]", |
||
| 532 | "homepage": "http://www.instaclick.com" |
||
| 533 | }, |
||
| 534 | { |
||
| 535 | "name": "Roman Borschel", |
||
| 536 | "email": "[email protected]" |
||
| 537 | }, |
||
| 538 | { |
||
| 539 | "name": "Benjamin Eberlei", |
||
| 540 | "email": "[email protected]" |
||
| 541 | }, |
||
| 542 | { |
||
| 543 | "name": "Johannes Schmitt", |
||
| 544 | "email": "[email protected]", |
||
| 545 | "homepage": "https://github.com/schmittjoh", |
||
| 546 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 547 | } |
||
| 548 | ], |
||
| 549 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 550 | "homepage": "http://www.doctrine-project.org", |
||
| 551 | "keywords": [ |
||
| 552 | "inflection", |
||
| 553 | "pluarlize", |
||
| 554 | "singuarlize", |
||
| 555 | "string" |
||
| 556 | ], |
||
| 557 | "time": "2013-01-10T21:49:15+00:00" |
||
| 558 | }, |
||
| 559 | { |
||
| 560 | "name": "doctrine/instantiator", |
||
| 561 | "version": "1.1.0", |
||
| 562 | "source": { |
||
| 563 | "type": "git", |
||
| 564 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 565 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
| 566 | }, |
||
| 567 | "dist": { |
||
| 568 | "type": "zip", |
||
| 569 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
| 570 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
| 571 | "shasum": "" |
||
| 572 | }, |
||
| 573 | "require": { |
||
| 574 | "php": "^7.1" |
||
| 575 | }, |
||
| 576 | "require-dev": { |
||
| 577 | "athletic/athletic": "~0.1.8", |
||
| 578 | "ext-pdo": "*", |
||
| 579 | "ext-phar": "*", |
||
| 580 | "phpunit/phpunit": "^6.2.3", |
||
| 581 | "squizlabs/php_codesniffer": "^3.0.2" |
||
| 582 | }, |
||
| 583 | "type": "library", |
||
| 584 | "extra": { |
||
| 585 | "branch-alias": { |
||
| 586 | "dev-master": "1.2.x-dev" |
||
| 587 | } |
||
| 588 | }, |
||
| 589 | "autoload": { |
||
| 590 | "psr-4": { |
||
| 591 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 592 | } |
||
| 593 | }, |
||
| 594 | "notification-url": "https://packagist.org/downloads/", |
||
| 595 | "license": [ |
||
| 596 | "MIT" |
||
| 597 | ], |
||
| 598 | "authors": [ |
||
| 599 | { |
||
| 600 | "name": "Marco Pivetta", |
||
| 601 | "email": "[email protected]", |
||
| 602 | "homepage": "http://ocramius.github.com/" |
||
| 603 | } |
||
| 604 | ], |
||
| 605 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 606 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 607 | "keywords": [ |
||
| 608 | "constructor", |
||
| 609 | "instantiate" |
||
| 610 | ], |
||
| 611 | "time": "2017-07-22T11:58:36+00:00" |
||
| 612 | }, |
||
| 613 | { |
||
| 614 | "name": "doctrine/lexer", |
||
| 615 | "version": "v1.0", |
||
| 616 | "source": { |
||
| 617 | "type": "git", |
||
| 618 | "url": "https://github.com/doctrine/lexer.git", |
||
| 619 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" |
||
| 620 | }, |
||
| 621 | "dist": { |
||
| 622 | "type": "zip", |
||
| 623 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
| 624 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
| 625 | "shasum": "" |
||
| 626 | }, |
||
| 627 | "require": { |
||
| 628 | "php": ">=5.3.2" |
||
| 629 | }, |
||
| 630 | "type": "library", |
||
| 631 | "autoload": { |
||
| 632 | "psr-0": { |
||
| 633 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 634 | } |
||
| 635 | }, |
||
| 636 | "notification-url": "https://packagist.org/downloads/", |
||
| 637 | "license": [ |
||
| 638 | "MIT" |
||
| 639 | ], |
||
| 640 | "authors": [ |
||
| 641 | { |
||
| 642 | "name": "Guilherme Blanco", |
||
| 643 | "email": "[email protected]", |
||
| 644 | "homepage": "http://www.instaclick.com" |
||
| 645 | }, |
||
| 646 | { |
||
| 647 | "name": "Roman Borschel", |
||
| 648 | "email": "[email protected]" |
||
| 649 | }, |
||
| 650 | { |
||
| 651 | "name": "Johannes Schmitt", |
||
| 652 | "email": "[email protected]", |
||
| 653 | "homepage": "https://github.com/schmittjoh", |
||
| 654 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 655 | } |
||
| 656 | ], |
||
| 657 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 658 | "homepage": "http://www.doctrine-project.org", |
||
| 659 | "keywords": [ |
||
| 660 | "lexer", |
||
| 661 | "parser" |
||
| 662 | ], |
||
| 663 | "time": "2013-01-12T18:59:04+00:00" |
||
| 664 | }, |
||
| 665 | { |
||
| 666 | "name": "doctrine/orm", |
||
| 667 | "version": "v2.6.3", |
||
| 668 | "source": { |
||
| 669 | "type": "git", |
||
| 670 | "url": "https://github.com/doctrine/orm.git", |
||
| 671 | "reference": "434820973cadf2da2d66e7184be370084cc32ca8" |
||
| 672 | }, |
||
| 673 | "dist": { |
||
| 674 | "type": "zip", |
||
| 675 | "url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8", |
||
| 676 | "reference": "434820973cadf2da2d66e7184be370084cc32ca8", |
||
| 677 | "shasum": "" |
||
| 678 | }, |
||
| 679 | "require": { |
||
| 680 | "doctrine/annotations": "~1.5", |
||
| 681 | "doctrine/cache": "~1.6", |
||
| 682 | "doctrine/collections": "^1.4", |
||
| 683 | "doctrine/common": "^2.7.1", |
||
| 684 | "doctrine/dbal": "^2.6", |
||
| 685 | "doctrine/instantiator": "~1.1", |
||
| 686 | "ext-pdo": "*", |
||
| 687 | "php": "^7.1", |
||
| 688 | "symfony/console": "~3.0|~4.0" |
||
| 689 | }, |
||
| 690 | "require-dev": { |
||
| 691 | "doctrine/coding-standard": "^1.0", |
||
| 692 | "phpunit/phpunit": "^6.5", |
||
| 693 | "squizlabs/php_codesniffer": "^3.2", |
||
| 694 | "symfony/yaml": "~3.4|~4.0" |
||
| 695 | }, |
||
| 696 | "suggest": { |
||
| 697 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
| 698 | }, |
||
| 699 | "bin": [ |
||
| 700 | "bin/doctrine" |
||
| 701 | ], |
||
| 702 | "type": "library", |
||
| 703 | "extra": { |
||
| 704 | "branch-alias": { |
||
| 705 | "dev-master": "2.6.x-dev" |
||
| 706 | } |
||
| 707 | }, |
||
| 708 | "autoload": { |
||
| 709 | "psr-4": { |
||
| 710 | "Doctrine\\ORM\\": "lib/Doctrine/ORM" |
||
| 711 | } |
||
| 712 | }, |
||
| 713 | "notification-url": "https://packagist.org/downloads/", |
||
| 714 | "license": [ |
||
| 715 | "MIT" |
||
| 716 | ], |
||
| 717 | "authors": [ |
||
| 718 | { |
||
| 719 | "name": "Roman Borschel", |
||
| 720 | "email": "[email protected]" |
||
| 721 | }, |
||
| 722 | { |
||
| 723 | "name": "Benjamin Eberlei", |
||
| 724 | "email": "[email protected]" |
||
| 725 | }, |
||
| 726 | { |
||
| 727 | "name": "Guilherme Blanco", |
||
| 728 | "email": "[email protected]" |
||
| 729 | }, |
||
| 730 | { |
||
| 731 | "name": "Jonathan Wage", |
||
| 732 | "email": "[email protected]" |
||
| 733 | }, |
||
| 734 | { |
||
| 735 | "name": "Marco Pivetta", |
||
| 736 | "email": "[email protected]" |
||
| 737 | } |
||
| 738 | ], |
||
| 739 | "description": "Object-Relational-Mapper for PHP", |
||
| 740 | "homepage": "http://www.doctrine-project.org", |
||
| 741 | "keywords": [ |
||
| 742 | "database", |
||
| 743 | "orm" |
||
| 744 | ], |
||
| 745 | "time": "2018-11-20T23:46:46+00:00" |
||
| 746 | }, |
||
| 747 | { |
||
| 748 | "name": "psr/container", |
||
| 749 | "version": "1.0.0", |
||
| 750 | "source": { |
||
| 751 | "type": "git", |
||
| 752 | "url": "https://github.com/php-fig/container.git", |
||
| 753 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
| 754 | }, |
||
| 755 | "dist": { |
||
| 756 | "type": "zip", |
||
| 757 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 758 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 759 | "shasum": "" |
||
| 760 | }, |
||
| 761 | "require": { |
||
| 762 | "php": ">=5.3.0" |
||
| 763 | }, |
||
| 764 | "type": "library", |
||
| 765 | "extra": { |
||
| 766 | "branch-alias": { |
||
| 767 | "dev-master": "1.0.x-dev" |
||
| 768 | } |
||
| 769 | }, |
||
| 770 | "autoload": { |
||
| 771 | "psr-4": { |
||
| 772 | "Psr\\Container\\": "src/" |
||
| 773 | } |
||
| 774 | }, |
||
| 775 | "notification-url": "https://packagist.org/downloads/", |
||
| 776 | "license": [ |
||
| 777 | "MIT" |
||
| 778 | ], |
||
| 779 | "authors": [ |
||
| 780 | { |
||
| 781 | "name": "PHP-FIG", |
||
| 782 | "homepage": "http://www.php-fig.org/" |
||
| 783 | } |
||
| 784 | ], |
||
| 785 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
| 786 | "homepage": "https://github.com/php-fig/container", |
||
| 787 | "keywords": [ |
||
| 788 | "PSR-11", |
||
| 789 | "container", |
||
| 790 | "container-interface", |
||
| 791 | "container-interop", |
||
| 792 | "psr" |
||
| 793 | ], |
||
| 794 | "time": "2017-02-14T16:28:37+00:00" |
||
| 795 | }, |
||
| 796 | { |
||
| 797 | "name": "psr/log", |
||
| 798 | "version": "1.0.0", |
||
| 799 | "source": { |
||
| 800 | "type": "git", |
||
| 801 | "url": "https://github.com/php-fig/log.git", |
||
| 802 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
| 803 | }, |
||
| 804 | "dist": { |
||
| 805 | "type": "zip", |
||
| 806 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 807 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 808 | "shasum": "" |
||
| 809 | }, |
||
| 810 | "type": "library", |
||
| 811 | "autoload": { |
||
| 812 | "psr-0": { |
||
| 813 | "Psr\\Log\\": "" |
||
| 814 | } |
||
| 815 | }, |
||
| 816 | "notification-url": "https://packagist.org/downloads/", |
||
| 817 | "license": [ |
||
| 818 | "MIT" |
||
| 819 | ], |
||
| 820 | "authors": [ |
||
| 821 | { |
||
| 822 | "name": "PHP-FIG", |
||
| 823 | "homepage": "http://www.php-fig.org/" |
||
| 824 | } |
||
| 825 | ], |
||
| 826 | "description": "Common interface for logging libraries", |
||
| 827 | "keywords": [ |
||
| 828 | "log", |
||
| 829 | "psr", |
||
| 830 | "psr-3" |
||
| 831 | ], |
||
| 832 | "time": "2012-12-21T11:40:51+00:00" |
||
| 833 | }, |
||
| 834 | { |
||
| 835 | "name": "symfony/console", |
||
| 836 | "version": "v3.3.0", |
||
| 837 | "source": { |
||
| 838 | "type": "git", |
||
| 839 | "url": "https://github.com/symfony/console.git", |
||
| 840 | "reference": "c80e63f3f5e3a331bfc25e6e9332b10422eb9b05" |
||
| 841 | }, |
||
| 842 | "dist": { |
||
| 843 | "type": "zip", |
||
| 844 | "url": "https://api.github.com/repos/symfony/console/zipball/c80e63f3f5e3a331bfc25e6e9332b10422eb9b05", |
||
| 845 | "reference": "c80e63f3f5e3a331bfc25e6e9332b10422eb9b05", |
||
| 846 | "shasum": "" |
||
| 847 | }, |
||
| 848 | "require": { |
||
| 849 | "php": ">=5.5.9", |
||
| 850 | "symfony/debug": "~2.8|~3.0", |
||
| 851 | "symfony/polyfill-mbstring": "~1.0" |
||
| 852 | }, |
||
| 853 | "conflict": { |
||
| 854 | "symfony/dependency-injection": "<3.3" |
||
| 855 | }, |
||
| 856 | "require-dev": { |
||
| 857 | "psr/log": "~1.0", |
||
| 858 | "symfony/dependency-injection": "~3.3", |
||
| 859 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 860 | "symfony/filesystem": "~2.8|~3.0", |
||
| 861 | "symfony/http-kernel": "~2.8|~3.0", |
||
| 862 | "symfony/process": "~2.8|~3.0" |
||
| 863 | }, |
||
| 864 | "suggest": { |
||
| 865 | "psr/log": "For using the console logger", |
||
| 866 | "symfony/event-dispatcher": "", |
||
| 867 | "symfony/filesystem": "", |
||
| 868 | "symfony/process": "" |
||
| 869 | }, |
||
| 870 | "type": "library", |
||
| 871 | "extra": { |
||
| 872 | "branch-alias": { |
||
| 873 | "dev-master": "3.3-dev" |
||
| 874 | } |
||
| 875 | }, |
||
| 876 | "autoload": { |
||
| 877 | "psr-4": { |
||
| 878 | "Symfony\\Component\\Console\\": "" |
||
| 879 | }, |
||
| 880 | "exclude-from-classmap": [ |
||
| 881 | "/Tests/" |
||
| 882 | ] |
||
| 883 | }, |
||
| 884 | "notification-url": "https://packagist.org/downloads/", |
||
| 885 | "license": [ |
||
| 886 | "MIT" |
||
| 887 | ], |
||
| 888 | "authors": [ |
||
| 889 | { |
||
| 890 | "name": "Fabien Potencier", |
||
| 891 | "email": "[email protected]" |
||
| 892 | }, |
||
| 893 | { |
||
| 894 | "name": "Symfony Community", |
||
| 895 | "homepage": "https://symfony.com/contributors" |
||
| 896 | } |
||
| 897 | ], |
||
| 898 | "description": "Symfony Console Component", |
||
| 899 | "homepage": "https://symfony.com", |
||
| 900 | "time": "2017-05-28T14:08:56+00:00" |
||
| 901 | }, |
||
| 902 | { |
||
| 903 | "name": "symfony/debug", |
||
| 904 | "version": "v2.8.0", |
||
| 905 | "source": { |
||
| 906 | "type": "git", |
||
| 907 | "url": "https://github.com/symfony/debug.git", |
||
| 908 | "reference": "d371ecb85254a8dff7f6d843bf49d1197e7d533e" |
||
| 909 | }, |
||
| 910 | "dist": { |
||
| 911 | "type": "zip", |
||
| 912 | "url": "https://api.github.com/repos/symfony/debug/zipball/d371ecb85254a8dff7f6d843bf49d1197e7d533e", |
||
| 913 | "reference": "d371ecb85254a8dff7f6d843bf49d1197e7d533e", |
||
| 914 | "shasum": "" |
||
| 915 | }, |
||
| 916 | "require": { |
||
| 917 | "php": ">=5.3.9", |
||
| 918 | "psr/log": "~1.0" |
||
| 919 | }, |
||
| 920 | "conflict": { |
||
| 921 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 922 | }, |
||
| 923 | "require-dev": { |
||
| 924 | "symfony/class-loader": "~2.2|~3.0.0", |
||
| 925 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0" |
||
| 926 | }, |
||
| 927 | "type": "library", |
||
| 928 | "extra": { |
||
| 929 | "branch-alias": { |
||
| 930 | "dev-master": "2.8-dev" |
||
| 931 | } |
||
| 932 | }, |
||
| 933 | "autoload": { |
||
| 934 | "psr-4": { |
||
| 935 | "Symfony\\Component\\Debug\\": "" |
||
| 936 | }, |
||
| 937 | "exclude-from-classmap": [ |
||
| 938 | "/Tests/" |
||
| 939 | ] |
||
| 940 | }, |
||
| 941 | "notification-url": "https://packagist.org/downloads/", |
||
| 942 | "license": [ |
||
| 943 | "MIT" |
||
| 944 | ], |
||
| 945 | "authors": [ |
||
| 946 | { |
||
| 947 | "name": "Fabien Potencier", |
||
| 948 | "email": "[email protected]" |
||
| 949 | }, |
||
| 950 | { |
||
| 951 | "name": "Symfony Community", |
||
| 952 | "homepage": "https://symfony.com/contributors" |
||
| 953 | } |
||
| 954 | ], |
||
| 955 | "description": "Symfony Debug Component", |
||
| 956 | "homepage": "https://symfony.com", |
||
| 957 | "time": "2015-11-27T05:45:55+00:00" |
||
| 958 | }, |
||
| 959 | { |
||
| 960 | "name": "symfony/polyfill-mbstring", |
||
| 961 | "version": "v1.0.0", |
||
| 962 | "source": { |
||
| 963 | "type": "git", |
||
| 964 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 965 | "reference": "0b6a8940385311a24e060ec1fe35680e17c74497" |
||
| 966 | }, |
||
| 967 | "dist": { |
||
| 968 | "type": "zip", |
||
| 969 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497", |
||
| 970 | "reference": "0b6a8940385311a24e060ec1fe35680e17c74497", |
||
| 971 | "shasum": "" |
||
| 972 | }, |
||
| 973 | "require": { |
||
| 974 | "php": ">=5.3.3" |
||
| 975 | }, |
||
| 976 | "type": "library", |
||
| 977 | "extra": { |
||
| 978 | "branch-alias": { |
||
| 979 | "dev-master": "1.0-dev" |
||
| 980 | } |
||
| 981 | }, |
||
| 982 | "autoload": { |
||
| 983 | "psr-4": { |
||
| 984 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 985 | }, |
||
| 986 | "files": [ |
||
| 987 | "bootstrap.php" |
||
| 988 | ] |
||
| 989 | }, |
||
| 990 | "notification-url": "https://packagist.org/downloads/", |
||
| 991 | "license": [ |
||
| 992 | "MIT" |
||
| 993 | ], |
||
| 994 | "authors": [ |
||
| 995 | { |
||
| 996 | "name": "Nicolas Grekas", |
||
| 997 | "email": "[email protected]" |
||
| 998 | }, |
||
| 999 | { |
||
| 1000 | "name": "Symfony Community", |
||
| 1001 | "homepage": "https://symfony.com/contributors" |
||
| 1002 | } |
||
| 1003 | ], |
||
| 1004 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 1005 | "homepage": "https://symfony.com", |
||
| 1006 | "keywords": [ |
||
| 1007 | "compatibility", |
||
| 1008 | "mbstring", |
||
| 1009 | "polyfill", |
||
| 1010 | "portable", |
||
| 1011 | "shim" |
||
| 1012 | ], |
||
| 1013 | "time": "2015-11-04T20:28:58+00:00" |
||
| 1014 | }, |
||
| 1015 | { |
||
| 1016 | "name": "zendframework/zend-authentication", |
||
| 1017 | "version": "2.5.3", |
||
| 1018 | "source": { |
||
| 1019 | "type": "git", |
||
| 1020 | "url": "https://github.com/zendframework/zend-authentication.git", |
||
| 1021 | "reference": "1422dec160eb769c719cad2229847fcbf20a1405" |
||
| 1022 | }, |
||
| 1023 | "dist": { |
||
| 1024 | "type": "zip", |
||
| 1025 | "url": "https://api.github.com/repos/zendframework/zend-authentication/zipball/1422dec160eb769c719cad2229847fcbf20a1405", |
||
| 1026 | "reference": "1422dec160eb769c719cad2229847fcbf20a1405", |
||
| 1027 | "shasum": "" |
||
| 1028 | }, |
||
| 1029 | "require": { |
||
| 1030 | "php": "^5.5 || ^7.0", |
||
| 1031 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 1032 | }, |
||
| 1033 | "require-dev": { |
||
| 1034 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 1035 | "phpunit/phpunit": "~4.0", |
||
| 1036 | "zendframework/zend-crypt": "^2.6", |
||
| 1037 | "zendframework/zend-db": "^2.7", |
||
| 1038 | "zendframework/zend-http": "^2.5.4", |
||
| 1039 | "zendframework/zend-ldap": "^2.6", |
||
| 1040 | "zendframework/zend-session": "^2.6.2", |
||
| 1041 | "zendframework/zend-uri": "^2.5", |
||
| 1042 | "zendframework/zend-validator": "^2.6" |
||
| 1043 | }, |
||
| 1044 | "suggest": { |
||
| 1045 | "zendframework/zend-crypt": "Zend\\Crypt component", |
||
| 1046 | "zendframework/zend-db": "Zend\\Db component", |
||
| 1047 | "zendframework/zend-http": "Zend\\Http component", |
||
| 1048 | "zendframework/zend-ldap": "Zend\\Ldap component", |
||
| 1049 | "zendframework/zend-session": "Zend\\Session component", |
||
| 1050 | "zendframework/zend-uri": "Zend\\Uri component", |
||
| 1051 | "zendframework/zend-validator": "Zend\\Validator component" |
||
| 1052 | }, |
||
| 1053 | "type": "library", |
||
| 1054 | "extra": { |
||
| 1055 | "branch-alias": { |
||
| 1056 | "dev-master": "2.5-dev", |
||
| 1057 | "dev-develop": "2.6-dev" |
||
| 1058 | } |
||
| 1059 | }, |
||
| 1060 | "autoload": { |
||
| 1061 | "psr-4": { |
||
| 1062 | "Zend\\Authentication\\": "src/" |
||
| 1063 | } |
||
| 1064 | }, |
||
| 1065 | "notification-url": "https://packagist.org/downloads/", |
||
| 1066 | "license": [ |
||
| 1067 | "BSD-3-Clause" |
||
| 1068 | ], |
||
| 1069 | "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios", |
||
| 1070 | "homepage": "https://github.com/zendframework/zend-authentication", |
||
| 1071 | "keywords": [ |
||
| 1072 | "Authentication", |
||
| 1073 | "zf2" |
||
| 1074 | ], |
||
| 1075 | "time": "2016-02-28T15:02:34+00:00" |
||
| 1076 | }, |
||
| 1077 | { |
||
| 1078 | "name": "zendframework/zend-cache", |
||
| 1079 | "version": "2.7.1", |
||
| 1080 | "source": { |
||
| 1081 | "type": "git", |
||
| 1082 | "url": "https://github.com/zendframework/zend-cache.git", |
||
| 1083 | "reference": "2c68def8f96ce842d2f2a9a69e2f3508c2f5312d" |
||
| 1084 | }, |
||
| 1085 | "dist": { |
||
| 1086 | "type": "zip", |
||
| 1087 | "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/2c68def8f96ce842d2f2a9a69e2f3508c2f5312d", |
||
| 1088 | "reference": "2c68def8f96ce842d2f2a9a69e2f3508c2f5312d", |
||
| 1089 | "shasum": "" |
||
| 1090 | }, |
||
| 1091 | "require": { |
||
| 1092 | "php": "^5.5 || ^7.0", |
||
| 1093 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
| 1094 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 1095 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 1096 | }, |
||
| 1097 | "require-dev": { |
||
| 1098 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 1099 | "phpbench/phpbench": "^0.10.0", |
||
| 1100 | "phpunit/phpunit": "^4.5", |
||
| 1101 | "zendframework/zend-serializer": "^2.6", |
||
| 1102 | "zendframework/zend-session": "^2.6.2" |
||
| 1103 | }, |
||
| 1104 | "suggest": { |
||
| 1105 | "ext-apc": "APC or compatible extension, to use the APC storage adapter", |
||
| 1106 | "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter", |
||
| 1107 | "ext-dba": "DBA, to use the DBA storage adapter", |
||
| 1108 | "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter", |
||
| 1109 | "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", |
||
| 1110 | "ext-mongo": "Mongo, to use MongoDb storage adapter", |
||
| 1111 | "ext-redis": "Redis, to use Redis storage adapter", |
||
| 1112 | "ext-wincache": "WinCache, to use the WinCache storage adapter", |
||
| 1113 | "ext-xcache": "XCache, to use the XCache storage adapter", |
||
| 1114 | "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement", |
||
| 1115 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
| 1116 | "zendframework/zend-session": "Zend\\Session component" |
||
| 1117 | }, |
||
| 1118 | "type": "library", |
||
| 1119 | "extra": { |
||
| 1120 | "branch-alias": { |
||
| 1121 | "dev-master": "2.7-dev", |
||
| 1122 | "dev-develop": "2.8-dev" |
||
| 1123 | }, |
||
| 1124 | "zf": { |
||
| 1125 | "component": "Zend\\Cache", |
||
| 1126 | "config-provider": "Zend\\Cache\\ConfigProvider" |
||
| 1127 | } |
||
| 1128 | }, |
||
| 1129 | "autoload": { |
||
| 1130 | "psr-4": { |
||
| 1131 | "Zend\\Cache\\": "src/" |
||
| 1132 | } |
||
| 1133 | }, |
||
| 1134 | "notification-url": "https://packagist.org/downloads/", |
||
| 1135 | "license": [ |
||
| 1136 | "BSD-3-Clause" |
||
| 1137 | ], |
||
| 1138 | "description": "provides a generic way to cache any data", |
||
| 1139 | "homepage": "https://github.com/zendframework/zend-cache", |
||
| 1140 | "keywords": [ |
||
| 1141 | "cache", |
||
| 1142 | "zf2" |
||
| 1143 | ], |
||
| 1144 | "time": "2016-05-12T21:47:55+00:00" |
||
| 1145 | }, |
||
| 1146 | { |
||
| 1147 | "name": "zendframework/zend-config", |
||
| 1148 | "version": "2.6.0", |
||
| 1149 | "source": { |
||
| 1150 | "type": "git", |
||
| 1151 | "url": "https://github.com/zendframework/zend-config.git", |
||
| 1152 | "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d" |
||
| 1153 | }, |
||
| 1154 | "dist": { |
||
| 1155 | "type": "zip", |
||
| 1156 | "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d", |
||
| 1157 | "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d", |
||
| 1158 | "shasum": "" |
||
| 1159 | }, |
||
| 1160 | "require": { |
||
| 1161 | "php": "^5.5 || ^7.0", |
||
| 1162 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 1163 | }, |
||
| 1164 | "require-dev": { |
||
| 1165 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 1166 | "phpunit/phpunit": "~4.0", |
||
| 1167 | "zendframework/zend-filter": "^2.6", |
||
| 1168 | "zendframework/zend-i18n": "^2.5", |
||
| 1169 | "zendframework/zend-json": "^2.6.1", |
||
| 1170 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
| 1171 | }, |
||
| 1172 | "suggest": { |
||
| 1173 | "zendframework/zend-filter": "Zend\\Filter component", |
||
| 1174 | "zendframework/zend-i18n": "Zend\\I18n component", |
||
| 1175 | "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", |
||
| 1176 | "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" |
||
| 1177 | }, |
||
| 1178 | "type": "library", |
||
| 1179 | "extra": { |
||
| 1180 | "branch-alias": { |
||
| 1181 | "dev-master": "2.6-dev", |
||
| 1182 | "dev-develop": "2.7-dev" |
||
| 1183 | } |
||
| 1184 | }, |
||
| 1185 | "autoload": { |
||
| 1186 | "psr-4": { |
||
| 1187 | "Zend\\Config\\": "src/" |
||
| 1188 | } |
||
| 1189 | }, |
||
| 1190 | "notification-url": "https://packagist.org/downloads/", |
||
| 1191 | "license": [ |
||
| 1192 | "BSD-3-Clause" |
||
| 1193 | ], |
||
| 1194 | "description": "provides a nested object property based user interface for accessing this configuration data within application code", |
||
| 1195 | "homepage": "https://github.com/zendframework/zend-config", |
||
| 1196 | "keywords": [ |
||
| 1197 | "config", |
||
| 1198 | "zf2" |
||
| 1199 | ], |
||
| 1200 | "time": "2016-02-04T23:01:10+00:00" |
||
| 1201 | }, |
||
| 1202 | { |
||
| 1203 | "name": "zendframework/zend-escaper", |
||
| 1204 | "version": "2.5.0", |
||
| 1205 | "source": { |
||
| 1206 | "type": "git", |
||
| 1207 | "url": "https://github.com/zendframework/zend-escaper.git", |
||
| 1208 | "reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73" |
||
| 1209 | }, |
||
| 1210 | "dist": { |
||
| 1211 | "type": "zip", |
||
| 1212 | "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73", |
||
| 1213 | "reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73", |
||
| 1214 | "shasum": "" |
||
| 1215 | }, |
||
| 1216 | "require": { |
||
| 1217 | "php": ">=5.3.23" |
||
| 1218 | }, |
||
| 1219 | "require-dev": { |
||
| 1220 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 1221 | "phpunit/phpunit": "~4.0" |
||
| 1222 | }, |
||
| 1223 | "type": "library", |
||
| 1224 | "extra": { |
||
| 1225 | "branch-alias": { |
||
| 1226 | "dev-master": "2.5-dev", |
||
| 1227 | "dev-develop": "2.6-dev" |
||
| 1228 | } |
||
| 1229 | }, |
||
| 1230 | "autoload": { |
||
| 1231 | "psr-4": { |
||
| 1232 | "Zend\\Escaper\\": "src/" |
||
| 1233 | } |
||
| 1234 | }, |
||
| 1235 | "notification-url": "https://packagist.org/downloads/", |
||
| 1236 | "license": [ |
||
| 1237 | "BSD-3-Clause" |
||
| 1238 | ], |
||
| 1239 | "homepage": "https://github.com/zendframework/zend-escaper", |
||
| 1240 | "keywords": [ |
||
| 1241 | "escaper", |
||
| 1242 | "zf2" |
||
| 1243 | ], |
||
| 1244 | "time": "2015-06-03T14:05:37+00:00" |
||
| 1245 | }, |
||
| 1246 | { |
||
| 1247 | "name": "zendframework/zend-eventmanager", |
||
| 1248 | "version": "3.0.0", |
||
| 1249 | "source": { |
||
| 1250 | "type": "git", |
||
| 1251 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
| 1252 | "reference": "8c9917f1595ff260f289439bdeb1f46500c65d62" |
||
| 1253 | }, |
||
| 1254 | "dist": { |
||
| 1255 | "type": "zip", |
||
| 1256 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/8c9917f1595ff260f289439bdeb1f46500c65d62", |
||
| 1257 | "reference": "8c9917f1595ff260f289439bdeb1f46500c65d62", |
||
| 1258 | "shasum": "" |
||
| 1259 | }, |
||
| 1260 | "require": { |
||
| 1261 | "php": "^5.5 || ^7.0" |
||
| 1262 | }, |
||
| 1263 | "require-dev": { |
||
| 1264 | "athletic/athletic": "^0.1", |
||
| 1265 | "container-interop/container-interop": "^1.1.0", |
||
| 1266 | "phpunit/phpunit": "~4.0", |
||
| 1267 | "squizlabs/php_codesniffer": "^2.0", |
||
| 1268 | "zendframework/zend-stdlib": "^2.7.3" |
||
| 1269 | }, |
||
| 1270 | "suggest": { |
||
| 1271 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
||
| 1272 | "zendframework/zend-stdlib": "^2.7.3, to use the FilterChain feature" |
||
| 1273 | }, |
||
| 1274 | "type": "library", |
||
| 1275 | "extra": { |
||
| 1276 | "branch-alias": { |
||
| 1277 | "dev-master": "3.0-dev", |
||
| 1278 | "dev-develop": "3.1-dev" |
||
| 1279 | } |
||
| 1280 | }, |
||
| 1281 | "autoload": { |
||
| 1282 | "psr-4": { |
||
| 1283 | "Zend\\EventManager\\": "src/" |
||
| 1284 | } |
||
| 1285 | }, |
||
| 1286 | "notification-url": "https://packagist.org/downloads/", |
||
| 1287 | "license": [ |
||
| 1288 | "BSD-3-Clause" |
||
| 1289 | ], |
||
| 1290 | "description": "Trigger and listen to events within a PHP application", |
||
| 1291 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
| 1292 | "keywords": [ |
||
| 1293 | "event", |
||
| 1294 | "eventmanager", |
||
| 1295 | "events", |
||
| 1296 | "zf2" |
||
| 1297 | ], |
||
| 1298 | "time": "2016-01-12T23:27:48+00:00" |
||
| 1299 | }, |
||
| 1300 | { |
||
| 1301 | "name": "zendframework/zend-filter", |
||
| 1302 | "version": "2.6.0", |
||
| 1303 | "source": { |
||
| 1304 | "type": "git", |
||
| 1305 | "url": "https://github.com/zendframework/zend-filter.git", |
||
| 1306 | "reference": "8682c12e9870c431cf29cbb7010627f3fa88dec8" |
||
| 1307 | }, |
||
| 1308 | "dist": { |
||
| 1309 | "type": "zip", |
||
| 1310 | "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/8682c12e9870c431cf29cbb7010627f3fa88dec8", |
||
| 1311 | "reference": "8682c12e9870c431cf29cbb7010627f3fa88dec8", |
||
| 1312 | "shasum": "" |
||
| 1313 | }, |
||
| 1314 | "require": { |
||
| 1315 | "php": "^5.5 || ^7.0", |
||
| 1316 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 1317 | }, |
||
| 1318 | "require-dev": { |
||
| 1319 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 1320 | "pear/archive_tar": "^1.4", |
||
| 1321 | "phpunit/phpunit": "~4.0", |
||
| 1322 | "zendframework/zend-crypt": "^2.6", |
||
| 1323 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 1324 | "zendframework/zend-uri": "^2.5" |
||
| 1325 | }, |
||
| 1326 | "suggest": { |
||
| 1327 | "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters", |
||
| 1328 | "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality", |
||
| 1329 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality", |
||
| 1330 | "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter" |
||
| 1331 | }, |
||
| 1332 | "type": "library", |
||
| 1333 | "extra": { |
||
| 1334 | "branch-alias": { |
||
| 1335 | "dev-master": "2.6-dev", |
||
| 1336 | "dev-develop": "2.7-dev" |
||
| 1337 | } |
||
| 1338 | }, |
||
| 1339 | "autoload": { |
||
| 1340 | "psr-4": { |
||
| 1341 | "Zend\\Filter\\": "src/" |
||
| 1342 | } |
||
| 1343 | }, |
||
| 1344 | "notification-url": "https://packagist.org/downloads/", |
||
| 1345 | "license": [ |
||
| 1346 | "BSD-3-Clause" |
||
| 1347 | ], |
||
| 1348 | "description": "provides a set of commonly needed data filters", |
||
| 1349 | "homepage": "https://github.com/zendframework/zend-filter", |
||
| 1350 | "keywords": [ |
||
| 1351 | "filter", |
||
| 1352 | "zf2" |
||
| 1353 | ], |
||
| 1354 | "time": "2016-02-04T19:52:41+00:00" |
||
| 1355 | }, |
||
| 1356 | { |
||
| 1357 | "name": "zendframework/zend-form", |
||
| 1358 | "version": "2.11.0", |
||
| 1359 | "source": { |
||
| 1360 | "type": "git", |
||
| 1361 | "url": "https://github.com/zendframework/zend-form.git", |
||
| 1362 | "reference": "b68a9f07d93381613b68817091d0505ca94d3363" |
||
| 1363 | }, |
||
| 1364 | "dist": { |
||
| 1365 | "type": "zip", |
||
| 1366 | "url": "https://api.github.com/repos/zendframework/zend-form/zipball/b68a9f07d93381613b68817091d0505ca94d3363", |
||
| 1367 | "reference": "b68a9f07d93381613b68817091d0505ca94d3363", |
||
| 1368 | "shasum": "" |
||
| 1369 | }, |
||
| 1370 | "require": { |
||
| 1371 | "php": "^5.6 || ^7.0", |
||
| 1372 | "zendframework/zend-hydrator": "^1.1 || ^2.1", |
||
| 1373 | "zendframework/zend-inputfilter": "^2.8", |
||
| 1374 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 1375 | }, |
||
| 1376 | "require-dev": { |
||
| 1377 | "doctrine/annotations": "~1.0", |
||
| 1378 | "phpunit/phpunit": "^5.7.23 || ^6.5.3", |
||
| 1379 | "zendframework/zend-cache": "^2.6.1", |
||
| 1380 | "zendframework/zend-captcha": "^2.7.1", |
||
| 1381 | "zendframework/zend-code": "^2.6 || ^3.0", |
||
| 1382 | "zendframework/zend-coding-standard": "~1.0.0", |
||
| 1383 | "zendframework/zend-escaper": "^2.5", |
||
| 1384 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
| 1385 | "zendframework/zend-filter": "^2.6", |
||
| 1386 | "zendframework/zend-i18n": "^2.6", |
||
| 1387 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 1388 | "zendframework/zend-session": "^2.8.1", |
||
| 1389 | "zendframework/zend-text": "^2.6", |
||
| 1390 | "zendframework/zend-validator": "^2.6", |
||
| 1391 | "zendframework/zend-view": "^2.6.2", |
||
| 1392 | "zendframework/zendservice-recaptcha": "^3.0.0" |
||
| 1393 | }, |
||
| 1394 | "suggest": { |
||
| 1395 | "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements", |
||
| 1396 | "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support", |
||
| 1397 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support", |
||
| 1398 | "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers", |
||
| 1399 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services", |
||
| 1400 | "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers", |
||
| 1401 | "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element" |
||
| 1402 | }, |
||
| 1403 | "type": "library", |
||
| 1404 | "extra": { |
||
| 1405 | "branch-alias": { |
||
| 1406 | "dev-master": "2.11.x-dev", |
||
| 1407 | "dev-develop": "2.12.x-dev" |
||
| 1408 | }, |
||
| 1409 | "zf": { |
||
| 1410 | "component": "Zend\\Form", |
||
| 1411 | "config-provider": "Zend\\Form\\ConfigProvider" |
||
| 1412 | } |
||
| 1413 | }, |
||
| 1414 | "autoload": { |
||
| 1415 | "psr-4": { |
||
| 1416 | "Zend\\Form\\": "src/" |
||
| 1417 | }, |
||
| 1418 | "files": [ |
||
| 1419 | "autoload/formElementManagerPolyfill.php" |
||
| 1420 | ] |
||
| 1421 | }, |
||
| 1422 | "notification-url": "https://packagist.org/downloads/", |
||
| 1423 | "license": [ |
||
| 1424 | "BSD-3-Clause" |
||
| 1425 | ], |
||
| 1426 | "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa", |
||
| 1427 | "keywords": [ |
||
| 1428 | "ZendFramework", |
||
| 1429 | "form", |
||
| 1430 | "zf" |
||
| 1431 | ], |
||
| 1432 | "time": "2017-12-06T21:09:08+00:00" |
||
| 1433 | }, |
||
| 1434 | { |
||
| 1435 | "name": "zendframework/zend-http", |
||
| 1436 | "version": "2.5.4", |
||
| 1437 | "source": { |
||
| 1438 | "type": "git", |
||
| 1439 | "url": "https://github.com/zendframework/zend-http.git", |
||
| 1440 | "reference": "7b920b4ec34b5ee58f76eb4e8c408b083121953c" |
||
| 1441 | }, |
||
| 1442 | "dist": { |
||
| 1443 | "type": "zip", |
||
| 1444 | "url": "https://api.github.com/repos/zendframework/zend-http/zipball/7b920b4ec34b5ee58f76eb4e8c408b083121953c", |
||
| 1445 | "reference": "7b920b4ec34b5ee58f76eb4e8c408b083121953c", |
||
| 1446 | "shasum": "" |
||
| 1447 | }, |
||
| 1448 | "require": { |
||
| 1449 | "php": "^5.5 || ^7.0", |
||
| 1450 | "zendframework/zend-loader": "^2.5", |
||
| 1451 | "zendframework/zend-stdlib": "^2.5 || ^3.0", |
||
| 1452 | "zendframework/zend-uri": "^2.5", |
||
| 1453 | "zendframework/zend-validator": "^2.5" |
||
| 1454 | }, |
||
| 1455 | "require-dev": { |
||
| 1456 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 1457 | "phpunit/phpunit": "^4.0", |
||
| 1458 | "zendframework/zend-config": "^2.5" |
||
| 1459 | }, |
||
| 1460 | "type": "library", |
||
| 1461 | "extra": { |
||
| 1462 | "branch-alias": { |
||
| 1463 | "dev-master": "2.5-dev", |
||
| 1464 | "dev-develop": "2.6-dev" |
||
| 1465 | } |
||
| 1466 | }, |
||
| 1467 | "autoload": { |
||
| 1468 | "psr-4": { |
||
| 1469 | "Zend\\Http\\": "src/" |
||
| 1470 | } |
||
| 1471 | }, |
||
| 1472 | "notification-url": "https://packagist.org/downloads/", |
||
| 1473 | "license": [ |
||
| 1474 | "BSD-3-Clause" |
||
| 1475 | ], |
||
| 1476 | "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", |
||
| 1477 | "homepage": "https://github.com/zendframework/zend-http", |
||
| 1478 | "keywords": [ |
||
| 1479 | "http", |
||
| 1480 | "zf2" |
||
| 1481 | ], |
||
| 1482 | "time": "2016-02-04T20:36:48+00:00" |
||
| 1483 | }, |
||
| 1484 | { |
||
| 1485 | "name": "zendframework/zend-hydrator", |
||
| 1486 | "version": "2.3.0", |
||
| 1487 | "source": { |
||
| 1488 | "type": "git", |
||
| 1489 | "url": "https://github.com/zendframework/zend-hydrator.git", |
||
| 1490 | "reference": "7aa33949227fcabb5634a61f97fe78cccbb25c98" |
||
| 1491 | }, |
||
| 1492 | "dist": { |
||
| 1493 | "type": "zip", |
||
| 1494 | "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/7aa33949227fcabb5634a61f97fe78cccbb25c98", |
||
| 1495 | "reference": "7aa33949227fcabb5634a61f97fe78cccbb25c98", |
||
| 1496 | "shasum": "" |
||
| 1497 | }, |
||
| 1498 | "require": { |
||
| 1499 | "php": "^5.6 || ^7.0", |
||
| 1500 | "zendframework/zend-stdlib": "^3.0" |
||
| 1501 | }, |
||
| 1502 | "require-dev": { |
||
| 1503 | "phpunit/phpunit": "^5.7.21 || ^6.3", |
||
| 1504 | "zendframework/zend-coding-standard": "~1.0.0", |
||
| 1505 | "zendframework/zend-eventmanager": "^3.0", |
||
| 1506 | "zendframework/zend-filter": "^2.6", |
||
| 1507 | "zendframework/zend-inputfilter": "^2.6", |
||
| 1508 | "zendframework/zend-serializer": "^2.6.1", |
||
| 1509 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
| 1510 | }, |
||
| 1511 | "suggest": { |
||
| 1512 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage", |
||
| 1513 | "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage", |
||
| 1514 | "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy", |
||
| 1515 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage" |
||
| 1516 | }, |
||
| 1517 | "type": "library", |
||
| 1518 | "extra": { |
||
| 1519 | "branch-alias": { |
||
| 1520 | "dev-release-1.0": "1.0-dev", |
||
| 1521 | "dev-release-1.1": "1.1-dev", |
||
| 1522 | "dev-master": "2.3-dev", |
||
| 1523 | "dev-develop": "2.4-dev" |
||
| 1524 | }, |
||
| 1525 | "zf": { |
||
| 1526 | "component": "Zend\\Hydrator", |
||
| 1527 | "config-provider": "Zend\\Hydrator\\ConfigProvider" |
||
| 1528 | } |
||
| 1529 | }, |
||
| 1530 | "autoload": { |
||
| 1531 | "psr-4": { |
||
| 1532 | "Zend\\Hydrator\\": "src/" |
||
| 1533 | } |
||
| 1534 | }, |
||
| 1535 | "notification-url": "https://packagist.org/downloads/", |
||
| 1536 | "license": [ |
||
| 1537 | "BSD-3-Clause" |
||
| 1538 | ], |
||
| 1539 | "homepage": "https://github.com/zendframework/zend-hydrator", |
||
| 1540 | "keywords": [ |
||
| 1541 | "hydrator", |
||
| 1542 | "zf2" |
||
| 1543 | ], |
||
| 1544 | "time": "2017-09-20T22:02:25+00:00" |
||
| 1545 | }, |
||
| 1546 | { |
||
| 1547 | "name": "zendframework/zend-inputfilter", |
||
| 1548 | "version": "2.8.0", |
||
| 1549 | "source": { |
||
| 1550 | "type": "git", |
||
| 1551 | "url": "https://github.com/zendframework/zend-inputfilter.git", |
||
| 1552 | "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488" |
||
| 1553 | }, |
||
| 1554 | "dist": { |
||
| 1555 | "type": "zip", |
||
| 1556 | "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/e7edd625f2fcdd72a719a7023114c5f4b4f38488", |
||
| 1557 | "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488", |
||
| 1558 | "shasum": "" |
||
| 1559 | }, |
||
| 1560 | "require": { |
||
| 1561 | "php": "^5.6 || ^7.0", |
||
| 1562 | "zendframework/zend-filter": "^2.6", |
||
| 1563 | "zendframework/zend-stdlib": "^2.7 || ^3.0", |
||
| 1564 | "zendframework/zend-validator": "^2.10.1" |
||
| 1565 | }, |
||
| 1566 | "require-dev": { |
||
| 1567 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
| 1568 | "zendframework/zend-coding-standard": "~1.0.0", |
||
| 1569 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
| 1570 | }, |
||
| 1571 | "suggest": { |
||
| 1572 | "zendframework/zend-servicemanager": "To support plugin manager support" |
||
| 1573 | }, |
||
| 1574 | "type": "library", |
||
| 1575 | "extra": { |
||
| 1576 | "branch-alias": { |
||
| 1577 | "dev-master": "2.8-dev", |
||
| 1578 | "dev-develop": "2.9-dev" |
||
| 1579 | }, |
||
| 1580 | "zf": { |
||
| 1581 | "component": "Zend\\InputFilter", |
||
| 1582 | "config-provider": "Zend\\InputFilter\\ConfigProvider" |
||
| 1583 | } |
||
| 1584 | }, |
||
| 1585 | "autoload": { |
||
| 1586 | "psr-4": { |
||
| 1587 | "Zend\\InputFilter\\": "src/" |
||
| 1588 | } |
||
| 1589 | }, |
||
| 1590 | "notification-url": "https://packagist.org/downloads/", |
||
| 1591 | "license": [ |
||
| 1592 | "BSD-3-Clause" |
||
| 1593 | ], |
||
| 1594 | "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files", |
||
| 1595 | "keywords": [ |
||
| 1596 | "ZendFramework", |
||
| 1597 | "inputfilter", |
||
| 1598 | "zf" |
||
| 1599 | ], |
||
| 1600 | "time": "2017-12-04T21:24:25+00:00" |
||
| 1601 | }, |
||
| 1602 | { |
||
| 1603 | "name": "zendframework/zend-loader", |
||
| 1604 | "version": "2.5.0", |
||
| 1605 | "source": { |
||
| 1606 | "type": "git", |
||
| 1607 | "url": "https://github.com/zendframework/zend-loader.git", |
||
| 1608 | "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c" |
||
| 1609 | }, |
||
| 1610 | "dist": { |
||
| 1611 | "type": "zip", |
||
| 1612 | "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c", |
||
| 1613 | "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c", |
||
| 1614 | "shasum": "" |
||
| 1615 | }, |
||
| 1616 | "require": { |
||
| 1617 | "php": ">=5.3.23" |
||
| 1618 | }, |
||
| 1619 | "require-dev": { |
||
| 1620 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 1621 | "phpunit/phpunit": "~4.0" |
||
| 1622 | }, |
||
| 1623 | "type": "library", |
||
| 1624 | "extra": { |
||
| 1625 | "branch-alias": { |
||
| 1626 | "dev-master": "2.5-dev", |
||
| 1627 | "dev-develop": "2.6-dev" |
||
| 1628 | } |
||
| 1629 | }, |
||
| 1630 | "autoload": { |
||
| 1631 | "psr-4": { |
||
| 1632 | "Zend\\Loader\\": "src/" |
||
| 1633 | } |
||
| 1634 | }, |
||
| 1635 | "notification-url": "https://packagist.org/downloads/", |
||
| 1636 | "license": [ |
||
| 1637 | "BSD-3-Clause" |
||
| 1638 | ], |
||
| 1639 | "homepage": "https://github.com/zendframework/zend-loader", |
||
| 1640 | "keywords": [ |
||
| 1641 | "loader", |
||
| 1642 | "zf2" |
||
| 1643 | ], |
||
| 1644 | "time": "2015-06-03T14:05:47+00:00" |
||
| 1645 | }, |
||
| 1646 | { |
||
| 1647 | "name": "zendframework/zend-modulemanager", |
||
| 1648 | "version": "2.7.2", |
||
| 1649 | "source": { |
||
| 1650 | "type": "git", |
||
| 1651 | "url": "https://github.com/zendframework/zend-modulemanager.git", |
||
| 1652 | "reference": "2a59ab9a0dd7699a55050dff659ab0f28272b46e" |
||
| 1653 | }, |
||
| 1654 | "dist": { |
||
| 1655 | "type": "zip", |
||
| 1656 | "url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/2a59ab9a0dd7699a55050dff659ab0f28272b46e", |
||
| 1657 | "reference": "2a59ab9a0dd7699a55050dff659ab0f28272b46e", |
||
| 1658 | "shasum": "" |
||
| 1659 | }, |
||
| 1660 | "require": { |
||
| 1661 | "php": "^5.5 || ^7.0", |
||
| 1662 | "zendframework/zend-config": "^2.6", |
||
| 1663 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
| 1664 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 1665 | }, |
||
| 1666 | "require-dev": { |
||
| 1667 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 1668 | "phpunit/phpunit": "~4.0", |
||
| 1669 | "zendframework/zend-console": "^2.6", |
||
| 1670 | "zendframework/zend-di": "^2.6", |
||
| 1671 | "zendframework/zend-loader": "^2.5", |
||
| 1672 | "zendframework/zend-mvc": "^2.7", |
||
| 1673 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
| 1674 | }, |
||
| 1675 | "suggest": { |
||
| 1676 | "zendframework/zend-config": "Zend\\Config component", |
||
| 1677 | "zendframework/zend-console": "Zend\\Console component", |
||
| 1678 | "zendframework/zend-loader": "Zend\\Loader component", |
||
| 1679 | "zendframework/zend-mvc": "Zend\\Mvc component", |
||
| 1680 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component" |
||
| 1681 | }, |
||
| 1682 | "type": "library", |
||
| 1683 | "extra": { |
||
| 1684 | "branch-alias": { |
||
| 1685 | "dev-master": "2.7-dev", |
||
| 1686 | "dev-develop": "2.8-dev" |
||
| 1687 | } |
||
| 1688 | }, |
||
| 1689 | "autoload": { |
||
| 1690 | "psr-4": { |
||
| 1691 | "Zend\\ModuleManager\\": "src/" |
||
| 1692 | } |
||
| 1693 | }, |
||
| 1694 | "notification-url": "https://packagist.org/downloads/", |
||
| 1695 | "license": [ |
||
| 1696 | "BSD-3-Clause" |
||
| 1697 | ], |
||
| 1698 | "homepage": "https://github.com/zendframework/zend-modulemanager", |
||
| 1699 | "keywords": [ |
||
| 1700 | "modulemanager", |
||
| 1701 | "zf2" |
||
| 1702 | ], |
||
| 1703 | "time": "2016-05-16T21:21:11+00:00" |
||
| 1704 | }, |
||
| 1705 | { |
||
| 1706 | "name": "zendframework/zend-mvc", |
||
| 1707 | "version": "3.1.0", |
||
| 1708 | "source": { |
||
| 1709 | "type": "git", |
||
| 1710 | "url": "https://github.com/zendframework/zend-mvc.git", |
||
| 1711 | "reference": "ba40f2c795403ce8b95f9251657cc2b96c40c417" |
||
| 1712 | }, |
||
| 1713 | "dist": { |
||
| 1714 | "type": "zip", |
||
| 1715 | "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/ba40f2c795403ce8b95f9251657cc2b96c40c417", |
||
| 1716 | "reference": "ba40f2c795403ce8b95f9251657cc2b96c40c417", |
||
| 1717 | "shasum": "" |
||
| 1718 | }, |
||
| 1719 | "require": { |
||
| 1720 | "container-interop/container-interop": "^1.1", |
||
| 1721 | "php": "^5.6 || ^7.0", |
||
| 1722 | "zendframework/zend-eventmanager": "^3.0", |
||
| 1723 | "zendframework/zend-http": "^2.5.4", |
||
| 1724 | "zendframework/zend-modulemanager": "^2.7.1", |
||
| 1725 | "zendframework/zend-router": "^3.0.1", |
||
| 1726 | "zendframework/zend-servicemanager": "^3.0.3", |
||
| 1727 | "zendframework/zend-stdlib": "^3.0", |
||
| 1728 | "zendframework/zend-view": "^2.6.7" |
||
| 1729 | }, |
||
| 1730 | "require-dev": { |
||
| 1731 | "phpunit/phpunit": "^6.0.7 || ^5.7.14", |
||
| 1732 | "zendframework/zend-coding-standard": "~1.0.0", |
||
| 1733 | "zendframework/zend-json": "^2.6.1 || ^3.0", |
||
| 1734 | "zendframework/zend-psr7bridge": "^0.2", |
||
| 1735 | "zendframework/zend-stratigility": "^2.0.1" |
||
| 1736 | }, |
||
| 1737 | "suggest": { |
||
| 1738 | "zendframework/zend-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable", |
||
| 1739 | "zendframework/zend-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager", |
||
| 1740 | "zendframework/zend-mvc-console": "zend-mvc-console provides the ability to expose zend-mvc as a console application", |
||
| 1741 | "zendframework/zend-mvc-i18n": "zend-mvc-i18n provides integration with zend-i18n, including a translation bridge and translatable route segments", |
||
| 1742 | "zendframework/zend-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads", |
||
| 1743 | "zendframework/zend-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests", |
||
| 1744 | "zendframework/zend-mvc-plugin-identity": "To access the authenticated identity (per zend-authentication) in controllers", |
||
| 1745 | "zendframework/zend-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers", |
||
| 1746 | "zendframework/zend-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager", |
||
| 1747 | "zendframework/zend-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow", |
||
| 1748 | "zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application", |
||
| 1749 | "zendframework/zend-stratigility": "zend-stratigility is required to use middleware pipes in the MiddlewareListener" |
||
| 1750 | }, |
||
| 1751 | "type": "library", |
||
| 1752 | "extra": { |
||
| 1753 | "branch-alias": { |
||
| 1754 | "dev-master": "3.1-dev", |
||
| 1755 | "dev-develop": "3.2-dev" |
||
| 1756 | } |
||
| 1757 | }, |
||
| 1758 | "autoload": { |
||
| 1759 | "psr-4": { |
||
| 1760 | "Zend\\Mvc\\": "src/" |
||
| 1761 | } |
||
| 1762 | }, |
||
| 1763 | "notification-url": "https://packagist.org/downloads/", |
||
| 1764 | "license": [ |
||
| 1765 | "BSD-3-Clause" |
||
| 1766 | ], |
||
| 1767 | "homepage": "https://github.com/zendframework/zend-mvc", |
||
| 1768 | "keywords": [ |
||
| 1769 | "mvc", |
||
| 1770 | "zf2" |
||
| 1771 | ], |
||
| 1772 | "time": "2017-05-01T20:21:57+00:00" |
||
| 1773 | }, |
||
| 1774 | { |
||
| 1775 | "name": "zendframework/zend-paginator", |
||
| 1776 | "version": "2.8.0", |
||
| 1777 | "source": { |
||
| 1778 | "type": "git", |
||
| 1779 | "url": "https://github.com/zendframework/zend-paginator.git", |
||
| 1780 | "reference": "655b9ef28092b283e10e6c6a4f42c82db992b2ba" |
||
| 1781 | }, |
||
| 1782 | "dist": { |
||
| 1783 | "type": "zip", |
||
| 1784 | "url": "https://api.github.com/repos/zendframework/zend-paginator/zipball/655b9ef28092b283e10e6c6a4f42c82db992b2ba", |
||
| 1785 | "reference": "655b9ef28092b283e10e6c6a4f42c82db992b2ba", |
||
| 1786 | "shasum": "" |
||
| 1787 | }, |
||
| 1788 | "require": { |
||
| 1789 | "php": "^7.0 || ^5.6", |
||
| 1790 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 1791 | }, |
||
| 1792 | "require-dev": { |
||
| 1793 | "phpunit/phpunit": "^6.2.1 || ^5.7.15", |
||
| 1794 | "zendframework/zend-cache": "^2.6.1", |
||
| 1795 | "zendframework/zend-coding-standard": "~1.0.0", |
||
| 1796 | "zendframework/zend-config": "^2.6.0", |
||
| 1797 | "zendframework/zend-db": "^2.7", |
||
| 1798 | "zendframework/zend-filter": "^2.6.1", |
||
| 1799 | "zendframework/zend-json": "^2.6.1", |
||
| 1800 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 1801 | "zendframework/zend-view": "^2.6.3" |
||
| 1802 | }, |
||
| 1803 | "suggest": { |
||
| 1804 | "zendframework/zend-cache": "Zend\\Cache component to support cache features", |
||
| 1805 | "zendframework/zend-db": "Zend\\Db component", |
||
| 1806 | "zendframework/zend-filter": "Zend\\Filter component", |
||
| 1807 | "zendframework/zend-json": "Zend\\Json component", |
||
| 1808 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
| 1809 | "zendframework/zend-view": "Zend\\View component" |
||
| 1810 | }, |
||
| 1811 | "type": "library", |
||
| 1812 | "extra": { |
||
| 1813 | "branch-alias": { |
||
| 1814 | "dev-master": "2.8-dev", |
||
| 1815 | "dev-develop": "2.9-dev" |
||
| 1816 | }, |
||
| 1817 | "zf": { |
||
| 1818 | "component": "Zend\\Paginator", |
||
| 1819 | "config-provider": "Zend\\Paginator\\ConfigProvider" |
||
| 1820 | } |
||
| 1821 | }, |
||
| 1822 | "autoload": { |
||
| 1823 | "psr-4": { |
||
| 1824 | "Zend\\Paginator\\": "src/" |
||
| 1825 | } |
||
| 1826 | }, |
||
| 1827 | "notification-url": "https://packagist.org/downloads/", |
||
| 1828 | "license": [ |
||
| 1829 | "BSD-3-Clause" |
||
| 1830 | ], |
||
| 1831 | "description": "zend-paginator is a flexible component for paginating collections of data and presenting that data to users.", |
||
| 1832 | "homepage": "https://github.com/zendframework/zend-paginator", |
||
| 1833 | "keywords": [ |
||
| 1834 | "paginator", |
||
| 1835 | "zf2" |
||
| 1836 | ], |
||
| 1837 | "time": "2017-11-01T20:49:42+00:00" |
||
| 1838 | }, |
||
| 1839 | { |
||
| 1840 | "name": "zendframework/zend-router", |
||
| 1841 | "version": "3.0.1", |
||
| 1842 | "source": { |
||
| 1843 | "type": "git", |
||
| 1844 | "url": "https://github.com/zendframework/zend-router.git", |
||
| 1845 | "reference": "5a4666ced887d2a9e920e8aaa604b3cc39648b1a" |
||
| 1846 | }, |
||
| 1847 | "dist": { |
||
| 1848 | "type": "zip", |
||
| 1849 | "url": "https://api.github.com/repos/zendframework/zend-router/zipball/5a4666ced887d2a9e920e8aaa604b3cc39648b1a", |
||
| 1850 | "reference": "5a4666ced887d2a9e920e8aaa604b3cc39648b1a", |
||
| 1851 | "shasum": "" |
||
| 1852 | }, |
||
| 1853 | "require": { |
||
| 1854 | "container-interop/container-interop": "^1.1", |
||
| 1855 | "php": "^5.5 || ^7.0", |
||
| 1856 | "zendframework/zend-http": "^2.5", |
||
| 1857 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 1858 | "zendframework/zend-stdlib": "^2.7.5 || ^3.0" |
||
| 1859 | }, |
||
| 1860 | "require-dev": { |
||
| 1861 | "phpunit/phpunit": "^4.5", |
||
| 1862 | "sebastian/version": "^1.0.4", |
||
| 1863 | "squizlabs/php_codesniffer": "^2.3", |
||
| 1864 | "zendframework/zend-i18n": "^2.6" |
||
| 1865 | }, |
||
| 1866 | "suggest": { |
||
| 1867 | "zendframework/zend-i18n": "^2.6, if defining translatable HTTP path segments" |
||
| 1868 | }, |
||
| 1869 | "type": "library", |
||
| 1870 | "extra": { |
||
| 1871 | "branch-alias": { |
||
| 1872 | "dev-master": "3.0-dev", |
||
| 1873 | "dev-develop": "3.1-dev" |
||
| 1874 | }, |
||
| 1875 | "zf": { |
||
| 1876 | "component": "Zend\\Router", |
||
| 1877 | "config-provider": "Zend\\Router\\ConfigProvider" |
||
| 1878 | } |
||
| 1879 | }, |
||
| 1880 | "autoload": { |
||
| 1881 | "psr-4": { |
||
| 1882 | "Zend\\Router\\": "src/" |
||
| 1883 | } |
||
| 1884 | }, |
||
| 1885 | "notification-url": "https://packagist.org/downloads/", |
||
| 1886 | "license": [ |
||
| 1887 | "BSD-3-Clause" |
||
| 1888 | ], |
||
| 1889 | "homepage": "https://github.com/zendframework/zend-router", |
||
| 1890 | "keywords": [ |
||
| 1891 | "mvc", |
||
| 1892 | "routing", |
||
| 1893 | "zf2" |
||
| 1894 | ], |
||
| 1895 | "time": "2016-04-18T17:04:31+00:00" |
||
| 1896 | }, |
||
| 1897 | { |
||
| 1898 | "name": "zendframework/zend-servicemanager", |
||
| 1899 | "version": "3.3.0", |
||
| 1900 | "source": { |
||
| 1901 | "type": "git", |
||
| 1902 | "url": "https://github.com/zendframework/zend-servicemanager.git", |
||
| 1903 | "reference": "c3036efb81f71bfa36cc9962ee5d4474f36581d0" |
||
| 1904 | }, |
||
| 1905 | "dist": { |
||
| 1906 | "type": "zip", |
||
| 1907 | "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/c3036efb81f71bfa36cc9962ee5d4474f36581d0", |
||
| 1908 | "reference": "c3036efb81f71bfa36cc9962ee5d4474f36581d0", |
||
| 1909 | "shasum": "" |
||
| 1910 | }, |
||
| 1911 | "require": { |
||
| 1912 | "container-interop/container-interop": "^1.2", |
||
| 1913 | "php": "^5.6 || ^7.0", |
||
| 1914 | "psr/container": "^1.0", |
||
| 1915 | "zendframework/zend-stdlib": "^3.1" |
||
| 1916 | }, |
||
| 1917 | "provide": { |
||
| 1918 | "container-interop/container-interop-implementation": "^1.2", |
||
| 1919 | "psr/container-implementation": "^1.0" |
||
| 1920 | }, |
||
| 1921 | "require-dev": { |
||
| 1922 | "mikey179/vfsstream": "^1.6", |
||
| 1923 | "ocramius/proxy-manager": "^1.0 || ^2.0", |
||
| 1924 | "phpbench/phpbench": "^0.10.0", |
||
| 1925 | "phpunit/phpunit": "^5.7 || ^6.0.6", |
||
| 1926 | "zendframework/zend-coding-standard": "~1.0.0" |
||
| 1927 | }, |
||
| 1928 | "suggest": { |
||
| 1929 | "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services", |
||
| 1930 | "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances" |
||
| 1931 | }, |
||
| 1932 | "bin": [ |
||
| 1933 | "bin/generate-deps-for-config-factory", |
||
| 1934 | "bin/generate-factory-for-class" |
||
| 1935 | ], |
||
| 1936 | "type": "library", |
||
| 1937 | "extra": { |
||
| 1938 | "branch-alias": { |
||
| 1939 | "dev-master": "3.3-dev", |
||
| 1940 | "dev-develop": "3.4-dev" |
||
| 1941 | } |
||
| 1942 | }, |
||
| 1943 | "autoload": { |
||
| 1944 | "psr-4": { |
||
| 1945 | "Zend\\ServiceManager\\": "src/" |
||
| 1946 | } |
||
| 1947 | }, |
||
| 1948 | "notification-url": "https://packagist.org/downloads/", |
||
| 1949 | "license": [ |
||
| 1950 | "BSD-3-Clause" |
||
| 1951 | ], |
||
| 1952 | "homepage": "https://github.com/zendframework/zend-servicemanager", |
||
| 1953 | "keywords": [ |
||
| 1954 | "service-manager", |
||
| 1955 | "servicemanager", |
||
| 1956 | "zf" |
||
| 1957 | ], |
||
| 1958 | "time": "2017-03-01T22:08:02+00:00" |
||
| 1959 | }, |
||
| 1960 | { |
||
| 1961 | "name": "zendframework/zend-stdlib", |
||
| 1962 | "version": "3.2.1", |
||
| 1963 | "source": { |
||
| 1964 | "type": "git", |
||
| 1965 | "url": "https://github.com/zendframework/zend-stdlib.git", |
||
| 1966 | "reference": "66536006722aff9e62d1b331025089b7ec71c065" |
||
| 1967 | }, |
||
| 1968 | "dist": { |
||
| 1969 | "type": "zip", |
||
| 1970 | "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065", |
||
| 1971 | "reference": "66536006722aff9e62d1b331025089b7ec71c065", |
||
| 1972 | "shasum": "" |
||
| 1973 | }, |
||
| 1974 | "require": { |
||
| 1975 | "php": "^5.6 || ^7.0" |
||
| 1976 | }, |
||
| 1977 | "require-dev": { |
||
| 1978 | "phpbench/phpbench": "^0.13", |
||
| 1979 | "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", |
||
| 1980 | "zendframework/zend-coding-standard": "~1.0.0" |
||
| 1981 | }, |
||
| 1982 | "type": "library", |
||
| 1983 | "extra": { |
||
| 1984 | "branch-alias": { |
||
| 1985 | "dev-master": "3.2.x-dev", |
||
| 1986 | "dev-develop": "3.3.x-dev" |
||
| 1987 | } |
||
| 1988 | }, |
||
| 1989 | "autoload": { |
||
| 1990 | "psr-4": { |
||
| 1991 | "Zend\\Stdlib\\": "src/" |
||
| 1992 | } |
||
| 1993 | }, |
||
| 1994 | "notification-url": "https://packagist.org/downloads/", |
||
| 1995 | "license": [ |
||
| 1996 | "BSD-3-Clause" |
||
| 1997 | ], |
||
| 1998 | "description": "SPL extensions, array utilities, error handlers, and more", |
||
| 1999 | "keywords": [ |
||
| 2000 | "ZendFramework", |
||
| 2001 | "stdlib", |
||
| 2002 | "zf" |
||
| 2003 | ], |
||
| 2004 | "time": "2018-08-28T21:34:05+00:00" |
||
| 2005 | }, |
||
| 2006 | { |
||
| 2007 | "name": "zendframework/zend-uri", |
||
| 2008 | "version": "2.5.1", |
||
| 2009 | "source": { |
||
| 2010 | "type": "git", |
||
| 2011 | "url": "https://github.com/zendframework/zend-uri.git", |
||
| 2012 | "reference": "fe6c7f4c8d9037fe551898a538a2b6d39483f572" |
||
| 2013 | }, |
||
| 2014 | "dist": { |
||
| 2015 | "type": "zip", |
||
| 2016 | "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/fe6c7f4c8d9037fe551898a538a2b6d39483f572", |
||
| 2017 | "reference": "fe6c7f4c8d9037fe551898a538a2b6d39483f572", |
||
| 2018 | "shasum": "" |
||
| 2019 | }, |
||
| 2020 | "require": { |
||
| 2021 | "php": ">=5.3.23", |
||
| 2022 | "zendframework/zend-escaper": "~2.5", |
||
| 2023 | "zendframework/zend-validator": "~2.5" |
||
| 2024 | }, |
||
| 2025 | "require-dev": { |
||
| 2026 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 2027 | "phpunit/phpunit": "~4.0" |
||
| 2028 | }, |
||
| 2029 | "type": "library", |
||
| 2030 | "extra": { |
||
| 2031 | "branch-alias": { |
||
| 2032 | "dev-master": "2.5-dev", |
||
| 2033 | "dev-develop": "2.6-dev" |
||
| 2034 | } |
||
| 2035 | }, |
||
| 2036 | "autoload": { |
||
| 2037 | "psr-4": { |
||
| 2038 | "Zend\\Uri\\": "src/" |
||
| 2039 | } |
||
| 2040 | }, |
||
| 2041 | "notification-url": "https://packagist.org/downloads/", |
||
| 2042 | "license": [ |
||
| 2043 | "BSD-3-Clause" |
||
| 2044 | ], |
||
| 2045 | "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)", |
||
| 2046 | "homepage": "https://github.com/zendframework/zend-uri", |
||
| 2047 | "keywords": [ |
||
| 2048 | "uri", |
||
| 2049 | "zf2" |
||
| 2050 | ], |
||
| 2051 | "time": "2015-06-03T15:32:03+00:00" |
||
| 2052 | }, |
||
| 2053 | { |
||
| 2054 | "name": "zendframework/zend-validator", |
||
| 2055 | "version": "2.10.1", |
||
| 2056 | "source": { |
||
| 2057 | "type": "git", |
||
| 2058 | "url": "https://github.com/zendframework/zend-validator.git", |
||
| 2059 | "reference": "010084ddbd33299bf51ea6f0e07f8f4e8bd832a8" |
||
| 2060 | }, |
||
| 2061 | "dist": { |
||
| 2062 | "type": "zip", |
||
| 2063 | "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/010084ddbd33299bf51ea6f0e07f8f4e8bd832a8", |
||
| 2064 | "reference": "010084ddbd33299bf51ea6f0e07f8f4e8bd832a8", |
||
| 2065 | "shasum": "" |
||
| 2066 | }, |
||
| 2067 | "require": { |
||
| 2068 | "container-interop/container-interop": "^1.1", |
||
| 2069 | "php": "^5.6 || ^7.0", |
||
| 2070 | "zendframework/zend-stdlib": "^2.7.6 || ^3.1" |
||
| 2071 | }, |
||
| 2072 | "require-dev": { |
||
| 2073 | "phpunit/phpunit": "^6.0.8 || ^5.7.15", |
||
| 2074 | "zendframework/zend-cache": "^2.6.1", |
||
| 2075 | "zendframework/zend-coding-standard": "~1.0.0", |
||
| 2076 | "zendframework/zend-config": "^2.6", |
||
| 2077 | "zendframework/zend-db": "^2.7", |
||
| 2078 | "zendframework/zend-filter": "^2.6", |
||
| 2079 | "zendframework/zend-http": "^2.5.4", |
||
| 2080 | "zendframework/zend-i18n": "^2.6", |
||
| 2081 | "zendframework/zend-math": "^2.6", |
||
| 2082 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 2083 | "zendframework/zend-session": "^2.8", |
||
| 2084 | "zendframework/zend-uri": "^2.5" |
||
| 2085 | }, |
||
| 2086 | "suggest": { |
||
| 2087 | "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator", |
||
| 2088 | "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator", |
||
| 2089 | "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages", |
||
| 2090 | "zendframework/zend-i18n-resources": "Translations of validator messages", |
||
| 2091 | "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator", |
||
| 2092 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", |
||
| 2093 | "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator", |
||
| 2094 | "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" |
||
| 2095 | }, |
||
| 2096 | "type": "library", |
||
| 2097 | "extra": { |
||
| 2098 | "branch-alias": { |
||
| 2099 | "dev-master": "2.10-dev", |
||
| 2100 | "dev-develop": "2.11-dev" |
||
| 2101 | }, |
||
| 2102 | "zf": { |
||
| 2103 | "component": "Zend\\Validator", |
||
| 2104 | "config-provider": "Zend\\Validator\\ConfigProvider" |
||
| 2105 | } |
||
| 2106 | }, |
||
| 2107 | "autoload": { |
||
| 2108 | "psr-4": { |
||
| 2109 | "Zend\\Validator\\": "src/" |
||
| 2110 | } |
||
| 2111 | }, |
||
| 2112 | "notification-url": "https://packagist.org/downloads/", |
||
| 2113 | "license": [ |
||
| 2114 | "BSD-3-Clause" |
||
| 2115 | ], |
||
| 2116 | "description": "provides a set of commonly needed validators", |
||
| 2117 | "homepage": "https://github.com/zendframework/zend-validator", |
||
| 2118 | "keywords": [ |
||
| 2119 | "validator", |
||
| 2120 | "zf2" |
||
| 2121 | ], |
||
| 2122 | "time": "2017-08-22T14:19:23+00:00" |
||
| 2123 | }, |
||
| 2124 | { |
||
| 2125 | "name": "zendframework/zend-view", |
||
| 2126 | "version": "2.6.7", |
||
| 2127 | "source": { |
||
| 2128 | "type": "git", |
||
| 2129 | "url": "https://github.com/zendframework/zend-view.git", |
||
| 2130 | "reference": "9993386447a618a39e6e8105026f5874720c7d3f" |
||
| 2131 | }, |
||
| 2132 | "dist": { |
||
| 2133 | "type": "zip", |
||
| 2134 | "url": "https://api.github.com/repos/zendframework/zend-view/zipball/9993386447a618a39e6e8105026f5874720c7d3f", |
||
| 2135 | "reference": "9993386447a618a39e6e8105026f5874720c7d3f", |
||
| 2136 | "shasum": "" |
||
| 2137 | }, |
||
| 2138 | "require": { |
||
| 2139 | "php": "^5.5 || ^7.0", |
||
| 2140 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
| 2141 | "zendframework/zend-loader": "^2.5", |
||
| 2142 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 2143 | }, |
||
| 2144 | "require-dev": { |
||
| 2145 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 2146 | "phpunit/phpunit": "^4.5", |
||
| 2147 | "zendframework/zend-authentication": "^2.5", |
||
| 2148 | "zendframework/zend-cache": "^2.6.1", |
||
| 2149 | "zendframework/zend-config": "^2.6", |
||
| 2150 | "zendframework/zend-console": "^2.6", |
||
| 2151 | "zendframework/zend-escaper": "^2.5", |
||
| 2152 | "zendframework/zend-feed": "^2.7", |
||
| 2153 | "zendframework/zend-filter": "^2.6.1", |
||
| 2154 | "zendframework/zend-http": "^2.5.4", |
||
| 2155 | "zendframework/zend-i18n": "^2.6", |
||
| 2156 | "zendframework/zend-json": "^2.6.1", |
||
| 2157 | "zendframework/zend-log": "^2.7", |
||
| 2158 | "zendframework/zend-modulemanager": "^2.7.1", |
||
| 2159 | "zendframework/zend-mvc": "^2.7", |
||
| 2160 | "zendframework/zend-navigation": "^2.5", |
||
| 2161 | "zendframework/zend-paginator": "^2.5", |
||
| 2162 | "zendframework/zend-permissions-acl": "^2.6", |
||
| 2163 | "zendframework/zend-router": "^3.0.1", |
||
| 2164 | "zendframework/zend-serializer": "^2.6.1", |
||
| 2165 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 2166 | "zendframework/zend-session": "^2.6.2", |
||
| 2167 | "zendframework/zend-uri": "^2.5" |
||
| 2168 | }, |
||
| 2169 | "suggest": { |
||
| 2170 | "zendframework/zend-authentication": "Zend\\Authentication component", |
||
| 2171 | "zendframework/zend-escaper": "Zend\\Escaper component", |
||
| 2172 | "zendframework/zend-feed": "Zend\\Feed component", |
||
| 2173 | "zendframework/zend-filter": "Zend\\Filter component", |
||
| 2174 | "zendframework/zend-http": "Zend\\Http component", |
||
| 2175 | "zendframework/zend-i18n": "Zend\\I18n component", |
||
| 2176 | "zendframework/zend-json": "Zend\\Json component", |
||
| 2177 | "zendframework/zend-mvc": "Zend\\Mvc component", |
||
| 2178 | "zendframework/zend-navigation": "Zend\\Navigation component", |
||
| 2179 | "zendframework/zend-paginator": "Zend\\Paginator component", |
||
| 2180 | "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component", |
||
| 2181 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
| 2182 | "zendframework/zend-uri": "Zend\\Uri component" |
||
| 2183 | }, |
||
| 2184 | "type": "library", |
||
| 2185 | "extra": { |
||
| 2186 | "branch-alias": { |
||
| 2187 | "dev-master": "2.6-dev", |
||
| 2188 | "dev-develop": "2.7-dev" |
||
| 2189 | } |
||
| 2190 | }, |
||
| 2191 | "autoload": { |
||
| 2192 | "psr-4": { |
||
| 2193 | "Zend\\View\\": "src/" |
||
| 2194 | } |
||
| 2195 | }, |
||
| 2196 | "notification-url": "https://packagist.org/downloads/", |
||
| 2197 | "license": [ |
||
| 2198 | "BSD-3-Clause" |
||
| 2199 | ], |
||
| 2200 | "description": "provides a system of helpers, output filters, and variable escaping", |
||
| 2201 | "homepage": "https://github.com/zendframework/zend-view", |
||
| 2202 | "keywords": [ |
||
| 2203 | "view", |
||
| 2204 | "zf2" |
||
| 2205 | ], |
||
| 2206 | "time": "2016-04-18T20:04:21+00:00" |
||
| 2207 | } |
||
| 2208 | ], |
||
| 2209 | "packages-dev": [ |
||
| 2210 | { |
||
| 2211 | "name": "dflydev/markdown", |
||
| 2212 | "version": "v1.0.0", |
||
| 2213 | "source": { |
||
| 2214 | "type": "git", |
||
| 2215 | "url": "https://github.com/dflydev/dflydev-markdown.git", |
||
| 2216 | "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d" |
||
| 2217 | }, |
||
| 2218 | "dist": { |
||
| 2219 | "type": "zip", |
||
| 2220 | "url": "https://api.github.com/repos/dflydev/dflydev-markdown/zipball/76501a808522dbe40a5a71d272bd08d54cbae03d", |
||
| 2221 | "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d", |
||
| 2222 | "shasum": "" |
||
| 2223 | }, |
||
| 2224 | "require": { |
||
| 2225 | "php": ">=5.3" |
||
| 2226 | }, |
||
| 2227 | "type": "library", |
||
| 2228 | "autoload": { |
||
| 2229 | "psr-0": { |
||
| 2230 | "dflydev\\markdown": "src" |
||
| 2231 | } |
||
| 2232 | }, |
||
| 2233 | "notification-url": "https://packagist.org/downloads/", |
||
| 2234 | "license": [ |
||
| 2235 | "New BSD License" |
||
| 2236 | ], |
||
| 2237 | "authors": [ |
||
| 2238 | { |
||
| 2239 | "name": "Dragonfly Development Inc.", |
||
| 2240 | "email": "[email protected]", |
||
| 2241 | "homepage": "http://dflydev.com" |
||
| 2242 | }, |
||
| 2243 | { |
||
| 2244 | "name": "Beau Simensen", |
||
| 2245 | "email": "[email protected]", |
||
| 2246 | "homepage": "http://beausimensen.com" |
||
| 2247 | }, |
||
| 2248 | { |
||
| 2249 | "name": "Michel Fortin", |
||
| 2250 | "homepage": "http://michelf.com" |
||
| 2251 | }, |
||
| 2252 | { |
||
| 2253 | "name": "John Gruber", |
||
| 2254 | "homepage": "http://daringfireball.net" |
||
| 2255 | } |
||
| 2256 | ], |
||
| 2257 | "description": "PHP Markdown & Extra", |
||
| 2258 | "homepage": "http://github.com/dflydev/dflydev-markdown", |
||
| 2259 | "keywords": [ |
||
| 2260 | "markdown" |
||
| 2261 | ], |
||
| 2262 | "abandoned": "michelf/php-markdown", |
||
| 2263 | "time": "2012-01-02T23:11:32+00:00" |
||
| 2264 | }, |
||
| 2265 | { |
||
| 2266 | "name": "doctrine/data-fixtures", |
||
| 2267 | "version": "v1.2.1", |
||
| 2268 | "source": { |
||
| 2269 | "type": "git", |
||
| 2270 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
| 2271 | "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4" |
||
| 2272 | }, |
||
| 2273 | "dist": { |
||
| 2274 | "type": "zip", |
||
| 2275 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b3cae5efef97191a08d53d733260f7eb667c16e4", |
||
| 2276 | "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4", |
||
| 2277 | "shasum": "" |
||
| 2278 | }, |
||
| 2279 | "require": { |
||
| 2280 | "doctrine/common": "~2.2", |
||
| 2281 | "php": "^5.6 || ^7.0" |
||
| 2282 | }, |
||
| 2283 | "conflict": { |
||
| 2284 | "doctrine/orm": "< 2.4" |
||
| 2285 | }, |
||
| 2286 | "require-dev": { |
||
| 2287 | "doctrine/dbal": "^2.5.4", |
||
| 2288 | "doctrine/orm": "^2.5.4", |
||
| 2289 | "phpunit/phpunit": "^5.4.6" |
||
| 2290 | }, |
||
| 2291 | "suggest": { |
||
| 2292 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
| 2293 | "doctrine/orm": "For loading ORM fixtures", |
||
| 2294 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
| 2295 | }, |
||
| 2296 | "type": "library", |
||
| 2297 | "extra": { |
||
| 2298 | "branch-alias": { |
||
| 2299 | "dev-master": "1.3.x-dev" |
||
| 2300 | } |
||
| 2301 | }, |
||
| 2302 | "autoload": { |
||
| 2303 | "psr-0": { |
||
| 2304 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
| 2305 | } |
||
| 2306 | }, |
||
| 2307 | "notification-url": "https://packagist.org/downloads/", |
||
| 2308 | "license": [ |
||
| 2309 | "MIT" |
||
| 2310 | ], |
||
| 2311 | "authors": [ |
||
| 2312 | { |
||
| 2313 | "name": "Jonathan Wage", |
||
| 2314 | "email": "[email protected]" |
||
| 2315 | } |
||
| 2316 | ], |
||
| 2317 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
| 2318 | "homepage": "http://www.doctrine-project.org", |
||
| 2319 | "keywords": [ |
||
| 2320 | "database" |
||
| 2321 | ], |
||
| 2322 | "time": "2016-06-20T18:08:26+00:00" |
||
| 2323 | }, |
||
| 2324 | { |
||
| 2325 | "name": "doctrine/migrations", |
||
| 2326 | "version": "v1.5.0", |
||
| 2327 | "source": { |
||
| 2328 | "type": "git", |
||
| 2329 | "url": "https://github.com/doctrine/migrations.git", |
||
| 2330 | "reference": "c81147c0f2938a6566594455367e095150547f72" |
||
| 2331 | }, |
||
| 2332 | "dist": { |
||
| 2333 | "type": "zip", |
||
| 2334 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72", |
||
| 2335 | "reference": "c81147c0f2938a6566594455367e095150547f72", |
||
| 2336 | "shasum": "" |
||
| 2337 | }, |
||
| 2338 | "require": { |
||
| 2339 | "doctrine/dbal": "~2.2", |
||
| 2340 | "ocramius/proxy-manager": "^1.0|^2.0", |
||
| 2341 | "php": "^5.5|^7.0", |
||
| 2342 | "symfony/console": "~2.3|~3.0", |
||
| 2343 | "symfony/yaml": "~2.3|~3.0" |
||
| 2344 | }, |
||
| 2345 | "require-dev": { |
||
| 2346 | "doctrine/coding-standard": "dev-master", |
||
| 2347 | "doctrine/orm": "2.*", |
||
| 2348 | "jdorn/sql-formatter": "~1.1", |
||
| 2349 | "johnkary/phpunit-speedtrap": "~1.0@dev", |
||
| 2350 | "mikey179/vfsstream": "^1.6", |
||
| 2351 | "mockery/mockery": "^0.9.4", |
||
| 2352 | "phpunit/phpunit": "~4.7", |
||
| 2353 | "satooshi/php-coveralls": "^1.0" |
||
| 2354 | }, |
||
| 2355 | "suggest": { |
||
| 2356 | "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." |
||
| 2357 | }, |
||
| 2358 | "bin": [ |
||
| 2359 | "bin/doctrine-migrations" |
||
| 2360 | ], |
||
| 2361 | "type": "library", |
||
| 2362 | "extra": { |
||
| 2363 | "branch-alias": { |
||
| 2364 | "dev-master": "v1.6.x-dev" |
||
| 2365 | } |
||
| 2366 | }, |
||
| 2367 | "autoload": { |
||
| 2368 | "psr-4": { |
||
| 2369 | "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" |
||
| 2370 | } |
||
| 2371 | }, |
||
| 2372 | "notification-url": "https://packagist.org/downloads/", |
||
| 2373 | "license": [ |
||
| 2374 | "LGPL-2.1" |
||
| 2375 | ], |
||
| 2376 | "authors": [ |
||
| 2377 | { |
||
| 2378 | "name": "Benjamin Eberlei", |
||
| 2379 | "email": "[email protected]" |
||
| 2380 | }, |
||
| 2381 | { |
||
| 2382 | "name": "Jonathan Wage", |
||
| 2383 | "email": "[email protected]" |
||
| 2384 | }, |
||
| 2385 | { |
||
| 2386 | "name": "Michael Simonson", |
||
| 2387 | "email": "[email protected]" |
||
| 2388 | } |
||
| 2389 | ], |
||
| 2390 | "description": "Database Schema migrations using Doctrine DBAL", |
||
| 2391 | "homepage": "http://www.doctrine-project.org", |
||
| 2392 | "keywords": [ |
||
| 2393 | "database", |
||
| 2394 | "migrations" |
||
| 2395 | ], |
||
| 2396 | "time": "2016-12-25T22:54:00+00:00" |
||
| 2397 | }, |
||
| 2398 | { |
||
| 2399 | "name": "myclabs/deep-copy", |
||
| 2400 | "version": "1.6.1", |
||
| 2401 | "source": { |
||
| 2402 | "type": "git", |
||
| 2403 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 2404 | "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" |
||
| 2405 | }, |
||
| 2406 | "dist": { |
||
| 2407 | "type": "zip", |
||
| 2408 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
||
| 2409 | "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
||
| 2410 | "shasum": "" |
||
| 2411 | }, |
||
| 2412 | "require": { |
||
| 2413 | "php": ">=5.4.0" |
||
| 2414 | }, |
||
| 2415 | "require-dev": { |
||
| 2416 | "doctrine/collections": "1.*", |
||
| 2417 | "phpunit/phpunit": "~4.1" |
||
| 2418 | }, |
||
| 2419 | "type": "library", |
||
| 2420 | "autoload": { |
||
| 2421 | "psr-4": { |
||
| 2422 | "DeepCopy\\": "src/DeepCopy/" |
||
| 2423 | } |
||
| 2424 | }, |
||
| 2425 | "notification-url": "https://packagist.org/downloads/", |
||
| 2426 | "license": [ |
||
| 2427 | "MIT" |
||
| 2428 | ], |
||
| 2429 | "description": "Create deep copies (clones) of your objects", |
||
| 2430 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
| 2431 | "keywords": [ |
||
| 2432 | "clone", |
||
| 2433 | "copy", |
||
| 2434 | "duplicate", |
||
| 2435 | "object", |
||
| 2436 | "object graph" |
||
| 2437 | ], |
||
| 2438 | "time": "2017-04-12T18:52:22+00:00" |
||
| 2439 | }, |
||
| 2440 | { |
||
| 2441 | "name": "ocramius/proxy-manager", |
||
| 2442 | "version": "1.0.0", |
||
| 2443 | "source": { |
||
| 2444 | "type": "git", |
||
| 2445 | "url": "https://github.com/Ocramius/ProxyManager.git", |
||
| 2446 | "reference": "a80a39fac4fbd771aea7d3871929933a3a1bbf3e" |
||
| 2447 | }, |
||
| 2448 | "dist": { |
||
| 2449 | "type": "zip", |
||
| 2450 | "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/a80a39fac4fbd771aea7d3871929933a3a1bbf3e", |
||
| 2451 | "reference": "a80a39fac4fbd771aea7d3871929933a3a1bbf3e", |
||
| 2452 | "shasum": "" |
||
| 2453 | }, |
||
| 2454 | "require": { |
||
| 2455 | "php": ">=5.3.3", |
||
| 2456 | "zendframework/zend-code": ">2.2.5,<3.0" |
||
| 2457 | }, |
||
| 2458 | "require-dev": { |
||
| 2459 | "ext-phar": "*", |
||
| 2460 | "phpunit/phpunit": "~4.0", |
||
| 2461 | "squizlabs/php_codesniffer": "1.5.*" |
||
| 2462 | }, |
||
| 2463 | "suggest": { |
||
| 2464 | "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", |
||
| 2465 | "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", |
||
| 2466 | "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", |
||
| 2467 | "zendframework/zend-stdlib": "To use the hydrator proxy", |
||
| 2468 | "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" |
||
| 2469 | }, |
||
| 2470 | "type": "library", |
||
| 2471 | "extra": { |
||
| 2472 | "branch-alias": { |
||
| 2473 | "dev-master": "2.0.x-dev" |
||
| 2474 | } |
||
| 2475 | }, |
||
| 2476 | "autoload": { |
||
| 2477 | "psr-0": { |
||
| 2478 | "ProxyManager\\": "src" |
||
| 2479 | } |
||
| 2480 | }, |
||
| 2481 | "notification-url": "https://packagist.org/downloads/", |
||
| 2482 | "license": [ |
||
| 2483 | "MIT" |
||
| 2484 | ], |
||
| 2485 | "authors": [ |
||
| 2486 | { |
||
| 2487 | "name": "Marco Pivetta", |
||
| 2488 | "email": "[email protected]", |
||
| 2489 | "homepage": "http://ocramius.github.com/" |
||
| 2490 | } |
||
| 2491 | ], |
||
| 2492 | "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", |
||
| 2493 | "homepage": "https://github.com/Ocramius/ProxyManager", |
||
| 2494 | "keywords": [ |
||
| 2495 | "aop", |
||
| 2496 | "lazy loading", |
||
| 2497 | "proxy", |
||
| 2498 | "proxy pattern", |
||
| 2499 | "service proxies" |
||
| 2500 | ], |
||
| 2501 | "time": "2014-12-12T10:59:05+00:00" |
||
| 2502 | }, |
||
| 2503 | { |
||
| 2504 | "name": "phar-io/manifest", |
||
| 2505 | "version": "1.0.1", |
||
| 2506 | "source": { |
||
| 2507 | "type": "git", |
||
| 2508 | "url": "https://github.com/phar-io/manifest.git", |
||
| 2509 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
| 2510 | }, |
||
| 2511 | "dist": { |
||
| 2512 | "type": "zip", |
||
| 2513 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
| 2514 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
| 2515 | "shasum": "" |
||
| 2516 | }, |
||
| 2517 | "require": { |
||
| 2518 | "ext-dom": "*", |
||
| 2519 | "ext-phar": "*", |
||
| 2520 | "phar-io/version": "^1.0.1", |
||
| 2521 | "php": "^5.6 || ^7.0" |
||
| 2522 | }, |
||
| 2523 | "type": "library", |
||
| 2524 | "extra": { |
||
| 2525 | "branch-alias": { |
||
| 2526 | "dev-master": "1.0.x-dev" |
||
| 2527 | } |
||
| 2528 | }, |
||
| 2529 | "autoload": { |
||
| 2530 | "classmap": [ |
||
| 2531 | "src/" |
||
| 2532 | ] |
||
| 2533 | }, |
||
| 2534 | "notification-url": "https://packagist.org/downloads/", |
||
| 2535 | "license": [ |
||
| 2536 | "BSD-3-Clause" |
||
| 2537 | ], |
||
| 2538 | "authors": [ |
||
| 2539 | { |
||
| 2540 | "name": "Arne Blankerts", |
||
| 2541 | "email": "[email protected]", |
||
| 2542 | "role": "Developer" |
||
| 2543 | }, |
||
| 2544 | { |
||
| 2545 | "name": "Sebastian Heuer", |
||
| 2546 | "email": "[email protected]", |
||
| 2547 | "role": "Developer" |
||
| 2548 | }, |
||
| 2549 | { |
||
| 2550 | "name": "Sebastian Bergmann", |
||
| 2551 | "email": "[email protected]", |
||
| 2552 | "role": "Developer" |
||
| 2553 | } |
||
| 2554 | ], |
||
| 2555 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
| 2556 | "time": "2017-03-05T18:14:27+00:00" |
||
| 2557 | }, |
||
| 2558 | { |
||
| 2559 | "name": "phar-io/version", |
||
| 2560 | "version": "1.0.1", |
||
| 2561 | "source": { |
||
| 2562 | "type": "git", |
||
| 2563 | "url": "https://github.com/phar-io/version.git", |
||
| 2564 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
| 2565 | }, |
||
| 2566 | "dist": { |
||
| 2567 | "type": "zip", |
||
| 2568 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
| 2569 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
| 2570 | "shasum": "" |
||
| 2571 | }, |
||
| 2572 | "require": { |
||
| 2573 | "php": "^5.6 || ^7.0" |
||
| 2574 | }, |
||
| 2575 | "type": "library", |
||
| 2576 | "autoload": { |
||
| 2577 | "classmap": [ |
||
| 2578 | "src/" |
||
| 2579 | ] |
||
| 2580 | }, |
||
| 2581 | "notification-url": "https://packagist.org/downloads/", |
||
| 2582 | "license": [ |
||
| 2583 | "BSD-3-Clause" |
||
| 2584 | ], |
||
| 2585 | "authors": [ |
||
| 2586 | { |
||
| 2587 | "name": "Arne Blankerts", |
||
| 2588 | "email": "[email protected]", |
||
| 2589 | "role": "Developer" |
||
| 2590 | }, |
||
| 2591 | { |
||
| 2592 | "name": "Sebastian Heuer", |
||
| 2593 | "email": "[email protected]", |
||
| 2594 | "role": "Developer" |
||
| 2595 | }, |
||
| 2596 | { |
||
| 2597 | "name": "Sebastian Bergmann", |
||
| 2598 | "email": "[email protected]", |
||
| 2599 | "role": "Developer" |
||
| 2600 | } |
||
| 2601 | ], |
||
| 2602 | "description": "Library for handling version information and constraints", |
||
| 2603 | "time": "2017-03-05T17:38:23+00:00" |
||
| 2604 | }, |
||
| 2605 | { |
||
| 2606 | "name": "phpdocumentor/reflection-docblock", |
||
| 2607 | "version": "2.0.0", |
||
| 2608 | "source": { |
||
| 2609 | "type": "git", |
||
| 2610 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 2611 | "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5" |
||
| 2612 | }, |
||
| 2613 | "dist": { |
||
| 2614 | "type": "zip", |
||
| 2615 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66ae84e9d7c8ea85c979cb65977bd8e608baf0c5", |
||
| 2616 | "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5", |
||
| 2617 | "shasum": "" |
||
| 2618 | }, |
||
| 2619 | "require": { |
||
| 2620 | "dflydev/markdown": "1.0.*", |
||
| 2621 | "php": ">=5.3.3" |
||
| 2622 | }, |
||
| 2623 | "require-dev": { |
||
| 2624 | "phpunit/phpunit": "3.7.*@stable" |
||
| 2625 | }, |
||
| 2626 | "type": "library", |
||
| 2627 | "extra": { |
||
| 2628 | "branch-alias": { |
||
| 2629 | "dev-master": "2.0.x-dev" |
||
| 2630 | } |
||
| 2631 | }, |
||
| 2632 | "autoload": { |
||
| 2633 | "psr-0": { |
||
| 2634 | "phpDocumentor": [ |
||
| 2635 | "src/" |
||
| 2636 | ] |
||
| 2637 | } |
||
| 2638 | }, |
||
| 2639 | "notification-url": "https://packagist.org/downloads/", |
||
| 2640 | "license": [ |
||
| 2641 | "MIT" |
||
| 2642 | ], |
||
| 2643 | "authors": [ |
||
| 2644 | { |
||
| 2645 | "name": "Mike van Riel", |
||
| 2646 | "email": "[email protected]" |
||
| 2647 | } |
||
| 2648 | ], |
||
| 2649 | "time": "2013-08-07T11:04:22+00:00" |
||
| 2650 | }, |
||
| 2651 | { |
||
| 2652 | "name": "phpspec/prophecy", |
||
| 2653 | "version": "v1.7.0", |
||
| 2654 | "source": { |
||
| 2655 | "type": "git", |
||
| 2656 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 2657 | "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" |
||
| 2658 | }, |
||
| 2659 | "dist": { |
||
| 2660 | "type": "zip", |
||
| 2661 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", |
||
| 2662 | "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", |
||
| 2663 | "shasum": "" |
||
| 2664 | }, |
||
| 2665 | "require": { |
||
| 2666 | "doctrine/instantiator": "^1.0.2", |
||
| 2667 | "php": "^5.3|^7.0", |
||
| 2668 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
| 2669 | "sebastian/comparator": "^1.1|^2.0", |
||
| 2670 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
| 2671 | }, |
||
| 2672 | "require-dev": { |
||
| 2673 | "phpspec/phpspec": "^2.5|^3.2", |
||
| 2674 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
| 2675 | }, |
||
| 2676 | "type": "library", |
||
| 2677 | "extra": { |
||
| 2678 | "branch-alias": { |
||
| 2679 | "dev-master": "1.6.x-dev" |
||
| 2680 | } |
||
| 2681 | }, |
||
| 2682 | "autoload": { |
||
| 2683 | "psr-0": { |
||
| 2684 | "Prophecy\\": "src/" |
||
| 2685 | } |
||
| 2686 | }, |
||
| 2687 | "notification-url": "https://packagist.org/downloads/", |
||
| 2688 | "license": [ |
||
| 2689 | "MIT" |
||
| 2690 | ], |
||
| 2691 | "authors": [ |
||
| 2692 | { |
||
| 2693 | "name": "Konstantin Kudryashov", |
||
| 2694 | "email": "[email protected]", |
||
| 2695 | "homepage": "http://everzet.com" |
||
| 2696 | }, |
||
| 2697 | { |
||
| 2698 | "name": "Marcello Duarte", |
||
| 2699 | "email": "[email protected]" |
||
| 2700 | } |
||
| 2701 | ], |
||
| 2702 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 2703 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 2704 | "keywords": [ |
||
| 2705 | "Double", |
||
| 2706 | "Dummy", |
||
| 2707 | "fake", |
||
| 2708 | "mock", |
||
| 2709 | "spy", |
||
| 2710 | "stub" |
||
| 2711 | ], |
||
| 2712 | "time": "2017-03-02T20:05:34+00:00" |
||
| 2713 | }, |
||
| 2714 | { |
||
| 2715 | "name": "phpunit/php-code-coverage", |
||
| 2716 | "version": "6.0.1", |
||
| 2717 | "source": { |
||
| 2718 | "type": "git", |
||
| 2719 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 2720 | "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba" |
||
| 2721 | }, |
||
| 2722 | "dist": { |
||
| 2723 | "type": "zip", |
||
| 2724 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f8ca4b604baf23dab89d87773c28cc07405189ba", |
||
| 2725 | "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba", |
||
| 2726 | "shasum": "" |
||
| 2727 | }, |
||
| 2728 | "require": { |
||
| 2729 | "ext-dom": "*", |
||
| 2730 | "ext-xmlwriter": "*", |
||
| 2731 | "php": "^7.1", |
||
| 2732 | "phpunit/php-file-iterator": "^1.4.2", |
||
| 2733 | "phpunit/php-text-template": "^1.2.1", |
||
| 2734 | "phpunit/php-token-stream": "^3.0", |
||
| 2735 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
| 2736 | "sebastian/environment": "^3.0", |
||
| 2737 | "sebastian/version": "^2.0.1", |
||
| 2738 | "theseer/tokenizer": "^1.1" |
||
| 2739 | }, |
||
| 2740 | "require-dev": { |
||
| 2741 | "phpunit/phpunit": "^7.0" |
||
| 2742 | }, |
||
| 2743 | "suggest": { |
||
| 2744 | "ext-xdebug": "^2.6.0" |
||
| 2745 | }, |
||
| 2746 | "type": "library", |
||
| 2747 | "extra": { |
||
| 2748 | "branch-alias": { |
||
| 2749 | "dev-master": "6.0-dev" |
||
| 2750 | } |
||
| 2751 | }, |
||
| 2752 | "autoload": { |
||
| 2753 | "classmap": [ |
||
| 2754 | "src/" |
||
| 2755 | ] |
||
| 2756 | }, |
||
| 2757 | "notification-url": "https://packagist.org/downloads/", |
||
| 2758 | "license": [ |
||
| 2759 | "BSD-3-Clause" |
||
| 2760 | ], |
||
| 2761 | "authors": [ |
||
| 2762 | { |
||
| 2763 | "name": "Sebastian Bergmann", |
||
| 2764 | "email": "[email protected]", |
||
| 2765 | "role": "lead" |
||
| 2766 | } |
||
| 2767 | ], |
||
| 2768 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 2769 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 2770 | "keywords": [ |
||
| 2771 | "coverage", |
||
| 2772 | "testing", |
||
| 2773 | "xunit" |
||
| 2774 | ], |
||
| 2775 | "time": "2018-02-02T07:01:41+00:00" |
||
| 2776 | }, |
||
| 2777 | { |
||
| 2778 | "name": "phpunit/php-file-iterator", |
||
| 2779 | "version": "1.4.3", |
||
| 2780 | "source": { |
||
| 2781 | "type": "git", |
||
| 2782 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 2783 | "reference": "8ebba84e5bd74fc5fdeb916b38749016c7232f93" |
||
| 2784 | }, |
||
| 2785 | "dist": { |
||
| 2786 | "type": "zip", |
||
| 2787 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/8ebba84e5bd74fc5fdeb916b38749016c7232f93", |
||
| 2788 | "reference": "8ebba84e5bd74fc5fdeb916b38749016c7232f93", |
||
| 2789 | "shasum": "" |
||
| 2790 | }, |
||
| 2791 | "require": { |
||
| 2792 | "php": ">=5.3.3" |
||
| 2793 | }, |
||
| 2794 | "type": "library", |
||
| 2795 | "extra": { |
||
| 2796 | "branch-alias": { |
||
| 2797 | "dev-master": "1.4.x-dev" |
||
| 2798 | } |
||
| 2799 | }, |
||
| 2800 | "autoload": { |
||
| 2801 | "classmap": [ |
||
| 2802 | "src/" |
||
| 2803 | ] |
||
| 2804 | }, |
||
| 2805 | "notification-url": "https://packagist.org/downloads/", |
||
| 2806 | "license": [ |
||
| 2807 | "BSD-3-Clause" |
||
| 2808 | ], |
||
| 2809 | "authors": [ |
||
| 2810 | { |
||
| 2811 | "name": "Sebastian Bergmann", |
||
| 2812 | "email": "[email protected]", |
||
| 2813 | "role": "lead" |
||
| 2814 | } |
||
| 2815 | ], |
||
| 2816 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 2817 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 2818 | "keywords": [ |
||
| 2819 | "filesystem", |
||
| 2820 | "iterator" |
||
| 2821 | ], |
||
| 2822 | "time": "2017-11-24T15:00:59+00:00" |
||
| 2823 | }, |
||
| 2824 | { |
||
| 2825 | "name": "phpunit/php-text-template", |
||
| 2826 | "version": "1.2.1", |
||
| 2827 | "source": { |
||
| 2828 | "type": "git", |
||
| 2829 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 2830 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 2831 | }, |
||
| 2832 | "dist": { |
||
| 2833 | "type": "zip", |
||
| 2834 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 2835 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 2836 | "shasum": "" |
||
| 2837 | }, |
||
| 2838 | "require": { |
||
| 2839 | "php": ">=5.3.3" |
||
| 2840 | }, |
||
| 2841 | "type": "library", |
||
| 2842 | "autoload": { |
||
| 2843 | "classmap": [ |
||
| 2844 | "src/" |
||
| 2845 | ] |
||
| 2846 | }, |
||
| 2847 | "notification-url": "https://packagist.org/downloads/", |
||
| 2848 | "license": [ |
||
| 2849 | "BSD-3-Clause" |
||
| 2850 | ], |
||
| 2851 | "authors": [ |
||
| 2852 | { |
||
| 2853 | "name": "Sebastian Bergmann", |
||
| 2854 | "email": "[email protected]", |
||
| 2855 | "role": "lead" |
||
| 2856 | } |
||
| 2857 | ], |
||
| 2858 | "description": "Simple template engine.", |
||
| 2859 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 2860 | "keywords": [ |
||
| 2861 | "template" |
||
| 2862 | ], |
||
| 2863 | "time": "2015-06-21T13:50:34+00:00" |
||
| 2864 | }, |
||
| 2865 | { |
||
| 2866 | "name": "phpunit/php-timer", |
||
| 2867 | "version": "2.0.0", |
||
| 2868 | "source": { |
||
| 2869 | "type": "git", |
||
| 2870 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 2871 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" |
||
| 2872 | }, |
||
| 2873 | "dist": { |
||
| 2874 | "type": "zip", |
||
| 2875 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
| 2876 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
| 2877 | "shasum": "" |
||
| 2878 | }, |
||
| 2879 | "require": { |
||
| 2880 | "php": "^7.1" |
||
| 2881 | }, |
||
| 2882 | "require-dev": { |
||
| 2883 | "phpunit/phpunit": "^7.0" |
||
| 2884 | }, |
||
| 2885 | "type": "library", |
||
| 2886 | "extra": { |
||
| 2887 | "branch-alias": { |
||
| 2888 | "dev-master": "2.0-dev" |
||
| 2889 | } |
||
| 2890 | }, |
||
| 2891 | "autoload": { |
||
| 2892 | "classmap": [ |
||
| 2893 | "src/" |
||
| 2894 | ] |
||
| 2895 | }, |
||
| 2896 | "notification-url": "https://packagist.org/downloads/", |
||
| 2897 | "license": [ |
||
| 2898 | "BSD-3-Clause" |
||
| 2899 | ], |
||
| 2900 | "authors": [ |
||
| 2901 | { |
||
| 2902 | "name": "Sebastian Bergmann", |
||
| 2903 | "email": "[email protected]", |
||
| 2904 | "role": "lead" |
||
| 2905 | } |
||
| 2906 | ], |
||
| 2907 | "description": "Utility class for timing", |
||
| 2908 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 2909 | "keywords": [ |
||
| 2910 | "timer" |
||
| 2911 | ], |
||
| 2912 | "time": "2018-02-01T13:07:23+00:00" |
||
| 2913 | }, |
||
| 2914 | { |
||
| 2915 | "name": "phpunit/php-token-stream", |
||
| 2916 | "version": "3.0.0", |
||
| 2917 | "source": { |
||
| 2918 | "type": "git", |
||
| 2919 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 2920 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace" |
||
| 2921 | }, |
||
| 2922 | "dist": { |
||
| 2923 | "type": "zip", |
||
| 2924 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
| 2925 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
| 2926 | "shasum": "" |
||
| 2927 | }, |
||
| 2928 | "require": { |
||
| 2929 | "ext-tokenizer": "*", |
||
| 2930 | "php": "^7.1" |
||
| 2931 | }, |
||
| 2932 | "require-dev": { |
||
| 2933 | "phpunit/phpunit": "^7.0" |
||
| 2934 | }, |
||
| 2935 | "type": "library", |
||
| 2936 | "extra": { |
||
| 2937 | "branch-alias": { |
||
| 2938 | "dev-master": "3.0-dev" |
||
| 2939 | } |
||
| 2940 | }, |
||
| 2941 | "autoload": { |
||
| 2942 | "classmap": [ |
||
| 2943 | "src/" |
||
| 2944 | ] |
||
| 2945 | }, |
||
| 2946 | "notification-url": "https://packagist.org/downloads/", |
||
| 2947 | "license": [ |
||
| 2948 | "BSD-3-Clause" |
||
| 2949 | ], |
||
| 2950 | "authors": [ |
||
| 2951 | { |
||
| 2952 | "name": "Sebastian Bergmann", |
||
| 2953 | "email": "[email protected]" |
||
| 2954 | } |
||
| 2955 | ], |
||
| 2956 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 2957 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 2958 | "keywords": [ |
||
| 2959 | "tokenizer" |
||
| 2960 | ], |
||
| 2961 | "time": "2018-02-01T13:16:43+00:00" |
||
| 2962 | }, |
||
| 2963 | { |
||
| 2964 | "name": "phpunit/phpunit", |
||
| 2965 | "version": "7.0.3", |
||
| 2966 | "source": { |
||
| 2967 | "type": "git", |
||
| 2968 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 2969 | "reference": "536f4d853c12d8189963435088e8ff7c0daeab2e" |
||
| 2970 | }, |
||
| 2971 | "dist": { |
||
| 2972 | "type": "zip", |
||
| 2973 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/536f4d853c12d8189963435088e8ff7c0daeab2e", |
||
| 2974 | "reference": "536f4d853c12d8189963435088e8ff7c0daeab2e", |
||
| 2975 | "shasum": "" |
||
| 2976 | }, |
||
| 2977 | "require": { |
||
| 2978 | "ext-dom": "*", |
||
| 2979 | "ext-json": "*", |
||
| 2980 | "ext-libxml": "*", |
||
| 2981 | "ext-mbstring": "*", |
||
| 2982 | "ext-xml": "*", |
||
| 2983 | "myclabs/deep-copy": "^1.6.1", |
||
| 2984 | "phar-io/manifest": "^1.0.1", |
||
| 2985 | "phar-io/version": "^1.0", |
||
| 2986 | "php": "^7.1", |
||
| 2987 | "phpspec/prophecy": "^1.7", |
||
| 2988 | "phpunit/php-code-coverage": "^6.0.1", |
||
| 2989 | "phpunit/php-file-iterator": "^1.4.3", |
||
| 2990 | "phpunit/php-text-template": "^1.2.1", |
||
| 2991 | "phpunit/php-timer": "^2.0", |
||
| 2992 | "phpunit/phpunit-mock-objects": "^6.0", |
||
| 2993 | "sebastian/comparator": "^2.1", |
||
| 2994 | "sebastian/diff": "^3.0", |
||
| 2995 | "sebastian/environment": "^3.1", |
||
| 2996 | "sebastian/exporter": "^3.1", |
||
| 2997 | "sebastian/global-state": "^2.0", |
||
| 2998 | "sebastian/object-enumerator": "^3.0.3", |
||
| 2999 | "sebastian/resource-operations": "^1.0", |
||
| 3000 | "sebastian/version": "^2.0.1" |
||
| 3001 | }, |
||
| 3002 | "require-dev": { |
||
| 3003 | "ext-pdo": "*" |
||
| 3004 | }, |
||
| 3005 | "suggest": { |
||
| 3006 | "ext-xdebug": "*", |
||
| 3007 | "phpunit/php-invoker": "^2.0" |
||
| 3008 | }, |
||
| 3009 | "bin": [ |
||
| 3010 | "phpunit" |
||
| 3011 | ], |
||
| 3012 | "type": "library", |
||
| 3013 | "extra": { |
||
| 3014 | "branch-alias": { |
||
| 3015 | "dev-master": "7.0-dev" |
||
| 3016 | } |
||
| 3017 | }, |
||
| 3018 | "autoload": { |
||
| 3019 | "classmap": [ |
||
| 3020 | "src/" |
||
| 3021 | ] |
||
| 3022 | }, |
||
| 3023 | "notification-url": "https://packagist.org/downloads/", |
||
| 3024 | "license": [ |
||
| 3025 | "BSD-3-Clause" |
||
| 3026 | ], |
||
| 3027 | "authors": [ |
||
| 3028 | { |
||
| 3029 | "name": "Sebastian Bergmann", |
||
| 3030 | "email": "[email protected]", |
||
| 3031 | "role": "lead" |
||
| 3032 | } |
||
| 3033 | ], |
||
| 3034 | "description": "The PHP Unit Testing framework.", |
||
| 3035 | "homepage": "https://phpunit.de/", |
||
| 3036 | "keywords": [ |
||
| 3037 | "phpunit", |
||
| 3038 | "testing", |
||
| 3039 | "xunit" |
||
| 3040 | ], |
||
| 3041 | "time": "2018-03-26T07:36:48+00:00" |
||
| 3042 | }, |
||
| 3043 | { |
||
| 3044 | "name": "phpunit/phpunit-mock-objects", |
||
| 3045 | "version": "6.0.0", |
||
| 3046 | "source": { |
||
| 3047 | "type": "git", |
||
| 3048 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 3049 | "reference": "e495e5d3660321b62c294d8c0e954d02d6ce2573" |
||
| 3050 | }, |
||
| 3051 | "dist": { |
||
| 3052 | "type": "zip", |
||
| 3053 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/e495e5d3660321b62c294d8c0e954d02d6ce2573", |
||
| 3054 | "reference": "e495e5d3660321b62c294d8c0e954d02d6ce2573", |
||
| 3055 | "shasum": "" |
||
| 3056 | }, |
||
| 3057 | "require": { |
||
| 3058 | "doctrine/instantiator": "^1.0.5", |
||
| 3059 | "php": "^7.1", |
||
| 3060 | "phpunit/php-text-template": "^1.2.1", |
||
| 3061 | "sebastian/exporter": "^3.1" |
||
| 3062 | }, |
||
| 3063 | "require-dev": { |
||
| 3064 | "phpunit/phpunit": "^7.0" |
||
| 3065 | }, |
||
| 3066 | "suggest": { |
||
| 3067 | "ext-soap": "*" |
||
| 3068 | }, |
||
| 3069 | "type": "library", |
||
| 3070 | "extra": { |
||
| 3071 | "branch-alias": { |
||
| 3072 | "dev-master": "6.0.x-dev" |
||
| 3073 | } |
||
| 3074 | }, |
||
| 3075 | "autoload": { |
||
| 3076 | "classmap": [ |
||
| 3077 | "src/" |
||
| 3078 | ] |
||
| 3079 | }, |
||
| 3080 | "notification-url": "https://packagist.org/downloads/", |
||
| 3081 | "license": [ |
||
| 3082 | "BSD-3-Clause" |
||
| 3083 | ], |
||
| 3084 | "authors": [ |
||
| 3085 | { |
||
| 3086 | "name": "Sebastian Bergmann", |
||
| 3087 | "email": "[email protected]", |
||
| 3088 | "role": "lead" |
||
| 3089 | } |
||
| 3090 | ], |
||
| 3091 | "description": "Mock Object library for PHPUnit", |
||
| 3092 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 3093 | "keywords": [ |
||
| 3094 | "mock", |
||
| 3095 | "xunit" |
||
| 3096 | ], |
||
| 3097 | "time": "2018-02-01T13:11:13+00:00" |
||
| 3098 | }, |
||
| 3099 | { |
||
| 3100 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 3101 | "version": "1.0.1", |
||
| 3102 | "source": { |
||
| 3103 | "type": "git", |
||
| 3104 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 3105 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
| 3106 | }, |
||
| 3107 | "dist": { |
||
| 3108 | "type": "zip", |
||
| 3109 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 3110 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 3111 | "shasum": "" |
||
| 3112 | }, |
||
| 3113 | "require": { |
||
| 3114 | "php": "^5.6 || ^7.0" |
||
| 3115 | }, |
||
| 3116 | "require-dev": { |
||
| 3117 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
| 3118 | }, |
||
| 3119 | "type": "library", |
||
| 3120 | "extra": { |
||
| 3121 | "branch-alias": { |
||
| 3122 | "dev-master": "1.0.x-dev" |
||
| 3123 | } |
||
| 3124 | }, |
||
| 3125 | "autoload": { |
||
| 3126 | "classmap": [ |
||
| 3127 | "src/" |
||
| 3128 | ] |
||
| 3129 | }, |
||
| 3130 | "notification-url": "https://packagist.org/downloads/", |
||
| 3131 | "license": [ |
||
| 3132 | "BSD-3-Clause" |
||
| 3133 | ], |
||
| 3134 | "authors": [ |
||
| 3135 | { |
||
| 3136 | "name": "Sebastian Bergmann", |
||
| 3137 | "email": "[email protected]" |
||
| 3138 | } |
||
| 3139 | ], |
||
| 3140 | "description": "Looks up which function or method a line of code belongs to", |
||
| 3141 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 3142 | "time": "2017-03-04T06:30:41+00:00" |
||
| 3143 | }, |
||
| 3144 | { |
||
| 3145 | "name": "sebastian/comparator", |
||
| 3146 | "version": "2.1.3", |
||
| 3147 | "source": { |
||
| 3148 | "type": "git", |
||
| 3149 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 3150 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" |
||
| 3151 | }, |
||
| 3152 | "dist": { |
||
| 3153 | "type": "zip", |
||
| 3154 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
| 3155 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
| 3156 | "shasum": "" |
||
| 3157 | }, |
||
| 3158 | "require": { |
||
| 3159 | "php": "^7.0", |
||
| 3160 | "sebastian/diff": "^2.0 || ^3.0", |
||
| 3161 | "sebastian/exporter": "^3.1" |
||
| 3162 | }, |
||
| 3163 | "require-dev": { |
||
| 3164 | "phpunit/phpunit": "^6.4" |
||
| 3165 | }, |
||
| 3166 | "type": "library", |
||
| 3167 | "extra": { |
||
| 3168 | "branch-alias": { |
||
| 3169 | "dev-master": "2.1.x-dev" |
||
| 3170 | } |
||
| 3171 | }, |
||
| 3172 | "autoload": { |
||
| 3173 | "classmap": [ |
||
| 3174 | "src/" |
||
| 3175 | ] |
||
| 3176 | }, |
||
| 3177 | "notification-url": "https://packagist.org/downloads/", |
||
| 3178 | "license": [ |
||
| 3179 | "BSD-3-Clause" |
||
| 3180 | ], |
||
| 3181 | "authors": [ |
||
| 3182 | { |
||
| 3183 | "name": "Jeff Welch", |
||
| 3184 | "email": "[email protected]" |
||
| 3185 | }, |
||
| 3186 | { |
||
| 3187 | "name": "Volker Dusch", |
||
| 3188 | "email": "[email protected]" |
||
| 3189 | }, |
||
| 3190 | { |
||
| 3191 | "name": "Bernhard Schussek", |
||
| 3192 | "email": "[email protected]" |
||
| 3193 | }, |
||
| 3194 | { |
||
| 3195 | "name": "Sebastian Bergmann", |
||
| 3196 | "email": "[email protected]" |
||
| 3197 | } |
||
| 3198 | ], |
||
| 3199 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 3200 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
| 3201 | "keywords": [ |
||
| 3202 | "comparator", |
||
| 3203 | "compare", |
||
| 3204 | "equality" |
||
| 3205 | ], |
||
| 3206 | "time": "2018-02-01T13:46:46+00:00" |
||
| 3207 | }, |
||
| 3208 | { |
||
| 3209 | "name": "sebastian/diff", |
||
| 3210 | "version": "3.0.0", |
||
| 3211 | "source": { |
||
| 3212 | "type": "git", |
||
| 3213 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 3214 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8" |
||
| 3215 | }, |
||
| 3216 | "dist": { |
||
| 3217 | "type": "zip", |
||
| 3218 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
| 3219 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
| 3220 | "shasum": "" |
||
| 3221 | }, |
||
| 3222 | "require": { |
||
| 3223 | "php": "^7.1" |
||
| 3224 | }, |
||
| 3225 | "require-dev": { |
||
| 3226 | "phpunit/phpunit": "^7.0", |
||
| 3227 | "symfony/process": "^2 || ^3.3 || ^4" |
||
| 3228 | }, |
||
| 3229 | "type": "library", |
||
| 3230 | "extra": { |
||
| 3231 | "branch-alias": { |
||
| 3232 | "dev-master": "3.0-dev" |
||
| 3233 | } |
||
| 3234 | }, |
||
| 3235 | "autoload": { |
||
| 3236 | "classmap": [ |
||
| 3237 | "src/" |
||
| 3238 | ] |
||
| 3239 | }, |
||
| 3240 | "notification-url": "https://packagist.org/downloads/", |
||
| 3241 | "license": [ |
||
| 3242 | "BSD-3-Clause" |
||
| 3243 | ], |
||
| 3244 | "authors": [ |
||
| 3245 | { |
||
| 3246 | "name": "Kore Nordmann", |
||
| 3247 | "email": "[email protected]" |
||
| 3248 | }, |
||
| 3249 | { |
||
| 3250 | "name": "Sebastian Bergmann", |
||
| 3251 | "email": "[email protected]" |
||
| 3252 | } |
||
| 3253 | ], |
||
| 3254 | "description": "Diff implementation", |
||
| 3255 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 3256 | "keywords": [ |
||
| 3257 | "diff", |
||
| 3258 | "udiff", |
||
| 3259 | "unidiff", |
||
| 3260 | "unified diff" |
||
| 3261 | ], |
||
| 3262 | "time": "2018-02-01T13:45:15+00:00" |
||
| 3263 | }, |
||
| 3264 | { |
||
| 3265 | "name": "sebastian/environment", |
||
| 3266 | "version": "3.1.0", |
||
| 3267 | "source": { |
||
| 3268 | "type": "git", |
||
| 3269 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 3270 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
| 3271 | }, |
||
| 3272 | "dist": { |
||
| 3273 | "type": "zip", |
||
| 3274 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
| 3275 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
| 3276 | "shasum": "" |
||
| 3277 | }, |
||
| 3278 | "require": { |
||
| 3279 | "php": "^7.0" |
||
| 3280 | }, |
||
| 3281 | "require-dev": { |
||
| 3282 | "phpunit/phpunit": "^6.1" |
||
| 3283 | }, |
||
| 3284 | "type": "library", |
||
| 3285 | "extra": { |
||
| 3286 | "branch-alias": { |
||
| 3287 | "dev-master": "3.1.x-dev" |
||
| 3288 | } |
||
| 3289 | }, |
||
| 3290 | "autoload": { |
||
| 3291 | "classmap": [ |
||
| 3292 | "src/" |
||
| 3293 | ] |
||
| 3294 | }, |
||
| 3295 | "notification-url": "https://packagist.org/downloads/", |
||
| 3296 | "license": [ |
||
| 3297 | "BSD-3-Clause" |
||
| 3298 | ], |
||
| 3299 | "authors": [ |
||
| 3300 | { |
||
| 3301 | "name": "Sebastian Bergmann", |
||
| 3302 | "email": "[email protected]" |
||
| 3303 | } |
||
| 3304 | ], |
||
| 3305 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 3306 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 3307 | "keywords": [ |
||
| 3308 | "Xdebug", |
||
| 3309 | "environment", |
||
| 3310 | "hhvm" |
||
| 3311 | ], |
||
| 3312 | "time": "2017-07-01T08:51:00+00:00" |
||
| 3313 | }, |
||
| 3314 | { |
||
| 3315 | "name": "sebastian/exporter", |
||
| 3316 | "version": "3.1.0", |
||
| 3317 | "source": { |
||
| 3318 | "type": "git", |
||
| 3319 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 3320 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
| 3321 | }, |
||
| 3322 | "dist": { |
||
| 3323 | "type": "zip", |
||
| 3324 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
| 3325 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
| 3326 | "shasum": "" |
||
| 3327 | }, |
||
| 3328 | "require": { |
||
| 3329 | "php": "^7.0", |
||
| 3330 | "sebastian/recursion-context": "^3.0" |
||
| 3331 | }, |
||
| 3332 | "require-dev": { |
||
| 3333 | "ext-mbstring": "*", |
||
| 3334 | "phpunit/phpunit": "^6.0" |
||
| 3335 | }, |
||
| 3336 | "type": "library", |
||
| 3337 | "extra": { |
||
| 3338 | "branch-alias": { |
||
| 3339 | "dev-master": "3.1.x-dev" |
||
| 3340 | } |
||
| 3341 | }, |
||
| 3342 | "autoload": { |
||
| 3343 | "classmap": [ |
||
| 3344 | "src/" |
||
| 3345 | ] |
||
| 3346 | }, |
||
| 3347 | "notification-url": "https://packagist.org/downloads/", |
||
| 3348 | "license": [ |
||
| 3349 | "BSD-3-Clause" |
||
| 3350 | ], |
||
| 3351 | "authors": [ |
||
| 3352 | { |
||
| 3353 | "name": "Jeff Welch", |
||
| 3354 | "email": "[email protected]" |
||
| 3355 | }, |
||
| 3356 | { |
||
| 3357 | "name": "Volker Dusch", |
||
| 3358 | "email": "[email protected]" |
||
| 3359 | }, |
||
| 3360 | { |
||
| 3361 | "name": "Bernhard Schussek", |
||
| 3362 | "email": "[email protected]" |
||
| 3363 | }, |
||
| 3364 | { |
||
| 3365 | "name": "Sebastian Bergmann", |
||
| 3366 | "email": "[email protected]" |
||
| 3367 | }, |
||
| 3368 | { |
||
| 3369 | "name": "Adam Harvey", |
||
| 3370 | "email": "[email protected]" |
||
| 3371 | } |
||
| 3372 | ], |
||
| 3373 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 3374 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 3375 | "keywords": [ |
||
| 3376 | "export", |
||
| 3377 | "exporter" |
||
| 3378 | ], |
||
| 3379 | "time": "2017-04-03T13:19:02+00:00" |
||
| 3380 | }, |
||
| 3381 | { |
||
| 3382 | "name": "sebastian/global-state", |
||
| 3383 | "version": "2.0.0", |
||
| 3384 | "source": { |
||
| 3385 | "type": "git", |
||
| 3386 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 3387 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
| 3388 | }, |
||
| 3389 | "dist": { |
||
| 3390 | "type": "zip", |
||
| 3391 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
| 3392 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
| 3393 | "shasum": "" |
||
| 3394 | }, |
||
| 3395 | "require": { |
||
| 3396 | "php": "^7.0" |
||
| 3397 | }, |
||
| 3398 | "require-dev": { |
||
| 3399 | "phpunit/phpunit": "^6.0" |
||
| 3400 | }, |
||
| 3401 | "suggest": { |
||
| 3402 | "ext-uopz": "*" |
||
| 3403 | }, |
||
| 3404 | "type": "library", |
||
| 3405 | "extra": { |
||
| 3406 | "branch-alias": { |
||
| 3407 | "dev-master": "2.0-dev" |
||
| 3408 | } |
||
| 3409 | }, |
||
| 3410 | "autoload": { |
||
| 3411 | "classmap": [ |
||
| 3412 | "src/" |
||
| 3413 | ] |
||
| 3414 | }, |
||
| 3415 | "notification-url": "https://packagist.org/downloads/", |
||
| 3416 | "license": [ |
||
| 3417 | "BSD-3-Clause" |
||
| 3418 | ], |
||
| 3419 | "authors": [ |
||
| 3420 | { |
||
| 3421 | "name": "Sebastian Bergmann", |
||
| 3422 | "email": "[email protected]" |
||
| 3423 | } |
||
| 3424 | ], |
||
| 3425 | "description": "Snapshotting of global state", |
||
| 3426 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 3427 | "keywords": [ |
||
| 3428 | "global state" |
||
| 3429 | ], |
||
| 3430 | "time": "2017-04-27T15:39:26+00:00" |
||
| 3431 | }, |
||
| 3432 | { |
||
| 3433 | "name": "sebastian/object-enumerator", |
||
| 3434 | "version": "3.0.3", |
||
| 3435 | "source": { |
||
| 3436 | "type": "git", |
||
| 3437 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 3438 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
| 3439 | }, |
||
| 3440 | "dist": { |
||
| 3441 | "type": "zip", |
||
| 3442 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
| 3443 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
| 3444 | "shasum": "" |
||
| 3445 | }, |
||
| 3446 | "require": { |
||
| 3447 | "php": "^7.0", |
||
| 3448 | "sebastian/object-reflector": "^1.1.1", |
||
| 3449 | "sebastian/recursion-context": "^3.0" |
||
| 3450 | }, |
||
| 3451 | "require-dev": { |
||
| 3452 | "phpunit/phpunit": "^6.0" |
||
| 3453 | }, |
||
| 3454 | "type": "library", |
||
| 3455 | "extra": { |
||
| 3456 | "branch-alias": { |
||
| 3457 | "dev-master": "3.0.x-dev" |
||
| 3458 | } |
||
| 3459 | }, |
||
| 3460 | "autoload": { |
||
| 3461 | "classmap": [ |
||
| 3462 | "src/" |
||
| 3463 | ] |
||
| 3464 | }, |
||
| 3465 | "notification-url": "https://packagist.org/downloads/", |
||
| 3466 | "license": [ |
||
| 3467 | "BSD-3-Clause" |
||
| 3468 | ], |
||
| 3469 | "authors": [ |
||
| 3470 | { |
||
| 3471 | "name": "Sebastian Bergmann", |
||
| 3472 | "email": "[email protected]" |
||
| 3473 | } |
||
| 3474 | ], |
||
| 3475 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 3476 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 3477 | "time": "2017-08-03T12:35:26+00:00" |
||
| 3478 | }, |
||
| 3479 | { |
||
| 3480 | "name": "sebastian/object-reflector", |
||
| 3481 | "version": "1.1.1", |
||
| 3482 | "source": { |
||
| 3483 | "type": "git", |
||
| 3484 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
| 3485 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
| 3486 | }, |
||
| 3487 | "dist": { |
||
| 3488 | "type": "zip", |
||
| 3489 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
| 3490 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
| 3491 | "shasum": "" |
||
| 3492 | }, |
||
| 3493 | "require": { |
||
| 3494 | "php": "^7.0" |
||
| 3495 | }, |
||
| 3496 | "require-dev": { |
||
| 3497 | "phpunit/phpunit": "^6.0" |
||
| 3498 | }, |
||
| 3499 | "type": "library", |
||
| 3500 | "extra": { |
||
| 3501 | "branch-alias": { |
||
| 3502 | "dev-master": "1.1-dev" |
||
| 3503 | } |
||
| 3504 | }, |
||
| 3505 | "autoload": { |
||
| 3506 | "classmap": [ |
||
| 3507 | "src/" |
||
| 3508 | ] |
||
| 3509 | }, |
||
| 3510 | "notification-url": "https://packagist.org/downloads/", |
||
| 3511 | "license": [ |
||
| 3512 | "BSD-3-Clause" |
||
| 3513 | ], |
||
| 3514 | "authors": [ |
||
| 3515 | { |
||
| 3516 | "name": "Sebastian Bergmann", |
||
| 3517 | "email": "[email protected]" |
||
| 3518 | } |
||
| 3519 | ], |
||
| 3520 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
| 3521 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
| 3522 | "time": "2017-03-29T09:07:27+00:00" |
||
| 3523 | }, |
||
| 3524 | { |
||
| 3525 | "name": "sebastian/recursion-context", |
||
| 3526 | "version": "3.0.0", |
||
| 3527 | "source": { |
||
| 3528 | "type": "git", |
||
| 3529 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 3530 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
| 3531 | }, |
||
| 3532 | "dist": { |
||
| 3533 | "type": "zip", |
||
| 3534 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
| 3535 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
| 3536 | "shasum": "" |
||
| 3537 | }, |
||
| 3538 | "require": { |
||
| 3539 | "php": "^7.0" |
||
| 3540 | }, |
||
| 3541 | "require-dev": { |
||
| 3542 | "phpunit/phpunit": "^6.0" |
||
| 3543 | }, |
||
| 3544 | "type": "library", |
||
| 3545 | "extra": { |
||
| 3546 | "branch-alias": { |
||
| 3547 | "dev-master": "3.0.x-dev" |
||
| 3548 | } |
||
| 3549 | }, |
||
| 3550 | "autoload": { |
||
| 3551 | "classmap": [ |
||
| 3552 | "src/" |
||
| 3553 | ] |
||
| 3554 | }, |
||
| 3555 | "notification-url": "https://packagist.org/downloads/", |
||
| 3556 | "license": [ |
||
| 3557 | "BSD-3-Clause" |
||
| 3558 | ], |
||
| 3559 | "authors": [ |
||
| 3560 | { |
||
| 3561 | "name": "Jeff Welch", |
||
| 3562 | "email": "[email protected]" |
||
| 3563 | }, |
||
| 3564 | { |
||
| 3565 | "name": "Sebastian Bergmann", |
||
| 3566 | "email": "[email protected]" |
||
| 3567 | }, |
||
| 3568 | { |
||
| 3569 | "name": "Adam Harvey", |
||
| 3570 | "email": "[email protected]" |
||
| 3571 | } |
||
| 3572 | ], |
||
| 3573 | "description": "Provides functionality to recursively process PHP variables", |
||
| 3574 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 3575 | "time": "2017-03-03T06:23:57+00:00" |
||
| 3576 | }, |
||
| 3577 | { |
||
| 3578 | "name": "sebastian/resource-operations", |
||
| 3579 | "version": "1.0.0", |
||
| 3580 | "source": { |
||
| 3581 | "type": "git", |
||
| 3582 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 3583 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 3584 | }, |
||
| 3585 | "dist": { |
||
| 3586 | "type": "zip", |
||
| 3587 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 3588 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 3589 | "shasum": "" |
||
| 3590 | }, |
||
| 3591 | "require": { |
||
| 3592 | "php": ">=5.6.0" |
||
| 3593 | }, |
||
| 3594 | "type": "library", |
||
| 3595 | "extra": { |
||
| 3596 | "branch-alias": { |
||
| 3597 | "dev-master": "1.0.x-dev" |
||
| 3598 | } |
||
| 3599 | }, |
||
| 3600 | "autoload": { |
||
| 3601 | "classmap": [ |
||
| 3602 | "src/" |
||
| 3603 | ] |
||
| 3604 | }, |
||
| 3605 | "notification-url": "https://packagist.org/downloads/", |
||
| 3606 | "license": [ |
||
| 3607 | "BSD-3-Clause" |
||
| 3608 | ], |
||
| 3609 | "authors": [ |
||
| 3610 | { |
||
| 3611 | "name": "Sebastian Bergmann", |
||
| 3612 | "email": "[email protected]" |
||
| 3613 | } |
||
| 3614 | ], |
||
| 3615 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 3616 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 3617 | "time": "2015-07-28T20:34:47+00:00" |
||
| 3618 | }, |
||
| 3619 | { |
||
| 3620 | "name": "sebastian/version", |
||
| 3621 | "version": "2.0.1", |
||
| 3622 | "source": { |
||
| 3623 | "type": "git", |
||
| 3624 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 3625 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
| 3626 | }, |
||
| 3627 | "dist": { |
||
| 3628 | "type": "zip", |
||
| 3629 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 3630 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 3631 | "shasum": "" |
||
| 3632 | }, |
||
| 3633 | "require": { |
||
| 3634 | "php": ">=5.6" |
||
| 3635 | }, |
||
| 3636 | "type": "library", |
||
| 3637 | "extra": { |
||
| 3638 | "branch-alias": { |
||
| 3639 | "dev-master": "2.0.x-dev" |
||
| 3640 | } |
||
| 3641 | }, |
||
| 3642 | "autoload": { |
||
| 3643 | "classmap": [ |
||
| 3644 | "src/" |
||
| 3645 | ] |
||
| 3646 | }, |
||
| 3647 | "notification-url": "https://packagist.org/downloads/", |
||
| 3648 | "license": [ |
||
| 3649 | "BSD-3-Clause" |
||
| 3650 | ], |
||
| 3651 | "authors": [ |
||
| 3652 | { |
||
| 3653 | "name": "Sebastian Bergmann", |
||
| 3654 | "email": "[email protected]", |
||
| 3655 | "role": "lead" |
||
| 3656 | } |
||
| 3657 | ], |
||
| 3658 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 3659 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 3660 | "time": "2016-10-03T07:35:21+00:00" |
||
| 3661 | }, |
||
| 3662 | { |
||
| 3663 | "name": "squizlabs/php_codesniffer", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 3664 | "version": "2.7.0", |
||
| 3665 | "source": { |
||
| 3666 | "type": "git", |
||
| 3667 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
| 3668 | "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed" |
||
| 3669 | }, |
||
| 3670 | "dist": { |
||
| 3671 | "type": "zip", |
||
| 3672 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", |
||
| 3673 | "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", |
||
| 3674 | "shasum": "" |
||
| 3675 | }, |
||
| 3676 | "require": { |
||
| 3677 | "ext-simplexml": "*", |
||
| 3678 | "ext-tokenizer": "*", |
||
| 3679 | "ext-xmlwriter": "*", |
||
| 3680 | "php": ">=5.1.2" |
||
| 3681 | }, |
||
| 3682 | "require-dev": { |
||
| 3683 | "phpunit/phpunit": "~4.0" |
||
| 3684 | }, |
||
| 3685 | "bin": [ |
||
| 3686 | "scripts/phpcs", |
||
| 3687 | "scripts/phpcbf" |
||
| 3688 | ], |
||
| 3689 | "type": "library", |
||
| 3690 | "extra": { |
||
| 3691 | "branch-alias": { |
||
| 3692 | "dev-master": "2.x-dev" |
||
| 3693 | } |
||
| 3694 | }, |
||
| 3695 | "autoload": { |
||
| 3696 | "classmap": [ |
||
| 3697 | "CodeSniffer.php", |
||
| 3698 | "CodeSniffer/CLI.php", |
||
| 3699 | "CodeSniffer/Exception.php", |
||
| 3700 | "CodeSniffer/File.php", |
||
| 3701 | "CodeSniffer/Fixer.php", |
||
| 3702 | "CodeSniffer/Report.php", |
||
| 3703 | "CodeSniffer/Reporting.php", |
||
| 3704 | "CodeSniffer/Sniff.php", |
||
| 3705 | "CodeSniffer/Tokens.php", |
||
| 3706 | "CodeSniffer/Reports/", |
||
| 3707 | "CodeSniffer/Tokenizers/", |
||
| 3708 | "CodeSniffer/DocGenerators/", |
||
| 3709 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
| 3710 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
| 3711 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
| 3712 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
| 3713 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
| 3714 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
| 3715 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
| 3716 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
| 3717 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
| 3718 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
| 3719 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
| 3720 | ] |
||
| 3721 | }, |
||
| 3722 | "notification-url": "https://packagist.org/downloads/", |
||
| 3723 | "license": [ |
||
| 3724 | "BSD-3-Clause" |
||
| 3725 | ], |
||
| 3726 | "authors": [ |
||
| 3727 | { |
||
| 3728 | "name": "Greg Sherwood", |
||
| 3729 | "role": "lead" |
||
| 3730 | } |
||
| 3731 | ], |
||
| 3732 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
| 3733 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
| 3734 | "keywords": [ |
||
| 3735 | "phpcs", |
||
| 3736 | "standards" |
||
| 3737 | ], |
||
| 3738 | "time": "2016-09-01T23:53:02+00:00" |
||
| 3739 | }, |
||
| 3740 | { |
||
| 3741 | "name": "symfony/yaml", |
||
| 3742 | "version": "v2.3.0", |
||
| 3743 | "target-dir": "Symfony/Component/Yaml", |
||
| 3744 | "source": { |
||
| 3745 | "type": "git", |
||
| 3746 | "url": "https://github.com/symfony/yaml.git", |
||
| 3747 | "reference": "246b25461b4ea52f8d38ea655ef04b3a02b9c3b4" |
||
| 3748 | }, |
||
| 3749 | "dist": { |
||
| 3750 | "type": "zip", |
||
| 3751 | "url": "https://api.github.com/repos/symfony/yaml/zipball/246b25461b4ea52f8d38ea655ef04b3a02b9c3b4", |
||
| 3752 | "reference": "246b25461b4ea52f8d38ea655ef04b3a02b9c3b4", |
||
| 3753 | "shasum": "" |
||
| 3754 | }, |
||
| 3755 | "require": { |
||
| 3756 | "php": ">=5.3.3" |
||
| 3757 | }, |
||
| 3758 | "type": "library", |
||
| 3759 | "extra": { |
||
| 3760 | "branch-alias": { |
||
| 3761 | "dev-master": "2.3-dev" |
||
| 3762 | } |
||
| 3763 | }, |
||
| 3764 | "autoload": { |
||
| 3765 | "psr-0": { |
||
| 3766 | "Symfony\\Component\\Yaml\\": "" |
||
| 3767 | } |
||
| 3768 | }, |
||
| 3769 | "notification-url": "https://packagist.org/downloads/", |
||
| 3770 | "license": [ |
||
| 3771 | "MIT" |
||
| 3772 | ], |
||
| 3773 | "authors": [ |
||
| 3774 | { |
||
| 3775 | "name": "Symfony Community", |
||
| 3776 | "homepage": "http://symfony.com/contributors" |
||
| 3777 | }, |
||
| 3778 | { |
||
| 3779 | "name": "Fabien Potencier", |
||
| 3780 | "email": "[email protected]" |
||
| 3781 | } |
||
| 3782 | ], |
||
| 3783 | "description": "Symfony Yaml Component", |
||
| 3784 | "homepage": "http://symfony.com", |
||
| 3785 | "time": "2013-05-10T18:12:13+00:00" |
||
| 3786 | }, |
||
| 3787 | { |
||
| 3788 | "name": "theseer/tokenizer", |
||
| 3789 | "version": "1.1.0", |
||
| 3790 | "source": { |
||
| 3791 | "type": "git", |
||
| 3792 | "url": "https://github.com/theseer/tokenizer.git", |
||
| 3793 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
| 3794 | }, |
||
| 3795 | "dist": { |
||
| 3796 | "type": "zip", |
||
| 3797 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
| 3798 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
| 3799 | "shasum": "" |
||
| 3800 | }, |
||
| 3801 | "require": { |
||
| 3802 | "ext-dom": "*", |
||
| 3803 | "ext-tokenizer": "*", |
||
| 3804 | "ext-xmlwriter": "*", |
||
| 3805 | "php": "^7.0" |
||
| 3806 | }, |
||
| 3807 | "type": "library", |
||
| 3808 | "autoload": { |
||
| 3809 | "classmap": [ |
||
| 3810 | "src/" |
||
| 3811 | ] |
||
| 3812 | }, |
||
| 3813 | "notification-url": "https://packagist.org/downloads/", |
||
| 3814 | "license": [ |
||
| 3815 | "BSD-3-Clause" |
||
| 3816 | ], |
||
| 3817 | "authors": [ |
||
| 3818 | { |
||
| 3819 | "name": "Arne Blankerts", |
||
| 3820 | "email": "[email protected]", |
||
| 3821 | "role": "Developer" |
||
| 3822 | } |
||
| 3823 | ], |
||
| 3824 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
| 3825 | "time": "2017-04-07T12:08:54+00:00" |
||
| 3826 | }, |
||
| 3827 | { |
||
| 3828 | "name": "zendframework/zend-code", |
||
| 3829 | "version": "2.6.0", |
||
| 3830 | "source": { |
||
| 3831 | "type": "git", |
||
| 3832 | "url": "https://github.com/zendframework/zend-code.git", |
||
| 3833 | "reference": "673371496718ad222217559dd7067832cf5e0d74" |
||
| 3834 | }, |
||
| 3835 | "dist": { |
||
| 3836 | "type": "zip", |
||
| 3837 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/673371496718ad222217559dd7067832cf5e0d74", |
||
| 3838 | "reference": "673371496718ad222217559dd7067832cf5e0d74", |
||
| 3839 | "shasum": "" |
||
| 3840 | }, |
||
| 3841 | "require": { |
||
| 3842 | "php": ">=5.5", |
||
| 3843 | "zendframework/zend-eventmanager": "^2.6|^3.0" |
||
| 3844 | }, |
||
| 3845 | "require-dev": { |
||
| 3846 | "doctrine/common": ">=2.1", |
||
| 3847 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 3848 | "phpunit/phpunit": "~4.0", |
||
| 3849 | "zendframework/zend-stdlib": "~2.7" |
||
| 3850 | }, |
||
| 3851 | "suggest": { |
||
| 3852 | "doctrine/common": "Doctrine\\Common >=2.1 for annotation features", |
||
| 3853 | "zendframework/zend-stdlib": "Zend\\Stdlib component" |
||
| 3854 | }, |
||
| 3855 | "type": "library", |
||
| 3856 | "extra": { |
||
| 3857 | "branch-alias": { |
||
| 3858 | "dev-master": "2.6-dev", |
||
| 3859 | "dev-develop": "2.7-dev" |
||
| 3860 | } |
||
| 3861 | }, |
||
| 3862 | "autoload": { |
||
| 3863 | "psr-4": { |
||
| 3864 | "Zend\\Code\\": "src/" |
||
| 3865 | } |
||
| 3866 | }, |
||
| 3867 | "notification-url": "https://packagist.org/downloads/", |
||
| 3868 | "license": [ |
||
| 3869 | "BSD-3-Clause" |
||
| 3870 | ], |
||
| 3871 | "description": "provides facilities to generate arbitrary code using an object oriented interface", |
||
| 3872 | "homepage": "https://github.com/zendframework/zend-code", |
||
| 3873 | "keywords": [ |
||
| 3874 | "code", |
||
| 3875 | "zf2" |
||
| 3876 | ], |
||
| 3877 | "time": "2015-11-18T18:25:47+00:00" |
||
| 3878 | }, |
||
| 3879 | { |
||
| 3880 | "name": "zendframework/zend-console", |
||
| 3881 | "version": "2.6.0", |
||
| 3882 | "source": { |
||
| 3883 | "type": "git", |
||
| 3884 | "url": "https://github.com/zendframework/zend-console.git", |
||
| 3885 | "reference": "cbbdfdfa0564aa20d1c6c6ef3daeafe6aec02360" |
||
| 3886 | }, |
||
| 3887 | "dist": { |
||
| 3888 | "type": "zip", |
||
| 3889 | "url": "https://api.github.com/repos/zendframework/zend-console/zipball/cbbdfdfa0564aa20d1c6c6ef3daeafe6aec02360", |
||
| 3890 | "reference": "cbbdfdfa0564aa20d1c6c6ef3daeafe6aec02360", |
||
| 3891 | "shasum": "" |
||
| 3892 | }, |
||
| 3893 | "require": { |
||
| 3894 | "php": "^5.5 || ^7.0", |
||
| 3895 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 3896 | }, |
||
| 3897 | "require-dev": { |
||
| 3898 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 3899 | "phpunit/phpunit": "^4.0", |
||
| 3900 | "zendframework/zend-filter": "^2.6", |
||
| 3901 | "zendframework/zend-json": "^2.6", |
||
| 3902 | "zendframework/zend-validator": "^2.5" |
||
| 3903 | }, |
||
| 3904 | "suggest": { |
||
| 3905 | "zendframework/zend-filter": "To support DefaultRouteMatcher usage", |
||
| 3906 | "zendframework/zend-validator": "To support DefaultRouteMatcher usage" |
||
| 3907 | }, |
||
| 3908 | "type": "library", |
||
| 3909 | "extra": { |
||
| 3910 | "branch-alias": { |
||
| 3911 | "dev-master": "2.6-dev", |
||
| 3912 | "dev-develop": "2.7-dev" |
||
| 3913 | } |
||
| 3914 | }, |
||
| 3915 | "autoload": { |
||
| 3916 | "psr-4": { |
||
| 3917 | "Zend\\Console\\": "src/" |
||
| 3918 | } |
||
| 3919 | }, |
||
| 3920 | "notification-url": "https://packagist.org/downloads/", |
||
| 3921 | "license": [ |
||
| 3922 | "BSD-3-Clause" |
||
| 3923 | ], |
||
| 3924 | "homepage": "https://github.com/zendframework/zend-console", |
||
| 3925 | "keywords": [ |
||
| 3926 | "console", |
||
| 3927 | "zf2" |
||
| 3928 | ], |
||
| 3929 | "time": "2016-02-09T17:15:12+00:00" |
||
| 3930 | }, |
||
| 3931 | { |
||
| 3932 | "name": "zendframework/zend-debug", |
||
| 3933 | "version": "2.5.0", |
||
| 3934 | "source": { |
||
| 3935 | "type": "git", |
||
| 3936 | "url": "https://github.com/zendframework/zend-debug.git", |
||
| 3937 | "reference": "b6f9df59155391ca683c479a0d758f66ef73b3b3" |
||
| 3938 | }, |
||
| 3939 | "dist": { |
||
| 3940 | "type": "zip", |
||
| 3941 | "url": "https://api.github.com/repos/zendframework/zend-debug/zipball/b6f9df59155391ca683c479a0d758f66ef73b3b3", |
||
| 3942 | "reference": "b6f9df59155391ca683c479a0d758f66ef73b3b3", |
||
| 3943 | "shasum": "" |
||
| 3944 | }, |
||
| 3945 | "require": { |
||
| 3946 | "php": ">=5.3.23" |
||
| 3947 | }, |
||
| 3948 | "require-dev": { |
||
| 3949 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 3950 | "phpunit/phpunit": "~4.0", |
||
| 3951 | "zendframework/zend-escaper": "2.*" |
||
| 3952 | }, |
||
| 3953 | "suggest": { |
||
| 3954 | "ext/xdebug": "XDebug, for better backtrace output", |
||
| 3955 | "zendframework/zend-escaper": "To support escaped output" |
||
| 3956 | }, |
||
| 3957 | "type": "library", |
||
| 3958 | "extra": { |
||
| 3959 | "branch-alias": { |
||
| 3960 | "dev-master": "2.5-dev", |
||
| 3961 | "dev-develop": "2.6-dev" |
||
| 3962 | } |
||
| 3963 | }, |
||
| 3964 | "autoload": { |
||
| 3965 | "psr-4": { |
||
| 3966 | "Zend\\Debug\\": "src/" |
||
| 3967 | } |
||
| 3968 | }, |
||
| 3969 | "notification-url": "https://packagist.org/downloads/", |
||
| 3970 | "license": [ |
||
| 3971 | "BSD-3-Clause" |
||
| 3972 | ], |
||
| 3973 | "homepage": "https://github.com/zendframework/zend-debug", |
||
| 3974 | "keywords": [ |
||
| 3975 | "debug", |
||
| 3976 | "zf2" |
||
| 3977 | ], |
||
| 3978 | "time": "2015-06-03T14:05:35+00:00" |
||
| 3979 | }, |
||
| 3980 | { |
||
| 3981 | "name": "zendframework/zend-developer-tools", |
||
| 3982 | "version": "1.1.0", |
||
| 3983 | "source": { |
||
| 3984 | "type": "git", |
||
| 3985 | "url": "https://github.com/zendframework/ZendDeveloperTools.git", |
||
| 3986 | "reference": "e772794d4163c61e909366d4907e22a629662842" |
||
| 3987 | }, |
||
| 3988 | "dist": { |
||
| 3989 | "type": "zip", |
||
| 3990 | "url": "https://api.github.com/repos/zendframework/ZendDeveloperTools/zipball/e772794d4163c61e909366d4907e22a629662842", |
||
| 3991 | "reference": "e772794d4163c61e909366d4907e22a629662842", |
||
| 3992 | "shasum": "" |
||
| 3993 | }, |
||
| 3994 | "require": { |
||
| 3995 | "php": "^5.6 || ^7.0", |
||
| 3996 | "zendframework/zend-debug": "^2.5 || ^3.0", |
||
| 3997 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
| 3998 | "zendframework/zend-modulemanager": "^2.7", |
||
| 3999 | "zendframework/zend-mvc": "^2.7 || ^3.0.1", |
||
| 4000 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 4001 | "zendframework/zend-stdlib": "^2.7 || ^3.0", |
||
| 4002 | "zendframework/zend-view": "^2.6" |
||
| 4003 | }, |
||
| 4004 | "require-dev": { |
||
| 4005 | "phpunit/phpunit": "^4.8 || ^5.0", |
||
| 4006 | "squizlabs/php_codesniffer": "~2.3.1" |
||
| 4007 | }, |
||
| 4008 | "suggest": { |
||
| 4009 | "aist/aist-git-tools": "Show you informations about current GIT repository", |
||
| 4010 | "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Zend) Db collector.", |
||
| 4011 | "doctrine/doctrine-orm-module": "Profile DoctrineORM queries", |
||
| 4012 | "jhuet/zdt-logger-module": "Show you log data from Zend\\Log", |
||
| 4013 | "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.", |
||
| 4014 | "san/san-session-toolbar": "SanSessionToolbar can help you see current Zend\\Session data you're using within your application.", |
||
| 4015 | "snapshotpl/zf-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Zend\\EventManager" |
||
| 4016 | }, |
||
| 4017 | "type": "library", |
||
| 4018 | "extra": { |
||
| 4019 | "branch-alias": { |
||
| 4020 | "dev-master": "1.1-dev", |
||
| 4021 | "dev-develop": "1.2-dev" |
||
| 4022 | }, |
||
| 4023 | "zf": { |
||
| 4024 | "module": "ZendDeveloperTools" |
||
| 4025 | } |
||
| 4026 | }, |
||
| 4027 | "autoload": { |
||
| 4028 | "psr-4": { |
||
| 4029 | "ZendDeveloperTools\\": "src/" |
||
| 4030 | } |
||
| 4031 | }, |
||
| 4032 | "notification-url": "https://packagist.org/downloads/", |
||
| 4033 | "license": [ |
||
| 4034 | "BSD-3-Clause" |
||
| 4035 | ], |
||
| 4036 | "authors": [ |
||
| 4037 | { |
||
| 4038 | "name": "Evan Coury", |
||
| 4039 | "email": "[email protected]", |
||
| 4040 | "homepage": "http://blog.evan.pro/" |
||
| 4041 | }, |
||
| 4042 | { |
||
| 4043 | "name": "Eric Boh", |
||
| 4044 | "email": "[email protected]" |
||
| 4045 | } |
||
| 4046 | ], |
||
| 4047 | "description": "Module for developer and debug tools for use with zend-mvc applications.", |
||
| 4048 | "homepage": "https://github.com/zendframework/ZendDeveloperTools", |
||
| 4049 | "keywords": [ |
||
| 4050 | "debug", |
||
| 4051 | "developer", |
||
| 4052 | "module", |
||
| 4053 | "zf2" |
||
| 4054 | ], |
||
| 4055 | "time": "2016-06-27T20:51:58+00:00" |
||
| 4056 | }, |
||
| 4057 | { |
||
| 4058 | "name": "zendframework/zend-i18n", |
||
| 4059 | "version": "2.7.3", |
||
| 4060 | "source": { |
||
| 4061 | "type": "git", |
||
| 4062 | "url": "https://github.com/zendframework/zend-i18n.git", |
||
| 4063 | "reference": "b2db0d8246a865c659f93199f90f5fc2cd2f3cd8" |
||
| 4064 | }, |
||
| 4065 | "dist": { |
||
| 4066 | "type": "zip", |
||
| 4067 | "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/b2db0d8246a865c659f93199f90f5fc2cd2f3cd8", |
||
| 4068 | "reference": "b2db0d8246a865c659f93199f90f5fc2cd2f3cd8", |
||
| 4069 | "shasum": "" |
||
| 4070 | }, |
||
| 4071 | "require": { |
||
| 4072 | "php": "^5.5 || ^7.0", |
||
| 4073 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 4074 | }, |
||
| 4075 | "require-dev": { |
||
| 4076 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 4077 | "phpunit/phpunit": "~4.0", |
||
| 4078 | "zendframework/zend-cache": "^2.6.1", |
||
| 4079 | "zendframework/zend-config": "^2.6", |
||
| 4080 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
| 4081 | "zendframework/zend-filter": "^2.6.1", |
||
| 4082 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 4083 | "zendframework/zend-validator": "^2.6", |
||
| 4084 | "zendframework/zend-view": "^2.6.3" |
||
| 4085 | }, |
||
| 4086 | "suggest": { |
||
| 4087 | "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", |
||
| 4088 | "zendframework/zend-cache": "Zend\\Cache component", |
||
| 4089 | "zendframework/zend-config": "Zend\\Config component", |
||
| 4090 | "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", |
||
| 4091 | "zendframework/zend-filter": "You should install this package to use the provided filters", |
||
| 4092 | "zendframework/zend-i18n-resources": "Translation resources", |
||
| 4093 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
| 4094 | "zendframework/zend-validator": "You should install this package to use the provided validators", |
||
| 4095 | "zendframework/zend-view": "You should install this package to use the provided view helpers" |
||
| 4096 | }, |
||
| 4097 | "type": "library", |
||
| 4098 | "extra": { |
||
| 4099 | "branch-alias": { |
||
| 4100 | "dev-master": "2.7-dev", |
||
| 4101 | "dev-develop": "2.8-dev" |
||
| 4102 | }, |
||
| 4103 | "zf": { |
||
| 4104 | "component": "Zend\\I18n", |
||
| 4105 | "config-provider": "Zend\\I18n\\ConfigProvider" |
||
| 4106 | } |
||
| 4107 | }, |
||
| 4108 | "autoload": { |
||
| 4109 | "psr-4": { |
||
| 4110 | "Zend\\I18n\\": "src/" |
||
| 4111 | } |
||
| 4112 | }, |
||
| 4113 | "notification-url": "https://packagist.org/downloads/", |
||
| 4114 | "license": [ |
||
| 4115 | "BSD-3-Clause" |
||
| 4116 | ], |
||
| 4117 | "homepage": "https://github.com/zendframework/zend-i18n", |
||
| 4118 | "keywords": [ |
||
| 4119 | "i18n", |
||
| 4120 | "zf2" |
||
| 4121 | ], |
||
| 4122 | "time": "2016-06-07T21:08:30+00:00" |
||
| 4123 | }, |
||
| 4124 | { |
||
| 4125 | "name": "zendframework/zend-json", |
||
| 4126 | "version": "2.6.0", |
||
| 4127 | "source": { |
||
| 4128 | "type": "git", |
||
| 4129 | "url": "https://github.com/zendframework/zend-json.git", |
||
| 4130 | "reference": "e2945611a98e1fefcaaf69969350a0bfa6a8d574" |
||
| 4131 | }, |
||
| 4132 | "dist": { |
||
| 4133 | "type": "zip", |
||
| 4134 | "url": "https://api.github.com/repos/zendframework/zend-json/zipball/e2945611a98e1fefcaaf69969350a0bfa6a8d574", |
||
| 4135 | "reference": "e2945611a98e1fefcaaf69969350a0bfa6a8d574", |
||
| 4136 | "shasum": "" |
||
| 4137 | }, |
||
| 4138 | "require": { |
||
| 4139 | "php": ">=5.5" |
||
| 4140 | }, |
||
| 4141 | "require-dev": { |
||
| 4142 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 4143 | "phpunit/phpunit": "~4.0", |
||
| 4144 | "zendframework/zend-http": "~2.5", |
||
| 4145 | "zendframework/zend-server": "~2.5", |
||
| 4146 | "zendframework/zend-stdlib": "~2.5", |
||
| 4147 | "zendframework/zendxml": "~1.0" |
||
| 4148 | }, |
||
| 4149 | "suggest": { |
||
| 4150 | "zendframework/zend-http": "Zend\\Http component", |
||
| 4151 | "zendframework/zend-server": "Zend\\Server component", |
||
| 4152 | "zendframework/zend-stdlib": "To use the cache for Zend\\Server", |
||
| 4153 | "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage" |
||
| 4154 | }, |
||
| 4155 | "type": "library", |
||
| 4156 | "extra": { |
||
| 4157 | "branch-alias": { |
||
| 4158 | "dev-master": "2.6-dev", |
||
| 4159 | "dev-develop": "2.7-dev" |
||
| 4160 | } |
||
| 4161 | }, |
||
| 4162 | "autoload": { |
||
| 4163 | "psr-4": { |
||
| 4164 | "Zend\\Json\\": "src/" |
||
| 4165 | } |
||
| 4166 | }, |
||
| 4167 | "notification-url": "https://packagist.org/downloads/", |
||
| 4168 | "license": [ |
||
| 4169 | "BSD-3-Clause" |
||
| 4170 | ], |
||
| 4171 | "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", |
||
| 4172 | "homepage": "https://github.com/zendframework/zend-json", |
||
| 4173 | "keywords": [ |
||
| 4174 | "json", |
||
| 4175 | "zf2" |
||
| 4176 | ], |
||
| 4177 | "time": "2015-11-18T13:59:33+00:00" |
||
| 4178 | }, |
||
| 4179 | { |
||
| 4180 | "name": "zendframework/zend-log", |
||
| 4181 | "version": "2.9.0", |
||
| 4182 | "source": { |
||
| 4183 | "type": "git", |
||
| 4184 | "url": "https://github.com/zendframework/zend-log.git", |
||
| 4185 | "reference": "0325ad00505b8f39d79f26e666dc851bfd25fdaa" |
||
| 4186 | }, |
||
| 4187 | "dist": { |
||
| 4188 | "type": "zip", |
||
| 4189 | "url": "https://api.github.com/repos/zendframework/zend-log/zipball/0325ad00505b8f39d79f26e666dc851bfd25fdaa", |
||
| 4190 | "reference": "0325ad00505b8f39d79f26e666dc851bfd25fdaa", |
||
| 4191 | "shasum": "" |
||
| 4192 | }, |
||
| 4193 | "require": { |
||
| 4194 | "php": "^5.6 || ^7.0", |
||
| 4195 | "psr/log": "^1.0", |
||
| 4196 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 4197 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 4198 | }, |
||
| 4199 | "provide": { |
||
| 4200 | "psr/log-implementation": "1.0.0" |
||
| 4201 | }, |
||
| 4202 | "require-dev": { |
||
| 4203 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 4204 | "mikey179/vfsstream": "^1.6", |
||
| 4205 | "phpunit/phpunit": "~4.0", |
||
| 4206 | "zendframework/zend-console": "^2.6", |
||
| 4207 | "zendframework/zend-db": "^2.6", |
||
| 4208 | "zendframework/zend-escaper": "^2.5", |
||
| 4209 | "zendframework/zend-filter": "^2.5", |
||
| 4210 | "zendframework/zend-mail": "^2.6.1", |
||
| 4211 | "zendframework/zend-validator": "^2.6" |
||
| 4212 | }, |
||
| 4213 | "suggest": { |
||
| 4214 | "ext-mongodb": "mongodb extension to use MongoDB writer", |
||
| 4215 | "zendframework/zend-console": "Zend\\Console component to use the RequestID log processor", |
||
| 4216 | "zendframework/zend-db": "Zend\\Db component to use the database log writer", |
||
| 4217 | "zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML log formatter", |
||
| 4218 | "zendframework/zend-mail": "Zend\\Mail component to use the email log writer", |
||
| 4219 | "zendframework/zend-validator": "Zend\\Validator component to block invalid log messages" |
||
| 4220 | }, |
||
| 4221 | "type": "library", |
||
| 4222 | "extra": { |
||
| 4223 | "branch-alias": { |
||
| 4224 | "dev-master": "2.9-dev", |
||
| 4225 | "dev-develop": "2.10-dev" |
||
| 4226 | }, |
||
| 4227 | "zf": { |
||
| 4228 | "component": "Zend\\Log", |
||
| 4229 | "config-provider": "Zend\\Log\\ConfigProvider" |
||
| 4230 | } |
||
| 4231 | }, |
||
| 4232 | "autoload": { |
||
| 4233 | "psr-4": { |
||
| 4234 | "Zend\\Log\\": "src/" |
||
| 4235 | } |
||
| 4236 | }, |
||
| 4237 | "notification-url": "https://packagist.org/downloads/", |
||
| 4238 | "license": [ |
||
| 4239 | "BSD-3-Clause" |
||
| 4240 | ], |
||
| 4241 | "description": "component for general purpose logging", |
||
| 4242 | "homepage": "https://github.com/zendframework/zend-log", |
||
| 4243 | "keywords": [ |
||
| 4244 | "log", |
||
| 4245 | "logging", |
||
| 4246 | "zf2" |
||
| 4247 | ], |
||
| 4248 | "time": "2016-06-22T22:25:25+00:00" |
||
| 4249 | }, |
||
| 4250 | { |
||
| 4251 | "name": "zendframework/zend-mvc-console", |
||
| 4252 | "version": "1.2.0", |
||
| 4253 | "source": { |
||
| 4254 | "type": "git", |
||
| 4255 | "url": "https://github.com/zendframework/zend-mvc-console.git", |
||
| 4256 | "reference": "821c18e0d57e71b370166bd2f35623befddaf2ee" |
||
| 4257 | }, |
||
| 4258 | "dist": { |
||
| 4259 | "type": "zip", |
||
| 4260 | "url": "https://api.github.com/repos/zendframework/zend-mvc-console/zipball/821c18e0d57e71b370166bd2f35623befddaf2ee", |
||
| 4261 | "reference": "821c18e0d57e71b370166bd2f35623befddaf2ee", |
||
| 4262 | "shasum": "" |
||
| 4263 | }, |
||
| 4264 | "require": { |
||
| 4265 | "container-interop/container-interop": "^1.1", |
||
| 4266 | "php": "^5.6 || ^7.0", |
||
| 4267 | "zendframework/zend-console": "^2.6", |
||
| 4268 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
| 4269 | "zendframework/zend-modulemanager": "^2.7.1", |
||
| 4270 | "zendframework/zend-mvc": "^3.0.3", |
||
| 4271 | "zendframework/zend-router": "^3.0", |
||
| 4272 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 4273 | "zendframework/zend-stdlib": "^2.7.5 || ^3.0", |
||
| 4274 | "zendframework/zend-text": "^2.6", |
||
| 4275 | "zendframework/zend-view": "^2.6.3" |
||
| 4276 | }, |
||
| 4277 | "conflict": { |
||
| 4278 | "zendframework/zend-mvc": "<3.0.0" |
||
| 4279 | }, |
||
| 4280 | "require-dev": { |
||
| 4281 | "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4", |
||
| 4282 | "zendframework/zend-coding-standard": "~1.0.0", |
||
| 4283 | "zendframework/zend-filter": "^2.6.1" |
||
| 4284 | }, |
||
| 4285 | "suggest": { |
||
| 4286 | "zendframework/zend-filter": "^2.6.1, to filter rendered results" |
||
| 4287 | }, |
||
| 4288 | "type": "library", |
||
| 4289 | "extra": { |
||
| 4290 | "branch-alias": { |
||
| 4291 | "dev-master": "1.2.x-dev", |
||
| 4292 | "dev-develop": "1.3.x-dev" |
||
| 4293 | }, |
||
| 4294 | "zf": { |
||
| 4295 | "component": "Zend\\Mvc\\Console" |
||
| 4296 | } |
||
| 4297 | }, |
||
| 4298 | "autoload": { |
||
| 4299 | "psr-4": { |
||
| 4300 | "Zend\\Mvc\\Console\\": "src/" |
||
| 4301 | } |
||
| 4302 | }, |
||
| 4303 | "notification-url": "https://packagist.org/downloads/", |
||
| 4304 | "license": [ |
||
| 4305 | "BSD-3-Clause" |
||
| 4306 | ], |
||
| 4307 | "description": "Integration between zend-mvc and zend-console", |
||
| 4308 | "keywords": [ |
||
| 4309 | "ZendFramework", |
||
| 4310 | "console", |
||
| 4311 | "mvc", |
||
| 4312 | "zf" |
||
| 4313 | ], |
||
| 4314 | "time": "2018-04-30T19:10:26+00:00" |
||
| 4315 | }, |
||
| 4316 | { |
||
| 4317 | "name": "zendframework/zend-serializer", |
||
| 4318 | "version": "2.8.0", |
||
| 4319 | "source": { |
||
| 4320 | "type": "git", |
||
| 4321 | "url": "https://github.com/zendframework/zend-serializer.git", |
||
| 4322 | "reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e" |
||
| 4323 | }, |
||
| 4324 | "dist": { |
||
| 4325 | "type": "zip", |
||
| 4326 | "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/ff74ea020f5f90866eb28365327e9bc765a61a6e", |
||
| 4327 | "reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e", |
||
| 4328 | "shasum": "" |
||
| 4329 | }, |
||
| 4330 | "require": { |
||
| 4331 | "php": "^5.6 || ^7.0", |
||
| 4332 | "zendframework/zend-json": "^2.5 || ^3.0", |
||
| 4333 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 4334 | }, |
||
| 4335 | "require-dev": { |
||
| 4336 | "phpunit/phpunit": "^4.5", |
||
| 4337 | "squizlabs/php_codesniffer": "^2.3.1", |
||
| 4338 | "zendframework/zend-math": "^2.6", |
||
| 4339 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
| 4340 | }, |
||
| 4341 | "suggest": { |
||
| 4342 | "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization", |
||
| 4343 | "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support" |
||
| 4344 | }, |
||
| 4345 | "type": "library", |
||
| 4346 | "extra": { |
||
| 4347 | "branch-alias": { |
||
| 4348 | "dev-master": "2.8-dev", |
||
| 4349 | "dev-develop": "2.9-dev" |
||
| 4350 | }, |
||
| 4351 | "zf": { |
||
| 4352 | "component": "Zend\\Serializer", |
||
| 4353 | "config-provider": "Zend\\Serializer\\ConfigProvider" |
||
| 4354 | } |
||
| 4355 | }, |
||
| 4356 | "autoload": { |
||
| 4357 | "psr-4": { |
||
| 4358 | "Zend\\Serializer\\": "src/" |
||
| 4359 | } |
||
| 4360 | }, |
||
| 4361 | "notification-url": "https://packagist.org/downloads/", |
||
| 4362 | "license": [ |
||
| 4363 | "BSD-3-Clause" |
||
| 4364 | ], |
||
| 4365 | "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", |
||
| 4366 | "homepage": "https://github.com/zendframework/zend-serializer", |
||
| 4367 | "keywords": [ |
||
| 4368 | "serializer", |
||
| 4369 | "zf2" |
||
| 4370 | ], |
||
| 4371 | "time": "2016-06-21T17:01:55+00:00" |
||
| 4372 | }, |
||
| 4373 | { |
||
| 4374 | "name": "zendframework/zend-text", |
||
| 4375 | "version": "2.6.0", |
||
| 4376 | "source": { |
||
| 4377 | "type": "git", |
||
| 4378 | "url": "https://github.com/zendframework/zend-text.git", |
||
| 4379 | "reference": "07ad9388e4d4f12620ad37b52a5b0e4ee7845f92" |
||
| 4380 | }, |
||
| 4381 | "dist": { |
||
| 4382 | "type": "zip", |
||
| 4383 | "url": "https://api.github.com/repos/zendframework/zend-text/zipball/07ad9388e4d4f12620ad37b52a5b0e4ee7845f92", |
||
| 4384 | "reference": "07ad9388e4d4f12620ad37b52a5b0e4ee7845f92", |
||
| 4385 | "shasum": "" |
||
| 4386 | }, |
||
| 4387 | "require": { |
||
| 4388 | "php": "^5.5 || ^7.0", |
||
| 4389 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
| 4390 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 4391 | }, |
||
| 4392 | "require-dev": { |
||
| 4393 | "fabpot/php-cs-fixer": "1.7.*", |
||
| 4394 | "phpunit/phpunit": "~4.0", |
||
| 4395 | "zendframework/zend-config": "^2.6" |
||
| 4396 | }, |
||
| 4397 | "type": "library", |
||
| 4398 | "extra": { |
||
| 4399 | "branch-alias": { |
||
| 4400 | "dev-master": "2.6-dev", |
||
| 4401 | "dev-develop": "2.7-dev" |
||
| 4402 | } |
||
| 4403 | }, |
||
| 4404 | "autoload": { |
||
| 4405 | "psr-4": { |
||
| 4406 | "Zend\\Text\\": "src/" |
||
| 4407 | } |
||
| 4408 | }, |
||
| 4409 | "notification-url": "https://packagist.org/downloads/", |
||
| 4410 | "license": [ |
||
| 4411 | "BSD-3-Clause" |
||
| 4412 | ], |
||
| 4413 | "homepage": "https://github.com/zendframework/zend-text", |
||
| 4414 | "keywords": [ |
||
| 4415 | "text", |
||
| 4416 | "zf2" |
||
| 4417 | ], |
||
| 4418 | "time": "2016-02-08T19:03:52+00:00" |
||
| 4419 | } |
||
| 4420 | ], |
||
| 4421 | "aliases": [], |
||
| 4422 | "minimum-stability": "stable", |
||
| 4423 | "stability-flags": [], |
||
| 4424 | "prefer-stable": false, |
||
| 4425 | "prefer-lowest": true, |
||
| 4426 | "platform": { |
||
| 4427 | "php": "^7.1" |
||
| 4428 | }, |
||
| 4429 | "platform-dev": [] |
||
| 4430 | } |
||
| 4431 |