Make WordPress Core

Ticket #46815: 46815.2.diff

File 46815.2.diff, 54.0 KB (added by welcher, 6 years ago)
  • composer.json

    diff --git composer.json composer.json
    index 34d13463bb..e9123c0ed5 100644
     
    1111        },
    1212        "require-dev": {
    1313                "dealerdirect/phpcodesniffer-composer-installer": "~0.5.0",
    14                 "wp-coding-standards/wpcs": "~2.0.0"
     14                "wp-coding-standards/wpcs": "~2.0.0",
     15                "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0"
    1516        },
    1617        "scripts": {
    1718                "format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
    18                 "lint": "phpcs --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"
    1921        }
    2022}
  • composer.lock

    diff --git composer.lock composer.lock
    index 308c686a47..e15efc8190 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": "c7426ffeca8db395605e43bccf174b02",
     7    "hash": "285a9fcfc08d230786765d0dac879101",
     8    "content-hash": "8b3b0a1e5f8feea8e3ff1f59ac609dc7",
    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.8.1",
     136            "source": {
     137                "type": "git",
     138                "url": "https://github.com/myclabs/DeepCopy.git",
     139                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
     140            },
     141            "dist": {
     142                "type": "zip",
     143                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
     144                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
     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": "2018-06-11 23:09:50"
     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": "1.0.1",
     286            "source": {
     287                "type": "git",
     288                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
     289                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
     290            },
     291            "dist": {
     292                "type": "zip",
     293                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
     294                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
     295                "shasum": ""
     296            },
     297            "require": {
     298                "php": ">=5.5"
     299            },
     300            "require-dev": {
     301                "phpunit/phpunit": "^4.6"
     302            },
     303            "type": "library",
     304            "extra": {
     305                "branch-alias": {
     306                    "dev-master": "1.0.x-dev"
     307                }
     308            },
     309            "autoload": {
     310                "psr-4": {
     311                    "phpDocumentor\\Reflection\\": [
     312                        "src"
     313                    ]
     314                }
     315            },
     316            "notification-url": "https://packagist.org/downloads/",
     317            "license": [
     318                "MIT"
     319            ],
     320            "authors": [
     321                {
     322                    "name": "Jaap van Otterdijk",
     323                    "email": "opensource@ijaap.nl"
     324                }
     325            ],
     326            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
     327            "homepage": "http://www.phpdoc.org",
     328            "keywords": [
     329                "FQSEN",
     330                "phpDocumentor",
     331                "phpdoc",
     332                "reflection",
     333                "static analysis"
     334            ],
     335            "time": "2017-09-11 18:02:19"
     336        },
     337        {
     338            "name": "phpdocumentor/reflection-docblock",
     339            "version": "4.3.0",
     340            "source": {
     341                "type": "git",
     342                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
     343                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
     344            },
     345            "dist": {
     346                "type": "zip",
     347                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
     348                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
     349                "shasum": ""
     350            },
     351            "require": {
     352                "php": "^7.0",
     353                "phpdocumentor/reflection-common": "^1.0.0",
     354                "phpdocumentor/type-resolver": "^0.4.0",
     355                "webmozart/assert": "^1.0"
     356            },
     357            "require-dev": {
     358                "doctrine/instantiator": "~1.0.5",
     359                "mockery/mockery": "^1.0",
     360                "phpunit/phpunit": "^6.4"
     361            },
     362            "type": "library",
     363            "extra": {
     364                "branch-alias": {
     365                    "dev-master": "4.x-dev"
     366                }
     367            },
     368            "autoload": {
     369                "psr-4": {
     370                    "phpDocumentor\\Reflection\\": [
     371                        "src/"
     372                    ]
     373                }
     374            },
     375            "notification-url": "https://packagist.org/downloads/",
     376            "license": [
     377                "MIT"
     378            ],
     379            "authors": [
     380                {
     381                    "name": "Mike van Riel",
     382                    "email": "me@mikevanriel.com"
     383                }
     384            ],
     385            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
     386            "time": "2017-11-30 07:14:17"
     387        },
     388        {
     389            "name": "phpdocumentor/type-resolver",
     390            "version": "0.4.0",
     391            "source": {
     392                "type": "git",
     393                "url": "https://github.com/phpDocumentor/TypeResolver.git",
     394                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
     395            },
     396            "dist": {
     397                "type": "zip",
     398                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
     399                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
     400                "shasum": ""
     401            },
     402            "require": {
     403                "php": "^5.5 || ^7.0",
     404                "phpdocumentor/reflection-common": "^1.0"
     405            },
     406            "require-dev": {
     407                "mockery/mockery": "^0.9.4",
     408                "phpunit/phpunit": "^5.2||^4.8.24"
     409            },
     410            "type": "library",
     411            "extra": {
     412                "branch-alias": {
     413                    "dev-master": "1.0.x-dev"
     414                }
     415            },
     416            "autoload": {
     417                "psr-4": {
     418                    "phpDocumentor\\Reflection\\": [
     419                        "src/"
     420                    ]
     421                }
     422            },
     423            "notification-url": "https://packagist.org/downloads/",
     424            "license": [
     425                "MIT"
     426            ],
     427            "authors": [
     428                {
     429                    "name": "Mike van Riel",
     430                    "email": "me@mikevanriel.com"
     431                }
     432            ],
     433            "time": "2017-07-14 14:27:02"
     434        },
     435        {
     436            "name": "phpspec/prophecy",
     437            "version": "1.8.0",
     438            "source": {
     439                "type": "git",
     440                "url": "https://github.com/phpspec/prophecy.git",
     441                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
     442            },
     443            "dist": {
     444                "type": "zip",
     445                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
     446                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
     447                "shasum": ""
     448            },
     449            "require": {
     450                "doctrine/instantiator": "^1.0.2",
     451                "php": "^5.3|^7.0",
     452                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
     453                "sebastian/comparator": "^1.1|^2.0|^3.0",
     454                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
     455            },
     456            "require-dev": {
     457                "phpspec/phpspec": "^2.5|^3.2",
     458                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
     459            },
     460            "type": "library",
     461            "extra": {
     462                "branch-alias": {
     463                    "dev-master": "1.8.x-dev"
     464                }
     465            },
     466            "autoload": {
     467                "psr-0": {
     468                    "Prophecy\\": "src/"
     469                }
     470            },
     471            "notification-url": "https://packagist.org/downloads/",
     472            "license": [
     473                "MIT"
     474            ],
     475            "authors": [
     476                {
     477                    "name": "Konstantin Kudryashov",
     478                    "email": "ever.zet@gmail.com",
     479                    "homepage": "http://everzet.com"
     480                },
     481                {
     482                    "name": "Marcello Duarte",
     483                    "email": "marcello.duarte@gmail.com"
     484                }
     485            ],
     486            "description": "Highly opinionated mocking framework for PHP 5.3+",
     487            "homepage": "https://github.com/phpspec/prophecy",
     488            "keywords": [
     489                "Double",
     490                "Dummy",
     491                "fake",
     492                "mock",
     493                "spy",
     494                "stub"
     495            ],
     496            "time": "2018-08-05 17:53:17"
     497        },
     498        {
     499            "name": "phpunit/php-code-coverage",
     500            "version": "6.1.4",
     501            "source": {
     502                "type": "git",
     503                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
     504                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
     505            },
     506            "dist": {
     507                "type": "zip",
     508                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
     509                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
     510                "shasum": ""
     511            },
     512            "require": {
     513                "ext-dom": "*",
     514                "ext-xmlwriter": "*",
     515                "php": "^7.1",
     516                "phpunit/php-file-iterator": "^2.0",
     517                "phpunit/php-text-template": "^1.2.1",
     518                "phpunit/php-token-stream": "^3.0",
     519                "sebastian/code-unit-reverse-lookup": "^1.0.1",
     520                "sebastian/environment": "^3.1 || ^4.0",
     521                "sebastian/version": "^2.0.1",
     522                "theseer/tokenizer": "^1.1"
     523            },
     524            "require-dev": {
     525                "phpunit/phpunit": "^7.0"
     526            },
     527            "suggest": {
     528                "ext-xdebug": "^2.6.0"
     529            },
     530            "type": "library",
     531            "extra": {
     532                "branch-alias": {
     533                    "dev-master": "6.1-dev"
     534                }
     535            },
     536            "autoload": {
     537                "classmap": [
     538                    "src/"
     539                ]
     540            },
     541            "notification-url": "https://packagist.org/downloads/",
     542            "license": [
     543                "BSD-3-Clause"
     544            ],
     545            "authors": [
     546                {
     547                    "name": "Sebastian Bergmann",
     548                    "email": "sebastian@phpunit.de",
     549                    "role": "lead"
     550                }
     551            ],
     552            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
     553            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
     554            "keywords": [
     555                "coverage",
     556                "testing",
     557                "xunit"
     558            ],
     559            "time": "2018-10-31 16:06:48"
     560        },
     561        {
     562            "name": "phpunit/php-file-iterator",
     563            "version": "2.0.2",
     564            "source": {
     565                "type": "git",
     566                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
     567                "reference": "050bedf145a257b1ff02746c31894800e5122946"
     568            },
     569            "dist": {
     570                "type": "zip",
     571                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
     572                "reference": "050bedf145a257b1ff02746c31894800e5122946",
     573                "shasum": ""
     574            },
     575            "require": {
     576                "php": "^7.1"
     577            },
     578            "require-dev": {
     579                "phpunit/phpunit": "^7.1"
     580            },
     581            "type": "library",
     582            "extra": {
     583                "branch-alias": {
     584                    "dev-master": "2.0.x-dev"
     585                }
     586            },
     587            "autoload": {
     588                "classmap": [
     589                    "src/"
     590                ]
     591            },
     592            "notification-url": "https://packagist.org/downloads/",
     593            "license": [
     594                "BSD-3-Clause"
     595            ],
     596            "authors": [
     597                {
     598                    "name": "Sebastian Bergmann",
     599                    "email": "sebastian@phpunit.de",
     600                    "role": "lead"
     601                }
     602            ],
     603            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
     604            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
     605            "keywords": [
     606                "filesystem",
     607                "iterator"
     608            ],
     609            "time": "2018-09-13 20:33:42"
     610        },
     611        {
     612            "name": "phpunit/php-text-template",
     613            "version": "1.2.1",
     614            "source": {
     615                "type": "git",
     616                "url": "https://github.com/sebastianbergmann/php-text-template.git",
     617                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
     618            },
     619            "dist": {
     620                "type": "zip",
     621                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
     622                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
     623                "shasum": ""
     624            },
     625            "require": {
     626                "php": ">=5.3.3"
     627            },
     628            "type": "library",
     629            "autoload": {
     630                "classmap": [
     631                    "src/"
     632                ]
     633            },
     634            "notification-url": "https://packagist.org/downloads/",
     635            "license": [
     636                "BSD-3-Clause"
     637            ],
     638            "authors": [
     639                {
     640                    "name": "Sebastian Bergmann",
     641                    "email": "sebastian@phpunit.de",
     642                    "role": "lead"
     643                }
     644            ],
     645            "description": "Simple template engine.",
     646            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
     647            "keywords": [
     648                "template"
     649            ],
     650            "time": "2015-06-21 13:50:34"
     651        },
     652        {
     653            "name": "phpunit/php-timer",
     654            "version": "2.1.1",
     655            "source": {
     656                "type": "git",
     657                "url": "https://github.com/sebastianbergmann/php-timer.git",
     658                "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059"
     659            },
     660            "dist": {
     661                "type": "zip",
     662                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
     663                "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
     664                "shasum": ""
     665            },
     666            "require": {
     667                "php": "^7.1"
     668            },
     669            "require-dev": {
     670                "phpunit/phpunit": "^7.0"
     671            },
     672            "type": "library",
     673            "extra": {
     674                "branch-alias": {
     675                    "dev-master": "2.1-dev"
     676                }
     677            },
     678            "autoload": {
     679                "classmap": [
     680                    "src/"
     681                ]
     682            },
     683            "notification-url": "https://packagist.org/downloads/",
     684            "license": [
     685                "BSD-3-Clause"
     686            ],
     687            "authors": [
     688                {
     689                    "name": "Sebastian Bergmann",
     690                    "email": "sebastian@phpunit.de",
     691                    "role": "lead"
     692                }
     693            ],
     694            "description": "Utility class for timing",
     695            "homepage": "https://github.com/sebastianbergmann/php-timer/",
     696            "keywords": [
     697                "timer"
     698            ],
     699            "time": "2019-02-20 10:12:59"
     700        },
     701        {
     702            "name": "phpunit/php-token-stream",
     703            "version": "3.0.1",
     704            "source": {
     705                "type": "git",
     706                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
     707                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
     708            },
     709            "dist": {
     710                "type": "zip",
     711                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
     712                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
     713                "shasum": ""
     714            },
     715            "require": {
     716                "ext-tokenizer": "*",
     717                "php": "^7.1"
     718            },
     719            "require-dev": {
     720                "phpunit/phpunit": "^7.0"
     721            },
     722            "type": "library",
     723            "extra": {
     724                "branch-alias": {
     725                    "dev-master": "3.0-dev"
     726                }
     727            },
     728            "autoload": {
     729                "classmap": [
     730                    "src/"
     731                ]
     732            },
     733            "notification-url": "https://packagist.org/downloads/",
     734            "license": [
     735                "BSD-3-Clause"
     736            ],
     737            "authors": [
     738                {
     739                    "name": "Sebastian Bergmann",
     740                    "email": "sebastian@phpunit.de"
     741                }
     742            ],
     743            "description": "Wrapper around PHP's tokenizer extension.",
     744            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
     745            "keywords": [
     746                "tokenizer"
     747            ],
     748            "time": "2018-10-30 05:52:18"
     749        },
     750        {
     751            "name": "phpunit/phpunit",
     752            "version": "7.5.8",
     753            "source": {
     754                "type": "git",
     755                "url": "https://github.com/sebastianbergmann/phpunit.git",
     756                "reference": "c29c0525cf4572c11efe1db49a8b8aee9dfac58a"
     757            },
     758            "dist": {
     759                "type": "zip",
     760                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c29c0525cf4572c11efe1db49a8b8aee9dfac58a",
     761                "reference": "c29c0525cf4572c11efe1db49a8b8aee9dfac58a",
     762                "shasum": ""
     763            },
     764            "require": {
     765                "doctrine/instantiator": "^1.1",
     766                "ext-dom": "*",
     767                "ext-json": "*",
     768                "ext-libxml": "*",
     769                "ext-mbstring": "*",
     770                "ext-xml": "*",
     771                "myclabs/deep-copy": "^1.7",
     772                "phar-io/manifest": "^1.0.2",
     773                "phar-io/version": "^2.0",
     774                "php": "^7.1",
     775                "phpspec/prophecy": "^1.7",
     776                "phpunit/php-code-coverage": "^6.0.7",
     777                "phpunit/php-file-iterator": "^2.0.1",
     778                "phpunit/php-text-template": "^1.2.1",
     779                "phpunit/php-timer": "^2.1",
     780                "sebastian/comparator": "^3.0",
     781                "sebastian/diff": "^3.0",
     782                "sebastian/environment": "^4.0",
     783                "sebastian/exporter": "^3.1",
     784                "sebastian/global-state": "^2.0",
     785                "sebastian/object-enumerator": "^3.0.3",
     786                "sebastian/resource-operations": "^2.0",
     787                "sebastian/version": "^2.0.1"
     788            },
     789            "conflict": {
     790                "phpunit/phpunit-mock-objects": "*"
     791            },
     792            "require-dev": {
     793                "ext-pdo": "*"
     794            },
     795            "suggest": {
     796                "ext-soap": "*",
     797                "ext-xdebug": "*",
     798                "phpunit/php-invoker": "^2.0"
     799            },
     800            "bin": [
     801                "phpunit"
     802            ],
     803            "type": "library",
     804            "extra": {
     805                "branch-alias": {
     806                    "dev-master": "7.5-dev"
     807                }
     808            },
     809            "autoload": {
     810                "classmap": [
     811                    "src/"
     812                ]
     813            },
     814            "notification-url": "https://packagist.org/downloads/",
     815            "license": [
     816                "BSD-3-Clause"
     817            ],
     818            "authors": [
     819                {
     820                    "name": "Sebastian Bergmann",
     821                    "email": "sebastian@phpunit.de",
     822                    "role": "lead"
     823                }
     824            ],
     825            "description": "The PHP Unit Testing framework.",
     826            "homepage": "https://phpunit.de/",
     827            "keywords": [
     828                "phpunit",
     829                "testing",
     830                "xunit"
     831            ],
     832            "time": "2019-03-26 13:23:54"
     833        },
     834        {
     835            "name": "sebastian/code-unit-reverse-lookup",
     836            "version": "1.0.1",
     837            "source": {
     838                "type": "git",
     839                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
     840                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
     841            },
     842            "dist": {
     843                "type": "zip",
     844                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
     845                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
     846                "shasum": ""
     847            },
     848            "require": {
     849                "php": "^5.6 || ^7.0"
     850            },
     851            "require-dev": {
     852                "phpunit/phpunit": "^5.7 || ^6.0"
     853            },
     854            "type": "library",
     855            "extra": {
     856                "branch-alias": {
     857                    "dev-master": "1.0.x-dev"
     858                }
     859            },
     860            "autoload": {
     861                "classmap": [
     862                    "src/"
     863                ]
     864            },
     865            "notification-url": "https://packagist.org/downloads/",
     866            "license": [
     867                "BSD-3-Clause"
     868            ],
     869            "authors": [
     870                {
     871                    "name": "Sebastian Bergmann",
     872                    "email": "sebastian@phpunit.de"
     873                }
     874            ],
     875            "description": "Looks up which function or method a line of code belongs to",
     876            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
     877            "time": "2017-03-04 06:30:41"
     878        },
     879        {
     880            "name": "sebastian/comparator",
     881            "version": "3.0.2",
     882            "source": {
     883                "type": "git",
     884                "url": "https://github.com/sebastianbergmann/comparator.git",
     885                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
     886            },
     887            "dist": {
     888                "type": "zip",
     889                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
     890                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
     891                "shasum": ""
     892            },
     893            "require": {
     894                "php": "^7.1",
     895                "sebastian/diff": "^3.0",
     896                "sebastian/exporter": "^3.1"
     897            },
     898            "require-dev": {
     899                "phpunit/phpunit": "^7.1"
     900            },
     901            "type": "library",
     902            "extra": {
     903                "branch-alias": {
     904                    "dev-master": "3.0-dev"
     905                }
     906            },
     907            "autoload": {
     908                "classmap": [
     909                    "src/"
     910                ]
     911            },
     912            "notification-url": "https://packagist.org/downloads/",
     913            "license": [
     914                "BSD-3-Clause"
     915            ],
     916            "authors": [
     917                {
     918                    "name": "Jeff Welch",
     919                    "email": "whatthejeff@gmail.com"
     920                },
     921                {
     922                    "name": "Volker Dusch",
     923                    "email": "github@wallbash.com"
     924                },
     925                {
     926                    "name": "Bernhard Schussek",
     927                    "email": "bschussek@2bepublished.at"
     928                },
     929                {
     930                    "name": "Sebastian Bergmann",
     931                    "email": "sebastian@phpunit.de"
     932                }
     933            ],
     934            "description": "Provides the functionality to compare PHP values for equality",
     935            "homepage": "https://github.com/sebastianbergmann/comparator",
     936            "keywords": [
     937                "comparator",
     938                "compare",
     939                "equality"
     940            ],
     941            "time": "2018-07-12 15:12:46"
     942        },
     943        {
     944            "name": "sebastian/diff",
     945            "version": "3.0.2",
     946            "source": {
     947                "type": "git",
     948                "url": "https://github.com/sebastianbergmann/diff.git",
     949                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
     950            },
     951            "dist": {
     952                "type": "zip",
     953                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
     954                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
     955                "shasum": ""
     956            },
     957            "require": {
     958                "php": "^7.1"
     959            },
     960            "require-dev": {
     961                "phpunit/phpunit": "^7.5 || ^8.0",
     962                "symfony/process": "^2 || ^3.3 || ^4"
     963            },
     964            "type": "library",
     965            "extra": {
     966                "branch-alias": {
     967                    "dev-master": "3.0-dev"
     968                }
     969            },
     970            "autoload": {
     971                "classmap": [
     972                    "src/"
     973                ]
     974            },
     975            "notification-url": "https://packagist.org/downloads/",
     976            "license": [
     977                "BSD-3-Clause"
     978            ],
     979            "authors": [
     980                {
     981                    "name": "Kore Nordmann",
     982                    "email": "mail@kore-nordmann.de"
     983                },
     984                {
     985                    "name": "Sebastian Bergmann",
     986                    "email": "sebastian@phpunit.de"
     987                }
     988            ],
     989            "description": "Diff implementation",
     990            "homepage": "https://github.com/sebastianbergmann/diff",
     991            "keywords": [
     992                "diff",
     993                "udiff",
     994                "unidiff",
     995                "unified diff"
     996            ],
     997            "time": "2019-02-04 06:01:07"
     998        },
     999        {
     1000            "name": "sebastian/environment",
     1001            "version": "4.1.0",
     1002            "source": {
     1003                "type": "git",
     1004                "url": "https://github.com/sebastianbergmann/environment.git",
     1005                "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656"
     1006            },
     1007            "dist": {
     1008                "type": "zip",
     1009                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
     1010                "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
     1011                "shasum": ""
     1012            },
     1013            "require": {
     1014                "php": "^7.1"
     1015            },
     1016            "require-dev": {
     1017                "phpunit/phpunit": "^7.5"
     1018            },
     1019            "suggest": {
     1020                "ext-posix": "*"
     1021            },
     1022            "type": "library",
     1023            "extra": {
     1024                "branch-alias": {
     1025                    "dev-master": "4.1-dev"
     1026                }
     1027            },
     1028            "autoload": {
     1029                "classmap": [
     1030                    "src/"
     1031                ]
     1032            },
     1033            "notification-url": "https://packagist.org/downloads/",
     1034            "license": [
     1035                "BSD-3-Clause"
     1036            ],
     1037            "authors": [
     1038                {
     1039                    "name": "Sebastian Bergmann",
     1040                    "email": "sebastian@phpunit.de"
     1041                }
     1042            ],
     1043            "description": "Provides functionality to handle HHVM/PHP environments",
     1044            "homepage": "http://www.github.com/sebastianbergmann/environment",
     1045            "keywords": [
     1046                "Xdebug",
     1047                "environment",
     1048                "hhvm"
     1049            ],
     1050            "time": "2019-02-01 05:27:49"
     1051        },
     1052        {
     1053            "name": "sebastian/exporter",
     1054            "version": "3.1.0",
     1055            "source": {
     1056                "type": "git",
     1057                "url": "https://github.com/sebastianbergmann/exporter.git",
     1058                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
     1059            },
     1060            "dist": {
     1061                "type": "zip",
     1062                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
     1063                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
     1064                "shasum": ""
     1065            },
     1066            "require": {
     1067                "php": "^7.0",
     1068                "sebastian/recursion-context": "^3.0"
     1069            },
     1070            "require-dev": {
     1071                "ext-mbstring": "*",
     1072                "phpunit/phpunit": "^6.0"
     1073            },
     1074            "type": "library",
     1075            "extra": {
     1076                "branch-alias": {
     1077                    "dev-master": "3.1.x-dev"
     1078                }
     1079            },
     1080            "autoload": {
     1081                "classmap": [
     1082                    "src/"
     1083                ]
     1084            },
     1085            "notification-url": "https://packagist.org/downloads/",
     1086            "license": [
     1087                "BSD-3-Clause"
     1088            ],
     1089            "authors": [
     1090                {
     1091                    "name": "Jeff Welch",
     1092                    "email": "whatthejeff@gmail.com"
     1093                },
     1094                {
     1095                    "name": "Volker Dusch",
     1096                    "email": "github@wallbash.com"
     1097                },
     1098                {
     1099                    "name": "Bernhard Schussek",
     1100                    "email": "bschussek@2bepublished.at"
     1101                },
     1102                {
     1103                    "name": "Sebastian Bergmann",
     1104                    "email": "sebastian@phpunit.de"
     1105                },
     1106                {
     1107                    "name": "Adam Harvey",
     1108                    "email": "aharvey@php.net"
     1109                }
     1110            ],
     1111            "description": "Provides the functionality to export PHP variables for visualization",
     1112            "homepage": "http://www.github.com/sebastianbergmann/exporter",
     1113            "keywords": [
     1114                "export",
     1115                "exporter"
     1116            ],
     1117            "time": "2017-04-03 13:19:02"
     1118        },
     1119        {
     1120            "name": "sebastian/global-state",
     1121            "version": "2.0.0",
     1122            "source": {
     1123                "type": "git",
     1124                "url": "https://github.com/sebastianbergmann/global-state.git",
     1125                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
     1126            },
     1127            "dist": {
     1128                "type": "zip",
     1129                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
     1130                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
     1131                "shasum": ""
     1132            },
     1133            "require": {
     1134                "php": "^7.0"
     1135            },
     1136            "require-dev": {
     1137                "phpunit/phpunit": "^6.0"
     1138            },
     1139            "suggest": {
     1140                "ext-uopz": "*"
     1141            },
     1142            "type": "library",
     1143            "extra": {
     1144                "branch-alias": {
     1145                    "dev-master": "2.0-dev"
     1146                }
     1147            },
     1148            "autoload": {
     1149                "classmap": [
     1150                    "src/"
     1151                ]
     1152            },
     1153            "notification-url": "https://packagist.org/downloads/",
     1154            "license": [
     1155                "BSD-3-Clause"
     1156            ],
     1157            "authors": [
     1158                {
     1159                    "name": "Sebastian Bergmann",
     1160                    "email": "sebastian@phpunit.de"
     1161                }
     1162            ],
     1163            "description": "Snapshotting of global state",
     1164            "homepage": "http://www.github.com/sebastianbergmann/global-state",
     1165            "keywords": [
     1166                "global state"
     1167            ],
     1168            "time": "2017-04-27 15:39:26"
     1169        },
     1170        {
     1171            "name": "sebastian/object-enumerator",
     1172            "version": "3.0.3",
     1173            "source": {
     1174                "type": "git",
     1175                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
     1176                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
     1177            },
     1178            "dist": {
     1179                "type": "zip",
     1180                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
     1181                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
     1182                "shasum": ""
     1183            },
     1184            "require": {
     1185                "php": "^7.0",
     1186                "sebastian/object-reflector": "^1.1.1",
     1187                "sebastian/recursion-context": "^3.0"
     1188            },
     1189            "require-dev": {
     1190                "phpunit/phpunit": "^6.0"
     1191            },
     1192            "type": "library",
     1193            "extra": {
     1194                "branch-alias": {
     1195                    "dev-master": "3.0.x-dev"
     1196                }
     1197            },
     1198            "autoload": {
     1199                "classmap": [
     1200                    "src/"
     1201                ]
     1202            },
     1203            "notification-url": "https://packagist.org/downloads/",
     1204            "license": [
     1205                "BSD-3-Clause"
     1206            ],
     1207            "authors": [
     1208                {
     1209                    "name": "Sebastian Bergmann",
     1210                    "email": "sebastian@phpunit.de"
     1211                }
     1212            ],
     1213            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
     1214            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
     1215            "time": "2017-08-03 12:35:26"
     1216        },
     1217        {
     1218            "name": "sebastian/object-reflector",
     1219            "version": "1.1.1",
     1220            "source": {
     1221                "type": "git",
     1222                "url": "https://github.com/sebastianbergmann/object-reflector.git",
     1223                "reference": "773f97c67f28de00d397be301821b06708fca0be"
     1224            },
     1225            "dist": {
     1226                "type": "zip",
     1227                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
     1228                "reference": "773f97c67f28de00d397be301821b06708fca0be",
     1229                "shasum": ""
     1230            },
     1231            "require": {
     1232                "php": "^7.0"
     1233            },
     1234            "require-dev": {
     1235                "phpunit/phpunit": "^6.0"
     1236            },
     1237            "type": "library",
     1238            "extra": {
     1239                "branch-alias": {
     1240                    "dev-master": "1.1-dev"
     1241                }
     1242            },
     1243            "autoload": {
     1244                "classmap": [
     1245                    "src/"
     1246                ]
     1247            },
     1248            "notification-url": "https://packagist.org/downloads/",
     1249            "license": [
     1250                "BSD-3-Clause"
     1251            ],
     1252            "authors": [
     1253                {
     1254                    "name": "Sebastian Bergmann",
     1255                    "email": "sebastian@phpunit.de"
     1256                }
     1257            ],
     1258            "description": "Allows reflection of object attributes, including inherited and non-public ones",
     1259            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
     1260            "time": "2017-03-29 09:07:27"
     1261        },
     1262        {
     1263            "name": "sebastian/recursion-context",
     1264            "version": "3.0.0",
     1265            "source": {
     1266                "type": "git",
     1267                "url": "https://github.com/sebastianbergmann/recursion-context.git",
     1268                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
     1269            },
     1270            "dist": {
     1271                "type": "zip",
     1272                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
     1273                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
     1274                "shasum": ""
     1275            },
     1276            "require": {
     1277                "php": "^7.0"
     1278            },
     1279            "require-dev": {
     1280                "phpunit/phpunit": "^6.0"
     1281            },
     1282            "type": "library",
     1283            "extra": {
     1284                "branch-alias": {
     1285                    "dev-master": "3.0.x-dev"
     1286                }
     1287            },
     1288            "autoload": {
     1289                "classmap": [
     1290                    "src/"
     1291                ]
     1292            },
     1293            "notification-url": "https://packagist.org/downloads/",
     1294            "license": [
     1295                "BSD-3-Clause"
     1296            ],
     1297            "authors": [
     1298                {
     1299                    "name": "Jeff Welch",
     1300                    "email": "whatthejeff@gmail.com"
     1301                },
     1302                {
     1303                    "name": "Sebastian Bergmann",
     1304                    "email": "sebastian@phpunit.de"
     1305                },
     1306                {
     1307                    "name": "Adam Harvey",
     1308                    "email": "aharvey@php.net"
     1309                }
     1310            ],
     1311            "description": "Provides functionality to recursively process PHP variables",
     1312            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
     1313            "time": "2017-03-03 06:23:57"
     1314        },
     1315        {
     1316            "name": "sebastian/resource-operations",
     1317            "version": "2.0.1",
     1318            "source": {
     1319                "type": "git",
     1320                "url": "https://github.com/sebastianbergmann/resource-operations.git",
     1321                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
     1322            },
     1323            "dist": {
     1324                "type": "zip",
     1325                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
     1326                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
     1327                "shasum": ""
     1328            },
     1329            "require": {
     1330                "php": "^7.1"
     1331            },
     1332            "type": "library",
     1333            "extra": {
     1334                "branch-alias": {
     1335                    "dev-master": "2.0-dev"
     1336                }
     1337            },
     1338            "autoload": {
     1339                "classmap": [
     1340                    "src/"
     1341                ]
     1342            },
     1343            "notification-url": "https://packagist.org/downloads/",
     1344            "license": [
     1345                "BSD-3-Clause"
     1346            ],
     1347            "authors": [
     1348                {
     1349                    "name": "Sebastian Bergmann",
     1350                    "email": "sebastian@phpunit.de"
     1351                }
     1352            ],
     1353            "description": "Provides a list of PHP built-in functions that operate on resources",
     1354            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
     1355            "time": "2018-10-04 04:07:39"
     1356        },
     1357        {
     1358            "name": "sebastian/version",
     1359            "version": "2.0.1",
     1360            "source": {
     1361                "type": "git",
     1362                "url": "https://github.com/sebastianbergmann/version.git",
     1363                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
     1364            },
     1365            "dist": {
     1366                "type": "zip",
     1367                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
     1368                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
     1369                "shasum": ""
     1370            },
     1371            "require": {
     1372                "php": ">=5.6"
     1373            },
     1374            "type": "library",
     1375            "extra": {
     1376                "branch-alias": {
     1377                    "dev-master": "2.0.x-dev"
     1378                }
     1379            },
     1380            "autoload": {
     1381                "classmap": [
     1382                    "src/"
     1383                ]
     1384            },
     1385            "notification-url": "https://packagist.org/downloads/",
     1386            "license": [
     1387                "BSD-3-Clause"
     1388            ],
     1389            "authors": [
     1390                {
     1391                    "name": "Sebastian Bergmann",
     1392                    "email": "sebastian@phpunit.de",
     1393                    "role": "lead"
     1394                }
     1395            ],
     1396            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
     1397            "homepage": "https://github.com/sebastianbergmann/version",
     1398            "time": "2016-10-03 07:35:21"
    751399        },
    761400        {
    771401            "name": "squizlabs/php_codesniffer",
     
    1221446                "phpcs",
    1231447                "standards"
    1241448            ],
    125             "time": "2018-12-19T23:57:18+00:00"
     1449            "time": "2018-12-19 23:57:18"
     1450        },
     1451        {
     1452            "name": "symfony/polyfill-ctype",
     1453            "version": "v1.11.0",
     1454            "source": {
     1455                "type": "git",
     1456                "url": "https://github.com/symfony/polyfill-ctype.git",
     1457                "reference": "82ebae02209c21113908c229e9883c419720738a"
     1458            },
     1459            "dist": {
     1460                "type": "zip",
     1461                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
     1462                "reference": "82ebae02209c21113908c229e9883c419720738a",
     1463                "shasum": ""
     1464            },
     1465            "require": {
     1466                "php": ">=5.3.3"
     1467            },
     1468            "suggest": {
     1469                "ext-ctype": "For best performance"
     1470            },
     1471            "type": "library",
     1472            "extra": {
     1473                "branch-alias": {
     1474                    "dev-master": "1.11-dev"
     1475                }
     1476            },
     1477            "autoload": {
     1478                "psr-4": {
     1479                    "Symfony\\Polyfill\\Ctype\\": ""
     1480                },
     1481                "files": [
     1482                    "bootstrap.php"
     1483                ]
     1484            },
     1485            "notification-url": "https://packagist.org/downloads/",
     1486            "license": [
     1487                "MIT"
     1488            ],
     1489            "authors": [
     1490                {
     1491                    "name": "Symfony Community",
     1492                    "homepage": "https://symfony.com/contributors"
     1493                },
     1494                {
     1495                    "name": "Gert de Pagter",
     1496                    "email": "backendtea@gmail.com"
     1497                }
     1498            ],
     1499            "description": "Symfony polyfill for ctype functions",
     1500            "homepage": "https://symfony.com",
     1501            "keywords": [
     1502                "compatibility",
     1503                "ctype",
     1504                "polyfill",
     1505                "portable"
     1506            ],
     1507            "time": "2019-02-06 07:57:58"
     1508        },
     1509        {
     1510            "name": "theseer/tokenizer",
     1511            "version": "1.1.2",
     1512            "source": {
     1513                "type": "git",
     1514                "url": "https://github.com/theseer/tokenizer.git",
     1515                "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8"
     1516            },
     1517            "dist": {
     1518                "type": "zip",
     1519                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8",
     1520                "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8",
     1521                "shasum": ""
     1522            },
     1523            "require": {
     1524                "ext-dom": "*",
     1525                "ext-tokenizer": "*",
     1526                "ext-xmlwriter": "*",
     1527                "php": "^7.0"
     1528            },
     1529            "type": "library",
     1530            "autoload": {
     1531                "classmap": [
     1532                    "src/"
     1533                ]
     1534            },
     1535            "notification-url": "https://packagist.org/downloads/",
     1536            "license": [
     1537                "BSD-3-Clause"
     1538            ],
     1539            "authors": [
     1540                {
     1541                    "name": "Arne Blankerts",
     1542                    "email": "arne@blankerts.de",
     1543                    "role": "Developer"
     1544                }
     1545            ],
     1546            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
     1547            "time": "2019-04-04 09:56:43"
     1548        },
     1549        {
     1550            "name": "webmozart/assert",
     1551            "version": "1.4.0",
     1552            "source": {
     1553                "type": "git",
     1554                "url": "https://github.com/webmozart/assert.git",
     1555                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
     1556            },
     1557            "dist": {
     1558                "type": "zip",
     1559                "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
     1560                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
     1561                "shasum": ""
     1562            },
     1563            "require": {
     1564                "php": "^5.3.3 || ^7.0",
     1565                "symfony/polyfill-ctype": "^1.8"
     1566            },
     1567            "require-dev": {
     1568                "phpunit/phpunit": "^4.6",
     1569                "sebastian/version": "^1.0.1"
     1570            },
     1571            "type": "library",
     1572            "extra": {
     1573                "branch-alias": {
     1574                    "dev-master": "1.3-dev"
     1575                }
     1576            },
     1577            "autoload": {
     1578                "psr-4": {
     1579                    "Webmozart\\Assert\\": "src/"
     1580                }
     1581            },
     1582            "notification-url": "https://packagist.org/downloads/",
     1583            "license": [
     1584                "MIT"
     1585            ],
     1586            "authors": [
     1587                {
     1588                    "name": "Bernhard Schussek",
     1589                    "email": "bschussek@gmail.com"
     1590                }
     1591            ],
     1592            "description": "Assertions to validate method input/output with nice error messages.",
     1593            "keywords": [
     1594                "assert",
     1595                "check",
     1596                "validate"
     1597            ],
     1598            "time": "2018-12-25 11:19:39"
    1261599        },
    1271600        {
    1281601            "name": "wp-coding-standards/wpcs",
     
    1671640                "standards",
    1681641                "wordpress"
    1691642            ],
    170             "time": "2019-01-16T10:13:16+00:00"
     1643            "time": "2019-01-16 10:13:16"
    1711644        }
    1721645    ],
    1731646    "aliases": [],