From b4c9fae8c96e2094c206f82a84e5f1ccc706a8d5 Mon Sep 17 00:00:00 2001 From: eric <512511253@qq.com> Date: Sun, 8 Mar 2020 19:06:51 +0800 Subject: [PATCH] update composer.json --- composer.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 9aba3d5..bed1043 100644 --- a/composer.json +++ b/composer.json @@ -3,9 +3,8 @@ "type": "library", "description": "A library for unified payments with online wallets and Alipay and WeChat", "keywords": ["ebank", "wallets", "online-wallets", "wechat-pay", "alipay", "unified-payments"], - "homepage": "https://symfony.com", + "homepage": "https://github.com/yybawang/laravel-ebank", "license": "MIT", - "version": "v3.0.1", "authors": [ { "name": "yybawang", @@ -37,9 +36,5 @@ "yybawang\\ebank\\ServiceProvider" ] } - }, - "config": { - "sort-packages": true - }, - "prefer-stable": true + } }