Make WordPress Core

Ticket #46815: 46815.3.diff

File 46815.3.diff, 56.9 KB (added by welcher, 6 years ago)

Refreshed patch

  • composer.json

    diff --git composer.json composer.json
    index 2020779623..fd574bdc49 100644
     
    1111        },
    1212        "require-dev": {
    1313                "dealerdirect/phpcodesniffer-composer-installer": "~0.5.0",
    14                 "wp-coding-standards/wpcs": "~2.1.0"
     14                "wp-coding-standards/wpcs": "~2.0.0",
     15                "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0"
    1516        },
    1617        "scripts": {
    17                 "format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source --cache -d memory_limit=256M",
    18                 "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source --cache -d memory_limit=256M",
     18                "format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
     19                "lint": "phpcs --standard=phpcs.xml.dist --report-summary --report-source",
     20                "unit-tests": "./vendor/bin/phpunit",
     21                "wp-coding-standards/wpcs": "~2.1.0",
    1922                "lint:errors": "@lint -n"
    2023        }
    2124}
  • composer.lock

    diff --git composer.lock composer.lock
    index a6cf6d0905..253237b548 100644
     
    11{
    22    "_readme": [
    33        "This file locks the dependencies of your project to a known state",
    4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
     4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "54fbee5534d4ee1d332bb374c5442e79",
     7    "hash": "b3aa8771c975c639f8b8bd71640d9b09",
     8    "content-hash": "99f530b55f414d952d391585e83bdac7",
    89    "packages": [],
    910    "packages-dev": [
    1011        {
     
    7172                "stylecheck",
    7273                "tests"
    7374            ],
    74             "time": "2018-10-26T13:21:45+00:00"
     75            "time": "2018-10-26 13:21:45"
     76        },
     77        {
     78            "name": "doctrine/instantiator",
     79            "version": "1.2.0",
     80            "source": {
     81                "type": "git",
     82                "url": "https://github.com/doctrine/instantiator.git",
     83                "reference": "a2c590166b2133a4633738648b6b064edae0814a"
     84            },
     85            "dist": {
     86                "type": "zip",
     87                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
     88                "reference": "a2c590166b2133a4633738648b6b064edae0814a",
     89                "shasum": ""
     90            },
     91            "require": {
     92                "php": "^7.1"
     93            },
     94            "require-dev": {
     95                "doctrine/coding-standard": "^6.0",
     96                "ext-pdo": "*",
     97                "ext-phar": "*",
     98                "phpbench/phpbench": "^0.13",
     99                "phpstan/phpstan-phpunit": "^0.11",
     100                "phpstan/phpstan-shim": "^0.11",
     101                "phpunit/phpunit": "^7.0"
     102            },
     103            "type": "library",
     104            "extra": {
     105                "branch-alias": {
     106                    "dev-master": "1.2.x-dev"
     107                }
     108            },
     109            "autoload": {
     110                "psr-4": {
     111                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
     112                }
     113            },
     114            "notification-url": "https://packagist.org/downloads/",
     115            "license": [
     116                "MIT"
     117            ],
     118            "authors": [
     119                {
     120                    "name": "Marco Pivetta",
     121                    "email": "ocramius@gmail.com",
     122                    "homepage": "http://ocramius.github.com/"
     123                }
     124            ],
     125            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
     126            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
     127            "keywords": [
     128                "constructor",
     129                "instantiate"
     130            ],
     131            "time": "2019-03-17 17:37:11"
     132        },
     133        {
     134            "name": "myclabs/deep-copy",
     135            "version": "1.9.3",
     136            "source": {
     137                "type": "git",
     138                "url": "https://github.com/myclabs/DeepCopy.git",
     139                "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
     140            },
     141            "dist": {
     142                "type": "zip",
     143                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
     144                "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
     145                "shasum": ""
     146            },
     147            "require": {
     148                "php": "^7.1"
     149            },
     150            "replace": {
     151                "myclabs/deep-copy": "self.version"
     152            },
     153            "require-dev": {
     154                "doctrine/collections": "^1.0",
     155                "doctrine/common": "^2.6",
     156                "phpunit/phpunit": "^7.1"
     157            },
     158            "type": "library",
     159            "autoload": {
     160                "psr-4": {
     161                    "DeepCopy\\": "src/DeepCopy/"
     162                },
     163                "files": [
     164                    "src/DeepCopy/deep_copy.php"
     165                ]
     166            },
     167            "notification-url": "https://packagist.org/downloads/",
     168            "license": [
     169                "MIT"
     170            ],
     171            "description": "Create deep copies (clones) of your objects",
     172            "keywords": [
     173                "clone",
     174                "copy",
     175                "duplicate",
     176                "object",
     177                "object graph"
     178            ],
     179            "time": "2019-08-09 12:45:53"
     180        },
     181        {
     182            "name": "phar-io/manifest",
     183            "version": "1.0.3",
     184            "source": {
     185                "type": "git",
     186                "url": "https://github.com/phar-io/manifest.git",
     187                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
     188            },
     189            "dist": {
     190                "type": "zip",
     191                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
     192                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
     193                "shasum": ""
     194            },
     195            "require": {
     196                "ext-dom": "*",
     197                "ext-phar": "*",
     198                "phar-io/version": "^2.0",
     199                "php": "^5.6 || ^7.0"
     200            },
     201            "type": "library",
     202            "extra": {
     203                "branch-alias": {
     204                    "dev-master": "1.0.x-dev"
     205                }
     206            },
     207            "autoload": {
     208                "classmap": [
     209                    "src/"
     210                ]
     211            },
     212            "notification-url": "https://packagist.org/downloads/",
     213            "license": [
     214                "BSD-3-Clause"
     215            ],
     216            "authors": [
     217                {
     218                    "name": "Arne Blankerts",
     219                    "email": "arne@blankerts.de",
     220                    "role": "Developer"
     221                },
     222                {
     223                    "name": "Sebastian Heuer",
     224                    "email": "sebastian@phpeople.de",
     225                    "role": "Developer"
     226                },
     227                {
     228                    "name": "Sebastian Bergmann",
     229                    "email": "sebastian@phpunit.de",
     230                    "role": "Developer"
     231                }
     232            ],
     233            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
     234            "time": "2018-07-08 19:23:20"
     235        },
     236        {
     237            "name": "phar-io/version",
     238            "version": "2.0.1",
     239            "source": {
     240                "type": "git",
     241                "url": "https://github.com/phar-io/version.git",
     242                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
     243            },
     244            "dist": {
     245                "type": "zip",
     246                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
     247                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
     248                "shasum": ""
     249            },
     250            "require": {
     251                "php": "^5.6 || ^7.0"
     252            },
     253            "type": "library",
     254            "autoload": {
     255                "classmap": [
     256                    "src/"
     257                ]
     258            },
     259            "notification-url": "https://packagist.org/downloads/",
     260            "license": [
     261                "BSD-3-Clause"
     262            ],
     263            "authors": [
     264                {
     265                    "name": "Arne Blankerts",
     266                    "email": "arne@blankerts.de",
     267                    "role": "Developer"
     268                },
     269                {
     270                    "name": "Sebastian Heuer",
     271                    "email": "sebastian@phpeople.de",
     272                    "role": "Developer"
     273                },
     274                {
     275                    "name": "Sebastian Bergmann",
     276                    "email": "sebastian@phpunit.de",
     277                    "role": "Developer"
     278                }
     279            ],
     280            "description": "Library for handling version information and constraints",
     281            "time": "2018-07-08 19:19:57"
     282        },
     283        {
     284            "name": "phpdocumentor/reflection-common",
     285            "version": "2.0.0",
     286            "source": {
     287                "type": "git",
     288                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
     289                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
     290            },
     291            "dist": {
     292                "type": "zip",
     293                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
     294                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
     295                "shasum": ""
     296            },
     297            "require": {
     298                "php": ">=7.1"
     299            },
     300            "require-dev": {
     301                "phpunit/phpunit": "~6"
     302            },
     303            "type": "library",
     304            "extra": {
     305                "branch-alias": {
     306                    "dev-master": "2.x-dev"
     307                }
     308            },
     309            "autoload": {
     310                "psr-4": {
     311                    "phpDocumentor\\Reflection\\": "src/"
     312                }
     313            },
     314            "notification-url": "https://packagist.org/downloads/",
     315            "license": [
     316                "MIT"
     317            ],
     318            "authors": [
     319                {
     320                    "name": "Jaap van Otterdijk",
     321                    "email": "opensource@ijaap.nl"
     322                }
     323            ],
     324            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
     325            "homepage": "http://www.phpdoc.org",
     326            "keywords": [
     327                "FQSEN",
     328                "phpDocumentor",
     329                "phpdoc",
     330                "reflection",
     331                "static analysis"
     332            ],
     333            "time": "2018-08-07 13:53:10"
     334        },
     335        {
     336            "name": "phpdocumentor/reflection-docblock",
     337            "version": "4.3.2",
     338            "source": {
     339                "type": "git",
     340                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
     341                "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
     342            },
     343            "dist": {
     344                "type": "zip",
     345                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
     346                "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
     347                "shasum": ""
     348            },
     349            "require": {
     350                "php": "^7.0",
     351                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
     352                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
     353                "webmozart/assert": "^1.0"
     354            },
     355            "require-dev": {
     356                "doctrine/instantiator": "^1.0.5",
     357                "mockery/mockery": "^1.0",
     358                "phpunit/phpunit": "^6.4"
     359            },
     360            "type": "library",
     361            "extra": {
     362                "branch-alias": {
     363                    "dev-master": "4.x-dev"
     364                }
     365            },
     366            "autoload": {
     367                "psr-4": {
     368                    "phpDocumentor\\Reflection\\": [
     369                        "src/"
     370                    ]
     371                }
     372            },
     373            "notification-url": "https://packagist.org/downloads/",
     374            "license": [
     375                "MIT"
     376            ],
     377            "authors": [
     378                {
     379                    "name": "Mike van Riel",
     380                    "email": "me@mikevanriel.com"
     381                }
     382            ],
     383            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
     384            "time": "2019-09-12 14:27:41"
     385        },
     386        {
     387            "name": "phpdocumentor/type-resolver",
     388            "version": "1.0.1",
     389            "source": {
     390                "type": "git",
     391                "url": "https://github.com/phpDocumentor/TypeResolver.git",
     392                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
     393            },
     394            "dist": {
     395                "type": "zip",
     396                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
     397                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
     398                "shasum": ""
     399            },
     400            "require": {
     401                "php": "^7.1",
     402                "phpdocumentor/reflection-common": "^2.0"
     403            },
     404            "require-dev": {
     405                "ext-tokenizer": "^7.1",
     406                "mockery/mockery": "~1",
     407                "phpunit/phpunit": "^7.0"
     408            },
     409            "type": "library",
     410            "extra": {
     411                "branch-alias": {
     412                    "dev-master": "1.x-dev"
     413                }
     414            },
     415            "autoload": {
     416                "psr-4": {
     417                    "phpDocumentor\\Reflection\\": "src"
     418                }
     419            },
     420            "notification-url": "https://packagist.org/downloads/",
     421            "license": [
     422                "MIT"
     423            ],
     424            "authors": [
     425                {
     426                    "name": "Mike van Riel",
     427                    "email": "me@mikevanriel.com"
     428                }
     429            ],
     430            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
     431            "time": "2019-08-22 18:11:29"
     432        },
     433        {
     434            "name": "phpspec/prophecy",
     435            "version": "1.8.1",
     436            "source": {
     437                "type": "git",
     438                "url": "https://github.com/phpspec/prophecy.git",
     439                "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
     440            },
     441            "dist": {
     442                "type": "zip",
     443                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
     444                "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
     445                "shasum": ""
     446            },
     447            "require": {
     448                "doctrine/instantiator": "^1.0.2",
     449                "php": "^5.3|^7.0",
     450                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
     451                "sebastian/comparator": "^1.1|^2.0|^3.0",
     452                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
     453            },
     454            "require-dev": {
     455                "phpspec/phpspec": "^2.5|^3.2",
     456                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
     457            },
     458            "type": "library",
     459            "extra": {
     460                "branch-alias": {
     461                    "dev-master": "1.8.x-dev"
     462                }
     463            },
     464            "autoload": {
     465                "psr-4": {
     466                    "Prophecy\\": "src/Prophecy"
     467                }
     468            },
     469            "notification-url": "https://packagist.org/downloads/",
     470            "license": [
     471                "MIT"
     472            ],
     473            "authors": [
     474                {
     475                    "name": "Konstantin Kudryashov",
     476                    "email": "ever.zet@gmail.com",
     477                    "homepage": "http://everzet.com"
     478                },
     479                {
     480                    "name": "Marcello Duarte",
     481                    "email": "marcello.duarte@gmail.com"
     482                }
     483            ],
     484            "description": "Highly opinionated mocking framework for PHP 5.3+",
     485            "homepage": "https://github.com/phpspec/prophecy",
     486            "keywords": [
     487                "Double",
     488                "Dummy",
     489                "fake",
     490                "mock",
     491                "spy",
     492                "stub"
     493            ],
     494            "time": "2019-06-13 12:50:23"
     495        },
     496        {
     497            "name": "phpunit/php-code-coverage",
     498            "version": "6.1.4",
     499            "source": {
     500                "type": "git",
     501                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
     502                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
     503            },
     504            "dist": {
     505                "type": "zip",
     506                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
     507                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
     508                "shasum": ""
     509            },
     510            "require": {
     511                "ext-dom": "*",
     512                "ext-xmlwriter": "*",
     513                "php": "^7.1",
     514                "phpunit/php-file-iterator": "^2.0",
     515                "phpunit/php-text-template": "^1.2.1",
     516                "phpunit/php-token-stream": "^3.0",
     517                "sebastian/code-unit-reverse-lookup": "^1.0.1",
     518                "sebastian/environment": "^3.1 || ^4.0",
     519                "sebastian/version": "^2.0.1",
     520                "theseer/tokenizer": "^1.1"
     521            },
     522            "require-dev": {
     523                "phpunit/phpunit": "^7.0"
     524            },
     525            "suggest": {
     526                "ext-xdebug": "^2.6.0"
     527            },
     528            "type": "library",
     529            "extra": {
     530                "branch-alias": {
     531                    "dev-master": "6.1-dev"
     532                }
     533            },
     534            "autoload": {
     535                "classmap": [
     536                    "src/"
     537                ]
     538            },
     539            "notification-url": "https://packagist.org/downloads/",
     540            "license": [
     541                "BSD-3-Clause"
     542            ],
     543            "authors": [
     544                {
     545                    "name": "Sebastian Bergmann",
     546                    "email": "sebastian@phpunit.de",
     547                    "role": "lead"
     548                }
     549            ],
     550            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
     551            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
     552            "keywords": [
     553                "coverage",
     554                "testing",
     555                "xunit"
     556            ],
     557            "time": "2018-10-31 16:06:48"
     558        },
     559        {
     560            "name": "phpunit/php-file-iterator",
     561            "version": "2.0.2",
     562            "source": {
     563                "type": "git",
     564                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
     565                "reference": "050bedf145a257b1ff02746c31894800e5122946"
     566            },
     567            "dist": {
     568                "type": "zip",
     569                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
     570                "reference": "050bedf145a257b1ff02746c31894800e5122946",
     571                "shasum": ""
     572            },
     573            "require": {
     574                "php": "^7.1"
     575            },
     576            "require-dev": {
     577                "phpunit/phpunit": "^7.1"
     578            },
     579            "type": "library",
     580            "extra": {
     581                "branch-alias": {
     582                    "dev-master": "2.0.x-dev"
     583                }
     584            },
     585            "autoload": {
     586                "classmap": [
     587                    "src/"
     588                ]
     589            },
     590            "notification-url": "https://packagist.org/downloads/",
     591            "license": [
     592                "BSD-3-Clause"
     593            ],
     594            "authors": [
     595                {
     596                    "name": "Sebastian Bergmann",
     597                    "email": "sebastian@phpunit.de",
     598                    "role": "lead"
     599                }
     600            ],
     601            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
     602            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
     603            "keywords": [
     604                "filesystem",
     605                "iterator"
     606            ],
     607            "time": "2018-09-13 20:33:42"
     608        },
     609        {
     610            "name": "phpunit/php-text-template",
     611            "version": "1.2.1",
     612            "source": {
     613                "type": "git",
     614                "url": "https://github.com/sebastianbergmann/php-text-template.git",
     615                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
     616            },
     617            "dist": {
     618                "type": "zip",
     619                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
     620                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
     621                "shasum": ""
     622            },
     623            "require": {
     624                "php": ">=5.3.3"
     625            },
     626            "type": "library",
     627            "autoload": {
     628                "classmap": [
     629                    "src/"
     630                ]
     631            },
     632            "notification-url": "https://packagist.org/downloads/",
     633            "license": [
     634                "BSD-3-Clause"
     635            ],
     636            "authors": [
     637                {
     638                    "name": "Sebastian Bergmann",
     639                    "email": "sebastian@phpunit.de",
     640                    "role": "lead"
     641                }
     642            ],
     643            "description": "Simple template engine.",
     644            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
     645            "keywords": [
     646                "template"
     647            ],
     648            "time": "2015-06-21 13:50:34"
     649        },
     650        {
     651            "name": "phpunit/php-timer",
     652            "version": "2.1.2",
     653            "source": {
     654                "type": "git",
     655                "url": "https://github.com/sebastianbergmann/php-timer.git",
     656                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
     657            },
     658            "dist": {
     659                "type": "zip",
     660                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
     661                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
     662                "shasum": ""
     663            },
     664            "require": {
     665                "php": "^7.1"
     666            },
     667            "require-dev": {
     668                "phpunit/phpunit": "^7.0"
     669            },
     670            "type": "library",
     671            "extra": {
     672                "branch-alias": {
     673                    "dev-master": "2.1-dev"
     674                }
     675            },
     676            "autoload": {
     677                "classmap": [
     678                    "src/"
     679                ]
     680            },
     681            "notification-url": "https://packagist.org/downloads/",
     682            "license": [
     683                "BSD-3-Clause"
     684            ],
     685            "authors": [
     686                {
     687                    "name": "Sebastian Bergmann",
     688                    "role": "lead",
     689                    "email": "sebastian@phpunit.de"
     690                }
     691            ],
     692            "description": "Utility class for timing",
     693            "homepage": "https://github.com/sebastianbergmann/php-timer/",
     694            "keywords": [
     695                "timer"
     696            ],
     697            "time": "2019-06-07 04:22:29"
     698        },
     699        {
     700            "name": "phpunit/php-token-stream",
     701            "version": "3.1.1",
     702            "source": {
     703                "type": "git",
     704                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
     705                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
     706            },
     707            "dist": {
     708                "type": "zip",
     709                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
     710                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
     711                "shasum": ""
     712            },
     713            "require": {
     714                "ext-tokenizer": "*",
     715                "php": "^7.1"
     716            },
     717            "require-dev": {
     718                "phpunit/phpunit": "^7.0"
     719            },
     720            "type": "library",
     721            "extra": {
     722                "branch-alias": {
     723                    "dev-master": "3.1-dev"
     724                }
     725            },
     726            "autoload": {
     727                "classmap": [
     728                    "src/"
     729                ]
     730            },
     731            "notification-url": "https://packagist.org/downloads/",
     732            "license": [
     733                "BSD-3-Clause"
     734            ],
     735            "authors": [
     736                {
     737                    "name": "Sebastian Bergmann",
     738                    "email": "sebastian@phpunit.de"
     739                }
     740            ],
     741            "description": "Wrapper around PHP's tokenizer extension.",
     742            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
     743            "keywords": [
     744                "tokenizer"
     745            ],
     746            "time": "2019-09-17 06:23:10"
     747        },
     748        {
     749            "name": "phpunit/phpunit",
     750            "version": "7.5.16",
     751            "source": {
     752                "type": "git",
     753                "url": "https://github.com/sebastianbergmann/phpunit.git",
     754                "reference": "316afa6888d2562e04aeb67ea7f2017a0eb41661"
     755            },
     756            "dist": {
     757                "type": "zip",
     758                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/316afa6888d2562e04aeb67ea7f2017a0eb41661",
     759                "reference": "316afa6888d2562e04aeb67ea7f2017a0eb41661",
     760                "shasum": ""
     761            },
     762            "require": {
     763                "doctrine/instantiator": "^1.1",
     764                "ext-dom": "*",
     765                "ext-json": "*",
     766                "ext-libxml": "*",
     767                "ext-mbstring": "*",
     768                "ext-xml": "*",
     769                "myclabs/deep-copy": "^1.7",
     770                "phar-io/manifest": "^1.0.2",
     771                "phar-io/version": "^2.0",
     772                "php": "^7.1",
     773                "phpspec/prophecy": "^1.7",
     774                "phpunit/php-code-coverage": "^6.0.7",
     775                "phpunit/php-file-iterator": "^2.0.1",
     776                "phpunit/php-text-template": "^1.2.1",
     777                "phpunit/php-timer": "^2.1",
     778                "sebastian/comparator": "^3.0",
     779                "sebastian/diff": "^3.0",
     780                "sebastian/environment": "^4.0",
     781                "sebastian/exporter": "^3.1",
     782                "sebastian/global-state": "^2.0",
     783                "sebastian/object-enumerator": "^3.0.3",
     784                "sebastian/resource-operations": "^2.0",
     785                "sebastian/version": "^2.0.1"
     786            },
     787            "conflict": {
     788                "phpunit/phpunit-mock-objects": "*"
     789            },
     790            "require-dev": {
     791                "ext-pdo": "*"
     792            },
     793            "suggest": {
     794                "ext-soap": "*",
     795                "ext-xdebug": "*",
     796                "phpunit/php-invoker": "^2.0"
     797            },
     798            "bin": [
     799                "phpunit"
     800            ],
     801            "type": "library",
     802            "extra": {
     803                "branch-alias": {
     804                    "dev-master": "7.5-dev"
     805                }
     806            },
     807            "autoload": {
     808                "classmap": [
     809                    "src/"
     810                ]
     811            },
     812            "notification-url": "https://packagist.org/downloads/",
     813            "license": [
     814                "BSD-3-Clause"
     815            ],
     816            "authors": [
     817                {
     818                    "name": "Sebastian Bergmann",
     819                    "email": "sebastian@phpunit.de",
     820                    "role": "lead"
     821                }
     822            ],
     823            "description": "The PHP Unit Testing framework.",
     824            "homepage": "https://phpunit.de/",
     825            "keywords": [
     826                "phpunit",
     827                "testing",
     828                "xunit"
     829            ],
     830            "time": "2019-09-14 09:08:39"
     831        },
     832        {
     833            "name": "sebastian/code-unit-reverse-lookup",
     834            "version": "1.0.1",
     835            "source": {
     836                "type": "git",
     837                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
     838                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
     839            },
     840            "dist": {
     841                "type": "zip",
     842                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
     843                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
     844                "shasum": ""
     845            },
     846            "require": {
     847                "php": "^5.6 || ^7.0"
     848            },
     849            "require-dev": {
     850                "phpunit/phpunit": "^5.7 || ^6.0"
     851            },
     852            "type": "library",
     853            "extra": {
     854                "branch-alias": {
     855                    "dev-master": "1.0.x-dev"
     856                }
     857            },
     858            "autoload": {
     859                "classmap": [
     860                    "src/"
     861                ]
     862            },
     863            "notification-url": "https://packagist.org/downloads/",
     864            "license": [
     865                "BSD-3-Clause"
     866            ],
     867            "authors": [
     868                {
     869                    "name": "Sebastian Bergmann",
     870                    "email": "sebastian@phpunit.de"
     871                }
     872            ],
     873            "description": "Looks up which function or method a line of code belongs to",
     874            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
     875            "time": "2017-03-04 06:30:41"
     876        },
     877        {
     878            "name": "sebastian/comparator",
     879            "version": "3.0.2",
     880            "source": {
     881                "type": "git",
     882                "url": "https://github.com/sebastianbergmann/comparator.git",
     883                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
     884            },
     885            "dist": {
     886                "type": "zip",
     887                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
     888                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
     889                "shasum": ""
     890            },
     891            "require": {
     892                "php": "^7.1",
     893                "sebastian/diff": "^3.0",
     894                "sebastian/exporter": "^3.1"
     895            },
     896            "require-dev": {
     897                "phpunit/phpunit": "^7.1"
     898            },
     899            "type": "library",
     900            "extra": {
     901                "branch-alias": {
     902                    "dev-master": "3.0-dev"
     903                }
     904            },
     905            "autoload": {
     906                "classmap": [
     907                    "src/"
     908                ]
     909            },
     910            "notification-url": "https://packagist.org/downloads/",
     911            "license": [
     912                "BSD-3-Clause"
     913            ],
     914            "authors": [
     915                {
     916                    "name": "Jeff Welch",
     917                    "email": "whatthejeff@gmail.com"
     918                },
     919                {
     920                    "name": "Volker Dusch",
     921                    "email": "github@wallbash.com"
     922                },
     923                {
     924                    "name": "Bernhard Schussek",
     925                    "email": "bschussek@2bepublished.at"
     926                },
     927                {
     928                    "name": "Sebastian Bergmann",
     929                    "email": "sebastian@phpunit.de"
     930                }
     931            ],
     932            "description": "Provides the functionality to compare PHP values for equality",
     933            "homepage": "https://github.com/sebastianbergmann/comparator",
     934            "keywords": [
     935                "comparator",
     936                "compare",
     937                "equality"
     938            ],
     939            "time": "2018-07-12 15:12:46"
     940        },
     941        {
     942            "name": "sebastian/diff",
     943            "version": "3.0.2",
     944            "source": {
     945                "type": "git",
     946                "url": "https://github.com/sebastianbergmann/diff.git",
     947                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
     948            },
     949            "dist": {
     950                "type": "zip",
     951                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
     952                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
     953                "shasum": ""
     954            },
     955            "require": {
     956                "php": "^7.1"
     957            },
     958            "require-dev": {
     959                "phpunit/phpunit": "^7.5 || ^8.0",
     960                "symfony/process": "^2 || ^3.3 || ^4"
     961            },
     962            "type": "library",
     963            "extra": {
     964                "branch-alias": {
     965                    "dev-master": "3.0-dev"
     966                }
     967            },
     968            "autoload": {
     969                "classmap": [
     970                    "src/"
     971                ]
     972            },
     973            "notification-url": "https://packagist.org/downloads/",
     974            "license": [
     975                "BSD-3-Clause"
     976            ],
     977            "authors": [
     978                {
     979                    "name": "Kore Nordmann",
     980                    "email": "mail@kore-nordmann.de"
     981                },
     982                {
     983                    "name": "Sebastian Bergmann",
     984                    "email": "sebastian@phpunit.de"
     985                }
     986            ],
     987            "description": "Diff implementation",
     988            "homepage": "https://github.com/sebastianbergmann/diff",
     989            "keywords": [
     990                "diff",
     991                "udiff",
     992                "unidiff",
     993                "unified diff"
     994            ],
     995            "time": "2019-02-04 06:01:07"
     996        },
     997        {
     998            "name": "sebastian/environment",
     999            "version": "4.2.2",
     1000            "source": {
     1001                "type": "git",
     1002                "url": "https://github.com/sebastianbergmann/environment.git",
     1003                "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
     1004            },
     1005            "dist": {
     1006                "type": "zip",
     1007                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
     1008                "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
     1009                "shasum": ""
     1010            },
     1011            "require": {
     1012                "php": "^7.1"
     1013            },
     1014            "require-dev": {
     1015                "phpunit/phpunit": "^7.5"
     1016            },
     1017            "suggest": {
     1018                "ext-posix": "*"
     1019            },
     1020            "type": "library",
     1021            "extra": {
     1022                "branch-alias": {
     1023                    "dev-master": "4.2-dev"
     1024                }
     1025            },
     1026            "autoload": {
     1027                "classmap": [
     1028                    "src/"
     1029                ]
     1030            },
     1031            "notification-url": "https://packagist.org/downloads/",
     1032            "license": [
     1033                "BSD-3-Clause"
     1034            ],
     1035            "authors": [
     1036                {
     1037                    "name": "Sebastian Bergmann",
     1038                    "email": "sebastian@phpunit.de"
     1039                }
     1040            ],
     1041            "description": "Provides functionality to handle HHVM/PHP environments",
     1042            "homepage": "http://www.github.com/sebastianbergmann/environment",
     1043            "keywords": [
     1044                "Xdebug",
     1045                "environment",
     1046                "hhvm"
     1047            ],
     1048            "time": "2019-05-05 09:05:15"
     1049        },
     1050        {
     1051            "name": "sebastian/exporter",
     1052            "version": "3.1.2",
     1053            "source": {
     1054                "type": "git",
     1055                "url": "https://github.com/sebastianbergmann/exporter.git",
     1056                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
     1057            },
     1058            "dist": {
     1059                "type": "zip",
     1060                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
     1061                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
     1062                "shasum": ""
     1063            },
     1064            "require": {
     1065                "php": "^7.0",
     1066                "sebastian/recursion-context": "^3.0"
     1067            },
     1068            "require-dev": {
     1069                "ext-mbstring": "*",
     1070                "phpunit/phpunit": "^6.0"
     1071            },
     1072            "type": "library",
     1073            "extra": {
     1074                "branch-alias": {
     1075                    "dev-master": "3.1.x-dev"
     1076                }
     1077            },
     1078            "autoload": {
     1079                "classmap": [
     1080                    "src/"
     1081                ]
     1082            },
     1083            "notification-url": "https://packagist.org/downloads/",
     1084            "license": [
     1085                "BSD-3-Clause"
     1086            ],
     1087            "authors": [
     1088                {
     1089                    "name": "Sebastian Bergmann",
     1090                    "email": "sebastian@phpunit.de"
     1091                },
     1092                {
     1093                    "name": "Jeff Welch",
     1094                    "email": "whatthejeff@gmail.com"
     1095                },
     1096                {
     1097                    "name": "Volker Dusch",
     1098                    "email": "github@wallbash.com"
     1099                },
     1100                {
     1101                    "name": "Adam Harvey",
     1102                    "email": "aharvey@php.net"
     1103                },
     1104                {
     1105                    "name": "Bernhard Schussek",
     1106                    "email": "bschussek@gmail.com"
     1107                }
     1108            ],
     1109            "description": "Provides the functionality to export PHP variables for visualization",
     1110            "homepage": "http://www.github.com/sebastianbergmann/exporter",
     1111            "keywords": [
     1112                "export",
     1113                "exporter"
     1114            ],
     1115            "time": "2019-09-14 09:02:43"
     1116        },
     1117        {
     1118            "name": "sebastian/global-state",
     1119            "version": "2.0.0",
     1120            "source": {
     1121                "type": "git",
     1122                "url": "https://github.com/sebastianbergmann/global-state.git",
     1123                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
     1124            },
     1125            "dist": {
     1126                "type": "zip",
     1127                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
     1128                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
     1129                "shasum": ""
     1130            },
     1131            "require": {
     1132                "php": "^7.0"
     1133            },
     1134            "require-dev": {
     1135                "phpunit/phpunit": "^6.0"
     1136            },
     1137            "suggest": {
     1138                "ext-uopz": "*"
     1139            },
     1140            "type": "library",
     1141            "extra": {
     1142                "branch-alias": {
     1143                    "dev-master": "2.0-dev"
     1144                }
     1145            },
     1146            "autoload": {
     1147                "classmap": [
     1148                    "src/"
     1149                ]
     1150            },
     1151            "notification-url": "https://packagist.org/downloads/",
     1152            "license": [
     1153                "BSD-3-Clause"
     1154            ],
     1155            "authors": [
     1156                {
     1157                    "name": "Sebastian Bergmann",
     1158                    "email": "sebastian@phpunit.de"
     1159                }
     1160            ],
     1161            "description": "Snapshotting of global state",
     1162            "homepage": "http://www.github.com/sebastianbergmann/global-state",
     1163            "keywords": [
     1164                "global state"
     1165            ],
     1166            "time": "2017-04-27 15:39:26"
     1167        },
     1168        {
     1169            "name": "sebastian/object-enumerator",
     1170            "version": "3.0.3",
     1171            "source": {
     1172                "type": "git",
     1173                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
     1174                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
     1175            },
     1176            "dist": {
     1177                "type": "zip",
     1178                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
     1179                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
     1180                "shasum": ""
     1181            },
     1182            "require": {
     1183                "php": "^7.0",
     1184                "sebastian/object-reflector": "^1.1.1",
     1185                "sebastian/recursion-context": "^3.0"
     1186            },
     1187            "require-dev": {
     1188                "phpunit/phpunit": "^6.0"
     1189            },
     1190            "type": "library",
     1191            "extra": {
     1192                "branch-alias": {
     1193                    "dev-master": "3.0.x-dev"
     1194                }
     1195            },
     1196            "autoload": {
     1197                "classmap": [
     1198                    "src/"
     1199                ]
     1200            },
     1201            "notification-url": "https://packagist.org/downloads/",
     1202            "license": [
     1203                "BSD-3-Clause"
     1204            ],
     1205            "authors": [
     1206                {
     1207                    "name": "Sebastian Bergmann",
     1208                    "email": "sebastian@phpunit.de"
     1209                }
     1210            ],
     1211            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
     1212            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
     1213            "time": "2017-08-03 12:35:26"
     1214        },
     1215        {
     1216            "name": "sebastian/object-reflector",
     1217            "version": "1.1.1",
     1218            "source": {
     1219                "type": "git",
     1220                "url": "https://github.com/sebastianbergmann/object-reflector.git",
     1221                "reference": "773f97c67f28de00d397be301821b06708fca0be"
     1222            },
     1223            "dist": {
     1224                "type": "zip",
     1225                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
     1226                "reference": "773f97c67f28de00d397be301821b06708fca0be",
     1227                "shasum": ""
     1228            },
     1229            "require": {
     1230                "php": "^7.0"
     1231            },
     1232            "require-dev": {
     1233                "phpunit/phpunit": "^6.0"
     1234            },
     1235            "type": "library",
     1236            "extra": {
     1237                "branch-alias": {
     1238                    "dev-master": "1.1-dev"
     1239                }
     1240            },
     1241            "autoload": {
     1242                "classmap": [
     1243                    "src/"
     1244                ]
     1245            },
     1246            "notification-url": "https://packagist.org/downloads/",
     1247            "license": [
     1248                "BSD-3-Clause"
     1249            ],
     1250            "authors": [
     1251                {
     1252                    "name": "Sebastian Bergmann",
     1253                    "email": "sebastian@phpunit.de"
     1254                }
     1255            ],
     1256            "description": "Allows reflection of object attributes, including inherited and non-public ones",
     1257            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
     1258            "time": "2017-03-29 09:07:27"
     1259        },
     1260        {
     1261            "name": "sebastian/recursion-context",
     1262            "version": "3.0.0",
     1263            "source": {
     1264                "type": "git",
     1265                "url": "https://github.com/sebastianbergmann/recursion-context.git",
     1266                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
     1267            },
     1268            "dist": {
     1269                "type": "zip",
     1270                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
     1271                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
     1272                "shasum": ""
     1273            },
     1274            "require": {
     1275                "php": "^7.0"
     1276            },
     1277            "require-dev": {
     1278                "phpunit/phpunit": "^6.0"
     1279            },
     1280            "type": "library",
     1281            "extra": {
     1282                "branch-alias": {
     1283                    "dev-master": "3.0.x-dev"
     1284                }
     1285            },
     1286            "autoload": {
     1287                "classmap": [
     1288                    "src/"
     1289                ]
     1290            },
     1291            "notification-url": "https://packagist.org/downloads/",
     1292            "license": [
     1293                "BSD-3-Clause"
     1294            ],
     1295            "authors": [
     1296                {
     1297                    "name": "Jeff Welch",
     1298                    "email": "whatthejeff@gmail.com"
     1299                },
     1300                {
     1301                    "name": "Sebastian Bergmann",
     1302                    "email": "sebastian@phpunit.de"
     1303                },
     1304                {
     1305                    "name": "Adam Harvey",
     1306                    "email": "aharvey@php.net"
     1307                }
     1308            ],
     1309            "description": "Provides functionality to recursively process PHP variables",
     1310            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
     1311            "time": "2017-03-03 06:23:57"
     1312        },
     1313        {
     1314            "name": "sebastian/resource-operations",
     1315            "version": "2.0.1",
     1316            "source": {
     1317                "type": "git",
     1318                "url": "https://github.com/sebastianbergmann/resource-operations.git",
     1319                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
     1320            },
     1321            "dist": {
     1322                "type": "zip",
     1323                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
     1324                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
     1325                "shasum": ""
     1326            },
     1327            "require": {
     1328                "php": "^7.1"
     1329            },
     1330            "type": "library",
     1331            "extra": {
     1332                "branch-alias": {
     1333                    "dev-master": "2.0-dev"
     1334                }
     1335            },
     1336            "autoload": {
     1337                "classmap": [
     1338                    "src/"
     1339                ]
     1340            },
     1341            "notification-url": "https://packagist.org/downloads/",
     1342            "license": [
     1343                "BSD-3-Clause"
     1344            ],
     1345            "authors": [
     1346                {
     1347                    "name": "Sebastian Bergmann",
     1348                    "email": "sebastian@phpunit.de"
     1349                }
     1350            ],
     1351            "description": "Provides a list of PHP built-in functions that operate on resources",
     1352            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
     1353            "time": "2018-10-04 04:07:39"
     1354        },
     1355        {
     1356            "name": "sebastian/version",
     1357            "version": "2.0.1",
     1358            "source": {
     1359                "type": "git",
     1360                "url": "https://github.com/sebastianbergmann/version.git",
     1361                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
     1362            },
     1363            "dist": {
     1364                "type": "zip",
     1365                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
     1366                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
     1367                "shasum": ""
     1368            },
     1369            "require": {
     1370                "php": ">=5.6"
     1371            },
     1372            "type": "library",
     1373            "extra": {
     1374                "branch-alias": {
     1375                    "dev-master": "2.0.x-dev"
     1376                }
     1377            },
     1378            "autoload": {
     1379                "classmap": [
     1380                    "src/"
     1381                ]
     1382            },
     1383            "notification-url": "https://packagist.org/downloads/",
     1384            "license": [
     1385                "BSD-3-Clause"
     1386            ],
     1387            "authors": [
     1388                {
     1389                    "name": "Sebastian Bergmann",
     1390                    "email": "sebastian@phpunit.de",
     1391                    "role": "lead"
     1392                }
     1393            ],
     1394            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
     1395            "homepage": "https://github.com/sebastianbergmann/version",
     1396            "time": "2016-10-03 07:35:21"
    751397        },
    761398        {
    771399            "name": "squizlabs/php_codesniffer",
    78             "version": "3.4.0",
     1400            "version": "3.4.2",
    791401            "source": {
    801402                "type": "git",
    811403                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    82                 "reference": "379deb987e26c7cd103a7b387aea178baec96e48"
     1404                "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
    831405            },
    841406            "dist": {
    851407                "type": "zip",
    86                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48",
    87                 "reference": "379deb987e26c7cd103a7b387aea178baec96e48",
     1408                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
     1409                "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
    881410                "shasum": ""
    891411            },
    901412            "require": {
     
    1171439                }
    1181440            ],
    1191441            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
    120             "homepage": "http://www.squizlabs.com/php-codesniffer",
     1442            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
    1211443            "keywords": [
    1221444                "phpcs",
    1231445                "standards"
    1241446            ],
    125             "time": "2018-12-19T23:57:18+00:00"
     1447            "time": "2019-04-10 23:49:02"
     1448        },
     1449        {
     1450            "name": "symfony/polyfill-ctype",
     1451            "version": "v1.12.0",
     1452            "source": {
     1453                "type": "git",
     1454                "url": "https://github.com/symfony/polyfill-ctype.git",
     1455                "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
     1456            },
     1457            "dist": {
     1458                "type": "zip",
     1459                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
     1460                "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
     1461                "shasum": ""
     1462            },
     1463            "require": {
     1464                "php": ">=5.3.3"
     1465            },
     1466            "suggest": {
     1467                "ext-ctype": "For best performance"
     1468            },
     1469            "type": "library",
     1470            "extra": {
     1471                "branch-alias": {
     1472                    "dev-master": "1.12-dev"
     1473                }
     1474            },
     1475            "autoload": {
     1476                "psr-4": {
     1477                    "Symfony\\Polyfill\\Ctype\\": ""
     1478                },
     1479                "files": [
     1480                    "bootstrap.php"
     1481                ]
     1482            },
     1483            "notification-url": "https://packagist.org/downloads/",
     1484            "license": [
     1485                "MIT"
     1486            ],
     1487            "authors": [
     1488                {
     1489                    "name": "Gert de Pagter",
     1490                    "email": "BackEndTea@gmail.com"
     1491                },
     1492                {
     1493                    "name": "Symfony Community",
     1494                    "homepage": "https://symfony.com/contributors"
     1495                }
     1496            ],
     1497            "description": "Symfony polyfill for ctype functions",
     1498            "homepage": "https://symfony.com",
     1499            "keywords": [
     1500                "compatibility",
     1501                "ctype",
     1502                "polyfill",
     1503                "portable"
     1504            ],
     1505            "time": "2019-08-06 08:03:45"
     1506        },
     1507        {
     1508            "name": "theseer/tokenizer",
     1509            "version": "1.1.3",
     1510            "source": {
     1511                "type": "git",
     1512                "url": "https://github.com/theseer/tokenizer.git",
     1513                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
     1514            },
     1515            "dist": {
     1516                "type": "zip",
     1517                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
     1518                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
     1519                "shasum": ""
     1520            },
     1521            "require": {
     1522                "ext-dom": "*",
     1523                "ext-tokenizer": "*",
     1524                "ext-xmlwriter": "*",
     1525                "php": "^7.0"
     1526            },
     1527            "type": "library",
     1528            "autoload": {
     1529                "classmap": [
     1530                    "src/"
     1531                ]
     1532            },
     1533            "notification-url": "https://packagist.org/downloads/",
     1534            "license": [
     1535                "BSD-3-Clause"
     1536            ],
     1537            "authors": [
     1538                {
     1539                    "name": "Arne Blankerts",
     1540                    "role": "Developer",
     1541                    "email": "arne@blankerts.de"
     1542                }
     1543            ],
     1544            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
     1545            "time": "2019-06-13 22:48:21"
     1546        },
     1547        {
     1548            "name": "webmozart/assert",
     1549            "version": "1.5.0",
     1550            "source": {
     1551                "type": "git",
     1552                "url": "https://github.com/webmozart/assert.git",
     1553                "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
     1554            },
     1555            "dist": {
     1556                "type": "zip",
     1557                "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
     1558                "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
     1559                "shasum": ""
     1560            },
     1561            "require": {
     1562                "php": "^5.3.3 || ^7.0",
     1563                "symfony/polyfill-ctype": "^1.8"
     1564            },
     1565            "require-dev": {
     1566                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
     1567            },
     1568            "type": "library",
     1569            "extra": {
     1570                "branch-alias": {
     1571                    "dev-master": "1.3-dev"
     1572                }
     1573            },
     1574            "autoload": {
     1575                "psr-4": {
     1576                    "Webmozart\\Assert\\": "src/"
     1577                }
     1578            },
     1579            "notification-url": "https://packagist.org/downloads/",
     1580            "license": [
     1581                "MIT"
     1582            ],
     1583            "authors": [
     1584                {
     1585                    "name": "Bernhard Schussek",
     1586                    "email": "bschussek@gmail.com"
     1587                }
     1588            ],
     1589            "description": "Assertions to validate method input/output with nice error messages.",
     1590            "keywords": [
     1591                "assert",
     1592                "check",
     1593                "validate"
     1594            ],
     1595            "time": "2019-08-24 08:43:50"
    1261596        },
    1271597        {
    1281598            "name": "wp-coding-standards/wpcs",
    129             "version": "2.1.1",
     1599            "version": "2.0.0",
    1301600            "source": {
    1311601                "type": "git",
    1321602                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
    133                 "reference": "bd9c33152115e6741e3510ff7189605b35167908"
     1603                "reference": "c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce"
    1341604            },
    1351605            "dist": {
    1361606                "type": "zip",
    137                 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/bd9c33152115e6741e3510ff7189605b35167908",
    138                 "reference": "bd9c33152115e6741e3510ff7189605b35167908",
     1607                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce",
     1608                "reference": "c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce",
    1391609                "shasum": ""
    1401610            },
    1411611            "require": {
     
    1481618                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
    1491619            },
    1501620            "suggest": {
    151                 "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
     1621                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
    1521622            },
    1531623            "type": "phpcodesniffer-standard",
    1541624            "notification-url": "https://packagist.org/downloads/",
     
    1671637                "standards",
    1681638                "wordpress"
    1691639            ],
    170             "time": "2019-05-21T02:50:00+00:00"
     1640            "time": "2019-01-16 10:13:16"
    1711641        }
    1721642    ],
    1731643    "aliases": [],