From f074ce853b3b6f590f801dfdc2e6fcecac2d59da Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Mon, 18 Nov 2019 11:23:23 +0800 Subject: [PATCH] =?UTF-8?q?sdk=E8=8F=9C=E5=8D=95=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/SdkMenu/add.html | 2 +- composer.lock | 62 ------------------------- 2 files changed, 1 insertion(+), 63 deletions(-) delete mode 100644 composer.lock diff --git a/Application/Admin/View/SdkMenu/add.html b/Application/Admin/View/SdkMenu/add.html index efe1b1c63..172d71f96 100644 --- a/Application/Admin/View/SdkMenu/add.html +++ b/Application/Admin/View/SdkMenu/add.html @@ -109,7 +109,7 @@ --> - +
diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 93e978410..000000000 --- a/composer.lock +++ /dev/null @@ -1,62 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "e64bb985b0f808db7d5076e5d7204d7d", - "packages": [ - { - "name": "rodneyrehm/plist", - "version": "v2.0.1", - "source": { - "type": "git", - "url": "https://github.com/rodneyrehm/CFPropertyList.git", - "reference": "2ea0483806c989eb0518a767fa29a111bb29cb67" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/rodneyrehm/CFPropertyList/zipball/2ea0483806c989eb0518a767fa29a111bb29cb67", - "reference": "2ea0483806c989eb0518a767fa29a111bb29cb67", - "shasum": "" - }, - "require": { - "php": ">=5.3" - }, - "type": "library", - "autoload": { - "psr-0": { - "CFPropertyList": "classes/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Kruse", - "email": "cjk@wwwtech.de" - }, - { - "name": "Rodney Rehm", - "email": "mail+github@rodneyrehm.de" - } - ], - "description": "Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.", - "homepage": "https://github.com/rodneyrehm/CFPropertyList", - "keywords": [ - "plist" - ], - "time": "2015-01-28T23:18:19+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [] -}