diff --git a/composer.json b/composer.json index 420c805..78fe4f1 100644 --- a/composer.json +++ b/composer.json @@ -5,13 +5,13 @@ "license": "MIT", "require": { "hhvm/hhvm-autoload": "^1.5", - "hhvm/hsl": "^1.1", + "hhvm/hsl": "^1.1|^3.26.0", "hhvm/type-assert": "^3.1" }, "require-dev": { "91carriage/phpunit-hhi": "~5.7", "phpunit/phpunit": "~5.7", - "facebook/fbexpect": "^0.4.0", - "hhvm/hhast": "^1.0" + "facebook/fbexpect": "^0.4.0|^3.26.0", + "hhvm/hhast": "^1.0|^3.26.0" } } diff --git a/composer.lock b/composer.lock index bde6b8e..1a31722 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "86c75755b1fc28ed64f3eb22a50ed613", + "content-hash": "d18a72fac02711e5f683862ce75e83c4", "packages": [ { "name": "fredemmott/hack-error-suppressor", @@ -45,16 +45,16 @@ }, { "name": "hhvm/hhvm-autoload", - "version": "v1.6.2", + "version": "v1.6.5", "source": { "type": "git", "url": "https://github.com/hhvm/hhvm-autoload.git", - "reference": "2beebbb5982e77237ec853ee1231860c3c295bf3" + "reference": "df9098e03e5bf9a05ebdc46ec9588e0da25834d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hhvm/hhvm-autoload/zipball/2beebbb5982e77237ec853ee1231860c3c295bf3", - "reference": "2beebbb5982e77237ec853ee1231860c3c295bf3", + "url": "https://api.github.com/repos/hhvm/hhvm-autoload/zipball/df9098e03e5bf9a05ebdc46ec9588e0da25834d6", + "reference": "df9098e03e5bf9a05ebdc46ec9588e0da25834d6", "shasum": "" }, "require": { @@ -90,24 +90,24 @@ ] }, "notification-url": "https://packagist.org/downloads/", - "time": "2018-02-27T18:31:14+00:00" + "time": "2018-06-06T22:45:48+00:00" }, { "name": "hhvm/hsl", - "version": "v1.4.0", + "version": "v3.26.0", "source": { "type": "git", "url": "https://github.com/hhvm/hsl.git", - "reference": "2d40281ec595b25a09bbe51d9216edbf1ad55a42" + "reference": "e046cdba90c8204d9b329ad25ce134e9845761eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hhvm/hsl/zipball/2d40281ec595b25a09bbe51d9216edbf1ad55a42", - "reference": "2d40281ec595b25a09bbe51d9216edbf1ad55a42", + "url": "https://api.github.com/repos/hhvm/hsl/zipball/e046cdba90c8204d9b329ad25ce134e9845761eb", + "reference": "e046cdba90c8204d9b329ad25ce134e9845761eb", "shasum": "" }, "require": { - "hhvm": "^3.23.2", + "hhvm": "^3.26.0", "hhvm/hhvm-autoload": "^1.4" }, "require-dev": { @@ -117,54 +117,60 @@ }, "type": "library", "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], "description": "The Hack Standard Library", - "time": "2018-03-09T21:53:48+00:00" + "time": "2018-05-08T22:54:05+00:00" }, { "name": "hhvm/type-assert", - "version": "v3.2.1", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/hhvm/type-assert.git", - "reference": "8f70814c8268f50e2fa728893d3ad9cad73df398" + "reference": "9bbe7cac2ff831142d74203479e72046cbc932f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hhvm/type-assert/zipball/8f70814c8268f50e2fa728893d3ad9cad73df398", - "reference": "8f70814c8268f50e2fa728893d3ad9cad73df398", + "url": "https://api.github.com/repos/hhvm/type-assert/zipball/9bbe7cac2ff831142d74203479e72046cbc932f8", + "reference": "9bbe7cac2ff831142d74203479e72046cbc932f8", "shasum": "" }, "require": { "hhvm": "^3.23.0", "hhvm/hhvm-autoload": "^1.4", - "hhvm/hsl": "^1.0" + "hhvm/hsl": "^1.0|^3.26.0" }, "require-dev": { "91carriage/phpunit-hhi": "~5.1", - "facebook/fbexpect": "^0.2.0 | ^0.3.0 | ^0.4.0", + "facebook/fbexpect": "^0.4.0|^1.0.0", "phpunit/phpunit": "~5.1" }, "type": "library", "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], "description": "Convert untyped data to typed data", "keywords": [ "TypeAssert", "hack" ], - "time": "2018-02-09T17:05:23+00:00" + "time": "2018-05-09T18:23:07+00:00" } ], "packages-dev": [ { "name": "91carriage/phpunit-hhi", - "version": "5.7.3", + "version": "5.7.4", "source": { "type": "git", "url": "https://git.simon.geek.nz/91-carriage/phpunit-hhi.git", - "reference": "e885e708b0658cc55f57a45c7b5720cdc617c4c9" + "reference": "29e50b1130dc6d72266460f1f303ba1f24937a40" }, "require": { - "hhvm": ">=3.23.0" + "hhvm": ">=3.24.3" }, "conflict": { "phpunit/phpunit": "<5.7.15" @@ -202,36 +208,36 @@ "phpunit", "testing" ], - "time": "2018-02-09T19:25:38+00:00" + "time": "2018-03-02T23:37:33+00:00" }, { "name": "doctrine/instantiator", - "version": "1.0.5", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", "shasum": "" }, "require": { - "php": ">=5.3,<8.0-DEV" + "php": "^7.1" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" + "phpunit/phpunit": "^6.2.3", + "squizlabs/php_codesniffer": "^3.0.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -256,7 +262,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "time": "2017-07-22T11:58:36+00:00" }, { "name": "facebook/fbexpect", @@ -293,26 +299,26 @@ }, { "name": "hhvm/hhast", - "version": "v1.0.1", + "version": "v3.26.0", "source": { "type": "git", "url": "https://github.com/hhvm/hhast.git", - "reference": "97916ba3945d95f89ba6e33ceadbde16bfa0e02e" + "reference": "a34b2650c0b982dac81bca318fa845fbed571063" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hhvm/hhast/zipball/97916ba3945d95f89ba6e33ceadbde16bfa0e02e", - "reference": "97916ba3945d95f89ba6e33ceadbde16bfa0e02e", + "url": "https://api.github.com/repos/hhvm/hhast/zipball/a34b2650c0b982dac81bca318fa845fbed571063", + "reference": "a34b2650c0b982dac81bca318fa845fbed571063", "shasum": "" }, "require": { - "hhvm": "^3.24.0", - "hhvm/hsl": "^1.0.0", + "hhvm": "^3.26.0", + "hhvm/hsl": "^1.0.0|^3.26.0", "hhvm/type-assert": "^3.1" }, "require-dev": { "91carriage/phpunit-hhi": "^5.7", - "facebook/fbexpect": "^0.4.0", + "facebook/fbexpect": "^0.4.0|^1.0.0", "facebook/hack-codegen": "~3.0.3", "hhvm/hhvm-autoload": "^1.5", "phpunit/phpunit": "^5.7" @@ -322,29 +328,35 @@ ], "type": "library", "notification-url": "https://packagist.org/downloads/", - "time": "2018-03-01T22:15:51+00:00" + "license": [ + "MIT" + ], + "time": "2018-05-10T19:54:22+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" + "reference": "478465659fd987669df0bd8a9bf22a8710e5f1b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/478465659fd987669df0bd8a9bf22a8710e5f1b6", + "reference": "478465659fd987669df0bd8a9bf22a8710e5f1b6", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": "^7.1" + }, + "replace": { + "myclabs/deep-copy": "self.version" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", - "phpunit/phpunit": "^4.1" + "phpunit/phpunit": "^7.1" }, "type": "library", "autoload": { @@ -367,7 +379,7 @@ "object", "object graph" ], - "time": "2017-10-19T19:58:43+00:00" + "time": "2018-05-29T17:25:09+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -425,29 +437,35 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "3.3.2", + "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2" + "reference": "94fd0001232e47129dd3504189fa1c7225010d08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2", - "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", + "reference": "94fd0001232e47129dd3504189fa1c7225010d08", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0", + "php": "^7.0", "phpdocumentor/reflection-common": "^1.0.0", "phpdocumentor/type-resolver": "^0.4.0", "webmozart/assert": "^1.0" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^4.4" + "doctrine/instantiator": "~1.0.5", + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.4" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ @@ -466,7 +484,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2017-11-10T14:09:06+00:00" + "time": "2017-11-30T07:14:17+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -517,23 +535,23 @@ }, { "name": "phpspec/prophecy", - "version": "1.7.5", + "version": "1.7.6", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" + "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", - "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", + "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", - "sebastian/comparator": "^1.1|^2.0", + "sebastian/comparator": "^1.1|^2.0|^3.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { @@ -576,7 +594,7 @@ "spy", "stub" ], - "time": "2018-02-19T10:16:54+00:00" + "time": "2018-04-18T13:57:24+00:00" }, { "name": "phpunit/php-code-coverage", @@ -780,29 +798,29 @@ }, { "name": "phpunit/php-token-stream", - "version": "1.4.12", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" + "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", + "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "^6.2.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -825,7 +843,7 @@ "keywords": [ "tokenizer" ], - "time": "2017-12-04T08:55:13+00:00" + "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit", @@ -1481,22 +1499,78 @@ "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-10-03T07:35:21+00:00" }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", + "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + }, + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2018-04-30T19:57:29+00:00" + }, { "name": "symfony/yaml", - "version": "v3.4.5", + "version": "v4.1.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb" + "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/6af42631dcf89e9c616242c900d6c52bd53bd1bb", - "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb", + "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e", + "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": "^7.1.3", + "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<3.4" @@ -1510,7 +1584,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "4.1-dev" } }, "autoload": { @@ -1537,7 +1611,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-02-16T09:50:28+00:00" + "time": "2018-05-30T07:26:09+00:00" }, { "name": "webmozart/assert",