From 8a05b813a7c22927801346fead762e73769fbff1 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 7 Feb 2017 03:12:51 -0500 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4composer.lock=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.lock | 515 -------------------------------------------------- 1 file changed, 515 deletions(-) delete mode 100644 composer.lock diff --git a/composer.lock b/composer.lock deleted file mode 100644 index c24ba0df9..000000000 --- a/composer.lock +++ /dev/null @@ -1,515 +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#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "hash": "3abb4855c5aa76f9606affb625fbe434", - "content-hash": "7317ea9bc409d341375e07971b55b540", - "packages": [ - { - "name": "aferrandini/phpqrcode", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/aferrandini/PHPQRCode.git", - "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/aferrandini/PHPQRCode/3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46.zip", - "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "PHPQRCode": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ariel Ferrandini", - "email": "arielferrandini@gmail.com", - "homepage": "http://www.ferrandini.com/", - "role": "Developer" - } - ], - "description": "PHPQRCode porting and changed for PHP 5.3 compatibility", - "homepage": "https://github.com/aferrandini/PHPQRCode", - "keywords": [ - "barcode", - "php", - "qrcode" - ], - "time": "2013-07-08 09:39:08" - }, - { - "name": "pclzip/pclzip", - "version": "2.8.2", - "source": { - "type": "git", - "url": "https://github.com/ivanlanin/pclzip.git", - "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/ivanlanin/pclzip/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd.zip", - "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", - "shasum": "" - }, - "type": "library", - "autoload": { - "classmap": [ - "pclzip.lib.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1" - ], - "authors": [ - { - "name": "Vincent Blavet" - } - ], - "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", - "homepage": "http://www.phpconcept.net/pclzip", - "keywords": [ - "php", - "zip" - ], - "time": "2014-06-05 11:42:24" - }, - { - "name": "qiniu/php-sdk", - "version": "v7.1.3", - "source": { - "type": "git", - "url": "https://github.com/qiniu/php-sdk.git", - "reference": "b91653485e36b4797d7a302cc86c49695e47a642" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/qiniu/php-sdk/b91653485e36b4797d7a302cc86c49695e47a642.zip", - "reference": "b91653485e36b4797d7a302cc86c49695e47a642", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Qiniu\\": "src/Qiniu" - }, - "files": [ - "src/Qiniu/functions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Qiniu", - "email": "sdk@qiniu.com", - "homepage": "http://www.qiniu.com" - } - ], - "description": "Qiniu Resource (Cloud) Storage SDK for PHP", - "homepage": "http://developer.qiniu.com/", - "keywords": [ - "cloud", - "qiniu", - "sdk", - "storage" - ], - "time": "2016-11-18 02:57:31" - }, - { - "name": "topthink/framework", - "version": "v5.0.5", - "source": { - "type": "git", - "url": "https://github.com/top-think/framework.git", - "reference": "86cc9378a0c46e66dabed6681f8b8de758585ae1" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/top-think/framework/86cc9378a0c46e66dabed6681f8b8de758585ae1.zip", - "reference": "86cc9378a0c46e66dabed6681f8b8de758585ae1", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "topthink/think-installer": "~1.0" - }, - "require-dev": { - "johnkary/phpunit-speedtrap": "^1.0", - "mikey179/vfsstream": "~1.6", - "phpdocumentor/reflection-docblock": "^2.0", - "phploc/phploc": "2.*", - "phpunit/phpunit": "4.8.*", - "sebastian/phpcpd": "2.*" - }, - "type": "think-framework", - "autoload": { - "psr-4": { - "think\\": "library/think" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "liu21st", - "email": "liu21st@gmail.com" - } - ], - "description": "the new thinkphp framework", - "homepage": "http://thinkphp.cn/", - "keywords": [ - "framework", - "orm", - "thinkphp" - ], - "time": "2017-01-23 05:59:21" - }, - { - "name": "topthink/think-captcha", - "version": "v1.0.7", - "source": { - "type": "git", - "url": "https://github.com/top-think/think-captcha.git", - "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/top-think/think-captcha/0c55455df26a1626a60d0dc35d2d89002b741d44.zip", - "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "think\\captcha\\": "src/" - }, - "files": [ - "src/helper.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "yunwuxin", - "email": "448901948@qq.com" - } - ], - "description": "captcha package for thinkphp5", - "time": "2016-07-06 01:47:11" - }, - { - "name": "topthink/think-helper", - "version": "v1.0.5", - "source": { - "type": "git", - "url": "https://github.com/top-think/think-helper.git", - "reference": "ed64408cdc4cdbd390365ba0906d208b987af520" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/top-think/think-helper/ed64408cdc4cdbd390365ba0906d208b987af520.zip", - "reference": "ed64408cdc4cdbd390365ba0906d208b987af520", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "think\\helper\\": "src" - }, - "files": [ - "src/helper.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "yunwuxin", - "email": "448901948@qq.com" - } - ], - "description": "The ThinkPHP5 Helper Package", - "time": "2016-12-01 07:08:40" - }, - { - "name": "topthink/think-installer", - "version": "v1.0.11", - "source": { - "type": "git", - "url": "https://github.com/top-think/think-installer.git", - "reference": "4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/top-think/think-installer/4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d.zip", - "reference": "4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0" - }, - "require-dev": { - "composer/composer": "1.0.*@dev" - }, - "type": "composer-plugin", - "extra": { - "class": "think\\composer\\Plugin" - }, - "autoload": { - "psr-4": { - "think\\composer\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "yunwuxin", - "email": "448901948@qq.com" - } - ], - "time": "2016-12-01 09:08:45" - }, - { - "name": "topthink/think-mongo", - "version": "v1.5", - "source": { - "type": "git", - "url": "https://github.com/top-think/think-mongo.git", - "reference": "2dd7ecae965cd3a6e5cc99f3db7c63353dae4cf3" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/top-think/think-mongo/2dd7ecae965cd3a6e5cc99f3db7c63353dae4cf3.zip", - "reference": "2dd7ecae965cd3a6e5cc99f3db7c63353dae4cf3", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "think\\mongo\\": "src" - }, - "files": [] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "liu21st", - "email": "liu21st@gmail.com" - } - ], - "description": "mongodb driver for thinkphp5", - "time": "2017-02-06 06:05:55" - }, - { - "name": "topthink/think-queue", - "version": "v1.1.2", - "source": { - "type": "git", - "url": "https://github.com/top-think/think-queue.git", - "reference": "503c5b809585ca60cba9485a233aa8be4b22c990" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/top-think/think-queue/503c5b809585ca60cba9485a233aa8be4b22c990.zip", - "reference": "503c5b809585ca60cba9485a233aa8be4b22c990", - "shasum": "" - }, - "require": { - "topthink/think-helper": ">=1.0.4", - "topthink/think-installer": ">=1.0.10" - }, - "type": "think-extend", - "extra": { - "think-config": { - "queue": "src/config.php" - } - }, - "autoload": { - "psr-4": { - "think\\": "src" - }, - "files": [ - "src/common.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "yunwuxin", - "email": "448901948@qq.com" - } - ], - "description": "The ThinkPHP5 Queue Package", - "time": "2016-12-01 04:29:39" - }, - { - "name": "topthink/think-worker", - "version": "v1.0.1", - "source": { - "type": "git", - "url": "https://github.com/top-think/think-worker.git", - "reference": "b609ff5e38dbb7194aab027d2b2c6b31a7ed1bd1" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/top-think/think-worker/b609ff5e38dbb7194aab027d2b2c6b31a7ed1bd1.zip", - "reference": "b609ff5e38dbb7194aab027d2b2c6b31a7ed1bd1", - "shasum": "" - }, - "require": { - "workerman/workerman": "^3.3.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "think\\worker\\": "src" - }, - "files": [] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "liu21st", - "email": "liu21st@gmail.com" - } - ], - "description": "workerman extend for thinkphp5", - "time": "2016-10-08 06:07:03" - }, - { - "name": "workerman/workerman", - "version": "v3.3.7", - "source": { - "type": "git", - "url": "https://github.com/walkor/Workerman.git", - "reference": "d466c0f4b37c6cfb4f27c69b158175c7e7ccc24c" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/walkor/Workerman/d466c0f4b37c6cfb4f27c69b158175c7e7ccc24c.zip", - "reference": "d466c0f4b37c6cfb4f27c69b158175c7e7ccc24c", - "shasum": "" - }, - "require": { - "php": ">=5.3" - }, - "suggest": { - "ext-event": "For better performance." - }, - "type": "library", - "autoload": { - "psr-4": { - "Workerman\\": "./" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "walkor", - "email": "walkor@workerman.net", - "homepage": "http://www.workerman.net", - "role": "Developer" - } - ], - "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.", - "homepage": "http://www.workerman.net", - "keywords": [ - "asynchronous", - "event-loop" - ], - "time": "2017-02-02 02:52:58" - }, - { - "name": "zoujingli/wechat-php-sdk", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/zoujingli/wechat-php-sdk.git", - "reference": "36ad89c0f7fe1e4b29591cdb5c25079e1e0bd0e0" - }, - "dist": { - "type": "zip", - "url": "https://packagist.phpcomposer.com/files/zoujingli/wechat-php-sdk/36ad89c0f7fe1e4b29591cdb5c25079e1e0bd0e0.zip", - "reference": "36ad89c0f7fe1e4b29591cdb5c25079e1e0bd0e0", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "project", - "autoload": { - "psr-4": { - "Wechat\\": "./Wechat" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "WeChat development of SDK", - "homepage": "http://www.kancloud.cn/zoujingli/wechat-php-sdk", - "keywords": [ - "wechat-php-sdk" - ], - "time": "2017-02-07 02:34:38" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": { - "zoujingli/wechat-php-sdk": 20 - }, - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": ">=5.4.0" - }, - "platform-dev": [] -}