From ae9b6dbd00bc7d41a41383fb941624124fa9516e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Mon, 25 Dec 2023 16:36:13 +0800 Subject: [PATCH] =?UTF-8?q?build(composer):=20=E7=A7=BB=E9=99=A4=E4=BA=86?= =?UTF-8?q?=E4=B8=8D=E6=94=AF=E6=8C=81=203.1=E7=9A=84=20casbin=20=E6=89=A9?= =?UTF-8?q?=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 +- composer.lock | 531 +++++++++++++++++++++++++++++++++++---------- scripts/release.sh | 2 +- 3 files changed, 416 insertions(+), 120 deletions(-) diff --git a/composer.json b/composer.json index d122b02..ed92a7d 100755 --- a/composer.json +++ b/composer.json @@ -17,9 +17,8 @@ "php": ">=8.1", "ext-redis": "*", "composer/composer": ">=2.5.8", - "donjan-deng/hyperf-casbin": "^3.22.2", "hyperf/validation": "3.1.*", - "singularity/hdk-core": "^1.0.0-alpha.16", + "singularity/hdk-core": "^1.0.0", "symfony/polyfill-php82": "*", "symfony/polyfill-php83": "*" }, diff --git a/composer.lock b/composer.lock index 89e3189..6d0f756 100755 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,83 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f160d8f3a813426ae794ef34e7f3c3aa", + "content-hash": "404b6ee3e604257e7e4296a65f79b497", "packages": [ + { + "name": "carbonphp/carbon-doctrine-types", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", + "reference": "a31d3358a2a5d6ae947df1691d1f321418a5f3d5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/a31d3358a2a5d6ae947df1691d1f321418a5f3d5", + "reference": "a31d3358a2a5d6ae947df1691d1f321418a5f3d5", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": "^8.1" + }, + "conflict": { + "doctrine/dbal": "<4.0.0 || >=5.0.0" + }, + "require-dev": { + "doctrine/dbal": "^4.0.0", + "nesbot/carbon": "^2.71.0 || ^3.0.0", + "phpunit/phpunit": "^10.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Carbon\\Doctrine\\": "src/Carbon/Doctrine/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "KyleKatarn", + "email": "kylekatarnls@gmail.com" + } + ], + "description": "Types to use Carbon in Doctrine", + "keywords": [ + "carbon", + "date", + "datetime", + "doctrine", + "time" + ], + "support": { + "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", + "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.1.0" + }, + "funding": [ + { + "url": "https://github.com/kylekatarnls", + "type": "github" + }, + { + "url": "https://opencollective.com/Carbon", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", + "type": "tidelift" + } + ], + "time": "2023-12-10T15:33:53+00:00" + }, { "name": "casbin/casbin", "version": "v3.21.4", @@ -137,16 +212,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.3.7", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "76e46335014860eec1aa5a724799a00a2e47cc85" + "reference": "b66d11b7479109ab547f9405b97205640b17d385" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85", - "reference": "76e46335014860eec1aa5a724799a00a2e47cc85", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385", + "reference": "b66d11b7479109ab547f9405b97205640b17d385", "shasum": "", "mirrors": [ { @@ -164,7 +239,7 @@ "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { @@ -199,7 +274,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.7" + "source": "https://github.com/composer/ca-bundle/tree/1.4.0" }, "funding": [ { @@ -215,7 +290,7 @@ "type": "tidelift" } ], - "time": "2023-08-30T09:31:38+00:00" + "time": "2023-12-18T12:05:55+00:00" }, { "name": "composer/class-map-generator", @@ -1410,6 +1485,61 @@ }, "time": "2020-11-24T22:02:12+00:00" }, + { + "name": "friendsofhyperf/rector", + "version": "v0.1.5", + "source": { + "type": "git", + "url": "https://github.com/friendsofhyperf/rector.git", + "reference": "896ec187d0b85ac2b2db5e7201a21fbfdf4f3e54" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/friendsofhyperf/rector/zipball/896ec187d0b85ac2b2db5e7201a21fbfdf4f3e54", + "reference": "896ec187d0b85ac2b2db5e7201a21fbfdf4f3e54", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": ">=8.0", + "rector/rector": "^0.15.12" + }, + "require-dev": { + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8.2", + "phpstan/phpstan-strict-rules": "^1.2", + "phpstan/phpstan-webmozart-assert": "^1.1", + "phpunit/phpunit": "^10.0", + "rector/phpstan-rules": "^0.6", + "rector/rector-debugging": "dev-main", + "symplify/easy-coding-standard": "^11.0", + "symplify/phpstan-extensions": "^11.0", + "symplify/phpstan-rules": "^11.0", + "symplify/rule-doc-generator": "^11.0", + "symplify/vendor-patches": "^11.0" + }, + "type": "rector-extension", + "autoload": { + "psr-4": { + "Rector\\Hyperf\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Rector upgrades rules for Hyperf.", + "support": { + "issues": "https://github.com/friendsofhyperf/rector/issues", + "source": "https://github.com/friendsofhyperf/rector/tree/v0.1.5" + }, + "time": "2023-06-26T23:32:12+00:00" + }, { "name": "graham-campbell/result-type", "version": "v1.1.2", @@ -1757,16 +1887,16 @@ }, { "name": "hyperf/command", - "version": "v3.1.0-rc.9", + "version": "v3.1.2", "source": { "type": "git", "url": "https://github.com/hyperf/command.git", - "reference": "acb3f6c2860730950abf49f7871dc92676915d33" + "reference": "9818c7cf62f86d22cd2fda37b2bad6d0c0bbfc8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/command/zipball/acb3f6c2860730950abf49f7871dc92676915d33", - "reference": "acb3f6c2860730950abf49f7871dc92676915d33", + "url": "https://api.github.com/repos/hyperf/command/zipball/9818c7cf62f86d22cd2fda37b2bad6d0c0bbfc8c", + "reference": "9818c7cf62f86d22cd2fda37b2bad6d0c0bbfc8c", "shasum": "", "mirrors": [ { @@ -1786,7 +1916,7 @@ "hyperf/tappable": "~3.1.0", "php": ">=8.1", "psr/event-dispatcher": "^1.0", - "symfony/console": "^5.0|^6.0" + "symfony/console": "^5.0|^6.0|^7.0" }, "suggest": { "hyperf/di": "Required to use annotations.", @@ -1795,7 +1925,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" }, "hyperf": { "config": "Hyperf\\Command\\ConfigProvider" @@ -1818,9 +1948,19 @@ ], "support": { "issues": "https://github.com/hyperf/command/issues", - "source": "https://github.com/hyperf/command/tree/v3.1.0-rc.9" + "source": "https://github.com/hyperf/command/tree/v3.1.2" }, - "time": "2023-10-27T01:55:18+00:00" + "funding": [ + { + "url": "https://hyperf.wiki/#/zh-cn/donate", + "type": "custom" + }, + { + "url": "https://opencollective.com/hyperf", + "type": "open_collective" + } + ], + "time": "2023-12-08T02:35:39+00:00" }, { "name": "hyperf/conditionable", @@ -1888,16 +2028,16 @@ }, { "name": "hyperf/config", - "version": "v3.1.0", + "version": "v3.1.2", "source": { "type": "git", "url": "https://github.com/hyperf/config.git", - "reference": "f619a0e6118704707932de56fa8e86ffeec042f1" + "reference": "1364385aeb0c64fa018d2655119a5ab176aadebc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/config/zipball/f619a0e6118704707932de56fa8e86ffeec042f1", - "reference": "f619a0e6118704707932de56fa8e86ffeec042f1", + "url": "https://api.github.com/repos/hyperf/config/zipball/1364385aeb0c64fa018d2655119a5ab176aadebc", + "reference": "1364385aeb0c64fa018d2655119a5ab176aadebc", "shasum": "", "mirrors": [ { @@ -1912,7 +2052,7 @@ "hyperf/support": "~3.1.0", "php": ">=8.1", "psr/container": "^1.0|^2.0", - "symfony/finder": "^5.0|^6.0" + "symfony/finder": "^5.0|^6.0|^7.0" }, "suggest": { "hyperf/context": "Required to use config()", @@ -1967,7 +2107,7 @@ "type": "open_collective" } ], - "time": "2023-11-24T03:10:53+00:00" + "time": "2023-12-08T02:35:39+00:00" }, { "name": "hyperf/constants", @@ -2101,16 +2241,16 @@ }, { "name": "hyperf/contract", - "version": "v3.1.0", + "version": "v3.1.2", "source": { "type": "git", "url": "https://github.com/hyperf/contract.git", - "reference": "2b2f3610fce6c080c6b61764cad2745f7c9a312b" + "reference": "f5379df6df65363d645506f373888372135ac0c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/contract/zipball/2b2f3610fce6c080c6b61764cad2745f7c9a312b", - "reference": "2b2f3610fce6c080c6b61764cad2745f7c9a312b", + "url": "https://api.github.com/repos/hyperf/contract/zipball/f5379df6df65363d645506f373888372135ac0c6", + "reference": "f5379df6df65363d645506f373888372135ac0c6", "shasum": "", "mirrors": [ { @@ -2160,7 +2300,7 @@ "type": "open_collective" } ], - "time": "2023-11-24T03:10:53+00:00" + "time": "2023-12-11T03:14:01+00:00" }, { "name": "hyperf/coordinator", @@ -2229,16 +2369,16 @@ }, { "name": "hyperf/coroutine", - "version": "v3.1.0", + "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/hyperf/coroutine.git", - "reference": "60ed5835ec00a07da9fb34fb605fd7a99c9f8a5e" + "reference": "cd5bad67724c5c7a7ad749d8e9eb045470488d75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/coroutine/zipball/60ed5835ec00a07da9fb34fb605fd7a99c9f8a5e", - "reference": "60ed5835ec00a07da9fb34fb605fd7a99c9f8a5e", + "url": "https://api.github.com/repos/hyperf/coroutine/zipball/cd5bad67724c5c7a7ad749d8e9eb045470488d75", + "reference": "cd5bad67724c5c7a7ad749d8e9eb045470488d75", "shasum": "", "mirrors": [ { @@ -2295,7 +2435,7 @@ "type": "open_collective" } ], - "time": "2023-11-24T03:10:53+00:00" + "time": "2023-12-01T06:59:45+00:00" }, { "name": "hyperf/database", @@ -2606,16 +2746,16 @@ }, { "name": "hyperf/engine", - "version": "v2.10.3", + "version": "v2.10.4", "source": { "type": "git", "url": "https://github.com/hyperf/engine.git", - "reference": "7e7238708f29f39df643aba25485ba1c075943c1" + "reference": "34ba1825f5b596c677d027e60ec4e2b75c65d09e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/engine/zipball/7e7238708f29f39df643aba25485ba1c075943c1", - "reference": "7e7238708f29f39df643aba25485ba1c075943c1", + "url": "https://api.github.com/repos/hyperf/engine/zipball/34ba1825f5b596c677d027e60ec4e2b75c65d09e", + "reference": "34ba1825f5b596c677d027e60ec4e2b75c65d09e", "shasum": "", "mirrors": [ { @@ -2676,22 +2816,32 @@ ], "support": { "issues": "https://github.com/hyperf/engine/issues", - "source": "https://github.com/hyperf/engine/tree/v2.10.3" + "source": "https://github.com/hyperf/engine/tree/v2.10.4" }, - "time": "2023-09-30T14:57:09+00:00" + "funding": [ + { + "url": "https://hyperf.wiki/#/zh-cn/donate", + "type": "custom" + }, + { + "url": "https://opencollective.com/hyperf", + "type": "open_collective" + } + ], + "time": "2023-12-15T07:47:12+00:00" }, { "name": "hyperf/engine-contract", - "version": "v1.9.0", + "version": "v1.9.1", "source": { "type": "git", "url": "https://github.com/hyperf/engine-contract.git", - "reference": "45c9c49766d8b0e539975fe4c5ed6807221c4b38" + "reference": "fec2e45f35404b2e5b4c3eaf1b0dce67d60771eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/engine-contract/zipball/45c9c49766d8b0e539975fe4c5ed6807221c4b38", - "reference": "45c9c49766d8b0e539975fe4c5ed6807221c4b38", + "url": "https://api.github.com/repos/hyperf/engine-contract/zipball/fec2e45f35404b2e5b4c3eaf1b0dce67d60771eb", + "reference": "fec2e45f35404b2e5b4c3eaf1b0dce67d60771eb", "shasum": "", "mirrors": [ { @@ -2739,9 +2889,19 @@ ], "support": { "issues": "https://github.com/hyperf/engine-contract/issues", - "source": "https://github.com/hyperf/engine-contract/tree/v1.9.0" + "source": "https://github.com/hyperf/engine-contract/tree/v1.9.1" }, - "time": "2023-07-14T02:21:02+00:00" + "funding": [ + { + "url": "https://hyperf.wiki/#/zh-cn/donate", + "type": "custom" + }, + { + "url": "https://opencollective.com/hyperf", + "type": "open_collective" + } + ], + "time": "2023-12-15T07:37:14+00:00" }, { "name": "hyperf/event", @@ -3353,16 +3513,16 @@ }, { "name": "hyperf/paginator", - "version": "v3.1.0", + "version": "v3.1.2", "source": { "type": "git", "url": "https://github.com/hyperf/paginator.git", - "reference": "843d0eb4e7ae94907f4bb5bd466e8caa9df37951" + "reference": "0b0c6dda74fd8a8d9c75b5078252d5e1105ad752" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/paginator/zipball/843d0eb4e7ae94907f4bb5bd466e8caa9df37951", - "reference": "843d0eb4e7ae94907f4bb5bd466e8caa9df37951", + "url": "https://api.github.com/repos/hyperf/paginator/zipball/0b0c6dda74fd8a8d9c75b5078252d5e1105ad752", + "reference": "0b0c6dda74fd8a8d9c75b5078252d5e1105ad752", "shasum": "", "mirrors": [ { @@ -3423,7 +3583,7 @@ "type": "open_collective" } ], - "time": "2023-11-24T03:10:53+00:00" + "time": "2023-12-11T03:14:01+00:00" }, { "name": "hyperf/pipeline", @@ -3856,16 +4016,16 @@ }, { "name": "hyperf/server", - "version": "v3.1.0", + "version": "v3.1.2", "source": { "type": "git", "url": "https://github.com/hyperf/server.git", - "reference": "2c667e0977945d26a56bec53b1c946286cffc3a2" + "reference": "d92c3756ccadd02349fd417eef382d8d55c970bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/server/zipball/2c667e0977945d26a56bec53b1c946286cffc3a2", - "reference": "2c667e0977945d26a56bec53b1c946286cffc3a2", + "url": "https://api.github.com/repos/hyperf/server/zipball/d92c3756ccadd02349fd417eef382d8d55c970bf", + "reference": "d92c3756ccadd02349fd417eef382d8d55c970bf", "shasum": "", "mirrors": [ { @@ -3884,7 +4044,7 @@ "psr/container": "^1.0|^2.0", "psr/event-dispatcher": "^1.0", "psr/log": "^1.0|^2.0|^3.0", - "symfony/console": "^5.0|^6.0" + "symfony/console": "^5.0|^6.0|^7.0" }, "suggest": { "hyperf/event": "Dump the info after server start.", @@ -3932,7 +4092,7 @@ "type": "open_collective" } ], - "time": "2023-11-24T03:10:53+00:00" + "time": "2023-12-12T08:06:45+00:00" }, { "name": "hyperf/stdlib", @@ -4916,16 +5076,16 @@ }, { "name": "nesbot/carbon", - "version": "2.71.0", + "version": "2.72.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "98276233188583f2ff845a0f992a235472d9466a" + "reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a", - "reference": "98276233188583f2ff845a0f992a235472d9466a", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2b3b3db0a2d0556a177392ff1a3bf5608fa09f78", + "reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78", "shasum": "", "mirrors": [ { @@ -4935,6 +5095,7 @@ ] }, "require": { + "carbonphp/carbon-doctrine-types": "*", "ext-json": "*", "php": "^7.1.8 || ^8.0", "psr/clock": "^1.0", @@ -4946,8 +5107,8 @@ "psr/clock-implementation": "1.0" }, "require-dev": { - "doctrine/dbal": "^2.0 || ^3.1.4", - "doctrine/orm": "^2.7", + "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0", + "doctrine/orm": "^2.7 || ^3.0", "friendsofphp/php-cs-fixer": "^3.0", "kylekatarnls/multi-tester": "^2.0", "ondrejmirtes/better-reflection": "*", @@ -5024,7 +5185,7 @@ "type": "tidelift" } ], - "time": "2023-09-25T11:31:05+00:00" + "time": "2023-12-08T23:47:49+00:00" }, { "name": "nikic/fast-route", @@ -5084,16 +5245,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.17.1", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "", "mirrors": [ { @@ -5140,9 +5301,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2023-08-13T19:53:39+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "php-di/phpdoc-reader", @@ -5273,6 +5434,74 @@ ], "time": "2023-11-12T21:59:55+00:00" }, + { + "name": "phpstan/phpstan", + "version": "1.10.49", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "9367ba4c4f6ad53e9efb594d74a8941563caccf6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9367ba4c4f6ad53e9efb594d74a8941563caccf6", + "reference": "9367ba4c4f6ad53e9efb594d74a8941563caccf6", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": "^7.2|^8.0" + }, + "conflict": { + "phpstan/phpstan-shim": "*" + }, + "bin": [ + "phpstan", + "phpstan.phar" + ], + "type": "library", + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" + ], + "support": { + "docs": "https://phpstan.org/user-guide/getting-started", + "forum": "https://github.com/phpstan/phpstan/discussions", + "issues": "https://github.com/phpstan/phpstan/issues", + "security": "https://github.com/phpstan/phpstan/security/policy", + "source": "https://github.com/phpstan/phpstan-src" + }, + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" + } + ], + "time": "2023-12-12T10:05:12+00:00" + }, { "name": "psr/cache", "version": "3.0.0", @@ -5992,6 +6221,73 @@ ], "time": "2023-07-11T16:12:49+00:00" }, + { + "name": "rector/rector", + "version": "0.15.25", + "source": { + "type": "git", + "url": "https://github.com/rectorphp/rector.git", + "reference": "015935c7ed9e48a4f5895ba974f337e20a263841" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/015935c7ed9e48a4f5895ba974f337e20a263841", + "reference": "015935c7ed9e48a4f5895ba974f337e20a263841", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": "^7.2|^8.0", + "phpstan/phpstan": "^1.10.14" + }, + "conflict": { + "rector/rector-doctrine": "*", + "rector/rector-downgrade-php": "*", + "rector/rector-phpunit": "*", + "rector/rector-symfony": "*" + }, + "bin": [ + "bin/rector" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.15-dev" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Instant Upgrade and Automated Refactoring of any PHP code", + "keywords": [ + "automation", + "dev", + "migration", + "refactoring" + ], + "support": { + "issues": "https://github.com/rectorphp/rector/issues", + "source": "https://github.com/rectorphp/rector/tree/0.15.25" + }, + "funding": [ + { + "url": "https://github.com/tomasvotruba", + "type": "github" + } + ], + "time": "2023-04-20T16:07:39+00:00" + }, { "name": "roave/dont", "version": "1.6.0", @@ -6302,19 +6598,20 @@ }, { "name": "singularity/hdk-core", - "version": "1.0.0-alpha.16", + "version": "1.0.0-beta.1", "dist": { "type": "zip", - "url": "https://nest.doylee.cn/api/packages/HDK/composer/files/singularity%2Fhdk-core/1.0.0-alpha.16/singularity-hdk-core.1.0.0-alpha.16.zip", - "shasum": "b11b13994049f2896dac76a08aeb49afd0b4b3b1" + "url": "https://nest.doylee.cn/api/packages/HDK/composer/files/singularity%2Fhdk-core/1.0.0-beta.1/singularity-hdk-core.1.0.0-beta.1.zip", + "shasum": "6256a7175918c711bd3d5a8eb9e1e8b05a6137fc" }, "require": { "composer/composer": ">=2.0", - "ergebnis/http-method": "^2.2", + "ergebnis/http-method": "^2.5", "ext-dom": "*", "ext-libxml": "*", "ext-redis": "^5.3|^6.0", "ext-swoole": "*", + "friendsofhyperf/rector": "^0.1.5", "hyperf/config": "3.1.*", "hyperf/constants": "3.1.*", "hyperf/context": "3.1.*", @@ -6325,21 +6622,22 @@ "hyperf/resource": "3.1.*", "hyperf/translation": "3.1.*", "jetbrains/phpstorm-attributes": "^1.0", - "lmc/http-constants": "^1.2", - "myclabs/php-enum": "^1.8", + "lmc/http-constants": "^1.2.0", + "myclabs/php-enum": "^1.8.4", "php": ">=8.1", - "roave/dont": "^1.5", - "symfony/http-foundation": "^6.0", - "symfony/polyfill-php81": "^1.26", - "teapot/status-code": "^1.1" + "roave/dont": "^1.6.0", + "symfony/http-foundation": "^6.4", + "symfony/polyfill-php81": "^1.28", + "symfony/polyfill-php82": "^1.28", + "symfony/polyfill-php83": "^1.28", + "teapot/status-code": "^1.1.2" }, "require-dev": { "alibabacloud/dysmsapi-20170525": "^2.0", - "firebase/php-jwt": "^6.1", + "firebase/php-jwt": "^6.9", "friendsofhyperf/pest-plugin-hyperf": "3.1.*", - "friendsofhyperf/rector": "^0.1.5", - "friendsofphp/php-cs-fixer": "^3.13", - "guzzlehttp/guzzle": "^7.5", + "friendsofphp/php-cs-fixer": "^3.41.1", + "guzzlehttp/guzzle": "^7.8", "hyperf/crontab": "3.1.*", "hyperf/database": "3.1.*", "hyperf/db": "3.1.*", @@ -6348,12 +6646,13 @@ "hyperf/testing": "^3.1", "hyperf/validation": "3.1.*", "pestphp/pest": "^2.23", - "phpstan/phpstan": "^1.9", + "phpstan/phpstan": "^1.10.49", + "rector/rector": "^0.15.25", "roave/security-advisories": "dev-latest", "spatie/pest-plugin-test-time": "^2.0", "swoole/ide-helper": "*", - "symfony/mailer": "^6.0", - "symfony/serializer": "^6.0" + "symfony/mailer": "^6.4.0", + "symfony/serializer": "^6.4.1" }, "suggest": { "alibabacloud/dysmsapi-20170525": "阿里云短信服务必需", @@ -6391,7 +6690,7 @@ } ], "description": "Common Hyperf Development Kit", - "time": "2023-12-04T17:15:32+08:00" + "time": "2023-12-15T16:09:12+08:00" }, { "name": "swow/psr7-plus", @@ -10403,16 +10702,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.24.4", + "version": "1.24.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496" + "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6bd0c26f3786cd9b7c359675cb789e35a8e07496", - "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fedf211ff14ec8381c9bf5714e33a7a552dd1acc", + "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc", "shasum": "", "mirrors": [ { @@ -10450,22 +10749,22 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.4" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.5" }, - "time": "2023-11-26T18:29:22+00:00" + "time": "2023-12-16T09:33:33+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "10.1.8", + "version": "10.1.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "84838eed9ded511f61dc3e8b5944a52d9017b297" + "reference": "78c3b7625965c2513ee96569a4dbb62601784145" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/84838eed9ded511f61dc3e8b5944a52d9017b297", - "reference": "84838eed9ded511f61dc3e8b5944a52d9017b297", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/78c3b7625965c2513ee96569a4dbb62601784145", + "reference": "78c3b7625965c2513ee96569a4dbb62601784145", "shasum": "", "mirrors": [ { @@ -10478,7 +10777,7 @@ "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.15", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=8.1", "phpunit/php-file-iterator": "^4.0", "phpunit/php-text-template": "^3.0", @@ -10528,7 +10827,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.8" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.11" }, "funding": [ { @@ -10536,7 +10835,7 @@ "type": "github" } ], - "time": "2023-11-15T13:31:15+00:00" + "time": "2023-12-21T15:38:30+00:00" }, { "name": "phpunit/php-file-iterator", @@ -11232,16 +11531,16 @@ }, { "name": "sebastian/complexity", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "68cfb347a44871f01e33ab0ef8215966432f6957" + "reference": "68ff824baeae169ec9f2137158ee529584553799" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957", - "reference": "68cfb347a44871f01e33ab0ef8215966432f6957", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799", + "reference": "68ff824baeae169ec9f2137158ee529584553799", "shasum": "", "mirrors": [ { @@ -11251,7 +11550,7 @@ ] }, "require": { - "nikic/php-parser": "^4.10", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=8.1" }, "require-dev": { @@ -11260,7 +11559,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.1-dev" + "dev-main": "3.2-dev" } }, "autoload": { @@ -11284,7 +11583,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", "security": "https://github.com/sebastianbergmann/complexity/security/policy", - "source": "https://github.com/sebastianbergmann/complexity/tree/3.1.0" + "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0" }, "funding": [ { @@ -11292,7 +11591,7 @@ "type": "github" } ], - "time": "2023-09-28T11:50:59+00:00" + "time": "2023-12-21T08:37:17+00:00" }, { "name": "sebastian/diff", @@ -11591,16 +11890,16 @@ }, { "name": "sebastian/lines-of-code", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d" + "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d", - "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0", + "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0", "shasum": "", "mirrors": [ { @@ -11610,7 +11909,7 @@ ] }, "require": { - "nikic/php-parser": "^4.10", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=8.1" }, "require-dev": { @@ -11643,7 +11942,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1" + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2" }, "funding": [ { @@ -11651,7 +11950,7 @@ "type": "github" } ], - "time": "2023-08-31T09:25:50+00:00" + "time": "2023-12-21T08:38:20+00:00" }, { "name": "sebastian/object-enumerator", @@ -12155,9 +12454,7 @@ ], "aliases": [], "minimum-stability": "alpha", - "stability-flags": { - "singularity/hdk-core": 15 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { diff --git a/scripts/release.sh b/scripts/release.sh index 92049f7..e182a05 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -2,4 +2,4 @@ docker run --rm -it \ -v $(pwd):/app -e "GIT_AUTHOR_NAME=ch4o5" -e "EMAIL=dongyun.li@luxcreo.ai" \ - detouched/standard-version:latest -p=alpha $1 + detouched/standard-version:latest -p=beta $1