build(hdk-core): 引入0.1.*版本

This commit is contained in:
李东云
2023-01-16 22:48:07 +08:00
parent a307d78ed1
commit 0731218ee2
2 changed files with 22 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
"ext-redis": "^5.3",
"ext-swoole": "*",
"composer/composer": ">=2.0",
"singularity/hdk-core": "*",
"singularity/hdk-core": "0.1.*-dev",
"ergebnis/http-method": "^2.2",
"hyperf/config": "^2.2",
"hyperf/constants": "^2.2",

32
composer.lock generated
View File

@@ -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": "74b4b4704b2a2291fcfb690ac587f079",
"content-hash": "481ad99deff05adfade938f2499846dd",
"packages": [
{
"name": "composer/ca-bundle",
@@ -2917,11 +2917,11 @@
},
{
"name": "singularity/hdk-core",
"version": "dev-main",
"version": "0.1.x-dev",
"source": {
"type": "git",
"url": "http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git",
"reference": "a8a582f3aa0948c982e31bf8938b6f3331d8dc6d"
"reference": "3e2d3400b45edf4b503a91c078aaa3ef0fff553e"
},
"require": {
"composer/composer": ">=2.0",
@@ -2948,13 +2948,17 @@
"teapot/status-code": "^1.1"
},
"require-dev": {
"alibabacloud/dysmsapi-20170525": "^2.0.9",
"alibabacloud/dysmsapi-20170525": "^2.0",
"firebase/php-jwt": "^6.1",
"guzzlehttp/guzzle": "^7.4",
"friendsofphp/php-cs-fixer": "^3.13",
"guzzlehttp/guzzle": "^7.5",
"hyperf/session": "^2.2",
"hyperf/validation": "^2.2",
"pestphp/pest": "^1.22",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-latest",
"spatie/pest-plugin-test-time": "^1.1",
"swoole/ide-helper": "*",
"symfony/mailer": "^6.0"
},
@@ -2965,7 +2969,6 @@
"hyperf/session": "Session 鉴权必需",
"symfony/mailer": "用于发送电子邮件"
},
"default-branch": true,
"type": "library",
"extra": {
"hyperf": {
@@ -2979,19 +2982,25 @@
},
"autoload-dev": {
"psr-4": {
"Singularity\\HDK\\Test\\\\Core\\": "tests/"
"Singularity\\HDK\\Test\\Core\\": "tests/"
}
},
"scripts": {
"post-root-package-install": [],
"test": [
"vendor/bin/phpunit --prepend test/bootstrap.php -c phpunit.xml --colors=always"
"vendor/bin/pest $1"
],
"cs-fix": [
"php-cs-fixer fix $1"
"vendor/bin/php-cs-fixer fix $1 --rules=@PSR12 --allow-risky=yes"
],
"analyse": [
"phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config"
"vendor/bin/phpstan analyse $1"
],
"ci": [
"@analyse publish/ src/ tests/",
"@cs-fix",
"@test --ci",
"echo CI Success"
]
},
"license": [
@@ -3004,7 +3013,7 @@
}
],
"description": "Common Hyperf Development Kit",
"time": "2022-12-19T10:33:55+00:00"
"time": "2023-01-16T14:33:21+00:00"
},
{
"name": "symfony/console",
@@ -7084,6 +7093,7 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"singularity/hdk-core": 20,
"roave/security-advisories": 20
},
"prefer-stable": true,