AriasBros /
eloquent-locale
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "content-hash": "c90df248e938abfc51f53bc1882f81c1", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "doctrine/inflector", |
||
| 11 | "version": "v1.2.0", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/doctrine/inflector.git", |
||
| 15 | "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", |
||
| 20 | "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "php": "^7.0" |
||
| 25 | }, |
||
| 26 | "require-dev": { |
||
| 27 | "phpunit/phpunit": "^6.2" |
||
| 28 | }, |
||
| 29 | "type": "library", |
||
| 30 | "extra": { |
||
| 31 | "branch-alias": { |
||
| 32 | "dev-master": "1.2.x-dev" |
||
| 33 | } |
||
| 34 | }, |
||
| 35 | "autoload": { |
||
| 36 | "psr-4": { |
||
| 37 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
| 38 | } |
||
| 39 | }, |
||
| 40 | "notification-url": "https://packagist.org/downloads/", |
||
| 41 | "license": [ |
||
| 42 | "MIT" |
||
| 43 | ], |
||
| 44 | "authors": [ |
||
| 45 | { |
||
| 46 | "name": "Roman Borschel", |
||
| 47 | "email": "[email protected]" |
||
| 48 | }, |
||
| 49 | { |
||
| 50 | "name": "Benjamin Eberlei", |
||
| 51 | "email": "[email protected]" |
||
| 52 | }, |
||
| 53 | { |
||
| 54 | "name": "Guilherme Blanco", |
||
| 55 | "email": "[email protected]" |
||
| 56 | }, |
||
| 57 | { |
||
| 58 | "name": "Jonathan Wage", |
||
| 59 | "email": "[email protected]" |
||
| 60 | }, |
||
| 61 | { |
||
| 62 | "name": "Johannes Schmitt", |
||
| 63 | "email": "[email protected]" |
||
| 64 | } |
||
| 65 | ], |
||
| 66 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 67 | "homepage": "http://www.doctrine-project.org", |
||
| 68 | "keywords": [ |
||
| 69 | "inflection", |
||
| 70 | "pluralize", |
||
| 71 | "singularize", |
||
| 72 | "string" |
||
| 73 | ], |
||
| 74 | "time": "2017-07-22T12:18:28+00:00" |
||
| 75 | }, |
||
| 76 | { |
||
| 77 | "name": "doctrine/lexer", |
||
| 78 | "version": "v1.0.1", |
||
| 79 | "source": { |
||
| 80 | "type": "git", |
||
| 81 | "url": "https://github.com/doctrine/lexer.git", |
||
| 82 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 83 | }, |
||
| 84 | "dist": { |
||
| 85 | "type": "zip", |
||
| 86 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 87 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 88 | "shasum": "" |
||
| 89 | }, |
||
| 90 | "require": { |
||
| 91 | "php": ">=5.3.2" |
||
| 92 | }, |
||
| 93 | "type": "library", |
||
| 94 | "extra": { |
||
| 95 | "branch-alias": { |
||
| 96 | "dev-master": "1.0.x-dev" |
||
| 97 | } |
||
| 98 | }, |
||
| 99 | "autoload": { |
||
| 100 | "psr-0": { |
||
| 101 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 102 | } |
||
| 103 | }, |
||
| 104 | "notification-url": "https://packagist.org/downloads/", |
||
| 105 | "license": [ |
||
| 106 | "MIT" |
||
| 107 | ], |
||
| 108 | "authors": [ |
||
| 109 | { |
||
| 110 | "name": "Roman Borschel", |
||
| 111 | "email": "[email protected]" |
||
| 112 | }, |
||
| 113 | { |
||
| 114 | "name": "Guilherme Blanco", |
||
| 115 | "email": "[email protected]" |
||
| 116 | }, |
||
| 117 | { |
||
| 118 | "name": "Johannes Schmitt", |
||
| 119 | "email": "[email protected]" |
||
| 120 | } |
||
| 121 | ], |
||
| 122 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 123 | "homepage": "http://www.doctrine-project.org", |
||
| 124 | "keywords": [ |
||
| 125 | "lexer", |
||
| 126 | "parser" |
||
| 127 | ], |
||
| 128 | "time": "2014-09-09T13:34:57+00:00" |
||
| 129 | }, |
||
| 130 | { |
||
| 131 | "name": "egulias/email-validator", |
||
| 132 | "version": "2.1.2", |
||
| 133 | "source": { |
||
| 134 | "type": "git", |
||
| 135 | "url": "https://github.com/egulias/EmailValidator.git", |
||
| 136 | "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c" |
||
| 137 | }, |
||
| 138 | "dist": { |
||
| 139 | "type": "zip", |
||
| 140 | "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/bc31baa11ea2883e017f0a10d9722ef9d50eac1c", |
||
| 141 | "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c", |
||
| 142 | "shasum": "" |
||
| 143 | }, |
||
| 144 | "require": { |
||
| 145 | "doctrine/lexer": "^1.0.1", |
||
| 146 | "php": ">= 5.5" |
||
| 147 | }, |
||
| 148 | "require-dev": { |
||
| 149 | "dominicsayers/isemail": "dev-master", |
||
| 150 | "phpunit/phpunit": "^4.8.0", |
||
| 151 | "satooshi/php-coveralls": "dev-master" |
||
| 152 | }, |
||
| 153 | "suggest": { |
||
| 154 | "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" |
||
| 155 | }, |
||
| 156 | "type": "library", |
||
| 157 | "extra": { |
||
| 158 | "branch-alias": { |
||
| 159 | "dev-master": "2.0.x-dev" |
||
| 160 | } |
||
| 161 | }, |
||
| 162 | "autoload": { |
||
| 163 | "psr-4": { |
||
| 164 | "Egulias\\EmailValidator\\": "EmailValidator" |
||
| 165 | } |
||
| 166 | }, |
||
| 167 | "notification-url": "https://packagist.org/downloads/", |
||
| 168 | "license": [ |
||
| 169 | "MIT" |
||
| 170 | ], |
||
| 171 | "authors": [ |
||
| 172 | { |
||
| 173 | "name": "Eduardo Gulias Davis" |
||
| 174 | } |
||
| 175 | ], |
||
| 176 | "description": "A library for validating emails against several RFCs", |
||
| 177 | "homepage": "https://github.com/egulias/EmailValidator", |
||
| 178 | "keywords": [ |
||
| 179 | "email", |
||
| 180 | "emailvalidation", |
||
| 181 | "emailvalidator", |
||
| 182 | "validation", |
||
| 183 | "validator" |
||
| 184 | ], |
||
| 185 | "time": "2017-01-30T22:07:36+00:00" |
||
| 186 | }, |
||
| 187 | { |
||
| 188 | "name": "erusev/parsedown", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 189 | "version": "1.6.3", |
||
| 190 | "source": { |
||
| 191 | "type": "git", |
||
| 192 | "url": "https://github.com/erusev/parsedown.git", |
||
| 193 | "reference": "728952b90a333b5c6f77f06ea9422b94b585878d" |
||
| 194 | }, |
||
| 195 | "dist": { |
||
| 196 | "type": "zip", |
||
| 197 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/728952b90a333b5c6f77f06ea9422b94b585878d", |
||
| 198 | "reference": "728952b90a333b5c6f77f06ea9422b94b585878d", |
||
| 199 | "shasum": "" |
||
| 200 | }, |
||
| 201 | "require": { |
||
| 202 | "php": ">=5.3.0" |
||
| 203 | }, |
||
| 204 | "type": "library", |
||
| 205 | "autoload": { |
||
| 206 | "psr-0": { |
||
| 207 | "Parsedown": "" |
||
| 208 | } |
||
| 209 | }, |
||
| 210 | "notification-url": "https://packagist.org/downloads/", |
||
| 211 | "license": [ |
||
| 212 | "MIT" |
||
| 213 | ], |
||
| 214 | "authors": [ |
||
| 215 | { |
||
| 216 | "name": "Emanuil Rusev", |
||
| 217 | "email": "[email protected]", |
||
| 218 | "homepage": "http://erusev.com" |
||
| 219 | } |
||
| 220 | ], |
||
| 221 | "description": "Parser for Markdown.", |
||
| 222 | "homepage": "http://parsedown.org", |
||
| 223 | "keywords": [ |
||
| 224 | "markdown", |
||
| 225 | "parser" |
||
| 226 | ], |
||
| 227 | "time": "2017-05-14T14:47:48+00:00" |
||
| 228 | }, |
||
| 229 | { |
||
| 230 | "name": "laravel/framework", |
||
|
0 ignored issues
–
show
There is a security advisory for your installed version of laravel/framework:
Exploit of encryption failure vulnerability Loading history...
|
|||
| 231 | "version": "v5.5.19", |
||
| 232 | "source": { |
||
| 233 | "type": "git", |
||
| 234 | "url": "https://github.com/laravel/framework.git", |
||
| 235 | "reference": "c678100e84934ec85c9f8bc26bd0a60222682719" |
||
| 236 | }, |
||
| 237 | "dist": { |
||
| 238 | "type": "zip", |
||
| 239 | "url": "https://api.github.com/repos/laravel/framework/zipball/c678100e84934ec85c9f8bc26bd0a60222682719", |
||
| 240 | "reference": "c678100e84934ec85c9f8bc26bd0a60222682719", |
||
| 241 | "shasum": "" |
||
| 242 | }, |
||
| 243 | "require": { |
||
| 244 | "doctrine/inflector": "~1.1", |
||
| 245 | "erusev/parsedown": "~1.6", |
||
| 246 | "ext-mbstring": "*", |
||
| 247 | "ext-openssl": "*", |
||
| 248 | "league/flysystem": "~1.0", |
||
| 249 | "monolog/monolog": "~1.12", |
||
| 250 | "mtdowling/cron-expression": "~1.0", |
||
| 251 | "nesbot/carbon": "~1.20", |
||
| 252 | "php": ">=7.0", |
||
| 253 | "psr/container": "~1.0", |
||
| 254 | "psr/simple-cache": "^1.0", |
||
| 255 | "ramsey/uuid": "~3.0", |
||
| 256 | "swiftmailer/swiftmailer": "~6.0", |
||
| 257 | "symfony/console": "~3.3", |
||
| 258 | "symfony/debug": "~3.3", |
||
| 259 | "symfony/finder": "~3.3", |
||
| 260 | "symfony/http-foundation": "~3.3", |
||
| 261 | "symfony/http-kernel": "~3.3", |
||
| 262 | "symfony/process": "~3.3", |
||
| 263 | "symfony/routing": "~3.3", |
||
| 264 | "symfony/var-dumper": "~3.3", |
||
| 265 | "tijsverkoyen/css-to-inline-styles": "~2.2", |
||
| 266 | "vlucas/phpdotenv": "~2.2" |
||
| 267 | }, |
||
| 268 | "replace": { |
||
| 269 | "illuminate/auth": "self.version", |
||
| 270 | "illuminate/broadcasting": "self.version", |
||
| 271 | "illuminate/bus": "self.version", |
||
| 272 | "illuminate/cache": "self.version", |
||
| 273 | "illuminate/config": "self.version", |
||
| 274 | "illuminate/console": "self.version", |
||
| 275 | "illuminate/container": "self.version", |
||
| 276 | "illuminate/contracts": "self.version", |
||
| 277 | "illuminate/cookie": "self.version", |
||
| 278 | "illuminate/database": "self.version", |
||
| 279 | "illuminate/encryption": "self.version", |
||
| 280 | "illuminate/events": "self.version", |
||
| 281 | "illuminate/filesystem": "self.version", |
||
| 282 | "illuminate/hashing": "self.version", |
||
| 283 | "illuminate/http": "self.version", |
||
| 284 | "illuminate/log": "self.version", |
||
| 285 | "illuminate/mail": "self.version", |
||
| 286 | "illuminate/notifications": "self.version", |
||
| 287 | "illuminate/pagination": "self.version", |
||
| 288 | "illuminate/pipeline": "self.version", |
||
| 289 | "illuminate/queue": "self.version", |
||
| 290 | "illuminate/redis": "self.version", |
||
| 291 | "illuminate/routing": "self.version", |
||
| 292 | "illuminate/session": "self.version", |
||
| 293 | "illuminate/support": "self.version", |
||
| 294 | "illuminate/translation": "self.version", |
||
| 295 | "illuminate/validation": "self.version", |
||
| 296 | "illuminate/view": "self.version", |
||
| 297 | "tightenco/collect": "self.version" |
||
| 298 | }, |
||
| 299 | "require-dev": { |
||
| 300 | "aws/aws-sdk-php": "~3.0", |
||
| 301 | "doctrine/dbal": "~2.5", |
||
| 302 | "filp/whoops": "^2.1.4", |
||
| 303 | "mockery/mockery": "~1.0", |
||
| 304 | "orchestra/testbench-core": "3.5.*", |
||
| 305 | "pda/pheanstalk": "~3.0", |
||
| 306 | "phpunit/phpunit": "~6.0", |
||
| 307 | "predis/predis": "^1.1.1", |
||
| 308 | "symfony/css-selector": "~3.3", |
||
| 309 | "symfony/dom-crawler": "~3.3" |
||
| 310 | }, |
||
| 311 | "suggest": { |
||
| 312 | "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
||
| 313 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).", |
||
| 314 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
| 315 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).", |
||
| 316 | "laravel/tinker": "Required to use the tinker console command (~1.0).", |
||
| 317 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
||
| 318 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
| 319 | "nexmo/client": "Required to use the Nexmo transport (~1.0).", |
||
| 320 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
| 321 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
||
| 322 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", |
||
| 323 | "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).", |
||
| 324 | "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).", |
||
| 325 | "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)." |
||
| 326 | }, |
||
| 327 | "type": "library", |
||
| 328 | "extra": { |
||
| 329 | "branch-alias": { |
||
| 330 | "dev-master": "5.5-dev" |
||
| 331 | } |
||
| 332 | }, |
||
| 333 | "autoload": { |
||
| 334 | "files": [ |
||
| 335 | "src/Illuminate/Foundation/helpers.php", |
||
| 336 | "src/Illuminate/Support/helpers.php" |
||
| 337 | ], |
||
| 338 | "psr-4": { |
||
| 339 | "Illuminate\\": "src/Illuminate/" |
||
| 340 | } |
||
| 341 | }, |
||
| 342 | "notification-url": "https://packagist.org/downloads/", |
||
| 343 | "license": [ |
||
| 344 | "MIT" |
||
| 345 | ], |
||
| 346 | "authors": [ |
||
| 347 | { |
||
| 348 | "name": "Taylor Otwell", |
||
| 349 | "email": "[email protected]" |
||
| 350 | } |
||
| 351 | ], |
||
| 352 | "description": "The Laravel Framework.", |
||
| 353 | "homepage": "https://laravel.com", |
||
| 354 | "keywords": [ |
||
| 355 | "framework", |
||
| 356 | "laravel" |
||
| 357 | ], |
||
| 358 | "time": "2017-10-25T19:10:45+00:00" |
||
| 359 | }, |
||
| 360 | { |
||
| 361 | "name": "league/flysystem", |
||
| 362 | "version": "1.0.41", |
||
| 363 | "source": { |
||
| 364 | "type": "git", |
||
| 365 | "url": "https://github.com/thephpleague/flysystem.git", |
||
| 366 | "reference": "f400aa98912c561ba625ea4065031b7a41e5a155" |
||
| 367 | }, |
||
| 368 | "dist": { |
||
| 369 | "type": "zip", |
||
| 370 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f400aa98912c561ba625ea4065031b7a41e5a155", |
||
| 371 | "reference": "f400aa98912c561ba625ea4065031b7a41e5a155", |
||
| 372 | "shasum": "" |
||
| 373 | }, |
||
| 374 | "require": { |
||
| 375 | "php": ">=5.5.9" |
||
| 376 | }, |
||
| 377 | "conflict": { |
||
| 378 | "league/flysystem-sftp": "<1.0.6" |
||
| 379 | }, |
||
| 380 | "require-dev": { |
||
| 381 | "ext-fileinfo": "*", |
||
| 382 | "mockery/mockery": "~0.9", |
||
| 383 | "phpspec/phpspec": "^2.2", |
||
| 384 | "phpunit/phpunit": "~4.8" |
||
| 385 | }, |
||
| 386 | "suggest": { |
||
| 387 | "ext-fileinfo": "Required for MimeType", |
||
| 388 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
||
| 389 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
||
| 390 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
| 391 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
| 392 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
| 393 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
| 394 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
||
| 395 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
| 396 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", |
||
| 397 | "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", |
||
| 398 | "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" |
||
| 399 | }, |
||
| 400 | "type": "library", |
||
| 401 | "extra": { |
||
| 402 | "branch-alias": { |
||
| 403 | "dev-master": "1.1-dev" |
||
| 404 | } |
||
| 405 | }, |
||
| 406 | "autoload": { |
||
| 407 | "psr-4": { |
||
| 408 | "League\\Flysystem\\": "src/" |
||
| 409 | } |
||
| 410 | }, |
||
| 411 | "notification-url": "https://packagist.org/downloads/", |
||
| 412 | "license": [ |
||
| 413 | "MIT" |
||
| 414 | ], |
||
| 415 | "authors": [ |
||
| 416 | { |
||
| 417 | "name": "Frank de Jonge", |
||
| 418 | "email": "[email protected]" |
||
| 419 | } |
||
| 420 | ], |
||
| 421 | "description": "Filesystem abstraction: Many filesystems, one API.", |
||
| 422 | "keywords": [ |
||
| 423 | "Cloud Files", |
||
| 424 | "WebDAV", |
||
| 425 | "abstraction", |
||
| 426 | "aws", |
||
| 427 | "cloud", |
||
| 428 | "copy.com", |
||
| 429 | "dropbox", |
||
| 430 | "file systems", |
||
| 431 | "files", |
||
| 432 | "filesystem", |
||
| 433 | "filesystems", |
||
| 434 | "ftp", |
||
| 435 | "rackspace", |
||
| 436 | "remote", |
||
| 437 | "s3", |
||
| 438 | "sftp", |
||
| 439 | "storage" |
||
| 440 | ], |
||
| 441 | "time": "2017-08-06T17:41:04+00:00" |
||
| 442 | }, |
||
| 443 | { |
||
| 444 | "name": "monolog/monolog", |
||
| 445 | "version": "1.23.0", |
||
| 446 | "source": { |
||
| 447 | "type": "git", |
||
| 448 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 449 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" |
||
| 450 | }, |
||
| 451 | "dist": { |
||
| 452 | "type": "zip", |
||
| 453 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
| 454 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
| 455 | "shasum": "" |
||
| 456 | }, |
||
| 457 | "require": { |
||
| 458 | "php": ">=5.3.0", |
||
| 459 | "psr/log": "~1.0" |
||
| 460 | }, |
||
| 461 | "provide": { |
||
| 462 | "psr/log-implementation": "1.0.0" |
||
| 463 | }, |
||
| 464 | "require-dev": { |
||
| 465 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
| 466 | "doctrine/couchdb": "~1.0@dev", |
||
| 467 | "graylog2/gelf-php": "~1.0", |
||
| 468 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 469 | "php-amqplib/php-amqplib": "~2.4", |
||
| 470 | "php-console/php-console": "^3.1.3", |
||
| 471 | "phpunit/phpunit": "~4.5", |
||
| 472 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 473 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 474 | "sentry/sentry": "^0.13", |
||
| 475 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
||
| 476 | }, |
||
| 477 | "suggest": { |
||
| 478 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 479 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 480 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 481 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 482 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 483 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 484 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 485 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 486 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 487 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 488 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
| 489 | }, |
||
| 490 | "type": "library", |
||
| 491 | "extra": { |
||
| 492 | "branch-alias": { |
||
| 493 | "dev-master": "2.0.x-dev" |
||
| 494 | } |
||
| 495 | }, |
||
| 496 | "autoload": { |
||
| 497 | "psr-4": { |
||
| 498 | "Monolog\\": "src/Monolog" |
||
| 499 | } |
||
| 500 | }, |
||
| 501 | "notification-url": "https://packagist.org/downloads/", |
||
| 502 | "license": [ |
||
| 503 | "MIT" |
||
| 504 | ], |
||
| 505 | "authors": [ |
||
| 506 | { |
||
| 507 | "name": "Jordi Boggiano", |
||
| 508 | "email": "[email protected]", |
||
| 509 | "homepage": "http://seld.be" |
||
| 510 | } |
||
| 511 | ], |
||
| 512 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 513 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 514 | "keywords": [ |
||
| 515 | "log", |
||
| 516 | "logging", |
||
| 517 | "psr-3" |
||
| 518 | ], |
||
| 519 | "time": "2017-06-19T01:22:40+00:00" |
||
| 520 | }, |
||
| 521 | { |
||
| 522 | "name": "mtdowling/cron-expression", |
||
| 523 | "version": "v1.2.0", |
||
| 524 | "source": { |
||
| 525 | "type": "git", |
||
| 526 | "url": "https://github.com/mtdowling/cron-expression.git", |
||
| 527 | "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad" |
||
| 528 | }, |
||
| 529 | "dist": { |
||
| 530 | "type": "zip", |
||
| 531 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad", |
||
| 532 | "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad", |
||
| 533 | "shasum": "" |
||
| 534 | }, |
||
| 535 | "require": { |
||
| 536 | "php": ">=5.3.2" |
||
| 537 | }, |
||
| 538 | "require-dev": { |
||
| 539 | "phpunit/phpunit": "~4.0|~5.0" |
||
| 540 | }, |
||
| 541 | "type": "library", |
||
| 542 | "autoload": { |
||
| 543 | "psr-4": { |
||
| 544 | "Cron\\": "src/Cron/" |
||
| 545 | } |
||
| 546 | }, |
||
| 547 | "notification-url": "https://packagist.org/downloads/", |
||
| 548 | "license": [ |
||
| 549 | "MIT" |
||
| 550 | ], |
||
| 551 | "authors": [ |
||
| 552 | { |
||
| 553 | "name": "Michael Dowling", |
||
| 554 | "email": "[email protected]", |
||
| 555 | "homepage": "https://github.com/mtdowling" |
||
| 556 | } |
||
| 557 | ], |
||
| 558 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
| 559 | "keywords": [ |
||
| 560 | "cron", |
||
| 561 | "schedule" |
||
| 562 | ], |
||
| 563 | "time": "2017-01-23T04:29:33+00:00" |
||
| 564 | }, |
||
| 565 | { |
||
| 566 | "name": "nesbot/carbon", |
||
| 567 | "version": "1.22.1", |
||
| 568 | "source": { |
||
| 569 | "type": "git", |
||
| 570 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
| 571 | "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc" |
||
| 572 | }, |
||
| 573 | "dist": { |
||
| 574 | "type": "zip", |
||
| 575 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", |
||
| 576 | "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", |
||
| 577 | "shasum": "" |
||
| 578 | }, |
||
| 579 | "require": { |
||
| 580 | "php": ">=5.3.0", |
||
| 581 | "symfony/translation": "~2.6 || ~3.0" |
||
| 582 | }, |
||
| 583 | "require-dev": { |
||
| 584 | "friendsofphp/php-cs-fixer": "~2", |
||
| 585 | "phpunit/phpunit": "~4.0 || ~5.0" |
||
| 586 | }, |
||
| 587 | "type": "library", |
||
| 588 | "extra": { |
||
| 589 | "branch-alias": { |
||
| 590 | "dev-master": "1.23-dev" |
||
| 591 | } |
||
| 592 | }, |
||
| 593 | "autoload": { |
||
| 594 | "psr-4": { |
||
| 595 | "Carbon\\": "src/Carbon/" |
||
| 596 | } |
||
| 597 | }, |
||
| 598 | "notification-url": "https://packagist.org/downloads/", |
||
| 599 | "license": [ |
||
| 600 | "MIT" |
||
| 601 | ], |
||
| 602 | "authors": [ |
||
| 603 | { |
||
| 604 | "name": "Brian Nesbitt", |
||
| 605 | "email": "[email protected]", |
||
| 606 | "homepage": "http://nesbot.com" |
||
| 607 | } |
||
| 608 | ], |
||
| 609 | "description": "A simple API extension for DateTime.", |
||
| 610 | "homepage": "http://carbon.nesbot.com", |
||
| 611 | "keywords": [ |
||
| 612 | "date", |
||
| 613 | "datetime", |
||
| 614 | "time" |
||
| 615 | ], |
||
| 616 | "time": "2017-01-16T07:55:07+00:00" |
||
| 617 | }, |
||
| 618 | { |
||
| 619 | "name": "paragonie/random_compat", |
||
| 620 | "version": "v2.0.11", |
||
| 621 | "source": { |
||
| 622 | "type": "git", |
||
| 623 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 624 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" |
||
| 625 | }, |
||
| 626 | "dist": { |
||
| 627 | "type": "zip", |
||
| 628 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
| 629 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
| 630 | "shasum": "" |
||
| 631 | }, |
||
| 632 | "require": { |
||
| 633 | "php": ">=5.2.0" |
||
| 634 | }, |
||
| 635 | "require-dev": { |
||
| 636 | "phpunit/phpunit": "4.*|5.*" |
||
| 637 | }, |
||
| 638 | "suggest": { |
||
| 639 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 640 | }, |
||
| 641 | "type": "library", |
||
| 642 | "autoload": { |
||
| 643 | "files": [ |
||
| 644 | "lib/random.php" |
||
| 645 | ] |
||
| 646 | }, |
||
| 647 | "notification-url": "https://packagist.org/downloads/", |
||
| 648 | "license": [ |
||
| 649 | "MIT" |
||
| 650 | ], |
||
| 651 | "authors": [ |
||
| 652 | { |
||
| 653 | "name": "Paragon Initiative Enterprises", |
||
| 654 | "email": "[email protected]", |
||
| 655 | "homepage": "https://paragonie.com" |
||
| 656 | } |
||
| 657 | ], |
||
| 658 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 659 | "keywords": [ |
||
| 660 | "csprng", |
||
| 661 | "pseudorandom", |
||
| 662 | "random" |
||
| 663 | ], |
||
| 664 | "time": "2017-09-27T21:40:39+00:00" |
||
| 665 | }, |
||
| 666 | { |
||
| 667 | "name": "psr/container", |
||
| 668 | "version": "1.0.0", |
||
| 669 | "source": { |
||
| 670 | "type": "git", |
||
| 671 | "url": "https://github.com/php-fig/container.git", |
||
| 672 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
| 673 | }, |
||
| 674 | "dist": { |
||
| 675 | "type": "zip", |
||
| 676 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 677 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 678 | "shasum": "" |
||
| 679 | }, |
||
| 680 | "require": { |
||
| 681 | "php": ">=5.3.0" |
||
| 682 | }, |
||
| 683 | "type": "library", |
||
| 684 | "extra": { |
||
| 685 | "branch-alias": { |
||
| 686 | "dev-master": "1.0.x-dev" |
||
| 687 | } |
||
| 688 | }, |
||
| 689 | "autoload": { |
||
| 690 | "psr-4": { |
||
| 691 | "Psr\\Container\\": "src/" |
||
| 692 | } |
||
| 693 | }, |
||
| 694 | "notification-url": "https://packagist.org/downloads/", |
||
| 695 | "license": [ |
||
| 696 | "MIT" |
||
| 697 | ], |
||
| 698 | "authors": [ |
||
| 699 | { |
||
| 700 | "name": "PHP-FIG", |
||
| 701 | "homepage": "http://www.php-fig.org/" |
||
| 702 | } |
||
| 703 | ], |
||
| 704 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
| 705 | "homepage": "https://github.com/php-fig/container", |
||
| 706 | "keywords": [ |
||
| 707 | "PSR-11", |
||
| 708 | "container", |
||
| 709 | "container-interface", |
||
| 710 | "container-interop", |
||
| 711 | "psr" |
||
| 712 | ], |
||
| 713 | "time": "2017-02-14T16:28:37+00:00" |
||
| 714 | }, |
||
| 715 | { |
||
| 716 | "name": "psr/log", |
||
| 717 | "version": "1.0.2", |
||
| 718 | "source": { |
||
| 719 | "type": "git", |
||
| 720 | "url": "https://github.com/php-fig/log.git", |
||
| 721 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 722 | }, |
||
| 723 | "dist": { |
||
| 724 | "type": "zip", |
||
| 725 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 726 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 727 | "shasum": "" |
||
| 728 | }, |
||
| 729 | "require": { |
||
| 730 | "php": ">=5.3.0" |
||
| 731 | }, |
||
| 732 | "type": "library", |
||
| 733 | "extra": { |
||
| 734 | "branch-alias": { |
||
| 735 | "dev-master": "1.0.x-dev" |
||
| 736 | } |
||
| 737 | }, |
||
| 738 | "autoload": { |
||
| 739 | "psr-4": { |
||
| 740 | "Psr\\Log\\": "Psr/Log/" |
||
| 741 | } |
||
| 742 | }, |
||
| 743 | "notification-url": "https://packagist.org/downloads/", |
||
| 744 | "license": [ |
||
| 745 | "MIT" |
||
| 746 | ], |
||
| 747 | "authors": [ |
||
| 748 | { |
||
| 749 | "name": "PHP-FIG", |
||
| 750 | "homepage": "http://www.php-fig.org/" |
||
| 751 | } |
||
| 752 | ], |
||
| 753 | "description": "Common interface for logging libraries", |
||
| 754 | "homepage": "https://github.com/php-fig/log", |
||
| 755 | "keywords": [ |
||
| 756 | "log", |
||
| 757 | "psr", |
||
| 758 | "psr-3" |
||
| 759 | ], |
||
| 760 | "time": "2016-10-10T12:19:37+00:00" |
||
| 761 | }, |
||
| 762 | { |
||
| 763 | "name": "psr/simple-cache", |
||
| 764 | "version": "1.0.0", |
||
| 765 | "source": { |
||
| 766 | "type": "git", |
||
| 767 | "url": "https://github.com/php-fig/simple-cache.git", |
||
| 768 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
| 769 | }, |
||
| 770 | "dist": { |
||
| 771 | "type": "zip", |
||
| 772 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
| 773 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
| 774 | "shasum": "" |
||
| 775 | }, |
||
| 776 | "require": { |
||
| 777 | "php": ">=5.3.0" |
||
| 778 | }, |
||
| 779 | "type": "library", |
||
| 780 | "extra": { |
||
| 781 | "branch-alias": { |
||
| 782 | "dev-master": "1.0.x-dev" |
||
| 783 | } |
||
| 784 | }, |
||
| 785 | "autoload": { |
||
| 786 | "psr-4": { |
||
| 787 | "Psr\\SimpleCache\\": "src/" |
||
| 788 | } |
||
| 789 | }, |
||
| 790 | "notification-url": "https://packagist.org/downloads/", |
||
| 791 | "license": [ |
||
| 792 | "MIT" |
||
| 793 | ], |
||
| 794 | "authors": [ |
||
| 795 | { |
||
| 796 | "name": "PHP-FIG", |
||
| 797 | "homepage": "http://www.php-fig.org/" |
||
| 798 | } |
||
| 799 | ], |
||
| 800 | "description": "Common interfaces for simple caching", |
||
| 801 | "keywords": [ |
||
| 802 | "cache", |
||
| 803 | "caching", |
||
| 804 | "psr", |
||
| 805 | "psr-16", |
||
| 806 | "simple-cache" |
||
| 807 | ], |
||
| 808 | "time": "2017-01-02T13:31:39+00:00" |
||
| 809 | }, |
||
| 810 | { |
||
| 811 | "name": "ramsey/uuid", |
||
| 812 | "version": "3.7.1", |
||
| 813 | "source": { |
||
| 814 | "type": "git", |
||
| 815 | "url": "https://github.com/ramsey/uuid.git", |
||
| 816 | "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334" |
||
| 817 | }, |
||
| 818 | "dist": { |
||
| 819 | "type": "zip", |
||
| 820 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334", |
||
| 821 | "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334", |
||
| 822 | "shasum": "" |
||
| 823 | }, |
||
| 824 | "require": { |
||
| 825 | "paragonie/random_compat": "^1.0|^2.0", |
||
| 826 | "php": "^5.4 || ^7.0" |
||
| 827 | }, |
||
| 828 | "replace": { |
||
| 829 | "rhumsaa/uuid": "self.version" |
||
| 830 | }, |
||
| 831 | "require-dev": { |
||
| 832 | "apigen/apigen": "^4.1", |
||
| 833 | "codeception/aspect-mock": "^1.0 | ^2.0", |
||
| 834 | "doctrine/annotations": "~1.2.0", |
||
| 835 | "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", |
||
| 836 | "ircmaxell/random-lib": "^1.1", |
||
| 837 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
| 838 | "mockery/mockery": "^0.9.4", |
||
| 839 | "moontoast/math": "^1.1", |
||
| 840 | "php-mock/php-mock-phpunit": "^0.3|^1.1", |
||
| 841 | "phpunit/phpunit": "^4.7|>=5.0 <5.4", |
||
| 842 | "satooshi/php-coveralls": "^0.6.1", |
||
| 843 | "squizlabs/php_codesniffer": "^2.3" |
||
| 844 | }, |
||
| 845 | "suggest": { |
||
| 846 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
| 847 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
| 848 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
| 849 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
| 850 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
| 851 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
| 852 | }, |
||
| 853 | "type": "library", |
||
| 854 | "extra": { |
||
| 855 | "branch-alias": { |
||
| 856 | "dev-master": "3.x-dev" |
||
| 857 | } |
||
| 858 | }, |
||
| 859 | "autoload": { |
||
| 860 | "psr-4": { |
||
| 861 | "Ramsey\\Uuid\\": "src/" |
||
| 862 | } |
||
| 863 | }, |
||
| 864 | "notification-url": "https://packagist.org/downloads/", |
||
| 865 | "license": [ |
||
| 866 | "MIT" |
||
| 867 | ], |
||
| 868 | "authors": [ |
||
| 869 | { |
||
| 870 | "name": "Marijn Huizendveld", |
||
| 871 | "email": "[email protected]" |
||
| 872 | }, |
||
| 873 | { |
||
| 874 | "name": "Thibaud Fabre", |
||
| 875 | "email": "[email protected]" |
||
| 876 | }, |
||
| 877 | { |
||
| 878 | "name": "Ben Ramsey", |
||
| 879 | "email": "[email protected]", |
||
| 880 | "homepage": "https://benramsey.com" |
||
| 881 | } |
||
| 882 | ], |
||
| 883 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
| 884 | "homepage": "https://github.com/ramsey/uuid", |
||
| 885 | "keywords": [ |
||
| 886 | "guid", |
||
| 887 | "identifier", |
||
| 888 | "uuid" |
||
| 889 | ], |
||
| 890 | "time": "2017-09-22T20:46:04+00:00" |
||
| 891 | }, |
||
| 892 | { |
||
| 893 | "name": "swiftmailer/swiftmailer", |
||
| 894 | "version": "v6.0.2", |
||
| 895 | "source": { |
||
| 896 | "type": "git", |
||
| 897 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 898 | "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc" |
||
| 899 | }, |
||
| 900 | "dist": { |
||
| 901 | "type": "zip", |
||
| 902 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc", |
||
| 903 | "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc", |
||
| 904 | "shasum": "" |
||
| 905 | }, |
||
| 906 | "require": { |
||
| 907 | "egulias/email-validator": "~2.0", |
||
| 908 | "php": ">=7.0.0" |
||
| 909 | }, |
||
| 910 | "require-dev": { |
||
| 911 | "mockery/mockery": "~0.9.1", |
||
| 912 | "symfony/phpunit-bridge": "~3.3@dev" |
||
| 913 | }, |
||
| 914 | "type": "library", |
||
| 915 | "extra": { |
||
| 916 | "branch-alias": { |
||
| 917 | "dev-master": "6.0-dev" |
||
| 918 | } |
||
| 919 | }, |
||
| 920 | "autoload": { |
||
| 921 | "files": [ |
||
| 922 | "lib/swift_required.php" |
||
| 923 | ] |
||
| 924 | }, |
||
| 925 | "notification-url": "https://packagist.org/downloads/", |
||
| 926 | "license": [ |
||
| 927 | "MIT" |
||
| 928 | ], |
||
| 929 | "authors": [ |
||
| 930 | { |
||
| 931 | "name": "Chris Corbyn" |
||
| 932 | }, |
||
| 933 | { |
||
| 934 | "name": "Fabien Potencier", |
||
| 935 | "email": "[email protected]" |
||
| 936 | } |
||
| 937 | ], |
||
| 938 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 939 | "homepage": "http://swiftmailer.symfony.com", |
||
| 940 | "keywords": [ |
||
| 941 | "email", |
||
| 942 | "mail", |
||
| 943 | "mailer" |
||
| 944 | ], |
||
| 945 | "time": "2017-09-30T22:39:41+00:00" |
||
| 946 | }, |
||
| 947 | { |
||
| 948 | "name": "symfony/console", |
||
| 949 | "version": "v3.3.10", |
||
| 950 | "source": { |
||
| 951 | "type": "git", |
||
| 952 | "url": "https://github.com/symfony/console.git", |
||
| 953 | "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c" |
||
| 954 | }, |
||
| 955 | "dist": { |
||
| 956 | "type": "zip", |
||
| 957 | "url": "https://api.github.com/repos/symfony/console/zipball/116bc56e45a8e5572e51eb43ab58c769a352366c", |
||
| 958 | "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c", |
||
| 959 | "shasum": "" |
||
| 960 | }, |
||
| 961 | "require": { |
||
| 962 | "php": "^5.5.9|>=7.0.8", |
||
| 963 | "symfony/debug": "~2.8|~3.0", |
||
| 964 | "symfony/polyfill-mbstring": "~1.0" |
||
| 965 | }, |
||
| 966 | "conflict": { |
||
| 967 | "symfony/dependency-injection": "<3.3" |
||
| 968 | }, |
||
| 969 | "require-dev": { |
||
| 970 | "psr/log": "~1.0", |
||
| 971 | "symfony/config": "~3.3", |
||
| 972 | "symfony/dependency-injection": "~3.3", |
||
| 973 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 974 | "symfony/filesystem": "~2.8|~3.0", |
||
| 975 | "symfony/process": "~2.8|~3.0" |
||
| 976 | }, |
||
| 977 | "suggest": { |
||
| 978 | "psr/log": "For using the console logger", |
||
| 979 | "symfony/event-dispatcher": "", |
||
| 980 | "symfony/filesystem": "", |
||
| 981 | "symfony/process": "" |
||
| 982 | }, |
||
| 983 | "type": "library", |
||
| 984 | "extra": { |
||
| 985 | "branch-alias": { |
||
| 986 | "dev-master": "3.3-dev" |
||
| 987 | } |
||
| 988 | }, |
||
| 989 | "autoload": { |
||
| 990 | "psr-4": { |
||
| 991 | "Symfony\\Component\\Console\\": "" |
||
| 992 | }, |
||
| 993 | "exclude-from-classmap": [ |
||
| 994 | "/Tests/" |
||
| 995 | ] |
||
| 996 | }, |
||
| 997 | "notification-url": "https://packagist.org/downloads/", |
||
| 998 | "license": [ |
||
| 999 | "MIT" |
||
| 1000 | ], |
||
| 1001 | "authors": [ |
||
| 1002 | { |
||
| 1003 | "name": "Fabien Potencier", |
||
| 1004 | "email": "[email protected]" |
||
| 1005 | }, |
||
| 1006 | { |
||
| 1007 | "name": "Symfony Community", |
||
| 1008 | "homepage": "https://symfony.com/contributors" |
||
| 1009 | } |
||
| 1010 | ], |
||
| 1011 | "description": "Symfony Console Component", |
||
| 1012 | "homepage": "https://symfony.com", |
||
| 1013 | "time": "2017-10-02T06:42:24+00:00" |
||
| 1014 | }, |
||
| 1015 | { |
||
| 1016 | "name": "symfony/css-selector", |
||
| 1017 | "version": "v3.3.10", |
||
| 1018 | "source": { |
||
| 1019 | "type": "git", |
||
| 1020 | "url": "https://github.com/symfony/css-selector.git", |
||
| 1021 | "reference": "07447650225ca9223bd5c97180fe7c8267f7d332" |
||
| 1022 | }, |
||
| 1023 | "dist": { |
||
| 1024 | "type": "zip", |
||
| 1025 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/07447650225ca9223bd5c97180fe7c8267f7d332", |
||
| 1026 | "reference": "07447650225ca9223bd5c97180fe7c8267f7d332", |
||
| 1027 | "shasum": "" |
||
| 1028 | }, |
||
| 1029 | "require": { |
||
| 1030 | "php": "^5.5.9|>=7.0.8" |
||
| 1031 | }, |
||
| 1032 | "type": "library", |
||
| 1033 | "extra": { |
||
| 1034 | "branch-alias": { |
||
| 1035 | "dev-master": "3.3-dev" |
||
| 1036 | } |
||
| 1037 | }, |
||
| 1038 | "autoload": { |
||
| 1039 | "psr-4": { |
||
| 1040 | "Symfony\\Component\\CssSelector\\": "" |
||
| 1041 | }, |
||
| 1042 | "exclude-from-classmap": [ |
||
| 1043 | "/Tests/" |
||
| 1044 | ] |
||
| 1045 | }, |
||
| 1046 | "notification-url": "https://packagist.org/downloads/", |
||
| 1047 | "license": [ |
||
| 1048 | "MIT" |
||
| 1049 | ], |
||
| 1050 | "authors": [ |
||
| 1051 | { |
||
| 1052 | "name": "Jean-François Simon", |
||
| 1053 | "email": "[email protected]" |
||
| 1054 | }, |
||
| 1055 | { |
||
| 1056 | "name": "Fabien Potencier", |
||
| 1057 | "email": "[email protected]" |
||
| 1058 | }, |
||
| 1059 | { |
||
| 1060 | "name": "Symfony Community", |
||
| 1061 | "homepage": "https://symfony.com/contributors" |
||
| 1062 | } |
||
| 1063 | ], |
||
| 1064 | "description": "Symfony CssSelector Component", |
||
| 1065 | "homepage": "https://symfony.com", |
||
| 1066 | "time": "2017-10-02T06:42:24+00:00" |
||
| 1067 | }, |
||
| 1068 | { |
||
| 1069 | "name": "symfony/debug", |
||
| 1070 | "version": "v3.3.10", |
||
| 1071 | "source": { |
||
| 1072 | "type": "git", |
||
| 1073 | "url": "https://github.com/symfony/debug.git", |
||
| 1074 | "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd" |
||
| 1075 | }, |
||
| 1076 | "dist": { |
||
| 1077 | "type": "zip", |
||
| 1078 | "url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd", |
||
| 1079 | "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd", |
||
| 1080 | "shasum": "" |
||
| 1081 | }, |
||
| 1082 | "require": { |
||
| 1083 | "php": "^5.5.9|>=7.0.8", |
||
| 1084 | "psr/log": "~1.0" |
||
| 1085 | }, |
||
| 1086 | "conflict": { |
||
| 1087 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 1088 | }, |
||
| 1089 | "require-dev": { |
||
| 1090 | "symfony/http-kernel": "~2.8|~3.0" |
||
| 1091 | }, |
||
| 1092 | "type": "library", |
||
| 1093 | "extra": { |
||
| 1094 | "branch-alias": { |
||
| 1095 | "dev-master": "3.3-dev" |
||
| 1096 | } |
||
| 1097 | }, |
||
| 1098 | "autoload": { |
||
| 1099 | "psr-4": { |
||
| 1100 | "Symfony\\Component\\Debug\\": "" |
||
| 1101 | }, |
||
| 1102 | "exclude-from-classmap": [ |
||
| 1103 | "/Tests/" |
||
| 1104 | ] |
||
| 1105 | }, |
||
| 1106 | "notification-url": "https://packagist.org/downloads/", |
||
| 1107 | "license": [ |
||
| 1108 | "MIT" |
||
| 1109 | ], |
||
| 1110 | "authors": [ |
||
| 1111 | { |
||
| 1112 | "name": "Fabien Potencier", |
||
| 1113 | "email": "[email protected]" |
||
| 1114 | }, |
||
| 1115 | { |
||
| 1116 | "name": "Symfony Community", |
||
| 1117 | "homepage": "https://symfony.com/contributors" |
||
| 1118 | } |
||
| 1119 | ], |
||
| 1120 | "description": "Symfony Debug Component", |
||
| 1121 | "homepage": "https://symfony.com", |
||
| 1122 | "time": "2017-10-02T06:42:24+00:00" |
||
| 1123 | }, |
||
| 1124 | { |
||
| 1125 | "name": "symfony/event-dispatcher", |
||
| 1126 | "version": "v2.8.28", |
||
| 1127 | "source": { |
||
| 1128 | "type": "git", |
||
| 1129 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
| 1130 | "reference": "7fe089232554357efb8d4af65ce209fc6e5a2186" |
||
| 1131 | }, |
||
| 1132 | "dist": { |
||
| 1133 | "type": "zip", |
||
| 1134 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fe089232554357efb8d4af65ce209fc6e5a2186", |
||
| 1135 | "reference": "7fe089232554357efb8d4af65ce209fc6e5a2186", |
||
| 1136 | "shasum": "" |
||
| 1137 | }, |
||
| 1138 | "require": { |
||
| 1139 | "php": ">=5.3.9" |
||
| 1140 | }, |
||
| 1141 | "require-dev": { |
||
| 1142 | "psr/log": "~1.0", |
||
| 1143 | "symfony/config": "^2.0.5|~3.0.0", |
||
| 1144 | "symfony/dependency-injection": "~2.6|~3.0.0", |
||
| 1145 | "symfony/expression-language": "~2.6|~3.0.0", |
||
| 1146 | "symfony/stopwatch": "~2.3|~3.0.0" |
||
| 1147 | }, |
||
| 1148 | "suggest": { |
||
| 1149 | "symfony/dependency-injection": "", |
||
| 1150 | "symfony/http-kernel": "" |
||
| 1151 | }, |
||
| 1152 | "type": "library", |
||
| 1153 | "extra": { |
||
| 1154 | "branch-alias": { |
||
| 1155 | "dev-master": "2.8-dev" |
||
| 1156 | } |
||
| 1157 | }, |
||
| 1158 | "autoload": { |
||
| 1159 | "psr-4": { |
||
| 1160 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 1161 | }, |
||
| 1162 | "exclude-from-classmap": [ |
||
| 1163 | "/Tests/" |
||
| 1164 | ] |
||
| 1165 | }, |
||
| 1166 | "notification-url": "https://packagist.org/downloads/", |
||
| 1167 | "license": [ |
||
| 1168 | "MIT" |
||
| 1169 | ], |
||
| 1170 | "authors": [ |
||
| 1171 | { |
||
| 1172 | "name": "Fabien Potencier", |
||
| 1173 | "email": "[email protected]" |
||
| 1174 | }, |
||
| 1175 | { |
||
| 1176 | "name": "Symfony Community", |
||
| 1177 | "homepage": "https://symfony.com/contributors" |
||
| 1178 | } |
||
| 1179 | ], |
||
| 1180 | "description": "Symfony EventDispatcher Component", |
||
| 1181 | "homepage": "https://symfony.com", |
||
| 1182 | "time": "2017-10-01T21:00:16+00:00" |
||
| 1183 | }, |
||
| 1184 | { |
||
| 1185 | "name": "symfony/finder", |
||
| 1186 | "version": "v3.3.10", |
||
| 1187 | "source": { |
||
| 1188 | "type": "git", |
||
| 1189 | "url": "https://github.com/symfony/finder.git", |
||
| 1190 | "reference": "773e19a491d97926f236942484cb541560ce862d" |
||
| 1191 | }, |
||
| 1192 | "dist": { |
||
| 1193 | "type": "zip", |
||
| 1194 | "url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d", |
||
| 1195 | "reference": "773e19a491d97926f236942484cb541560ce862d", |
||
| 1196 | "shasum": "" |
||
| 1197 | }, |
||
| 1198 | "require": { |
||
| 1199 | "php": "^5.5.9|>=7.0.8" |
||
| 1200 | }, |
||
| 1201 | "type": "library", |
||
| 1202 | "extra": { |
||
| 1203 | "branch-alias": { |
||
| 1204 | "dev-master": "3.3-dev" |
||
| 1205 | } |
||
| 1206 | }, |
||
| 1207 | "autoload": { |
||
| 1208 | "psr-4": { |
||
| 1209 | "Symfony\\Component\\Finder\\": "" |
||
| 1210 | }, |
||
| 1211 | "exclude-from-classmap": [ |
||
| 1212 | "/Tests/" |
||
| 1213 | ] |
||
| 1214 | }, |
||
| 1215 | "notification-url": "https://packagist.org/downloads/", |
||
| 1216 | "license": [ |
||
| 1217 | "MIT" |
||
| 1218 | ], |
||
| 1219 | "authors": [ |
||
| 1220 | { |
||
| 1221 | "name": "Fabien Potencier", |
||
| 1222 | "email": "[email protected]" |
||
| 1223 | }, |
||
| 1224 | { |
||
| 1225 | "name": "Symfony Community", |
||
| 1226 | "homepage": "https://symfony.com/contributors" |
||
| 1227 | } |
||
| 1228 | ], |
||
| 1229 | "description": "Symfony Finder Component", |
||
| 1230 | "homepage": "https://symfony.com", |
||
| 1231 | "time": "2017-10-02T06:42:24+00:00" |
||
| 1232 | }, |
||
| 1233 | { |
||
| 1234 | "name": "symfony/http-foundation", |
||
|
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/http-foundation:
CVE-2018-11386: Denial of service when using PDOSessionHandler Loading history...
|
|||
| 1235 | "version": "v3.3.10", |
||
| 1236 | "source": { |
||
| 1237 | "type": "git", |
||
| 1238 | "url": "https://github.com/symfony/http-foundation.git", |
||
| 1239 | "reference": "22cf9c2b1d9f67cc8e75ae7f4eaa60e4c1eff1f8" |
||
| 1240 | }, |
||
| 1241 | "dist": { |
||
| 1242 | "type": "zip", |
||
| 1243 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/22cf9c2b1d9f67cc8e75ae7f4eaa60e4c1eff1f8", |
||
| 1244 | "reference": "22cf9c2b1d9f67cc8e75ae7f4eaa60e4c1eff1f8", |
||
| 1245 | "shasum": "" |
||
| 1246 | }, |
||
| 1247 | "require": { |
||
| 1248 | "php": "^5.5.9|>=7.0.8", |
||
| 1249 | "symfony/polyfill-mbstring": "~1.1" |
||
| 1250 | }, |
||
| 1251 | "require-dev": { |
||
| 1252 | "symfony/expression-language": "~2.8|~3.0" |
||
| 1253 | }, |
||
| 1254 | "type": "library", |
||
| 1255 | "extra": { |
||
| 1256 | "branch-alias": { |
||
| 1257 | "dev-master": "3.3-dev" |
||
| 1258 | } |
||
| 1259 | }, |
||
| 1260 | "autoload": { |
||
| 1261 | "psr-4": { |
||
| 1262 | "Symfony\\Component\\HttpFoundation\\": "" |
||
| 1263 | }, |
||
| 1264 | "exclude-from-classmap": [ |
||
| 1265 | "/Tests/" |
||
| 1266 | ] |
||
| 1267 | }, |
||
| 1268 | "notification-url": "https://packagist.org/downloads/", |
||
| 1269 | "license": [ |
||
| 1270 | "MIT" |
||
| 1271 | ], |
||
| 1272 | "authors": [ |
||
| 1273 | { |
||
| 1274 | "name": "Fabien Potencier", |
||
| 1275 | "email": "[email protected]" |
||
| 1276 | }, |
||
| 1277 | { |
||
| 1278 | "name": "Symfony Community", |
||
| 1279 | "homepage": "https://symfony.com/contributors" |
||
| 1280 | } |
||
| 1281 | ], |
||
| 1282 | "description": "Symfony HttpFoundation Component", |
||
| 1283 | "homepage": "https://symfony.com", |
||
| 1284 | "time": "2017-10-05T23:10:23+00:00" |
||
| 1285 | }, |
||
| 1286 | { |
||
| 1287 | "name": "symfony/http-kernel", |
||
| 1288 | "version": "v3.3.10", |
||
| 1289 | "source": { |
||
| 1290 | "type": "git", |
||
| 1291 | "url": "https://github.com/symfony/http-kernel.git", |
||
| 1292 | "reference": "654f047a78756964bf91b619554f956517394018" |
||
| 1293 | }, |
||
| 1294 | "dist": { |
||
| 1295 | "type": "zip", |
||
| 1296 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/654f047a78756964bf91b619554f956517394018", |
||
| 1297 | "reference": "654f047a78756964bf91b619554f956517394018", |
||
| 1298 | "shasum": "" |
||
| 1299 | }, |
||
| 1300 | "require": { |
||
| 1301 | "php": "^5.5.9|>=7.0.8", |
||
| 1302 | "psr/log": "~1.0", |
||
| 1303 | "symfony/debug": "~2.8|~3.0", |
||
| 1304 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 1305 | "symfony/http-foundation": "~3.3" |
||
| 1306 | }, |
||
| 1307 | "conflict": { |
||
| 1308 | "symfony/config": "<2.8", |
||
| 1309 | "symfony/dependency-injection": "<3.3", |
||
| 1310 | "symfony/var-dumper": "<3.3", |
||
| 1311 | "twig/twig": "<1.34|<2.4,>=2" |
||
| 1312 | }, |
||
| 1313 | "require-dev": { |
||
| 1314 | "psr/cache": "~1.0", |
||
| 1315 | "symfony/browser-kit": "~2.8|~3.0", |
||
| 1316 | "symfony/class-loader": "~2.8|~3.0", |
||
| 1317 | "symfony/config": "~2.8|~3.0", |
||
| 1318 | "symfony/console": "~2.8|~3.0", |
||
| 1319 | "symfony/css-selector": "~2.8|~3.0", |
||
| 1320 | "symfony/dependency-injection": "~3.3", |
||
| 1321 | "symfony/dom-crawler": "~2.8|~3.0", |
||
| 1322 | "symfony/expression-language": "~2.8|~3.0", |
||
| 1323 | "symfony/finder": "~2.8|~3.0", |
||
| 1324 | "symfony/process": "~2.8|~3.0", |
||
| 1325 | "symfony/routing": "~2.8|~3.0", |
||
| 1326 | "symfony/stopwatch": "~2.8|~3.0", |
||
| 1327 | "symfony/templating": "~2.8|~3.0", |
||
| 1328 | "symfony/translation": "~2.8|~3.0", |
||
| 1329 | "symfony/var-dumper": "~3.3" |
||
| 1330 | }, |
||
| 1331 | "suggest": { |
||
| 1332 | "symfony/browser-kit": "", |
||
| 1333 | "symfony/class-loader": "", |
||
| 1334 | "symfony/config": "", |
||
| 1335 | "symfony/console": "", |
||
| 1336 | "symfony/dependency-injection": "", |
||
| 1337 | "symfony/finder": "", |
||
| 1338 | "symfony/var-dumper": "" |
||
| 1339 | }, |
||
| 1340 | "type": "library", |
||
| 1341 | "extra": { |
||
| 1342 | "branch-alias": { |
||
| 1343 | "dev-master": "3.3-dev" |
||
| 1344 | } |
||
| 1345 | }, |
||
| 1346 | "autoload": { |
||
| 1347 | "psr-4": { |
||
| 1348 | "Symfony\\Component\\HttpKernel\\": "" |
||
| 1349 | }, |
||
| 1350 | "exclude-from-classmap": [ |
||
| 1351 | "/Tests/" |
||
| 1352 | ] |
||
| 1353 | }, |
||
| 1354 | "notification-url": "https://packagist.org/downloads/", |
||
| 1355 | "license": [ |
||
| 1356 | "MIT" |
||
| 1357 | ], |
||
| 1358 | "authors": [ |
||
| 1359 | { |
||
| 1360 | "name": "Fabien Potencier", |
||
| 1361 | "email": "[email protected]" |
||
| 1362 | }, |
||
| 1363 | { |
||
| 1364 | "name": "Symfony Community", |
||
| 1365 | "homepage": "https://symfony.com/contributors" |
||
| 1366 | } |
||
| 1367 | ], |
||
| 1368 | "description": "Symfony HttpKernel Component", |
||
| 1369 | "homepage": "https://symfony.com", |
||
| 1370 | "time": "2017-10-05T23:40:19+00:00" |
||
| 1371 | }, |
||
| 1372 | { |
||
| 1373 | "name": "symfony/polyfill-mbstring", |
||
| 1374 | "version": "v1.6.0", |
||
| 1375 | "source": { |
||
| 1376 | "type": "git", |
||
| 1377 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 1378 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" |
||
| 1379 | }, |
||
| 1380 | "dist": { |
||
| 1381 | "type": "zip", |
||
| 1382 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", |
||
| 1383 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", |
||
| 1384 | "shasum": "" |
||
| 1385 | }, |
||
| 1386 | "require": { |
||
| 1387 | "php": ">=5.3.3" |
||
| 1388 | }, |
||
| 1389 | "suggest": { |
||
| 1390 | "ext-mbstring": "For best performance" |
||
| 1391 | }, |
||
| 1392 | "type": "library", |
||
| 1393 | "extra": { |
||
| 1394 | "branch-alias": { |
||
| 1395 | "dev-master": "1.6-dev" |
||
| 1396 | } |
||
| 1397 | }, |
||
| 1398 | "autoload": { |
||
| 1399 | "psr-4": { |
||
| 1400 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 1401 | }, |
||
| 1402 | "files": [ |
||
| 1403 | "bootstrap.php" |
||
| 1404 | ] |
||
| 1405 | }, |
||
| 1406 | "notification-url": "https://packagist.org/downloads/", |
||
| 1407 | "license": [ |
||
| 1408 | "MIT" |
||
| 1409 | ], |
||
| 1410 | "authors": [ |
||
| 1411 | { |
||
| 1412 | "name": "Nicolas Grekas", |
||
| 1413 | "email": "[email protected]" |
||
| 1414 | }, |
||
| 1415 | { |
||
| 1416 | "name": "Symfony Community", |
||
| 1417 | "homepage": "https://symfony.com/contributors" |
||
| 1418 | } |
||
| 1419 | ], |
||
| 1420 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 1421 | "homepage": "https://symfony.com", |
||
| 1422 | "keywords": [ |
||
| 1423 | "compatibility", |
||
| 1424 | "mbstring", |
||
| 1425 | "polyfill", |
||
| 1426 | "portable", |
||
| 1427 | "shim" |
||
| 1428 | ], |
||
| 1429 | "time": "2017-10-11T12:05:26+00:00" |
||
| 1430 | }, |
||
| 1431 | { |
||
| 1432 | "name": "symfony/process", |
||
| 1433 | "version": "v3.3.10", |
||
| 1434 | "source": { |
||
| 1435 | "type": "git", |
||
| 1436 | "url": "https://github.com/symfony/process.git", |
||
| 1437 | "reference": "fdf89e57a723a29baf536e288d6e232c059697b1" |
||
| 1438 | }, |
||
| 1439 | "dist": { |
||
| 1440 | "type": "zip", |
||
| 1441 | "url": "https://api.github.com/repos/symfony/process/zipball/fdf89e57a723a29baf536e288d6e232c059697b1", |
||
| 1442 | "reference": "fdf89e57a723a29baf536e288d6e232c059697b1", |
||
| 1443 | "shasum": "" |
||
| 1444 | }, |
||
| 1445 | "require": { |
||
| 1446 | "php": "^5.5.9|>=7.0.8" |
||
| 1447 | }, |
||
| 1448 | "type": "library", |
||
| 1449 | "extra": { |
||
| 1450 | "branch-alias": { |
||
| 1451 | "dev-master": "3.3-dev" |
||
| 1452 | } |
||
| 1453 | }, |
||
| 1454 | "autoload": { |
||
| 1455 | "psr-4": { |
||
| 1456 | "Symfony\\Component\\Process\\": "" |
||
| 1457 | }, |
||
| 1458 | "exclude-from-classmap": [ |
||
| 1459 | "/Tests/" |
||
| 1460 | ] |
||
| 1461 | }, |
||
| 1462 | "notification-url": "https://packagist.org/downloads/", |
||
| 1463 | "license": [ |
||
| 1464 | "MIT" |
||
| 1465 | ], |
||
| 1466 | "authors": [ |
||
| 1467 | { |
||
| 1468 | "name": "Fabien Potencier", |
||
| 1469 | "email": "[email protected]" |
||
| 1470 | }, |
||
| 1471 | { |
||
| 1472 | "name": "Symfony Community", |
||
| 1473 | "homepage": "https://symfony.com/contributors" |
||
| 1474 | } |
||
| 1475 | ], |
||
| 1476 | "description": "Symfony Process Component", |
||
| 1477 | "homepage": "https://symfony.com", |
||
| 1478 | "time": "2017-10-02T06:42:24+00:00" |
||
| 1479 | }, |
||
| 1480 | { |
||
| 1481 | "name": "symfony/routing", |
||
| 1482 | "version": "v3.3.10", |
||
| 1483 | "source": { |
||
| 1484 | "type": "git", |
||
| 1485 | "url": "https://github.com/symfony/routing.git", |
||
| 1486 | "reference": "2e26fa63da029dab49bf9377b3b4f60a8fecb009" |
||
| 1487 | }, |
||
| 1488 | "dist": { |
||
| 1489 | "type": "zip", |
||
| 1490 | "url": "https://api.github.com/repos/symfony/routing/zipball/2e26fa63da029dab49bf9377b3b4f60a8fecb009", |
||
| 1491 | "reference": "2e26fa63da029dab49bf9377b3b4f60a8fecb009", |
||
| 1492 | "shasum": "" |
||
| 1493 | }, |
||
| 1494 | "require": { |
||
| 1495 | "php": "^5.5.9|>=7.0.8" |
||
| 1496 | }, |
||
| 1497 | "conflict": { |
||
| 1498 | "symfony/config": "<2.8", |
||
| 1499 | "symfony/dependency-injection": "<3.3", |
||
| 1500 | "symfony/yaml": "<3.3" |
||
| 1501 | }, |
||
| 1502 | "require-dev": { |
||
| 1503 | "doctrine/annotations": "~1.0", |
||
| 1504 | "doctrine/common": "~2.2", |
||
| 1505 | "psr/log": "~1.0", |
||
| 1506 | "symfony/config": "~2.8|~3.0", |
||
| 1507 | "symfony/dependency-injection": "~3.3", |
||
| 1508 | "symfony/expression-language": "~2.8|~3.0", |
||
| 1509 | "symfony/http-foundation": "~2.8|~3.0", |
||
| 1510 | "symfony/yaml": "~3.3" |
||
| 1511 | }, |
||
| 1512 | "suggest": { |
||
| 1513 | "doctrine/annotations": "For using the annotation loader", |
||
| 1514 | "symfony/config": "For using the all-in-one router or any loader", |
||
| 1515 | "symfony/dependency-injection": "For loading routes from a service", |
||
| 1516 | "symfony/expression-language": "For using expression matching", |
||
| 1517 | "symfony/http-foundation": "For using a Symfony Request object", |
||
| 1518 | "symfony/yaml": "For using the YAML loader" |
||
| 1519 | }, |
||
| 1520 | "type": "library", |
||
| 1521 | "extra": { |
||
| 1522 | "branch-alias": { |
||
| 1523 | "dev-master": "3.3-dev" |
||
| 1524 | } |
||
| 1525 | }, |
||
| 1526 | "autoload": { |
||
| 1527 | "psr-4": { |
||
| 1528 | "Symfony\\Component\\Routing\\": "" |
||
| 1529 | }, |
||
| 1530 | "exclude-from-classmap": [ |
||
| 1531 | "/Tests/" |
||
| 1532 | ] |
||
| 1533 | }, |
||
| 1534 | "notification-url": "https://packagist.org/downloads/", |
||
| 1535 | "license": [ |
||
| 1536 | "MIT" |
||
| 1537 | ], |
||
| 1538 | "authors": [ |
||
| 1539 | { |
||
| 1540 | "name": "Fabien Potencier", |
||
| 1541 | "email": "[email protected]" |
||
| 1542 | }, |
||
| 1543 | { |
||
| 1544 | "name": "Symfony Community", |
||
| 1545 | "homepage": "https://symfony.com/contributors" |
||
| 1546 | } |
||
| 1547 | ], |
||
| 1548 | "description": "Symfony Routing Component", |
||
| 1549 | "homepage": "https://symfony.com", |
||
| 1550 | "keywords": [ |
||
| 1551 | "router", |
||
| 1552 | "routing", |
||
| 1553 | "uri", |
||
| 1554 | "url" |
||
| 1555 | ], |
||
| 1556 | "time": "2017-10-02T07:25:00+00:00" |
||
| 1557 | }, |
||
| 1558 | { |
||
| 1559 | "name": "symfony/translation", |
||
| 1560 | "version": "v3.3.10", |
||
| 1561 | "source": { |
||
| 1562 | "type": "git", |
||
| 1563 | "url": "https://github.com/symfony/translation.git", |
||
| 1564 | "reference": "409bf229cd552bf7e3faa8ab7e3980b07672073f" |
||
| 1565 | }, |
||
| 1566 | "dist": { |
||
| 1567 | "type": "zip", |
||
| 1568 | "url": "https://api.github.com/repos/symfony/translation/zipball/409bf229cd552bf7e3faa8ab7e3980b07672073f", |
||
| 1569 | "reference": "409bf229cd552bf7e3faa8ab7e3980b07672073f", |
||
| 1570 | "shasum": "" |
||
| 1571 | }, |
||
| 1572 | "require": { |
||
| 1573 | "php": "^5.5.9|>=7.0.8", |
||
| 1574 | "symfony/polyfill-mbstring": "~1.0" |
||
| 1575 | }, |
||
| 1576 | "conflict": { |
||
| 1577 | "symfony/config": "<2.8", |
||
| 1578 | "symfony/yaml": "<3.3" |
||
| 1579 | }, |
||
| 1580 | "require-dev": { |
||
| 1581 | "psr/log": "~1.0", |
||
| 1582 | "symfony/config": "~2.8|~3.0", |
||
| 1583 | "symfony/intl": "^2.8.18|^3.2.5", |
||
| 1584 | "symfony/yaml": "~3.3" |
||
| 1585 | }, |
||
| 1586 | "suggest": { |
||
| 1587 | "psr/log": "To use logging capability in translator", |
||
| 1588 | "symfony/config": "", |
||
| 1589 | "symfony/yaml": "" |
||
| 1590 | }, |
||
| 1591 | "type": "library", |
||
| 1592 | "extra": { |
||
| 1593 | "branch-alias": { |
||
| 1594 | "dev-master": "3.3-dev" |
||
| 1595 | } |
||
| 1596 | }, |
||
| 1597 | "autoload": { |
||
| 1598 | "psr-4": { |
||
| 1599 | "Symfony\\Component\\Translation\\": "" |
||
| 1600 | }, |
||
| 1601 | "exclude-from-classmap": [ |
||
| 1602 | "/Tests/" |
||
| 1603 | ] |
||
| 1604 | }, |
||
| 1605 | "notification-url": "https://packagist.org/downloads/", |
||
| 1606 | "license": [ |
||
| 1607 | "MIT" |
||
| 1608 | ], |
||
| 1609 | "authors": [ |
||
| 1610 | { |
||
| 1611 | "name": "Fabien Potencier", |
||
| 1612 | "email": "[email protected]" |
||
| 1613 | }, |
||
| 1614 | { |
||
| 1615 | "name": "Symfony Community", |
||
| 1616 | "homepage": "https://symfony.com/contributors" |
||
| 1617 | } |
||
| 1618 | ], |
||
| 1619 | "description": "Symfony Translation Component", |
||
| 1620 | "homepage": "https://symfony.com", |
||
| 1621 | "time": "2017-10-02T06:42:24+00:00" |
||
| 1622 | }, |
||
| 1623 | { |
||
| 1624 | "name": "symfony/var-dumper", |
||
| 1625 | "version": "v3.3.10", |
||
| 1626 | "source": { |
||
| 1627 | "type": "git", |
||
| 1628 | "url": "https://github.com/symfony/var-dumper.git", |
||
| 1629 | "reference": "03e3693a36701f1c581dd24a6d6eea2eba2113f6" |
||
| 1630 | }, |
||
| 1631 | "dist": { |
||
| 1632 | "type": "zip", |
||
| 1633 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/03e3693a36701f1c581dd24a6d6eea2eba2113f6", |
||
| 1634 | "reference": "03e3693a36701f1c581dd24a6d6eea2eba2113f6", |
||
| 1635 | "shasum": "" |
||
| 1636 | }, |
||
| 1637 | "require": { |
||
| 1638 | "php": "^5.5.9|>=7.0.8", |
||
| 1639 | "symfony/polyfill-mbstring": "~1.0" |
||
| 1640 | }, |
||
| 1641 | "conflict": { |
||
| 1642 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
| 1643 | }, |
||
| 1644 | "require-dev": { |
||
| 1645 | "ext-iconv": "*", |
||
| 1646 | "twig/twig": "~1.34|~2.4" |
||
| 1647 | }, |
||
| 1648 | "suggest": { |
||
| 1649 | "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
||
| 1650 | "ext-symfony_debug": "" |
||
| 1651 | }, |
||
| 1652 | "type": "library", |
||
| 1653 | "extra": { |
||
| 1654 | "branch-alias": { |
||
| 1655 | "dev-master": "3.3-dev" |
||
| 1656 | } |
||
| 1657 | }, |
||
| 1658 | "autoload": { |
||
| 1659 | "files": [ |
||
| 1660 | "Resources/functions/dump.php" |
||
| 1661 | ], |
||
| 1662 | "psr-4": { |
||
| 1663 | "Symfony\\Component\\VarDumper\\": "" |
||
| 1664 | }, |
||
| 1665 | "exclude-from-classmap": [ |
||
| 1666 | "/Tests/" |
||
| 1667 | ] |
||
| 1668 | }, |
||
| 1669 | "notification-url": "https://packagist.org/downloads/", |
||
| 1670 | "license": [ |
||
| 1671 | "MIT" |
||
| 1672 | ], |
||
| 1673 | "authors": [ |
||
| 1674 | { |
||
| 1675 | "name": "Nicolas Grekas", |
||
| 1676 | "email": "[email protected]" |
||
| 1677 | }, |
||
| 1678 | { |
||
| 1679 | "name": "Symfony Community", |
||
| 1680 | "homepage": "https://symfony.com/contributors" |
||
| 1681 | } |
||
| 1682 | ], |
||
| 1683 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
| 1684 | "homepage": "https://symfony.com", |
||
| 1685 | "keywords": [ |
||
| 1686 | "debug", |
||
| 1687 | "dump" |
||
| 1688 | ], |
||
| 1689 | "time": "2017-10-02T06:42:24+00:00" |
||
| 1690 | }, |
||
| 1691 | { |
||
| 1692 | "name": "tijsverkoyen/css-to-inline-styles", |
||
| 1693 | "version": "2.2.0", |
||
| 1694 | "source": { |
||
| 1695 | "type": "git", |
||
| 1696 | "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", |
||
| 1697 | "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b" |
||
| 1698 | }, |
||
| 1699 | "dist": { |
||
| 1700 | "type": "zip", |
||
| 1701 | "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b", |
||
| 1702 | "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b", |
||
| 1703 | "shasum": "" |
||
| 1704 | }, |
||
| 1705 | "require": { |
||
| 1706 | "php": "^5.5 || ^7", |
||
| 1707 | "symfony/css-selector": "^2.7|~3.0" |
||
| 1708 | }, |
||
| 1709 | "require-dev": { |
||
| 1710 | "phpunit/phpunit": "~4.8|5.1.*" |
||
| 1711 | }, |
||
| 1712 | "type": "library", |
||
| 1713 | "extra": { |
||
| 1714 | "branch-alias": { |
||
| 1715 | "dev-master": "2.0.x-dev" |
||
| 1716 | } |
||
| 1717 | }, |
||
| 1718 | "autoload": { |
||
| 1719 | "psr-4": { |
||
| 1720 | "TijsVerkoyen\\CssToInlineStyles\\": "src" |
||
| 1721 | } |
||
| 1722 | }, |
||
| 1723 | "notification-url": "https://packagist.org/downloads/", |
||
| 1724 | "license": [ |
||
| 1725 | "BSD-3-Clause" |
||
| 1726 | ], |
||
| 1727 | "authors": [ |
||
| 1728 | { |
||
| 1729 | "name": "Tijs Verkoyen", |
||
| 1730 | "email": "[email protected]", |
||
| 1731 | "role": "Developer" |
||
| 1732 | } |
||
| 1733 | ], |
||
| 1734 | "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", |
||
| 1735 | "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", |
||
| 1736 | "time": "2016-09-20T12:50:39+00:00" |
||
| 1737 | }, |
||
| 1738 | { |
||
| 1739 | "name": "vlucas/phpdotenv", |
||
| 1740 | "version": "v2.4.0", |
||
| 1741 | "source": { |
||
| 1742 | "type": "git", |
||
| 1743 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
| 1744 | "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c" |
||
| 1745 | }, |
||
| 1746 | "dist": { |
||
| 1747 | "type": "zip", |
||
| 1748 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", |
||
| 1749 | "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", |
||
| 1750 | "shasum": "" |
||
| 1751 | }, |
||
| 1752 | "require": { |
||
| 1753 | "php": ">=5.3.9" |
||
| 1754 | }, |
||
| 1755 | "require-dev": { |
||
| 1756 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
| 1757 | }, |
||
| 1758 | "type": "library", |
||
| 1759 | "extra": { |
||
| 1760 | "branch-alias": { |
||
| 1761 | "dev-master": "2.4-dev" |
||
| 1762 | } |
||
| 1763 | }, |
||
| 1764 | "autoload": { |
||
| 1765 | "psr-4": { |
||
| 1766 | "Dotenv\\": "src/" |
||
| 1767 | } |
||
| 1768 | }, |
||
| 1769 | "notification-url": "https://packagist.org/downloads/", |
||
| 1770 | "license": [ |
||
| 1771 | "BSD-3-Clause-Attribution" |
||
| 1772 | ], |
||
| 1773 | "authors": [ |
||
| 1774 | { |
||
| 1775 | "name": "Vance Lucas", |
||
| 1776 | "email": "[email protected]", |
||
| 1777 | "homepage": "http://www.vancelucas.com" |
||
| 1778 | } |
||
| 1779 | ], |
||
| 1780 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
| 1781 | "keywords": [ |
||
| 1782 | "dotenv", |
||
| 1783 | "env", |
||
| 1784 | "environment" |
||
| 1785 | ], |
||
| 1786 | "time": "2016-09-01T10:05:43+00:00" |
||
| 1787 | } |
||
| 1788 | ], |
||
| 1789 | "packages-dev": [ |
||
| 1790 | { |
||
| 1791 | "name": "doctrine/instantiator", |
||
| 1792 | "version": "1.0.5", |
||
| 1793 | "source": { |
||
| 1794 | "type": "git", |
||
| 1795 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 1796 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 1797 | }, |
||
| 1798 | "dist": { |
||
| 1799 | "type": "zip", |
||
| 1800 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 1801 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 1802 | "shasum": "" |
||
| 1803 | }, |
||
| 1804 | "require": { |
||
| 1805 | "php": ">=5.3,<8.0-DEV" |
||
| 1806 | }, |
||
| 1807 | "require-dev": { |
||
| 1808 | "athletic/athletic": "~0.1.8", |
||
| 1809 | "ext-pdo": "*", |
||
| 1810 | "ext-phar": "*", |
||
| 1811 | "phpunit/phpunit": "~4.0", |
||
| 1812 | "squizlabs/php_codesniffer": "~2.0" |
||
| 1813 | }, |
||
| 1814 | "type": "library", |
||
| 1815 | "extra": { |
||
| 1816 | "branch-alias": { |
||
| 1817 | "dev-master": "1.0.x-dev" |
||
| 1818 | } |
||
| 1819 | }, |
||
| 1820 | "autoload": { |
||
| 1821 | "psr-4": { |
||
| 1822 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 1823 | } |
||
| 1824 | }, |
||
| 1825 | "notification-url": "https://packagist.org/downloads/", |
||
| 1826 | "license": [ |
||
| 1827 | "MIT" |
||
| 1828 | ], |
||
| 1829 | "authors": [ |
||
| 1830 | { |
||
| 1831 | "name": "Marco Pivetta", |
||
| 1832 | "email": "[email protected]", |
||
| 1833 | "homepage": "http://ocramius.github.com/" |
||
| 1834 | } |
||
| 1835 | ], |
||
| 1836 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 1837 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 1838 | "keywords": [ |
||
| 1839 | "constructor", |
||
| 1840 | "instantiate" |
||
| 1841 | ], |
||
| 1842 | "time": "2015-06-14T21:17:01+00:00" |
||
| 1843 | }, |
||
| 1844 | { |
||
| 1845 | "name": "fzaninotto/faker", |
||
| 1846 | "version": "v1.7.1", |
||
| 1847 | "source": { |
||
| 1848 | "type": "git", |
||
| 1849 | "url": "https://github.com/fzaninotto/Faker.git", |
||
| 1850 | "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d" |
||
| 1851 | }, |
||
| 1852 | "dist": { |
||
| 1853 | "type": "zip", |
||
| 1854 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", |
||
| 1855 | "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", |
||
| 1856 | "shasum": "" |
||
| 1857 | }, |
||
| 1858 | "require": { |
||
| 1859 | "php": "^5.3.3 || ^7.0" |
||
| 1860 | }, |
||
| 1861 | "require-dev": { |
||
| 1862 | "ext-intl": "*", |
||
| 1863 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
| 1864 | "squizlabs/php_codesniffer": "^1.5" |
||
| 1865 | }, |
||
| 1866 | "type": "library", |
||
| 1867 | "extra": { |
||
| 1868 | "branch-alias": { |
||
| 1869 | "dev-master": "1.8-dev" |
||
| 1870 | } |
||
| 1871 | }, |
||
| 1872 | "autoload": { |
||
| 1873 | "psr-4": { |
||
| 1874 | "Faker\\": "src/Faker/" |
||
| 1875 | } |
||
| 1876 | }, |
||
| 1877 | "notification-url": "https://packagist.org/downloads/", |
||
| 1878 | "license": [ |
||
| 1879 | "MIT" |
||
| 1880 | ], |
||
| 1881 | "authors": [ |
||
| 1882 | { |
||
| 1883 | "name": "François Zaninotto" |
||
| 1884 | } |
||
| 1885 | ], |
||
| 1886 | "description": "Faker is a PHP library that generates fake data for you.", |
||
| 1887 | "keywords": [ |
||
| 1888 | "data", |
||
| 1889 | "faker", |
||
| 1890 | "fixtures" |
||
| 1891 | ], |
||
| 1892 | "time": "2017-08-15T16:48:10+00:00" |
||
| 1893 | }, |
||
| 1894 | { |
||
| 1895 | "name": "guzzle/guzzle", |
||
| 1896 | "version": "v3.9.3", |
||
| 1897 | "source": { |
||
| 1898 | "type": "git", |
||
| 1899 | "url": "https://github.com/guzzle/guzzle3.git", |
||
| 1900 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" |
||
| 1901 | }, |
||
| 1902 | "dist": { |
||
| 1903 | "type": "zip", |
||
| 1904 | "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
| 1905 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
| 1906 | "shasum": "" |
||
| 1907 | }, |
||
| 1908 | "require": { |
||
| 1909 | "ext-curl": "*", |
||
| 1910 | "php": ">=5.3.3", |
||
| 1911 | "symfony/event-dispatcher": "~2.1" |
||
| 1912 | }, |
||
| 1913 | "replace": { |
||
| 1914 | "guzzle/batch": "self.version", |
||
| 1915 | "guzzle/cache": "self.version", |
||
| 1916 | "guzzle/common": "self.version", |
||
| 1917 | "guzzle/http": "self.version", |
||
| 1918 | "guzzle/inflection": "self.version", |
||
| 1919 | "guzzle/iterator": "self.version", |
||
| 1920 | "guzzle/log": "self.version", |
||
| 1921 | "guzzle/parser": "self.version", |
||
| 1922 | "guzzle/plugin": "self.version", |
||
| 1923 | "guzzle/plugin-async": "self.version", |
||
| 1924 | "guzzle/plugin-backoff": "self.version", |
||
| 1925 | "guzzle/plugin-cache": "self.version", |
||
| 1926 | "guzzle/plugin-cookie": "self.version", |
||
| 1927 | "guzzle/plugin-curlauth": "self.version", |
||
| 1928 | "guzzle/plugin-error-response": "self.version", |
||
| 1929 | "guzzle/plugin-history": "self.version", |
||
| 1930 | "guzzle/plugin-log": "self.version", |
||
| 1931 | "guzzle/plugin-md5": "self.version", |
||
| 1932 | "guzzle/plugin-mock": "self.version", |
||
| 1933 | "guzzle/plugin-oauth": "self.version", |
||
| 1934 | "guzzle/service": "self.version", |
||
| 1935 | "guzzle/stream": "self.version" |
||
| 1936 | }, |
||
| 1937 | "require-dev": { |
||
| 1938 | "doctrine/cache": "~1.3", |
||
| 1939 | "monolog/monolog": "~1.0", |
||
| 1940 | "phpunit/phpunit": "3.7.*", |
||
| 1941 | "psr/log": "~1.0", |
||
| 1942 | "symfony/class-loader": "~2.1", |
||
| 1943 | "zendframework/zend-cache": "2.*,<2.3", |
||
| 1944 | "zendframework/zend-log": "2.*,<2.3" |
||
| 1945 | }, |
||
| 1946 | "suggest": { |
||
| 1947 | "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
||
| 1948 | }, |
||
| 1949 | "type": "library", |
||
| 1950 | "extra": { |
||
| 1951 | "branch-alias": { |
||
| 1952 | "dev-master": "3.9-dev" |
||
| 1953 | } |
||
| 1954 | }, |
||
| 1955 | "autoload": { |
||
| 1956 | "psr-0": { |
||
| 1957 | "Guzzle": "src/", |
||
| 1958 | "Guzzle\\Tests": "tests/" |
||
| 1959 | } |
||
| 1960 | }, |
||
| 1961 | "notification-url": "https://packagist.org/downloads/", |
||
| 1962 | "license": [ |
||
| 1963 | "MIT" |
||
| 1964 | ], |
||
| 1965 | "authors": [ |
||
| 1966 | { |
||
| 1967 | "name": "Michael Dowling", |
||
| 1968 | "email": "[email protected]", |
||
| 1969 | "homepage": "https://github.com/mtdowling" |
||
| 1970 | }, |
||
| 1971 | { |
||
| 1972 | "name": "Guzzle Community", |
||
| 1973 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
| 1974 | } |
||
| 1975 | ], |
||
| 1976 | "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
||
| 1977 | "homepage": "http://guzzlephp.org/", |
||
| 1978 | "keywords": [ |
||
| 1979 | "client", |
||
| 1980 | "curl", |
||
| 1981 | "framework", |
||
| 1982 | "http", |
||
| 1983 | "http client", |
||
| 1984 | "rest", |
||
| 1985 | "web service" |
||
| 1986 | ], |
||
| 1987 | "abandoned": "guzzlehttp/guzzle", |
||
| 1988 | "time": "2015-03-18T18:23:50+00:00" |
||
| 1989 | }, |
||
| 1990 | { |
||
| 1991 | "name": "hamcrest/hamcrest-php", |
||
| 1992 | "version": "v1.2.2", |
||
| 1993 | "source": { |
||
| 1994 | "type": "git", |
||
| 1995 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
| 1996 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
| 1997 | }, |
||
| 1998 | "dist": { |
||
| 1999 | "type": "zip", |
||
| 2000 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
| 2001 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
| 2002 | "shasum": "" |
||
| 2003 | }, |
||
| 2004 | "require": { |
||
| 2005 | "php": ">=5.3.2" |
||
| 2006 | }, |
||
| 2007 | "replace": { |
||
| 2008 | "cordoval/hamcrest-php": "*", |
||
| 2009 | "davedevelopment/hamcrest-php": "*", |
||
| 2010 | "kodova/hamcrest-php": "*" |
||
| 2011 | }, |
||
| 2012 | "require-dev": { |
||
| 2013 | "phpunit/php-file-iterator": "1.3.3", |
||
| 2014 | "satooshi/php-coveralls": "dev-master" |
||
| 2015 | }, |
||
| 2016 | "type": "library", |
||
| 2017 | "autoload": { |
||
| 2018 | "classmap": [ |
||
| 2019 | "hamcrest" |
||
| 2020 | ], |
||
| 2021 | "files": [ |
||
| 2022 | "hamcrest/Hamcrest.php" |
||
| 2023 | ] |
||
| 2024 | }, |
||
| 2025 | "notification-url": "https://packagist.org/downloads/", |
||
| 2026 | "license": [ |
||
| 2027 | "BSD" |
||
| 2028 | ], |
||
| 2029 | "description": "This is the PHP port of Hamcrest Matchers", |
||
| 2030 | "keywords": [ |
||
| 2031 | "test" |
||
| 2032 | ], |
||
| 2033 | "time": "2015-05-11T14:41:42+00:00" |
||
| 2034 | }, |
||
| 2035 | { |
||
| 2036 | "name": "mockery/mockery", |
||
| 2037 | "version": "0.9.9", |
||
| 2038 | "source": { |
||
| 2039 | "type": "git", |
||
| 2040 | "url": "https://github.com/mockery/mockery.git", |
||
| 2041 | "reference": "6fdb61243844dc924071d3404bb23994ea0b6856" |
||
| 2042 | }, |
||
| 2043 | "dist": { |
||
| 2044 | "type": "zip", |
||
| 2045 | "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856", |
||
| 2046 | "reference": "6fdb61243844dc924071d3404bb23994ea0b6856", |
||
| 2047 | "shasum": "" |
||
| 2048 | }, |
||
| 2049 | "require": { |
||
| 2050 | "hamcrest/hamcrest-php": "~1.1", |
||
| 2051 | "lib-pcre": ">=7.0", |
||
| 2052 | "php": ">=5.3.2" |
||
| 2053 | }, |
||
| 2054 | "require-dev": { |
||
| 2055 | "phpunit/phpunit": "~4.0" |
||
| 2056 | }, |
||
| 2057 | "type": "library", |
||
| 2058 | "extra": { |
||
| 2059 | "branch-alias": { |
||
| 2060 | "dev-master": "0.9.x-dev" |
||
| 2061 | } |
||
| 2062 | }, |
||
| 2063 | "autoload": { |
||
| 2064 | "psr-0": { |
||
| 2065 | "Mockery": "library/" |
||
| 2066 | } |
||
| 2067 | }, |
||
| 2068 | "notification-url": "https://packagist.org/downloads/", |
||
| 2069 | "license": [ |
||
| 2070 | "BSD-3-Clause" |
||
| 2071 | ], |
||
| 2072 | "authors": [ |
||
| 2073 | { |
||
| 2074 | "name": "Pádraic Brady", |
||
| 2075 | "email": "[email protected]", |
||
| 2076 | "homepage": "http://blog.astrumfutura.com" |
||
| 2077 | }, |
||
| 2078 | { |
||
| 2079 | "name": "Dave Marshall", |
||
| 2080 | "email": "[email protected]", |
||
| 2081 | "homepage": "http://davedevelopment.co.uk" |
||
| 2082 | } |
||
| 2083 | ], |
||
| 2084 | "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.", |
||
| 2085 | "homepage": "http://github.com/padraic/mockery", |
||
| 2086 | "keywords": [ |
||
| 2087 | "BDD", |
||
| 2088 | "TDD", |
||
| 2089 | "library", |
||
| 2090 | "mock", |
||
| 2091 | "mock objects", |
||
| 2092 | "mockery", |
||
| 2093 | "stub", |
||
| 2094 | "test", |
||
| 2095 | "test double", |
||
| 2096 | "testing" |
||
| 2097 | ], |
||
| 2098 | "time": "2017-02-28T12:52:32+00:00" |
||
| 2099 | }, |
||
| 2100 | { |
||
| 2101 | "name": "myclabs/deep-copy", |
||
| 2102 | "version": "1.7.0", |
||
| 2103 | "source": { |
||
| 2104 | "type": "git", |
||
| 2105 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 2106 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
| 2107 | }, |
||
| 2108 | "dist": { |
||
| 2109 | "type": "zip", |
||
| 2110 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
| 2111 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
| 2112 | "shasum": "" |
||
| 2113 | }, |
||
| 2114 | "require": { |
||
| 2115 | "php": "^5.6 || ^7.0" |
||
| 2116 | }, |
||
| 2117 | "require-dev": { |
||
| 2118 | "doctrine/collections": "^1.0", |
||
| 2119 | "doctrine/common": "^2.6", |
||
| 2120 | "phpunit/phpunit": "^4.1" |
||
| 2121 | }, |
||
| 2122 | "type": "library", |
||
| 2123 | "autoload": { |
||
| 2124 | "psr-4": { |
||
| 2125 | "DeepCopy\\": "src/DeepCopy/" |
||
| 2126 | }, |
||
| 2127 | "files": [ |
||
| 2128 | "src/DeepCopy/deep_copy.php" |
||
| 2129 | ] |
||
| 2130 | }, |
||
| 2131 | "notification-url": "https://packagist.org/downloads/", |
||
| 2132 | "license": [ |
||
| 2133 | "MIT" |
||
| 2134 | ], |
||
| 2135 | "description": "Create deep copies (clones) of your objects", |
||
| 2136 | "keywords": [ |
||
| 2137 | "clone", |
||
| 2138 | "copy", |
||
| 2139 | "duplicate", |
||
| 2140 | "object", |
||
| 2141 | "object graph" |
||
| 2142 | ], |
||
| 2143 | "time": "2017-10-19T19:58:43+00:00" |
||
| 2144 | }, |
||
| 2145 | { |
||
| 2146 | "name": "orchestra/testbench", |
||
| 2147 | "version": "v3.5.2", |
||
| 2148 | "source": { |
||
| 2149 | "type": "git", |
||
| 2150 | "url": "https://github.com/orchestral/testbench.git", |
||
| 2151 | "reference": "a373ba077c60a90ffcaea9eb8ac2d6605db94a04" |
||
| 2152 | }, |
||
| 2153 | "dist": { |
||
| 2154 | "type": "zip", |
||
| 2155 | "url": "https://api.github.com/repos/orchestral/testbench/zipball/a373ba077c60a90ffcaea9eb8ac2d6605db94a04", |
||
| 2156 | "reference": "a373ba077c60a90ffcaea9eb8ac2d6605db94a04", |
||
| 2157 | "shasum": "" |
||
| 2158 | }, |
||
| 2159 | "require": { |
||
| 2160 | "laravel/framework": "~5.5.0", |
||
| 2161 | "orchestra/testbench-core": "~3.5.4", |
||
| 2162 | "php": ">=7.0", |
||
| 2163 | "phpunit/phpunit": "~6.0" |
||
| 2164 | }, |
||
| 2165 | "require-dev": { |
||
| 2166 | "mockery/mockery": "^0.9.4", |
||
| 2167 | "orchestra/database": "~3.5.0" |
||
| 2168 | }, |
||
| 2169 | "suggest": { |
||
| 2170 | "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.5)." |
||
| 2171 | }, |
||
| 2172 | "type": "library", |
||
| 2173 | "extra": { |
||
| 2174 | "branch-alias": { |
||
| 2175 | "dev-master": "3.5-dev" |
||
| 2176 | } |
||
| 2177 | }, |
||
| 2178 | "notification-url": "https://packagist.org/downloads/", |
||
| 2179 | "license": [ |
||
| 2180 | "MIT" |
||
| 2181 | ], |
||
| 2182 | "authors": [ |
||
| 2183 | { |
||
| 2184 | "name": "Mior Muhammad Zaki", |
||
| 2185 | "email": "[email protected]", |
||
| 2186 | "homepage": "https://github.com/crynobone" |
||
| 2187 | } |
||
| 2188 | ], |
||
| 2189 | "description": "Laravel Testing Helper for Packages Development", |
||
| 2190 | "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/", |
||
| 2191 | "keywords": [ |
||
| 2192 | "BDD", |
||
| 2193 | "TDD", |
||
| 2194 | "laravel", |
||
| 2195 | "orchestra-platform", |
||
| 2196 | "orchestral", |
||
| 2197 | "testing" |
||
| 2198 | ], |
||
| 2199 | "time": "2017-10-08T08:01:03+00:00" |
||
| 2200 | }, |
||
| 2201 | { |
||
| 2202 | "name": "orchestra/testbench-core", |
||
| 2203 | "version": "v3.5.4", |
||
| 2204 | "source": { |
||
| 2205 | "type": "git", |
||
| 2206 | "url": "https://github.com/orchestral/testbench-core.git", |
||
| 2207 | "reference": "afecbf0d68c43f0fd7ae53447bb28bcf08faf0ad" |
||
| 2208 | }, |
||
| 2209 | "dist": { |
||
| 2210 | "type": "zip", |
||
| 2211 | "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/afecbf0d68c43f0fd7ae53447bb28bcf08faf0ad", |
||
| 2212 | "reference": "afecbf0d68c43f0fd7ae53447bb28bcf08faf0ad", |
||
| 2213 | "shasum": "" |
||
| 2214 | }, |
||
| 2215 | "require": { |
||
| 2216 | "fzaninotto/faker": "~1.4", |
||
| 2217 | "php": ">=7.0" |
||
| 2218 | }, |
||
| 2219 | "require-dev": { |
||
| 2220 | "laravel/framework": "~5.5.0", |
||
| 2221 | "mockery/mockery": "^0.9.4", |
||
| 2222 | "orchestra/database": "~3.5.0", |
||
| 2223 | "phpunit/phpunit": "~6.0" |
||
| 2224 | }, |
||
| 2225 | "suggest": { |
||
| 2226 | "laravel/framework": "Required for testing (~5.5.0).", |
||
| 2227 | "mockery/mockery": "Allow to use Mockery for testing (^0.9.4).", |
||
| 2228 | "orchestra/database": "Allow to use --realpath migration for testing (~3.5).", |
||
| 2229 | "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.5).", |
||
| 2230 | "phpunit/phpunit": "Allow to use PHPUnit for testing (~6.0)." |
||
| 2231 | }, |
||
| 2232 | "type": "library", |
||
| 2233 | "extra": { |
||
| 2234 | "branch-alias": { |
||
| 2235 | "dev-master": "3.5-dev" |
||
| 2236 | } |
||
| 2237 | }, |
||
| 2238 | "autoload": { |
||
| 2239 | "psr-4": { |
||
| 2240 | "Orchestra\\Testbench\\": "src/" |
||
| 2241 | } |
||
| 2242 | }, |
||
| 2243 | "notification-url": "https://packagist.org/downloads/", |
||
| 2244 | "license": [ |
||
| 2245 | "MIT" |
||
| 2246 | ], |
||
| 2247 | "authors": [ |
||
| 2248 | { |
||
| 2249 | "name": "Mior Muhammad Zaki", |
||
| 2250 | "email": "[email protected]", |
||
| 2251 | "homepage": "https://github.com/crynobone" |
||
| 2252 | } |
||
| 2253 | ], |
||
| 2254 | "description": "Testing Helper for Laravel Development", |
||
| 2255 | "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/", |
||
| 2256 | "keywords": [ |
||
| 2257 | "BDD", |
||
| 2258 | "TDD", |
||
| 2259 | "laravel", |
||
| 2260 | "orchestra-platform", |
||
| 2261 | "orchestral", |
||
| 2262 | "testing" |
||
| 2263 | ], |
||
| 2264 | "time": "2017-10-08T07:47:55+00:00" |
||
| 2265 | }, |
||
| 2266 | { |
||
| 2267 | "name": "phar-io/manifest", |
||
| 2268 | "version": "1.0.1", |
||
| 2269 | "source": { |
||
| 2270 | "type": "git", |
||
| 2271 | "url": "https://github.com/phar-io/manifest.git", |
||
| 2272 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
| 2273 | }, |
||
| 2274 | "dist": { |
||
| 2275 | "type": "zip", |
||
| 2276 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
| 2277 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
| 2278 | "shasum": "" |
||
| 2279 | }, |
||
| 2280 | "require": { |
||
| 2281 | "ext-dom": "*", |
||
| 2282 | "ext-phar": "*", |
||
| 2283 | "phar-io/version": "^1.0.1", |
||
| 2284 | "php": "^5.6 || ^7.0" |
||
| 2285 | }, |
||
| 2286 | "type": "library", |
||
| 2287 | "extra": { |
||
| 2288 | "branch-alias": { |
||
| 2289 | "dev-master": "1.0.x-dev" |
||
| 2290 | } |
||
| 2291 | }, |
||
| 2292 | "autoload": { |
||
| 2293 | "classmap": [ |
||
| 2294 | "src/" |
||
| 2295 | ] |
||
| 2296 | }, |
||
| 2297 | "notification-url": "https://packagist.org/downloads/", |
||
| 2298 | "license": [ |
||
| 2299 | "BSD-3-Clause" |
||
| 2300 | ], |
||
| 2301 | "authors": [ |
||
| 2302 | { |
||
| 2303 | "name": "Arne Blankerts", |
||
| 2304 | "email": "[email protected]", |
||
| 2305 | "role": "Developer" |
||
| 2306 | }, |
||
| 2307 | { |
||
| 2308 | "name": "Sebastian Heuer", |
||
| 2309 | "email": "[email protected]", |
||
| 2310 | "role": "Developer" |
||
| 2311 | }, |
||
| 2312 | { |
||
| 2313 | "name": "Sebastian Bergmann", |
||
| 2314 | "email": "[email protected]", |
||
| 2315 | "role": "Developer" |
||
| 2316 | } |
||
| 2317 | ], |
||
| 2318 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
| 2319 | "time": "2017-03-05T18:14:27+00:00" |
||
| 2320 | }, |
||
| 2321 | { |
||
| 2322 | "name": "phar-io/version", |
||
| 2323 | "version": "1.0.1", |
||
| 2324 | "source": { |
||
| 2325 | "type": "git", |
||
| 2326 | "url": "https://github.com/phar-io/version.git", |
||
| 2327 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
| 2328 | }, |
||
| 2329 | "dist": { |
||
| 2330 | "type": "zip", |
||
| 2331 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
| 2332 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
| 2333 | "shasum": "" |
||
| 2334 | }, |
||
| 2335 | "require": { |
||
| 2336 | "php": "^5.6 || ^7.0" |
||
| 2337 | }, |
||
| 2338 | "type": "library", |
||
| 2339 | "autoload": { |
||
| 2340 | "classmap": [ |
||
| 2341 | "src/" |
||
| 2342 | ] |
||
| 2343 | }, |
||
| 2344 | "notification-url": "https://packagist.org/downloads/", |
||
| 2345 | "license": [ |
||
| 2346 | "BSD-3-Clause" |
||
| 2347 | ], |
||
| 2348 | "authors": [ |
||
| 2349 | { |
||
| 2350 | "name": "Arne Blankerts", |
||
| 2351 | "email": "[email protected]", |
||
| 2352 | "role": "Developer" |
||
| 2353 | }, |
||
| 2354 | { |
||
| 2355 | "name": "Sebastian Heuer", |
||
| 2356 | "email": "[email protected]", |
||
| 2357 | "role": "Developer" |
||
| 2358 | }, |
||
| 2359 | { |
||
| 2360 | "name": "Sebastian Bergmann", |
||
| 2361 | "email": "[email protected]", |
||
| 2362 | "role": "Developer" |
||
| 2363 | } |
||
| 2364 | ], |
||
| 2365 | "description": "Library for handling version information and constraints", |
||
| 2366 | "time": "2017-03-05T17:38:23+00:00" |
||
| 2367 | }, |
||
| 2368 | { |
||
| 2369 | "name": "php-coveralls/php-coveralls", |
||
| 2370 | "version": "v1.0.2", |
||
| 2371 | "source": { |
||
| 2372 | "type": "git", |
||
| 2373 | "url": "https://github.com/php-coveralls/php-coveralls.git", |
||
| 2374 | "reference": "9c07b63acbc9709344948b6fd4f63a32b2ef4127" |
||
| 2375 | }, |
||
| 2376 | "dist": { |
||
| 2377 | "type": "zip", |
||
| 2378 | "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/9c07b63acbc9709344948b6fd4f63a32b2ef4127", |
||
| 2379 | "reference": "9c07b63acbc9709344948b6fd4f63a32b2ef4127", |
||
| 2380 | "shasum": "" |
||
| 2381 | }, |
||
| 2382 | "require": { |
||
| 2383 | "ext-json": "*", |
||
| 2384 | "ext-simplexml": "*", |
||
| 2385 | "guzzle/guzzle": "^2.8 || ^3.0", |
||
| 2386 | "php": "^5.3.3 || ^7.0", |
||
| 2387 | "psr/log": "^1.0", |
||
| 2388 | "symfony/config": "^2.1 || ^3.0 || ^4.0", |
||
| 2389 | "symfony/console": "^2.1 || ^3.0 || ^4.0", |
||
| 2390 | "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", |
||
| 2391 | "symfony/yaml": "^2.0 || ^3.0 || ^4.0" |
||
| 2392 | }, |
||
| 2393 | "require-dev": { |
||
| 2394 | "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" |
||
| 2395 | }, |
||
| 2396 | "suggest": { |
||
| 2397 | "symfony/http-kernel": "Allows Symfony integration" |
||
| 2398 | }, |
||
| 2399 | "bin": [ |
||
| 2400 | "bin/coveralls" |
||
| 2401 | ], |
||
| 2402 | "type": "library", |
||
| 2403 | "autoload": { |
||
| 2404 | "psr-4": { |
||
| 2405 | "Satooshi\\": "src/Satooshi/" |
||
| 2406 | } |
||
| 2407 | }, |
||
| 2408 | "notification-url": "https://packagist.org/downloads/", |
||
| 2409 | "license": [ |
||
| 2410 | "MIT" |
||
| 2411 | ], |
||
| 2412 | "authors": [ |
||
| 2413 | { |
||
| 2414 | "name": "Kitamura Satoshi", |
||
| 2415 | "email": "[email protected]", |
||
| 2416 | "homepage": "https://www.facebook.com/satooshi.jp" |
||
| 2417 | } |
||
| 2418 | ], |
||
| 2419 | "description": "PHP client library for Coveralls API", |
||
| 2420 | "homepage": "https://github.com/php-coveralls/php-coveralls", |
||
| 2421 | "keywords": [ |
||
| 2422 | "ci", |
||
| 2423 | "coverage", |
||
| 2424 | "github", |
||
| 2425 | "test" |
||
| 2426 | ], |
||
| 2427 | "time": "2017-10-14T23:15:34+00:00" |
||
| 2428 | }, |
||
| 2429 | { |
||
| 2430 | "name": "phpdocumentor/reflection-common", |
||
| 2431 | "version": "1.0.1", |
||
| 2432 | "source": { |
||
| 2433 | "type": "git", |
||
| 2434 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 2435 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
| 2436 | }, |
||
| 2437 | "dist": { |
||
| 2438 | "type": "zip", |
||
| 2439 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
| 2440 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
| 2441 | "shasum": "" |
||
| 2442 | }, |
||
| 2443 | "require": { |
||
| 2444 | "php": ">=5.5" |
||
| 2445 | }, |
||
| 2446 | "require-dev": { |
||
| 2447 | "phpunit/phpunit": "^4.6" |
||
| 2448 | }, |
||
| 2449 | "type": "library", |
||
| 2450 | "extra": { |
||
| 2451 | "branch-alias": { |
||
| 2452 | "dev-master": "1.0.x-dev" |
||
| 2453 | } |
||
| 2454 | }, |
||
| 2455 | "autoload": { |
||
| 2456 | "psr-4": { |
||
| 2457 | "phpDocumentor\\Reflection\\": [ |
||
| 2458 | "src" |
||
| 2459 | ] |
||
| 2460 | } |
||
| 2461 | }, |
||
| 2462 | "notification-url": "https://packagist.org/downloads/", |
||
| 2463 | "license": [ |
||
| 2464 | "MIT" |
||
| 2465 | ], |
||
| 2466 | "authors": [ |
||
| 2467 | { |
||
| 2468 | "name": "Jaap van Otterdijk", |
||
| 2469 | "email": "[email protected]" |
||
| 2470 | } |
||
| 2471 | ], |
||
| 2472 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 2473 | "homepage": "http://www.phpdoc.org", |
||
| 2474 | "keywords": [ |
||
| 2475 | "FQSEN", |
||
| 2476 | "phpDocumentor", |
||
| 2477 | "phpdoc", |
||
| 2478 | "reflection", |
||
| 2479 | "static analysis" |
||
| 2480 | ], |
||
| 2481 | "time": "2017-09-11T18:02:19+00:00" |
||
| 2482 | }, |
||
| 2483 | { |
||
| 2484 | "name": "phpdocumentor/reflection-docblock", |
||
| 2485 | "version": "4.1.1", |
||
| 2486 | "source": { |
||
| 2487 | "type": "git", |
||
| 2488 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 2489 | "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2" |
||
| 2490 | }, |
||
| 2491 | "dist": { |
||
| 2492 | "type": "zip", |
||
| 2493 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2", |
||
| 2494 | "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2", |
||
| 2495 | "shasum": "" |
||
| 2496 | }, |
||
| 2497 | "require": { |
||
| 2498 | "php": "^7.0", |
||
| 2499 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
| 2500 | "phpdocumentor/type-resolver": "^0.4.0", |
||
| 2501 | "webmozart/assert": "^1.0" |
||
| 2502 | }, |
||
| 2503 | "require-dev": { |
||
| 2504 | "mockery/mockery": "^0.9.4", |
||
| 2505 | "phpunit/phpunit": "^4.4" |
||
| 2506 | }, |
||
| 2507 | "type": "library", |
||
| 2508 | "autoload": { |
||
| 2509 | "psr-4": { |
||
| 2510 | "phpDocumentor\\Reflection\\": [ |
||
| 2511 | "src/" |
||
| 2512 | ] |
||
| 2513 | } |
||
| 2514 | }, |
||
| 2515 | "notification-url": "https://packagist.org/downloads/", |
||
| 2516 | "license": [ |
||
| 2517 | "MIT" |
||
| 2518 | ], |
||
| 2519 | "authors": [ |
||
| 2520 | { |
||
| 2521 | "name": "Mike van Riel", |
||
| 2522 | "email": "[email protected]" |
||
| 2523 | } |
||
| 2524 | ], |
||
| 2525 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 2526 | "time": "2017-08-30T18:51:59+00:00" |
||
| 2527 | }, |
||
| 2528 | { |
||
| 2529 | "name": "phpdocumentor/type-resolver", |
||
| 2530 | "version": "0.4.0", |
||
| 2531 | "source": { |
||
| 2532 | "type": "git", |
||
| 2533 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 2534 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
| 2535 | }, |
||
| 2536 | "dist": { |
||
| 2537 | "type": "zip", |
||
| 2538 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
| 2539 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
| 2540 | "shasum": "" |
||
| 2541 | }, |
||
| 2542 | "require": { |
||
| 2543 | "php": "^5.5 || ^7.0", |
||
| 2544 | "phpdocumentor/reflection-common": "^1.0" |
||
| 2545 | }, |
||
| 2546 | "require-dev": { |
||
| 2547 | "mockery/mockery": "^0.9.4", |
||
| 2548 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 2549 | }, |
||
| 2550 | "type": "library", |
||
| 2551 | "extra": { |
||
| 2552 | "branch-alias": { |
||
| 2553 | "dev-master": "1.0.x-dev" |
||
| 2554 | } |
||
| 2555 | }, |
||
| 2556 | "autoload": { |
||
| 2557 | "psr-4": { |
||
| 2558 | "phpDocumentor\\Reflection\\": [ |
||
| 2559 | "src/" |
||
| 2560 | ] |
||
| 2561 | } |
||
| 2562 | }, |
||
| 2563 | "notification-url": "https://packagist.org/downloads/", |
||
| 2564 | "license": [ |
||
| 2565 | "MIT" |
||
| 2566 | ], |
||
| 2567 | "authors": [ |
||
| 2568 | { |
||
| 2569 | "name": "Mike van Riel", |
||
| 2570 | "email": "[email protected]" |
||
| 2571 | } |
||
| 2572 | ], |
||
| 2573 | "time": "2017-07-14T14:27:02+00:00" |
||
| 2574 | }, |
||
| 2575 | { |
||
| 2576 | "name": "phpspec/prophecy", |
||
| 2577 | "version": "v1.7.2", |
||
| 2578 | "source": { |
||
| 2579 | "type": "git", |
||
| 2580 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 2581 | "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6" |
||
| 2582 | }, |
||
| 2583 | "dist": { |
||
| 2584 | "type": "zip", |
||
| 2585 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", |
||
| 2586 | "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", |
||
| 2587 | "shasum": "" |
||
| 2588 | }, |
||
| 2589 | "require": { |
||
| 2590 | "doctrine/instantiator": "^1.0.2", |
||
| 2591 | "php": "^5.3|^7.0", |
||
| 2592 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
| 2593 | "sebastian/comparator": "^1.1|^2.0", |
||
| 2594 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
| 2595 | }, |
||
| 2596 | "require-dev": { |
||
| 2597 | "phpspec/phpspec": "^2.5|^3.2", |
||
| 2598 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
| 2599 | }, |
||
| 2600 | "type": "library", |
||
| 2601 | "extra": { |
||
| 2602 | "branch-alias": { |
||
| 2603 | "dev-master": "1.7.x-dev" |
||
| 2604 | } |
||
| 2605 | }, |
||
| 2606 | "autoload": { |
||
| 2607 | "psr-0": { |
||
| 2608 | "Prophecy\\": "src/" |
||
| 2609 | } |
||
| 2610 | }, |
||
| 2611 | "notification-url": "https://packagist.org/downloads/", |
||
| 2612 | "license": [ |
||
| 2613 | "MIT" |
||
| 2614 | ], |
||
| 2615 | "authors": [ |
||
| 2616 | { |
||
| 2617 | "name": "Konstantin Kudryashov", |
||
| 2618 | "email": "[email protected]", |
||
| 2619 | "homepage": "http://everzet.com" |
||
| 2620 | }, |
||
| 2621 | { |
||
| 2622 | "name": "Marcello Duarte", |
||
| 2623 | "email": "[email protected]" |
||
| 2624 | } |
||
| 2625 | ], |
||
| 2626 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 2627 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 2628 | "keywords": [ |
||
| 2629 | "Double", |
||
| 2630 | "Dummy", |
||
| 2631 | "fake", |
||
| 2632 | "mock", |
||
| 2633 | "spy", |
||
| 2634 | "stub" |
||
| 2635 | ], |
||
| 2636 | "time": "2017-09-04T11:05:03+00:00" |
||
| 2637 | }, |
||
| 2638 | { |
||
| 2639 | "name": "phpunit/php-code-coverage", |
||
| 2640 | "version": "5.2.2", |
||
| 2641 | "source": { |
||
| 2642 | "type": "git", |
||
| 2643 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 2644 | "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b" |
||
| 2645 | }, |
||
| 2646 | "dist": { |
||
| 2647 | "type": "zip", |
||
| 2648 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b", |
||
| 2649 | "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b", |
||
| 2650 | "shasum": "" |
||
| 2651 | }, |
||
| 2652 | "require": { |
||
| 2653 | "ext-dom": "*", |
||
| 2654 | "ext-xmlwriter": "*", |
||
| 2655 | "php": "^7.0", |
||
| 2656 | "phpunit/php-file-iterator": "^1.4.2", |
||
| 2657 | "phpunit/php-text-template": "^1.2.1", |
||
| 2658 | "phpunit/php-token-stream": "^1.4.11 || ^2.0", |
||
| 2659 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
| 2660 | "sebastian/environment": "^3.0", |
||
| 2661 | "sebastian/version": "^2.0.1", |
||
| 2662 | "theseer/tokenizer": "^1.1" |
||
| 2663 | }, |
||
| 2664 | "require-dev": { |
||
| 2665 | "ext-xdebug": "^2.5", |
||
| 2666 | "phpunit/phpunit": "^6.0" |
||
| 2667 | }, |
||
| 2668 | "suggest": { |
||
| 2669 | "ext-xdebug": "^2.5.5" |
||
| 2670 | }, |
||
| 2671 | "type": "library", |
||
| 2672 | "extra": { |
||
| 2673 | "branch-alias": { |
||
| 2674 | "dev-master": "5.2.x-dev" |
||
| 2675 | } |
||
| 2676 | }, |
||
| 2677 | "autoload": { |
||
| 2678 | "classmap": [ |
||
| 2679 | "src/" |
||
| 2680 | ] |
||
| 2681 | }, |
||
| 2682 | "notification-url": "https://packagist.org/downloads/", |
||
| 2683 | "license": [ |
||
| 2684 | "BSD-3-Clause" |
||
| 2685 | ], |
||
| 2686 | "authors": [ |
||
| 2687 | { |
||
| 2688 | "name": "Sebastian Bergmann", |
||
| 2689 | "email": "[email protected]", |
||
| 2690 | "role": "lead" |
||
| 2691 | } |
||
| 2692 | ], |
||
| 2693 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 2694 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 2695 | "keywords": [ |
||
| 2696 | "coverage", |
||
| 2697 | "testing", |
||
| 2698 | "xunit" |
||
| 2699 | ], |
||
| 2700 | "time": "2017-08-03T12:40:43+00:00" |
||
| 2701 | }, |
||
| 2702 | { |
||
| 2703 | "name": "phpunit/php-file-iterator", |
||
| 2704 | "version": "1.4.2", |
||
| 2705 | "source": { |
||
| 2706 | "type": "git", |
||
| 2707 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 2708 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
| 2709 | }, |
||
| 2710 | "dist": { |
||
| 2711 | "type": "zip", |
||
| 2712 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
| 2713 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
| 2714 | "shasum": "" |
||
| 2715 | }, |
||
| 2716 | "require": { |
||
| 2717 | "php": ">=5.3.3" |
||
| 2718 | }, |
||
| 2719 | "type": "library", |
||
| 2720 | "extra": { |
||
| 2721 | "branch-alias": { |
||
| 2722 | "dev-master": "1.4.x-dev" |
||
| 2723 | } |
||
| 2724 | }, |
||
| 2725 | "autoload": { |
||
| 2726 | "classmap": [ |
||
| 2727 | "src/" |
||
| 2728 | ] |
||
| 2729 | }, |
||
| 2730 | "notification-url": "https://packagist.org/downloads/", |
||
| 2731 | "license": [ |
||
| 2732 | "BSD-3-Clause" |
||
| 2733 | ], |
||
| 2734 | "authors": [ |
||
| 2735 | { |
||
| 2736 | "name": "Sebastian Bergmann", |
||
| 2737 | "email": "[email protected]", |
||
| 2738 | "role": "lead" |
||
| 2739 | } |
||
| 2740 | ], |
||
| 2741 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 2742 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 2743 | "keywords": [ |
||
| 2744 | "filesystem", |
||
| 2745 | "iterator" |
||
| 2746 | ], |
||
| 2747 | "time": "2016-10-03T07:40:28+00:00" |
||
| 2748 | }, |
||
| 2749 | { |
||
| 2750 | "name": "phpunit/php-text-template", |
||
| 2751 | "version": "1.2.1", |
||
| 2752 | "source": { |
||
| 2753 | "type": "git", |
||
| 2754 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 2755 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 2756 | }, |
||
| 2757 | "dist": { |
||
| 2758 | "type": "zip", |
||
| 2759 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 2760 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 2761 | "shasum": "" |
||
| 2762 | }, |
||
| 2763 | "require": { |
||
| 2764 | "php": ">=5.3.3" |
||
| 2765 | }, |
||
| 2766 | "type": "library", |
||
| 2767 | "autoload": { |
||
| 2768 | "classmap": [ |
||
| 2769 | "src/" |
||
| 2770 | ] |
||
| 2771 | }, |
||
| 2772 | "notification-url": "https://packagist.org/downloads/", |
||
| 2773 | "license": [ |
||
| 2774 | "BSD-3-Clause" |
||
| 2775 | ], |
||
| 2776 | "authors": [ |
||
| 2777 | { |
||
| 2778 | "name": "Sebastian Bergmann", |
||
| 2779 | "email": "[email protected]", |
||
| 2780 | "role": "lead" |
||
| 2781 | } |
||
| 2782 | ], |
||
| 2783 | "description": "Simple template engine.", |
||
| 2784 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 2785 | "keywords": [ |
||
| 2786 | "template" |
||
| 2787 | ], |
||
| 2788 | "time": "2015-06-21T13:50:34+00:00" |
||
| 2789 | }, |
||
| 2790 | { |
||
| 2791 | "name": "phpunit/php-timer", |
||
| 2792 | "version": "1.0.9", |
||
| 2793 | "source": { |
||
| 2794 | "type": "git", |
||
| 2795 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 2796 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
| 2797 | }, |
||
| 2798 | "dist": { |
||
| 2799 | "type": "zip", |
||
| 2800 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
| 2801 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
| 2802 | "shasum": "" |
||
| 2803 | }, |
||
| 2804 | "require": { |
||
| 2805 | "php": "^5.3.3 || ^7.0" |
||
| 2806 | }, |
||
| 2807 | "require-dev": { |
||
| 2808 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
| 2809 | }, |
||
| 2810 | "type": "library", |
||
| 2811 | "extra": { |
||
| 2812 | "branch-alias": { |
||
| 2813 | "dev-master": "1.0-dev" |
||
| 2814 | } |
||
| 2815 | }, |
||
| 2816 | "autoload": { |
||
| 2817 | "classmap": [ |
||
| 2818 | "src/" |
||
| 2819 | ] |
||
| 2820 | }, |
||
| 2821 | "notification-url": "https://packagist.org/downloads/", |
||
| 2822 | "license": [ |
||
| 2823 | "BSD-3-Clause" |
||
| 2824 | ], |
||
| 2825 | "authors": [ |
||
| 2826 | { |
||
| 2827 | "name": "Sebastian Bergmann", |
||
| 2828 | "email": "[email protected]", |
||
| 2829 | "role": "lead" |
||
| 2830 | } |
||
| 2831 | ], |
||
| 2832 | "description": "Utility class for timing", |
||
| 2833 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 2834 | "keywords": [ |
||
| 2835 | "timer" |
||
| 2836 | ], |
||
| 2837 | "time": "2017-02-26T11:10:40+00:00" |
||
| 2838 | }, |
||
| 2839 | { |
||
| 2840 | "name": "phpunit/php-token-stream", |
||
| 2841 | "version": "2.0.1", |
||
| 2842 | "source": { |
||
| 2843 | "type": "git", |
||
| 2844 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 2845 | "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0" |
||
| 2846 | }, |
||
| 2847 | "dist": { |
||
| 2848 | "type": "zip", |
||
| 2849 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0", |
||
| 2850 | "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0", |
||
| 2851 | "shasum": "" |
||
| 2852 | }, |
||
| 2853 | "require": { |
||
| 2854 | "ext-tokenizer": "*", |
||
| 2855 | "php": "^7.0" |
||
| 2856 | }, |
||
| 2857 | "require-dev": { |
||
| 2858 | "phpunit/phpunit": "^6.2.4" |
||
| 2859 | }, |
||
| 2860 | "type": "library", |
||
| 2861 | "extra": { |
||
| 2862 | "branch-alias": { |
||
| 2863 | "dev-master": "2.0-dev" |
||
| 2864 | } |
||
| 2865 | }, |
||
| 2866 | "autoload": { |
||
| 2867 | "classmap": [ |
||
| 2868 | "src/" |
||
| 2869 | ] |
||
| 2870 | }, |
||
| 2871 | "notification-url": "https://packagist.org/downloads/", |
||
| 2872 | "license": [ |
||
| 2873 | "BSD-3-Clause" |
||
| 2874 | ], |
||
| 2875 | "authors": [ |
||
| 2876 | { |
||
| 2877 | "name": "Sebastian Bergmann", |
||
| 2878 | "email": "[email protected]" |
||
| 2879 | } |
||
| 2880 | ], |
||
| 2881 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 2882 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 2883 | "keywords": [ |
||
| 2884 | "tokenizer" |
||
| 2885 | ], |
||
| 2886 | "time": "2017-08-20T05:47:52+00:00" |
||
| 2887 | }, |
||
| 2888 | { |
||
| 2889 | "name": "phpunit/phpunit", |
||
| 2890 | "version": "6.4.3", |
||
| 2891 | "source": { |
||
| 2892 | "type": "git", |
||
| 2893 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 2894 | "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13" |
||
| 2895 | }, |
||
| 2896 | "dist": { |
||
| 2897 | "type": "zip", |
||
| 2898 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/06b28548fd2b4a20c3cd6e247dc86331a7d4db13", |
||
| 2899 | "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13", |
||
| 2900 | "shasum": "" |
||
| 2901 | }, |
||
| 2902 | "require": { |
||
| 2903 | "ext-dom": "*", |
||
| 2904 | "ext-json": "*", |
||
| 2905 | "ext-libxml": "*", |
||
| 2906 | "ext-mbstring": "*", |
||
| 2907 | "ext-xml": "*", |
||
| 2908 | "myclabs/deep-copy": "^1.6.1", |
||
| 2909 | "phar-io/manifest": "^1.0.1", |
||
| 2910 | "phar-io/version": "^1.0", |
||
| 2911 | "php": "^7.0", |
||
| 2912 | "phpspec/prophecy": "^1.7", |
||
| 2913 | "phpunit/php-code-coverage": "^5.2.2", |
||
| 2914 | "phpunit/php-file-iterator": "^1.4.2", |
||
| 2915 | "phpunit/php-text-template": "^1.2.1", |
||
| 2916 | "phpunit/php-timer": "^1.0.9", |
||
| 2917 | "phpunit/phpunit-mock-objects": "^4.0.3", |
||
| 2918 | "sebastian/comparator": "^2.0.2", |
||
| 2919 | "sebastian/diff": "^2.0", |
||
| 2920 | "sebastian/environment": "^3.1", |
||
| 2921 | "sebastian/exporter": "^3.1", |
||
| 2922 | "sebastian/global-state": "^2.0", |
||
| 2923 | "sebastian/object-enumerator": "^3.0.3", |
||
| 2924 | "sebastian/resource-operations": "^1.0", |
||
| 2925 | "sebastian/version": "^2.0.1" |
||
| 2926 | }, |
||
| 2927 | "conflict": { |
||
| 2928 | "phpdocumentor/reflection-docblock": "3.0.2", |
||
| 2929 | "phpunit/dbunit": "<3.0" |
||
| 2930 | }, |
||
| 2931 | "require-dev": { |
||
| 2932 | "ext-pdo": "*" |
||
| 2933 | }, |
||
| 2934 | "suggest": { |
||
| 2935 | "ext-xdebug": "*", |
||
| 2936 | "phpunit/php-invoker": "^1.1" |
||
| 2937 | }, |
||
| 2938 | "bin": [ |
||
| 2939 | "phpunit" |
||
| 2940 | ], |
||
| 2941 | "type": "library", |
||
| 2942 | "extra": { |
||
| 2943 | "branch-alias": { |
||
| 2944 | "dev-master": "6.4.x-dev" |
||
| 2945 | } |
||
| 2946 | }, |
||
| 2947 | "autoload": { |
||
| 2948 | "classmap": [ |
||
| 2949 | "src/" |
||
| 2950 | ] |
||
| 2951 | }, |
||
| 2952 | "notification-url": "https://packagist.org/downloads/", |
||
| 2953 | "license": [ |
||
| 2954 | "BSD-3-Clause" |
||
| 2955 | ], |
||
| 2956 | "authors": [ |
||
| 2957 | { |
||
| 2958 | "name": "Sebastian Bergmann", |
||
| 2959 | "email": "[email protected]", |
||
| 2960 | "role": "lead" |
||
| 2961 | } |
||
| 2962 | ], |
||
| 2963 | "description": "The PHP Unit Testing framework.", |
||
| 2964 | "homepage": "https://phpunit.de/", |
||
| 2965 | "keywords": [ |
||
| 2966 | "phpunit", |
||
| 2967 | "testing", |
||
| 2968 | "xunit" |
||
| 2969 | ], |
||
| 2970 | "time": "2017-10-16T13:18:59+00:00" |
||
| 2971 | }, |
||
| 2972 | { |
||
| 2973 | "name": "phpunit/phpunit-mock-objects", |
||
| 2974 | "version": "4.0.4", |
||
| 2975 | "source": { |
||
| 2976 | "type": "git", |
||
| 2977 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 2978 | "reference": "2f789b59ab89669015ad984afa350c4ec577ade0" |
||
| 2979 | }, |
||
| 2980 | "dist": { |
||
| 2981 | "type": "zip", |
||
| 2982 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0", |
||
| 2983 | "reference": "2f789b59ab89669015ad984afa350c4ec577ade0", |
||
| 2984 | "shasum": "" |
||
| 2985 | }, |
||
| 2986 | "require": { |
||
| 2987 | "doctrine/instantiator": "^1.0.5", |
||
| 2988 | "php": "^7.0", |
||
| 2989 | "phpunit/php-text-template": "^1.2.1", |
||
| 2990 | "sebastian/exporter": "^3.0" |
||
| 2991 | }, |
||
| 2992 | "conflict": { |
||
| 2993 | "phpunit/phpunit": "<6.0" |
||
| 2994 | }, |
||
| 2995 | "require-dev": { |
||
| 2996 | "phpunit/phpunit": "^6.0" |
||
| 2997 | }, |
||
| 2998 | "suggest": { |
||
| 2999 | "ext-soap": "*" |
||
| 3000 | }, |
||
| 3001 | "type": "library", |
||
| 3002 | "extra": { |
||
| 3003 | "branch-alias": { |
||
| 3004 | "dev-master": "4.0.x-dev" |
||
| 3005 | } |
||
| 3006 | }, |
||
| 3007 | "autoload": { |
||
| 3008 | "classmap": [ |
||
| 3009 | "src/" |
||
| 3010 | ] |
||
| 3011 | }, |
||
| 3012 | "notification-url": "https://packagist.org/downloads/", |
||
| 3013 | "license": [ |
||
| 3014 | "BSD-3-Clause" |
||
| 3015 | ], |
||
| 3016 | "authors": [ |
||
| 3017 | { |
||
| 3018 | "name": "Sebastian Bergmann", |
||
| 3019 | "email": "[email protected]", |
||
| 3020 | "role": "lead" |
||
| 3021 | } |
||
| 3022 | ], |
||
| 3023 | "description": "Mock Object library for PHPUnit", |
||
| 3024 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 3025 | "keywords": [ |
||
| 3026 | "mock", |
||
| 3027 | "xunit" |
||
| 3028 | ], |
||
| 3029 | "time": "2017-08-03T14:08:16+00:00" |
||
| 3030 | }, |
||
| 3031 | { |
||
| 3032 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 3033 | "version": "1.0.1", |
||
| 3034 | "source": { |
||
| 3035 | "type": "git", |
||
| 3036 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 3037 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
| 3038 | }, |
||
| 3039 | "dist": { |
||
| 3040 | "type": "zip", |
||
| 3041 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 3042 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 3043 | "shasum": "" |
||
| 3044 | }, |
||
| 3045 | "require": { |
||
| 3046 | "php": "^5.6 || ^7.0" |
||
| 3047 | }, |
||
| 3048 | "require-dev": { |
||
| 3049 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
| 3050 | }, |
||
| 3051 | "type": "library", |
||
| 3052 | "extra": { |
||
| 3053 | "branch-alias": { |
||
| 3054 | "dev-master": "1.0.x-dev" |
||
| 3055 | } |
||
| 3056 | }, |
||
| 3057 | "autoload": { |
||
| 3058 | "classmap": [ |
||
| 3059 | "src/" |
||
| 3060 | ] |
||
| 3061 | }, |
||
| 3062 | "notification-url": "https://packagist.org/downloads/", |
||
| 3063 | "license": [ |
||
| 3064 | "BSD-3-Clause" |
||
| 3065 | ], |
||
| 3066 | "authors": [ |
||
| 3067 | { |
||
| 3068 | "name": "Sebastian Bergmann", |
||
| 3069 | "email": "[email protected]" |
||
| 3070 | } |
||
| 3071 | ], |
||
| 3072 | "description": "Looks up which function or method a line of code belongs to", |
||
| 3073 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 3074 | "time": "2017-03-04T06:30:41+00:00" |
||
| 3075 | }, |
||
| 3076 | { |
||
| 3077 | "name": "sebastian/comparator", |
||
| 3078 | "version": "2.0.2", |
||
| 3079 | "source": { |
||
| 3080 | "type": "git", |
||
| 3081 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 3082 | "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a" |
||
| 3083 | }, |
||
| 3084 | "dist": { |
||
| 3085 | "type": "zip", |
||
| 3086 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a", |
||
| 3087 | "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a", |
||
| 3088 | "shasum": "" |
||
| 3089 | }, |
||
| 3090 | "require": { |
||
| 3091 | "php": "^7.0", |
||
| 3092 | "sebastian/diff": "^2.0", |
||
| 3093 | "sebastian/exporter": "^3.0" |
||
| 3094 | }, |
||
| 3095 | "require-dev": { |
||
| 3096 | "phpunit/phpunit": "^6.0" |
||
| 3097 | }, |
||
| 3098 | "type": "library", |
||
| 3099 | "extra": { |
||
| 3100 | "branch-alias": { |
||
| 3101 | "dev-master": "2.0.x-dev" |
||
| 3102 | } |
||
| 3103 | }, |
||
| 3104 | "autoload": { |
||
| 3105 | "classmap": [ |
||
| 3106 | "src/" |
||
| 3107 | ] |
||
| 3108 | }, |
||
| 3109 | "notification-url": "https://packagist.org/downloads/", |
||
| 3110 | "license": [ |
||
| 3111 | "BSD-3-Clause" |
||
| 3112 | ], |
||
| 3113 | "authors": [ |
||
| 3114 | { |
||
| 3115 | "name": "Jeff Welch", |
||
| 3116 | "email": "[email protected]" |
||
| 3117 | }, |
||
| 3118 | { |
||
| 3119 | "name": "Volker Dusch", |
||
| 3120 | "email": "[email protected]" |
||
| 3121 | }, |
||
| 3122 | { |
||
| 3123 | "name": "Bernhard Schussek", |
||
| 3124 | "email": "[email protected]" |
||
| 3125 | }, |
||
| 3126 | { |
||
| 3127 | "name": "Sebastian Bergmann", |
||
| 3128 | "email": "[email protected]" |
||
| 3129 | } |
||
| 3130 | ], |
||
| 3131 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 3132 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 3133 | "keywords": [ |
||
| 3134 | "comparator", |
||
| 3135 | "compare", |
||
| 3136 | "equality" |
||
| 3137 | ], |
||
| 3138 | "time": "2017-08-03T07:14:59+00:00" |
||
| 3139 | }, |
||
| 3140 | { |
||
| 3141 | "name": "sebastian/diff", |
||
| 3142 | "version": "2.0.1", |
||
| 3143 | "source": { |
||
| 3144 | "type": "git", |
||
| 3145 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 3146 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" |
||
| 3147 | }, |
||
| 3148 | "dist": { |
||
| 3149 | "type": "zip", |
||
| 3150 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
| 3151 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
| 3152 | "shasum": "" |
||
| 3153 | }, |
||
| 3154 | "require": { |
||
| 3155 | "php": "^7.0" |
||
| 3156 | }, |
||
| 3157 | "require-dev": { |
||
| 3158 | "phpunit/phpunit": "^6.2" |
||
| 3159 | }, |
||
| 3160 | "type": "library", |
||
| 3161 | "extra": { |
||
| 3162 | "branch-alias": { |
||
| 3163 | "dev-master": "2.0-dev" |
||
| 3164 | } |
||
| 3165 | }, |
||
| 3166 | "autoload": { |
||
| 3167 | "classmap": [ |
||
| 3168 | "src/" |
||
| 3169 | ] |
||
| 3170 | }, |
||
| 3171 | "notification-url": "https://packagist.org/downloads/", |
||
| 3172 | "license": [ |
||
| 3173 | "BSD-3-Clause" |
||
| 3174 | ], |
||
| 3175 | "authors": [ |
||
| 3176 | { |
||
| 3177 | "name": "Kore Nordmann", |
||
| 3178 | "email": "[email protected]" |
||
| 3179 | }, |
||
| 3180 | { |
||
| 3181 | "name": "Sebastian Bergmann", |
||
| 3182 | "email": "[email protected]" |
||
| 3183 | } |
||
| 3184 | ], |
||
| 3185 | "description": "Diff implementation", |
||
| 3186 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 3187 | "keywords": [ |
||
| 3188 | "diff" |
||
| 3189 | ], |
||
| 3190 | "time": "2017-08-03T08:09:46+00:00" |
||
| 3191 | }, |
||
| 3192 | { |
||
| 3193 | "name": "sebastian/environment", |
||
| 3194 | "version": "3.1.0", |
||
| 3195 | "source": { |
||
| 3196 | "type": "git", |
||
| 3197 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 3198 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
| 3199 | }, |
||
| 3200 | "dist": { |
||
| 3201 | "type": "zip", |
||
| 3202 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
| 3203 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
| 3204 | "shasum": "" |
||
| 3205 | }, |
||
| 3206 | "require": { |
||
| 3207 | "php": "^7.0" |
||
| 3208 | }, |
||
| 3209 | "require-dev": { |
||
| 3210 | "phpunit/phpunit": "^6.1" |
||
| 3211 | }, |
||
| 3212 | "type": "library", |
||
| 3213 | "extra": { |
||
| 3214 | "branch-alias": { |
||
| 3215 | "dev-master": "3.1.x-dev" |
||
| 3216 | } |
||
| 3217 | }, |
||
| 3218 | "autoload": { |
||
| 3219 | "classmap": [ |
||
| 3220 | "src/" |
||
| 3221 | ] |
||
| 3222 | }, |
||
| 3223 | "notification-url": "https://packagist.org/downloads/", |
||
| 3224 | "license": [ |
||
| 3225 | "BSD-3-Clause" |
||
| 3226 | ], |
||
| 3227 | "authors": [ |
||
| 3228 | { |
||
| 3229 | "name": "Sebastian Bergmann", |
||
| 3230 | "email": "[email protected]" |
||
| 3231 | } |
||
| 3232 | ], |
||
| 3233 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 3234 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 3235 | "keywords": [ |
||
| 3236 | "Xdebug", |
||
| 3237 | "environment", |
||
| 3238 | "hhvm" |
||
| 3239 | ], |
||
| 3240 | "time": "2017-07-01T08:51:00+00:00" |
||
| 3241 | }, |
||
| 3242 | { |
||
| 3243 | "name": "sebastian/exporter", |
||
| 3244 | "version": "3.1.0", |
||
| 3245 | "source": { |
||
| 3246 | "type": "git", |
||
| 3247 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 3248 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
| 3249 | }, |
||
| 3250 | "dist": { |
||
| 3251 | "type": "zip", |
||
| 3252 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
| 3253 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
| 3254 | "shasum": "" |
||
| 3255 | }, |
||
| 3256 | "require": { |
||
| 3257 | "php": "^7.0", |
||
| 3258 | "sebastian/recursion-context": "^3.0" |
||
| 3259 | }, |
||
| 3260 | "require-dev": { |
||
| 3261 | "ext-mbstring": "*", |
||
| 3262 | "phpunit/phpunit": "^6.0" |
||
| 3263 | }, |
||
| 3264 | "type": "library", |
||
| 3265 | "extra": { |
||
| 3266 | "branch-alias": { |
||
| 3267 | "dev-master": "3.1.x-dev" |
||
| 3268 | } |
||
| 3269 | }, |
||
| 3270 | "autoload": { |
||
| 3271 | "classmap": [ |
||
| 3272 | "src/" |
||
| 3273 | ] |
||
| 3274 | }, |
||
| 3275 | "notification-url": "https://packagist.org/downloads/", |
||
| 3276 | "license": [ |
||
| 3277 | "BSD-3-Clause" |
||
| 3278 | ], |
||
| 3279 | "authors": [ |
||
| 3280 | { |
||
| 3281 | "name": "Jeff Welch", |
||
| 3282 | "email": "[email protected]" |
||
| 3283 | }, |
||
| 3284 | { |
||
| 3285 | "name": "Volker Dusch", |
||
| 3286 | "email": "[email protected]" |
||
| 3287 | }, |
||
| 3288 | { |
||
| 3289 | "name": "Bernhard Schussek", |
||
| 3290 | "email": "[email protected]" |
||
| 3291 | }, |
||
| 3292 | { |
||
| 3293 | "name": "Sebastian Bergmann", |
||
| 3294 | "email": "[email protected]" |
||
| 3295 | }, |
||
| 3296 | { |
||
| 3297 | "name": "Adam Harvey", |
||
| 3298 | "email": "[email protected]" |
||
| 3299 | } |
||
| 3300 | ], |
||
| 3301 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 3302 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 3303 | "keywords": [ |
||
| 3304 | "export", |
||
| 3305 | "exporter" |
||
| 3306 | ], |
||
| 3307 | "time": "2017-04-03T13:19:02+00:00" |
||
| 3308 | }, |
||
| 3309 | { |
||
| 3310 | "name": "sebastian/global-state", |
||
| 3311 | "version": "2.0.0", |
||
| 3312 | "source": { |
||
| 3313 | "type": "git", |
||
| 3314 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 3315 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
| 3316 | }, |
||
| 3317 | "dist": { |
||
| 3318 | "type": "zip", |
||
| 3319 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
| 3320 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
| 3321 | "shasum": "" |
||
| 3322 | }, |
||
| 3323 | "require": { |
||
| 3324 | "php": "^7.0" |
||
| 3325 | }, |
||
| 3326 | "require-dev": { |
||
| 3327 | "phpunit/phpunit": "^6.0" |
||
| 3328 | }, |
||
| 3329 | "suggest": { |
||
| 3330 | "ext-uopz": "*" |
||
| 3331 | }, |
||
| 3332 | "type": "library", |
||
| 3333 | "extra": { |
||
| 3334 | "branch-alias": { |
||
| 3335 | "dev-master": "2.0-dev" |
||
| 3336 | } |
||
| 3337 | }, |
||
| 3338 | "autoload": { |
||
| 3339 | "classmap": [ |
||
| 3340 | "src/" |
||
| 3341 | ] |
||
| 3342 | }, |
||
| 3343 | "notification-url": "https://packagist.org/downloads/", |
||
| 3344 | "license": [ |
||
| 3345 | "BSD-3-Clause" |
||
| 3346 | ], |
||
| 3347 | "authors": [ |
||
| 3348 | { |
||
| 3349 | "name": "Sebastian Bergmann", |
||
| 3350 | "email": "[email protected]" |
||
| 3351 | } |
||
| 3352 | ], |
||
| 3353 | "description": "Snapshotting of global state", |
||
| 3354 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 3355 | "keywords": [ |
||
| 3356 | "global state" |
||
| 3357 | ], |
||
| 3358 | "time": "2017-04-27T15:39:26+00:00" |
||
| 3359 | }, |
||
| 3360 | { |
||
| 3361 | "name": "sebastian/object-enumerator", |
||
| 3362 | "version": "3.0.3", |
||
| 3363 | "source": { |
||
| 3364 | "type": "git", |
||
| 3365 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 3366 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
| 3367 | }, |
||
| 3368 | "dist": { |
||
| 3369 | "type": "zip", |
||
| 3370 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
| 3371 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
| 3372 | "shasum": "" |
||
| 3373 | }, |
||
| 3374 | "require": { |
||
| 3375 | "php": "^7.0", |
||
| 3376 | "sebastian/object-reflector": "^1.1.1", |
||
| 3377 | "sebastian/recursion-context": "^3.0" |
||
| 3378 | }, |
||
| 3379 | "require-dev": { |
||
| 3380 | "phpunit/phpunit": "^6.0" |
||
| 3381 | }, |
||
| 3382 | "type": "library", |
||
| 3383 | "extra": { |
||
| 3384 | "branch-alias": { |
||
| 3385 | "dev-master": "3.0.x-dev" |
||
| 3386 | } |
||
| 3387 | }, |
||
| 3388 | "autoload": { |
||
| 3389 | "classmap": [ |
||
| 3390 | "src/" |
||
| 3391 | ] |
||
| 3392 | }, |
||
| 3393 | "notification-url": "https://packagist.org/downloads/", |
||
| 3394 | "license": [ |
||
| 3395 | "BSD-3-Clause" |
||
| 3396 | ], |
||
| 3397 | "authors": [ |
||
| 3398 | { |
||
| 3399 | "name": "Sebastian Bergmann", |
||
| 3400 | "email": "[email protected]" |
||
| 3401 | } |
||
| 3402 | ], |
||
| 3403 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 3404 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 3405 | "time": "2017-08-03T12:35:26+00:00" |
||
| 3406 | }, |
||
| 3407 | { |
||
| 3408 | "name": "sebastian/object-reflector", |
||
| 3409 | "version": "1.1.1", |
||
| 3410 | "source": { |
||
| 3411 | "type": "git", |
||
| 3412 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
| 3413 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
| 3414 | }, |
||
| 3415 | "dist": { |
||
| 3416 | "type": "zip", |
||
| 3417 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
| 3418 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
| 3419 | "shasum": "" |
||
| 3420 | }, |
||
| 3421 | "require": { |
||
| 3422 | "php": "^7.0" |
||
| 3423 | }, |
||
| 3424 | "require-dev": { |
||
| 3425 | "phpunit/phpunit": "^6.0" |
||
| 3426 | }, |
||
| 3427 | "type": "library", |
||
| 3428 | "extra": { |
||
| 3429 | "branch-alias": { |
||
| 3430 | "dev-master": "1.1-dev" |
||
| 3431 | } |
||
| 3432 | }, |
||
| 3433 | "autoload": { |
||
| 3434 | "classmap": [ |
||
| 3435 | "src/" |
||
| 3436 | ] |
||
| 3437 | }, |
||
| 3438 | "notification-url": "https://packagist.org/downloads/", |
||
| 3439 | "license": [ |
||
| 3440 | "BSD-3-Clause" |
||
| 3441 | ], |
||
| 3442 | "authors": [ |
||
| 3443 | { |
||
| 3444 | "name": "Sebastian Bergmann", |
||
| 3445 | "email": "[email protected]" |
||
| 3446 | } |
||
| 3447 | ], |
||
| 3448 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
| 3449 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
| 3450 | "time": "2017-03-29T09:07:27+00:00" |
||
| 3451 | }, |
||
| 3452 | { |
||
| 3453 | "name": "sebastian/recursion-context", |
||
| 3454 | "version": "3.0.0", |
||
| 3455 | "source": { |
||
| 3456 | "type": "git", |
||
| 3457 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 3458 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
| 3459 | }, |
||
| 3460 | "dist": { |
||
| 3461 | "type": "zip", |
||
| 3462 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
| 3463 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
| 3464 | "shasum": "" |
||
| 3465 | }, |
||
| 3466 | "require": { |
||
| 3467 | "php": "^7.0" |
||
| 3468 | }, |
||
| 3469 | "require-dev": { |
||
| 3470 | "phpunit/phpunit": "^6.0" |
||
| 3471 | }, |
||
| 3472 | "type": "library", |
||
| 3473 | "extra": { |
||
| 3474 | "branch-alias": { |
||
| 3475 | "dev-master": "3.0.x-dev" |
||
| 3476 | } |
||
| 3477 | }, |
||
| 3478 | "autoload": { |
||
| 3479 | "classmap": [ |
||
| 3480 | "src/" |
||
| 3481 | ] |
||
| 3482 | }, |
||
| 3483 | "notification-url": "https://packagist.org/downloads/", |
||
| 3484 | "license": [ |
||
| 3485 | "BSD-3-Clause" |
||
| 3486 | ], |
||
| 3487 | "authors": [ |
||
| 3488 | { |
||
| 3489 | "name": "Jeff Welch", |
||
| 3490 | "email": "[email protected]" |
||
| 3491 | }, |
||
| 3492 | { |
||
| 3493 | "name": "Sebastian Bergmann", |
||
| 3494 | "email": "[email protected]" |
||
| 3495 | }, |
||
| 3496 | { |
||
| 3497 | "name": "Adam Harvey", |
||
| 3498 | "email": "[email protected]" |
||
| 3499 | } |
||
| 3500 | ], |
||
| 3501 | "description": "Provides functionality to recursively process PHP variables", |
||
| 3502 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 3503 | "time": "2017-03-03T06:23:57+00:00" |
||
| 3504 | }, |
||
| 3505 | { |
||
| 3506 | "name": "sebastian/resource-operations", |
||
| 3507 | "version": "1.0.0", |
||
| 3508 | "source": { |
||
| 3509 | "type": "git", |
||
| 3510 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 3511 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 3512 | }, |
||
| 3513 | "dist": { |
||
| 3514 | "type": "zip", |
||
| 3515 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 3516 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 3517 | "shasum": "" |
||
| 3518 | }, |
||
| 3519 | "require": { |
||
| 3520 | "php": ">=5.6.0" |
||
| 3521 | }, |
||
| 3522 | "type": "library", |
||
| 3523 | "extra": { |
||
| 3524 | "branch-alias": { |
||
| 3525 | "dev-master": "1.0.x-dev" |
||
| 3526 | } |
||
| 3527 | }, |
||
| 3528 | "autoload": { |
||
| 3529 | "classmap": [ |
||
| 3530 | "src/" |
||
| 3531 | ] |
||
| 3532 | }, |
||
| 3533 | "notification-url": "https://packagist.org/downloads/", |
||
| 3534 | "license": [ |
||
| 3535 | "BSD-3-Clause" |
||
| 3536 | ], |
||
| 3537 | "authors": [ |
||
| 3538 | { |
||
| 3539 | "name": "Sebastian Bergmann", |
||
| 3540 | "email": "[email protected]" |
||
| 3541 | } |
||
| 3542 | ], |
||
| 3543 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 3544 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 3545 | "time": "2015-07-28T20:34:47+00:00" |
||
| 3546 | }, |
||
| 3547 | { |
||
| 3548 | "name": "sebastian/version", |
||
| 3549 | "version": "2.0.1", |
||
| 3550 | "source": { |
||
| 3551 | "type": "git", |
||
| 3552 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 3553 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
| 3554 | }, |
||
| 3555 | "dist": { |
||
| 3556 | "type": "zip", |
||
| 3557 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 3558 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 3559 | "shasum": "" |
||
| 3560 | }, |
||
| 3561 | "require": { |
||
| 3562 | "php": ">=5.6" |
||
| 3563 | }, |
||
| 3564 | "type": "library", |
||
| 3565 | "extra": { |
||
| 3566 | "branch-alias": { |
||
| 3567 | "dev-master": "2.0.x-dev" |
||
| 3568 | } |
||
| 3569 | }, |
||
| 3570 | "autoload": { |
||
| 3571 | "classmap": [ |
||
| 3572 | "src/" |
||
| 3573 | ] |
||
| 3574 | }, |
||
| 3575 | "notification-url": "https://packagist.org/downloads/", |
||
| 3576 | "license": [ |
||
| 3577 | "BSD-3-Clause" |
||
| 3578 | ], |
||
| 3579 | "authors": [ |
||
| 3580 | { |
||
| 3581 | "name": "Sebastian Bergmann", |
||
| 3582 | "email": "[email protected]", |
||
| 3583 | "role": "lead" |
||
| 3584 | } |
||
| 3585 | ], |
||
| 3586 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 3587 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 3588 | "time": "2016-10-03T07:35:21+00:00" |
||
| 3589 | }, |
||
| 3590 | { |
||
| 3591 | "name": "symfony/config", |
||
| 3592 | "version": "v3.3.10", |
||
| 3593 | "source": { |
||
| 3594 | "type": "git", |
||
| 3595 | "url": "https://github.com/symfony/config.git", |
||
| 3596 | "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd" |
||
| 3597 | }, |
||
| 3598 | "dist": { |
||
| 3599 | "type": "zip", |
||
| 3600 | "url": "https://api.github.com/repos/symfony/config/zipball/4ab62407bff9cd97c410a7feaef04c375aaa5cfd", |
||
| 3601 | "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd", |
||
| 3602 | "shasum": "" |
||
| 3603 | }, |
||
| 3604 | "require": { |
||
| 3605 | "php": "^5.5.9|>=7.0.8", |
||
| 3606 | "symfony/filesystem": "~2.8|~3.0" |
||
| 3607 | }, |
||
| 3608 | "conflict": { |
||
| 3609 | "symfony/dependency-injection": "<3.3", |
||
| 3610 | "symfony/finder": "<3.3" |
||
| 3611 | }, |
||
| 3612 | "require-dev": { |
||
| 3613 | "symfony/dependency-injection": "~3.3", |
||
| 3614 | "symfony/finder": "~3.3", |
||
| 3615 | "symfony/yaml": "~3.0" |
||
| 3616 | }, |
||
| 3617 | "suggest": { |
||
| 3618 | "symfony/yaml": "To use the yaml reference dumper" |
||
| 3619 | }, |
||
| 3620 | "type": "library", |
||
| 3621 | "extra": { |
||
| 3622 | "branch-alias": { |
||
| 3623 | "dev-master": "3.3-dev" |
||
| 3624 | } |
||
| 3625 | }, |
||
| 3626 | "autoload": { |
||
| 3627 | "psr-4": { |
||
| 3628 | "Symfony\\Component\\Config\\": "" |
||
| 3629 | }, |
||
| 3630 | "exclude-from-classmap": [ |
||
| 3631 | "/Tests/" |
||
| 3632 | ] |
||
| 3633 | }, |
||
| 3634 | "notification-url": "https://packagist.org/downloads/", |
||
| 3635 | "license": [ |
||
| 3636 | "MIT" |
||
| 3637 | ], |
||
| 3638 | "authors": [ |
||
| 3639 | { |
||
| 3640 | "name": "Fabien Potencier", |
||
| 3641 | "email": "[email protected]" |
||
| 3642 | }, |
||
| 3643 | { |
||
| 3644 | "name": "Symfony Community", |
||
| 3645 | "homepage": "https://symfony.com/contributors" |
||
| 3646 | } |
||
| 3647 | ], |
||
| 3648 | "description": "Symfony Config Component", |
||
| 3649 | "homepage": "https://symfony.com", |
||
| 3650 | "time": "2017-10-04T18:56:58+00:00" |
||
| 3651 | }, |
||
| 3652 | { |
||
| 3653 | "name": "symfony/filesystem", |
||
| 3654 | "version": "v3.3.10", |
||
| 3655 | "source": { |
||
| 3656 | "type": "git", |
||
| 3657 | "url": "https://github.com/symfony/filesystem.git", |
||
| 3658 | "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1" |
||
| 3659 | }, |
||
| 3660 | "dist": { |
||
| 3661 | "type": "zip", |
||
| 3662 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/90bc45abf02ae6b7deb43895c1052cb0038506f1", |
||
| 3663 | "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1", |
||
| 3664 | "shasum": "" |
||
| 3665 | }, |
||
| 3666 | "require": { |
||
| 3667 | "php": "^5.5.9|>=7.0.8" |
||
| 3668 | }, |
||
| 3669 | "type": "library", |
||
| 3670 | "extra": { |
||
| 3671 | "branch-alias": { |
||
| 3672 | "dev-master": "3.3-dev" |
||
| 3673 | } |
||
| 3674 | }, |
||
| 3675 | "autoload": { |
||
| 3676 | "psr-4": { |
||
| 3677 | "Symfony\\Component\\Filesystem\\": "" |
||
| 3678 | }, |
||
| 3679 | "exclude-from-classmap": [ |
||
| 3680 | "/Tests/" |
||
| 3681 | ] |
||
| 3682 | }, |
||
| 3683 | "notification-url": "https://packagist.org/downloads/", |
||
| 3684 | "license": [ |
||
| 3685 | "MIT" |
||
| 3686 | ], |
||
| 3687 | "authors": [ |
||
| 3688 | { |
||
| 3689 | "name": "Fabien Potencier", |
||
| 3690 | "email": "[email protected]" |
||
| 3691 | }, |
||
| 3692 | { |
||
| 3693 | "name": "Symfony Community", |
||
| 3694 | "homepage": "https://symfony.com/contributors" |
||
| 3695 | } |
||
| 3696 | ], |
||
| 3697 | "description": "Symfony Filesystem Component", |
||
| 3698 | "homepage": "https://symfony.com", |
||
| 3699 | "time": "2017-10-03T13:33:10+00:00" |
||
| 3700 | }, |
||
| 3701 | { |
||
| 3702 | "name": "symfony/stopwatch", |
||
| 3703 | "version": "v3.3.10", |
||
| 3704 | "source": { |
||
| 3705 | "type": "git", |
||
| 3706 | "url": "https://github.com/symfony/stopwatch.git", |
||
| 3707 | "reference": "170edf8b3247d7b6779eb6fa7428f342702ca184" |
||
| 3708 | }, |
||
| 3709 | "dist": { |
||
| 3710 | "type": "zip", |
||
| 3711 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/170edf8b3247d7b6779eb6fa7428f342702ca184", |
||
| 3712 | "reference": "170edf8b3247d7b6779eb6fa7428f342702ca184", |
||
| 3713 | "shasum": "" |
||
| 3714 | }, |
||
| 3715 | "require": { |
||
| 3716 | "php": "^5.5.9|>=7.0.8" |
||
| 3717 | }, |
||
| 3718 | "type": "library", |
||
| 3719 | "extra": { |
||
| 3720 | "branch-alias": { |
||
| 3721 | "dev-master": "3.3-dev" |
||
| 3722 | } |
||
| 3723 | }, |
||
| 3724 | "autoload": { |
||
| 3725 | "psr-4": { |
||
| 3726 | "Symfony\\Component\\Stopwatch\\": "" |
||
| 3727 | }, |
||
| 3728 | "exclude-from-classmap": [ |
||
| 3729 | "/Tests/" |
||
| 3730 | ] |
||
| 3731 | }, |
||
| 3732 | "notification-url": "https://packagist.org/downloads/", |
||
| 3733 | "license": [ |
||
| 3734 | "MIT" |
||
| 3735 | ], |
||
| 3736 | "authors": [ |
||
| 3737 | { |
||
| 3738 | "name": "Fabien Potencier", |
||
| 3739 | "email": "[email protected]" |
||
| 3740 | }, |
||
| 3741 | { |
||
| 3742 | "name": "Symfony Community", |
||
| 3743 | "homepage": "https://symfony.com/contributors" |
||
| 3744 | } |
||
| 3745 | ], |
||
| 3746 | "description": "Symfony Stopwatch Component", |
||
| 3747 | "homepage": "https://symfony.com", |
||
| 3748 | "time": "2017-10-02T06:42:24+00:00" |
||
| 3749 | }, |
||
| 3750 | { |
||
| 3751 | "name": "symfony/yaml", |
||
| 3752 | "version": "v3.3.10", |
||
| 3753 | "source": { |
||
| 3754 | "type": "git", |
||
| 3755 | "url": "https://github.com/symfony/yaml.git", |
||
| 3756 | "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46" |
||
| 3757 | }, |
||
| 3758 | "dist": { |
||
| 3759 | "type": "zip", |
||
| 3760 | "url": "https://api.github.com/repos/symfony/yaml/zipball/8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46", |
||
| 3761 | "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46", |
||
| 3762 | "shasum": "" |
||
| 3763 | }, |
||
| 3764 | "require": { |
||
| 3765 | "php": "^5.5.9|>=7.0.8" |
||
| 3766 | }, |
||
| 3767 | "require-dev": { |
||
| 3768 | "symfony/console": "~2.8|~3.0" |
||
| 3769 | }, |
||
| 3770 | "suggest": { |
||
| 3771 | "symfony/console": "For validating YAML files using the lint command" |
||
| 3772 | }, |
||
| 3773 | "type": "library", |
||
| 3774 | "extra": { |
||
| 3775 | "branch-alias": { |
||
| 3776 | "dev-master": "3.3-dev" |
||
| 3777 | } |
||
| 3778 | }, |
||
| 3779 | "autoload": { |
||
| 3780 | "psr-4": { |
||
| 3781 | "Symfony\\Component\\Yaml\\": "" |
||
| 3782 | }, |
||
| 3783 | "exclude-from-classmap": [ |
||
| 3784 | "/Tests/" |
||
| 3785 | ] |
||
| 3786 | }, |
||
| 3787 | "notification-url": "https://packagist.org/downloads/", |
||
| 3788 | "license": [ |
||
| 3789 | "MIT" |
||
| 3790 | ], |
||
| 3791 | "authors": [ |
||
| 3792 | { |
||
| 3793 | "name": "Fabien Potencier", |
||
| 3794 | "email": "[email protected]" |
||
| 3795 | }, |
||
| 3796 | { |
||
| 3797 | "name": "Symfony Community", |
||
| 3798 | "homepage": "https://symfony.com/contributors" |
||
| 3799 | } |
||
| 3800 | ], |
||
| 3801 | "description": "Symfony Yaml Component", |
||
| 3802 | "homepage": "https://symfony.com", |
||
| 3803 | "time": "2017-10-05T14:43:42+00:00" |
||
| 3804 | }, |
||
| 3805 | { |
||
| 3806 | "name": "theseer/tokenizer", |
||
| 3807 | "version": "1.1.0", |
||
| 3808 | "source": { |
||
| 3809 | "type": "git", |
||
| 3810 | "url": "https://github.com/theseer/tokenizer.git", |
||
| 3811 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
| 3812 | }, |
||
| 3813 | "dist": { |
||
| 3814 | "type": "zip", |
||
| 3815 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
| 3816 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
| 3817 | "shasum": "" |
||
| 3818 | }, |
||
| 3819 | "require": { |
||
| 3820 | "ext-dom": "*", |
||
| 3821 | "ext-tokenizer": "*", |
||
| 3822 | "ext-xmlwriter": "*", |
||
| 3823 | "php": "^7.0" |
||
| 3824 | }, |
||
| 3825 | "type": "library", |
||
| 3826 | "autoload": { |
||
| 3827 | "classmap": [ |
||
| 3828 | "src/" |
||
| 3829 | ] |
||
| 3830 | }, |
||
| 3831 | "notification-url": "https://packagist.org/downloads/", |
||
| 3832 | "license": [ |
||
| 3833 | "BSD-3-Clause" |
||
| 3834 | ], |
||
| 3835 | "authors": [ |
||
| 3836 | { |
||
| 3837 | "name": "Arne Blankerts", |
||
| 3838 | "email": "[email protected]", |
||
| 3839 | "role": "Developer" |
||
| 3840 | } |
||
| 3841 | ], |
||
| 3842 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
| 3843 | "time": "2017-04-07T12:08:54+00:00" |
||
| 3844 | }, |
||
| 3845 | { |
||
| 3846 | "name": "webmozart/assert", |
||
| 3847 | "version": "1.2.0", |
||
| 3848 | "source": { |
||
| 3849 | "type": "git", |
||
| 3850 | "url": "https://github.com/webmozart/assert.git", |
||
| 3851 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
| 3852 | }, |
||
| 3853 | "dist": { |
||
| 3854 | "type": "zip", |
||
| 3855 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 3856 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 3857 | "shasum": "" |
||
| 3858 | }, |
||
| 3859 | "require": { |
||
| 3860 | "php": "^5.3.3 || ^7.0" |
||
| 3861 | }, |
||
| 3862 | "require-dev": { |
||
| 3863 | "phpunit/phpunit": "^4.6", |
||
| 3864 | "sebastian/version": "^1.0.1" |
||
| 3865 | }, |
||
| 3866 | "type": "library", |
||
| 3867 | "extra": { |
||
| 3868 | "branch-alias": { |
||
| 3869 | "dev-master": "1.3-dev" |
||
| 3870 | } |
||
| 3871 | }, |
||
| 3872 | "autoload": { |
||
| 3873 | "psr-4": { |
||
| 3874 | "Webmozart\\Assert\\": "src/" |
||
| 3875 | } |
||
| 3876 | }, |
||
| 3877 | "notification-url": "https://packagist.org/downloads/", |
||
| 3878 | "license": [ |
||
| 3879 | "MIT" |
||
| 3880 | ], |
||
| 3881 | "authors": [ |
||
| 3882 | { |
||
| 3883 | "name": "Bernhard Schussek", |
||
| 3884 | "email": "[email protected]" |
||
| 3885 | } |
||
| 3886 | ], |
||
| 3887 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 3888 | "keywords": [ |
||
| 3889 | "assert", |
||
| 3890 | "check", |
||
| 3891 | "validate" |
||
| 3892 | ], |
||
| 3893 | "time": "2016-11-23T20:04:58+00:00" |
||
| 3894 | } |
||
| 3895 | ], |
||
| 3896 | "aliases": [], |
||
| 3897 | "minimum-stability": "stable", |
||
| 3898 | "stability-flags": [], |
||
| 3899 | "prefer-stable": false, |
||
| 3900 | "prefer-lowest": false, |
||
| 3901 | "platform": { |
||
| 3902 | "php": "^7.0" |
||
| 3903 | }, |
||
| 3904 | "platform-dev": [] |
||
| 3905 | } |
||
| 3906 |