diff --git a/composer.json b/composer.json index 5003fc6..132451d 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "hyperf/translation": "3.0.*", "hyperf/validation": "3.0.*", "litesaml/lightsaml": "~3.0.0", - "singularity/hdk-core": "dev-develop", - "singularity/hdk-auth": "dev-develop", + "singularity/hdk-core": "^0.2.9", + "singularity/hdk-auth": "^0.2.1", "teapot/status-code": "^1.1", "ext-redis": "*" }, @@ -51,10 +51,7 @@ "scripts": { "test": "phpunit -c phpunit.xml --colors=always", "analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src", - "cs-fix": "php-cs-fixer fix $1", - "post-autoload-dump": [ - "chown -R 1000:1000 $PWD/vendor composer.lock" - ] + "cs-fix": "php-cs-fixer fix $1" }, "extra": { "hyperf": { diff --git a/composer.lock b/composer.lock index 54dd364..f6e0766 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e655823f4b5a37ac456ac2594b645278", + "content-hash": "9264e173a87e22e274c92b1480dd4ead", "packages": [ { "name": "casbin/casbin", @@ -2152,16 +2152,16 @@ }, { "name": "hyperf/engine", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/hyperf/engine.git", - "reference": "7a7a2a4fa4087a55fdd5507f874ca7f4bf6f837a" + "reference": "86041143ec1765f8dd990bb28d50d2a214615260" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/engine/zipball/7a7a2a4fa4087a55fdd5507f874ca7f4bf6f837a", - "reference": "7a7a2a4fa4087a55fdd5507f874ca7f4bf6f837a", + "url": "https://api.github.com/repos/hyperf/engine/zipball/86041143ec1765f8dd990bb28d50d2a214615260", + "reference": "86041143ec1765f8dd990bb28d50d2a214615260", "shasum": "", "mirrors": [ { @@ -2171,7 +2171,7 @@ ] }, "require": { - "hyperf/engine-contract": "~1.4.0", + "hyperf/engine-contract": "~1.5.0", "php": ">=8.0" }, "conflict": { @@ -2194,7 +2194,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "2.5-dev" }, "hyperf": { "config": "Hyperf\\Engine\\ConfigProvider" @@ -2221,22 +2221,22 @@ ], "support": { "issues": "https://github.com/hyperf/engine/issues", - "source": "https://github.com/hyperf/engine/tree/v2.4.0" + "source": "https://github.com/hyperf/engine/tree/v2.5.0" }, - "time": "2023-02-21T05:49:41+00:00" + "time": "2023-03-14T05:11:58+00:00" }, { "name": "hyperf/engine-contract", - "version": "v1.4.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/hyperf/engine-contract.git", - "reference": "a3d092a532d738dfb48d8065c37cb1f3625887a3" + "reference": "294c90f861168eb9875d10ff65f51c437c1c0edf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/engine-contract/zipball/a3d092a532d738dfb48d8065c37cb1f3625887a3", - "reference": "a3d092a532d738dfb48d8065c37cb1f3625887a3", + "url": "https://api.github.com/repos/hyperf/engine-contract/zipball/294c90f861168eb9875d10ff65f51c437c1c0edf", + "reference": "294c90f861168eb9875d10ff65f51c437c1c0edf", "shasum": "", "mirrors": [ { @@ -2259,10 +2259,11 @@ "suggest": { "psr/http-message": "Required to use WebSocket Frame." }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -2284,9 +2285,9 @@ ], "support": { "issues": "https://github.com/hyperf/engine-contract/issues", - "source": "https://github.com/hyperf/engine-contract/tree/v1.4.0" + "source": "https://github.com/hyperf/engine-contract/tree/v1.5.0" }, - "time": "2023-01-11T02:44:20+00:00" + "time": "2023-03-14T04:58:08+00:00" }, { "name": "hyperf/event", @@ -5193,11 +5194,11 @@ }, { "name": "singularity/hdk-auth", - "version": "dev-develop", + "version": "0.2.1", "source": { "type": "git", "url": "http://124.126.16.154:8888/singularity/hdk-auth.git", - "reference": "14044d56864f523cce2428d7160ab72696e182da" + "reference": "2453f7eb4b0cdeed99ae10b09921cb6fb5de7f09" }, "require": { "composer/composer": ">=2.0", @@ -5205,7 +5206,7 @@ "ext-redis": "*", "hyperf/validation": "3.0.*", "php": ">=8.0", - "singularity/hdk-core": "dev-develop", + "singularity/hdk-core": "^0.2.9", "symfony/polyfill-php80": "^1.27" }, "require-dev": { @@ -5245,15 +5246,15 @@ "MIT" ], "description": "登录控制", - "time": "2023-03-14T02:56:15+00:00" + "time": "2023-03-15T02:16:15+00:00" }, { "name": "singularity/hdk-core", - "version": "dev-develop", + "version": "0.2.9", "source": { "type": "git", "url": "http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git", - "reference": "7c1efe1a1f18f082ed7b7b6383112034982e2893" + "reference": "d7c902d697778a98cb09dca96ec8e6f4f22aa26c" }, "require": { "composer/composer": ">=2.0", @@ -5346,7 +5347,7 @@ } ], "description": "Common Hyperf Development Kit", - "time": "2023-03-13T08:14:22+00:00" + "time": "2023-03-15T01:54:35+00:00" }, { "name": "symfony/cache", @@ -9940,10 +9941,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "singularity/hdk-core": 20, - "singularity/hdk-auth": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": {