|
|
@@ -0,0 +1,627 @@
|
|
|
+{
|
|
|
+ "_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": "826af45fcb3fd98012b83fa69ab58431",
|
|
|
+ "packages": [
|
|
|
+ {
|
|
|
+ "name": "electrolinux/phpquery",
|
|
|
+ "version": "0.9.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/electrolinux/phpquery.git",
|
|
|
+ "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
|
|
|
+ "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "phpQuery/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Tobiasz Cudnik",
|
|
|
+ "email": "tobiasz.cudnik@gmail.com",
|
|
|
+ "homepage": "https://github.com/TobiaszCudnik",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "didier Belot",
|
|
|
+ "role": "Packager"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
|
|
|
+ "homepage": "http://code.google.com/p/phpquery/",
|
|
|
+ "time": "2013-03-21T12:39:33+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ezyang/htmlpurifier",
|
|
|
+ "version": "v4.11.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ezyang/htmlpurifier.git",
|
|
|
+ "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
|
|
|
+ "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "HTMLPurifier": "library/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "library/HTMLPurifier.composer.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1-or-later"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Edward Z. Yang",
|
|
|
+ "email": "admin@htmlpurifier.org",
|
|
|
+ "homepage": "http://ezyang.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Standards compliant HTML filter written in PHP",
|
|
|
+ "homepage": "http://htmlpurifier.org/",
|
|
|
+ "keywords": [
|
|
|
+ "html"
|
|
|
+ ],
|
|
|
+ "time": "2019-07-14T18:58:38+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mindplay/annotations",
|
|
|
+ "version": "1.3.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-annotations/php-annotations.git",
|
|
|
+ "reference": "77ef66f79fb65a7b7e7e005be0bd6b643de43867"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-annotations/php-annotations/zipball/77ef66f79fb65a7b7e7e005be0bd6b643de43867",
|
|
|
+ "reference": "77ef66f79fb65a7b7e7e005be0bd6b643de43867",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/php-code-coverage": "~1.2.1",
|
|
|
+ "phpunit/php-file-iterator": ">=1.3.0@stable"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.3.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "mindplay\\annotations\\": "src\\annotations"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-3.0+"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Rasmus Schultz",
|
|
|
+ "email": "rasmus@mindplay.dk"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Industrial-strength annotations for PHP",
|
|
|
+ "homepage": "http://blog.mindplay.dk/",
|
|
|
+ "keywords": [
|
|
|
+ "annotations",
|
|
|
+ "framework"
|
|
|
+ ],
|
|
|
+ "time": "2019-01-15T17:03:08+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpmailer/phpmailer",
|
|
|
+ "version": "v6.0.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
|
+ "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0c41a36d4508d470e376498c1c0c527aa36a2d59",
|
|
|
+ "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-filter": "*",
|
|
|
+ "php": ">=5.5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/annotations": "1.2.*",
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.2",
|
|
|
+ "phpdocumentor/phpdocumentor": "2.*",
|
|
|
+ "phpunit/phpunit": "^4.8 || ^5.7",
|
|
|
+ "zendframework/zend-eventmanager": "3.0.*",
|
|
|
+ "zendframework/zend-i18n": "2.7.3",
|
|
|
+ "zendframework/zend-serializer": "2.7.*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "Needed to send email in multibyte encoding charset",
|
|
|
+ "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
|
+ "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
|
+ "psr/log": "For optional PSR-3 debug logging",
|
|
|
+ "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
|
+ "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PHPMailer\\PHPMailer\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jim Jagielski",
|
|
|
+ "email": "jimjag@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Marcus Bointon",
|
|
|
+ "email": "phpmailer@synchromedia.co.uk"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Andy Prevost",
|
|
|
+ "email": "codeworxtech@users.sourceforge.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Brent R. Matzelle"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
|
+ "time": "2019-02-01T15:04:28+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf",
|
|
|
+ "version": "v5.1.8",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-core.git",
|
|
|
+ "reference": "38c731d817c57652f23150b6bd790702bbcceea6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-core/zipball/38c731d817c57652f23150b6bd790702bbcceea6",
|
|
|
+ "reference": "38c731d817c57652f23150b6bd790702bbcceea6",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "electrolinux/phpquery": "^0.9.6",
|
|
|
+ "ezyang/htmlpurifier": "^4.9",
|
|
|
+ "mindplay/annotations": "^1.3",
|
|
|
+ "phpmailer/phpmailer": "~6.0",
|
|
|
+ "thinkcmf/cmf-extend": "~5.1.0",
|
|
|
+ "topthink/framework": "~5.1.0",
|
|
|
+ "topthink/think-captcha": "^2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "cmf\\": "src"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/common.php"
|
|
|
+ ],
|
|
|
+ "classmap": [
|
|
|
+ "src/App.php",
|
|
|
+ "src/Log.php",
|
|
|
+ "src/route/dispatch/Module.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF Core Package",
|
|
|
+ "time": "2019-07-31T03:56:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-api",
|
|
|
+ "version": "v5.1.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-api.git",
|
|
|
+ "reference": "a7d9edecc8c44aec6395dac8678a2577127f776d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-api/zipball/a7d9edecc8c44aec6395dac8678a2577127f776d",
|
|
|
+ "reference": "a7d9edecc8c44aec6395dac8678a2577127f776d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "thinkcmf/cmf": "~5.1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "api\\": "src"
|
|
|
+ },
|
|
|
+ "files": []
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF 5.1 Core Api Package",
|
|
|
+ "time": "2019-07-23T23:29:11+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-app",
|
|
|
+ "version": "v5.1.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-app.git",
|
|
|
+ "reference": "701477e9c6cfed749bc2ec03b47f891748a9aa58"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-app/zipball/701477e9c6cfed749bc2ec03b47f891748a9aa58",
|
|
|
+ "reference": "701477e9c6cfed749bc2ec03b47f891748a9aa58",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "thinkcmf/cmf": "~5.1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "app\\": "src"
|
|
|
+ },
|
|
|
+ "files": []
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF App Package",
|
|
|
+ "time": "2019-07-23T23:27:32+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-extend",
|
|
|
+ "version": "v5.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-extend.git",
|
|
|
+ "reference": "39cbfdc69980a4f4b98ee82fa16c605004f26f5f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-extend/zipball/39cbfdc69980a4f4b98ee82fa16c605004f26f5f",
|
|
|
+ "reference": "39cbfdc69980a4f4b98ee82fa16c605004f26f5f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "dir\\": "src/dir",
|
|
|
+ "tree\\": "src/tree",
|
|
|
+ "wxapp\\": "src/wxapp"
|
|
|
+ },
|
|
|
+ "files": []
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF extend Package",
|
|
|
+ "time": "2019-03-04T05:15:23+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-install",
|
|
|
+ "version": "v5.1.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-install.git",
|
|
|
+ "reference": "651f7ff4d4413e2bcf98823853144bb2b67f671a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-install/zipball/651f7ff4d4413e2bcf98823853144bb2b67f671a",
|
|
|
+ "reference": "651f7ff4d4413e2bcf98823853144bb2b67f671a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "app\\install\\": "src"
|
|
|
+ },
|
|
|
+ "files": []
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF Install Package",
|
|
|
+ "time": "2019-07-23T23:26:40+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/framework",
|
|
|
+ "version": "v5.1.37.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/framework.git",
|
|
|
+ "reference": "05eecd121d18d6705aaa10aa44fcdf7c14da4d0b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/framework/zipball/05eecd121d18d6705aaa10aa44fcdf7c14da4d0b",
|
|
|
+ "reference": "05eecd121d18d6705aaa10aa44fcdf7c14da4d0b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6.0",
|
|
|
+ "topthink/think-installer": "2.*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "johnkary/phpunit-speedtrap": "^1.0",
|
|
|
+ "mikey179/vfsstream": "~1.6",
|
|
|
+ "phpdocumentor/reflection-docblock": "^2.0",
|
|
|
+ "phploc/phploc": "2.*",
|
|
|
+ "phpunit/phpunit": "^5.0|^6.0",
|
|
|
+ "sebastian/phpcpd": "2.*",
|
|
|
+ "squizlabs/php_codesniffer": "2.*"
|
|
|
+ },
|
|
|
+ "type": "think-framework",
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "the new thinkphp framework",
|
|
|
+ "homepage": "http://thinkphp.cn/",
|
|
|
+ "keywords": [
|
|
|
+ "framework",
|
|
|
+ "orm",
|
|
|
+ "thinkphp"
|
|
|
+ ],
|
|
|
+ "time": "2019-05-28T06:57:29+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-captcha",
|
|
|
+ "version": "v2.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-captcha.git",
|
|
|
+ "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-captcha/zipball/54c8a51552f99ff9ea89ea9c272383a8f738ceee",
|
|
|
+ "reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "topthink/framework": "5.1.*"
|
|
|
+ },
|
|
|
+ "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": "2017-12-31T16:37:49+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-helper",
|
|
|
+ "version": "v1.0.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-helper.git",
|
|
|
+ "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-helper/zipball/5f92178606c8ce131d36b37a57c58eb71e55f019",
|
|
|
+ "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019",
|
|
|
+ "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": "2018-10-05T00:43:21+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-image",
|
|
|
+ "version": "v1.0.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-image.git",
|
|
|
+ "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
|
|
|
+ "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-gd": "*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "4.8.*",
|
|
|
+ "topthink/framework": "^5.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkPHP5 Image Package",
|
|
|
+ "time": "2016-09-29T06:05:43+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-installer",
|
|
|
+ "version": "v2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-installer.git",
|
|
|
+ "reference": "f5400a12c60e513911aef41fe443fa6920952675"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-installer/zipball/f5400a12c60e513911aef41fe443fa6920952675",
|
|
|
+ "reference": "f5400a12c60e513911aef41fe443fa6920952675",
|
|
|
+ "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": "2018-05-11T06:45:42+00:00"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "packages-dev": [],
|
|
|
+ "aliases": [],
|
|
|
+ "minimum-stability": "stable",
|
|
|
+ "stability-flags": [],
|
|
|
+ "prefer-stable": false,
|
|
|
+ "prefer-lowest": false,
|
|
|
+ "platform": {
|
|
|
+ "php": ">=5.6.0",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-pdo": "*"
|
|
|
+ },
|
|
|
+ "platform-dev": []
|
|
|
+}
|