build(composer): 将依赖的 hdk 改为了稳定版

This commit is contained in:
李东云
2023-03-15 10:20:41 +08:00
parent 1f2a339566
commit ee2ca93349
2 changed files with 28 additions and 33 deletions

View File

@@ -26,8 +26,8 @@
"hyperf/translation": "3.0.*", "hyperf/translation": "3.0.*",
"hyperf/validation": "3.0.*", "hyperf/validation": "3.0.*",
"litesaml/lightsaml": "~3.0.0", "litesaml/lightsaml": "~3.0.0",
"singularity/hdk-core": "dev-develop", "singularity/hdk-core": "^0.2.9",
"singularity/hdk-auth": "dev-develop", "singularity/hdk-auth": "^0.2.1",
"teapot/status-code": "^1.1", "teapot/status-code": "^1.1",
"ext-redis": "*" "ext-redis": "*"
}, },
@@ -51,10 +51,7 @@
"scripts": { "scripts": {
"test": "phpunit -c phpunit.xml --colors=always", "test": "phpunit -c phpunit.xml --colors=always",
"analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src", "analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src",
"cs-fix": "php-cs-fixer fix $1", "cs-fix": "php-cs-fixer fix $1"
"post-autoload-dump": [
"chown -R 1000:1000 $PWD/vendor composer.lock"
]
}, },
"extra": { "extra": {
"hyperf": { "hyperf": {

52
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e655823f4b5a37ac456ac2594b645278", "content-hash": "9264e173a87e22e274c92b1480dd4ead",
"packages": [ "packages": [
{ {
"name": "casbin/casbin", "name": "casbin/casbin",
@@ -2152,16 +2152,16 @@
}, },
{ {
"name": "hyperf/engine", "name": "hyperf/engine",
"version": "v2.4.0", "version": "v2.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/hyperf/engine.git", "url": "https://github.com/hyperf/engine.git",
"reference": "7a7a2a4fa4087a55fdd5507f874ca7f4bf6f837a" "reference": "86041143ec1765f8dd990bb28d50d2a214615260"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/hyperf/engine/zipball/7a7a2a4fa4087a55fdd5507f874ca7f4bf6f837a", "url": "https://api.github.com/repos/hyperf/engine/zipball/86041143ec1765f8dd990bb28d50d2a214615260",
"reference": "7a7a2a4fa4087a55fdd5507f874ca7f4bf6f837a", "reference": "86041143ec1765f8dd990bb28d50d2a214615260",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -2171,7 +2171,7 @@
] ]
}, },
"require": { "require": {
"hyperf/engine-contract": "~1.4.0", "hyperf/engine-contract": "~1.5.0",
"php": ">=8.0" "php": ">=8.0"
}, },
"conflict": { "conflict": {
@@ -2194,7 +2194,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.3-dev" "dev-master": "2.5-dev"
}, },
"hyperf": { "hyperf": {
"config": "Hyperf\\Engine\\ConfigProvider" "config": "Hyperf\\Engine\\ConfigProvider"
@@ -2221,22 +2221,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/hyperf/engine/issues", "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", "name": "hyperf/engine-contract",
"version": "v1.4.0", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/hyperf/engine-contract.git", "url": "https://github.com/hyperf/engine-contract.git",
"reference": "a3d092a532d738dfb48d8065c37cb1f3625887a3" "reference": "294c90f861168eb9875d10ff65f51c437c1c0edf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/hyperf/engine-contract/zipball/a3d092a532d738dfb48d8065c37cb1f3625887a3", "url": "https://api.github.com/repos/hyperf/engine-contract/zipball/294c90f861168eb9875d10ff65f51c437c1c0edf",
"reference": "a3d092a532d738dfb48d8065c37cb1f3625887a3", "reference": "294c90f861168eb9875d10ff65f51c437c1c0edf",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -2259,10 +2259,11 @@
"suggest": { "suggest": {
"psr/http-message": "Required to use WebSocket Frame." "psr/http-message": "Required to use WebSocket Frame."
}, },
"default-branch": true,
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev" "dev-master": "1.5-dev"
} }
}, },
"autoload": { "autoload": {
@@ -2284,9 +2285,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/hyperf/engine-contract/issues", "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", "name": "hyperf/event",
@@ -5193,11 +5194,11 @@
}, },
{ {
"name": "singularity/hdk-auth", "name": "singularity/hdk-auth",
"version": "dev-develop", "version": "0.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "http://124.126.16.154:8888/singularity/hdk-auth.git", "url": "http://124.126.16.154:8888/singularity/hdk-auth.git",
"reference": "14044d56864f523cce2428d7160ab72696e182da" "reference": "2453f7eb4b0cdeed99ae10b09921cb6fb5de7f09"
}, },
"require": { "require": {
"composer/composer": ">=2.0", "composer/composer": ">=2.0",
@@ -5205,7 +5206,7 @@
"ext-redis": "*", "ext-redis": "*",
"hyperf/validation": "3.0.*", "hyperf/validation": "3.0.*",
"php": ">=8.0", "php": ">=8.0",
"singularity/hdk-core": "dev-develop", "singularity/hdk-core": "^0.2.9",
"symfony/polyfill-php80": "^1.27" "symfony/polyfill-php80": "^1.27"
}, },
"require-dev": { "require-dev": {
@@ -5245,15 +5246,15 @@
"MIT" "MIT"
], ],
"description": "登录控制", "description": "登录控制",
"time": "2023-03-14T02:56:15+00:00" "time": "2023-03-15T02:16:15+00:00"
}, },
{ {
"name": "singularity/hdk-core", "name": "singularity/hdk-core",
"version": "dev-develop", "version": "0.2.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git", "url": "http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git",
"reference": "7c1efe1a1f18f082ed7b7b6383112034982e2893" "reference": "d7c902d697778a98cb09dca96ec8e6f4f22aa26c"
}, },
"require": { "require": {
"composer/composer": ">=2.0", "composer/composer": ">=2.0",
@@ -5346,7 +5347,7 @@
} }
], ],
"description": "Common Hyperf Development Kit", "description": "Common Hyperf Development Kit",
"time": "2023-03-13T08:14:22+00:00" "time": "2023-03-15T01:54:35+00:00"
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
@@ -9940,10 +9941,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": [],
"singularity/hdk-core": 20,
"singularity/hdk-auth": 20
},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {