Plugin Directory

Changeset 2132517


Ignore:
Timestamp:
08/02/2019 05:32:24 AM (7 years ago)
Author:
mikepsinn
Message:

Deploy to WordPress.org via Jenkins

Location:
quantimodo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quantimodo/trunk/composer.json

    r2125567 r2132517  
    44    },
    55    "require-dev": {
    6         "phpunit/phpunit": "5.6"
     6        "phpunit/phpunit": "8.3.0"
    77    }
    88}
  • quantimodo/trunk/composer.lock

    r2125567 r2132517  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "af33f2982a65f0622d7612e94459e361",
     7    "content-hash": "b11f3255b729b2844570a36fe2004cf8",
    88    "packages": [
    99        {
     10            "name": "quantimodo/quantimodo-sdk-php",
     11            "version": "5.9.90517",
     12            "source": {
     13                "type": "git",
     14                "url": "https://github.com/QuantiModo/quantimodo-sdk-php.git",
     15                "reference": "812d43d8c6d260730cdf575e034f0b3aed6d6a8a"
     16            },
     17            "dist": {
     18                "type": "zip",
     19                "url": "https://api.github.com/repos/QuantiModo/quantimodo-sdk-php/zipball/812d43d8c6d260730cdf575e034f0b3aed6d6a8a",
     20                "reference": "812d43d8c6d260730cdf575e034f0b3aed6d6a8a",
     21                "shasum": ""
     22            },
     23            "require": {
     24                "ext-curl": "*",
     25                "ext-json": "*",
     26                "ext-mbstring": "*",
     27                "php": ">=5.4"
     28            },
     29            "require-dev": {
     30                "friendsofphp/php-cs-fixer": "~1.12",
     31                "phpunit/phpunit": "~4.8",
     32                "satooshi/php-coveralls": "~1.0",
     33                "squizlabs/php_codesniffer": "~2.6"
     34            },
     35            "type": "library",
     36            "autoload": {
     37                "psr-4": {
     38                    "QuantiModo\\Client\\": "lib/"
     39                }
     40            },
     41            "notification-url": "https://packagist.org/downloads/",
     42            "license": [
     43                "proprietary"
     44            ],
     45            "authors": [
     46                {
     47                    "name": "Swagger and contributors",
     48                    "homepage": "https://github.com/swagger-api/swagger-codegen"
     49                }
     50            ],
     51            "homepage": "http://swagger.io",
     52            "keywords": [
     53                "api",
     54                "php",
     55                "sdk",
     56                "swagger"
     57            ],
     58            "time": "2018-09-05T22:49:33+00:00"
     59        }
     60    ],
     61    "packages-dev": [
     62        {
    1063            "name": "doctrine/instantiator",
    11             "version": "1.1.0",
     64            "version": "1.2.0",
    1265            "source": {
    1366                "type": "git",
    1467                "url": "https://github.com/doctrine/instantiator.git",
    15                 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
    16             },
    17             "dist": {
    18                 "type": "zip",
    19                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
    20                 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
     68                "reference": "a2c590166b2133a4633738648b6b064edae0814a"
     69            },
     70            "dist": {
     71                "type": "zip",
     72                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
     73                "reference": "a2c590166b2133a4633738648b6b064edae0814a",
    2174                "shasum": ""
    2275            },
     
    2578            },
    2679            "require-dev": {
    27                 "athletic/athletic": "~0.1.8",
     80                "doctrine/coding-standard": "^6.0",
    2881                "ext-pdo": "*",
    2982                "ext-phar": "*",
    30                 "phpunit/phpunit": "^6.2.3",
    31                 "squizlabs/php_codesniffer": "^3.0.2"
     83                "phpbench/phpbench": "^0.13",
     84                "phpstan/phpstan-phpunit": "^0.11",
     85                "phpstan/phpstan-shim": "^0.11",
     86                "phpunit/phpunit": "^7.0"
    3287            },
    3388            "type": "library",
     
    54109            ],
    55110            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
    56             "homepage": "https://github.com/doctrine/instantiator",
     111            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
    57112            "keywords": [
    58113                "constructor",
    59114                "instantiate"
    60115            ],
    61             "time": "2017-07-22T11:58:36+00:00"
     116            "time": "2019-03-17T17:37:11+00:00"
    62117        },
    63118        {
    64119            "name": "myclabs/deep-copy",
    65             "version": "1.8.1",
     120            "version": "1.9.1",
    66121            "source": {
    67122                "type": "git",
    68123                "url": "https://github.com/myclabs/DeepCopy.git",
    69                 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
    70             },
    71             "dist": {
    72                 "type": "zip",
    73                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
    74                 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
     124                "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
     125            },
     126            "dist": {
     127                "type": "zip",
     128                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
     129                "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
    75130                "shasum": ""
    76131            },
     
    107162                "object graph"
    108163            ],
    109             "time": "2018-06-11T23:09:50+00:00"
     164            "time": "2019-04-07T13:18:21+00:00"
     165        },
     166        {
     167            "name": "phar-io/manifest",
     168            "version": "1.0.3",
     169            "source": {
     170                "type": "git",
     171                "url": "https://github.com/phar-io/manifest.git",
     172                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
     173            },
     174            "dist": {
     175                "type": "zip",
     176                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
     177                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
     178                "shasum": ""
     179            },
     180            "require": {
     181                "ext-dom": "*",
     182                "ext-phar": "*",
     183                "phar-io/version": "^2.0",
     184                "php": "^5.6 || ^7.0"
     185            },
     186            "type": "library",
     187            "extra": {
     188                "branch-alias": {
     189                    "dev-master": "1.0.x-dev"
     190                }
     191            },
     192            "autoload": {
     193                "classmap": [
     194                    "src/"
     195                ]
     196            },
     197            "notification-url": "https://packagist.org/downloads/",
     198            "license": [
     199                "BSD-3-Clause"
     200            ],
     201            "authors": [
     202                {
     203                    "name": "Arne Blankerts",
     204                    "email": "arne@blankerts.de",
     205                    "role": "Developer"
     206                },
     207                {
     208                    "name": "Sebastian Heuer",
     209                    "email": "sebastian@phpeople.de",
     210                    "role": "Developer"
     211                },
     212                {
     213                    "name": "Sebastian Bergmann",
     214                    "email": "sebastian@phpunit.de",
     215                    "role": "Developer"
     216                }
     217            ],
     218            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
     219            "time": "2018-07-08T19:23:20+00:00"
     220        },
     221        {
     222            "name": "phar-io/version",
     223            "version": "2.0.1",
     224            "source": {
     225                "type": "git",
     226                "url": "https://github.com/phar-io/version.git",
     227                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
     228            },
     229            "dist": {
     230                "type": "zip",
     231                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
     232                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
     233                "shasum": ""
     234            },
     235            "require": {
     236                "php": "^5.6 || ^7.0"
     237            },
     238            "type": "library",
     239            "autoload": {
     240                "classmap": [
     241                    "src/"
     242                ]
     243            },
     244            "notification-url": "https://packagist.org/downloads/",
     245            "license": [
     246                "BSD-3-Clause"
     247            ],
     248            "authors": [
     249                {
     250                    "name": "Arne Blankerts",
     251                    "role": "Developer",
     252                    "email": "arne@blankerts.de"
     253                },
     254                {
     255                    "name": "Sebastian Heuer",
     256                    "role": "Developer",
     257                    "email": "sebastian@phpeople.de"
     258                },
     259                {
     260                    "name": "Sebastian Bergmann",
     261                    "role": "Developer",
     262                    "email": "sebastian@phpunit.de"
     263                }
     264            ],
     265            "description": "Library for handling version information and constraints",
     266            "time": "2018-07-08T19:19:57+00:00"
    110267        },
    111268        {
     
    165322        {
    166323            "name": "phpdocumentor/reflection-docblock",
    167             "version": "4.3.0",
     324            "version": "4.3.1",
    168325            "source": {
    169326                "type": "git",
    170327                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    171                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
    172             },
    173             "dist": {
    174                 "type": "zip",
    175                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
    176                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
     328                "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
     329            },
     330            "dist": {
     331                "type": "zip",
     332                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
     333                "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
    177334                "shasum": ""
    178335            },
     
    212369            ],
    213370            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
    214             "time": "2017-11-30T07:14:17+00:00"
     371            "time": "2019-04-30T17:48:53+00:00"
    215372        },
    216373        {
     
    263420        {
    264421            "name": "phpspec/prophecy",
    265             "version": "1.8.0",
     422            "version": "1.8.1",
    266423            "source": {
    267424                "type": "git",
    268425                "url": "https://github.com/phpspec/prophecy.git",
    269                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
    270             },
    271             "dist": {
    272                 "type": "zip",
    273                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
    274                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
     426                "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
     427            },
     428            "dist": {
     429                "type": "zip",
     430                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
     431                "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
    275432                "shasum": ""
    276433            },
     
    293450            },
    294451            "autoload": {
    295                 "psr-0": {
    296                     "Prophecy\\": "src/"
     452                "psr-4": {
     453                    "Prophecy\\": "src/Prophecy"
    297454                }
    298455            },
     
    322479                "stub"
    323480            ],
    324             "time": "2018-08-05T17:53:17+00:00"
     481            "time": "2019-06-13T12:50:23+00:00"
    325482        },
    326483        {
    327484            "name": "phpunit/php-code-coverage",
    328             "version": "4.0.8",
     485            "version": "7.0.7",
    329486            "source": {
    330487                "type": "git",
    331488                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    332                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
    333             },
    334             "dist": {
    335                 "type": "zip",
    336                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
    337                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
     489                "reference": "7743bbcfff2a907e9ee4a25be13d0f8ec5e73800"
     490            },
     491            "dist": {
     492                "type": "zip",
     493                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7743bbcfff2a907e9ee4a25be13d0f8ec5e73800",
     494                "reference": "7743bbcfff2a907e9ee4a25be13d0f8ec5e73800",
    338495                "shasum": ""
    339496            },
     
    341498                "ext-dom": "*",
    342499                "ext-xmlwriter": "*",
    343                 "php": "^5.6 || ^7.0",
    344                 "phpunit/php-file-iterator": "^1.3",
    345                 "phpunit/php-text-template": "^1.2",
    346                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
    347                 "sebastian/code-unit-reverse-lookup": "^1.0",
    348                 "sebastian/environment": "^1.3.2 || ^2.0",
    349                 "sebastian/version": "^1.0 || ^2.0"
    350             },
    351             "require-dev": {
    352                 "ext-xdebug": "^2.1.4",
    353                 "phpunit/phpunit": "^5.7"
     500                "php": "^7.2",
     501                "phpunit/php-file-iterator": "^2.0.2",
     502                "phpunit/php-text-template": "^1.2.1",
     503                "phpunit/php-token-stream": "^3.1.0",
     504                "sebastian/code-unit-reverse-lookup": "^1.0.1",
     505                "sebastian/environment": "^4.2.2",
     506                "sebastian/version": "^2.0.1",
     507                "theseer/tokenizer": "^1.1.3"
     508            },
     509            "require-dev": {
     510                "phpunit/phpunit": "^8.2.2"
    354511            },
    355512            "suggest": {
    356                 "ext-xdebug": "^2.5.1"
    357             },
    358             "type": "library",
    359             "extra": {
    360                 "branch-alias": {
    361                     "dev-master": "4.0.x-dev"
    362                 }
    363             },
    364             "autoload": {
    365                 "classmap": [
    366                     "src/"
    367                 ]
    368             },
    369             "notification-url": "https://packagist.org/downloads/",
    370             "license": [
    371                 "BSD-3-Clause"
    372             ],
    373             "authors": [
    374                 {
    375                     "name": "Sebastian Bergmann",
    376                     "email": "sb@sebastian-bergmann.de",
    377                     "role": "lead"
     513                "ext-xdebug": "^2.7.2"
     514            },
     515            "type": "library",
     516            "extra": {
     517                "branch-alias": {
     518                    "dev-master": "7.0-dev"
     519                }
     520            },
     521            "autoload": {
     522                "classmap": [
     523                    "src/"
     524                ]
     525            },
     526            "notification-url": "https://packagist.org/downloads/",
     527            "license": [
     528                "BSD-3-Clause"
     529            ],
     530            "authors": [
     531                {
     532                    "name": "Sebastian Bergmann",
     533                    "role": "lead",
     534                    "email": "sebastian@phpunit.de"
    378535                }
    379536            ],
     
    385542                "xunit"
    386543            ],
    387             "time": "2017-04-02T07:44:40+00:00"
     544            "time": "2019-07-25T05:31:54+00:00"
    388545        },
    389546        {
    390547            "name": "phpunit/php-file-iterator",
    391             "version": "1.4.5",
     548            "version": "2.0.2",
    392549            "source": {
    393550                "type": "git",
    394551                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    395                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
    396             },
    397             "dist": {
    398                 "type": "zip",
    399                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
    400                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
    401                 "shasum": ""
    402             },
    403             "require": {
    404                 "php": ">=5.3.3"
    405             },
    406             "type": "library",
    407             "extra": {
    408                 "branch-alias": {
    409                     "dev-master": "1.4.x-dev"
    410                 }
    411             },
    412             "autoload": {
    413                 "classmap": [
    414                     "src/"
    415                 ]
    416             },
    417             "notification-url": "https://packagist.org/downloads/",
    418             "license": [
    419                 "BSD-3-Clause"
    420             ],
    421             "authors": [
    422                 {
    423                     "name": "Sebastian Bergmann",
    424                     "email": "sb@sebastian-bergmann.de",
     552                "reference": "050bedf145a257b1ff02746c31894800e5122946"
     553            },
     554            "dist": {
     555                "type": "zip",
     556                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
     557                "reference": "050bedf145a257b1ff02746c31894800e5122946",
     558                "shasum": ""
     559            },
     560            "require": {
     561                "php": "^7.1"
     562            },
     563            "require-dev": {
     564                "phpunit/phpunit": "^7.1"
     565            },
     566            "type": "library",
     567            "extra": {
     568                "branch-alias": {
     569                    "dev-master": "2.0.x-dev"
     570                }
     571            },
     572            "autoload": {
     573                "classmap": [
     574                    "src/"
     575                ]
     576            },
     577            "notification-url": "https://packagist.org/downloads/",
     578            "license": [
     579                "BSD-3-Clause"
     580            ],
     581            "authors": [
     582                {
     583                    "name": "Sebastian Bergmann",
     584                    "email": "sebastian@phpunit.de",
    425585                    "role": "lead"
    426586                }
     
    432592                "iterator"
    433593            ],
    434             "time": "2017-11-27T13:52:08+00:00"
     594            "time": "2018-09-13T20:33:42+00:00"
    435595        },
    436596        {
     
    477637        {
    478638            "name": "phpunit/php-timer",
    479             "version": "1.0.9",
     639            "version": "2.1.2",
    480640            "source": {
    481641                "type": "git",
    482642                "url": "https://github.com/sebastianbergmann/php-timer.git",
    483                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
    484             },
    485             "dist": {
    486                 "type": "zip",
    487                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
    488                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
    489                 "shasum": ""
    490             },
    491             "require": {
    492                 "php": "^5.3.3 || ^7.0"
    493             },
    494             "require-dev": {
    495                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
    496             },
    497             "type": "library",
    498             "extra": {
    499                 "branch-alias": {
    500                     "dev-master": "1.0-dev"
    501                 }
    502             },
    503             "autoload": {
    504                 "classmap": [
    505                     "src/"
    506                 ]
    507             },
    508             "notification-url": "https://packagist.org/downloads/",
    509             "license": [
    510                 "BSD-3-Clause"
    511             ],
    512             "authors": [
    513                 {
    514                     "name": "Sebastian Bergmann",
    515                     "email": "sb@sebastian-bergmann.de",
     643                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
     644            },
     645            "dist": {
     646                "type": "zip",
     647                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
     648                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
     649                "shasum": ""
     650            },
     651            "require": {
     652                "php": "^7.1"
     653            },
     654            "require-dev": {
     655                "phpunit/phpunit": "^7.0"
     656            },
     657            "type": "library",
     658            "extra": {
     659                "branch-alias": {
     660                    "dev-master": "2.1-dev"
     661                }
     662            },
     663            "autoload": {
     664                "classmap": [
     665                    "src/"
     666                ]
     667            },
     668            "notification-url": "https://packagist.org/downloads/",
     669            "license": [
     670                "BSD-3-Clause"
     671            ],
     672            "authors": [
     673                {
     674                    "name": "Sebastian Bergmann",
     675                    "email": "sebastian@phpunit.de",
    516676                    "role": "lead"
    517677                }
     
    522682                "timer"
    523683            ],
    524             "time": "2017-02-26T11:10:40+00:00"
     684            "time": "2019-06-07T04:22:29+00:00"
    525685        },
    526686        {
    527687            "name": "phpunit/php-token-stream",
    528             "version": "2.0.2",
     688            "version": "3.1.0",
    529689            "source": {
    530690                "type": "git",
    531691                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
    532                 "reference": "791198a2c6254db10131eecfe8c06670700904db"
    533             },
    534             "dist": {
    535                 "type": "zip",
    536                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
    537                 "reference": "791198a2c6254db10131eecfe8c06670700904db",
     692                "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a"
     693            },
     694            "dist": {
     695                "type": "zip",
     696                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a",
     697                "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a",
    538698                "shasum": ""
    539699            },
    540700            "require": {
    541701                "ext-tokenizer": "*",
    542                 "php": "^7.0"
    543             },
    544             "require-dev": {
    545                 "phpunit/phpunit": "^6.2.4"
    546             },
    547             "type": "library",
    548             "extra": {
    549                 "branch-alias": {
    550                     "dev-master": "2.0-dev"
     702                "php": "^7.1"
     703            },
     704            "require-dev": {
     705                "phpunit/phpunit": "^7.0"
     706            },
     707            "type": "library",
     708            "extra": {
     709                "branch-alias": {
     710                    "dev-master": "3.1-dev"
    551711                }
    552712            },
     
    571731                "tokenizer"
    572732            ],
    573             "time": "2017-11-27T05:48:46+00:00"
     733            "time": "2019-07-25T05:29:42+00:00"
    574734        },
    575735        {
    576736            "name": "phpunit/phpunit",
    577             "version": "5.6.0",
     737            "version": "8.3.0",
    578738            "source": {
    579739                "type": "git",
    580740                "url": "https://github.com/sebastianbergmann/phpunit.git",
    581                 "reference": "a7f2db56518e50ab92f28f739810dfad2f223b6b"
    582             },
    583             "dist": {
    584                 "type": "zip",
    585                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a7f2db56518e50ab92f28f739810dfad2f223b6b",
    586                 "reference": "a7f2db56518e50ab92f28f739810dfad2f223b6b",
    587                 "shasum": ""
    588             },
    589             "require": {
     741                "reference": "c5153162ec8f31d632ad72eb99a7c3c1e69f87e9"
     742            },
     743            "dist": {
     744                "type": "zip",
     745                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c5153162ec8f31d632ad72eb99a7c3c1e69f87e9",
     746                "reference": "c5153162ec8f31d632ad72eb99a7c3c1e69f87e9",
     747                "shasum": ""
     748            },
     749            "require": {
     750                "doctrine/instantiator": "^1.2.0",
    590751                "ext-dom": "*",
    591752                "ext-json": "*",
     
    593754                "ext-mbstring": "*",
    594755                "ext-xml": "*",
    595                 "myclabs/deep-copy": "~1.3",
    596                 "php": "^5.6 || ^7.0",
    597                 "phpspec/prophecy": "^1.3.1",
    598                 "phpunit/php-code-coverage": "^4.0.1",
    599                 "phpunit/php-file-iterator": "~1.4",
    600                 "phpunit/php-text-template": "~1.2",
    601                 "phpunit/php-timer": "^1.0.6",
    602                 "phpunit/phpunit-mock-objects": "^3.2",
    603                 "sebastian/comparator": "~1.1",
    604                 "sebastian/diff": "~1.2",
    605                 "sebastian/environment": "^1.3 || ^2.0",
    606                 "sebastian/exporter": "~1.2",
    607                 "sebastian/global-state": "~1.0",
    608                 "sebastian/object-enumerator": "~1.0",
    609                 "sebastian/resource-operations": "~1.0",
    610                 "sebastian/version": "~1.0|~2.0",
    611                 "symfony/yaml": "~2.1|~3.0"
    612             },
    613             "conflict": {
    614                 "phpdocumentor/reflection-docblock": "3.0.2"
     756                "ext-xmlwriter": "*",
     757                "myclabs/deep-copy": "^1.9.1",
     758                "phar-io/manifest": "^1.0.3",
     759                "phar-io/version": "^2.0.1",
     760                "php": "^7.2",
     761                "phpspec/prophecy": "^1.8.1",
     762                "phpunit/php-code-coverage": "^7.0.7",
     763                "phpunit/php-file-iterator": "^2.0.2",
     764                "phpunit/php-text-template": "^1.2.1",
     765                "phpunit/php-timer": "^2.1.2",
     766                "sebastian/comparator": "^3.0.2",
     767                "sebastian/diff": "^3.0.2",
     768                "sebastian/environment": "^4.2.2",
     769                "sebastian/exporter": "^3.1.0",
     770                "sebastian/global-state": "^3.0.0",
     771                "sebastian/object-enumerator": "^3.0.3",
     772                "sebastian/resource-operations": "^2.0.1",
     773                "sebastian/type": "^1.1.3",
     774                "sebastian/version": "^2.0.1"
    615775            },
    616776            "require-dev": {
     
    618778            },
    619779            "suggest": {
     780                "ext-soap": "*",
    620781                "ext-xdebug": "*",
    621                 "phpunit/php-invoker": "~1.1"
     782                "phpunit/php-invoker": "^2.0.0"
    622783            },
    623784            "bin": [
     
    627788            "extra": {
    628789                "branch-alias": {
    629                     "dev-master": "5.6.x-dev"
    630                 }
    631             },
    632             "autoload": {
    633                 "classmap": [
    634                     "src/"
    635                 ]
    636             },
    637             "notification-url": "https://packagist.org/downloads/",
    638             "license": [
    639                 "BSD-3-Clause"
    640             ],
    641             "authors": [
    642                 {
    643                     "name": "Sebastian Bergmann",
    644                     "email": "sebastian@phpunit.de",
    645                     "role": "lead"
     790                    "dev-master": "8.3-dev"
     791                }
     792            },
     793            "autoload": {
     794                "classmap": [
     795                    "src/"
     796                ]
     797            },
     798            "notification-url": "https://packagist.org/downloads/",
     799            "license": [
     800                "BSD-3-Clause"
     801            ],
     802            "authors": [
     803                {
     804                    "name": "Sebastian Bergmann",
     805                    "role": "lead",
     806                    "email": "sebastian@phpunit.de"
    646807                }
    647808            ],
     
    653814                "xunit"
    654815            ],
    655             "time": "2016-10-06T15:20:39+00:00"
    656         },
    657         {
    658             "name": "phpunit/phpunit-mock-objects",
    659             "version": "3.4.4",
    660             "source": {
    661                 "type": "git",
    662                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
    663                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
    664             },
    665             "dist": {
    666                 "type": "zip",
    667                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
    668                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
    669                 "shasum": ""
    670             },
    671             "require": {
    672                 "doctrine/instantiator": "^1.0.2",
    673                 "php": "^5.6 || ^7.0",
    674                 "phpunit/php-text-template": "^1.2",
    675                 "sebastian/exporter": "^1.2 || ^2.0"
    676             },
    677             "conflict": {
    678                 "phpunit/phpunit": "<5.4.0"
    679             },
    680             "require-dev": {
    681                 "phpunit/phpunit": "^5.4"
    682             },
    683             "suggest": {
    684                 "ext-soap": "*"
    685             },
    686             "type": "library",
    687             "extra": {
    688                 "branch-alias": {
    689                     "dev-master": "3.2.x-dev"
    690                 }
    691             },
    692             "autoload": {
    693                 "classmap": [
    694                     "src/"
    695                 ]
    696             },
    697             "notification-url": "https://packagist.org/downloads/",
    698             "license": [
    699                 "BSD-3-Clause"
    700             ],
    701             "authors": [
    702                 {
    703                     "name": "Sebastian Bergmann",
    704                     "email": "sb@sebastian-bergmann.de",
    705                     "role": "lead"
    706                 }
    707             ],
    708             "description": "Mock Object library for PHPUnit",
    709             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
    710             "keywords": [
    711                 "mock",
    712                 "xunit"
    713             ],
    714             "time": "2017-06-30T09:13:00+00:00"
    715         },
    716         {
    717             "name": "quantimodo/quantimodo-sdk-php",
    718             "version": "5.9.90517",
    719             "source": {
    720                 "type": "git",
    721                 "url": "https://github.com/QuantiModo/quantimodo-sdk-php.git",
    722                 "reference": "812d43d8c6d260730cdf575e034f0b3aed6d6a8a"
    723             },
    724             "dist": {
    725                 "type": "zip",
    726                 "url": "https://api.github.com/repos/QuantiModo/quantimodo-sdk-php/zipball/812d43d8c6d260730cdf575e034f0b3aed6d6a8a",
    727                 "reference": "812d43d8c6d260730cdf575e034f0b3aed6d6a8a",
    728                 "shasum": ""
    729             },
    730             "require": {
    731                 "ext-curl": "*",
    732                 "ext-json": "*",
    733                 "ext-mbstring": "*",
    734                 "php": ">=5.4"
    735             },
    736             "require-dev": {
    737                 "friendsofphp/php-cs-fixer": "~1.12",
    738                 "phpunit/phpunit": "~4.8",
    739                 "satooshi/php-coveralls": "~1.0",
    740                 "squizlabs/php_codesniffer": "~2.6"
    741             },
    742             "type": "library",
    743             "autoload": {
    744                 "psr-4": {
    745                     "QuantiModo\\Client\\": "lib/"
    746                 }
    747             },
    748             "notification-url": "https://packagist.org/downloads/",
    749             "license": [
    750                 "proprietary"
    751             ],
    752             "authors": [
    753                 {
    754                     "name": "Swagger and contributors",
    755                     "homepage": "https://github.com/swagger-api/swagger-codegen"
    756                 }
    757             ],
    758             "homepage": "http://swagger.io",
    759             "keywords": [
    760                 "api",
    761                 "php",
    762                 "sdk",
    763                 "swagger"
    764             ],
    765             "time": "2018-09-05T22:49:33+00:00"
     816            "time": "2019-08-02T05:00:37+00:00"
    766817        },
    767818        {
     
    812863        {
    813864            "name": "sebastian/comparator",
    814             "version": "1.2.4",
     865            "version": "3.0.2",
    815866            "source": {
    816867                "type": "git",
    817868                "url": "https://github.com/sebastianbergmann/comparator.git",
    818                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
    819             },
    820             "dist": {
    821                 "type": "zip",
    822                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
    823                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
    824                 "shasum": ""
    825             },
    826             "require": {
    827                 "php": ">=5.3.3",
    828                 "sebastian/diff": "~1.2",
    829                 "sebastian/exporter": "~1.2 || ~2.0"
    830             },
    831             "require-dev": {
    832                 "phpunit/phpunit": "~4.4"
    833             },
    834             "type": "library",
    835             "extra": {
    836                 "branch-alias": {
    837                     "dev-master": "1.2.x-dev"
     869                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
     870            },
     871            "dist": {
     872                "type": "zip",
     873                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
     874                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
     875                "shasum": ""
     876            },
     877            "require": {
     878                "php": "^7.1",
     879                "sebastian/diff": "^3.0",
     880                "sebastian/exporter": "^3.1"
     881            },
     882            "require-dev": {
     883                "phpunit/phpunit": "^7.1"
     884            },
     885            "type": "library",
     886            "extra": {
     887                "branch-alias": {
     888                    "dev-master": "3.0-dev"
    838889                }
    839890            },
     
    866917            ],
    867918            "description": "Provides the functionality to compare PHP values for equality",
    868             "homepage": "http://www.github.com/sebastianbergmann/comparator",
     919            "homepage": "https://github.com/sebastianbergmann/comparator",
    869920            "keywords": [
    870921                "comparator",
     
    872923                "equality"
    873924            ],
    874             "time": "2017-01-29T09:50:25+00:00"
     925            "time": "2018-07-12T15:12:46+00:00"
    875926        },
    876927        {
    877928            "name": "sebastian/diff",
    878             "version": "1.4.3",
     929            "version": "3.0.2",
    879930            "source": {
    880931                "type": "git",
    881932                "url": "https://github.com/sebastianbergmann/diff.git",
    882                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
    883             },
    884             "dist": {
    885                 "type": "zip",
    886                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
    887                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
    888                 "shasum": ""
    889             },
    890             "require": {
    891                 "php": "^5.3.3 || ^7.0"
    892             },
    893             "require-dev": {
    894                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
    895             },
    896             "type": "library",
    897             "extra": {
    898                 "branch-alias": {
    899                     "dev-master": "1.4-dev"
     933                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
     934            },
     935            "dist": {
     936                "type": "zip",
     937                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
     938                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
     939                "shasum": ""
     940            },
     941            "require": {
     942                "php": "^7.1"
     943            },
     944            "require-dev": {
     945                "phpunit/phpunit": "^7.5 || ^8.0",
     946                "symfony/process": "^2 || ^3.3 || ^4"
     947            },
     948            "type": "library",
     949            "extra": {
     950                "branch-alias": {
     951                    "dev-master": "3.0-dev"
    900952                }
    901953            },
     
    922974            "homepage": "https://github.com/sebastianbergmann/diff",
    923975            "keywords": [
    924                 "diff"
    925             ],
    926             "time": "2017-05-22T07:24:03+00:00"
     976                "diff",
     977                "udiff",
     978                "unidiff",
     979                "unified diff"
     980            ],
     981            "time": "2019-02-04T06:01:07+00:00"
    927982        },
    928983        {
    929984            "name": "sebastian/environment",
    930             "version": "2.0.0",
     985            "version": "4.2.2",
    931986            "source": {
    932987                "type": "git",
    933988                "url": "https://github.com/sebastianbergmann/environment.git",
    934                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
    935             },
    936             "dist": {
    937                 "type": "zip",
    938                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
    939                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
    940                 "shasum": ""
    941             },
    942             "require": {
    943                 "php": "^5.6 || ^7.0"
    944             },
    945             "require-dev": {
    946                 "phpunit/phpunit": "^5.0"
    947             },
    948             "type": "library",
    949             "extra": {
    950                 "branch-alias": {
    951                     "dev-master": "2.0.x-dev"
     989                "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
     990            },
     991            "dist": {
     992                "type": "zip",
     993                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
     994                "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
     995                "shasum": ""
     996            },
     997            "require": {
     998                "php": "^7.1"
     999            },
     1000            "require-dev": {
     1001                "phpunit/phpunit": "^7.5"
     1002            },
     1003            "suggest": {
     1004                "ext-posix": "*"
     1005            },
     1006            "type": "library",
     1007            "extra": {
     1008                "branch-alias": {
     1009                    "dev-master": "4.2-dev"
    9521010                }
    9531011            },
     
    9741032                "hhvm"
    9751033            ],
    976             "time": "2016-11-26T07:53:53+00:00"
     1034            "time": "2019-05-05T09:05:15+00:00"
    9771035        },
    9781036        {
    9791037            "name": "sebastian/exporter",
    980             "version": "1.2.2",
     1038            "version": "3.1.0",
    9811039            "source": {
    9821040                "type": "git",
    9831041                "url": "https://github.com/sebastianbergmann/exporter.git",
    984                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
    985             },
    986             "dist": {
    987                 "type": "zip",
    988                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
    989                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
    990                 "shasum": ""
    991             },
    992             "require": {
    993                 "php": ">=5.3.3",
    994                 "sebastian/recursion-context": "~1.0"
     1042                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
     1043            },
     1044            "dist": {
     1045                "type": "zip",
     1046                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
     1047                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
     1048                "shasum": ""
     1049            },
     1050            "require": {
     1051                "php": "^7.0",
     1052                "sebastian/recursion-context": "^3.0"
    9951053            },
    9961054            "require-dev": {
    9971055                "ext-mbstring": "*",
    998                 "phpunit/phpunit": "~4.4"
    999             },
    1000             "type": "library",
    1001             "extra": {
    1002                 "branch-alias": {
    1003                     "dev-master": "1.3.x-dev"
     1056                "phpunit/phpunit": "^6.0"
     1057            },
     1058            "type": "library",
     1059            "extra": {
     1060                "branch-alias": {
     1061                    "dev-master": "3.1.x-dev"
    10041062                }
    10051063            },
     
    10411099                "exporter"
    10421100            ],
    1043             "time": "2016-06-17T09:04:28+00:00"
     1101            "time": "2017-04-03T13:19:02+00:00"
    10441102        },
    10451103        {
    10461104            "name": "sebastian/global-state",
    1047             "version": "1.1.1",
     1105            "version": "3.0.0",
    10481106            "source": {
    10491107                "type": "git",
    10501108                "url": "https://github.com/sebastianbergmann/global-state.git",
    1051                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
    1052             },
    1053             "dist": {
    1054                 "type": "zip",
    1055                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
    1056                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
    1057                 "shasum": ""
    1058             },
    1059             "require": {
    1060                 "php": ">=5.3.3"
    1061             },
    1062             "require-dev": {
    1063                 "phpunit/phpunit": "~4.2"
     1109                "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
     1110            },
     1111            "dist": {
     1112                "type": "zip",
     1113                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
     1114                "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
     1115                "shasum": ""
     1116            },
     1117            "require": {
     1118                "php": "^7.2",
     1119                "sebastian/object-reflector": "^1.1.1",
     1120                "sebastian/recursion-context": "^3.0"
     1121            },
     1122            "require-dev": {
     1123                "ext-dom": "*",
     1124                "phpunit/phpunit": "^8.0"
    10641125            },
    10651126            "suggest": {
     
    10691130            "extra": {
    10701131                "branch-alias": {
    1071                     "dev-master": "1.0-dev"
     1132                    "dev-master": "3.0-dev"
    10721133                }
    10731134            },
     
    10921153                "global state"
    10931154            ],
    1094             "time": "2015-10-12T03:26:01+00:00"
     1155            "time": "2019-02-01T05:30:01+00:00"
    10951156        },
    10961157        {
    10971158            "name": "sebastian/object-enumerator",
    1098             "version": "1.0.0",
     1159            "version": "3.0.3",
    10991160            "source": {
    11001161                "type": "git",
    11011162                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
    1102                 "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
    1103             },
    1104             "dist": {
    1105                 "type": "zip",
    1106                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
    1107                 "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
    1108                 "shasum": ""
    1109             },
    1110             "require": {
    1111                 "php": ">=5.6",
    1112                 "sebastian/recursion-context": "~1.0"
    1113             },
    1114             "require-dev": {
    1115                 "phpunit/phpunit": "~5"
    1116             },
    1117             "type": "library",
    1118             "extra": {
    1119                 "branch-alias": {
    1120                     "dev-master": "1.0.x-dev"
     1163                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
     1164            },
     1165            "dist": {
     1166                "type": "zip",
     1167                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
     1168                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
     1169                "shasum": ""
     1170            },
     1171            "require": {
     1172                "php": "^7.0",
     1173                "sebastian/object-reflector": "^1.1.1",
     1174                "sebastian/recursion-context": "^3.0"
     1175            },
     1176            "require-dev": {
     1177                "phpunit/phpunit": "^6.0"
     1178            },
     1179            "type": "library",
     1180            "extra": {
     1181                "branch-alias": {
     1182                    "dev-master": "3.0.x-dev"
    11211183                }
    11221184            },
     
    11381200            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
    11391201            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
    1140             "time": "2016-01-28T13:25:10+00:00"
     1202            "time": "2017-08-03T12:35:26+00:00"
     1203        },
     1204        {
     1205            "name": "sebastian/object-reflector",
     1206            "version": "1.1.1",
     1207            "source": {
     1208                "type": "git",
     1209                "url": "https://github.com/sebastianbergmann/object-reflector.git",
     1210                "reference": "773f97c67f28de00d397be301821b06708fca0be"
     1211            },
     1212            "dist": {
     1213                "type": "zip",
     1214                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
     1215                "reference": "773f97c67f28de00d397be301821b06708fca0be",
     1216                "shasum": ""
     1217            },
     1218            "require": {
     1219                "php": "^7.0"
     1220            },
     1221            "require-dev": {
     1222                "phpunit/phpunit": "^6.0"
     1223            },
     1224            "type": "library",
     1225            "extra": {
     1226                "branch-alias": {
     1227                    "dev-master": "1.1-dev"
     1228                }
     1229            },
     1230            "autoload": {
     1231                "classmap": [
     1232                    "src/"
     1233                ]
     1234            },
     1235            "notification-url": "https://packagist.org/downloads/",
     1236            "license": [
     1237                "BSD-3-Clause"
     1238            ],
     1239            "authors": [
     1240                {
     1241                    "name": "Sebastian Bergmann",
     1242                    "email": "sebastian@phpunit.de"
     1243                }
     1244            ],
     1245            "description": "Allows reflection of object attributes, including inherited and non-public ones",
     1246            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
     1247            "time": "2017-03-29T09:07:27+00:00"
    11411248        },
    11421249        {
    11431250            "name": "sebastian/recursion-context",
    1144             "version": "1.0.5",
     1251            "version": "3.0.0",
    11451252            "source": {
    11461253                "type": "git",
    11471254                "url": "https://github.com/sebastianbergmann/recursion-context.git",
    1148                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
    1149             },
    1150             "dist": {
    1151                 "type": "zip",
    1152                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
    1153                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
    1154                 "shasum": ""
    1155             },
    1156             "require": {
    1157                 "php": ">=5.3.3"
    1158             },
    1159             "require-dev": {
    1160                 "phpunit/phpunit": "~4.4"
    1161             },
    1162             "type": "library",
    1163             "extra": {
    1164                 "branch-alias": {
    1165                     "dev-master": "1.0.x-dev"
     1255                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
     1256            },
     1257            "dist": {
     1258                "type": "zip",
     1259                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
     1260                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
     1261                "shasum": ""
     1262            },
     1263            "require": {
     1264                "php": "^7.0"
     1265            },
     1266            "require-dev": {
     1267                "phpunit/phpunit": "^6.0"
     1268            },
     1269            "type": "library",
     1270            "extra": {
     1271                "branch-alias": {
     1272                    "dev-master": "3.0.x-dev"
    11661273                }
    11671274            },
     
    11911298            "description": "Provides functionality to recursively process PHP variables",
    11921299            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
    1193             "time": "2016-10-03T07:41:43+00:00"
     1300            "time": "2017-03-03T06:23:57+00:00"
    11941301        },
    11951302        {
    11961303            "name": "sebastian/resource-operations",
    1197             "version": "1.0.0",
     1304            "version": "2.0.1",
    11981305            "source": {
    11991306                "type": "git",
    12001307                "url": "https://github.com/sebastianbergmann/resource-operations.git",
    1201                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
    1202             },
    1203             "dist": {
    1204                 "type": "zip",
    1205                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
    1206                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
    1207                 "shasum": ""
    1208             },
    1209             "require": {
    1210                 "php": ">=5.6.0"
    1211             },
    1212             "type": "library",
    1213             "extra": {
    1214                 "branch-alias": {
    1215                     "dev-master": "1.0.x-dev"
     1308                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
     1309            },
     1310            "dist": {
     1311                "type": "zip",
     1312                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
     1313                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
     1314                "shasum": ""
     1315            },
     1316            "require": {
     1317                "php": "^7.1"
     1318            },
     1319            "type": "library",
     1320            "extra": {
     1321                "branch-alias": {
     1322                    "dev-master": "2.0-dev"
    12161323                }
    12171324            },
     
    12331340            "description": "Provides a list of PHP built-in functions that operate on resources",
    12341341            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
    1235             "time": "2015-07-28T20:34:47+00:00"
     1342            "time": "2018-10-04T04:07:39+00:00"
     1343        },
     1344        {
     1345            "name": "sebastian/type",
     1346            "version": "1.1.3",
     1347            "source": {
     1348                "type": "git",
     1349                "url": "https://github.com/sebastianbergmann/type.git",
     1350                "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
     1351            },
     1352            "dist": {
     1353                "type": "zip",
     1354                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
     1355                "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
     1356                "shasum": ""
     1357            },
     1358            "require": {
     1359                "php": "^7.2"
     1360            },
     1361            "require-dev": {
     1362                "phpunit/phpunit": "^8.2"
     1363            },
     1364            "type": "library",
     1365            "extra": {
     1366                "branch-alias": {
     1367                    "dev-master": "1.1-dev"
     1368                }
     1369            },
     1370            "autoload": {
     1371                "classmap": [
     1372                    "src/"
     1373                ]
     1374            },
     1375            "notification-url": "https://packagist.org/downloads/",
     1376            "license": [
     1377                "BSD-3-Clause"
     1378            ],
     1379            "authors": [
     1380                {
     1381                    "name": "Sebastian Bergmann",
     1382                    "email": "sebastian@phpunit.de",
     1383                    "role": "lead"
     1384                }
     1385            ],
     1386            "description": "Collection of value objects that represent the types of the PHP type system",
     1387            "homepage": "https://github.com/sebastianbergmann/type",
     1388            "time": "2019-07-02T08:10:15+00:00"
    12361389        },
    12371390        {
     
    12801433        {
    12811434            "name": "symfony/polyfill-ctype",
    1282             "version": "v1.9.0",
     1435            "version": "v1.11.0",
    12831436            "source": {
    12841437                "type": "git",
    12851438                "url": "https://github.com/symfony/polyfill-ctype.git",
    1286                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
    1287             },
    1288             "dist": {
    1289                 "type": "zip",
    1290                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
    1291                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
     1439                "reference": "82ebae02209c21113908c229e9883c419720738a"
     1440            },
     1441            "dist": {
     1442                "type": "zip",
     1443                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
     1444                "reference": "82ebae02209c21113908c229e9883c419720738a",
    12921445                "shasum": ""
    12931446            },
     
    13011454            "extra": {
    13021455                "branch-alias": {
    1303                     "dev-master": "1.9-dev"
     1456                    "dev-master": "1.11-dev"
    13041457                }
    13051458            },
     
    13341487                "portable"
    13351488            ],
    1336             "time": "2018-08-06T14:22:27+00:00"
    1337         },
    1338         {
    1339             "name": "symfony/yaml",
    1340             "version": "v3.4.15",
    1341             "source": {
    1342                 "type": "git",
    1343                 "url": "https://github.com/symfony/yaml.git",
    1344                 "reference": "c2f4812ead9f847cb69e90917ca7502e6892d6b8"
    1345             },
    1346             "dist": {
    1347                 "type": "zip",
    1348                 "url": "https://api.github.com/repos/symfony/yaml/zipball/c2f4812ead9f847cb69e90917ca7502e6892d6b8",
    1349                 "reference": "c2f4812ead9f847cb69e90917ca7502e6892d6b8",
    1350                 "shasum": ""
    1351             },
    1352             "require": {
    1353                 "php": "^5.5.9|>=7.0.8",
    1354                 "symfony/polyfill-ctype": "~1.8"
    1355             },
    1356             "conflict": {
    1357                 "symfony/console": "<3.4"
    1358             },
    1359             "require-dev": {
    1360                 "symfony/console": "~3.4|~4.0"
    1361             },
    1362             "suggest": {
    1363                 "symfony/console": "For validating YAML files using the lint command"
    1364             },
    1365             "type": "library",
    1366             "extra": {
    1367                 "branch-alias": {
    1368                     "dev-master": "3.4-dev"
    1369                 }
    1370             },
    1371             "autoload": {
    1372                 "psr-4": {
    1373                     "Symfony\\Component\\Yaml\\": ""
    1374                 },
    1375                 "exclude-from-classmap": [
    1376                     "/Tests/"
    1377                 ]
    1378             },
    1379             "notification-url": "https://packagist.org/downloads/",
    1380             "license": [
    1381                 "MIT"
    1382             ],
    1383             "authors": [
    1384                 {
    1385                     "name": "Fabien Potencier",
    1386                     "email": "fabien@symfony.com"
    1387                 },
    1388                 {
    1389                     "name": "Symfony Community",
    1390                     "homepage": "https://symfony.com/contributors"
    1391                 }
    1392             ],
    1393             "description": "Symfony Yaml Component",
    1394             "homepage": "https://symfony.com",
    1395             "time": "2018-08-10T07:34:36+00:00"
     1489            "time": "2019-02-06T07:57:58+00:00"
     1490        },
     1491        {
     1492            "name": "theseer/tokenizer",
     1493            "version": "1.1.3",
     1494            "source": {
     1495                "type": "git",
     1496                "url": "https://github.com/theseer/tokenizer.git",
     1497                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
     1498            },
     1499            "dist": {
     1500                "type": "zip",
     1501                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
     1502                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
     1503                "shasum": ""
     1504            },
     1505            "require": {
     1506                "ext-dom": "*",
     1507                "ext-tokenizer": "*",
     1508                "ext-xmlwriter": "*",
     1509                "php": "^7.0"
     1510            },
     1511            "type": "library",
     1512            "autoload": {
     1513                "classmap": [
     1514                    "src/"
     1515                ]
     1516            },
     1517            "notification-url": "https://packagist.org/downloads/",
     1518            "license": [
     1519                "BSD-3-Clause"
     1520            ],
     1521            "authors": [
     1522                {
     1523                    "name": "Arne Blankerts",
     1524                    "email": "arne@blankerts.de",
     1525                    "role": "Developer"
     1526                }
     1527            ],
     1528            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
     1529            "time": "2019-06-13T22:48:21+00:00"
    13961530        },
    13971531        {
    13981532            "name": "webmozart/assert",
    1399             "version": "1.3.0",
     1533            "version": "1.4.0",
    14001534            "source": {
    14011535                "type": "git",
    14021536                "url": "https://github.com/webmozart/assert.git",
    1403                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
    1404             },
    1405             "dist": {
    1406                 "type": "zip",
    1407                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
    1408                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
    1409                 "shasum": ""
    1410             },
    1411             "require": {
    1412                 "php": "^5.3.3 || ^7.0"
     1537                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
     1538            },
     1539            "dist": {
     1540                "type": "zip",
     1541                "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
     1542                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
     1543                "shasum": ""
     1544            },
     1545            "require": {
     1546                "php": "^5.3.3 || ^7.0",
     1547                "symfony/polyfill-ctype": "^1.8"
    14131548            },
    14141549            "require-dev": {
     
    14431578                "validate"
    14441579            ],
    1445             "time": "2018-01-29T19:49:41+00:00"
     1580            "time": "2018-12-25T11:19:39+00:00"
    14461581        }
    14471582    ],
    1448     "packages-dev": [],
    14491583    "aliases": [],
    14501584    "minimum-stability": "stable",
Note: See TracChangeset for help on using the changeset viewer.