From f3a9579bd8314be496e7703e83ce614c072af49d Mon Sep 17 00:00:00 2001 From: ch4o5 Date: Sun, 24 Apr 2022 18:02:23 +0800 Subject: [PATCH] =?UTF-8?q?build(composer):=20=E6=B7=BB=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=20hdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auth.json | 8 ++++++++ composer.json | 16 ++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 auth.json diff --git a/auth.json b/auth.json new file mode 100644 index 0000000..0d4e610 --- /dev/null +++ b/auth.json @@ -0,0 +1,8 @@ +{ + "http-basic": { + "124.126.16.154:8888": { + "username": "lidongyun", + "password": "Qfsd8866" + } + } +} \ No newline at end of file diff --git a/composer.json b/composer.json index e5860c3..a0a5a7c 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "php": ">=7.3", "hyperf/di": "2.2.*", "hyperf/framework": "2.2.*", - "lightsaml/lightsaml": "^2.1" + "lightsaml/lightsaml": "^2.1", + "singularity/hyperf-development-kit": "dev-master" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", @@ -37,7 +38,8 @@ "prefer-stable": true, "config": { "optimize-autoloader": true, - "sort-packages": true + "sort-packages": true, + "secure-http": false }, "scripts": { "test": "phpunit -c phpunit.xml --colors=always", @@ -48,5 +50,15 @@ "hyperf": { "config": "Singularity\\HyperfSaml\\ConfigProvider" } + }, + "repositories": { + "packagist": { + "type": "composer", + "url": "https://mirrors.aliyun.com/composer/" + }, + "lux-map": { + "type": "composer", + "url": "https://satis.luxcreo.cn/" + } } }