renatomarinho /
laravel-gitscrum
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "43e2c47c8778f6aaca58ef7c35472e61", |
||
| 8 | "content-hash": "f6fc6c757567c0d21e774fb9174790aa", |
||
| 9 | "packages": [ |
||
| 10 | { |
||
| 11 | "name": "barryvdh/laravel-debugbar", |
||
| 12 | "version": "dev-master", |
||
| 13 | "source": { |
||
| 14 | "type": "git", |
||
| 15 | "url": "https://github.com/barryvdh/laravel-debugbar.git", |
||
| 16 | "reference": "52b6bee3bf2264665b308c2f87e4facaec89a9a5" |
||
| 17 | }, |
||
| 18 | "dist": { |
||
| 19 | "type": "zip", |
||
| 20 | "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/52b6bee3bf2264665b308c2f87e4facaec89a9a5", |
||
| 21 | "reference": "52b6bee3bf2264665b308c2f87e4facaec89a9a5", |
||
| 22 | "shasum": "" |
||
| 23 | }, |
||
| 24 | "require": { |
||
| 25 | "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*", |
||
| 26 | "maximebf/debugbar": "~1.13.0", |
||
| 27 | "php": ">=5.5.9", |
||
| 28 | "symfony/finder": "~2.7|~3.0" |
||
| 29 | }, |
||
| 30 | "type": "library", |
||
| 31 | "extra": { |
||
| 32 | "branch-alias": { |
||
| 33 | "dev-master": "2.3-dev" |
||
| 34 | } |
||
| 35 | }, |
||
| 36 | "autoload": { |
||
| 37 | "psr-4": { |
||
| 38 | "Barryvdh\\Debugbar\\": "src/" |
||
| 39 | }, |
||
| 40 | "files": [ |
||
| 41 | "src/helpers.php" |
||
| 42 | ] |
||
| 43 | }, |
||
| 44 | "notification-url": "https://packagist.org/downloads/", |
||
| 45 | "license": [ |
||
| 46 | "MIT" |
||
| 47 | ], |
||
| 48 | "authors": [ |
||
| 49 | { |
||
| 50 | "name": "Barry vd. Heuvel", |
||
| 51 | "email": "[email protected]" |
||
| 52 | } |
||
| 53 | ], |
||
| 54 | "description": "PHP Debugbar integration for Laravel", |
||
| 55 | "keywords": [ |
||
| 56 | "debug", |
||
| 57 | "debugbar", |
||
| 58 | "laravel", |
||
| 59 | "profiler", |
||
| 60 | "webprofiler" |
||
| 61 | ], |
||
| 62 | "time": "2016-12-16 10:13:33" |
||
| 63 | }, |
||
| 64 | { |
||
| 65 | "name": "classpreloader/classpreloader", |
||
| 66 | "version": "dev-master", |
||
| 67 | "source": { |
||
| 68 | "type": "git", |
||
| 69 | "url": "https://github.com/ClassPreloader/ClassPreloader.git", |
||
| 70 | "reference": "bc7206aa892b5a33f4680421b69b191efd32b096" |
||
| 71 | }, |
||
| 72 | "dist": { |
||
| 73 | "type": "zip", |
||
| 74 | "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/bc7206aa892b5a33f4680421b69b191efd32b096", |
||
| 75 | "reference": "bc7206aa892b5a33f4680421b69b191efd32b096", |
||
| 76 | "shasum": "" |
||
| 77 | }, |
||
| 78 | "require": { |
||
| 79 | "nikic/php-parser": "^1.0|^2.0|^3.0", |
||
| 80 | "php": ">=5.5.9" |
||
| 81 | }, |
||
| 82 | "require-dev": { |
||
| 83 | "phpunit/phpunit": "^4.8|^5.0" |
||
| 84 | }, |
||
| 85 | "type": "library", |
||
| 86 | "extra": { |
||
| 87 | "branch-alias": { |
||
| 88 | "dev-master": "3.1-dev" |
||
| 89 | } |
||
| 90 | }, |
||
| 91 | "autoload": { |
||
| 92 | "psr-4": { |
||
| 93 | "ClassPreloader\\": "src/" |
||
| 94 | } |
||
| 95 | }, |
||
| 96 | "notification-url": "https://packagist.org/downloads/", |
||
| 97 | "license": [ |
||
| 98 | "MIT" |
||
| 99 | ], |
||
| 100 | "authors": [ |
||
| 101 | { |
||
| 102 | "name": "Michael Dowling", |
||
| 103 | "email": "[email protected]" |
||
| 104 | }, |
||
| 105 | { |
||
| 106 | "name": "Graham Campbell", |
||
| 107 | "email": "[email protected]" |
||
| 108 | } |
||
| 109 | ], |
||
| 110 | "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", |
||
| 111 | "keywords": [ |
||
| 112 | "autoload", |
||
| 113 | "class", |
||
| 114 | "preload" |
||
| 115 | ], |
||
| 116 | "time": "2016-09-16 12:50:15" |
||
| 117 | }, |
||
| 118 | { |
||
| 119 | "name": "dnoegel/php-xdg-base-dir", |
||
| 120 | "version": "0.1", |
||
| 121 | "source": { |
||
| 122 | "type": "git", |
||
| 123 | "url": "https://github.com/dnoegel/php-xdg-base-dir.git", |
||
| 124 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" |
||
| 125 | }, |
||
| 126 | "dist": { |
||
| 127 | "type": "zip", |
||
| 128 | "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
| 129 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
| 130 | "shasum": "" |
||
| 131 | }, |
||
| 132 | "require": { |
||
| 133 | "php": ">=5.3.2" |
||
| 134 | }, |
||
| 135 | "require-dev": { |
||
| 136 | "phpunit/phpunit": "@stable" |
||
| 137 | }, |
||
| 138 | "type": "project", |
||
| 139 | "autoload": { |
||
| 140 | "psr-4": { |
||
| 141 | "XdgBaseDir\\": "src/" |
||
| 142 | } |
||
| 143 | }, |
||
| 144 | "notification-url": "https://packagist.org/downloads/", |
||
| 145 | "license": [ |
||
| 146 | "MIT" |
||
| 147 | ], |
||
| 148 | "description": "implementation of xdg base directory specification for php", |
||
| 149 | "time": "2014-10-24 07:27:01" |
||
| 150 | }, |
||
| 151 | { |
||
| 152 | "name": "doctrine/inflector", |
||
| 153 | "version": "dev-master", |
||
| 154 | "source": { |
||
| 155 | "type": "git", |
||
| 156 | "url": "https://github.com/doctrine/inflector.git", |
||
| 157 | "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392" |
||
| 158 | }, |
||
| 159 | "dist": { |
||
| 160 | "type": "zip", |
||
| 161 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/803a2ed9fea02f9ca47cd45395089fe78769a392", |
||
| 162 | "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392", |
||
| 163 | "shasum": "" |
||
| 164 | }, |
||
| 165 | "require": { |
||
| 166 | "php": ">=5.3.2" |
||
| 167 | }, |
||
| 168 | "require-dev": { |
||
| 169 | "phpunit/phpunit": "4.*" |
||
| 170 | }, |
||
| 171 | "type": "library", |
||
| 172 | "extra": { |
||
| 173 | "branch-alias": { |
||
| 174 | "dev-master": "1.1.x-dev" |
||
| 175 | } |
||
| 176 | }, |
||
| 177 | "autoload": { |
||
| 178 | "psr-0": { |
||
| 179 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 180 | } |
||
| 181 | }, |
||
| 182 | "notification-url": "https://packagist.org/downloads/", |
||
| 183 | "license": [ |
||
| 184 | "MIT" |
||
| 185 | ], |
||
| 186 | "authors": [ |
||
| 187 | { |
||
| 188 | "name": "Roman Borschel", |
||
| 189 | "email": "[email protected]" |
||
| 190 | }, |
||
| 191 | { |
||
| 192 | "name": "Benjamin Eberlei", |
||
| 193 | "email": "[email protected]" |
||
| 194 | }, |
||
| 195 | { |
||
| 196 | "name": "Guilherme Blanco", |
||
| 197 | "email": "[email protected]" |
||
| 198 | }, |
||
| 199 | { |
||
| 200 | "name": "Jonathan Wage", |
||
| 201 | "email": "[email protected]" |
||
| 202 | }, |
||
| 203 | { |
||
| 204 | "name": "Johannes Schmitt", |
||
| 205 | "email": "[email protected]" |
||
| 206 | } |
||
| 207 | ], |
||
| 208 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 209 | "homepage": "http://www.doctrine-project.org", |
||
| 210 | "keywords": [ |
||
| 211 | "inflection", |
||
| 212 | "pluralize", |
||
| 213 | "singularize", |
||
| 214 | "string" |
||
| 215 | ], |
||
| 216 | "time": "2016-05-12 17:23:41" |
||
| 217 | }, |
||
| 218 | { |
||
| 219 | "name": "graham-campbell/github", |
||
| 220 | "version": "v4.4.2", |
||
| 221 | "source": { |
||
| 222 | "type": "git", |
||
| 223 | "url": "https://github.com/GrahamCampbell/Laravel-GitHub.git", |
||
| 224 | "reference": "c9eb50ccae3e7997b3a50bdbdcbb4a8f669c3643" |
||
| 225 | }, |
||
| 226 | "dist": { |
||
| 227 | "type": "zip", |
||
| 228 | "url": "https://api.github.com/repos/GrahamCampbell/Laravel-GitHub/zipball/c9eb50ccae3e7997b3a50bdbdcbb4a8f669c3643", |
||
| 229 | "reference": "c9eb50ccae3e7997b3a50bdbdcbb4a8f669c3643", |
||
| 230 | "shasum": "" |
||
| 231 | }, |
||
| 232 | "require": { |
||
| 233 | "graham-campbell/manager": "^2.3", |
||
| 234 | "illuminate/contracts": "5.1.*|5.2.*|5.3.*", |
||
| 235 | "illuminate/support": "5.1.*|5.2.*|5.3.*", |
||
| 236 | "knplabs/github-api": "^1.3", |
||
| 237 | "php": ">=5.5.9", |
||
| 238 | "psr/log": "^1.0" |
||
| 239 | }, |
||
| 240 | "require-dev": { |
||
| 241 | "graham-campbell/testbench": "^3.1", |
||
| 242 | "mockery/mockery": "^0.9.4", |
||
| 243 | "phpunit/phpunit": "^4.8|^5.0" |
||
| 244 | }, |
||
| 245 | "type": "library", |
||
| 246 | "extra": { |
||
| 247 | "branch-alias": { |
||
| 248 | "dev-master": "4.4-dev" |
||
| 249 | } |
||
| 250 | }, |
||
| 251 | "autoload": { |
||
| 252 | "psr-4": { |
||
| 253 | "GrahamCampbell\\GitHub\\": "src/" |
||
| 254 | } |
||
| 255 | }, |
||
| 256 | "notification-url": "https://packagist.org/downloads/", |
||
| 257 | "license": [ |
||
| 258 | "MIT" |
||
| 259 | ], |
||
| 260 | "authors": [ |
||
| 261 | { |
||
| 262 | "name": "Graham Campbell", |
||
| 263 | "email": "[email protected]" |
||
| 264 | } |
||
| 265 | ], |
||
| 266 | "description": "GitHub Is A GitHub Bridge For Laravel 5", |
||
| 267 | "keywords": [ |
||
| 268 | "Bridge", |
||
| 269 | "Graham Campbell", |
||
| 270 | "GrahamCampbell", |
||
| 271 | "Laravel GitHub", |
||
| 272 | "Laravel-GitHub", |
||
| 273 | "PHP GitHub API", |
||
| 274 | "framework", |
||
| 275 | "github", |
||
| 276 | "github bridge", |
||
| 277 | "laravel", |
||
| 278 | "php-github-api" |
||
| 279 | ], |
||
| 280 | "time": "2016-06-09 22:39:14" |
||
| 281 | }, |
||
| 282 | { |
||
| 283 | "name": "graham-campbell/manager", |
||
| 284 | "version": "dev-master", |
||
| 285 | "source": { |
||
| 286 | "type": "git", |
||
| 287 | "url": "https://github.com/GrahamCampbell/Laravel-Manager.git", |
||
| 288 | "reference": "ea87ba63973bfd7a69d9b49081a08170b2c2d75f" |
||
| 289 | }, |
||
| 290 | "dist": { |
||
| 291 | "type": "zip", |
||
| 292 | "url": "https://api.github.com/repos/GrahamCampbell/Laravel-Manager/zipball/ea87ba63973bfd7a69d9b49081a08170b2c2d75f", |
||
| 293 | "reference": "ea87ba63973bfd7a69d9b49081a08170b2c2d75f", |
||
| 294 | "shasum": "" |
||
| 295 | }, |
||
| 296 | "require": { |
||
| 297 | "illuminate/contracts": "5.1.*|5.2.*|5.3.*", |
||
| 298 | "illuminate/support": "5.1.*|5.2.*|5.3.*", |
||
| 299 | "php": ">=5.5.9" |
||
| 300 | }, |
||
| 301 | "require-dev": { |
||
| 302 | "graham-campbell/testbench-core": "^1.1", |
||
| 303 | "mockery/mockery": "^0.9.4", |
||
| 304 | "phpunit/phpunit": "^4.8|^5.0" |
||
| 305 | }, |
||
| 306 | "type": "library", |
||
| 307 | "extra": { |
||
| 308 | "branch-alias": { |
||
| 309 | "dev-master": "2.4-dev" |
||
| 310 | } |
||
| 311 | }, |
||
| 312 | "autoload": { |
||
| 313 | "psr-4": { |
||
| 314 | "GrahamCampbell\\Manager\\": "src/" |
||
| 315 | } |
||
| 316 | }, |
||
| 317 | "notification-url": "https://packagist.org/downloads/", |
||
| 318 | "license": [ |
||
| 319 | "MIT" |
||
| 320 | ], |
||
| 321 | "authors": [ |
||
| 322 | { |
||
| 323 | "name": "Graham Campbell", |
||
| 324 | "email": "[email protected]" |
||
| 325 | } |
||
| 326 | ], |
||
| 327 | "description": "Manager Provides Some Manager Functionality For Laravel 5", |
||
| 328 | "keywords": [ |
||
| 329 | "Graham Campbell", |
||
| 330 | "GrahamCampbell", |
||
| 331 | "Laravel Manager", |
||
| 332 | "Laravel-Manager", |
||
| 333 | "connector", |
||
| 334 | "framework", |
||
| 335 | "interface", |
||
| 336 | "laravel", |
||
| 337 | "manager" |
||
| 338 | ], |
||
| 339 | "time": "2016-08-04 11:12:46" |
||
| 340 | }, |
||
| 341 | { |
||
| 342 | "name": "guzzle/guzzle", |
||
| 343 | "version": "dev-master", |
||
| 344 | "source": { |
||
| 345 | "type": "git", |
||
| 346 | "url": "https://github.com/guzzle/guzzle3.git", |
||
| 347 | "reference": "f7778ed85e3db90009d79725afd6c3a82dab32fe" |
||
| 348 | }, |
||
| 349 | "dist": { |
||
| 350 | "type": "zip", |
||
| 351 | "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/f7778ed85e3db90009d79725afd6c3a82dab32fe", |
||
| 352 | "reference": "f7778ed85e3db90009d79725afd6c3a82dab32fe", |
||
| 353 | "shasum": "" |
||
| 354 | }, |
||
| 355 | "require": { |
||
| 356 | "ext-curl": "*", |
||
| 357 | "php": ">=5.3.3", |
||
| 358 | "symfony/event-dispatcher": "~2.1" |
||
| 359 | }, |
||
| 360 | "replace": { |
||
| 361 | "guzzle/batch": "self.version", |
||
| 362 | "guzzle/cache": "self.version", |
||
| 363 | "guzzle/common": "self.version", |
||
| 364 | "guzzle/http": "self.version", |
||
| 365 | "guzzle/inflection": "self.version", |
||
| 366 | "guzzle/iterator": "self.version", |
||
| 367 | "guzzle/log": "self.version", |
||
| 368 | "guzzle/parser": "self.version", |
||
| 369 | "guzzle/plugin": "self.version", |
||
| 370 | "guzzle/plugin-async": "self.version", |
||
| 371 | "guzzle/plugin-backoff": "self.version", |
||
| 372 | "guzzle/plugin-cache": "self.version", |
||
| 373 | "guzzle/plugin-cookie": "self.version", |
||
| 374 | "guzzle/plugin-curlauth": "self.version", |
||
| 375 | "guzzle/plugin-error-response": "self.version", |
||
| 376 | "guzzle/plugin-history": "self.version", |
||
| 377 | "guzzle/plugin-log": "self.version", |
||
| 378 | "guzzle/plugin-md5": "self.version", |
||
| 379 | "guzzle/plugin-mock": "self.version", |
||
| 380 | "guzzle/plugin-oauth": "self.version", |
||
| 381 | "guzzle/service": "self.version", |
||
| 382 | "guzzle/stream": "self.version" |
||
| 383 | }, |
||
| 384 | "require-dev": { |
||
| 385 | "doctrine/cache": "~1.3", |
||
| 386 | "monolog/monolog": "~1.0", |
||
| 387 | "phpunit/phpunit": "3.7.*", |
||
| 388 | "psr/log": "~1.0", |
||
| 389 | "symfony/class-loader": "~2.1", |
||
| 390 | "zendframework/zend-cache": "2.*,<2.3", |
||
| 391 | "zendframework/zend-log": "2.*,<2.3" |
||
| 392 | }, |
||
| 393 | "suggest": { |
||
| 394 | "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
||
| 395 | }, |
||
| 396 | "type": "library", |
||
| 397 | "extra": { |
||
| 398 | "branch-alias": { |
||
| 399 | "dev-master": "3.9-dev" |
||
| 400 | } |
||
| 401 | }, |
||
| 402 | "autoload": { |
||
| 403 | "psr-0": { |
||
| 404 | "Guzzle": "src/", |
||
| 405 | "Guzzle\\Tests": "tests/" |
||
| 406 | } |
||
| 407 | }, |
||
| 408 | "notification-url": "https://packagist.org/downloads/", |
||
| 409 | "license": [ |
||
| 410 | "MIT" |
||
| 411 | ], |
||
| 412 | "authors": [ |
||
| 413 | { |
||
| 414 | "name": "Michael Dowling", |
||
| 415 | "email": "[email protected]", |
||
| 416 | "homepage": "https://github.com/mtdowling" |
||
| 417 | }, |
||
| 418 | { |
||
| 419 | "name": "Guzzle Community", |
||
| 420 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
| 421 | } |
||
| 422 | ], |
||
| 423 | "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
||
| 424 | "homepage": "http://guzzlephp.org/", |
||
| 425 | "keywords": [ |
||
| 426 | "client", |
||
| 427 | "curl", |
||
| 428 | "framework", |
||
| 429 | "http", |
||
| 430 | "http client", |
||
| 431 | "rest", |
||
| 432 | "web service" |
||
| 433 | ], |
||
| 434 | "abandoned": "guzzlehttp/guzzle", |
||
| 435 | "time": "2016-10-26 18:22:07" |
||
| 436 | }, |
||
| 437 | { |
||
| 438 | "name": "guzzlehttp/guzzle", |
||
| 439 | "version": "dev-master", |
||
| 440 | "source": { |
||
| 441 | "type": "git", |
||
| 442 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 443 | "reference": "dfadff37efcfd42230eef1350009898b7b9af40a" |
||
| 444 | }, |
||
| 445 | "dist": { |
||
| 446 | "type": "zip", |
||
| 447 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/dfadff37efcfd42230eef1350009898b7b9af40a", |
||
| 448 | "reference": "dfadff37efcfd42230eef1350009898b7b9af40a", |
||
| 449 | "shasum": "" |
||
| 450 | }, |
||
| 451 | "require": { |
||
| 452 | "guzzlehttp/promises": "^1.0", |
||
| 453 | "guzzlehttp/psr7": "^1.3.1", |
||
| 454 | "php": ">=5.5" |
||
| 455 | }, |
||
| 456 | "require-dev": { |
||
| 457 | "ext-curl": "*", |
||
| 458 | "phpunit/phpunit": "^4.0", |
||
| 459 | "psr/log": "^1.0" |
||
| 460 | }, |
||
| 461 | "type": "library", |
||
| 462 | "extra": { |
||
| 463 | "branch-alias": { |
||
| 464 | "dev-master": "6.2-dev" |
||
| 465 | } |
||
| 466 | }, |
||
| 467 | "autoload": { |
||
| 468 | "files": [ |
||
| 469 | "src/functions_include.php" |
||
| 470 | ], |
||
| 471 | "psr-4": { |
||
| 472 | "GuzzleHttp\\": "src/" |
||
| 473 | } |
||
| 474 | }, |
||
| 475 | "notification-url": "https://packagist.org/downloads/", |
||
| 476 | "license": [ |
||
| 477 | "MIT" |
||
| 478 | ], |
||
| 479 | "authors": [ |
||
| 480 | { |
||
| 481 | "name": "Michael Dowling", |
||
| 482 | "email": "[email protected]", |
||
| 483 | "homepage": "https://github.com/mtdowling" |
||
| 484 | } |
||
| 485 | ], |
||
| 486 | "description": "Guzzle is a PHP HTTP client library", |
||
| 487 | "homepage": "http://guzzlephp.org/", |
||
| 488 | "keywords": [ |
||
| 489 | "client", |
||
| 490 | "curl", |
||
| 491 | "framework", |
||
| 492 | "http", |
||
| 493 | "http client", |
||
| 494 | "rest", |
||
| 495 | "web service" |
||
| 496 | ], |
||
| 497 | "time": "2016-12-15 09:53:31" |
||
| 498 | }, |
||
| 499 | { |
||
| 500 | "name": "guzzlehttp/promises", |
||
| 501 | "version": "dev-master", |
||
| 502 | "source": { |
||
| 503 | "type": "git", |
||
| 504 | "url": "https://github.com/guzzle/promises.git", |
||
| 505 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
| 506 | }, |
||
| 507 | "dist": { |
||
| 508 | "type": "zip", |
||
| 509 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 510 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 511 | "shasum": "" |
||
| 512 | }, |
||
| 513 | "require": { |
||
| 514 | "php": ">=5.5.0" |
||
| 515 | }, |
||
| 516 | "require-dev": { |
||
| 517 | "phpunit/phpunit": "^4.0" |
||
| 518 | }, |
||
| 519 | "type": "library", |
||
| 520 | "extra": { |
||
| 521 | "branch-alias": { |
||
| 522 | "dev-master": "1.4-dev" |
||
| 523 | } |
||
| 524 | }, |
||
| 525 | "autoload": { |
||
| 526 | "psr-4": { |
||
| 527 | "GuzzleHttp\\Promise\\": "src/" |
||
| 528 | }, |
||
| 529 | "files": [ |
||
| 530 | "src/functions_include.php" |
||
| 531 | ] |
||
| 532 | }, |
||
| 533 | "notification-url": "https://packagist.org/downloads/", |
||
| 534 | "license": [ |
||
| 535 | "MIT" |
||
| 536 | ], |
||
| 537 | "authors": [ |
||
| 538 | { |
||
| 539 | "name": "Michael Dowling", |
||
| 540 | "email": "[email protected]", |
||
| 541 | "homepage": "https://github.com/mtdowling" |
||
| 542 | } |
||
| 543 | ], |
||
| 544 | "description": "Guzzle promises library", |
||
| 545 | "keywords": [ |
||
| 546 | "promise" |
||
| 547 | ], |
||
| 548 | "time": "2016-12-20 10:07:11" |
||
| 549 | }, |
||
| 550 | { |
||
| 551 | "name": "guzzlehttp/psr7", |
||
| 552 | "version": "dev-master", |
||
| 553 | "source": { |
||
| 554 | "type": "git", |
||
| 555 | "url": "https://github.com/guzzle/psr7.git", |
||
| 556 | "reference": "5f17a79615bd36d52d3b3ce44075aec02605d8bf" |
||
| 557 | }, |
||
| 558 | "dist": { |
||
| 559 | "type": "zip", |
||
| 560 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/5f17a79615bd36d52d3b3ce44075aec02605d8bf", |
||
| 561 | "reference": "5f17a79615bd36d52d3b3ce44075aec02605d8bf", |
||
| 562 | "shasum": "" |
||
| 563 | }, |
||
| 564 | "require": { |
||
| 565 | "php": ">=5.4.0", |
||
| 566 | "psr/http-message": "~1.0" |
||
| 567 | }, |
||
| 568 | "provide": { |
||
| 569 | "psr/http-message-implementation": "1.0" |
||
| 570 | }, |
||
| 571 | "require-dev": { |
||
| 572 | "phpunit/phpunit": "~4.0" |
||
| 573 | }, |
||
| 574 | "type": "library", |
||
| 575 | "extra": { |
||
| 576 | "branch-alias": { |
||
| 577 | "dev-master": "1.4-dev" |
||
| 578 | } |
||
| 579 | }, |
||
| 580 | "autoload": { |
||
| 581 | "psr-4": { |
||
| 582 | "GuzzleHttp\\Psr7\\": "src/" |
||
| 583 | }, |
||
| 584 | "files": [ |
||
| 585 | "src/functions_include.php" |
||
| 586 | ] |
||
| 587 | }, |
||
| 588 | "notification-url": "https://packagist.org/downloads/", |
||
| 589 | "license": [ |
||
| 590 | "MIT" |
||
| 591 | ], |
||
| 592 | "authors": [ |
||
| 593 | { |
||
| 594 | "name": "Michael Dowling", |
||
| 595 | "email": "[email protected]", |
||
| 596 | "homepage": "https://github.com/mtdowling" |
||
| 597 | }, |
||
| 598 | { |
||
| 599 | "name": "Tobias Schultze", |
||
| 600 | "homepage": "https://github.com/Tobion" |
||
| 601 | } |
||
| 602 | ], |
||
| 603 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
| 604 | "keywords": [ |
||
| 605 | "http", |
||
| 606 | "message", |
||
| 607 | "request", |
||
| 608 | "response", |
||
| 609 | "stream", |
||
| 610 | "uri", |
||
| 611 | "url" |
||
| 612 | ], |
||
| 613 | "time": "2016-11-02 14:11:11" |
||
| 614 | }, |
||
| 615 | { |
||
| 616 | "name": "intervention/image", |
||
| 617 | "version": "dev-master", |
||
| 618 | "source": { |
||
| 619 | "type": "git", |
||
| 620 | "url": "https://github.com/Intervention/image.git", |
||
| 621 | "reference": "4064a980324f6c3bfa2bd981dfb247afa705ec3c" |
||
| 622 | }, |
||
| 623 | "dist": { |
||
| 624 | "type": "zip", |
||
| 625 | "url": "https://api.github.com/repos/Intervention/image/zipball/4064a980324f6c3bfa2bd981dfb247afa705ec3c", |
||
| 626 | "reference": "4064a980324f6c3bfa2bd981dfb247afa705ec3c", |
||
| 627 | "shasum": "" |
||
| 628 | }, |
||
| 629 | "require": { |
||
| 630 | "ext-fileinfo": "*", |
||
| 631 | "guzzlehttp/psr7": "~1.1", |
||
| 632 | "php": ">=5.4.0" |
||
| 633 | }, |
||
| 634 | "require-dev": { |
||
| 635 | "mockery/mockery": "~0.9.2", |
||
| 636 | "phpunit/phpunit": "3.*" |
||
| 637 | }, |
||
| 638 | "suggest": { |
||
| 639 | "ext-gd": "to use GD library based image processing.", |
||
| 640 | "ext-imagick": "to use Imagick based image processing.", |
||
| 641 | "intervention/imagecache": "Caching extension for the Intervention Image library" |
||
| 642 | }, |
||
| 643 | "type": "library", |
||
| 644 | "extra": { |
||
| 645 | "branch-alias": { |
||
| 646 | "dev-master": "2.3-dev" |
||
| 647 | } |
||
| 648 | }, |
||
| 649 | "autoload": { |
||
| 650 | "psr-4": { |
||
| 651 | "Intervention\\Image\\": "src/Intervention/Image" |
||
| 652 | } |
||
| 653 | }, |
||
| 654 | "notification-url": "https://packagist.org/downloads/", |
||
| 655 | "license": [ |
||
| 656 | "MIT" |
||
| 657 | ], |
||
| 658 | "authors": [ |
||
| 659 | { |
||
| 660 | "name": "Oliver Vogel", |
||
| 661 | "email": "[email protected]", |
||
| 662 | "homepage": "http://olivervogel.net/" |
||
| 663 | } |
||
| 664 | ], |
||
| 665 | "description": "Image handling and manipulation library with support for Laravel integration", |
||
| 666 | "homepage": "http://image.intervention.io/", |
||
| 667 | "keywords": [ |
||
| 668 | "gd", |
||
| 669 | "image", |
||
| 670 | "imagick", |
||
| 671 | "laravel", |
||
| 672 | "thumbnail", |
||
| 673 | "watermark" |
||
| 674 | ], |
||
| 675 | "time": "2016-09-01 17:04:03" |
||
| 676 | }, |
||
| 677 | { |
||
| 678 | "name": "jakub-onderka/php-console-color", |
||
| 679 | "version": "0.1", |
||
| 680 | "source": { |
||
| 681 | "type": "git", |
||
| 682 | "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", |
||
| 683 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" |
||
| 684 | }, |
||
| 685 | "dist": { |
||
| 686 | "type": "zip", |
||
| 687 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
| 688 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
| 689 | "shasum": "" |
||
| 690 | }, |
||
| 691 | "require": { |
||
| 692 | "php": ">=5.3.2" |
||
| 693 | }, |
||
| 694 | "require-dev": { |
||
| 695 | "jakub-onderka/php-code-style": "1.0", |
||
| 696 | "jakub-onderka/php-parallel-lint": "0.*", |
||
| 697 | "jakub-onderka/php-var-dump-check": "0.*", |
||
| 698 | "phpunit/phpunit": "3.7.*", |
||
| 699 | "squizlabs/php_codesniffer": "1.*" |
||
| 700 | }, |
||
| 701 | "type": "library", |
||
| 702 | "autoload": { |
||
| 703 | "psr-0": { |
||
| 704 | "JakubOnderka\\PhpConsoleColor": "src/" |
||
| 705 | } |
||
| 706 | }, |
||
| 707 | "notification-url": "https://packagist.org/downloads/", |
||
| 708 | "license": [ |
||
| 709 | "BSD-2-Clause" |
||
| 710 | ], |
||
| 711 | "authors": [ |
||
| 712 | { |
||
| 713 | "name": "Jakub Onderka", |
||
| 714 | "email": "[email protected]", |
||
| 715 | "homepage": "http://www.acci.cz" |
||
| 716 | } |
||
| 717 | ], |
||
| 718 | "time": "2014-04-08 15:00:19" |
||
| 719 | }, |
||
| 720 | { |
||
| 721 | "name": "jakub-onderka/php-console-highlighter", |
||
| 722 | "version": "v0.3.2", |
||
| 723 | "source": { |
||
| 724 | "type": "git", |
||
| 725 | "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
||
| 726 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
||
| 727 | }, |
||
| 728 | "dist": { |
||
| 729 | "type": "zip", |
||
| 730 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
| 731 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
| 732 | "shasum": "" |
||
| 733 | }, |
||
| 734 | "require": { |
||
| 735 | "jakub-onderka/php-console-color": "~0.1", |
||
| 736 | "php": ">=5.3.0" |
||
| 737 | }, |
||
| 738 | "require-dev": { |
||
| 739 | "jakub-onderka/php-code-style": "~1.0", |
||
| 740 | "jakub-onderka/php-parallel-lint": "~0.5", |
||
| 741 | "jakub-onderka/php-var-dump-check": "~0.1", |
||
| 742 | "phpunit/phpunit": "~4.0", |
||
| 743 | "squizlabs/php_codesniffer": "~1.5" |
||
| 744 | }, |
||
| 745 | "type": "library", |
||
| 746 | "autoload": { |
||
| 747 | "psr-0": { |
||
| 748 | "JakubOnderka\\PhpConsoleHighlighter": "src/" |
||
| 749 | } |
||
| 750 | }, |
||
| 751 | "notification-url": "https://packagist.org/downloads/", |
||
| 752 | "license": [ |
||
| 753 | "MIT" |
||
| 754 | ], |
||
| 755 | "authors": [ |
||
| 756 | { |
||
| 757 | "name": "Jakub Onderka", |
||
| 758 | "email": "[email protected]", |
||
| 759 | "homepage": "http://www.acci.cz/" |
||
| 760 | } |
||
| 761 | ], |
||
| 762 | "time": "2015-04-20 18:58:01" |
||
| 763 | }, |
||
| 764 | { |
||
| 765 | "name": "jeremeamia/SuperClosure", |
||
| 766 | "version": "dev-master", |
||
| 767 | "source": { |
||
| 768 | "type": "git", |
||
| 769 | "url": "https://github.com/jeremeamia/super_closure.git", |
||
| 770 | "reference": "443c3df3207f176a1b41576ee2a66968a507b3db" |
||
| 771 | }, |
||
| 772 | "dist": { |
||
| 773 | "type": "zip", |
||
| 774 | "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/443c3df3207f176a1b41576ee2a66968a507b3db", |
||
| 775 | "reference": "443c3df3207f176a1b41576ee2a66968a507b3db", |
||
| 776 | "shasum": "" |
||
| 777 | }, |
||
| 778 | "require": { |
||
| 779 | "nikic/php-parser": "^1.2|^2.0|^3.0", |
||
| 780 | "php": ">=5.4", |
||
| 781 | "symfony/polyfill-php56": "^1.0" |
||
| 782 | }, |
||
| 783 | "require-dev": { |
||
| 784 | "phpunit/phpunit": "^4.0|^5.0" |
||
| 785 | }, |
||
| 786 | "type": "library", |
||
| 787 | "extra": { |
||
| 788 | "branch-alias": { |
||
| 789 | "dev-master": "2.3-dev" |
||
| 790 | } |
||
| 791 | }, |
||
| 792 | "autoload": { |
||
| 793 | "psr-4": { |
||
| 794 | "SuperClosure\\": "src/" |
||
| 795 | } |
||
| 796 | }, |
||
| 797 | "notification-url": "https://packagist.org/downloads/", |
||
| 798 | "license": [ |
||
| 799 | "MIT" |
||
| 800 | ], |
||
| 801 | "authors": [ |
||
| 802 | { |
||
| 803 | "name": "Jeremy Lindblom", |
||
| 804 | "email": "[email protected]", |
||
| 805 | "homepage": "https://github.com/jeremeamia", |
||
| 806 | "role": "Developer" |
||
| 807 | } |
||
| 808 | ], |
||
| 809 | "description": "Serialize Closure objects, including their context and binding", |
||
| 810 | "homepage": "https://github.com/jeremeamia/super_closure", |
||
| 811 | "keywords": [ |
||
| 812 | "closure", |
||
| 813 | "function", |
||
| 814 | "lambda", |
||
| 815 | "parser", |
||
| 816 | "serializable", |
||
| 817 | "serialize", |
||
| 818 | "tokenizer" |
||
| 819 | ], |
||
| 820 | "time": "2016-12-07 09:37:55" |
||
| 821 | }, |
||
| 822 | { |
||
| 823 | "name": "knplabs/github-api", |
||
| 824 | "version": "1.7.x-dev", |
||
| 825 | "source": { |
||
| 826 | "type": "git", |
||
| 827 | "url": "https://github.com/KnpLabs/php-github-api.git", |
||
| 828 | "reference": "98d0bcd2c4c96a40ded9081f8f6289907f73823c" |
||
| 829 | }, |
||
| 830 | "dist": { |
||
| 831 | "type": "zip", |
||
| 832 | "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/98d0bcd2c4c96a40ded9081f8f6289907f73823c", |
||
| 833 | "reference": "98d0bcd2c4c96a40ded9081f8f6289907f73823c", |
||
| 834 | "shasum": "" |
||
| 835 | }, |
||
| 836 | "require": { |
||
| 837 | "ext-curl": "*", |
||
| 838 | "guzzle/guzzle": "~3.7", |
||
| 839 | "php": ">=5.3.2" |
||
| 840 | }, |
||
| 841 | "require-dev": { |
||
| 842 | "phpunit/phpunit": "~4.0", |
||
| 843 | "sllh/php-cs-fixer-styleci-bridge": "~1.3" |
||
| 844 | }, |
||
| 845 | "suggest": { |
||
| 846 | "knplabs/gaufrette": "Needed for optional Gaufrette cache" |
||
| 847 | }, |
||
| 848 | "type": "library", |
||
| 849 | "extra": { |
||
| 850 | "branch-alias": { |
||
| 851 | "dev-master": "1.8.x-dev" |
||
| 852 | } |
||
| 853 | }, |
||
| 854 | "autoload": { |
||
| 855 | "psr-4": { |
||
| 856 | "Github\\": "lib/Github/" |
||
| 857 | } |
||
| 858 | }, |
||
| 859 | "notification-url": "https://packagist.org/downloads/", |
||
| 860 | "license": [ |
||
| 861 | "MIT" |
||
| 862 | ], |
||
| 863 | "authors": [ |
||
| 864 | { |
||
| 865 | "name": "Thibault Duplessis", |
||
| 866 | "email": "[email protected]", |
||
| 867 | "homepage": "http://ornicar.github.com" |
||
| 868 | }, |
||
| 869 | { |
||
| 870 | "name": "KnpLabs Team", |
||
| 871 | "homepage": "http://knplabs.com" |
||
| 872 | } |
||
| 873 | ], |
||
| 874 | "description": "GitHub API v3 client", |
||
| 875 | "homepage": "https://github.com/KnpLabs/php-github-api", |
||
| 876 | "keywords": [ |
||
| 877 | "api", |
||
| 878 | "gh", |
||
| 879 | "gist", |
||
| 880 | "github" |
||
| 881 | ], |
||
| 882 | "time": "2016-07-26 08:49:38" |
||
| 883 | }, |
||
| 884 | { |
||
| 885 | "name": "laravel/framework", |
||
| 886 | "version": "5.3.x-dev", |
||
| 887 | "source": { |
||
| 888 | "type": "git", |
||
| 889 | "url": "https://github.com/laravel/framework.git", |
||
| 890 | "reference": "5e1e5fe1492f17a248fe1c9936bcc4445795adb4" |
||
| 891 | }, |
||
| 892 | "dist": { |
||
| 893 | "type": "zip", |
||
| 894 | "url": "https://api.github.com/repos/laravel/framework/zipball/5e1e5fe1492f17a248fe1c9936bcc4445795adb4", |
||
| 895 | "reference": "5e1e5fe1492f17a248fe1c9936bcc4445795adb4", |
||
| 896 | "shasum": "" |
||
| 897 | }, |
||
| 898 | "require": { |
||
| 899 | "classpreloader/classpreloader": "~3.0", |
||
| 900 | "doctrine/inflector": "~1.0", |
||
| 901 | "ext-mbstring": "*", |
||
| 902 | "ext-openssl": "*", |
||
| 903 | "jeremeamia/superclosure": "~2.2", |
||
| 904 | "league/flysystem": "~1.0", |
||
| 905 | "monolog/monolog": "~1.11", |
||
| 906 | "mtdowling/cron-expression": "~1.0", |
||
| 907 | "nesbot/carbon": "~1.20", |
||
| 908 | "paragonie/random_compat": "~1.4|~2.0", |
||
| 909 | "php": ">=5.6.4", |
||
| 910 | "psy/psysh": "0.7.*|0.8.*", |
||
| 911 | "ramsey/uuid": "~3.0", |
||
| 912 | "swiftmailer/swiftmailer": "~5.1", |
||
| 913 | "symfony/console": "3.1.*", |
||
| 914 | "symfony/debug": "3.1.*", |
||
| 915 | "symfony/finder": "3.1.*", |
||
| 916 | "symfony/http-foundation": "3.1.*", |
||
| 917 | "symfony/http-kernel": "3.1.*", |
||
| 918 | "symfony/process": "3.1.*", |
||
| 919 | "symfony/routing": "3.1.*", |
||
| 920 | "symfony/translation": "3.1.*", |
||
| 921 | "symfony/var-dumper": "3.1.*", |
||
| 922 | "vlucas/phpdotenv": "~2.2" |
||
| 923 | }, |
||
| 924 | "replace": { |
||
| 925 | "illuminate/auth": "self.version", |
||
| 926 | "illuminate/broadcasting": "self.version", |
||
| 927 | "illuminate/bus": "self.version", |
||
| 928 | "illuminate/cache": "self.version", |
||
| 929 | "illuminate/config": "self.version", |
||
| 930 | "illuminate/console": "self.version", |
||
| 931 | "illuminate/container": "self.version", |
||
| 932 | "illuminate/contracts": "self.version", |
||
| 933 | "illuminate/cookie": "self.version", |
||
| 934 | "illuminate/database": "self.version", |
||
| 935 | "illuminate/encryption": "self.version", |
||
| 936 | "illuminate/events": "self.version", |
||
| 937 | "illuminate/exception": "self.version", |
||
| 938 | "illuminate/filesystem": "self.version", |
||
| 939 | "illuminate/hashing": "self.version", |
||
| 940 | "illuminate/http": "self.version", |
||
| 941 | "illuminate/log": "self.version", |
||
| 942 | "illuminate/mail": "self.version", |
||
| 943 | "illuminate/notifications": "self.version", |
||
| 944 | "illuminate/pagination": "self.version", |
||
| 945 | "illuminate/pipeline": "self.version", |
||
| 946 | "illuminate/queue": "self.version", |
||
| 947 | "illuminate/redis": "self.version", |
||
| 948 | "illuminate/routing": "self.version", |
||
| 949 | "illuminate/session": "self.version", |
||
| 950 | "illuminate/support": "self.version", |
||
| 951 | "illuminate/translation": "self.version", |
||
| 952 | "illuminate/validation": "self.version", |
||
| 953 | "illuminate/view": "self.version", |
||
| 954 | "tightenco/collect": "self.version" |
||
| 955 | }, |
||
| 956 | "require-dev": { |
||
| 957 | "aws/aws-sdk-php": "~3.0", |
||
| 958 | "mockery/mockery": "~0.9.4", |
||
| 959 | "pda/pheanstalk": "~3.0", |
||
| 960 | "phpunit/phpunit": "~5.4", |
||
| 961 | "predis/predis": "~1.0", |
||
| 962 | "symfony/css-selector": "3.1.*", |
||
| 963 | "symfony/dom-crawler": "3.1.*" |
||
| 964 | }, |
||
| 965 | "suggest": { |
||
| 966 | "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
||
| 967 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", |
||
| 968 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
| 969 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).", |
||
| 970 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
||
| 971 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
| 972 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
| 973 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
||
| 974 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", |
||
| 975 | "symfony/css-selector": "Required to use some of the crawler integration testing tools (3.1.*).", |
||
| 976 | "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (3.1.*).", |
||
| 977 | "symfony/psr-http-message-bridge": "Required to use psr7 bridging features (0.2.*)." |
||
| 978 | }, |
||
| 979 | "type": "library", |
||
| 980 | "extra": { |
||
| 981 | "branch-alias": { |
||
| 982 | "dev-master": "5.3-dev" |
||
| 983 | } |
||
| 984 | }, |
||
| 985 | "autoload": { |
||
| 986 | "files": [ |
||
| 987 | "src/Illuminate/Foundation/helpers.php", |
||
| 988 | "src/Illuminate/Support/helpers.php" |
||
| 989 | ], |
||
| 990 | "psr-4": { |
||
| 991 | "Illuminate\\": "src/Illuminate/" |
||
| 992 | } |
||
| 993 | }, |
||
| 994 | "notification-url": "https://packagist.org/downloads/", |
||
| 995 | "license": [ |
||
| 996 | "MIT" |
||
| 997 | ], |
||
| 998 | "authors": [ |
||
| 999 | { |
||
| 1000 | "name": "Taylor Otwell", |
||
| 1001 | "email": "[email protected]" |
||
| 1002 | } |
||
| 1003 | ], |
||
| 1004 | "description": "The Laravel Framework.", |
||
| 1005 | "homepage": "https://laravel.com", |
||
| 1006 | "keywords": [ |
||
| 1007 | "framework", |
||
| 1008 | "laravel" |
||
| 1009 | ], |
||
| 1010 | "time": "2016-12-25 15:00:03" |
||
| 1011 | }, |
||
| 1012 | { |
||
| 1013 | "name": "laravel/socialite", |
||
| 1014 | "version": "2.0.x-dev", |
||
| 1015 | "source": { |
||
| 1016 | "type": "git", |
||
| 1017 | "url": "https://github.com/laravel/socialite.git", |
||
| 1018 | "reference": "0ee268d317de9e6979a57212fa80ce55b357ffd2" |
||
| 1019 | }, |
||
| 1020 | "dist": { |
||
| 1021 | "type": "zip", |
||
| 1022 | "url": "https://api.github.com/repos/laravel/socialite/zipball/0ee268d317de9e6979a57212fa80ce55b357ffd2", |
||
| 1023 | "reference": "0ee268d317de9e6979a57212fa80ce55b357ffd2", |
||
| 1024 | "shasum": "" |
||
| 1025 | }, |
||
| 1026 | "require": { |
||
| 1027 | "guzzlehttp/guzzle": "~5.0|~6.0", |
||
| 1028 | "illuminate/contracts": "~5.0", |
||
| 1029 | "illuminate/http": "~5.0", |
||
| 1030 | "illuminate/support": "~5.0", |
||
| 1031 | "league/oauth1-client": "~1.0", |
||
| 1032 | "php": ">=5.4.0" |
||
| 1033 | }, |
||
| 1034 | "require-dev": { |
||
| 1035 | "mockery/mockery": "~0.9", |
||
| 1036 | "phpunit/phpunit": "~4.0|~5.0" |
||
| 1037 | }, |
||
| 1038 | "type": "library", |
||
| 1039 | "extra": { |
||
| 1040 | "branch-alias": { |
||
| 1041 | "dev-master": "3.0-dev" |
||
| 1042 | } |
||
| 1043 | }, |
||
| 1044 | "autoload": { |
||
| 1045 | "psr-4": { |
||
| 1046 | "Laravel\\Socialite\\": "src/" |
||
| 1047 | } |
||
| 1048 | }, |
||
| 1049 | "notification-url": "https://packagist.org/downloads/", |
||
| 1050 | "license": [ |
||
| 1051 | "MIT" |
||
| 1052 | ], |
||
| 1053 | "authors": [ |
||
| 1054 | { |
||
| 1055 | "name": "Taylor Otwell", |
||
| 1056 | "email": "[email protected]" |
||
| 1057 | } |
||
| 1058 | ], |
||
| 1059 | "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.", |
||
| 1060 | "keywords": [ |
||
| 1061 | "laravel", |
||
| 1062 | "oauth" |
||
| 1063 | ], |
||
| 1064 | "time": "2016-12-21 18:04:20" |
||
| 1065 | }, |
||
| 1066 | { |
||
| 1067 | "name": "league/flysystem", |
||
| 1068 | "version": "dev-master", |
||
| 1069 | "source": { |
||
| 1070 | "type": "git", |
||
| 1071 | "url": "https://github.com/thephpleague/flysystem.git", |
||
| 1072 | "reference": "0165294685dc83e521a46e0df2ff6b8bd4df4369" |
||
| 1073 | }, |
||
| 1074 | "dist": { |
||
| 1075 | "type": "zip", |
||
| 1076 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/0165294685dc83e521a46e0df2ff6b8bd4df4369", |
||
| 1077 | "reference": "0165294685dc83e521a46e0df2ff6b8bd4df4369", |
||
| 1078 | "shasum": "" |
||
| 1079 | }, |
||
| 1080 | "require": { |
||
| 1081 | "php": ">=5.5.9" |
||
| 1082 | }, |
||
| 1083 | "conflict": { |
||
| 1084 | "league/flysystem-sftp": "<1.0.6" |
||
| 1085 | }, |
||
| 1086 | "require-dev": { |
||
| 1087 | "ext-fileinfo": "*", |
||
| 1088 | "mockery/mockery": "~0.9", |
||
| 1089 | "phpspec/phpspec": "^2.2", |
||
| 1090 | "phpunit/phpunit": "~4.8" |
||
| 1091 | }, |
||
| 1092 | "suggest": { |
||
| 1093 | "ext-fileinfo": "Required for MimeType", |
||
| 1094 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
||
| 1095 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
||
| 1096 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
| 1097 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
| 1098 | "league/flysystem-copy": "Allows you to use Copy.com storage", |
||
| 1099 | "league/flysystem-dropbox": "Allows you to use Dropbox storage", |
||
| 1100 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
| 1101 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
| 1102 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
||
| 1103 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
| 1104 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" |
||
| 1105 | }, |
||
| 1106 | "type": "library", |
||
| 1107 | "extra": { |
||
| 1108 | "branch-alias": { |
||
| 1109 | "dev-master": "1.1-dev" |
||
| 1110 | } |
||
| 1111 | }, |
||
| 1112 | "autoload": { |
||
| 1113 | "psr-4": { |
||
| 1114 | "League\\Flysystem\\": "src/" |
||
| 1115 | } |
||
| 1116 | }, |
||
| 1117 | "notification-url": "https://packagist.org/downloads/", |
||
| 1118 | "license": [ |
||
| 1119 | "MIT" |
||
| 1120 | ], |
||
| 1121 | "authors": [ |
||
| 1122 | { |
||
| 1123 | "name": "Frank de Jonge", |
||
| 1124 | "email": "[email protected]" |
||
| 1125 | } |
||
| 1126 | ], |
||
| 1127 | "description": "Filesystem abstraction: Many filesystems, one API.", |
||
| 1128 | "keywords": [ |
||
| 1129 | "Cloud Files", |
||
| 1130 | "WebDAV", |
||
| 1131 | "abstraction", |
||
| 1132 | "aws", |
||
| 1133 | "cloud", |
||
| 1134 | "copy.com", |
||
| 1135 | "dropbox", |
||
| 1136 | "file systems", |
||
| 1137 | "files", |
||
| 1138 | "filesystem", |
||
| 1139 | "filesystems", |
||
| 1140 | "ftp", |
||
| 1141 | "rackspace", |
||
| 1142 | "remote", |
||
| 1143 | "s3", |
||
| 1144 | "sftp", |
||
| 1145 | "storage" |
||
| 1146 | ], |
||
| 1147 | "time": "2016-11-23 11:39:43" |
||
| 1148 | }, |
||
| 1149 | { |
||
| 1150 | "name": "league/oauth1-client", |
||
| 1151 | "version": "1.7.0", |
||
| 1152 | "source": { |
||
| 1153 | "type": "git", |
||
| 1154 | "url": "https://github.com/thephpleague/oauth1-client.git", |
||
| 1155 | "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647" |
||
| 1156 | }, |
||
| 1157 | "dist": { |
||
| 1158 | "type": "zip", |
||
| 1159 | "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647", |
||
| 1160 | "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647", |
||
| 1161 | "shasum": "" |
||
| 1162 | }, |
||
| 1163 | "require": { |
||
| 1164 | "guzzlehttp/guzzle": "^6.0", |
||
| 1165 | "php": ">=5.5.0" |
||
| 1166 | }, |
||
| 1167 | "require-dev": { |
||
| 1168 | "mockery/mockery": "^0.9", |
||
| 1169 | "phpunit/phpunit": "^4.0", |
||
| 1170 | "squizlabs/php_codesniffer": "^2.0" |
||
| 1171 | }, |
||
| 1172 | "type": "library", |
||
| 1173 | "extra": { |
||
| 1174 | "branch-alias": { |
||
| 1175 | "dev-master": "1.0-dev" |
||
| 1176 | } |
||
| 1177 | }, |
||
| 1178 | "autoload": { |
||
| 1179 | "psr-4": { |
||
| 1180 | "League\\OAuth1\\": "src/" |
||
| 1181 | } |
||
| 1182 | }, |
||
| 1183 | "notification-url": "https://packagist.org/downloads/", |
||
| 1184 | "license": [ |
||
| 1185 | "MIT" |
||
| 1186 | ], |
||
| 1187 | "authors": [ |
||
| 1188 | { |
||
| 1189 | "name": "Ben Corlett", |
||
| 1190 | "email": "[email protected]", |
||
| 1191 | "homepage": "http://www.webcomm.com.au", |
||
| 1192 | "role": "Developer" |
||
| 1193 | } |
||
| 1194 | ], |
||
| 1195 | "description": "OAuth 1.0 Client Library", |
||
| 1196 | "keywords": [ |
||
| 1197 | "Authentication", |
||
| 1198 | "SSO", |
||
| 1199 | "authorization", |
||
| 1200 | "bitbucket", |
||
| 1201 | "identity", |
||
| 1202 | "idp", |
||
| 1203 | "oauth", |
||
| 1204 | "oauth1", |
||
| 1205 | "single sign on", |
||
| 1206 | "trello", |
||
| 1207 | "tumblr", |
||
| 1208 | "twitter" |
||
| 1209 | ], |
||
| 1210 | "time": "2016-08-17 00:36:58" |
||
| 1211 | }, |
||
| 1212 | { |
||
| 1213 | "name": "maximebf/debugbar", |
||
| 1214 | "version": "dev-master", |
||
| 1215 | "source": { |
||
| 1216 | "type": "git", |
||
| 1217 | "url": "https://github.com/maximebf/php-debugbar.git", |
||
| 1218 | "reference": "f243e9c104bcf783a76409ed03095c6db1c6b7f6" |
||
| 1219 | }, |
||
| 1220 | "dist": { |
||
| 1221 | "type": "zip", |
||
| 1222 | "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/f243e9c104bcf783a76409ed03095c6db1c6b7f6", |
||
| 1223 | "reference": "f243e9c104bcf783a76409ed03095c6db1c6b7f6", |
||
| 1224 | "shasum": "" |
||
| 1225 | }, |
||
| 1226 | "require": { |
||
| 1227 | "php": ">=5.3.0", |
||
| 1228 | "psr/log": "^1.0", |
||
| 1229 | "symfony/var-dumper": "^2.6|^3.0" |
||
| 1230 | }, |
||
| 1231 | "require-dev": { |
||
| 1232 | "phpunit/phpunit": "^4.0|^5.0" |
||
| 1233 | }, |
||
| 1234 | "suggest": { |
||
| 1235 | "kriswallsmith/assetic": "The best way to manage assets", |
||
| 1236 | "monolog/monolog": "Log using Monolog", |
||
| 1237 | "predis/predis": "Redis storage" |
||
| 1238 | }, |
||
| 1239 | "type": "library", |
||
| 1240 | "extra": { |
||
| 1241 | "branch-alias": { |
||
| 1242 | "dev-master": "1.13-dev" |
||
| 1243 | } |
||
| 1244 | }, |
||
| 1245 | "autoload": { |
||
| 1246 | "psr-4": { |
||
| 1247 | "DebugBar\\": "src/DebugBar/" |
||
| 1248 | } |
||
| 1249 | }, |
||
| 1250 | "notification-url": "https://packagist.org/downloads/", |
||
| 1251 | "license": [ |
||
| 1252 | "MIT" |
||
| 1253 | ], |
||
| 1254 | "authors": [ |
||
| 1255 | { |
||
| 1256 | "name": "Maxime Bouroumeau-Fuseau", |
||
| 1257 | "email": "[email protected]", |
||
| 1258 | "homepage": "http://maximebf.com" |
||
| 1259 | }, |
||
| 1260 | { |
||
| 1261 | "name": "Barry vd. Heuvel", |
||
| 1262 | "email": "[email protected]" |
||
| 1263 | } |
||
| 1264 | ], |
||
| 1265 | "description": "Debug bar in the browser for php application", |
||
| 1266 | "homepage": "https://github.com/maximebf/php-debugbar", |
||
| 1267 | "keywords": [ |
||
| 1268 | "debug", |
||
| 1269 | "debugbar" |
||
| 1270 | ], |
||
| 1271 | "time": "2016-12-24 17:24:18" |
||
| 1272 | }, |
||
| 1273 | { |
||
| 1274 | "name": "monolog/monolog", |
||
| 1275 | "version": "1.x-dev", |
||
| 1276 | "source": { |
||
| 1277 | "type": "git", |
||
| 1278 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 1279 | "reference": "b732364e70a615231f15944e015b31d0d77bf9f5" |
||
| 1280 | }, |
||
| 1281 | "dist": { |
||
| 1282 | "type": "zip", |
||
| 1283 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b732364e70a615231f15944e015b31d0d77bf9f5", |
||
| 1284 | "reference": "b732364e70a615231f15944e015b31d0d77bf9f5", |
||
| 1285 | "shasum": "" |
||
| 1286 | }, |
||
| 1287 | "require": { |
||
| 1288 | "php": ">=5.3.0", |
||
| 1289 | "psr/log": "~1.0" |
||
| 1290 | }, |
||
| 1291 | "provide": { |
||
| 1292 | "psr/log-implementation": "1.0.0" |
||
| 1293 | }, |
||
| 1294 | "require-dev": { |
||
| 1295 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
| 1296 | "doctrine/couchdb": "~1.0@dev", |
||
| 1297 | "graylog2/gelf-php": "~1.0", |
||
| 1298 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 1299 | "php-amqplib/php-amqplib": "~2.4", |
||
| 1300 | "php-console/php-console": "^3.1.3", |
||
| 1301 | "phpunit/phpunit": "~4.5", |
||
| 1302 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 1303 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 1304 | "sentry/sentry": "^0.13", |
||
| 1305 | "swiftmailer/swiftmailer": "~5.3" |
||
| 1306 | }, |
||
| 1307 | "suggest": { |
||
| 1308 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 1309 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 1310 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 1311 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 1312 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 1313 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 1314 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 1315 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 1316 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 1317 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 1318 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
| 1319 | }, |
||
| 1320 | "type": "library", |
||
| 1321 | "extra": { |
||
| 1322 | "branch-alias": { |
||
| 1323 | "dev-master": "2.0.x-dev" |
||
| 1324 | } |
||
| 1325 | }, |
||
| 1326 | "autoload": { |
||
| 1327 | "psr-4": { |
||
| 1328 | "Monolog\\": "src/Monolog" |
||
| 1329 | } |
||
| 1330 | }, |
||
| 1331 | "notification-url": "https://packagist.org/downloads/", |
||
| 1332 | "license": [ |
||
| 1333 | "MIT" |
||
| 1334 | ], |
||
| 1335 | "authors": [ |
||
| 1336 | { |
||
| 1337 | "name": "Jordi Boggiano", |
||
| 1338 | "email": "[email protected]", |
||
| 1339 | "homepage": "http://seld.be" |
||
| 1340 | } |
||
| 1341 | ], |
||
| 1342 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 1343 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 1344 | "keywords": [ |
||
| 1345 | "log", |
||
| 1346 | "logging", |
||
| 1347 | "psr-3" |
||
| 1348 | ], |
||
| 1349 | "time": "2016-12-13 14:25:55" |
||
| 1350 | }, |
||
| 1351 | { |
||
| 1352 | "name": "mtdowling/cron-expression", |
||
| 1353 | "version": "v1.1.0", |
||
| 1354 | "source": { |
||
| 1355 | "type": "git", |
||
| 1356 | "url": "https://github.com/mtdowling/cron-expression.git", |
||
| 1357 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5" |
||
| 1358 | }, |
||
| 1359 | "dist": { |
||
| 1360 | "type": "zip", |
||
| 1361 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
| 1362 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
| 1363 | "shasum": "" |
||
| 1364 | }, |
||
| 1365 | "require": { |
||
| 1366 | "php": ">=5.3.2" |
||
| 1367 | }, |
||
| 1368 | "require-dev": { |
||
| 1369 | "phpunit/phpunit": "~4.0|~5.0" |
||
| 1370 | }, |
||
| 1371 | "type": "library", |
||
| 1372 | "autoload": { |
||
| 1373 | "psr-0": { |
||
| 1374 | "Cron": "src/" |
||
| 1375 | } |
||
| 1376 | }, |
||
| 1377 | "notification-url": "https://packagist.org/downloads/", |
||
| 1378 | "license": [ |
||
| 1379 | "MIT" |
||
| 1380 | ], |
||
| 1381 | "authors": [ |
||
| 1382 | { |
||
| 1383 | "name": "Michael Dowling", |
||
| 1384 | "email": "[email protected]", |
||
| 1385 | "homepage": "https://github.com/mtdowling" |
||
| 1386 | } |
||
| 1387 | ], |
||
| 1388 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
| 1389 | "keywords": [ |
||
| 1390 | "cron", |
||
| 1391 | "schedule" |
||
| 1392 | ], |
||
| 1393 | "time": "2016-01-26 21:23:30" |
||
| 1394 | }, |
||
| 1395 | { |
||
| 1396 | "name": "nesbot/carbon", |
||
| 1397 | "version": "dev-master", |
||
| 1398 | "source": { |
||
| 1399 | "type": "git", |
||
| 1400 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
| 1401 | "reference": "0f87ca78d68298615068b08ce6c1b72c6ed86a49" |
||
| 1402 | }, |
||
| 1403 | "dist": { |
||
| 1404 | "type": "zip", |
||
| 1405 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0f87ca78d68298615068b08ce6c1b72c6ed86a49", |
||
| 1406 | "reference": "0f87ca78d68298615068b08ce6c1b72c6ed86a49", |
||
| 1407 | "shasum": "" |
||
| 1408 | }, |
||
| 1409 | "require": { |
||
| 1410 | "php": ">=5.3.0", |
||
| 1411 | "symfony/translation": "~2.6|~3.0" |
||
| 1412 | }, |
||
| 1413 | "require-dev": { |
||
| 1414 | "friendsofphp/php-cs-fixer": "~1.11", |
||
| 1415 | "phpunit/phpunit": "~4.0|~5.0", |
||
| 1416 | "sllh/php-cs-fixer-styleci-bridge": "^2.1" |
||
| 1417 | }, |
||
| 1418 | "type": "library", |
||
| 1419 | "extra": { |
||
| 1420 | "branch-alias": { |
||
| 1421 | "dev-master": "1.22-dev" |
||
| 1422 | } |
||
| 1423 | }, |
||
| 1424 | "autoload": { |
||
| 1425 | "psr-4": { |
||
| 1426 | "Carbon\\": "src/Carbon/" |
||
| 1427 | } |
||
| 1428 | }, |
||
| 1429 | "notification-url": "https://packagist.org/downloads/", |
||
| 1430 | "license": [ |
||
| 1431 | "MIT" |
||
| 1432 | ], |
||
| 1433 | "authors": [ |
||
| 1434 | { |
||
| 1435 | "name": "Brian Nesbitt", |
||
| 1436 | "email": "[email protected]", |
||
| 1437 | "homepage": "http://nesbot.com" |
||
| 1438 | } |
||
| 1439 | ], |
||
| 1440 | "description": "A simple API extension for DateTime.", |
||
| 1441 | "homepage": "http://carbon.nesbot.com", |
||
| 1442 | "keywords": [ |
||
| 1443 | "date", |
||
| 1444 | "datetime", |
||
| 1445 | "time" |
||
| 1446 | ], |
||
| 1447 | "time": "2016-12-02 15:58:32" |
||
| 1448 | }, |
||
| 1449 | { |
||
| 1450 | "name": "nikic/php-parser", |
||
| 1451 | "version": "dev-master", |
||
| 1452 | "source": { |
||
| 1453 | "type": "git", |
||
| 1454 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
| 1455 | "reference": "3e8c8d248dcaa837bdb91b82e7883fd9cc055aa5" |
||
| 1456 | }, |
||
| 1457 | "dist": { |
||
| 1458 | "type": "zip", |
||
| 1459 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3e8c8d248dcaa837bdb91b82e7883fd9cc055aa5", |
||
| 1460 | "reference": "3e8c8d248dcaa837bdb91b82e7883fd9cc055aa5", |
||
| 1461 | "shasum": "" |
||
| 1462 | }, |
||
| 1463 | "require": { |
||
| 1464 | "ext-tokenizer": "*", |
||
| 1465 | "php": ">=5.5" |
||
| 1466 | }, |
||
| 1467 | "require-dev": { |
||
| 1468 | "phpunit/phpunit": "~4.0|~5.0" |
||
| 1469 | }, |
||
| 1470 | "bin": [ |
||
| 1471 | "bin/php-parse" |
||
| 1472 | ], |
||
| 1473 | "type": "library", |
||
| 1474 | "extra": { |
||
| 1475 | "branch-alias": { |
||
| 1476 | "dev-master": "3.0-dev" |
||
| 1477 | } |
||
| 1478 | }, |
||
| 1479 | "autoload": { |
||
| 1480 | "psr-4": { |
||
| 1481 | "PhpParser\\": "lib/PhpParser" |
||
| 1482 | } |
||
| 1483 | }, |
||
| 1484 | "notification-url": "https://packagist.org/downloads/", |
||
| 1485 | "license": [ |
||
| 1486 | "BSD-3-Clause" |
||
| 1487 | ], |
||
| 1488 | "authors": [ |
||
| 1489 | { |
||
| 1490 | "name": "Nikita Popov" |
||
| 1491 | } |
||
| 1492 | ], |
||
| 1493 | "description": "A PHP parser written in PHP", |
||
| 1494 | "keywords": [ |
||
| 1495 | "parser", |
||
| 1496 | "php" |
||
| 1497 | ], |
||
| 1498 | "time": "2016-12-22 19:25:02" |
||
| 1499 | }, |
||
| 1500 | { |
||
| 1501 | "name": "paragonie/random_compat", |
||
| 1502 | "version": "v2.0.4", |
||
| 1503 | "source": { |
||
| 1504 | "type": "git", |
||
| 1505 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 1506 | "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" |
||
| 1507 | }, |
||
| 1508 | "dist": { |
||
| 1509 | "type": "zip", |
||
| 1510 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
||
| 1511 | "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
||
| 1512 | "shasum": "" |
||
| 1513 | }, |
||
| 1514 | "require": { |
||
| 1515 | "php": ">=5.2.0" |
||
| 1516 | }, |
||
| 1517 | "require-dev": { |
||
| 1518 | "phpunit/phpunit": "4.*|5.*" |
||
| 1519 | }, |
||
| 1520 | "suggest": { |
||
| 1521 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 1522 | }, |
||
| 1523 | "type": "library", |
||
| 1524 | "autoload": { |
||
| 1525 | "files": [ |
||
| 1526 | "lib/random.php" |
||
| 1527 | ] |
||
| 1528 | }, |
||
| 1529 | "notification-url": "https://packagist.org/downloads/", |
||
| 1530 | "license": [ |
||
| 1531 | "MIT" |
||
| 1532 | ], |
||
| 1533 | "authors": [ |
||
| 1534 | { |
||
| 1535 | "name": "Paragon Initiative Enterprises", |
||
| 1536 | "email": "[email protected]", |
||
| 1537 | "homepage": "https://paragonie.com" |
||
| 1538 | } |
||
| 1539 | ], |
||
| 1540 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 1541 | "keywords": [ |
||
| 1542 | "csprng", |
||
| 1543 | "pseudorandom", |
||
| 1544 | "random" |
||
| 1545 | ], |
||
| 1546 | "time": "2016-11-07 23:38:38" |
||
| 1547 | }, |
||
| 1548 | { |
||
| 1549 | "name": "phploc/phploc", |
||
| 1550 | "version": "dev-master", |
||
| 1551 | "source": { |
||
| 1552 | "type": "git", |
||
| 1553 | "url": "https://github.com/sebastianbergmann/phploc.git", |
||
| 1554 | "reference": "85bec221be3420a3df8cb83df946db4df8cbbd1f" |
||
| 1555 | }, |
||
| 1556 | "dist": { |
||
| 1557 | "type": "zip", |
||
| 1558 | "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/85bec221be3420a3df8cb83df946db4df8cbbd1f", |
||
| 1559 | "reference": "85bec221be3420a3df8cb83df946db4df8cbbd1f", |
||
| 1560 | "shasum": "" |
||
| 1561 | }, |
||
| 1562 | "require": { |
||
| 1563 | "php": "^5.6 || ^7.0", |
||
| 1564 | "sebastian/finder-facade": "^1.1", |
||
| 1565 | "sebastian/git": "^2.1", |
||
| 1566 | "sebastian/version": "^1.0.3 || ^2.0", |
||
| 1567 | "symfony/console": "^2.5 || ^3.0" |
||
| 1568 | }, |
||
| 1569 | "require-dev": { |
||
| 1570 | "phpunit/phpunit": "^5.7" |
||
| 1571 | }, |
||
| 1572 | "bin": [ |
||
| 1573 | "phploc" |
||
| 1574 | ], |
||
| 1575 | "type": "library", |
||
| 1576 | "extra": { |
||
| 1577 | "branch-alias": { |
||
| 1578 | "dev-master": "3.0-dev" |
||
| 1579 | } |
||
| 1580 | }, |
||
| 1581 | "autoload": { |
||
| 1582 | "classmap": [ |
||
| 1583 | "src/" |
||
| 1584 | ] |
||
| 1585 | }, |
||
| 1586 | "notification-url": "https://packagist.org/downloads/", |
||
| 1587 | "license": [ |
||
| 1588 | "BSD-3-Clause" |
||
| 1589 | ], |
||
| 1590 | "authors": [ |
||
| 1591 | { |
||
| 1592 | "name": "Sebastian Bergmann", |
||
| 1593 | "email": "[email protected]", |
||
| 1594 | "role": "lead" |
||
| 1595 | } |
||
| 1596 | ], |
||
| 1597 | "description": "A tool for quickly measuring the size of a PHP project.", |
||
| 1598 | "homepage": "https://github.com/sebastianbergmann/phploc", |
||
| 1599 | "time": "2016-12-14 11:16:22" |
||
| 1600 | }, |
||
| 1601 | { |
||
| 1602 | "name": "psr/http-message", |
||
| 1603 | "version": "dev-master", |
||
| 1604 | "source": { |
||
| 1605 | "type": "git", |
||
| 1606 | "url": "https://github.com/php-fig/http-message.git", |
||
| 1607 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
| 1608 | }, |
||
| 1609 | "dist": { |
||
| 1610 | "type": "zip", |
||
| 1611 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 1612 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 1613 | "shasum": "" |
||
| 1614 | }, |
||
| 1615 | "require": { |
||
| 1616 | "php": ">=5.3.0" |
||
| 1617 | }, |
||
| 1618 | "type": "library", |
||
| 1619 | "extra": { |
||
| 1620 | "branch-alias": { |
||
| 1621 | "dev-master": "1.0.x-dev" |
||
| 1622 | } |
||
| 1623 | }, |
||
| 1624 | "autoload": { |
||
| 1625 | "psr-4": { |
||
| 1626 | "Psr\\Http\\Message\\": "src/" |
||
| 1627 | } |
||
| 1628 | }, |
||
| 1629 | "notification-url": "https://packagist.org/downloads/", |
||
| 1630 | "license": [ |
||
| 1631 | "MIT" |
||
| 1632 | ], |
||
| 1633 | "authors": [ |
||
| 1634 | { |
||
| 1635 | "name": "PHP-FIG", |
||
| 1636 | "homepage": "http://www.php-fig.org/" |
||
| 1637 | } |
||
| 1638 | ], |
||
| 1639 | "description": "Common interface for HTTP messages", |
||
| 1640 | "homepage": "https://github.com/php-fig/http-message", |
||
| 1641 | "keywords": [ |
||
| 1642 | "http", |
||
| 1643 | "http-message", |
||
| 1644 | "psr", |
||
| 1645 | "psr-7", |
||
| 1646 | "request", |
||
| 1647 | "response" |
||
| 1648 | ], |
||
| 1649 | "time": "2016-08-06 14:39:51" |
||
| 1650 | }, |
||
| 1651 | { |
||
| 1652 | "name": "psr/log", |
||
| 1653 | "version": "dev-master", |
||
| 1654 | "source": { |
||
| 1655 | "type": "git", |
||
| 1656 | "url": "https://github.com/php-fig/log.git", |
||
| 1657 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 1658 | }, |
||
| 1659 | "dist": { |
||
| 1660 | "type": "zip", |
||
| 1661 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1662 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1663 | "shasum": "" |
||
| 1664 | }, |
||
| 1665 | "require": { |
||
| 1666 | "php": ">=5.3.0" |
||
| 1667 | }, |
||
| 1668 | "type": "library", |
||
| 1669 | "extra": { |
||
| 1670 | "branch-alias": { |
||
| 1671 | "dev-master": "1.0.x-dev" |
||
| 1672 | } |
||
| 1673 | }, |
||
| 1674 | "autoload": { |
||
| 1675 | "psr-4": { |
||
| 1676 | "Psr\\Log\\": "Psr/Log/" |
||
| 1677 | } |
||
| 1678 | }, |
||
| 1679 | "notification-url": "https://packagist.org/downloads/", |
||
| 1680 | "license": [ |
||
| 1681 | "MIT" |
||
| 1682 | ], |
||
| 1683 | "authors": [ |
||
| 1684 | { |
||
| 1685 | "name": "PHP-FIG", |
||
| 1686 | "homepage": "http://www.php-fig.org/" |
||
| 1687 | } |
||
| 1688 | ], |
||
| 1689 | "description": "Common interface for logging libraries", |
||
| 1690 | "homepage": "https://github.com/php-fig/log", |
||
| 1691 | "keywords": [ |
||
| 1692 | "log", |
||
| 1693 | "psr", |
||
| 1694 | "psr-3" |
||
| 1695 | ], |
||
| 1696 | "time": "2016-10-10 12:19:37" |
||
| 1697 | }, |
||
| 1698 | { |
||
| 1699 | "name": "psy/psysh", |
||
| 1700 | "version": "v0.8.0", |
||
| 1701 | "source": { |
||
| 1702 | "type": "git", |
||
| 1703 | "url": "https://github.com/bobthecow/psysh.git", |
||
| 1704 | "reference": "4a8860e13aa68a4bbf2476c014f8a1f14f1bf991" |
||
| 1705 | }, |
||
| 1706 | "dist": { |
||
| 1707 | "type": "zip", |
||
| 1708 | "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4a8860e13aa68a4bbf2476c014f8a1f14f1bf991", |
||
| 1709 | "reference": "4a8860e13aa68a4bbf2476c014f8a1f14f1bf991", |
||
| 1710 | "shasum": "" |
||
| 1711 | }, |
||
| 1712 | "require": { |
||
| 1713 | "dnoegel/php-xdg-base-dir": "0.1", |
||
| 1714 | "jakub-onderka/php-console-highlighter": "0.3.*", |
||
| 1715 | "nikic/php-parser": "~1.3|~2.0|~3.0", |
||
| 1716 | "php": ">=5.3.9", |
||
| 1717 | "symfony/console": "~2.3.10|^2.4.2|~3.0", |
||
| 1718 | "symfony/var-dumper": "~2.7|~3.0" |
||
| 1719 | }, |
||
| 1720 | "require-dev": { |
||
| 1721 | "friendsofphp/php-cs-fixer": "~1.11", |
||
| 1722 | "hoa/console": "~3.16|~1.14", |
||
| 1723 | "phpunit/phpunit": "~4.4|~5.0", |
||
| 1724 | "symfony/finder": "~2.1|~3.0" |
||
| 1725 | }, |
||
| 1726 | "suggest": { |
||
| 1727 | "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", |
||
| 1728 | "ext-pdo-sqlite": "The doc command requires SQLite to work.", |
||
| 1729 | "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", |
||
| 1730 | "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", |
||
| 1731 | "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." |
||
| 1732 | }, |
||
| 1733 | "bin": [ |
||
| 1734 | "bin/psysh" |
||
| 1735 | ], |
||
| 1736 | "type": "library", |
||
| 1737 | "extra": { |
||
| 1738 | "branch-alias": { |
||
| 1739 | "dev-develop": "0.8.x-dev" |
||
| 1740 | } |
||
| 1741 | }, |
||
| 1742 | "autoload": { |
||
| 1743 | "files": [ |
||
| 1744 | "src/Psy/functions.php" |
||
| 1745 | ], |
||
| 1746 | "psr-4": { |
||
| 1747 | "Psy\\": "src/Psy/" |
||
| 1748 | } |
||
| 1749 | }, |
||
| 1750 | "notification-url": "https://packagist.org/downloads/", |
||
| 1751 | "license": [ |
||
| 1752 | "MIT" |
||
| 1753 | ], |
||
| 1754 | "authors": [ |
||
| 1755 | { |
||
| 1756 | "name": "Justin Hileman", |
||
| 1757 | "email": "[email protected]", |
||
| 1758 | "homepage": "http://justinhileman.com" |
||
| 1759 | } |
||
| 1760 | ], |
||
| 1761 | "description": "An interactive shell for modern PHP.", |
||
| 1762 | "homepage": "http://psysh.org", |
||
| 1763 | "keywords": [ |
||
| 1764 | "REPL", |
||
| 1765 | "console", |
||
| 1766 | "interactive", |
||
| 1767 | "shell" |
||
| 1768 | ], |
||
| 1769 | "time": "2016-12-07 17:15:07" |
||
| 1770 | }, |
||
| 1771 | { |
||
| 1772 | "name": "ramsey/uuid", |
||
| 1773 | "version": "dev-master", |
||
| 1774 | "source": { |
||
| 1775 | "type": "git", |
||
| 1776 | "url": "https://github.com/ramsey/uuid.git", |
||
| 1777 | "reference": "5677cfe02397dd6b58c861870dfaa5d9007d3954" |
||
| 1778 | }, |
||
| 1779 | "dist": { |
||
| 1780 | "type": "zip", |
||
| 1781 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/5677cfe02397dd6b58c861870dfaa5d9007d3954", |
||
| 1782 | "reference": "5677cfe02397dd6b58c861870dfaa5d9007d3954", |
||
| 1783 | "shasum": "" |
||
| 1784 | }, |
||
| 1785 | "require": { |
||
| 1786 | "paragonie/random_compat": "^1.0|^2.0", |
||
| 1787 | "php": ">=5.4" |
||
| 1788 | }, |
||
| 1789 | "replace": { |
||
| 1790 | "rhumsaa/uuid": "self.version" |
||
| 1791 | }, |
||
| 1792 | "require-dev": { |
||
| 1793 | "apigen/apigen": "^4.1", |
||
| 1794 | "codeception/aspect-mock": "1.0.0", |
||
| 1795 | "doctrine/annotations": "~1.2.0", |
||
| 1796 | "goaop/framework": "1.0.0-alpha.2", |
||
| 1797 | "ircmaxell/random-lib": "^1.1", |
||
| 1798 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
| 1799 | "mockery/mockery": "^0.9.4", |
||
| 1800 | "moontoast/math": "^1.1", |
||
| 1801 | "php-mock/php-mock-phpunit": "^0.3|^1.1", |
||
| 1802 | "phpunit/phpunit": "^4.7|>=5.0 <5.4", |
||
| 1803 | "satooshi/php-coveralls": "^0.6.1", |
||
| 1804 | "squizlabs/php_codesniffer": "^2.3" |
||
| 1805 | }, |
||
| 1806 | "suggest": { |
||
| 1807 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
| 1808 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
| 1809 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
| 1810 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
| 1811 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
| 1812 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
| 1813 | }, |
||
| 1814 | "type": "library", |
||
| 1815 | "extra": { |
||
| 1816 | "branch-alias": { |
||
| 1817 | "dev-master": "3.x-dev" |
||
| 1818 | } |
||
| 1819 | }, |
||
| 1820 | "autoload": { |
||
| 1821 | "psr-4": { |
||
| 1822 | "Ramsey\\Uuid\\": "src/" |
||
| 1823 | } |
||
| 1824 | }, |
||
| 1825 | "notification-url": "https://packagist.org/downloads/", |
||
| 1826 | "license": [ |
||
| 1827 | "MIT" |
||
| 1828 | ], |
||
| 1829 | "authors": [ |
||
| 1830 | { |
||
| 1831 | "name": "Marijn Huizendveld", |
||
| 1832 | "email": "[email protected]" |
||
| 1833 | }, |
||
| 1834 | { |
||
| 1835 | "name": "Thibaud Fabre", |
||
| 1836 | "email": "[email protected]" |
||
| 1837 | }, |
||
| 1838 | { |
||
| 1839 | "name": "Ben Ramsey", |
||
| 1840 | "email": "[email protected]", |
||
| 1841 | "homepage": "https://benramsey.com" |
||
| 1842 | } |
||
| 1843 | ], |
||
| 1844 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
| 1845 | "homepage": "https://github.com/ramsey/uuid", |
||
| 1846 | "keywords": [ |
||
| 1847 | "guid", |
||
| 1848 | "identifier", |
||
| 1849 | "uuid" |
||
| 1850 | ], |
||
| 1851 | "time": "2016-11-22 19:21:44" |
||
| 1852 | }, |
||
| 1853 | { |
||
| 1854 | "name": "sebastian/finder-facade", |
||
| 1855 | "version": "1.2.1", |
||
| 1856 | "source": { |
||
| 1857 | "type": "git", |
||
| 1858 | "url": "https://github.com/sebastianbergmann/finder-facade.git", |
||
| 1859 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9" |
||
| 1860 | }, |
||
| 1861 | "dist": { |
||
| 1862 | "type": "zip", |
||
| 1863 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
| 1864 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
| 1865 | "shasum": "" |
||
| 1866 | }, |
||
| 1867 | "require": { |
||
| 1868 | "symfony/finder": "~2.3|~3.0", |
||
| 1869 | "theseer/fdomdocument": "~1.3" |
||
| 1870 | }, |
||
| 1871 | "type": "library", |
||
| 1872 | "autoload": { |
||
| 1873 | "classmap": [ |
||
| 1874 | "src/" |
||
| 1875 | ] |
||
| 1876 | }, |
||
| 1877 | "notification-url": "https://packagist.org/downloads/", |
||
| 1878 | "license": [ |
||
| 1879 | "BSD-3-Clause" |
||
| 1880 | ], |
||
| 1881 | "authors": [ |
||
| 1882 | { |
||
| 1883 | "name": "Sebastian Bergmann", |
||
| 1884 | "email": "[email protected]", |
||
| 1885 | "role": "lead" |
||
| 1886 | } |
||
| 1887 | ], |
||
| 1888 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", |
||
| 1889 | "homepage": "https://github.com/sebastianbergmann/finder-facade", |
||
| 1890 | "time": "2016-02-17 07:02:23" |
||
| 1891 | }, |
||
| 1892 | { |
||
| 1893 | "name": "sebastian/git", |
||
| 1894 | "version": "dev-master", |
||
| 1895 | "source": { |
||
| 1896 | "type": "git", |
||
| 1897 | "url": "https://github.com/sebastianbergmann/git.git", |
||
| 1898 | "reference": "5100bc50cd9e70f424c643618e142214225024f3" |
||
| 1899 | }, |
||
| 1900 | "dist": { |
||
| 1901 | "type": "zip", |
||
| 1902 | "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/5100bc50cd9e70f424c643618e142214225024f3", |
||
| 1903 | "reference": "5100bc50cd9e70f424c643618e142214225024f3", |
||
| 1904 | "shasum": "" |
||
| 1905 | }, |
||
| 1906 | "require": { |
||
| 1907 | "php": ">=5.3.3" |
||
| 1908 | }, |
||
| 1909 | "type": "library", |
||
| 1910 | "extra": { |
||
| 1911 | "branch-alias": { |
||
| 1912 | "dev-master": "2.1-dev" |
||
| 1913 | } |
||
| 1914 | }, |
||
| 1915 | "autoload": { |
||
| 1916 | "classmap": [ |
||
| 1917 | "src/" |
||
| 1918 | ] |
||
| 1919 | }, |
||
| 1920 | "notification-url": "https://packagist.org/downloads/", |
||
| 1921 | "license": [ |
||
| 1922 | "BSD-3-Clause" |
||
| 1923 | ], |
||
| 1924 | "authors": [ |
||
| 1925 | { |
||
| 1926 | "name": "Sebastian Bergmann", |
||
| 1927 | "email": "[email protected]" |
||
| 1928 | } |
||
| 1929 | ], |
||
| 1930 | "description": "Simple wrapper for Git", |
||
| 1931 | "homepage": "http://www.github.com/sebastianbergmann/git", |
||
| 1932 | "keywords": [ |
||
| 1933 | "git" |
||
| 1934 | ], |
||
| 1935 | "time": "2016-06-15 09:30:19" |
||
| 1936 | }, |
||
| 1937 | { |
||
| 1938 | "name": "sebastian/version", |
||
| 1939 | "version": "dev-master", |
||
| 1940 | "source": { |
||
| 1941 | "type": "git", |
||
| 1942 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 1943 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
| 1944 | }, |
||
| 1945 | "dist": { |
||
| 1946 | "type": "zip", |
||
| 1947 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 1948 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 1949 | "shasum": "" |
||
| 1950 | }, |
||
| 1951 | "require": { |
||
| 1952 | "php": ">=5.6" |
||
| 1953 | }, |
||
| 1954 | "type": "library", |
||
| 1955 | "extra": { |
||
| 1956 | "branch-alias": { |
||
| 1957 | "dev-master": "2.0.x-dev" |
||
| 1958 | } |
||
| 1959 | }, |
||
| 1960 | "autoload": { |
||
| 1961 | "classmap": [ |
||
| 1962 | "src/" |
||
| 1963 | ] |
||
| 1964 | }, |
||
| 1965 | "notification-url": "https://packagist.org/downloads/", |
||
| 1966 | "license": [ |
||
| 1967 | "BSD-3-Clause" |
||
| 1968 | ], |
||
| 1969 | "authors": [ |
||
| 1970 | { |
||
| 1971 | "name": "Sebastian Bergmann", |
||
| 1972 | "email": "[email protected]", |
||
| 1973 | "role": "lead" |
||
| 1974 | } |
||
| 1975 | ], |
||
| 1976 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 1977 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 1978 | "time": "2016-10-03 07:35:21" |
||
| 1979 | }, |
||
| 1980 | { |
||
| 1981 | "name": "socialiteproviders/gitlab", |
||
| 1982 | "version": "v2.0.1", |
||
| 1983 | "source": { |
||
| 1984 | "type": "git", |
||
| 1985 | "url": "https://github.com/SocialiteProviders/GitLab.git", |
||
| 1986 | "reference": "b75e585ce3b794bd2b998fb5fc95c6fc15c33cd2" |
||
| 1987 | }, |
||
| 1988 | "dist": { |
||
| 1989 | "type": "zip", |
||
| 1990 | "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/b75e585ce3b794bd2b998fb5fc95c6fc15c33cd2", |
||
| 1991 | "reference": "b75e585ce3b794bd2b998fb5fc95c6fc15c33cd2", |
||
| 1992 | "shasum": "" |
||
| 1993 | }, |
||
| 1994 | "require": { |
||
| 1995 | "php": "^5.6 || ^7.0", |
||
| 1996 | "socialiteproviders/manager": "~2.0" |
||
| 1997 | }, |
||
| 1998 | "type": "library", |
||
| 1999 | "autoload": { |
||
| 2000 | "psr-4": { |
||
| 2001 | "SocialiteProviders\\GitLab\\": "src/" |
||
| 2002 | } |
||
| 2003 | }, |
||
| 2004 | "notification-url": "https://packagist.org/downloads/", |
||
| 2005 | "license": [ |
||
| 2006 | "MIT" |
||
| 2007 | ], |
||
| 2008 | "authors": [ |
||
| 2009 | { |
||
| 2010 | "name": "Christoffer Martinsen", |
||
| 2011 | "email": "[email protected]" |
||
| 2012 | } |
||
| 2013 | ], |
||
| 2014 | "description": "GitLab OAuth2 Provider for Laravel Socialite", |
||
| 2015 | "time": "2016-06-18 03:29:12" |
||
| 2016 | }, |
||
| 2017 | { |
||
| 2018 | "name": "socialiteproviders/manager", |
||
| 2019 | "version": "v2.2.1", |
||
| 2020 | "source": { |
||
| 2021 | "type": "git", |
||
| 2022 | "url": "https://github.com/SocialiteProviders/Manager.git", |
||
| 2023 | "reference": "775bd7f25c71ed88e9ae73ed52ba129fecc7abd0" |
||
| 2024 | }, |
||
| 2025 | "dist": { |
||
| 2026 | "type": "zip", |
||
| 2027 | "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/775bd7f25c71ed88e9ae73ed52ba129fecc7abd0", |
||
| 2028 | "reference": "775bd7f25c71ed88e9ae73ed52ba129fecc7abd0", |
||
| 2029 | "shasum": "" |
||
| 2030 | }, |
||
| 2031 | "require": { |
||
| 2032 | "laravel/socialite": "~2.0", |
||
| 2033 | "php": "^5.6 || ^7.0" |
||
| 2034 | }, |
||
| 2035 | "require-dev": { |
||
| 2036 | "mockery/mockery": "^0.9.4", |
||
| 2037 | "phpunit/phpunit": "^5.0" |
||
| 2038 | }, |
||
| 2039 | "type": "library", |
||
| 2040 | "autoload": { |
||
| 2041 | "psr-4": { |
||
| 2042 | "SocialiteProviders\\Manager\\": "src/", |
||
| 2043 | "SocialiteProviders\\Manager\\Test\\": "tests/" |
||
| 2044 | } |
||
| 2045 | }, |
||
| 2046 | "notification-url": "https://packagist.org/downloads/", |
||
| 2047 | "license": [ |
||
| 2048 | "MIT" |
||
| 2049 | ], |
||
| 2050 | "authors": [ |
||
| 2051 | { |
||
| 2052 | "name": "Andy Wendt", |
||
| 2053 | "email": "[email protected]" |
||
| 2054 | } |
||
| 2055 | ], |
||
| 2056 | "description": "Easily add new or override built-in providers in Laravel Socialite.", |
||
| 2057 | "time": "2016-12-04 07:11:20" |
||
| 2058 | }, |
||
| 2059 | { |
||
| 2060 | "name": "swiftmailer/swiftmailer", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 2061 | "version": "5.x-dev", |
||
| 2062 | "source": { |
||
| 2063 | "type": "git", |
||
| 2064 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 2065 | "reference": "3547577659c1a035093b70fce5ae393b3c94f44e" |
||
| 2066 | }, |
||
| 2067 | "dist": { |
||
| 2068 | "type": "zip", |
||
| 2069 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/3547577659c1a035093b70fce5ae393b3c94f44e", |
||
| 2070 | "reference": "3547577659c1a035093b70fce5ae393b3c94f44e", |
||
| 2071 | "shasum": "" |
||
| 2072 | }, |
||
| 2073 | "require": { |
||
| 2074 | "php": ">=5.3.3" |
||
| 2075 | }, |
||
| 2076 | "require-dev": { |
||
| 2077 | "mockery/mockery": "~0.9.1" |
||
| 2078 | }, |
||
| 2079 | "type": "library", |
||
| 2080 | "extra": { |
||
| 2081 | "branch-alias": { |
||
| 2082 | "dev-master": "5.4-dev" |
||
| 2083 | } |
||
| 2084 | }, |
||
| 2085 | "autoload": { |
||
| 2086 | "files": [ |
||
| 2087 | "lib/swift_required.php" |
||
| 2088 | ] |
||
| 2089 | }, |
||
| 2090 | "notification-url": "https://packagist.org/downloads/", |
||
| 2091 | "license": [ |
||
| 2092 | "MIT" |
||
| 2093 | ], |
||
| 2094 | "authors": [ |
||
| 2095 | { |
||
| 2096 | "name": "Chris Corbyn" |
||
| 2097 | }, |
||
| 2098 | { |
||
| 2099 | "name": "Fabien Potencier", |
||
| 2100 | "email": "[email protected]" |
||
| 2101 | } |
||
| 2102 | ], |
||
| 2103 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 2104 | "homepage": "http://swiftmailer.org", |
||
| 2105 | "keywords": [ |
||
| 2106 | "email", |
||
| 2107 | "mail", |
||
| 2108 | "mailer" |
||
| 2109 | ], |
||
| 2110 | "time": "2016-12-20 05:27:43" |
||
| 2111 | }, |
||
| 2112 | { |
||
| 2113 | "name": "symfony/console", |
||
| 2114 | "version": "3.1.x-dev", |
||
| 2115 | "source": { |
||
| 2116 | "type": "git", |
||
| 2117 | "url": "https://github.com/symfony/console.git", |
||
| 2118 | "reference": "d30f02ff17c56fb541eb97abc61bf94261e9376f" |
||
| 2119 | }, |
||
| 2120 | "dist": { |
||
| 2121 | "type": "zip", |
||
| 2122 | "url": "https://api.github.com/repos/symfony/console/zipball/d30f02ff17c56fb541eb97abc61bf94261e9376f", |
||
| 2123 | "reference": "d30f02ff17c56fb541eb97abc61bf94261e9376f", |
||
| 2124 | "shasum": "" |
||
| 2125 | }, |
||
| 2126 | "require": { |
||
| 2127 | "php": ">=5.5.9", |
||
| 2128 | "symfony/debug": "~2.8|~3.0", |
||
| 2129 | "symfony/polyfill-mbstring": "~1.0" |
||
| 2130 | }, |
||
| 2131 | "require-dev": { |
||
| 2132 | "psr/log": "~1.0", |
||
| 2133 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 2134 | "symfony/process": "~2.8|~3.0" |
||
| 2135 | }, |
||
| 2136 | "suggest": { |
||
| 2137 | "psr/log": "For using the console logger", |
||
| 2138 | "symfony/event-dispatcher": "", |
||
| 2139 | "symfony/process": "" |
||
| 2140 | }, |
||
| 2141 | "type": "library", |
||
| 2142 | "extra": { |
||
| 2143 | "branch-alias": { |
||
| 2144 | "dev-master": "3.1-dev" |
||
| 2145 | } |
||
| 2146 | }, |
||
| 2147 | "autoload": { |
||
| 2148 | "psr-4": { |
||
| 2149 | "Symfony\\Component\\Console\\": "" |
||
| 2150 | }, |
||
| 2151 | "exclude-from-classmap": [ |
||
| 2152 | "/Tests/" |
||
| 2153 | ] |
||
| 2154 | }, |
||
| 2155 | "notification-url": "https://packagist.org/downloads/", |
||
| 2156 | "license": [ |
||
| 2157 | "MIT" |
||
| 2158 | ], |
||
| 2159 | "authors": [ |
||
| 2160 | { |
||
| 2161 | "name": "Fabien Potencier", |
||
| 2162 | "email": "[email protected]" |
||
| 2163 | }, |
||
| 2164 | { |
||
| 2165 | "name": "Symfony Community", |
||
| 2166 | "homepage": "https://symfony.com/contributors" |
||
| 2167 | } |
||
| 2168 | ], |
||
| 2169 | "description": "Symfony Console Component", |
||
| 2170 | "homepage": "https://symfony.com", |
||
| 2171 | "time": "2016-12-23 16:43:44" |
||
| 2172 | }, |
||
| 2173 | { |
||
| 2174 | "name": "symfony/debug", |
||
| 2175 | "version": "3.1.x-dev", |
||
| 2176 | "source": { |
||
| 2177 | "type": "git", |
||
| 2178 | "url": "https://github.com/symfony/debug.git", |
||
| 2179 | "reference": "cd8ad40f187fbd1fd31f695479c6b7e45a547fd2" |
||
| 2180 | }, |
||
| 2181 | "dist": { |
||
| 2182 | "type": "zip", |
||
| 2183 | "url": "https://api.github.com/repos/symfony/debug/zipball/cd8ad40f187fbd1fd31f695479c6b7e45a547fd2", |
||
| 2184 | "reference": "cd8ad40f187fbd1fd31f695479c6b7e45a547fd2", |
||
| 2185 | "shasum": "" |
||
| 2186 | }, |
||
| 2187 | "require": { |
||
| 2188 | "php": ">=5.5.9", |
||
| 2189 | "psr/log": "~1.0" |
||
| 2190 | }, |
||
| 2191 | "conflict": { |
||
| 2192 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 2193 | }, |
||
| 2194 | "require-dev": { |
||
| 2195 | "symfony/class-loader": "~2.8|~3.0", |
||
| 2196 | "symfony/http-kernel": "~2.8|~3.0" |
||
| 2197 | }, |
||
| 2198 | "type": "library", |
||
| 2199 | "extra": { |
||
| 2200 | "branch-alias": { |
||
| 2201 | "dev-master": "3.1-dev" |
||
| 2202 | } |
||
| 2203 | }, |
||
| 2204 | "autoload": { |
||
| 2205 | "psr-4": { |
||
| 2206 | "Symfony\\Component\\Debug\\": "" |
||
| 2207 | }, |
||
| 2208 | "exclude-from-classmap": [ |
||
| 2209 | "/Tests/" |
||
| 2210 | ] |
||
| 2211 | }, |
||
| 2212 | "notification-url": "https://packagist.org/downloads/", |
||
| 2213 | "license": [ |
||
| 2214 | "MIT" |
||
| 2215 | ], |
||
| 2216 | "authors": [ |
||
| 2217 | { |
||
| 2218 | "name": "Fabien Potencier", |
||
| 2219 | "email": "[email protected]" |
||
| 2220 | }, |
||
| 2221 | { |
||
| 2222 | "name": "Symfony Community", |
||
| 2223 | "homepage": "https://symfony.com/contributors" |
||
| 2224 | } |
||
| 2225 | ], |
||
| 2226 | "description": "Symfony Debug Component", |
||
| 2227 | "homepage": "https://symfony.com", |
||
| 2228 | "time": "2016-12-19 16:00:11" |
||
| 2229 | }, |
||
| 2230 | { |
||
| 2231 | "name": "symfony/event-dispatcher", |
||
| 2232 | "version": "2.8.x-dev", |
||
| 2233 | "source": { |
||
| 2234 | "type": "git", |
||
| 2235 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
| 2236 | "reference": "bbefd025bec36f17cc57df418ba488f43e5e28e9" |
||
| 2237 | }, |
||
| 2238 | "dist": { |
||
| 2239 | "type": "zip", |
||
| 2240 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bbefd025bec36f17cc57df418ba488f43e5e28e9", |
||
| 2241 | "reference": "bbefd025bec36f17cc57df418ba488f43e5e28e9", |
||
| 2242 | "shasum": "" |
||
| 2243 | }, |
||
| 2244 | "require": { |
||
| 2245 | "php": ">=5.3.9" |
||
| 2246 | }, |
||
| 2247 | "require-dev": { |
||
| 2248 | "psr/log": "~1.0", |
||
| 2249 | "symfony/config": "~2.0,>=2.0.5|~3.0.0", |
||
| 2250 | "symfony/dependency-injection": "~2.6|~3.0.0", |
||
| 2251 | "symfony/expression-language": "~2.6|~3.0.0", |
||
| 2252 | "symfony/stopwatch": "~2.3|~3.0.0" |
||
| 2253 | }, |
||
| 2254 | "suggest": { |
||
| 2255 | "symfony/dependency-injection": "", |
||
| 2256 | "symfony/http-kernel": "" |
||
| 2257 | }, |
||
| 2258 | "type": "library", |
||
| 2259 | "extra": { |
||
| 2260 | "branch-alias": { |
||
| 2261 | "dev-master": "2.8-dev" |
||
| 2262 | } |
||
| 2263 | }, |
||
| 2264 | "autoload": { |
||
| 2265 | "psr-4": { |
||
| 2266 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 2267 | }, |
||
| 2268 | "exclude-from-classmap": [ |
||
| 2269 | "/Tests/" |
||
| 2270 | ] |
||
| 2271 | }, |
||
| 2272 | "notification-url": "https://packagist.org/downloads/", |
||
| 2273 | "license": [ |
||
| 2274 | "MIT" |
||
| 2275 | ], |
||
| 2276 | "authors": [ |
||
| 2277 | { |
||
| 2278 | "name": "Fabien Potencier", |
||
| 2279 | "email": "[email protected]" |
||
| 2280 | }, |
||
| 2281 | { |
||
| 2282 | "name": "Symfony Community", |
||
| 2283 | "homepage": "https://symfony.com/contributors" |
||
| 2284 | } |
||
| 2285 | ], |
||
| 2286 | "description": "Symfony EventDispatcher Component", |
||
| 2287 | "homepage": "https://symfony.com", |
||
| 2288 | "time": "2016-12-19 15:48:05" |
||
| 2289 | }, |
||
| 2290 | { |
||
| 2291 | "name": "symfony/finder", |
||
| 2292 | "version": "3.1.x-dev", |
||
| 2293 | "source": { |
||
| 2294 | "type": "git", |
||
| 2295 | "url": "https://github.com/symfony/finder.git", |
||
| 2296 | "reference": "74dcd370c8d057882575e535616fde935e411b19" |
||
| 2297 | }, |
||
| 2298 | "dist": { |
||
| 2299 | "type": "zip", |
||
| 2300 | "url": "https://api.github.com/repos/symfony/finder/zipball/74dcd370c8d057882575e535616fde935e411b19", |
||
| 2301 | "reference": "74dcd370c8d057882575e535616fde935e411b19", |
||
| 2302 | "shasum": "" |
||
| 2303 | }, |
||
| 2304 | "require": { |
||
| 2305 | "php": ">=5.5.9" |
||
| 2306 | }, |
||
| 2307 | "type": "library", |
||
| 2308 | "extra": { |
||
| 2309 | "branch-alias": { |
||
| 2310 | "dev-master": "3.1-dev" |
||
| 2311 | } |
||
| 2312 | }, |
||
| 2313 | "autoload": { |
||
| 2314 | "psr-4": { |
||
| 2315 | "Symfony\\Component\\Finder\\": "" |
||
| 2316 | }, |
||
| 2317 | "exclude-from-classmap": [ |
||
| 2318 | "/Tests/" |
||
| 2319 | ] |
||
| 2320 | }, |
||
| 2321 | "notification-url": "https://packagist.org/downloads/", |
||
| 2322 | "license": [ |
||
| 2323 | "MIT" |
||
| 2324 | ], |
||
| 2325 | "authors": [ |
||
| 2326 | { |
||
| 2327 | "name": "Fabien Potencier", |
||
| 2328 | "email": "[email protected]" |
||
| 2329 | }, |
||
| 2330 | { |
||
| 2331 | "name": "Symfony Community", |
||
| 2332 | "homepage": "https://symfony.com/contributors" |
||
| 2333 | } |
||
| 2334 | ], |
||
| 2335 | "description": "Symfony Finder Component", |
||
| 2336 | "homepage": "https://symfony.com", |
||
| 2337 | "time": "2016-12-13 09:38:21" |
||
| 2338 | }, |
||
| 2339 | { |
||
| 2340 | "name": "symfony/http-foundation", |
||
| 2341 | "version": "3.1.x-dev", |
||
| 2342 | "source": { |
||
| 2343 | "type": "git", |
||
| 2344 | "url": "https://github.com/symfony/http-foundation.git", |
||
| 2345 | "reference": "02fcb713db45b0aa1d6863b078d41ad275b7ab36" |
||
| 2346 | }, |
||
| 2347 | "dist": { |
||
| 2348 | "type": "zip", |
||
| 2349 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/02fcb713db45b0aa1d6863b078d41ad275b7ab36", |
||
| 2350 | "reference": "02fcb713db45b0aa1d6863b078d41ad275b7ab36", |
||
| 2351 | "shasum": "" |
||
| 2352 | }, |
||
| 2353 | "require": { |
||
| 2354 | "php": ">=5.5.9", |
||
| 2355 | "symfony/polyfill-mbstring": "~1.1" |
||
| 2356 | }, |
||
| 2357 | "require-dev": { |
||
| 2358 | "symfony/expression-language": "~2.8|~3.0" |
||
| 2359 | }, |
||
| 2360 | "type": "library", |
||
| 2361 | "extra": { |
||
| 2362 | "branch-alias": { |
||
| 2363 | "dev-master": "3.1-dev" |
||
| 2364 | } |
||
| 2365 | }, |
||
| 2366 | "autoload": { |
||
| 2367 | "psr-4": { |
||
| 2368 | "Symfony\\Component\\HttpFoundation\\": "" |
||
| 2369 | }, |
||
| 2370 | "exclude-from-classmap": [ |
||
| 2371 | "/Tests/" |
||
| 2372 | ] |
||
| 2373 | }, |
||
| 2374 | "notification-url": "https://packagist.org/downloads/", |
||
| 2375 | "license": [ |
||
| 2376 | "MIT" |
||
| 2377 | ], |
||
| 2378 | "authors": [ |
||
| 2379 | { |
||
| 2380 | "name": "Fabien Potencier", |
||
| 2381 | "email": "[email protected]" |
||
| 2382 | }, |
||
| 2383 | { |
||
| 2384 | "name": "Symfony Community", |
||
| 2385 | "homepage": "https://symfony.com/contributors" |
||
| 2386 | } |
||
| 2387 | ], |
||
| 2388 | "description": "Symfony HttpFoundation Component", |
||
| 2389 | "homepage": "https://symfony.com", |
||
| 2390 | "time": "2016-12-19 15:53:49" |
||
| 2391 | }, |
||
| 2392 | { |
||
| 2393 | "name": "symfony/http-kernel", |
||
| 2394 | "version": "3.1.x-dev", |
||
| 2395 | "source": { |
||
| 2396 | "type": "git", |
||
| 2397 | "url": "https://github.com/symfony/http-kernel.git", |
||
| 2398 | "reference": "ae70d5004805a60e0cae72b5fde896e140fa2811" |
||
| 2399 | }, |
||
| 2400 | "dist": { |
||
| 2401 | "type": "zip", |
||
| 2402 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ae70d5004805a60e0cae72b5fde896e140fa2811", |
||
| 2403 | "reference": "ae70d5004805a60e0cae72b5fde896e140fa2811", |
||
| 2404 | "shasum": "" |
||
| 2405 | }, |
||
| 2406 | "require": { |
||
| 2407 | "php": ">=5.5.9", |
||
| 2408 | "psr/log": "~1.0", |
||
| 2409 | "symfony/debug": "~2.8|~3.0", |
||
| 2410 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 2411 | "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2" |
||
| 2412 | }, |
||
| 2413 | "conflict": { |
||
| 2414 | "symfony/config": "<2.8" |
||
| 2415 | }, |
||
| 2416 | "require-dev": { |
||
| 2417 | "symfony/browser-kit": "~2.8|~3.0", |
||
| 2418 | "symfony/class-loader": "~2.8|~3.0", |
||
| 2419 | "symfony/config": "~2.8|~3.0", |
||
| 2420 | "symfony/console": "~2.8|~3.0", |
||
| 2421 | "symfony/css-selector": "~2.8|~3.0", |
||
| 2422 | "symfony/dependency-injection": "~2.8|~3.0", |
||
| 2423 | "symfony/dom-crawler": "~2.8|~3.0", |
||
| 2424 | "symfony/expression-language": "~2.8|~3.0", |
||
| 2425 | "symfony/finder": "~2.8|~3.0", |
||
| 2426 | "symfony/process": "~2.8|~3.0", |
||
| 2427 | "symfony/routing": "~2.8|~3.0", |
||
| 2428 | "symfony/stopwatch": "~2.8|~3.0", |
||
| 2429 | "symfony/templating": "~2.8|~3.0", |
||
| 2430 | "symfony/translation": "~2.8|~3.0", |
||
| 2431 | "symfony/var-dumper": "~2.8|~3.0" |
||
| 2432 | }, |
||
| 2433 | "suggest": { |
||
| 2434 | "symfony/browser-kit": "", |
||
| 2435 | "symfony/class-loader": "", |
||
| 2436 | "symfony/config": "", |
||
| 2437 | "symfony/console": "", |
||
| 2438 | "symfony/dependency-injection": "", |
||
| 2439 | "symfony/finder": "", |
||
| 2440 | "symfony/var-dumper": "" |
||
| 2441 | }, |
||
| 2442 | "type": "library", |
||
| 2443 | "extra": { |
||
| 2444 | "branch-alias": { |
||
| 2445 | "dev-master": "3.1-dev" |
||
| 2446 | } |
||
| 2447 | }, |
||
| 2448 | "autoload": { |
||
| 2449 | "psr-4": { |
||
| 2450 | "Symfony\\Component\\HttpKernel\\": "" |
||
| 2451 | }, |
||
| 2452 | "exclude-from-classmap": [ |
||
| 2453 | "/Tests/" |
||
| 2454 | ] |
||
| 2455 | }, |
||
| 2456 | "notification-url": "https://packagist.org/downloads/", |
||
| 2457 | "license": [ |
||
| 2458 | "MIT" |
||
| 2459 | ], |
||
| 2460 | "authors": [ |
||
| 2461 | { |
||
| 2462 | "name": "Fabien Potencier", |
||
| 2463 | "email": "[email protected]" |
||
| 2464 | }, |
||
| 2465 | { |
||
| 2466 | "name": "Symfony Community", |
||
| 2467 | "homepage": "https://symfony.com/contributors" |
||
| 2468 | } |
||
| 2469 | ], |
||
| 2470 | "description": "Symfony HttpKernel Component", |
||
| 2471 | "homepage": "https://symfony.com", |
||
| 2472 | "time": "2016-12-20 17:35:30" |
||
| 2473 | }, |
||
| 2474 | { |
||
| 2475 | "name": "symfony/polyfill-mbstring", |
||
| 2476 | "version": "dev-master", |
||
| 2477 | "source": { |
||
| 2478 | "type": "git", |
||
| 2479 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 2480 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
||
| 2481 | }, |
||
| 2482 | "dist": { |
||
| 2483 | "type": "zip", |
||
| 2484 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
| 2485 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
| 2486 | "shasum": "" |
||
| 2487 | }, |
||
| 2488 | "require": { |
||
| 2489 | "php": ">=5.3.3" |
||
| 2490 | }, |
||
| 2491 | "suggest": { |
||
| 2492 | "ext-mbstring": "For best performance" |
||
| 2493 | }, |
||
| 2494 | "type": "library", |
||
| 2495 | "extra": { |
||
| 2496 | "branch-alias": { |
||
| 2497 | "dev-master": "1.3-dev" |
||
| 2498 | } |
||
| 2499 | }, |
||
| 2500 | "autoload": { |
||
| 2501 | "psr-4": { |
||
| 2502 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 2503 | }, |
||
| 2504 | "files": [ |
||
| 2505 | "bootstrap.php" |
||
| 2506 | ] |
||
| 2507 | }, |
||
| 2508 | "notification-url": "https://packagist.org/downloads/", |
||
| 2509 | "license": [ |
||
| 2510 | "MIT" |
||
| 2511 | ], |
||
| 2512 | "authors": [ |
||
| 2513 | { |
||
| 2514 | "name": "Nicolas Grekas", |
||
| 2515 | "email": "[email protected]" |
||
| 2516 | }, |
||
| 2517 | { |
||
| 2518 | "name": "Symfony Community", |
||
| 2519 | "homepage": "https://symfony.com/contributors" |
||
| 2520 | } |
||
| 2521 | ], |
||
| 2522 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 2523 | "homepage": "https://symfony.com", |
||
| 2524 | "keywords": [ |
||
| 2525 | "compatibility", |
||
| 2526 | "mbstring", |
||
| 2527 | "polyfill", |
||
| 2528 | "portable", |
||
| 2529 | "shim" |
||
| 2530 | ], |
||
| 2531 | "time": "2016-11-14 01:06:16" |
||
| 2532 | }, |
||
| 2533 | { |
||
| 2534 | "name": "symfony/polyfill-php56", |
||
| 2535 | "version": "dev-master", |
||
| 2536 | "source": { |
||
| 2537 | "type": "git", |
||
| 2538 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
| 2539 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c" |
||
| 2540 | }, |
||
| 2541 | "dist": { |
||
| 2542 | "type": "zip", |
||
| 2543 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
| 2544 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
| 2545 | "shasum": "" |
||
| 2546 | }, |
||
| 2547 | "require": { |
||
| 2548 | "php": ">=5.3.3", |
||
| 2549 | "symfony/polyfill-util": "~1.0" |
||
| 2550 | }, |
||
| 2551 | "type": "library", |
||
| 2552 | "extra": { |
||
| 2553 | "branch-alias": { |
||
| 2554 | "dev-master": "1.3-dev" |
||
| 2555 | } |
||
| 2556 | }, |
||
| 2557 | "autoload": { |
||
| 2558 | "psr-4": { |
||
| 2559 | "Symfony\\Polyfill\\Php56\\": "" |
||
| 2560 | }, |
||
| 2561 | "files": [ |
||
| 2562 | "bootstrap.php" |
||
| 2563 | ] |
||
| 2564 | }, |
||
| 2565 | "notification-url": "https://packagist.org/downloads/", |
||
| 2566 | "license": [ |
||
| 2567 | "MIT" |
||
| 2568 | ], |
||
| 2569 | "authors": [ |
||
| 2570 | { |
||
| 2571 | "name": "Nicolas Grekas", |
||
| 2572 | "email": "[email protected]" |
||
| 2573 | }, |
||
| 2574 | { |
||
| 2575 | "name": "Symfony Community", |
||
| 2576 | "homepage": "https://symfony.com/contributors" |
||
| 2577 | } |
||
| 2578 | ], |
||
| 2579 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
| 2580 | "homepage": "https://symfony.com", |
||
| 2581 | "keywords": [ |
||
| 2582 | "compatibility", |
||
| 2583 | "polyfill", |
||
| 2584 | "portable", |
||
| 2585 | "shim" |
||
| 2586 | ], |
||
| 2587 | "time": "2016-11-14 01:06:16" |
||
| 2588 | }, |
||
| 2589 | { |
||
| 2590 | "name": "symfony/polyfill-util", |
||
| 2591 | "version": "dev-master", |
||
| 2592 | "source": { |
||
| 2593 | "type": "git", |
||
| 2594 | "url": "https://github.com/symfony/polyfill-util.git", |
||
| 2595 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb" |
||
| 2596 | }, |
||
| 2597 | "dist": { |
||
| 2598 | "type": "zip", |
||
| 2599 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
| 2600 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
| 2601 | "shasum": "" |
||
| 2602 | }, |
||
| 2603 | "require": { |
||
| 2604 | "php": ">=5.3.3" |
||
| 2605 | }, |
||
| 2606 | "type": "library", |
||
| 2607 | "extra": { |
||
| 2608 | "branch-alias": { |
||
| 2609 | "dev-master": "1.3-dev" |
||
| 2610 | } |
||
| 2611 | }, |
||
| 2612 | "autoload": { |
||
| 2613 | "psr-4": { |
||
| 2614 | "Symfony\\Polyfill\\Util\\": "" |
||
| 2615 | } |
||
| 2616 | }, |
||
| 2617 | "notification-url": "https://packagist.org/downloads/", |
||
| 2618 | "license": [ |
||
| 2619 | "MIT" |
||
| 2620 | ], |
||
| 2621 | "authors": [ |
||
| 2622 | { |
||
| 2623 | "name": "Nicolas Grekas", |
||
| 2624 | "email": "[email protected]" |
||
| 2625 | }, |
||
| 2626 | { |
||
| 2627 | "name": "Symfony Community", |
||
| 2628 | "homepage": "https://symfony.com/contributors" |
||
| 2629 | } |
||
| 2630 | ], |
||
| 2631 | "description": "Symfony utilities for portability of PHP codes", |
||
| 2632 | "homepage": "https://symfony.com", |
||
| 2633 | "keywords": [ |
||
| 2634 | "compat", |
||
| 2635 | "compatibility", |
||
| 2636 | "polyfill", |
||
| 2637 | "shim" |
||
| 2638 | ], |
||
| 2639 | "time": "2016-11-14 01:06:16" |
||
| 2640 | }, |
||
| 2641 | { |
||
| 2642 | "name": "symfony/process", |
||
| 2643 | "version": "3.1.x-dev", |
||
| 2644 | "source": { |
||
| 2645 | "type": "git", |
||
| 2646 | "url": "https://github.com/symfony/process.git", |
||
| 2647 | "reference": "78edd4d9cd10e81afc3c0fc046b199d21bdee978" |
||
| 2648 | }, |
||
| 2649 | "dist": { |
||
| 2650 | "type": "zip", |
||
| 2651 | "url": "https://api.github.com/repos/symfony/process/zipball/78edd4d9cd10e81afc3c0fc046b199d21bdee978", |
||
| 2652 | "reference": "78edd4d9cd10e81afc3c0fc046b199d21bdee978", |
||
| 2653 | "shasum": "" |
||
| 2654 | }, |
||
| 2655 | "require": { |
||
| 2656 | "php": ">=5.5.9" |
||
| 2657 | }, |
||
| 2658 | "type": "library", |
||
| 2659 | "extra": { |
||
| 2660 | "branch-alias": { |
||
| 2661 | "dev-master": "3.1-dev" |
||
| 2662 | } |
||
| 2663 | }, |
||
| 2664 | "autoload": { |
||
| 2665 | "psr-4": { |
||
| 2666 | "Symfony\\Component\\Process\\": "" |
||
| 2667 | }, |
||
| 2668 | "exclude-from-classmap": [ |
||
| 2669 | "/Tests/" |
||
| 2670 | ] |
||
| 2671 | }, |
||
| 2672 | "notification-url": "https://packagist.org/downloads/", |
||
| 2673 | "license": [ |
||
| 2674 | "MIT" |
||
| 2675 | ], |
||
| 2676 | "authors": [ |
||
| 2677 | { |
||
| 2678 | "name": "Fabien Potencier", |
||
| 2679 | "email": "[email protected]" |
||
| 2680 | }, |
||
| 2681 | { |
||
| 2682 | "name": "Symfony Community", |
||
| 2683 | "homepage": "https://symfony.com/contributors" |
||
| 2684 | } |
||
| 2685 | ], |
||
| 2686 | "description": "Symfony Process Component", |
||
| 2687 | "homepage": "https://symfony.com", |
||
| 2688 | "time": "2016-12-19 16:18:40" |
||
| 2689 | }, |
||
| 2690 | { |
||
| 2691 | "name": "symfony/routing", |
||
| 2692 | "version": "3.1.x-dev", |
||
| 2693 | "source": { |
||
| 2694 | "type": "git", |
||
| 2695 | "url": "https://github.com/symfony/routing.git", |
||
| 2696 | "reference": "b64137b1f3e126d574020578de3cd45016c9626e" |
||
| 2697 | }, |
||
| 2698 | "dist": { |
||
| 2699 | "type": "zip", |
||
| 2700 | "url": "https://api.github.com/repos/symfony/routing/zipball/b64137b1f3e126d574020578de3cd45016c9626e", |
||
| 2701 | "reference": "b64137b1f3e126d574020578de3cd45016c9626e", |
||
| 2702 | "shasum": "" |
||
| 2703 | }, |
||
| 2704 | "require": { |
||
| 2705 | "php": ">=5.5.9" |
||
| 2706 | }, |
||
| 2707 | "conflict": { |
||
| 2708 | "symfony/config": "<2.8" |
||
| 2709 | }, |
||
| 2710 | "require-dev": { |
||
| 2711 | "doctrine/annotations": "~1.0", |
||
| 2712 | "doctrine/common": "~2.2", |
||
| 2713 | "psr/log": "~1.0", |
||
| 2714 | "symfony/config": "~2.8|~3.0", |
||
| 2715 | "symfony/expression-language": "~2.8|~3.0", |
||
| 2716 | "symfony/http-foundation": "~2.8|~3.0", |
||
| 2717 | "symfony/yaml": "~2.8|~3.0" |
||
| 2718 | }, |
||
| 2719 | "suggest": { |
||
| 2720 | "doctrine/annotations": "For using the annotation loader", |
||
| 2721 | "symfony/config": "For using the all-in-one router or any loader", |
||
| 2722 | "symfony/dependency-injection": "For loading routes from a service", |
||
| 2723 | "symfony/expression-language": "For using expression matching", |
||
| 2724 | "symfony/http-foundation": "For using a Symfony Request object", |
||
| 2725 | "symfony/yaml": "For using the YAML loader" |
||
| 2726 | }, |
||
| 2727 | "type": "library", |
||
| 2728 | "extra": { |
||
| 2729 | "branch-alias": { |
||
| 2730 | "dev-master": "3.1-dev" |
||
| 2731 | } |
||
| 2732 | }, |
||
| 2733 | "autoload": { |
||
| 2734 | "psr-4": { |
||
| 2735 | "Symfony\\Component\\Routing\\": "" |
||
| 2736 | }, |
||
| 2737 | "exclude-from-classmap": [ |
||
| 2738 | "/Tests/" |
||
| 2739 | ] |
||
| 2740 | }, |
||
| 2741 | "notification-url": "https://packagist.org/downloads/", |
||
| 2742 | "license": [ |
||
| 2743 | "MIT" |
||
| 2744 | ], |
||
| 2745 | "authors": [ |
||
| 2746 | { |
||
| 2747 | "name": "Fabien Potencier", |
||
| 2748 | "email": "[email protected]" |
||
| 2749 | }, |
||
| 2750 | { |
||
| 2751 | "name": "Symfony Community", |
||
| 2752 | "homepage": "https://symfony.com/contributors" |
||
| 2753 | } |
||
| 2754 | ], |
||
| 2755 | "description": "Symfony Routing Component", |
||
| 2756 | "homepage": "https://symfony.com", |
||
| 2757 | "keywords": [ |
||
| 2758 | "router", |
||
| 2759 | "routing", |
||
| 2760 | "uri", |
||
| 2761 | "url" |
||
| 2762 | ], |
||
| 2763 | "time": "2016-12-19 15:53:49" |
||
| 2764 | }, |
||
| 2765 | { |
||
| 2766 | "name": "symfony/translation", |
||
| 2767 | "version": "3.1.x-dev", |
||
| 2768 | "source": { |
||
| 2769 | "type": "git", |
||
| 2770 | "url": "https://github.com/symfony/translation.git", |
||
| 2771 | "reference": "8f9bed3bb9be4a083c64e7afff81a811fc6f9bb1" |
||
| 2772 | }, |
||
| 2773 | "dist": { |
||
| 2774 | "type": "zip", |
||
| 2775 | "url": "https://api.github.com/repos/symfony/translation/zipball/8f9bed3bb9be4a083c64e7afff81a811fc6f9bb1", |
||
| 2776 | "reference": "8f9bed3bb9be4a083c64e7afff81a811fc6f9bb1", |
||
| 2777 | "shasum": "" |
||
| 2778 | }, |
||
| 2779 | "require": { |
||
| 2780 | "php": ">=5.5.9", |
||
| 2781 | "symfony/polyfill-mbstring": "~1.0" |
||
| 2782 | }, |
||
| 2783 | "conflict": { |
||
| 2784 | "symfony/config": "<2.8" |
||
| 2785 | }, |
||
| 2786 | "require-dev": { |
||
| 2787 | "psr/log": "~1.0", |
||
| 2788 | "symfony/config": "~2.8|~3.0", |
||
| 2789 | "symfony/intl": "~2.8|~3.0", |
||
| 2790 | "symfony/yaml": "~2.8|~3.0" |
||
| 2791 | }, |
||
| 2792 | "suggest": { |
||
| 2793 | "psr/log": "To use logging capability in translator", |
||
| 2794 | "symfony/config": "", |
||
| 2795 | "symfony/yaml": "" |
||
| 2796 | }, |
||
| 2797 | "type": "library", |
||
| 2798 | "extra": { |
||
| 2799 | "branch-alias": { |
||
| 2800 | "dev-master": "3.1-dev" |
||
| 2801 | } |
||
| 2802 | }, |
||
| 2803 | "autoload": { |
||
| 2804 | "psr-4": { |
||
| 2805 | "Symfony\\Component\\Translation\\": "" |
||
| 2806 | }, |
||
| 2807 | "exclude-from-classmap": [ |
||
| 2808 | "/Tests/" |
||
| 2809 | ] |
||
| 2810 | }, |
||
| 2811 | "notification-url": "https://packagist.org/downloads/", |
||
| 2812 | "license": [ |
||
| 2813 | "MIT" |
||
| 2814 | ], |
||
| 2815 | "authors": [ |
||
| 2816 | { |
||
| 2817 | "name": "Fabien Potencier", |
||
| 2818 | "email": "[email protected]" |
||
| 2819 | }, |
||
| 2820 | { |
||
| 2821 | "name": "Symfony Community", |
||
| 2822 | "homepage": "https://symfony.com/contributors" |
||
| 2823 | } |
||
| 2824 | ], |
||
| 2825 | "description": "Symfony Translation Component", |
||
| 2826 | "homepage": "https://symfony.com", |
||
| 2827 | "time": "2016-12-19 15:53:49" |
||
| 2828 | }, |
||
| 2829 | { |
||
| 2830 | "name": "symfony/var-dumper", |
||
| 2831 | "version": "3.1.x-dev", |
||
| 2832 | "source": { |
||
| 2833 | "type": "git", |
||
| 2834 | "url": "https://github.com/symfony/var-dumper.git", |
||
| 2835 | "reference": "49665b064c7730ae9e7d8f7541c425d4cdb98dee" |
||
| 2836 | }, |
||
| 2837 | "dist": { |
||
| 2838 | "type": "zip", |
||
| 2839 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/49665b064c7730ae9e7d8f7541c425d4cdb98dee", |
||
| 2840 | "reference": "49665b064c7730ae9e7d8f7541c425d4cdb98dee", |
||
| 2841 | "shasum": "" |
||
| 2842 | }, |
||
| 2843 | "require": { |
||
| 2844 | "php": ">=5.5.9", |
||
| 2845 | "symfony/polyfill-mbstring": "~1.0" |
||
| 2846 | }, |
||
| 2847 | "require-dev": { |
||
| 2848 | "twig/twig": "~1.20|~2.0" |
||
| 2849 | }, |
||
| 2850 | "suggest": { |
||
| 2851 | "ext-symfony_debug": "" |
||
| 2852 | }, |
||
| 2853 | "type": "library", |
||
| 2854 | "extra": { |
||
| 2855 | "branch-alias": { |
||
| 2856 | "dev-master": "3.1-dev" |
||
| 2857 | } |
||
| 2858 | }, |
||
| 2859 | "autoload": { |
||
| 2860 | "files": [ |
||
| 2861 | "Resources/functions/dump.php" |
||
| 2862 | ], |
||
| 2863 | "psr-4": { |
||
| 2864 | "Symfony\\Component\\VarDumper\\": "" |
||
| 2865 | }, |
||
| 2866 | "exclude-from-classmap": [ |
||
| 2867 | "/Tests/" |
||
| 2868 | ] |
||
| 2869 | }, |
||
| 2870 | "notification-url": "https://packagist.org/downloads/", |
||
| 2871 | "license": [ |
||
| 2872 | "MIT" |
||
| 2873 | ], |
||
| 2874 | "authors": [ |
||
| 2875 | { |
||
| 2876 | "name": "Nicolas Grekas", |
||
| 2877 | "email": "[email protected]" |
||
| 2878 | }, |
||
| 2879 | { |
||
| 2880 | "name": "Symfony Community", |
||
| 2881 | "homepage": "https://symfony.com/contributors" |
||
| 2882 | } |
||
| 2883 | ], |
||
| 2884 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
| 2885 | "homepage": "https://symfony.com", |
||
| 2886 | "keywords": [ |
||
| 2887 | "debug", |
||
| 2888 | "dump" |
||
| 2889 | ], |
||
| 2890 | "time": "2016-12-17 10:46:00" |
||
| 2891 | }, |
||
| 2892 | { |
||
| 2893 | "name": "talevskiigor/composer-bump", |
||
| 2894 | "version": "dev-master", |
||
| 2895 | "source": { |
||
| 2896 | "type": "git", |
||
| 2897 | "url": "https://github.com/talevskiigor/composer-bump.git", |
||
| 2898 | "reference": "253be880dcdf87c367c9229cad829675f9598f1f" |
||
| 2899 | }, |
||
| 2900 | "dist": { |
||
| 2901 | "type": "zip", |
||
| 2902 | "url": "https://api.github.com/repos/talevskiigor/composer-bump/zipball/253be880dcdf87c367c9229cad829675f9598f1f", |
||
| 2903 | "reference": "253be880dcdf87c367c9229cad829675f9598f1f", |
||
| 2904 | "shasum": "" |
||
| 2905 | }, |
||
| 2906 | "require": { |
||
| 2907 | "php": ">=5.5.9" |
||
| 2908 | }, |
||
| 2909 | "require-dev": { |
||
| 2910 | "fzaninotto/faker": "~1.4", |
||
| 2911 | "mikey179/vfsstream": "^1.6", |
||
| 2912 | "mockery/mockery": "0.9.*", |
||
| 2913 | "phpunit/phpunit": "~4.0", |
||
| 2914 | "symfony/css-selector": "2.8.*|3.0.*", |
||
| 2915 | "symfony/dom-crawler": "2.8.*|3.0.*" |
||
| 2916 | }, |
||
| 2917 | "type": "library", |
||
| 2918 | "extra": { |
||
| 2919 | "branch-alias": { |
||
| 2920 | "dev-master": "1.0.x-dev" |
||
| 2921 | } |
||
| 2922 | }, |
||
| 2923 | "autoload": { |
||
| 2924 | "psr-4": { |
||
| 2925 | "Talevskiigor\\ComposerBump\\": "src/" |
||
| 2926 | } |
||
| 2927 | }, |
||
| 2928 | "notification-url": "https://packagist.org/downloads/", |
||
| 2929 | "license": [ |
||
| 2930 | "MIT" |
||
| 2931 | ], |
||
| 2932 | "authors": [ |
||
| 2933 | { |
||
| 2934 | "name": "Igor T.", |
||
| 2935 | "email": "[email protected]" |
||
| 2936 | } |
||
| 2937 | ], |
||
| 2938 | "description": "Laravel artisan command to increment composer.json version.", |
||
| 2939 | "keywords": [ |
||
| 2940 | "artisan", |
||
| 2941 | "bump", |
||
| 2942 | "composer", |
||
| 2943 | "laravel" |
||
| 2944 | ], |
||
| 2945 | "time": "2016-03-02 23:17:16" |
||
| 2946 | }, |
||
| 2947 | { |
||
| 2948 | "name": "theseer/fdomdocument", |
||
| 2949 | "version": "1.6.1", |
||
| 2950 | "source": { |
||
| 2951 | "type": "git", |
||
| 2952 | "url": "https://github.com/theseer/fDOMDocument.git", |
||
| 2953 | "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684" |
||
| 2954 | }, |
||
| 2955 | "dist": { |
||
| 2956 | "type": "zip", |
||
| 2957 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684", |
||
| 2958 | "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684", |
||
| 2959 | "shasum": "" |
||
| 2960 | }, |
||
| 2961 | "require": { |
||
| 2962 | "ext-dom": "*", |
||
| 2963 | "lib-libxml": "*", |
||
| 2964 | "php": ">=5.3.3" |
||
| 2965 | }, |
||
| 2966 | "type": "library", |
||
| 2967 | "autoload": { |
||
| 2968 | "classmap": [ |
||
| 2969 | "src/" |
||
| 2970 | ] |
||
| 2971 | }, |
||
| 2972 | "notification-url": "https://packagist.org/downloads/", |
||
| 2973 | "license": [ |
||
| 2974 | "BSD-3-Clause" |
||
| 2975 | ], |
||
| 2976 | "authors": [ |
||
| 2977 | { |
||
| 2978 | "name": "Arne Blankerts", |
||
| 2979 | "email": "[email protected]", |
||
| 2980 | "role": "lead" |
||
| 2981 | } |
||
| 2982 | ], |
||
| 2983 | "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", |
||
| 2984 | "homepage": "https://github.com/theseer/fDOMDocument", |
||
| 2985 | "time": "2015-05-27 22:58:02" |
||
| 2986 | }, |
||
| 2987 | { |
||
| 2988 | "name": "vlucas/phpdotenv", |
||
| 2989 | "version": "dev-master", |
||
| 2990 | "source": { |
||
| 2991 | "type": "git", |
||
| 2992 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
| 2993 | "reference": "08b7fbc3cc7cf6fc63b18f35ea442d7885b8e910" |
||
| 2994 | }, |
||
| 2995 | "dist": { |
||
| 2996 | "type": "zip", |
||
| 2997 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/08b7fbc3cc7cf6fc63b18f35ea442d7885b8e910", |
||
| 2998 | "reference": "08b7fbc3cc7cf6fc63b18f35ea442d7885b8e910", |
||
| 2999 | "shasum": "" |
||
| 3000 | }, |
||
| 3001 | "require": { |
||
| 3002 | "php": ">=5.3.9" |
||
| 3003 | }, |
||
| 3004 | "require-dev": { |
||
| 3005 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
| 3006 | }, |
||
| 3007 | "type": "library", |
||
| 3008 | "extra": { |
||
| 3009 | "branch-alias": { |
||
| 3010 | "dev-master": "2.4-dev" |
||
| 3011 | } |
||
| 3012 | }, |
||
| 3013 | "autoload": { |
||
| 3014 | "psr-4": { |
||
| 3015 | "Dotenv\\": "src/" |
||
| 3016 | } |
||
| 3017 | }, |
||
| 3018 | "notification-url": "https://packagist.org/downloads/", |
||
| 3019 | "license": [ |
||
| 3020 | "BSD-3-Clause-Attribution" |
||
| 3021 | ], |
||
| 3022 | "authors": [ |
||
| 3023 | { |
||
| 3024 | "name": "Vance Lucas", |
||
| 3025 | "email": "[email protected]", |
||
| 3026 | "homepage": "http://www.vancelucas.com" |
||
| 3027 | } |
||
| 3028 | ], |
||
| 3029 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
| 3030 | "keywords": [ |
||
| 3031 | "dotenv", |
||
| 3032 | "env", |
||
| 3033 | "environment" |
||
| 3034 | ], |
||
| 3035 | "time": "2016-12-14 21:01:27" |
||
| 3036 | } |
||
| 3037 | ], |
||
| 3038 | "packages-dev": [ |
||
| 3039 | { |
||
| 3040 | "name": "behat/behat", |
||
| 3041 | "version": "v3.3.0", |
||
| 3042 | "source": { |
||
| 3043 | "type": "git", |
||
| 3044 | "url": "https://github.com/Behat/Behat.git", |
||
| 3045 | "reference": "15a3a1857457eaa29cdf41564a5e421effb09526" |
||
| 3046 | }, |
||
| 3047 | "dist": { |
||
| 3048 | "type": "zip", |
||
| 3049 | "url": "https://api.github.com/repos/Behat/Behat/zipball/15a3a1857457eaa29cdf41564a5e421effb09526", |
||
| 3050 | "reference": "15a3a1857457eaa29cdf41564a5e421effb09526", |
||
| 3051 | "shasum": "" |
||
| 3052 | }, |
||
| 3053 | "require": { |
||
| 3054 | "behat/gherkin": "^4.4.4", |
||
| 3055 | "behat/transliterator": "~1.0", |
||
| 3056 | "container-interop/container-interop": "^1.1", |
||
| 3057 | "ext-mbstring": "*", |
||
| 3058 | "php": ">=5.3.3", |
||
| 3059 | "symfony/class-loader": "~2.1||~3.0", |
||
| 3060 | "symfony/config": "~2.3||~3.0", |
||
| 3061 | "symfony/console": "~2.5||~3.0", |
||
| 3062 | "symfony/dependency-injection": "~2.1||~3.0", |
||
| 3063 | "symfony/event-dispatcher": "~2.1||~3.0", |
||
| 3064 | "symfony/translation": "~2.3||~3.0", |
||
| 3065 | "symfony/yaml": "~2.1||~3.0" |
||
| 3066 | }, |
||
| 3067 | "require-dev": { |
||
| 3068 | "herrera-io/box": "~1.6.1", |
||
| 3069 | "phpunit/phpunit": "~4.5", |
||
| 3070 | "symfony/process": "~2.5|~3.0" |
||
| 3071 | }, |
||
| 3072 | "suggest": { |
||
| 3073 | "behat/mink-extension": "for integration with Mink testing framework", |
||
| 3074 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
||
| 3075 | "behat/yii-extension": "for integration with Yii web framework" |
||
| 3076 | }, |
||
| 3077 | "bin": [ |
||
| 3078 | "bin/behat" |
||
| 3079 | ], |
||
| 3080 | "type": "library", |
||
| 3081 | "extra": { |
||
| 3082 | "branch-alias": { |
||
| 3083 | "dev-master": "3.2.x-dev" |
||
| 3084 | } |
||
| 3085 | }, |
||
| 3086 | "autoload": { |
||
| 3087 | "psr-0": { |
||
| 3088 | "Behat\\Behat": "src/", |
||
| 3089 | "Behat\\Testwork": "src/" |
||
| 3090 | } |
||
| 3091 | }, |
||
| 3092 | "notification-url": "https://packagist.org/downloads/", |
||
| 3093 | "license": [ |
||
| 3094 | "MIT" |
||
| 3095 | ], |
||
| 3096 | "authors": [ |
||
| 3097 | { |
||
| 3098 | "name": "Konstantin Kudryashov", |
||
| 3099 | "email": "[email protected]", |
||
| 3100 | "homepage": "http://everzet.com" |
||
| 3101 | } |
||
| 3102 | ], |
||
| 3103 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
||
| 3104 | "homepage": "http://behat.org/", |
||
| 3105 | "keywords": [ |
||
| 3106 | "Agile", |
||
| 3107 | "BDD", |
||
| 3108 | "ScenarioBDD", |
||
| 3109 | "Scrum", |
||
| 3110 | "StoryBDD", |
||
| 3111 | "User story", |
||
| 3112 | "business", |
||
| 3113 | "development", |
||
| 3114 | "documentation", |
||
| 3115 | "examples", |
||
| 3116 | "symfony", |
||
| 3117 | "testing" |
||
| 3118 | ], |
||
| 3119 | "time": "2016-12-25 13:43:52" |
||
| 3120 | }, |
||
| 3121 | { |
||
| 3122 | "name": "behat/gherkin", |
||
| 3123 | "version": "dev-master", |
||
| 3124 | "source": { |
||
| 3125 | "type": "git", |
||
| 3126 | "url": "https://github.com/Behat/Gherkin.git", |
||
| 3127 | "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74" |
||
| 3128 | }, |
||
| 3129 | "dist": { |
||
| 3130 | "type": "zip", |
||
| 3131 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74", |
||
| 3132 | "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74", |
||
| 3133 | "shasum": "" |
||
| 3134 | }, |
||
| 3135 | "require": { |
||
| 3136 | "php": ">=5.3.1" |
||
| 3137 | }, |
||
| 3138 | "require-dev": { |
||
| 3139 | "phpunit/phpunit": "~4.5|~5", |
||
| 3140 | "symfony/phpunit-bridge": "~2.7|~3", |
||
| 3141 | "symfony/yaml": "~2.3|~3" |
||
| 3142 | }, |
||
| 3143 | "suggest": { |
||
| 3144 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
||
| 3145 | }, |
||
| 3146 | "type": "library", |
||
| 3147 | "extra": { |
||
| 3148 | "branch-alias": { |
||
| 3149 | "dev-master": "4.4-dev" |
||
| 3150 | } |
||
| 3151 | }, |
||
| 3152 | "autoload": { |
||
| 3153 | "psr-0": { |
||
| 3154 | "Behat\\Gherkin": "src/" |
||
| 3155 | } |
||
| 3156 | }, |
||
| 3157 | "notification-url": "https://packagist.org/downloads/", |
||
| 3158 | "license": [ |
||
| 3159 | "MIT" |
||
| 3160 | ], |
||
| 3161 | "authors": [ |
||
| 3162 | { |
||
| 3163 | "name": "Konstantin Kudryashov", |
||
| 3164 | "email": "[email protected]", |
||
| 3165 | "homepage": "http://everzet.com" |
||
| 3166 | } |
||
| 3167 | ], |
||
| 3168 | "description": "Gherkin DSL parser for PHP 5.3", |
||
| 3169 | "homepage": "http://behat.org/", |
||
| 3170 | "keywords": [ |
||
| 3171 | "BDD", |
||
| 3172 | "Behat", |
||
| 3173 | "Cucumber", |
||
| 3174 | "DSL", |
||
| 3175 | "gherkin", |
||
| 3176 | "parser" |
||
| 3177 | ], |
||
| 3178 | "time": "2016-10-30 11:50:56" |
||
| 3179 | }, |
||
| 3180 | { |
||
| 3181 | "name": "behat/transliterator", |
||
| 3182 | "version": "dev-master", |
||
| 3183 | "source": { |
||
| 3184 | "type": "git", |
||
| 3185 | "url": "https://github.com/Behat/Transliterator.git", |
||
| 3186 | "reference": "02fa32d26934f99cb8a3eff2fe065a1fd53f847b" |
||
| 3187 | }, |
||
| 3188 | "dist": { |
||
| 3189 | "type": "zip", |
||
| 3190 | "url": "https://api.github.com/repos/Behat/Transliterator/zipball/02fa32d26934f99cb8a3eff2fe065a1fd53f847b", |
||
| 3191 | "reference": "02fa32d26934f99cb8a3eff2fe065a1fd53f847b", |
||
| 3192 | "shasum": "" |
||
| 3193 | }, |
||
| 3194 | "require": { |
||
| 3195 | "php": ">=5.3.3" |
||
| 3196 | }, |
||
| 3197 | "require-dev": { |
||
| 3198 | "chuyskywalker/rolling-curl": "^3.1", |
||
| 3199 | "php-yaoi/php-yaoi": "^1.0" |
||
| 3200 | }, |
||
| 3201 | "type": "library", |
||
| 3202 | "extra": { |
||
| 3203 | "branch-alias": { |
||
| 3204 | "dev-master": "1.2-dev" |
||
| 3205 | } |
||
| 3206 | }, |
||
| 3207 | "autoload": { |
||
| 3208 | "psr-0": { |
||
| 3209 | "Behat\\Transliterator": "src/" |
||
| 3210 | } |
||
| 3211 | }, |
||
| 3212 | "notification-url": "https://packagist.org/downloads/", |
||
| 3213 | "license": [ |
||
| 3214 | "Artistic-1.0" |
||
| 3215 | ], |
||
| 3216 | "description": "String transliterator", |
||
| 3217 | "keywords": [ |
||
| 3218 | "i18n", |
||
| 3219 | "slug", |
||
| 3220 | "transliterator" |
||
| 3221 | ], |
||
| 3222 | "time": "2016-10-21 08:46:05" |
||
| 3223 | }, |
||
| 3224 | { |
||
| 3225 | "name": "container-interop/container-interop", |
||
| 3226 | "version": "1.1.0", |
||
| 3227 | "source": { |
||
| 3228 | "type": "git", |
||
| 3229 | "url": "https://github.com/container-interop/container-interop.git", |
||
| 3230 | "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e" |
||
| 3231 | }, |
||
| 3232 | "dist": { |
||
| 3233 | "type": "zip", |
||
| 3234 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e", |
||
| 3235 | "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e", |
||
| 3236 | "shasum": "" |
||
| 3237 | }, |
||
| 3238 | "type": "library", |
||
| 3239 | "autoload": { |
||
| 3240 | "psr-4": { |
||
| 3241 | "Interop\\Container\\": "src/Interop/Container/" |
||
| 3242 | } |
||
| 3243 | }, |
||
| 3244 | "notification-url": "https://packagist.org/downloads/", |
||
| 3245 | "license": [ |
||
| 3246 | "MIT" |
||
| 3247 | ], |
||
| 3248 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
||
| 3249 | "time": "2014-12-30 15:22:37" |
||
| 3250 | }, |
||
| 3251 | { |
||
| 3252 | "name": "doctrine/annotations", |
||
| 3253 | "version": "dev-master", |
||
| 3254 | "source": { |
||
| 3255 | "type": "git", |
||
| 3256 | "url": "https://github.com/doctrine/annotations.git", |
||
| 3257 | "reference": "a0adee8297c90980c3d3ffe25e5a6c6f52fa73fa" |
||
| 3258 | }, |
||
| 3259 | "dist": { |
||
| 3260 | "type": "zip", |
||
| 3261 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/a0adee8297c90980c3d3ffe25e5a6c6f52fa73fa", |
||
| 3262 | "reference": "a0adee8297c90980c3d3ffe25e5a6c6f52fa73fa", |
||
| 3263 | "shasum": "" |
||
| 3264 | }, |
||
| 3265 | "require": { |
||
| 3266 | "doctrine/lexer": "1.*", |
||
| 3267 | "php": "^5.6 || ^7.0" |
||
| 3268 | }, |
||
| 3269 | "require-dev": { |
||
| 3270 | "doctrine/cache": "1.*", |
||
| 3271 | "phpunit/phpunit": "^5.6.1" |
||
| 3272 | }, |
||
| 3273 | "type": "library", |
||
| 3274 | "extra": { |
||
| 3275 | "branch-alias": { |
||
| 3276 | "dev-master": "1.4.x-dev" |
||
| 3277 | } |
||
| 3278 | }, |
||
| 3279 | "autoload": { |
||
| 3280 | "psr-4": { |
||
| 3281 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
| 3282 | } |
||
| 3283 | }, |
||
| 3284 | "notification-url": "https://packagist.org/downloads/", |
||
| 3285 | "license": [ |
||
| 3286 | "MIT" |
||
| 3287 | ], |
||
| 3288 | "authors": [ |
||
| 3289 | { |
||
| 3290 | "name": "Roman Borschel", |
||
| 3291 | "email": "[email protected]" |
||
| 3292 | }, |
||
| 3293 | { |
||
| 3294 | "name": "Benjamin Eberlei", |
||
| 3295 | "email": "[email protected]" |
||
| 3296 | }, |
||
| 3297 | { |
||
| 3298 | "name": "Guilherme Blanco", |
||
| 3299 | "email": "[email protected]" |
||
| 3300 | }, |
||
| 3301 | { |
||
| 3302 | "name": "Jonathan Wage", |
||
| 3303 | "email": "[email protected]" |
||
| 3304 | }, |
||
| 3305 | { |
||
| 3306 | "name": "Johannes Schmitt", |
||
| 3307 | "email": "[email protected]" |
||
| 3308 | } |
||
| 3309 | ], |
||
| 3310 | "description": "Docblock Annotations Parser", |
||
| 3311 | "homepage": "http://www.doctrine-project.org", |
||
| 3312 | "keywords": [ |
||
| 3313 | "annotations", |
||
| 3314 | "docblock", |
||
| 3315 | "parser" |
||
| 3316 | ], |
||
| 3317 | "time": "2016-11-05 13:23:40" |
||
| 3318 | }, |
||
| 3319 | { |
||
| 3320 | "name": "doctrine/cache", |
||
| 3321 | "version": "dev-master", |
||
| 3322 | "source": { |
||
| 3323 | "type": "git", |
||
| 3324 | "url": "https://github.com/doctrine/cache.git", |
||
| 3325 | "reference": "e14f7e04cf7106fed6061b42aeeb56df556db49d" |
||
| 3326 | }, |
||
| 3327 | "dist": { |
||
| 3328 | "type": "zip", |
||
| 3329 | "url": "https://api.github.com/repos/doctrine/cache/zipball/e14f7e04cf7106fed6061b42aeeb56df556db49d", |
||
| 3330 | "reference": "e14f7e04cf7106fed6061b42aeeb56df556db49d", |
||
| 3331 | "shasum": "" |
||
| 3332 | }, |
||
| 3333 | "require": { |
||
| 3334 | "php": "~5.6|~7.0" |
||
| 3335 | }, |
||
| 3336 | "conflict": { |
||
| 3337 | "doctrine/common": ">2.2,<2.4" |
||
| 3338 | }, |
||
| 3339 | "require-dev": { |
||
| 3340 | "phpunit/phpunit": "^5.6.2", |
||
| 3341 | "predis/predis": "~1.0" |
||
| 3342 | }, |
||
| 3343 | "type": "library", |
||
| 3344 | "extra": { |
||
| 3345 | "branch-alias": { |
||
| 3346 | "dev-master": "1.7.x-dev" |
||
| 3347 | } |
||
| 3348 | }, |
||
| 3349 | "autoload": { |
||
| 3350 | "psr-4": { |
||
| 3351 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 3352 | } |
||
| 3353 | }, |
||
| 3354 | "notification-url": "https://packagist.org/downloads/", |
||
| 3355 | "license": [ |
||
| 3356 | "MIT" |
||
| 3357 | ], |
||
| 3358 | "authors": [ |
||
| 3359 | { |
||
| 3360 | "name": "Roman Borschel", |
||
| 3361 | "email": "[email protected]" |
||
| 3362 | }, |
||
| 3363 | { |
||
| 3364 | "name": "Benjamin Eberlei", |
||
| 3365 | "email": "[email protected]" |
||
| 3366 | }, |
||
| 3367 | { |
||
| 3368 | "name": "Guilherme Blanco", |
||
| 3369 | "email": "[email protected]" |
||
| 3370 | }, |
||
| 3371 | { |
||
| 3372 | "name": "Jonathan Wage", |
||
| 3373 | "email": "[email protected]" |
||
| 3374 | }, |
||
| 3375 | { |
||
| 3376 | "name": "Johannes Schmitt", |
||
| 3377 | "email": "[email protected]" |
||
| 3378 | } |
||
| 3379 | ], |
||
| 3380 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 3381 | "homepage": "http://www.doctrine-project.org", |
||
| 3382 | "keywords": [ |
||
| 3383 | "cache", |
||
| 3384 | "caching" |
||
| 3385 | ], |
||
| 3386 | "time": "2016-12-17 21:41:50" |
||
| 3387 | }, |
||
| 3388 | { |
||
| 3389 | "name": "doctrine/collections", |
||
| 3390 | "version": "dev-master", |
||
| 3391 | "source": { |
||
| 3392 | "type": "git", |
||
| 3393 | "url": "https://github.com/doctrine/collections.git", |
||
| 3394 | "reference": "d7414669e9e3f6d467eaef88893e4deec7e4a0b8" |
||
| 3395 | }, |
||
| 3396 | "dist": { |
||
| 3397 | "type": "zip", |
||
| 3398 | "url": "https://api.github.com/repos/doctrine/collections/zipball/d7414669e9e3f6d467eaef88893e4deec7e4a0b8", |
||
| 3399 | "reference": "d7414669e9e3f6d467eaef88893e4deec7e4a0b8", |
||
| 3400 | "shasum": "" |
||
| 3401 | }, |
||
| 3402 | "require": { |
||
| 3403 | "php": "^5.5 || ^7.0" |
||
| 3404 | }, |
||
| 3405 | "require-dev": { |
||
| 3406 | "doctrine/coding-standard": "~0.1@dev", |
||
| 3407 | "phpunit/phpunit": "~4.0" |
||
| 3408 | }, |
||
| 3409 | "type": "library", |
||
| 3410 | "extra": { |
||
| 3411 | "branch-alias": { |
||
| 3412 | "dev-master": "1.3.x-dev" |
||
| 3413 | } |
||
| 3414 | }, |
||
| 3415 | "autoload": { |
||
| 3416 | "psr-0": { |
||
| 3417 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 3418 | } |
||
| 3419 | }, |
||
| 3420 | "notification-url": "https://packagist.org/downloads/", |
||
| 3421 | "license": [ |
||
| 3422 | "MIT" |
||
| 3423 | ], |
||
| 3424 | "authors": [ |
||
| 3425 | { |
||
| 3426 | "name": "Roman Borschel", |
||
| 3427 | "email": "[email protected]" |
||
| 3428 | }, |
||
| 3429 | { |
||
| 3430 | "name": "Benjamin Eberlei", |
||
| 3431 | "email": "[email protected]" |
||
| 3432 | }, |
||
| 3433 | { |
||
| 3434 | "name": "Guilherme Blanco", |
||
| 3435 | "email": "[email protected]" |
||
| 3436 | }, |
||
| 3437 | { |
||
| 3438 | "name": "Jonathan Wage", |
||
| 3439 | "email": "[email protected]" |
||
| 3440 | }, |
||
| 3441 | { |
||
| 3442 | "name": "Johannes Schmitt", |
||
| 3443 | "email": "[email protected]" |
||
| 3444 | } |
||
| 3445 | ], |
||
| 3446 | "description": "Collections Abstraction library", |
||
| 3447 | "homepage": "http://www.doctrine-project.org", |
||
| 3448 | "keywords": [ |
||
| 3449 | "array", |
||
| 3450 | "collections", |
||
| 3451 | "iterator" |
||
| 3452 | ], |
||
| 3453 | "time": "2016-12-17 22:35:33" |
||
| 3454 | }, |
||
| 3455 | { |
||
| 3456 | "name": "doctrine/common", |
||
| 3457 | "version": "dev-master", |
||
| 3458 | "source": { |
||
| 3459 | "type": "git", |
||
| 3460 | "url": "https://github.com/doctrine/common.git", |
||
| 3461 | "reference": "c10aa59433689cf803dc669c8512cc1a3612233c" |
||
| 3462 | }, |
||
| 3463 | "dist": { |
||
| 3464 | "type": "zip", |
||
| 3465 | "url": "https://api.github.com/repos/doctrine/common/zipball/c10aa59433689cf803dc669c8512cc1a3612233c", |
||
| 3466 | "reference": "c10aa59433689cf803dc669c8512cc1a3612233c", |
||
| 3467 | "shasum": "" |
||
| 3468 | }, |
||
| 3469 | "require": { |
||
| 3470 | "doctrine/annotations": "1.*", |
||
| 3471 | "doctrine/cache": "1.*", |
||
| 3472 | "doctrine/collections": "1.*", |
||
| 3473 | "doctrine/inflector": "1.*", |
||
| 3474 | "doctrine/lexer": "1.*", |
||
| 3475 | "php": "~5.6|~7.0" |
||
| 3476 | }, |
||
| 3477 | "require-dev": { |
||
| 3478 | "phpunit/phpunit": "^5.4.6" |
||
| 3479 | }, |
||
| 3480 | "type": "library", |
||
| 3481 | "extra": { |
||
| 3482 | "branch-alias": { |
||
| 3483 | "dev-master": "2.7.x-dev" |
||
| 3484 | } |
||
| 3485 | }, |
||
| 3486 | "autoload": { |
||
| 3487 | "psr-4": { |
||
| 3488 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 3489 | } |
||
| 3490 | }, |
||
| 3491 | "notification-url": "https://packagist.org/downloads/", |
||
| 3492 | "license": [ |
||
| 3493 | "MIT" |
||
| 3494 | ], |
||
| 3495 | "authors": [ |
||
| 3496 | { |
||
| 3497 | "name": "Roman Borschel", |
||
| 3498 | "email": "[email protected]" |
||
| 3499 | }, |
||
| 3500 | { |
||
| 3501 | "name": "Benjamin Eberlei", |
||
| 3502 | "email": "[email protected]" |
||
| 3503 | }, |
||
| 3504 | { |
||
| 3505 | "name": "Guilherme Blanco", |
||
| 3506 | "email": "[email protected]" |
||
| 3507 | }, |
||
| 3508 | { |
||
| 3509 | "name": "Jonathan Wage", |
||
| 3510 | "email": "[email protected]" |
||
| 3511 | }, |
||
| 3512 | { |
||
| 3513 | "name": "Johannes Schmitt", |
||
| 3514 | "email": "[email protected]" |
||
| 3515 | } |
||
| 3516 | ], |
||
| 3517 | "description": "Common Library for Doctrine projects", |
||
| 3518 | "homepage": "http://www.doctrine-project.org", |
||
| 3519 | "keywords": [ |
||
| 3520 | "annotations", |
||
| 3521 | "collections", |
||
| 3522 | "eventmanager", |
||
| 3523 | "persistence", |
||
| 3524 | "spl" |
||
| 3525 | ], |
||
| 3526 | "time": "2016-12-03 08:10:21" |
||
| 3527 | }, |
||
| 3528 | { |
||
| 3529 | "name": "doctrine/dbal", |
||
| 3530 | "version": "dev-master", |
||
| 3531 | "source": { |
||
| 3532 | "type": "git", |
||
| 3533 | "url": "https://github.com/doctrine/dbal.git", |
||
| 3534 | "reference": "b551fcb26a81e230085c0dca88174573b6c36609" |
||
| 3535 | }, |
||
| 3536 | "dist": { |
||
| 3537 | "type": "zip", |
||
| 3538 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/b551fcb26a81e230085c0dca88174573b6c36609", |
||
| 3539 | "reference": "b551fcb26a81e230085c0dca88174573b6c36609", |
||
| 3540 | "shasum": "" |
||
| 3541 | }, |
||
| 3542 | "require": { |
||
| 3543 | "doctrine/common": "^2.7.1", |
||
| 3544 | "php": "^5.6 || ^7.0" |
||
| 3545 | }, |
||
| 3546 | "require-dev": { |
||
| 3547 | "phpunit/phpunit": "^5.4.6", |
||
| 3548 | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", |
||
| 3549 | "symfony/console": "2.*||^3.0" |
||
| 3550 | }, |
||
| 3551 | "suggest": { |
||
| 3552 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 3553 | }, |
||
| 3554 | "bin": [ |
||
| 3555 | "bin/doctrine-dbal" |
||
| 3556 | ], |
||
| 3557 | "type": "library", |
||
| 3558 | "extra": { |
||
| 3559 | "branch-alias": { |
||
| 3560 | "dev-master": "2.6.x-dev" |
||
| 3561 | } |
||
| 3562 | }, |
||
| 3563 | "autoload": { |
||
| 3564 | "psr-0": { |
||
| 3565 | "Doctrine\\DBAL\\": "lib/" |
||
| 3566 | } |
||
| 3567 | }, |
||
| 3568 | "notification-url": "https://packagist.org/downloads/", |
||
| 3569 | "license": [ |
||
| 3570 | "MIT" |
||
| 3571 | ], |
||
| 3572 | "authors": [ |
||
| 3573 | { |
||
| 3574 | "name": "Roman Borschel", |
||
| 3575 | "email": "[email protected]" |
||
| 3576 | }, |
||
| 3577 | { |
||
| 3578 | "name": "Benjamin Eberlei", |
||
| 3579 | "email": "[email protected]" |
||
| 3580 | }, |
||
| 3581 | { |
||
| 3582 | "name": "Guilherme Blanco", |
||
| 3583 | "email": "[email protected]" |
||
| 3584 | }, |
||
| 3585 | { |
||
| 3586 | "name": "Jonathan Wage", |
||
| 3587 | "email": "[email protected]" |
||
| 3588 | } |
||
| 3589 | ], |
||
| 3590 | "description": "Database Abstraction Layer", |
||
| 3591 | "homepage": "http://www.doctrine-project.org", |
||
| 3592 | "keywords": [ |
||
| 3593 | "database", |
||
| 3594 | "dbal", |
||
| 3595 | "persistence", |
||
| 3596 | "queryobject" |
||
| 3597 | ], |
||
| 3598 | "time": "2016-12-04 05:57:28" |
||
| 3599 | }, |
||
| 3600 | { |
||
| 3601 | "name": "doctrine/instantiator", |
||
| 3602 | "version": "dev-master", |
||
| 3603 | "source": { |
||
| 3604 | "type": "git", |
||
| 3605 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 3606 | "reference": "416fb8ad1d095a87f1d21bc40711843cd122fd4a" |
||
| 3607 | }, |
||
| 3608 | "dist": { |
||
| 3609 | "type": "zip", |
||
| 3610 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/416fb8ad1d095a87f1d21bc40711843cd122fd4a", |
||
| 3611 | "reference": "416fb8ad1d095a87f1d21bc40711843cd122fd4a", |
||
| 3612 | "shasum": "" |
||
| 3613 | }, |
||
| 3614 | "require": { |
||
| 3615 | "php": ">=5.3,<8.0-DEV" |
||
| 3616 | }, |
||
| 3617 | "require-dev": { |
||
| 3618 | "athletic/athletic": "~0.1.8", |
||
| 3619 | "ext-pdo": "*", |
||
| 3620 | "ext-phar": "*", |
||
| 3621 | "phpunit/phpunit": "~4.0", |
||
| 3622 | "squizlabs/php_codesniffer": "~2.0" |
||
| 3623 | }, |
||
| 3624 | "type": "library", |
||
| 3625 | "extra": { |
||
| 3626 | "branch-alias": { |
||
| 3627 | "dev-master": "1.0.x-dev" |
||
| 3628 | } |
||
| 3629 | }, |
||
| 3630 | "autoload": { |
||
| 3631 | "psr-4": { |
||
| 3632 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 3633 | } |
||
| 3634 | }, |
||
| 3635 | "notification-url": "https://packagist.org/downloads/", |
||
| 3636 | "license": [ |
||
| 3637 | "MIT" |
||
| 3638 | ], |
||
| 3639 | "authors": [ |
||
| 3640 | { |
||
| 3641 | "name": "Marco Pivetta", |
||
| 3642 | "email": "[email protected]", |
||
| 3643 | "homepage": "http://ocramius.github.com/" |
||
| 3644 | } |
||
| 3645 | ], |
||
| 3646 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 3647 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 3648 | "keywords": [ |
||
| 3649 | "constructor", |
||
| 3650 | "instantiate" |
||
| 3651 | ], |
||
| 3652 | "time": "2016-03-31 10:24:22" |
||
| 3653 | }, |
||
| 3654 | { |
||
| 3655 | "name": "doctrine/lexer", |
||
| 3656 | "version": "dev-master", |
||
| 3657 | "source": { |
||
| 3658 | "type": "git", |
||
| 3659 | "url": "https://github.com/doctrine/lexer.git", |
||
| 3660 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 3661 | }, |
||
| 3662 | "dist": { |
||
| 3663 | "type": "zip", |
||
| 3664 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 3665 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 3666 | "shasum": "" |
||
| 3667 | }, |
||
| 3668 | "require": { |
||
| 3669 | "php": ">=5.3.2" |
||
| 3670 | }, |
||
| 3671 | "type": "library", |
||
| 3672 | "extra": { |
||
| 3673 | "branch-alias": { |
||
| 3674 | "dev-master": "1.0.x-dev" |
||
| 3675 | } |
||
| 3676 | }, |
||
| 3677 | "autoload": { |
||
| 3678 | "psr-0": { |
||
| 3679 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 3680 | } |
||
| 3681 | }, |
||
| 3682 | "notification-url": "https://packagist.org/downloads/", |
||
| 3683 | "license": [ |
||
| 3684 | "MIT" |
||
| 3685 | ], |
||
| 3686 | "authors": [ |
||
| 3687 | { |
||
| 3688 | "name": "Roman Borschel", |
||
| 3689 | "email": "[email protected]" |
||
| 3690 | }, |
||
| 3691 | { |
||
| 3692 | "name": "Guilherme Blanco", |
||
| 3693 | "email": "[email protected]" |
||
| 3694 | }, |
||
| 3695 | { |
||
| 3696 | "name": "Johannes Schmitt", |
||
| 3697 | "email": "[email protected]" |
||
| 3698 | } |
||
| 3699 | ], |
||
| 3700 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 3701 | "homepage": "http://www.doctrine-project.org", |
||
| 3702 | "keywords": [ |
||
| 3703 | "lexer", |
||
| 3704 | "parser" |
||
| 3705 | ], |
||
| 3706 | "time": "2014-09-09 13:34:57" |
||
| 3707 | }, |
||
| 3708 | { |
||
| 3709 | "name": "fzaninotto/faker", |
||
| 3710 | "version": "dev-master", |
||
| 3711 | "source": { |
||
| 3712 | "type": "git", |
||
| 3713 | "url": "https://github.com/fzaninotto/Faker.git", |
||
| 3714 | "reference": "56ff6fa72a0678ff48df610e5637ca6b15c5444f" |
||
| 3715 | }, |
||
| 3716 | "dist": { |
||
| 3717 | "type": "zip", |
||
| 3718 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/56ff6fa72a0678ff48df610e5637ca6b15c5444f", |
||
| 3719 | "reference": "56ff6fa72a0678ff48df610e5637ca6b15c5444f", |
||
| 3720 | "shasum": "" |
||
| 3721 | }, |
||
| 3722 | "require": { |
||
| 3723 | "php": "^5.3.3|^7.0" |
||
| 3724 | }, |
||
| 3725 | "require-dev": { |
||
| 3726 | "ext-intl": "*", |
||
| 3727 | "phpunit/phpunit": "~4.0", |
||
| 3728 | "squizlabs/php_codesniffer": "~1.5" |
||
| 3729 | }, |
||
| 3730 | "type": "library", |
||
| 3731 | "extra": { |
||
| 3732 | "branch-alias": { |
||
| 3733 | "dev-master": "1.6.x-dev" |
||
| 3734 | } |
||
| 3735 | }, |
||
| 3736 | "autoload": { |
||
| 3737 | "psr-4": { |
||
| 3738 | "Faker\\": "src/Faker/" |
||
| 3739 | } |
||
| 3740 | }, |
||
| 3741 | "notification-url": "https://packagist.org/downloads/", |
||
| 3742 | "license": [ |
||
| 3743 | "MIT" |
||
| 3744 | ], |
||
| 3745 | "authors": [ |
||
| 3746 | { |
||
| 3747 | "name": "François Zaninotto" |
||
| 3748 | } |
||
| 3749 | ], |
||
| 3750 | "description": "Faker is a PHP library that generates fake data for you.", |
||
| 3751 | "keywords": [ |
||
| 3752 | "data", |
||
| 3753 | "faker", |
||
| 3754 | "fixtures" |
||
| 3755 | ], |
||
| 3756 | "time": "2016-12-21 09:03:27" |
||
| 3757 | }, |
||
| 3758 | { |
||
| 3759 | "name": "hamcrest/hamcrest-php", |
||
| 3760 | "version": "1.2.x-dev", |
||
| 3761 | "source": { |
||
| 3762 | "type": "git", |
||
| 3763 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
| 3764 | "reference": "b72949ccf2f640e7de66ff7dd92d83f577ce782e" |
||
| 3765 | }, |
||
| 3766 | "dist": { |
||
| 3767 | "type": "zip", |
||
| 3768 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b72949ccf2f640e7de66ff7dd92d83f577ce782e", |
||
| 3769 | "reference": "b72949ccf2f640e7de66ff7dd92d83f577ce782e", |
||
| 3770 | "shasum": "" |
||
| 3771 | }, |
||
| 3772 | "require": { |
||
| 3773 | "php": "^5.3|^7.0" |
||
| 3774 | }, |
||
| 3775 | "replace": { |
||
| 3776 | "cordoval/hamcrest-php": "*", |
||
| 3777 | "davedevelopment/hamcrest-php": "*", |
||
| 3778 | "kodova/hamcrest-php": "*" |
||
| 3779 | }, |
||
| 3780 | "require-dev": { |
||
| 3781 | "phpunit/php-file-iterator": "1.3.3", |
||
| 3782 | "phpunit/phpunit": "~4.0", |
||
| 3783 | "satooshi/php-coveralls": "^1.0" |
||
| 3784 | }, |
||
| 3785 | "type": "library", |
||
| 3786 | "extra": { |
||
| 3787 | "branch-alias": { |
||
| 3788 | "dev-master": "1.2-dev" |
||
| 3789 | } |
||
| 3790 | }, |
||
| 3791 | "autoload": { |
||
| 3792 | "classmap": [ |
||
| 3793 | "hamcrest" |
||
| 3794 | ], |
||
| 3795 | "files": [ |
||
| 3796 | "hamcrest/Hamcrest.php" |
||
| 3797 | ] |
||
| 3798 | }, |
||
| 3799 | "notification-url": "https://packagist.org/downloads/", |
||
| 3800 | "license": [ |
||
| 3801 | "BSD" |
||
| 3802 | ], |
||
| 3803 | "description": "This is the PHP port of Hamcrest Matchers", |
||
| 3804 | "keywords": [ |
||
| 3805 | "test" |
||
| 3806 | ], |
||
| 3807 | "time": "2016-01-19 12:08:55" |
||
| 3808 | }, |
||
| 3809 | { |
||
| 3810 | "name": "mockery/mockery", |
||
| 3811 | "version": "0.9.x-dev", |
||
| 3812 | "source": { |
||
| 3813 | "type": "git", |
||
| 3814 | "url": "https://github.com/padraic/mockery.git", |
||
| 3815 | "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371" |
||
| 3816 | }, |
||
| 3817 | "dist": { |
||
| 3818 | "type": "zip", |
||
| 3819 | "url": "https://api.github.com/repos/padraic/mockery/zipball/4de7969f4664da3cef1ccd83866c9f59378c3371", |
||
| 3820 | "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371", |
||
| 3821 | "shasum": "" |
||
| 3822 | }, |
||
| 3823 | "require": { |
||
| 3824 | "hamcrest/hamcrest-php": "~1.1", |
||
| 3825 | "lib-pcre": ">=7.0", |
||
| 3826 | "php": ">=5.3.2" |
||
| 3827 | }, |
||
| 3828 | "require-dev": { |
||
| 3829 | "phpunit/phpunit": "~4.0" |
||
| 3830 | }, |
||
| 3831 | "type": "library", |
||
| 3832 | "extra": { |
||
| 3833 | "branch-alias": { |
||
| 3834 | "dev-master": "0.9.x-dev" |
||
| 3835 | } |
||
| 3836 | }, |
||
| 3837 | "autoload": { |
||
| 3838 | "psr-0": { |
||
| 3839 | "Mockery": "library/" |
||
| 3840 | } |
||
| 3841 | }, |
||
| 3842 | "notification-url": "https://packagist.org/downloads/", |
||
| 3843 | "license": [ |
||
| 3844 | "BSD-3-Clause" |
||
| 3845 | ], |
||
| 3846 | "authors": [ |
||
| 3847 | { |
||
| 3848 | "name": "Pádraic Brady", |
||
| 3849 | "email": "[email protected]", |
||
| 3850 | "homepage": "http://blog.astrumfutura.com" |
||
| 3851 | }, |
||
| 3852 | { |
||
| 3853 | "name": "Dave Marshall", |
||
| 3854 | "email": "[email protected]", |
||
| 3855 | "homepage": "http://davedevelopment.co.uk" |
||
| 3856 | } |
||
| 3857 | ], |
||
| 3858 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
| 3859 | "homepage": "http://github.com/padraic/mockery", |
||
| 3860 | "keywords": [ |
||
| 3861 | "BDD", |
||
| 3862 | "TDD", |
||
| 3863 | "library", |
||
| 3864 | "mock", |
||
| 3865 | "mock objects", |
||
| 3866 | "mockery", |
||
| 3867 | "stub", |
||
| 3868 | "test", |
||
| 3869 | "test double", |
||
| 3870 | "testing" |
||
| 3871 | ], |
||
| 3872 | "time": "2016-12-19 14:50:55" |
||
| 3873 | }, |
||
| 3874 | { |
||
| 3875 | "name": "myclabs/deep-copy", |
||
| 3876 | "version": "1.5.5", |
||
| 3877 | "source": { |
||
| 3878 | "type": "git", |
||
| 3879 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 3880 | "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108" |
||
| 3881 | }, |
||
| 3882 | "dist": { |
||
| 3883 | "type": "zip", |
||
| 3884 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/399c1f9781e222f6eb6cc238796f5200d1b7f108", |
||
| 3885 | "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108", |
||
| 3886 | "shasum": "" |
||
| 3887 | }, |
||
| 3888 | "require": { |
||
| 3889 | "php": ">=5.4.0" |
||
| 3890 | }, |
||
| 3891 | "require-dev": { |
||
| 3892 | "doctrine/collections": "1.*", |
||
| 3893 | "phpunit/phpunit": "~4.1" |
||
| 3894 | }, |
||
| 3895 | "type": "library", |
||
| 3896 | "autoload": { |
||
| 3897 | "psr-4": { |
||
| 3898 | "DeepCopy\\": "src/DeepCopy/" |
||
| 3899 | } |
||
| 3900 | }, |
||
| 3901 | "notification-url": "https://packagist.org/downloads/", |
||
| 3902 | "license": [ |
||
| 3903 | "MIT" |
||
| 3904 | ], |
||
| 3905 | "description": "Create deep copies (clones) of your objects", |
||
| 3906 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
| 3907 | "keywords": [ |
||
| 3908 | "clone", |
||
| 3909 | "copy", |
||
| 3910 | "duplicate", |
||
| 3911 | "object", |
||
| 3912 | "object graph" |
||
| 3913 | ], |
||
| 3914 | "time": "2016-10-31 17:19:45" |
||
| 3915 | }, |
||
| 3916 | { |
||
| 3917 | "name": "phpdocumentor/reflection-common", |
||
| 3918 | "version": "dev-master", |
||
| 3919 | "source": { |
||
| 3920 | "type": "git", |
||
| 3921 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 3922 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
| 3923 | }, |
||
| 3924 | "dist": { |
||
| 3925 | "type": "zip", |
||
| 3926 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 3927 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 3928 | "shasum": "" |
||
| 3929 | }, |
||
| 3930 | "require": { |
||
| 3931 | "php": ">=5.5" |
||
| 3932 | }, |
||
| 3933 | "require-dev": { |
||
| 3934 | "phpunit/phpunit": "^4.6" |
||
| 3935 | }, |
||
| 3936 | "type": "library", |
||
| 3937 | "extra": { |
||
| 3938 | "branch-alias": { |
||
| 3939 | "dev-master": "1.0.x-dev" |
||
| 3940 | } |
||
| 3941 | }, |
||
| 3942 | "autoload": { |
||
| 3943 | "psr-4": { |
||
| 3944 | "phpDocumentor\\Reflection\\": [ |
||
| 3945 | "src" |
||
| 3946 | ] |
||
| 3947 | } |
||
| 3948 | }, |
||
| 3949 | "notification-url": "https://packagist.org/downloads/", |
||
| 3950 | "license": [ |
||
| 3951 | "MIT" |
||
| 3952 | ], |
||
| 3953 | "authors": [ |
||
| 3954 | { |
||
| 3955 | "name": "Jaap van Otterdijk", |
||
| 3956 | "email": "[email protected]" |
||
| 3957 | } |
||
| 3958 | ], |
||
| 3959 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 3960 | "homepage": "http://www.phpdoc.org", |
||
| 3961 | "keywords": [ |
||
| 3962 | "FQSEN", |
||
| 3963 | "phpDocumentor", |
||
| 3964 | "phpdoc", |
||
| 3965 | "reflection", |
||
| 3966 | "static analysis" |
||
| 3967 | ], |
||
| 3968 | "time": "2015-12-27 11:43:31" |
||
| 3969 | }, |
||
| 3970 | { |
||
| 3971 | "name": "phpdocumentor/reflection-docblock", |
||
| 3972 | "version": "3.1.1", |
||
| 3973 | "source": { |
||
| 3974 | "type": "git", |
||
| 3975 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 3976 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
| 3977 | }, |
||
| 3978 | "dist": { |
||
| 3979 | "type": "zip", |
||
| 3980 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 3981 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 3982 | "shasum": "" |
||
| 3983 | }, |
||
| 3984 | "require": { |
||
| 3985 | "php": ">=5.5", |
||
| 3986 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
| 3987 | "phpdocumentor/type-resolver": "^0.2.0", |
||
| 3988 | "webmozart/assert": "^1.0" |
||
| 3989 | }, |
||
| 3990 | "require-dev": { |
||
| 3991 | "mockery/mockery": "^0.9.4", |
||
| 3992 | "phpunit/phpunit": "^4.4" |
||
| 3993 | }, |
||
| 3994 | "type": "library", |
||
| 3995 | "autoload": { |
||
| 3996 | "psr-4": { |
||
| 3997 | "phpDocumentor\\Reflection\\": [ |
||
| 3998 | "src/" |
||
| 3999 | ] |
||
| 4000 | } |
||
| 4001 | }, |
||
| 4002 | "notification-url": "https://packagist.org/downloads/", |
||
| 4003 | "license": [ |
||
| 4004 | "MIT" |
||
| 4005 | ], |
||
| 4006 | "authors": [ |
||
| 4007 | { |
||
| 4008 | "name": "Mike van Riel", |
||
| 4009 | "email": "[email protected]" |
||
| 4010 | } |
||
| 4011 | ], |
||
| 4012 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 4013 | "time": "2016-09-30 07:12:33" |
||
| 4014 | }, |
||
| 4015 | { |
||
| 4016 | "name": "phpdocumentor/type-resolver", |
||
| 4017 | "version": "0.2.1", |
||
| 4018 | "source": { |
||
| 4019 | "type": "git", |
||
| 4020 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 4021 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" |
||
| 4022 | }, |
||
| 4023 | "dist": { |
||
| 4024 | "type": "zip", |
||
| 4025 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
| 4026 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
| 4027 | "shasum": "" |
||
| 4028 | }, |
||
| 4029 | "require": { |
||
| 4030 | "php": ">=5.5", |
||
| 4031 | "phpdocumentor/reflection-common": "^1.0" |
||
| 4032 | }, |
||
| 4033 | "require-dev": { |
||
| 4034 | "mockery/mockery": "^0.9.4", |
||
| 4035 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 4036 | }, |
||
| 4037 | "type": "library", |
||
| 4038 | "extra": { |
||
| 4039 | "branch-alias": { |
||
| 4040 | "dev-master": "1.0.x-dev" |
||
| 4041 | } |
||
| 4042 | }, |
||
| 4043 | "autoload": { |
||
| 4044 | "psr-4": { |
||
| 4045 | "phpDocumentor\\Reflection\\": [ |
||
| 4046 | "src/" |
||
| 4047 | ] |
||
| 4048 | } |
||
| 4049 | }, |
||
| 4050 | "notification-url": "https://packagist.org/downloads/", |
||
| 4051 | "license": [ |
||
| 4052 | "MIT" |
||
| 4053 | ], |
||
| 4054 | "authors": [ |
||
| 4055 | { |
||
| 4056 | "name": "Mike van Riel", |
||
| 4057 | "email": "[email protected]" |
||
| 4058 | } |
||
| 4059 | ], |
||
| 4060 | "time": "2016-11-25 06:54:22" |
||
| 4061 | }, |
||
| 4062 | { |
||
| 4063 | "name": "phpspec/prophecy", |
||
| 4064 | "version": "dev-master", |
||
| 4065 | "source": { |
||
| 4066 | "type": "git", |
||
| 4067 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 4068 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb" |
||
| 4069 | }, |
||
| 4070 | "dist": { |
||
| 4071 | "type": "zip", |
||
| 4072 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", |
||
| 4073 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb", |
||
| 4074 | "shasum": "" |
||
| 4075 | }, |
||
| 4076 | "require": { |
||
| 4077 | "doctrine/instantiator": "^1.0.2", |
||
| 4078 | "php": "^5.3|^7.0", |
||
| 4079 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
| 4080 | "sebastian/comparator": "^1.1", |
||
| 4081 | "sebastian/recursion-context": "^1.0|^2.0" |
||
| 4082 | }, |
||
| 4083 | "require-dev": { |
||
| 4084 | "phpspec/phpspec": "^2.0", |
||
| 4085 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
| 4086 | }, |
||
| 4087 | "type": "library", |
||
| 4088 | "extra": { |
||
| 4089 | "branch-alias": { |
||
| 4090 | "dev-master": "1.6.x-dev" |
||
| 4091 | } |
||
| 4092 | }, |
||
| 4093 | "autoload": { |
||
| 4094 | "psr-0": { |
||
| 4095 | "Prophecy\\": "src/" |
||
| 4096 | } |
||
| 4097 | }, |
||
| 4098 | "notification-url": "https://packagist.org/downloads/", |
||
| 4099 | "license": [ |
||
| 4100 | "MIT" |
||
| 4101 | ], |
||
| 4102 | "authors": [ |
||
| 4103 | { |
||
| 4104 | "name": "Konstantin Kudryashov", |
||
| 4105 | "email": "[email protected]", |
||
| 4106 | "homepage": "http://everzet.com" |
||
| 4107 | }, |
||
| 4108 | { |
||
| 4109 | "name": "Marcello Duarte", |
||
| 4110 | "email": "[email protected]" |
||
| 4111 | } |
||
| 4112 | ], |
||
| 4113 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 4114 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 4115 | "keywords": [ |
||
| 4116 | "Double", |
||
| 4117 | "Dummy", |
||
| 4118 | "fake", |
||
| 4119 | "mock", |
||
| 4120 | "spy", |
||
| 4121 | "stub" |
||
| 4122 | ], |
||
| 4123 | "time": "2016-11-21 14:58:47" |
||
| 4124 | }, |
||
| 4125 | { |
||
| 4126 | "name": "phpunit/php-code-coverage", |
||
| 4127 | "version": "dev-master", |
||
| 4128 | "source": { |
||
| 4129 | "type": "git", |
||
| 4130 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 4131 | "reference": "903fd6318d0a90b4770a009ff73e4a4e9c437929" |
||
| 4132 | }, |
||
| 4133 | "dist": { |
||
| 4134 | "type": "zip", |
||
| 4135 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/903fd6318d0a90b4770a009ff73e4a4e9c437929", |
||
| 4136 | "reference": "903fd6318d0a90b4770a009ff73e4a4e9c437929", |
||
| 4137 | "shasum": "" |
||
| 4138 | }, |
||
| 4139 | "require": { |
||
| 4140 | "php": "^7.0", |
||
| 4141 | "phpunit/php-file-iterator": "^1.3", |
||
| 4142 | "phpunit/php-text-template": "^1.2", |
||
| 4143 | "phpunit/php-token-stream": "^1.4.2", |
||
| 4144 | "sebastian/code-unit-reverse-lookup": "^1.0", |
||
| 4145 | "sebastian/environment": "^2.0", |
||
| 4146 | "sebastian/version": "^2.0" |
||
| 4147 | }, |
||
| 4148 | "require-dev": { |
||
| 4149 | "ext-xdebug": ">=2.1.4", |
||
| 4150 | "phpunit/phpunit": "^5.4" |
||
| 4151 | }, |
||
| 4152 | "suggest": { |
||
| 4153 | "ext-dom": "*", |
||
| 4154 | "ext-xdebug": ">=2.4.0", |
||
| 4155 | "ext-xmlwriter": "*" |
||
| 4156 | }, |
||
| 4157 | "type": "library", |
||
| 4158 | "extra": { |
||
| 4159 | "branch-alias": { |
||
| 4160 | "dev-master": "4.0.x-dev" |
||
| 4161 | } |
||
| 4162 | }, |
||
| 4163 | "autoload": { |
||
| 4164 | "classmap": [ |
||
| 4165 | "src/" |
||
| 4166 | ] |
||
| 4167 | }, |
||
| 4168 | "notification-url": "https://packagist.org/downloads/", |
||
| 4169 | "license": [ |
||
| 4170 | "BSD-3-Clause" |
||
| 4171 | ], |
||
| 4172 | "authors": [ |
||
| 4173 | { |
||
| 4174 | "name": "Sebastian Bergmann", |
||
| 4175 | "email": "[email protected]", |
||
| 4176 | "role": "lead" |
||
| 4177 | } |
||
| 4178 | ], |
||
| 4179 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 4180 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 4181 | "keywords": [ |
||
| 4182 | "coverage", |
||
| 4183 | "testing", |
||
| 4184 | "xunit" |
||
| 4185 | ], |
||
| 4186 | "time": "2016-11-28 16:00:31" |
||
| 4187 | }, |
||
| 4188 | { |
||
| 4189 | "name": "phpunit/php-file-iterator", |
||
| 4190 | "version": "dev-master", |
||
| 4191 | "source": { |
||
| 4192 | "type": "git", |
||
| 4193 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 4194 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
| 4195 | }, |
||
| 4196 | "dist": { |
||
| 4197 | "type": "zip", |
||
| 4198 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
| 4199 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
| 4200 | "shasum": "" |
||
| 4201 | }, |
||
| 4202 | "require": { |
||
| 4203 | "php": ">=5.3.3" |
||
| 4204 | }, |
||
| 4205 | "type": "library", |
||
| 4206 | "extra": { |
||
| 4207 | "branch-alias": { |
||
| 4208 | "dev-master": "1.4.x-dev" |
||
| 4209 | } |
||
| 4210 | }, |
||
| 4211 | "autoload": { |
||
| 4212 | "classmap": [ |
||
| 4213 | "src/" |
||
| 4214 | ] |
||
| 4215 | }, |
||
| 4216 | "notification-url": "https://packagist.org/downloads/", |
||
| 4217 | "license": [ |
||
| 4218 | "BSD-3-Clause" |
||
| 4219 | ], |
||
| 4220 | "authors": [ |
||
| 4221 | { |
||
| 4222 | "name": "Sebastian Bergmann", |
||
| 4223 | "email": "[email protected]", |
||
| 4224 | "role": "lead" |
||
| 4225 | } |
||
| 4226 | ], |
||
| 4227 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 4228 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 4229 | "keywords": [ |
||
| 4230 | "filesystem", |
||
| 4231 | "iterator" |
||
| 4232 | ], |
||
| 4233 | "time": "2016-10-03 07:40:28" |
||
| 4234 | }, |
||
| 4235 | { |
||
| 4236 | "name": "phpunit/php-text-template", |
||
| 4237 | "version": "1.2.1", |
||
| 4238 | "source": { |
||
| 4239 | "type": "git", |
||
| 4240 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 4241 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 4242 | }, |
||
| 4243 | "dist": { |
||
| 4244 | "type": "zip", |
||
| 4245 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 4246 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 4247 | "shasum": "" |
||
| 4248 | }, |
||
| 4249 | "require": { |
||
| 4250 | "php": ">=5.3.3" |
||
| 4251 | }, |
||
| 4252 | "type": "library", |
||
| 4253 | "autoload": { |
||
| 4254 | "classmap": [ |
||
| 4255 | "src/" |
||
| 4256 | ] |
||
| 4257 | }, |
||
| 4258 | "notification-url": "https://packagist.org/downloads/", |
||
| 4259 | "license": [ |
||
| 4260 | "BSD-3-Clause" |
||
| 4261 | ], |
||
| 4262 | "authors": [ |
||
| 4263 | { |
||
| 4264 | "name": "Sebastian Bergmann", |
||
| 4265 | "email": "[email protected]", |
||
| 4266 | "role": "lead" |
||
| 4267 | } |
||
| 4268 | ], |
||
| 4269 | "description": "Simple template engine.", |
||
| 4270 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 4271 | "keywords": [ |
||
| 4272 | "template" |
||
| 4273 | ], |
||
| 4274 | "time": "2015-06-21 13:50:34" |
||
| 4275 | }, |
||
| 4276 | { |
||
| 4277 | "name": "phpunit/php-timer", |
||
| 4278 | "version": "1.0.8", |
||
| 4279 | "source": { |
||
| 4280 | "type": "git", |
||
| 4281 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 4282 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
| 4283 | }, |
||
| 4284 | "dist": { |
||
| 4285 | "type": "zip", |
||
| 4286 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 4287 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 4288 | "shasum": "" |
||
| 4289 | }, |
||
| 4290 | "require": { |
||
| 4291 | "php": ">=5.3.3" |
||
| 4292 | }, |
||
| 4293 | "require-dev": { |
||
| 4294 | "phpunit/phpunit": "~4|~5" |
||
| 4295 | }, |
||
| 4296 | "type": "library", |
||
| 4297 | "autoload": { |
||
| 4298 | "classmap": [ |
||
| 4299 | "src/" |
||
| 4300 | ] |
||
| 4301 | }, |
||
| 4302 | "notification-url": "https://packagist.org/downloads/", |
||
| 4303 | "license": [ |
||
| 4304 | "BSD-3-Clause" |
||
| 4305 | ], |
||
| 4306 | "authors": [ |
||
| 4307 | { |
||
| 4308 | "name": "Sebastian Bergmann", |
||
| 4309 | "email": "[email protected]", |
||
| 4310 | "role": "lead" |
||
| 4311 | } |
||
| 4312 | ], |
||
| 4313 | "description": "Utility class for timing", |
||
| 4314 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 4315 | "keywords": [ |
||
| 4316 | "timer" |
||
| 4317 | ], |
||
| 4318 | "time": "2016-05-12 18:03:57" |
||
| 4319 | }, |
||
| 4320 | { |
||
| 4321 | "name": "phpunit/php-token-stream", |
||
| 4322 | "version": "dev-master", |
||
| 4323 | "source": { |
||
| 4324 | "type": "git", |
||
| 4325 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 4326 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" |
||
| 4327 | }, |
||
| 4328 | "dist": { |
||
| 4329 | "type": "zip", |
||
| 4330 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
| 4331 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
| 4332 | "shasum": "" |
||
| 4333 | }, |
||
| 4334 | "require": { |
||
| 4335 | "ext-tokenizer": "*", |
||
| 4336 | "php": ">=5.3.3" |
||
| 4337 | }, |
||
| 4338 | "require-dev": { |
||
| 4339 | "phpunit/phpunit": "~4.2" |
||
| 4340 | }, |
||
| 4341 | "type": "library", |
||
| 4342 | "extra": { |
||
| 4343 | "branch-alias": { |
||
| 4344 | "dev-master": "1.4-dev" |
||
| 4345 | } |
||
| 4346 | }, |
||
| 4347 | "autoload": { |
||
| 4348 | "classmap": [ |
||
| 4349 | "src/" |
||
| 4350 | ] |
||
| 4351 | }, |
||
| 4352 | "notification-url": "https://packagist.org/downloads/", |
||
| 4353 | "license": [ |
||
| 4354 | "BSD-3-Clause" |
||
| 4355 | ], |
||
| 4356 | "authors": [ |
||
| 4357 | { |
||
| 4358 | "name": "Sebastian Bergmann", |
||
| 4359 | "email": "[email protected]" |
||
| 4360 | } |
||
| 4361 | ], |
||
| 4362 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 4363 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 4364 | "keywords": [ |
||
| 4365 | "tokenizer" |
||
| 4366 | ], |
||
| 4367 | "time": "2016-11-15 14:06:22" |
||
| 4368 | }, |
||
| 4369 | { |
||
| 4370 | "name": "phpunit/phpunit", |
||
| 4371 | "version": "5.7.x-dev", |
||
| 4372 | "source": { |
||
| 4373 | "type": "git", |
||
| 4374 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 4375 | "reference": "77b2654b82eac43847f1b1e7a45c2df0acf3b8fa" |
||
| 4376 | }, |
||
| 4377 | "dist": { |
||
| 4378 | "type": "zip", |
||
| 4379 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/77b2654b82eac43847f1b1e7a45c2df0acf3b8fa", |
||
| 4380 | "reference": "77b2654b82eac43847f1b1e7a45c2df0acf3b8fa", |
||
| 4381 | "shasum": "" |
||
| 4382 | }, |
||
| 4383 | "require": { |
||
| 4384 | "ext-dom": "*", |
||
| 4385 | "ext-json": "*", |
||
| 4386 | "ext-libxml": "*", |
||
| 4387 | "ext-mbstring": "*", |
||
| 4388 | "ext-xml": "*", |
||
| 4389 | "myclabs/deep-copy": "~1.3", |
||
| 4390 | "php": "^5.6 || ^7.0", |
||
| 4391 | "phpspec/prophecy": "^1.6.2", |
||
| 4392 | "phpunit/php-code-coverage": "^4.0.3", |
||
| 4393 | "phpunit/php-file-iterator": "~1.4", |
||
| 4394 | "phpunit/php-text-template": "~1.2", |
||
| 4395 | "phpunit/php-timer": "^1.0.6", |
||
| 4396 | "phpunit/phpunit-mock-objects": "^3.2", |
||
| 4397 | "sebastian/comparator": "~1.2.2", |
||
| 4398 | "sebastian/diff": "~1.2", |
||
| 4399 | "sebastian/environment": "^1.3.4 || ^2.0", |
||
| 4400 | "sebastian/exporter": "~2.0", |
||
| 4401 | "sebastian/global-state": "^1.0 || ^2.0", |
||
| 4402 | "sebastian/object-enumerator": "~2.0", |
||
| 4403 | "sebastian/resource-operations": "~1.0", |
||
| 4404 | "sebastian/version": "~1.0|~2.0", |
||
| 4405 | "symfony/yaml": "~2.1|~3.0" |
||
| 4406 | }, |
||
| 4407 | "conflict": { |
||
| 4408 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
| 4409 | }, |
||
| 4410 | "require-dev": { |
||
| 4411 | "ext-pdo": "*" |
||
| 4412 | }, |
||
| 4413 | "suggest": { |
||
| 4414 | "ext-xdebug": "*", |
||
| 4415 | "phpunit/php-invoker": "~1.1" |
||
| 4416 | }, |
||
| 4417 | "bin": [ |
||
| 4418 | "phpunit" |
||
| 4419 | ], |
||
| 4420 | "type": "library", |
||
| 4421 | "extra": { |
||
| 4422 | "branch-alias": { |
||
| 4423 | "dev-master": "5.7.x-dev" |
||
| 4424 | } |
||
| 4425 | }, |
||
| 4426 | "autoload": { |
||
| 4427 | "classmap": [ |
||
| 4428 | "src/" |
||
| 4429 | ] |
||
| 4430 | }, |
||
| 4431 | "notification-url": "https://packagist.org/downloads/", |
||
| 4432 | "license": [ |
||
| 4433 | "BSD-3-Clause" |
||
| 4434 | ], |
||
| 4435 | "authors": [ |
||
| 4436 | { |
||
| 4437 | "name": "Sebastian Bergmann", |
||
| 4438 | "email": "[email protected]", |
||
| 4439 | "role": "lead" |
||
| 4440 | } |
||
| 4441 | ], |
||
| 4442 | "description": "The PHP Unit Testing framework.", |
||
| 4443 | "homepage": "https://phpunit.de/", |
||
| 4444 | "keywords": [ |
||
| 4445 | "phpunit", |
||
| 4446 | "testing", |
||
| 4447 | "xunit" |
||
| 4448 | ], |
||
| 4449 | "time": "2016-12-20 14:49:04" |
||
| 4450 | }, |
||
| 4451 | { |
||
| 4452 | "name": "phpunit/phpunit-mock-objects", |
||
| 4453 | "version": "3.4.3", |
||
| 4454 | "source": { |
||
| 4455 | "type": "git", |
||
| 4456 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 4457 | "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" |
||
| 4458 | }, |
||
| 4459 | "dist": { |
||
| 4460 | "type": "zip", |
||
| 4461 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
||
| 4462 | "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
||
| 4463 | "shasum": "" |
||
| 4464 | }, |
||
| 4465 | "require": { |
||
| 4466 | "doctrine/instantiator": "^1.0.2", |
||
| 4467 | "php": "^5.6 || ^7.0", |
||
| 4468 | "phpunit/php-text-template": "^1.2", |
||
| 4469 | "sebastian/exporter": "^1.2 || ^2.0" |
||
| 4470 | }, |
||
| 4471 | "conflict": { |
||
| 4472 | "phpunit/phpunit": "<5.4.0" |
||
| 4473 | }, |
||
| 4474 | "require-dev": { |
||
| 4475 | "phpunit/phpunit": "^5.4" |
||
| 4476 | }, |
||
| 4477 | "suggest": { |
||
| 4478 | "ext-soap": "*" |
||
| 4479 | }, |
||
| 4480 | "type": "library", |
||
| 4481 | "extra": { |
||
| 4482 | "branch-alias": { |
||
| 4483 | "dev-master": "3.2.x-dev" |
||
| 4484 | } |
||
| 4485 | }, |
||
| 4486 | "autoload": { |
||
| 4487 | "classmap": [ |
||
| 4488 | "src/" |
||
| 4489 | ] |
||
| 4490 | }, |
||
| 4491 | "notification-url": "https://packagist.org/downloads/", |
||
| 4492 | "license": [ |
||
| 4493 | "BSD-3-Clause" |
||
| 4494 | ], |
||
| 4495 | "authors": [ |
||
| 4496 | { |
||
| 4497 | "name": "Sebastian Bergmann", |
||
| 4498 | "email": "[email protected]", |
||
| 4499 | "role": "lead" |
||
| 4500 | } |
||
| 4501 | ], |
||
| 4502 | "description": "Mock Object library for PHPUnit", |
||
| 4503 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 4504 | "keywords": [ |
||
| 4505 | "mock", |
||
| 4506 | "xunit" |
||
| 4507 | ], |
||
| 4508 | "time": "2016-12-08 20:27:08" |
||
| 4509 | }, |
||
| 4510 | { |
||
| 4511 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 4512 | "version": "dev-master", |
||
| 4513 | "source": { |
||
| 4514 | "type": "git", |
||
| 4515 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 4516 | "reference": "99805768a703b1b8200354f6cfe4269f4c5372b8" |
||
| 4517 | }, |
||
| 4518 | "dist": { |
||
| 4519 | "type": "zip", |
||
| 4520 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/99805768a703b1b8200354f6cfe4269f4c5372b8", |
||
| 4521 | "reference": "99805768a703b1b8200354f6cfe4269f4c5372b8", |
||
| 4522 | "shasum": "" |
||
| 4523 | }, |
||
| 4524 | "require": { |
||
| 4525 | "php": ">=5.6" |
||
| 4526 | }, |
||
| 4527 | "require-dev": { |
||
| 4528 | "phpunit/phpunit": "~5" |
||
| 4529 | }, |
||
| 4530 | "type": "library", |
||
| 4531 | "extra": { |
||
| 4532 | "branch-alias": { |
||
| 4533 | "dev-master": "1.0.x-dev" |
||
| 4534 | } |
||
| 4535 | }, |
||
| 4536 | "autoload": { |
||
| 4537 | "classmap": [ |
||
| 4538 | "src/" |
||
| 4539 | ] |
||
| 4540 | }, |
||
| 4541 | "notification-url": "https://packagist.org/downloads/", |
||
| 4542 | "license": [ |
||
| 4543 | "BSD-3-Clause" |
||
| 4544 | ], |
||
| 4545 | "authors": [ |
||
| 4546 | { |
||
| 4547 | "name": "Sebastian Bergmann", |
||
| 4548 | "email": "[email protected]" |
||
| 4549 | } |
||
| 4550 | ], |
||
| 4551 | "description": "Looks up which function or method a line of code belongs to", |
||
| 4552 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 4553 | "time": "2016-12-06 20:00:09" |
||
| 4554 | }, |
||
| 4555 | { |
||
| 4556 | "name": "sebastian/comparator", |
||
| 4557 | "version": "dev-master", |
||
| 4558 | "source": { |
||
| 4559 | "type": "git", |
||
| 4560 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 4561 | "reference": "2f09d5a251c4a92d1a80518c2166b5d0d742bc63" |
||
| 4562 | }, |
||
| 4563 | "dist": { |
||
| 4564 | "type": "zip", |
||
| 4565 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2f09d5a251c4a92d1a80518c2166b5d0d742bc63", |
||
| 4566 | "reference": "2f09d5a251c4a92d1a80518c2166b5d0d742bc63", |
||
| 4567 | "shasum": "" |
||
| 4568 | }, |
||
| 4569 | "require": { |
||
| 4570 | "php": "^5.3.3 || ^7.0", |
||
| 4571 | "sebastian/diff": "^1.2", |
||
| 4572 | "sebastian/exporter": "^1.2 || ^2.0" |
||
| 4573 | }, |
||
| 4574 | "require-dev": { |
||
| 4575 | "phpunit/phpunit": "^4.8" |
||
| 4576 | }, |
||
| 4577 | "type": "library", |
||
| 4578 | "extra": { |
||
| 4579 | "branch-alias": { |
||
| 4580 | "dev-master": "1.2.x-dev" |
||
| 4581 | } |
||
| 4582 | }, |
||
| 4583 | "autoload": { |
||
| 4584 | "classmap": [ |
||
| 4585 | "src/" |
||
| 4586 | ] |
||
| 4587 | }, |
||
| 4588 | "notification-url": "https://packagist.org/downloads/", |
||
| 4589 | "license": [ |
||
| 4590 | "BSD-3-Clause" |
||
| 4591 | ], |
||
| 4592 | "authors": [ |
||
| 4593 | { |
||
| 4594 | "name": "Jeff Welch", |
||
| 4595 | "email": "[email protected]" |
||
| 4596 | }, |
||
| 4597 | { |
||
| 4598 | "name": "Volker Dusch", |
||
| 4599 | "email": "[email protected]" |
||
| 4600 | }, |
||
| 4601 | { |
||
| 4602 | "name": "Bernhard Schussek", |
||
| 4603 | "email": "[email protected]" |
||
| 4604 | }, |
||
| 4605 | { |
||
| 4606 | "name": "Sebastian Bergmann", |
||
| 4607 | "email": "[email protected]" |
||
| 4608 | } |
||
| 4609 | ], |
||
| 4610 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 4611 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 4612 | "keywords": [ |
||
| 4613 | "comparator", |
||
| 4614 | "compare", |
||
| 4615 | "equality" |
||
| 4616 | ], |
||
| 4617 | "time": "2016-12-10 08:07:52" |
||
| 4618 | }, |
||
| 4619 | { |
||
| 4620 | "name": "sebastian/diff", |
||
| 4621 | "version": "dev-master", |
||
| 4622 | "source": { |
||
| 4623 | "type": "git", |
||
| 4624 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 4625 | "reference": "d0814318784b7756fb932116acd19ee3b0cbe67a" |
||
| 4626 | }, |
||
| 4627 | "dist": { |
||
| 4628 | "type": "zip", |
||
| 4629 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/d0814318784b7756fb932116acd19ee3b0cbe67a", |
||
| 4630 | "reference": "d0814318784b7756fb932116acd19ee3b0cbe67a", |
||
| 4631 | "shasum": "" |
||
| 4632 | }, |
||
| 4633 | "require": { |
||
| 4634 | "php": ">=5.3.3" |
||
| 4635 | }, |
||
| 4636 | "require-dev": { |
||
| 4637 | "phpunit/phpunit": "~4.8" |
||
| 4638 | }, |
||
| 4639 | "type": "library", |
||
| 4640 | "extra": { |
||
| 4641 | "branch-alias": { |
||
| 4642 | "dev-master": "1.4-dev" |
||
| 4643 | } |
||
| 4644 | }, |
||
| 4645 | "autoload": { |
||
| 4646 | "classmap": [ |
||
| 4647 | "src/" |
||
| 4648 | ] |
||
| 4649 | }, |
||
| 4650 | "notification-url": "https://packagist.org/downloads/", |
||
| 4651 | "license": [ |
||
| 4652 | "BSD-3-Clause" |
||
| 4653 | ], |
||
| 4654 | "authors": [ |
||
| 4655 | { |
||
| 4656 | "name": "Kore Nordmann", |
||
| 4657 | "email": "[email protected]" |
||
| 4658 | }, |
||
| 4659 | { |
||
| 4660 | "name": "Sebastian Bergmann", |
||
| 4661 | "email": "[email protected]" |
||
| 4662 | } |
||
| 4663 | ], |
||
| 4664 | "description": "Diff implementation", |
||
| 4665 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 4666 | "keywords": [ |
||
| 4667 | "diff" |
||
| 4668 | ], |
||
| 4669 | "time": "2016-10-03 07:45:03" |
||
| 4670 | }, |
||
| 4671 | { |
||
| 4672 | "name": "sebastian/environment", |
||
| 4673 | "version": "dev-master", |
||
| 4674 | "source": { |
||
| 4675 | "type": "git", |
||
| 4676 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 4677 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
| 4678 | }, |
||
| 4679 | "dist": { |
||
| 4680 | "type": "zip", |
||
| 4681 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
| 4682 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
| 4683 | "shasum": "" |
||
| 4684 | }, |
||
| 4685 | "require": { |
||
| 4686 | "php": "^5.6 || ^7.0" |
||
| 4687 | }, |
||
| 4688 | "require-dev": { |
||
| 4689 | "phpunit/phpunit": "^5.0" |
||
| 4690 | }, |
||
| 4691 | "type": "library", |
||
| 4692 | "extra": { |
||
| 4693 | "branch-alias": { |
||
| 4694 | "dev-master": "2.0.x-dev" |
||
| 4695 | } |
||
| 4696 | }, |
||
| 4697 | "autoload": { |
||
| 4698 | "classmap": [ |
||
| 4699 | "src/" |
||
| 4700 | ] |
||
| 4701 | }, |
||
| 4702 | "notification-url": "https://packagist.org/downloads/", |
||
| 4703 | "license": [ |
||
| 4704 | "BSD-3-Clause" |
||
| 4705 | ], |
||
| 4706 | "authors": [ |
||
| 4707 | { |
||
| 4708 | "name": "Sebastian Bergmann", |
||
| 4709 | "email": "[email protected]" |
||
| 4710 | } |
||
| 4711 | ], |
||
| 4712 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 4713 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 4714 | "keywords": [ |
||
| 4715 | "Xdebug", |
||
| 4716 | "environment", |
||
| 4717 | "hhvm" |
||
| 4718 | ], |
||
| 4719 | "time": "2016-11-26 07:53:53" |
||
| 4720 | }, |
||
| 4721 | { |
||
| 4722 | "name": "sebastian/exporter", |
||
| 4723 | "version": "dev-master", |
||
| 4724 | "source": { |
||
| 4725 | "type": "git", |
||
| 4726 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 4727 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
| 4728 | }, |
||
| 4729 | "dist": { |
||
| 4730 | "type": "zip", |
||
| 4731 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
| 4732 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
| 4733 | "shasum": "" |
||
| 4734 | }, |
||
| 4735 | "require": { |
||
| 4736 | "php": ">=5.3.3", |
||
| 4737 | "sebastian/recursion-context": "~2.0" |
||
| 4738 | }, |
||
| 4739 | "require-dev": { |
||
| 4740 | "ext-mbstring": "*", |
||
| 4741 | "phpunit/phpunit": "~4.4" |
||
| 4742 | }, |
||
| 4743 | "type": "library", |
||
| 4744 | "extra": { |
||
| 4745 | "branch-alias": { |
||
| 4746 | "dev-master": "2.0.x-dev" |
||
| 4747 | } |
||
| 4748 | }, |
||
| 4749 | "autoload": { |
||
| 4750 | "classmap": [ |
||
| 4751 | "src/" |
||
| 4752 | ] |
||
| 4753 | }, |
||
| 4754 | "notification-url": "https://packagist.org/downloads/", |
||
| 4755 | "license": [ |
||
| 4756 | "BSD-3-Clause" |
||
| 4757 | ], |
||
| 4758 | "authors": [ |
||
| 4759 | { |
||
| 4760 | "name": "Jeff Welch", |
||
| 4761 | "email": "[email protected]" |
||
| 4762 | }, |
||
| 4763 | { |
||
| 4764 | "name": "Volker Dusch", |
||
| 4765 | "email": "[email protected]" |
||
| 4766 | }, |
||
| 4767 | { |
||
| 4768 | "name": "Bernhard Schussek", |
||
| 4769 | "email": "[email protected]" |
||
| 4770 | }, |
||
| 4771 | { |
||
| 4772 | "name": "Sebastian Bergmann", |
||
| 4773 | "email": "[email protected]" |
||
| 4774 | }, |
||
| 4775 | { |
||
| 4776 | "name": "Adam Harvey", |
||
| 4777 | "email": "[email protected]" |
||
| 4778 | } |
||
| 4779 | ], |
||
| 4780 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 4781 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 4782 | "keywords": [ |
||
| 4783 | "export", |
||
| 4784 | "exporter" |
||
| 4785 | ], |
||
| 4786 | "time": "2016-11-19 08:54:04" |
||
| 4787 | }, |
||
| 4788 | { |
||
| 4789 | "name": "sebastian/global-state", |
||
| 4790 | "version": "dev-master", |
||
| 4791 | "source": { |
||
| 4792 | "type": "git", |
||
| 4793 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 4794 | "reference": "ab3e5ce501d9d45288b53f885a54c87e0cdc7164" |
||
| 4795 | }, |
||
| 4796 | "dist": { |
||
| 4797 | "type": "zip", |
||
| 4798 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ab3e5ce501d9d45288b53f885a54c87e0cdc7164", |
||
| 4799 | "reference": "ab3e5ce501d9d45288b53f885a54c87e0cdc7164", |
||
| 4800 | "shasum": "" |
||
| 4801 | }, |
||
| 4802 | "require": { |
||
| 4803 | "php": "^7.0" |
||
| 4804 | }, |
||
| 4805 | "require-dev": { |
||
| 4806 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
| 4807 | }, |
||
| 4808 | "suggest": { |
||
| 4809 | "ext-uopz": "*" |
||
| 4810 | }, |
||
| 4811 | "type": "library", |
||
| 4812 | "extra": { |
||
| 4813 | "branch-alias": { |
||
| 4814 | "dev-master": "2.0-dev" |
||
| 4815 | } |
||
| 4816 | }, |
||
| 4817 | "autoload": { |
||
| 4818 | "classmap": [ |
||
| 4819 | "src/" |
||
| 4820 | ] |
||
| 4821 | }, |
||
| 4822 | "notification-url": "https://packagist.org/downloads/", |
||
| 4823 | "license": [ |
||
| 4824 | "BSD-3-Clause" |
||
| 4825 | ], |
||
| 4826 | "authors": [ |
||
| 4827 | { |
||
| 4828 | "name": "Sebastian Bergmann", |
||
| 4829 | "email": "[email protected]" |
||
| 4830 | } |
||
| 4831 | ], |
||
| 4832 | "description": "Snapshotting of global state", |
||
| 4833 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 4834 | "keywords": [ |
||
| 4835 | "global state" |
||
| 4836 | ], |
||
| 4837 | "time": "2016-12-12 08:07:45" |
||
| 4838 | }, |
||
| 4839 | { |
||
| 4840 | "name": "sebastian/object-enumerator", |
||
| 4841 | "version": "dev-master", |
||
| 4842 | "source": { |
||
| 4843 | "type": "git", |
||
| 4844 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 4845 | "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35" |
||
| 4846 | }, |
||
| 4847 | "dist": { |
||
| 4848 | "type": "zip", |
||
| 4849 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", |
||
| 4850 | "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", |
||
| 4851 | "shasum": "" |
||
| 4852 | }, |
||
| 4853 | "require": { |
||
| 4854 | "php": ">=5.6", |
||
| 4855 | "sebastian/recursion-context": "~2.0" |
||
| 4856 | }, |
||
| 4857 | "require-dev": { |
||
| 4858 | "phpunit/phpunit": "~5" |
||
| 4859 | }, |
||
| 4860 | "type": "library", |
||
| 4861 | "extra": { |
||
| 4862 | "branch-alias": { |
||
| 4863 | "dev-master": "2.0.x-dev" |
||
| 4864 | } |
||
| 4865 | }, |
||
| 4866 | "autoload": { |
||
| 4867 | "classmap": [ |
||
| 4868 | "src/" |
||
| 4869 | ] |
||
| 4870 | }, |
||
| 4871 | "notification-url": "https://packagist.org/downloads/", |
||
| 4872 | "license": [ |
||
| 4873 | "BSD-3-Clause" |
||
| 4874 | ], |
||
| 4875 | "authors": [ |
||
| 4876 | { |
||
| 4877 | "name": "Sebastian Bergmann", |
||
| 4878 | "email": "[email protected]" |
||
| 4879 | } |
||
| 4880 | ], |
||
| 4881 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 4882 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 4883 | "time": "2016-11-19 07:35:10" |
||
| 4884 | }, |
||
| 4885 | { |
||
| 4886 | "name": "sebastian/recursion-context", |
||
| 4887 | "version": "dev-master", |
||
| 4888 | "source": { |
||
| 4889 | "type": "git", |
||
| 4890 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 4891 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
| 4892 | }, |
||
| 4893 | "dist": { |
||
| 4894 | "type": "zip", |
||
| 4895 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
| 4896 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
| 4897 | "shasum": "" |
||
| 4898 | }, |
||
| 4899 | "require": { |
||
| 4900 | "php": ">=5.3.3" |
||
| 4901 | }, |
||
| 4902 | "require-dev": { |
||
| 4903 | "phpunit/phpunit": "~4.4" |
||
| 4904 | }, |
||
| 4905 | "type": "library", |
||
| 4906 | "extra": { |
||
| 4907 | "branch-alias": { |
||
| 4908 | "dev-master": "2.0.x-dev" |
||
| 4909 | } |
||
| 4910 | }, |
||
| 4911 | "autoload": { |
||
| 4912 | "classmap": [ |
||
| 4913 | "src/" |
||
| 4914 | ] |
||
| 4915 | }, |
||
| 4916 | "notification-url": "https://packagist.org/downloads/", |
||
| 4917 | "license": [ |
||
| 4918 | "BSD-3-Clause" |
||
| 4919 | ], |
||
| 4920 | "authors": [ |
||
| 4921 | { |
||
| 4922 | "name": "Jeff Welch", |
||
| 4923 | "email": "[email protected]" |
||
| 4924 | }, |
||
| 4925 | { |
||
| 4926 | "name": "Sebastian Bergmann", |
||
| 4927 | "email": "[email protected]" |
||
| 4928 | }, |
||
| 4929 | { |
||
| 4930 | "name": "Adam Harvey", |
||
| 4931 | "email": "[email protected]" |
||
| 4932 | } |
||
| 4933 | ], |
||
| 4934 | "description": "Provides functionality to recursively process PHP variables", |
||
| 4935 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 4936 | "time": "2016-11-19 07:33:16" |
||
| 4937 | }, |
||
| 4938 | { |
||
| 4939 | "name": "sebastian/resource-operations", |
||
| 4940 | "version": "dev-master", |
||
| 4941 | "source": { |
||
| 4942 | "type": "git", |
||
| 4943 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 4944 | "reference": "fadc83f7c41fb2924e542635fea47ae546816ece" |
||
| 4945 | }, |
||
| 4946 | "dist": { |
||
| 4947 | "type": "zip", |
||
| 4948 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/fadc83f7c41fb2924e542635fea47ae546816ece", |
||
| 4949 | "reference": "fadc83f7c41fb2924e542635fea47ae546816ece", |
||
| 4950 | "shasum": "" |
||
| 4951 | }, |
||
| 4952 | "require": { |
||
| 4953 | "php": ">=5.6.0" |
||
| 4954 | }, |
||
| 4955 | "type": "library", |
||
| 4956 | "extra": { |
||
| 4957 | "branch-alias": { |
||
| 4958 | "dev-master": "1.0.x-dev" |
||
| 4959 | } |
||
| 4960 | }, |
||
| 4961 | "autoload": { |
||
| 4962 | "classmap": [ |
||
| 4963 | "src/" |
||
| 4964 | ] |
||
| 4965 | }, |
||
| 4966 | "notification-url": "https://packagist.org/downloads/", |
||
| 4967 | "license": [ |
||
| 4968 | "BSD-3-Clause" |
||
| 4969 | ], |
||
| 4970 | "authors": [ |
||
| 4971 | { |
||
| 4972 | "name": "Sebastian Bergmann", |
||
| 4973 | "email": "[email protected]" |
||
| 4974 | } |
||
| 4975 | ], |
||
| 4976 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 4977 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 4978 | "time": "2016-10-03 07:43:09" |
||
| 4979 | }, |
||
| 4980 | { |
||
| 4981 | "name": "squizlabs/php_codesniffer", |
||
| 4982 | "version": "dev-master", |
||
| 4983 | "source": { |
||
| 4984 | "type": "git", |
||
| 4985 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
| 4986 | "reference": "56054917a1019b3dc8cf4810108fcef60ea85479" |
||
| 4987 | }, |
||
| 4988 | "dist": { |
||
| 4989 | "type": "zip", |
||
| 4990 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/56054917a1019b3dc8cf4810108fcef60ea85479", |
||
| 4991 | "reference": "56054917a1019b3dc8cf4810108fcef60ea85479", |
||
| 4992 | "shasum": "" |
||
| 4993 | }, |
||
| 4994 | "require": { |
||
| 4995 | "ext-simplexml": "*", |
||
| 4996 | "ext-tokenizer": "*", |
||
| 4997 | "ext-xmlwriter": "*", |
||
| 4998 | "php": ">=5.1.2" |
||
| 4999 | }, |
||
| 5000 | "require-dev": { |
||
| 5001 | "phpunit/phpunit": "~4.0" |
||
| 5002 | }, |
||
| 5003 | "bin": [ |
||
| 5004 | "scripts/phpcs", |
||
| 5005 | "scripts/phpcbf" |
||
| 5006 | ], |
||
| 5007 | "type": "library", |
||
| 5008 | "extra": { |
||
| 5009 | "branch-alias": { |
||
| 5010 | "dev-master": "2.x-dev" |
||
| 5011 | } |
||
| 5012 | }, |
||
| 5013 | "autoload": { |
||
| 5014 | "classmap": [ |
||
| 5015 | "CodeSniffer.php", |
||
| 5016 | "CodeSniffer/CLI.php", |
||
| 5017 | "CodeSniffer/Exception.php", |
||
| 5018 | "CodeSniffer/File.php", |
||
| 5019 | "CodeSniffer/Fixer.php", |
||
| 5020 | "CodeSniffer/Report.php", |
||
| 5021 | "CodeSniffer/Reporting.php", |
||
| 5022 | "CodeSniffer/Sniff.php", |
||
| 5023 | "CodeSniffer/Tokens.php", |
||
| 5024 | "CodeSniffer/Reports/", |
||
| 5025 | "CodeSniffer/Tokenizers/", |
||
| 5026 | "CodeSniffer/DocGenerators/", |
||
| 5027 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
| 5028 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
| 5029 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
| 5030 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
| 5031 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
| 5032 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
| 5033 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
| 5034 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
| 5035 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
| 5036 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
| 5037 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
| 5038 | ] |
||
| 5039 | }, |
||
| 5040 | "notification-url": "https://packagist.org/downloads/", |
||
| 5041 | "license": [ |
||
| 5042 | "BSD-3-Clause" |
||
| 5043 | ], |
||
| 5044 | "authors": [ |
||
| 5045 | { |
||
| 5046 | "name": "Greg Sherwood", |
||
| 5047 | "role": "lead" |
||
| 5048 | } |
||
| 5049 | ], |
||
| 5050 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
| 5051 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
| 5052 | "keywords": [ |
||
| 5053 | "phpcs", |
||
| 5054 | "standards" |
||
| 5055 | ], |
||
| 5056 | "time": "2016-12-22 02:18:40" |
||
| 5057 | }, |
||
| 5058 | { |
||
| 5059 | "name": "symfony/class-loader", |
||
| 5060 | "version": "dev-master", |
||
| 5061 | "source": { |
||
| 5062 | "type": "git", |
||
| 5063 | "url": "https://github.com/symfony/class-loader.git", |
||
| 5064 | "reference": "364df545532f3975d4021b89b176d53ab2f87d15" |
||
| 5065 | }, |
||
| 5066 | "dist": { |
||
| 5067 | "type": "zip", |
||
| 5068 | "url": "https://api.github.com/repos/symfony/class-loader/zipball/364df545532f3975d4021b89b176d53ab2f87d15", |
||
| 5069 | "reference": "364df545532f3975d4021b89b176d53ab2f87d15", |
||
| 5070 | "shasum": "" |
||
| 5071 | }, |
||
| 5072 | "require": { |
||
| 5073 | "php": ">=5.5.9" |
||
| 5074 | }, |
||
| 5075 | "require-dev": { |
||
| 5076 | "symfony/finder": "~2.8|~3.0", |
||
| 5077 | "symfony/polyfill-apcu": "~1.1" |
||
| 5078 | }, |
||
| 5079 | "suggest": { |
||
| 5080 | "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" |
||
| 5081 | }, |
||
| 5082 | "type": "library", |
||
| 5083 | "extra": { |
||
| 5084 | "branch-alias": { |
||
| 5085 | "dev-master": "3.3-dev" |
||
| 5086 | } |
||
| 5087 | }, |
||
| 5088 | "autoload": { |
||
| 5089 | "psr-4": { |
||
| 5090 | "Symfony\\Component\\ClassLoader\\": "" |
||
| 5091 | }, |
||
| 5092 | "exclude-from-classmap": [ |
||
| 5093 | "/Tests/" |
||
| 5094 | ] |
||
| 5095 | }, |
||
| 5096 | "notification-url": "https://packagist.org/downloads/", |
||
| 5097 | "license": [ |
||
| 5098 | "MIT" |
||
| 5099 | ], |
||
| 5100 | "authors": [ |
||
| 5101 | { |
||
| 5102 | "name": "Fabien Potencier", |
||
| 5103 | "email": "[email protected]" |
||
| 5104 | }, |
||
| 5105 | { |
||
| 5106 | "name": "Symfony Community", |
||
| 5107 | "homepage": "https://symfony.com/contributors" |
||
| 5108 | } |
||
| 5109 | ], |
||
| 5110 | "description": "Symfony ClassLoader Component", |
||
| 5111 | "homepage": "https://symfony.com", |
||
| 5112 | "time": "2016-12-06 10:57:32" |
||
| 5113 | }, |
||
| 5114 | { |
||
| 5115 | "name": "symfony/config", |
||
| 5116 | "version": "dev-master", |
||
| 5117 | "source": { |
||
| 5118 | "type": "git", |
||
| 5119 | "url": "https://github.com/symfony/config.git", |
||
| 5120 | "reference": "57b166b08363eb51afde4bc8fd90953ecfa31ad3" |
||
| 5121 | }, |
||
| 5122 | "dist": { |
||
| 5123 | "type": "zip", |
||
| 5124 | "url": "https://api.github.com/repos/symfony/config/zipball/57b166b08363eb51afde4bc8fd90953ecfa31ad3", |
||
| 5125 | "reference": "57b166b08363eb51afde4bc8fd90953ecfa31ad3", |
||
| 5126 | "shasum": "" |
||
| 5127 | }, |
||
| 5128 | "require": { |
||
| 5129 | "php": ">=5.5.9", |
||
| 5130 | "symfony/filesystem": "~2.8|~3.0" |
||
| 5131 | }, |
||
| 5132 | "require-dev": { |
||
| 5133 | "symfony/yaml": "~3.0" |
||
| 5134 | }, |
||
| 5135 | "suggest": { |
||
| 5136 | "symfony/yaml": "To use the yaml reference dumper" |
||
| 5137 | }, |
||
| 5138 | "type": "library", |
||
| 5139 | "extra": { |
||
| 5140 | "branch-alias": { |
||
| 5141 | "dev-master": "3.3-dev" |
||
| 5142 | } |
||
| 5143 | }, |
||
| 5144 | "autoload": { |
||
| 5145 | "psr-4": { |
||
| 5146 | "Symfony\\Component\\Config\\": "" |
||
| 5147 | }, |
||
| 5148 | "exclude-from-classmap": [ |
||
| 5149 | "/Tests/" |
||
| 5150 | ] |
||
| 5151 | }, |
||
| 5152 | "notification-url": "https://packagist.org/downloads/", |
||
| 5153 | "license": [ |
||
| 5154 | "MIT" |
||
| 5155 | ], |
||
| 5156 | "authors": [ |
||
| 5157 | { |
||
| 5158 | "name": "Fabien Potencier", |
||
| 5159 | "email": "[email protected]" |
||
| 5160 | }, |
||
| 5161 | { |
||
| 5162 | "name": "Symfony Community", |
||
| 5163 | "homepage": "https://symfony.com/contributors" |
||
| 5164 | } |
||
| 5165 | ], |
||
| 5166 | "description": "Symfony Config Component", |
||
| 5167 | "homepage": "https://symfony.com", |
||
| 5168 | "time": "2016-12-19 16:13:57" |
||
| 5169 | }, |
||
| 5170 | { |
||
| 5171 | "name": "symfony/css-selector", |
||
| 5172 | "version": "3.1.x-dev", |
||
| 5173 | "source": { |
||
| 5174 | "type": "git", |
||
| 5175 | "url": "https://github.com/symfony/css-selector.git", |
||
| 5176 | "reference": "a37b3359566415a91cba55a2d95820b3fa1a9658" |
||
| 5177 | }, |
||
| 5178 | "dist": { |
||
| 5179 | "type": "zip", |
||
| 5180 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/a37b3359566415a91cba55a2d95820b3fa1a9658", |
||
| 5181 | "reference": "a37b3359566415a91cba55a2d95820b3fa1a9658", |
||
| 5182 | "shasum": "" |
||
| 5183 | }, |
||
| 5184 | "require": { |
||
| 5185 | "php": ">=5.5.9" |
||
| 5186 | }, |
||
| 5187 | "type": "library", |
||
| 5188 | "extra": { |
||
| 5189 | "branch-alias": { |
||
| 5190 | "dev-master": "3.1-dev" |
||
| 5191 | } |
||
| 5192 | }, |
||
| 5193 | "autoload": { |
||
| 5194 | "psr-4": { |
||
| 5195 | "Symfony\\Component\\CssSelector\\": "" |
||
| 5196 | }, |
||
| 5197 | "exclude-from-classmap": [ |
||
| 5198 | "/Tests/" |
||
| 5199 | ] |
||
| 5200 | }, |
||
| 5201 | "notification-url": "https://packagist.org/downloads/", |
||
| 5202 | "license": [ |
||
| 5203 | "MIT" |
||
| 5204 | ], |
||
| 5205 | "authors": [ |
||
| 5206 | { |
||
| 5207 | "name": "Jean-François Simon", |
||
| 5208 | "email": "[email protected]" |
||
| 5209 | }, |
||
| 5210 | { |
||
| 5211 | "name": "Fabien Potencier", |
||
| 5212 | "email": "[email protected]" |
||
| 5213 | }, |
||
| 5214 | { |
||
| 5215 | "name": "Symfony Community", |
||
| 5216 | "homepage": "https://symfony.com/contributors" |
||
| 5217 | } |
||
| 5218 | ], |
||
| 5219 | "description": "Symfony CssSelector Component", |
||
| 5220 | "homepage": "https://symfony.com", |
||
| 5221 | "time": "2016-11-03 08:04:31" |
||
| 5222 | }, |
||
| 5223 | { |
||
| 5224 | "name": "symfony/dependency-injection", |
||
| 5225 | "version": "dev-master", |
||
| 5226 | "source": { |
||
| 5227 | "type": "git", |
||
| 5228 | "url": "https://github.com/symfony/dependency-injection.git", |
||
| 5229 | "reference": "6277adb170cf01278d98b1808acfd620fd913df9" |
||
| 5230 | }, |
||
| 5231 | "dist": { |
||
| 5232 | "type": "zip", |
||
| 5233 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6277adb170cf01278d98b1808acfd620fd913df9", |
||
| 5234 | "reference": "6277adb170cf01278d98b1808acfd620fd913df9", |
||
| 5235 | "shasum": "" |
||
| 5236 | }, |
||
| 5237 | "require": { |
||
| 5238 | "php": ">=5.5.9" |
||
| 5239 | }, |
||
| 5240 | "conflict": { |
||
| 5241 | "symfony/yaml": "<3.2" |
||
| 5242 | }, |
||
| 5243 | "require-dev": { |
||
| 5244 | "symfony/config": "~2.8|~3.0", |
||
| 5245 | "symfony/expression-language": "~2.8|~3.0", |
||
| 5246 | "symfony/yaml": "~3.2" |
||
| 5247 | }, |
||
| 5248 | "suggest": { |
||
| 5249 | "symfony/config": "", |
||
| 5250 | "symfony/expression-language": "For using expressions in service container configuration", |
||
| 5251 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
| 5252 | "symfony/yaml": "" |
||
| 5253 | }, |
||
| 5254 | "type": "library", |
||
| 5255 | "extra": { |
||
| 5256 | "branch-alias": { |
||
| 5257 | "dev-master": "3.3-dev" |
||
| 5258 | } |
||
| 5259 | }, |
||
| 5260 | "autoload": { |
||
| 5261 | "psr-4": { |
||
| 5262 | "Symfony\\Component\\DependencyInjection\\": "" |
||
| 5263 | }, |
||
| 5264 | "exclude-from-classmap": [ |
||
| 5265 | "/Tests/" |
||
| 5266 | ] |
||
| 5267 | }, |
||
| 5268 | "notification-url": "https://packagist.org/downloads/", |
||
| 5269 | "license": [ |
||
| 5270 | "MIT" |
||
| 5271 | ], |
||
| 5272 | "authors": [ |
||
| 5273 | { |
||
| 5274 | "name": "Fabien Potencier", |
||
| 5275 | "email": "[email protected]" |
||
| 5276 | }, |
||
| 5277 | { |
||
| 5278 | "name": "Symfony Community", |
||
| 5279 | "homepage": "https://symfony.com/contributors" |
||
| 5280 | } |
||
| 5281 | ], |
||
| 5282 | "description": "Symfony DependencyInjection Component", |
||
| 5283 | "homepage": "https://symfony.com", |
||
| 5284 | "time": "2016-12-19 16:58:44" |
||
| 5285 | }, |
||
| 5286 | { |
||
| 5287 | "name": "symfony/dom-crawler", |
||
| 5288 | "version": "3.1.x-dev", |
||
| 5289 | "source": { |
||
| 5290 | "type": "git", |
||
| 5291 | "url": "https://github.com/symfony/dom-crawler.git", |
||
| 5292 | "reference": "51e979357eba65b1e6aac7cba75cf5aa6379b8f3" |
||
| 5293 | }, |
||
| 5294 | "dist": { |
||
| 5295 | "type": "zip", |
||
| 5296 | "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/51e979357eba65b1e6aac7cba75cf5aa6379b8f3", |
||
| 5297 | "reference": "51e979357eba65b1e6aac7cba75cf5aa6379b8f3", |
||
| 5298 | "shasum": "" |
||
| 5299 | }, |
||
| 5300 | "require": { |
||
| 5301 | "php": ">=5.5.9", |
||
| 5302 | "symfony/polyfill-mbstring": "~1.0" |
||
| 5303 | }, |
||
| 5304 | "require-dev": { |
||
| 5305 | "symfony/css-selector": "~2.8|~3.0" |
||
| 5306 | }, |
||
| 5307 | "suggest": { |
||
| 5308 | "symfony/css-selector": "" |
||
| 5309 | }, |
||
| 5310 | "type": "library", |
||
| 5311 | "extra": { |
||
| 5312 | "branch-alias": { |
||
| 5313 | "dev-master": "3.1-dev" |
||
| 5314 | } |
||
| 5315 | }, |
||
| 5316 | "autoload": { |
||
| 5317 | "psr-4": { |
||
| 5318 | "Symfony\\Component\\DomCrawler\\": "" |
||
| 5319 | }, |
||
| 5320 | "exclude-from-classmap": [ |
||
| 5321 | "/Tests/" |
||
| 5322 | ] |
||
| 5323 | }, |
||
| 5324 | "notification-url": "https://packagist.org/downloads/", |
||
| 5325 | "license": [ |
||
| 5326 | "MIT" |
||
| 5327 | ], |
||
| 5328 | "authors": [ |
||
| 5329 | { |
||
| 5330 | "name": "Fabien Potencier", |
||
| 5331 | "email": "[email protected]" |
||
| 5332 | }, |
||
| 5333 | { |
||
| 5334 | "name": "Symfony Community", |
||
| 5335 | "homepage": "https://symfony.com/contributors" |
||
| 5336 | } |
||
| 5337 | ], |
||
| 5338 | "description": "Symfony DomCrawler Component", |
||
| 5339 | "homepage": "https://symfony.com", |
||
| 5340 | "time": "2016-12-10 14:24:45" |
||
| 5341 | }, |
||
| 5342 | { |
||
| 5343 | "name": "symfony/filesystem", |
||
| 5344 | "version": "dev-master", |
||
| 5345 | "source": { |
||
| 5346 | "type": "git", |
||
| 5347 | "url": "https://github.com/symfony/filesystem.git", |
||
| 5348 | "reference": "696d63087748bb651e69877a903ca389eb0db68a" |
||
| 5349 | }, |
||
| 5350 | "dist": { |
||
| 5351 | "type": "zip", |
||
| 5352 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/696d63087748bb651e69877a903ca389eb0db68a", |
||
| 5353 | "reference": "696d63087748bb651e69877a903ca389eb0db68a", |
||
| 5354 | "shasum": "" |
||
| 5355 | }, |
||
| 5356 | "require": { |
||
| 5357 | "php": ">=5.5.9" |
||
| 5358 | }, |
||
| 5359 | "type": "library", |
||
| 5360 | "extra": { |
||
| 5361 | "branch-alias": { |
||
| 5362 | "dev-master": "3.3-dev" |
||
| 5363 | } |
||
| 5364 | }, |
||
| 5365 | "autoload": { |
||
| 5366 | "psr-4": { |
||
| 5367 | "Symfony\\Component\\Filesystem\\": "" |
||
| 5368 | }, |
||
| 5369 | "exclude-from-classmap": [ |
||
| 5370 | "/Tests/" |
||
| 5371 | ] |
||
| 5372 | }, |
||
| 5373 | "notification-url": "https://packagist.org/downloads/", |
||
| 5374 | "license": [ |
||
| 5375 | "MIT" |
||
| 5376 | ], |
||
| 5377 | "authors": [ |
||
| 5378 | { |
||
| 5379 | "name": "Fabien Potencier", |
||
| 5380 | "email": "[email protected]" |
||
| 5381 | }, |
||
| 5382 | { |
||
| 5383 | "name": "Symfony Community", |
||
| 5384 | "homepage": "https://symfony.com/contributors" |
||
| 5385 | } |
||
| 5386 | ], |
||
| 5387 | "description": "Symfony Filesystem Component", |
||
| 5388 | "homepage": "https://symfony.com", |
||
| 5389 | "time": "2016-11-24 00:46:49" |
||
| 5390 | }, |
||
| 5391 | { |
||
| 5392 | "name": "symfony/yaml", |
||
| 5393 | "version": "dev-master", |
||
| 5394 | "source": { |
||
| 5395 | "type": "git", |
||
| 5396 | "url": "https://github.com/symfony/yaml.git", |
||
| 5397 | "reference": "f8c054eea2921142bed49cc957260652f80958e3" |
||
| 5398 | }, |
||
| 5399 | "dist": { |
||
| 5400 | "type": "zip", |
||
| 5401 | "url": "https://api.github.com/repos/symfony/yaml/zipball/f8c054eea2921142bed49cc957260652f80958e3", |
||
| 5402 | "reference": "f8c054eea2921142bed49cc957260652f80958e3", |
||
| 5403 | "shasum": "" |
||
| 5404 | }, |
||
| 5405 | "require": { |
||
| 5406 | "php": ">=5.5.9" |
||
| 5407 | }, |
||
| 5408 | "require-dev": { |
||
| 5409 | "symfony/console": "~2.8|~3.0" |
||
| 5410 | }, |
||
| 5411 | "suggest": { |
||
| 5412 | "symfony/console": "For validating YAML files using the lint command" |
||
| 5413 | }, |
||
| 5414 | "type": "library", |
||
| 5415 | "extra": { |
||
| 5416 | "branch-alias": { |
||
| 5417 | "dev-master": "3.3-dev" |
||
| 5418 | } |
||
| 5419 | }, |
||
| 5420 | "autoload": { |
||
| 5421 | "psr-4": { |
||
| 5422 | "Symfony\\Component\\Yaml\\": "" |
||
| 5423 | }, |
||
| 5424 | "exclude-from-classmap": [ |
||
| 5425 | "/Tests/" |
||
| 5426 | ] |
||
| 5427 | }, |
||
| 5428 | "notification-url": "https://packagist.org/downloads/", |
||
| 5429 | "license": [ |
||
| 5430 | "MIT" |
||
| 5431 | ], |
||
| 5432 | "authors": [ |
||
| 5433 | { |
||
| 5434 | "name": "Fabien Potencier", |
||
| 5435 | "email": "[email protected]" |
||
| 5436 | }, |
||
| 5437 | { |
||
| 5438 | "name": "Symfony Community", |
||
| 5439 | "homepage": "https://symfony.com/contributors" |
||
| 5440 | } |
||
| 5441 | ], |
||
| 5442 | "description": "Symfony Yaml Component", |
||
| 5443 | "homepage": "https://symfony.com", |
||
| 5444 | "time": "2016-12-13 09:39:51" |
||
| 5445 | }, |
||
| 5446 | { |
||
| 5447 | "name": "way/generators", |
||
| 5448 | "version": "dev-feature/laravel-five-stable", |
||
| 5449 | "source": { |
||
| 5450 | "type": "git", |
||
| 5451 | "url": "https://github.com/jamisonvalenta/Laravel-4-Generators.git", |
||
| 5452 | "reference": "a358bb44f517e2b3c1fd4f848f2646857c75b3a4" |
||
| 5453 | }, |
||
| 5454 | "dist": { |
||
| 5455 | "type": "zip", |
||
| 5456 | "url": "https://api.github.com/repos/jamisonvalenta/Laravel-4-Generators/zipball/a358bb44f517e2b3c1fd4f848f2646857c75b3a4", |
||
| 5457 | "reference": "a358bb44f517e2b3c1fd4f848f2646857c75b3a4", |
||
| 5458 | "shasum": "" |
||
| 5459 | }, |
||
| 5460 | "require": { |
||
| 5461 | "illuminate/support": "~5.0", |
||
| 5462 | "php": ">=5.4.0" |
||
| 5463 | }, |
||
| 5464 | "require-dev": { |
||
| 5465 | "behat/behat": "~2.5.1", |
||
| 5466 | "behat/mink": "~1.5.0", |
||
| 5467 | "behat/mink-extension": "~1.2.0", |
||
| 5468 | "behat/mink-goutte-driver": "~1.0.9", |
||
| 5469 | "behat/mink-selenium2-driver": "~1.1.1", |
||
| 5470 | "phpspec/phpspec": "~2.0", |
||
| 5471 | "phpunit/phpunit": "~3.7" |
||
| 5472 | }, |
||
| 5473 | "type": "library", |
||
| 5474 | "autoload": { |
||
| 5475 | "psr-0": { |
||
| 5476 | "Way\\Generators": "src/" |
||
| 5477 | } |
||
| 5478 | }, |
||
| 5479 | "license": [ |
||
| 5480 | "MIT" |
||
| 5481 | ], |
||
| 5482 | "authors": [ |
||
| 5483 | { |
||
| 5484 | "name": "Jeffrey Way", |
||
| 5485 | "email": "[email protected]" |
||
| 5486 | } |
||
| 5487 | ], |
||
| 5488 | "description": "Rapidly generate resources, migrations, models, and much more.", |
||
| 5489 | "support": { |
||
| 5490 | "source": "https://github.com/jamisonvalenta/Laravel-4-Generators/tree/feature/laravel-five-stable" |
||
| 5491 | }, |
||
| 5492 | "time": "2015-02-17 06:26:25" |
||
| 5493 | }, |
||
| 5494 | { |
||
| 5495 | "name": "webmozart/assert", |
||
| 5496 | "version": "dev-master", |
||
| 5497 | "source": { |
||
| 5498 | "type": "git", |
||
| 5499 | "url": "https://github.com/webmozart/assert.git", |
||
| 5500 | "reference": "4a8bf11547e139e77b651365113fc12850c43d9a" |
||
| 5501 | }, |
||
| 5502 | "dist": { |
||
| 5503 | "type": "zip", |
||
| 5504 | "url": "https://api.github.com/repos/webmozart/assert/zipball/4a8bf11547e139e77b651365113fc12850c43d9a", |
||
| 5505 | "reference": "4a8bf11547e139e77b651365113fc12850c43d9a", |
||
| 5506 | "shasum": "" |
||
| 5507 | }, |
||
| 5508 | "require": { |
||
| 5509 | "php": "^5.3.3 || ^7.0" |
||
| 5510 | }, |
||
| 5511 | "require-dev": { |
||
| 5512 | "phpunit/phpunit": "^4.6", |
||
| 5513 | "sebastian/version": "^1.0.1" |
||
| 5514 | }, |
||
| 5515 | "type": "library", |
||
| 5516 | "extra": { |
||
| 5517 | "branch-alias": { |
||
| 5518 | "dev-master": "1.3-dev" |
||
| 5519 | } |
||
| 5520 | }, |
||
| 5521 | "autoload": { |
||
| 5522 | "psr-4": { |
||
| 5523 | "Webmozart\\Assert\\": "src/" |
||
| 5524 | } |
||
| 5525 | }, |
||
| 5526 | "notification-url": "https://packagist.org/downloads/", |
||
| 5527 | "license": [ |
||
| 5528 | "MIT" |
||
| 5529 | ], |
||
| 5530 | "authors": [ |
||
| 5531 | { |
||
| 5532 | "name": "Bernhard Schussek", |
||
| 5533 | "email": "[email protected]" |
||
| 5534 | } |
||
| 5535 | ], |
||
| 5536 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 5537 | "keywords": [ |
||
| 5538 | "assert", |
||
| 5539 | "check", |
||
| 5540 | "validate" |
||
| 5541 | ], |
||
| 5542 | "time": "2016-11-23 20:04:41" |
||
| 5543 | }, |
||
| 5544 | { |
||
| 5545 | "name": "xethron/migrations-generator", |
||
| 5546 | "version": "v2.0.0", |
||
| 5547 | "source": { |
||
| 5548 | "type": "git", |
||
| 5549 | "url": "https://github.com/Xethron/migrations-generator.git", |
||
| 5550 | "reference": "aa7985074e47fed6a3cc14c1ebc5f9ec3a69a709" |
||
| 5551 | }, |
||
| 5552 | "dist": { |
||
| 5553 | "type": "zip", |
||
| 5554 | "url": "https://api.github.com/repos/Xethron/migrations-generator/zipball/aa7985074e47fed6a3cc14c1ebc5f9ec3a69a709", |
||
| 5555 | "reference": "aa7985074e47fed6a3cc14c1ebc5f9ec3a69a709", |
||
| 5556 | "shasum": "" |
||
| 5557 | }, |
||
| 5558 | "require": { |
||
| 5559 | "doctrine/dbal": "~2.4", |
||
| 5560 | "illuminate/support": ">=4.1", |
||
| 5561 | "php": ">=5.4.0", |
||
| 5562 | "way/generators": "dev-feature/laravel-five-stable" |
||
| 5563 | }, |
||
| 5564 | "require-dev": { |
||
| 5565 | "illuminate/cache": ">=4.1.0", |
||
| 5566 | "illuminate/console": ">=4.1.0", |
||
| 5567 | "mockery/mockery": ">=0.9.0", |
||
| 5568 | "phpunit/phpunit": ">=4.0.0" |
||
| 5569 | }, |
||
| 5570 | "type": "library", |
||
| 5571 | "autoload": { |
||
| 5572 | "psr-0": { |
||
| 5573 | "Xethron\\MigrationsGenerator": "src/" |
||
| 5574 | } |
||
| 5575 | }, |
||
| 5576 | "notification-url": "https://packagist.org/downloads/", |
||
| 5577 | "license": [ |
||
| 5578 | "MIT" |
||
| 5579 | ], |
||
| 5580 | "authors": [ |
||
| 5581 | { |
||
| 5582 | "name": "Bernhard Breytenbach", |
||
| 5583 | "email": "[email protected]" |
||
| 5584 | } |
||
| 5585 | ], |
||
| 5586 | "description": "Generates Laravel Migrations from an existing database", |
||
| 5587 | "keywords": [ |
||
| 5588 | "artisan", |
||
| 5589 | "generator", |
||
| 5590 | "laravel", |
||
| 5591 | "migration", |
||
| 5592 | "migrations" |
||
| 5593 | ], |
||
| 5594 | "time": "2016-11-20 14:29:11" |
||
| 5595 | } |
||
| 5596 | ], |
||
| 5597 | "aliases": [], |
||
| 5598 | "minimum-stability": "dev", |
||
| 5599 | "stability-flags": { |
||
| 5600 | "way/generators": 20 |
||
| 5601 | }, |
||
| 5602 | "prefer-stable": false, |
||
| 5603 | "prefer-lowest": false, |
||
| 5604 | "platform": { |
||
| 5605 | "php": ">=5.6.4" |
||
| 5606 | }, |
||
| 5607 | "platform-dev": [] |
||
| 5608 | } |
||
| 5609 |