Plugin Directory

Changeset 2071469


Ignore:
Timestamp:
04/19/2019 05:42:37 PM (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

    r2065208 r2071469  
    44    },
    55    "require-dev": {
    6         "phpunit/phpunit": "8.1.2"
     6        "phpunit/phpunit": "8.1.3"
    77    }
    88}
  • quantimodo/trunk/composer.lock

    r2061954 r2071469  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "af33f2982a65f0622d7612e94459e361",
     7    "content-hash": "56e72109da2bc8c85964ab72d2307eee",
    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": "[email protected]",
     205                    "role": "Developer"
     206                },
     207                {
     208                    "name": "Sebastian Heuer",
     209                    "email": "[email protected]",
     210                    "role": "Developer"
     211                },
     212                {
     213                    "name": "Sebastian Bergmann",
     214                    "email": "[email protected]",
     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                    "email": "[email protected]",
     252                    "role": "Developer"
     253                },
     254                {
     255                    "name": "Sebastian Heuer",
     256                    "email": "[email protected]",
     257                    "role": "Developer"
     258                },
     259                {
     260                    "name": "Sebastian Bergmann",
     261                    "email": "[email protected]",
     262                    "role": "Developer"
     263                }
     264            ],
     265            "description": "Library for handling version information and constraints",
     266            "time": "2018-07-08T19:19:57+00:00"
    110267        },
    111268        {
     
    326483        {
    327484            "name": "phpunit/php-code-coverage",
    328             "version": "4.0.8",
     485            "version": "7.0.3",
    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": "0317a769a81845c390e19684d9ba25d7f6aa4707"
     490            },
     491            "dist": {
     492                "type": "zip",
     493                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0317a769a81845c390e19684d9ba25d7f6aa4707",
     494                "reference": "0317a769a81845c390e19684d9ba25d7f6aa4707",
    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.0.1",
     504                "sebastian/code-unit-reverse-lookup": "^1.0.1",
     505                "sebastian/environment": "^4.1",
     506                "sebastian/version": "^2.0.1",
     507                "theseer/tokenizer": "^1.1"
     508            },
     509            "require-dev": {
     510                "phpunit/phpunit": "^8.0"
    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",
     513                "ext-xdebug": "^2.6.1"
     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                    "email": "sebastian@phpunit.de",
    377534                    "role": "lead"
    378535                }
     
    385542                "xunit"
    386543            ],
    387             "time": "2017-04-02T07:44:40+00:00"
     544            "time": "2019-02-26T07:38:26+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": "[email protected]",
     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": "[email protected]",
    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.1",
    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": "8b389aebe1b8b0578430bda0c7c95a829608e059"
     644            },
     645            "dist": {
     646                "type": "zip",
     647                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
     648                "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
     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-02-20T10:12:59+00:00"
    525685        },
    526686        {
    527687            "name": "phpunit/php-token-stream",
    528             "version": "2.0.2",
     688            "version": "3.0.1",
    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": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
     693            },
     694            "dist": {
     695                "type": "zip",
     696                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
     697                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
    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.0-dev"
    551711                }
    552712            },
     
    571731                "tokenizer"
    572732            ],
    573             "time": "2017-11-27T05:48:46+00:00"
     733            "time": "2018-10-30T05:52:18+00:00"
    574734        },
    575735        {
    576736            "name": "phpunit/phpunit",
    577             "version": "5.6.0",
     737            "version": "8.1.3",
    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": "2a676677982b484ee36b54961f570c02eabbe7e1"
     742            },
     743            "dist": {
     744                "type": "zip",
     745                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2a676677982b484ee36b54961f570c02eabbe7e1",
     746                "reference": "2a676677982b484ee36b54961f570c02eabbe7e1",
     747                "shasum": ""
     748            },
     749            "require": {
     750                "doctrine/instantiator": "^1.1",
    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.7",
     758                "phar-io/manifest": "^1.0.2",
     759                "phar-io/version": "^2.0",
     760                "php": "^7.2",
     761                "phpspec/prophecy": "^1.7",
     762                "phpunit/php-code-coverage": "^7.0",
     763                "phpunit/php-file-iterator": "^2.0.1",
     764                "phpunit/php-text-template": "^1.2.1",
     765                "phpunit/php-timer": "^2.1",
     766                "sebastian/comparator": "^3.0",
     767                "sebastian/diff": "^3.0",
     768                "sebastian/environment": "^4.1",
     769                "sebastian/exporter": "^3.1",
     770                "sebastian/global-state": "^3.0",
     771                "sebastian/object-enumerator": "^3.0.3",
     772                "sebastian/resource-operations": "^2.0",
     773                "sebastian/version": "^2.0.1"
    615774            },
    616775            "require-dev": {
     
    618777            },
    619778            "suggest": {
     779                "ext-soap": "*",
    620780                "ext-xdebug": "*",
    621                 "phpunit/php-invoker": "~1.1"
     781                "phpunit/php-invoker": "^2.0"
    622782            },
    623783            "bin": [
     
    627787            "extra": {
    628788                "branch-alias": {
    629                     "dev-master": "5.6.x-dev"
     789                    "dev-master": "8.1-dev"
    630790                }
    631791            },
     
    653813                "xunit"
    654814            ],
    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": "[email protected]",
    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"
     815            "time": "2019-04-19T15:52:00+00:00"
    766816        },
    767817        {
     
    812862        {
    813863            "name": "sebastian/comparator",
    814             "version": "1.2.4",
     864            "version": "3.0.2",
    815865            "source": {
    816866                "type": "git",
    817867                "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"
     868                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
     869            },
     870            "dist": {
     871                "type": "zip",
     872                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
     873                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
     874                "shasum": ""
     875            },
     876            "require": {
     877                "php": "^7.1",
     878                "sebastian/diff": "^3.0",
     879                "sebastian/exporter": "^3.1"
     880            },
     881            "require-dev": {
     882                "phpunit/phpunit": "^7.1"
     883            },
     884            "type": "library",
     885            "extra": {
     886                "branch-alias": {
     887                    "dev-master": "3.0-dev"
    838888                }
    839889            },
     
    866916            ],
    867917            "description": "Provides the functionality to compare PHP values for equality",
    868             "homepage": "http://www.github.com/sebastianbergmann/comparator",
     918            "homepage": "https://github.com/sebastianbergmann/comparator",
    869919            "keywords": [
    870920                "comparator",
     
    872922                "equality"
    873923            ],
    874             "time": "2017-01-29T09:50:25+00:00"
     924            "time": "2018-07-12T15:12:46+00:00"
    875925        },
    876926        {
    877927            "name": "sebastian/diff",
    878             "version": "1.4.3",
     928            "version": "3.0.2",
    879929            "source": {
    880930                "type": "git",
    881931                "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"
     932                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
     933            },
     934            "dist": {
     935                "type": "zip",
     936                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
     937                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
     938                "shasum": ""
     939            },
     940            "require": {
     941                "php": "^7.1"
     942            },
     943            "require-dev": {
     944                "phpunit/phpunit": "^7.5 || ^8.0",
     945                "symfony/process": "^2 || ^3.3 || ^4"
     946            },
     947            "type": "library",
     948            "extra": {
     949                "branch-alias": {
     950                    "dev-master": "3.0-dev"
    900951                }
    901952            },
     
    922973            "homepage": "https://github.com/sebastianbergmann/diff",
    923974            "keywords": [
    924                 "diff"
    925             ],
    926             "time": "2017-05-22T07:24:03+00:00"
     975                "diff",
     976                "udiff",
     977                "unidiff",
     978                "unified diff"
     979            ],
     980            "time": "2019-02-04T06:01:07+00:00"
    927981        },
    928982        {
    929983            "name": "sebastian/environment",
    930             "version": "2.0.0",
     984            "version": "4.1.0",
    931985            "source": {
    932986                "type": "git",
    933987                "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"
     988                "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656"
     989            },
     990            "dist": {
     991                "type": "zip",
     992                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
     993                "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
     994                "shasum": ""
     995            },
     996            "require": {
     997                "php": "^7.1"
     998            },
     999            "require-dev": {
     1000                "phpunit/phpunit": "^7.5"
     1001            },
     1002            "suggest": {
     1003                "ext-posix": "*"
     1004            },
     1005            "type": "library",
     1006            "extra": {
     1007                "branch-alias": {
     1008                    "dev-master": "4.1-dev"
    9521009                }
    9531010            },
     
    9741031                "hhvm"
    9751032            ],
    976             "time": "2016-11-26T07:53:53+00:00"
     1033            "time": "2019-02-01T05:27:49+00:00"
    9771034        },
    9781035        {
    9791036            "name": "sebastian/exporter",
    980             "version": "1.2.2",
     1037            "version": "3.1.0",
    9811038            "source": {
    9821039                "type": "git",
    9831040                "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"
     1041                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
     1042            },
     1043            "dist": {
     1044                "type": "zip",
     1045                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
     1046                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
     1047                "shasum": ""
     1048            },
     1049            "require": {
     1050                "php": "^7.0",
     1051                "sebastian/recursion-context": "^3.0"
    9951052            },
    9961053            "require-dev": {
    9971054                "ext-mbstring": "*",
    998                 "phpunit/phpunit": "~4.4"
    999             },
    1000             "type": "library",
    1001             "extra": {
    1002                 "branch-alias": {
    1003                     "dev-master": "1.3.x-dev"
     1055                "phpunit/phpunit": "^6.0"
     1056            },
     1057            "type": "library",
     1058            "extra": {
     1059                "branch-alias": {
     1060                    "dev-master": "3.1.x-dev"
    10041061                }
    10051062            },
     
    10411098                "exporter"
    10421099            ],
    1043             "time": "2016-06-17T09:04:28+00:00"
     1100            "time": "2017-04-03T13:19:02+00:00"
    10441101        },
    10451102        {
    10461103            "name": "sebastian/global-state",
    1047             "version": "1.1.1",
     1104            "version": "3.0.0",
    10481105            "source": {
    10491106                "type": "git",
    10501107                "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"
     1108                "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
     1109            },
     1110            "dist": {
     1111                "type": "zip",
     1112                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
     1113                "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
     1114                "shasum": ""
     1115            },
     1116            "require": {
     1117                "php": "^7.2",
     1118                "sebastian/object-reflector": "^1.1.1",
     1119                "sebastian/recursion-context": "^3.0"
     1120            },
     1121            "require-dev": {
     1122                "ext-dom": "*",
     1123                "phpunit/phpunit": "^8.0"
    10641124            },
    10651125            "suggest": {
     
    10691129            "extra": {
    10701130                "branch-alias": {
    1071                     "dev-master": "1.0-dev"
     1131                    "dev-master": "3.0-dev"
    10721132                }
    10731133            },
     
    10921152                "global state"
    10931153            ],
    1094             "time": "2015-10-12T03:26:01+00:00"
     1154            "time": "2019-02-01T05:30:01+00:00"
    10951155        },
    10961156        {
    10971157            "name": "sebastian/object-enumerator",
    1098             "version": "1.0.0",
     1158            "version": "3.0.3",
    10991159            "source": {
    11001160                "type": "git",
    11011161                "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"
     1162                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
     1163            },
     1164            "dist": {
     1165                "type": "zip",
     1166                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
     1167                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
     1168                "shasum": ""
     1169            },
     1170            "require": {
     1171                "php": "^7.0",
     1172                "sebastian/object-reflector": "^1.1.1",
     1173                "sebastian/recursion-context": "^3.0"
     1174            },
     1175            "require-dev": {
     1176                "phpunit/phpunit": "^6.0"
     1177            },
     1178            "type": "library",
     1179            "extra": {
     1180                "branch-alias": {
     1181                    "dev-master": "3.0.x-dev"
    11211182                }
    11221183            },
     
    11381199            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
    11391200            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
    1140             "time": "2016-01-28T13:25:10+00:00"
     1201            "time": "2017-08-03T12:35:26+00:00"
     1202        },
     1203        {
     1204            "name": "sebastian/object-reflector",
     1205            "version": "1.1.1",
     1206            "source": {
     1207                "type": "git",
     1208                "url": "https://github.com/sebastianbergmann/object-reflector.git",
     1209                "reference": "773f97c67f28de00d397be301821b06708fca0be"
     1210            },
     1211            "dist": {
     1212                "type": "zip",
     1213                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
     1214                "reference": "773f97c67f28de00d397be301821b06708fca0be",
     1215                "shasum": ""
     1216            },
     1217            "require": {
     1218                "php": "^7.0"
     1219            },
     1220            "require-dev": {
     1221                "phpunit/phpunit": "^6.0"
     1222            },
     1223            "type": "library",
     1224            "extra": {
     1225                "branch-alias": {
     1226                    "dev-master": "1.1-dev"
     1227                }
     1228            },
     1229            "autoload": {
     1230                "classmap": [
     1231                    "src/"
     1232                ]
     1233            },
     1234            "notification-url": "https://packagist.org/downloads/",
     1235            "license": [
     1236                "BSD-3-Clause"
     1237            ],
     1238            "authors": [
     1239                {
     1240                    "name": "Sebastian Bergmann",
     1241                    "email": "[email protected]"
     1242                }
     1243            ],
     1244            "description": "Allows reflection of object attributes, including inherited and non-public ones",
     1245            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
     1246            "time": "2017-03-29T09:07:27+00:00"
    11411247        },
    11421248        {
    11431249            "name": "sebastian/recursion-context",
    1144             "version": "1.0.5",
     1250            "version": "3.0.0",
    11451251            "source": {
    11461252                "type": "git",
    11471253                "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"
     1254                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
     1255            },
     1256            "dist": {
     1257                "type": "zip",
     1258                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
     1259                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
     1260                "shasum": ""
     1261            },
     1262            "require": {
     1263                "php": "^7.0"
     1264            },
     1265            "require-dev": {
     1266                "phpunit/phpunit": "^6.0"
     1267            },
     1268            "type": "library",
     1269            "extra": {
     1270                "branch-alias": {
     1271                    "dev-master": "3.0.x-dev"
    11661272                }
    11671273            },
     
    11911297            "description": "Provides functionality to recursively process PHP variables",
    11921298            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
    1193             "time": "2016-10-03T07:41:43+00:00"
     1299            "time": "2017-03-03T06:23:57+00:00"
    11941300        },
    11951301        {
    11961302            "name": "sebastian/resource-operations",
    1197             "version": "1.0.0",
     1303            "version": "2.0.1",
    11981304            "source": {
    11991305                "type": "git",
    12001306                "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"
     1307                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
     1308            },
     1309            "dist": {
     1310                "type": "zip",
     1311                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
     1312                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
     1313                "shasum": ""
     1314            },
     1315            "require": {
     1316                "php": "^7.1"
     1317            },
     1318            "type": "library",
     1319            "extra": {
     1320                "branch-alias": {
     1321                    "dev-master": "2.0-dev"
    12161322                }
    12171323            },
     
    12331339            "description": "Provides a list of PHP built-in functions that operate on resources",
    12341340            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
    1235             "time": "2015-07-28T20:34:47+00:00"
     1341            "time": "2018-10-04T04:07:39+00:00"
    12361342        },
    12371343        {
     
    12801386        {
    12811387            "name": "symfony/polyfill-ctype",
    1282             "version": "v1.9.0",
     1388            "version": "v1.11.0",
    12831389            "source": {
    12841390                "type": "git",
    12851391                "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",
     1392                "reference": "82ebae02209c21113908c229e9883c419720738a"
     1393            },
     1394            "dist": {
     1395                "type": "zip",
     1396                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
     1397                "reference": "82ebae02209c21113908c229e9883c419720738a",
    12921398                "shasum": ""
    12931399            },
     
    13011407            "extra": {
    13021408                "branch-alias": {
    1303                     "dev-master": "1.9-dev"
     1409                    "dev-master": "1.11-dev"
    13041410                }
    13051411            },
     
    13231429                {
    13241430                    "name": "Gert de Pagter",
    1325                     "email": "BackEndT[email protected]"
     1431                    "email": "backendt[email protected]"
    13261432                }
    13271433            ],
     
    13341440                "portable"
    13351441            ],
    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": "[email protected]"
    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"
     1442            "time": "2019-02-06T07:57:58+00:00"
     1443        },
     1444        {
     1445            "name": "theseer/tokenizer",
     1446            "version": "1.1.2",
     1447            "source": {
     1448                "type": "git",
     1449                "url": "https://github.com/theseer/tokenizer.git",
     1450                "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8"
     1451            },
     1452            "dist": {
     1453                "type": "zip",
     1454                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8",
     1455                "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8",
     1456                "shasum": ""
     1457            },
     1458            "require": {
     1459                "ext-dom": "*",
     1460                "ext-tokenizer": "*",
     1461                "ext-xmlwriter": "*",
     1462                "php": "^7.0"
     1463            },
     1464            "type": "library",
     1465            "autoload": {
     1466                "classmap": [
     1467                    "src/"
     1468                ]
     1469            },
     1470            "notification-url": "https://packagist.org/downloads/",
     1471            "license": [
     1472                "BSD-3-Clause"
     1473            ],
     1474            "authors": [
     1475                {
     1476                    "name": "Arne Blankerts",
     1477                    "email": "[email protected]",
     1478                    "role": "Developer"
     1479                }
     1480            ],
     1481            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
     1482            "time": "2019-04-04T09:56:43+00:00"
    13961483        },
    13971484        {
    13981485            "name": "webmozart/assert",
    1399             "version": "1.3.0",
     1486            "version": "1.4.0",
    14001487            "source": {
    14011488                "type": "git",
    14021489                "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"
     1490                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
     1491            },
     1492            "dist": {
     1493                "type": "zip",
     1494                "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
     1495                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
     1496                "shasum": ""
     1497            },
     1498            "require": {
     1499                "php": "^5.3.3 || ^7.0",
     1500                "symfony/polyfill-ctype": "^1.8"
    14131501            },
    14141502            "require-dev": {
     
    14431531                "validate"
    14441532            ],
    1445             "time": "2018-01-29T19:49:41+00:00"
     1533            "time": "2018-12-25T11:19:39+00:00"
    14461534        }
    14471535    ],
    1448     "packages-dev": [],
    14491536    "aliases": [],
    14501537    "minimum-stability": "stable",
Note: See TracChangeset for help on using the changeset viewer.