diff --git a/composer.lock b/composer.lock index 18ecd59..0c51179 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1f1e2a2ea19cf69cf498232bc0f96f1a", + "content-hash": "636281577e97365980b87b0bf70f9573", "packages": [ { - "name": "boxunphp/php-exception", - "version": "dev-master", + "name": "boxunphp/exception", + "version": "v2.0", "source": { "type": "git", - "url": "https://github.com/boxunphp/php-exception.git", - "reference": "db02f35de3b65a03761869fa64057a640d986536" + "url": "https://github.com/boxunphp/exception.git", + "reference": "5ec401f1b38b1056ddd5da0240cb8d2e462a3ca7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/boxunphp/php-exception/zipball/db02f35de3b65a03761869fa64057a640d986536", - "reference": "db02f35de3b65a03761869fa64057a640d986536", + "url": "https://api.github.com/repos/boxunphp/exception/zipball/5ec401f1b38b1056ddd5da0240cb8d2e462a3ca7", + "reference": "5ec401f1b38b1056ddd5da0240cb8d2e462a3ca7", "shasum": "", "mirrors": [ { @@ -27,11 +27,10 @@ ] }, "require": { - "boxunphp/php-utils": "v1.*", - "php": "^7.1" + "php": "^7.2" }, "require-dev": { - "phpunit/phpunit": "7.*" + "phpunit/phpunit": "8.*" }, "type": "library", "autoload": { @@ -50,20 +49,20 @@ } ], "description": "PHP Exception", - "time": "2019-12-16T11:34:17+00:00" + "time": "2020-06-23T11:11:09+00:00" }, { - "name": "boxunphp/php-instance", - "version": "dev-master", + "name": "boxunphp/instance", + "version": "v2.0", "source": { "type": "git", - "url": "https://github.com/boxunphp/php-instance.git", - "reference": "71cadc2ae2b41ef77cca7303fb38befd3ac07e6f" + "url": "https://github.com/boxunphp/instance.git", + "reference": "02fb39c15d2ed90ee6214359e51ea38354218c12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/boxunphp/php-instance/zipball/71cadc2ae2b41ef77cca7303fb38befd3ac07e6f", - "reference": "71cadc2ae2b41ef77cca7303fb38befd3ac07e6f", + "url": "https://api.github.com/repos/boxunphp/instance/zipball/02fb39c15d2ed90ee6214359e51ea38354218c12", + "reference": "02fb39c15d2ed90ee6214359e51ea38354218c12", "shasum": "", "mirrors": [ { @@ -92,52 +91,7 @@ } ], "description": "php instance trait", - "time": "2020-05-21T07:49:53+00:00" - }, - { - "name": "boxunphp/php-utils", - "version": "v1.3", - "source": { - "type": "git", - "url": "https://github.com/boxunphp/php-utils.git", - "reference": "e0b50d4fbb7767805f535fd334547c1fe2d3e611" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/boxunphp/php-utils/zipball/e0b50d4fbb7767805f535fd334547c1fe2d3e611", - "reference": "e0b50d4fbb7767805f535fd334547c1fe2d3e611", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "7.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "All\\Utils\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordy", - "email": "arno.zheng@gmail.com" - } - ], - "description": "PHP公共类和方法", - "time": "2019-12-17T06:37:52+00:00" + "time": "2020-06-23T11:01:37+00:00" } ], "packages-dev": [ @@ -147,12 +101,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "6a1471ddbf2f448b35f3a8e390c903435e6dd5de" + "reference": "3e7a22aed197e9333cc929e7f6b4300bdae91fcc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/6a1471ddbf2f448b35f3a8e390c903435e6dd5de", - "reference": "6a1471ddbf2f448b35f3a8e390c903435e6dd5de", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/3e7a22aed197e9333cc929e7f6b4300bdae91fcc", + "reference": "3e7a22aed197e9333cc929e7f6b4300bdae91fcc", "shasum": "", "mirrors": [ { @@ -162,7 +116,7 @@ ] }, "require": { - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", @@ -201,7 +155,21 @@ "constructor", "instantiate" ], - "time": "2019-12-23T19:18:31+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2020-06-15T18:51:04+00:00" }, { "name": "myclabs/deep-copy", @@ -255,6 +223,12 @@ "object", "object graph" ], + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], "time": "2020-03-12T21:49:07+00:00" }, { @@ -377,12 +351,12 @@ "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "985f414b55eca4296ffc99db960a97b3cc8fbcea" + "reference": "cf8df60735d98fd18070b7cab0019ba0831e219c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/985f414b55eca4296ffc99db960a97b3cc8fbcea", - "reference": "985f414b55eca4296ffc99db960a97b3cc8fbcea", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/cf8df60735d98fd18070b7cab0019ba0831e219c", + "reference": "cf8df60735d98fd18070b7cab0019ba0831e219c", "shasum": "", "mirrors": [ { @@ -424,7 +398,7 @@ "reflection", "static analysis" ], - "time": "2020-04-27T09:34:19+00:00" + "time": "2020-06-19T17:42:03+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -432,12 +406,12 @@ "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" + "reference": "790426f28bfcbfc1a6f1d59ee8c986edfa45395c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", - "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/790426f28bfcbfc1a6f1d59ee8c986edfa45395c", + "reference": "790426f28bfcbfc1a6f1d59ee8c986edfa45395c", "shasum": "", "mirrors": [ { @@ -483,7 +457,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": "2020-02-22T12:28:44+00:00" + "time": "2020-06-19T18:58:43+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -491,12 +465,12 @@ "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "95d8782070ccd738295bbe4483f8760f998ad64d" + "reference": "94f3ddc5d77e49daadadd33b798b933e52dde82c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/95d8782070ccd738295bbe4483f8760f998ad64d", - "reference": "95d8782070ccd738295bbe4483f8760f998ad64d", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/94f3ddc5d77e49daadadd33b798b933e52dde82c", + "reference": "94f3ddc5d77e49daadadd33b798b933e52dde82c", "shasum": "", "mirrors": [ { @@ -535,7 +509,7 @@ } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "time": "2020-05-13T13:46:15+00:00" + "time": "2020-06-19T19:40:27+00:00" }, { "name": "phpspec/prophecy", @@ -677,20 +651,26 @@ }, { "name": "phpunit/php-file-iterator", - "version": "dev-master", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "ee5d93c00b87b36e206f1e8407dfe3306f5fcb4d" + "reference": "050bedf145a257b1ff02746c31894800e5122946" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/ee5d93c00b87b36e206f1e8407dfe3306f5fcb4d", - "reference": "ee5d93c00b87b36e206f1e8407dfe3306f5fcb4d", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", + "reference": "050bedf145a257b1ff02746c31894800e5122946", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": "^7.3" + "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.1" @@ -723,7 +703,7 @@ "filesystem", "iterator" ], - "time": "2019-10-23T09:07:44+00:00" + "time": "2018-09-13T20:33:42+00:00" }, { "name": "phpunit/php-text-template", @@ -774,20 +754,26 @@ }, { "name": "phpunit/php-timer", - "version": "dev-master", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "190db5a4b930a73afbba041cd3015aeb10d444d4" + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/190db5a4b930a73afbba041cd3015aeb10d444d4", - "reference": "190db5a4b930a73afbba041cd3015aeb10d444d4", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": "^7.3" + "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.0" @@ -819,25 +805,31 @@ "keywords": [ "timer" ], - "time": "2019-10-23T09:04:52+00:00" + "time": "2019-06-07T04:22:29+00:00" }, { "name": "phpunit/php-token-stream", - "version": "dev-master", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "5bc2030589cad93e6c73ce3ccee3f5e960604a0d" + "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5bc2030589cad93e6c73ce3ccee3f5e960604a0d", - "reference": "5bc2030589cad93e6c73ce3ccee3f5e960604a0d", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", + "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-tokenizer": "*", - "php": "^7.3" + "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.0" @@ -868,7 +860,7 @@ "keywords": [ "tokenizer" ], - "time": "2019-10-23T09:04:36+00:00" + "time": "2019-09-17T06:23:10+00:00" }, { "name": "phpunit/phpunit", @@ -876,12 +868,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "59a3636147285c8de8d4314c758c534a8d9fc9d6" + "reference": "62dafe1175ea6327d5b5ff6150a01ae7d98a79c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/59a3636147285c8de8d4314c758c534a8d9fc9d6", - "reference": "59a3636147285c8de8d4314c758c534a8d9fc9d6", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/62dafe1175ea6327d5b5ff6150a01ae7d98a79c9", + "reference": "62dafe1175ea6327d5b5ff6150a01ae7d98a79c9", "shasum": "", "mirrors": [ { @@ -957,24 +949,40 @@ "testing", "xunit" ], - "time": "2020-05-12T05:25:55+00:00" + "funding": [ + { + "url": "https://phpunit.de/donate.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-06-23T05:25:41+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "dev-master", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "5872e3737247e650995ac60e98611f69bfe8c556" + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5872e3737247e650995ac60e98611f69bfe8c556", - "reference": "5872e3737247e650995ac60e98611f69bfe8c556", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": "^7.3" + "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.0" @@ -1002,7 +1010,7 @@ ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2019-10-23T09:08:24+00:00" + "time": "2017-03-04T06:30:41+00:00" }, { "name": "sebastian/comparator", @@ -1138,7 +1146,7 @@ }, { "name": "sebastian/environment", - "version": "dev-master", + "version": "4.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", @@ -1148,10 +1156,16 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": "^7.3" + "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.5" @@ -1487,20 +1501,26 @@ }, { "name": "sebastian/resource-operations", - "version": "dev-master", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "89893975fe3fcc2e60214471761af5e91cc7a933" + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/89893975fe3fcc2e60214471761af5e91cc7a933", - "reference": "89893975fe3fcc2e60214471761af5e91cc7a933", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": "^7.3" + "php": "^7.1" }, "type": "library", "extra": { @@ -1525,7 +1545,7 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2019-10-23T09:09:44+00:00" + "time": "2018-10-04T04:07:39+00:00" }, { "name": "sebastian/type", @@ -1634,12 +1654,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" + "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", - "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", + "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", "shasum": "", "mirrors": [ { @@ -1658,6 +1678,10 @@ "extra": { "branch-alias": { "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -1690,7 +1714,21 @@ "polyfill", "portable" ], - "time": "2020-05-12T16:14:59+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-06-06T08:46:27+00:00" }, { "name": "theseer/tokenizer", @@ -1740,16 +1778,16 @@ }, { "name": "webmozart/assert", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6" + "reference": "9dc4f203e36f2b486149058bade43c851dd97451" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", - "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6", + "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451", + "reference": "9dc4f203e36f2b486149058bade43c851dd97451", "shasum": "", "mirrors": [ { @@ -1763,6 +1801,7 @@ "symfony/polyfill-ctype": "^1.8" }, "conflict": { + "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<3.9.1" }, "require-dev": { @@ -1790,19 +1829,17 @@ "check", "validate" ], - "time": "2020-04-18T12:12:48+00:00" + "time": "2020-06-16T10:16:42+00:00" } ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "boxunphp/php-instance": 20, - "boxunphp/php-exception": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.2" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }