123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- {
- "_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": "638eddbd80e05c03658dbc79fd48239b",
- "packages": [
- {
- "name": "phpoffice/phpexcel",
- "version": "1.8.2",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPOffice/PHPExcel.git",
- "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
- "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "ext-mbstring": "*",
- "ext-xml": "*",
- "ext-xmlwriter": "*",
- "php": "^5.2|^7.0"
- },
- "require-dev": {
- "squizlabs/php_codesniffer": "2.*"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "PHPExcel": "Classes/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1"
- ],
- "authors": [
- {
- "name": "Maarten Balliauw",
- "homepage": "http://blog.maartenballiauw.be"
- },
- {
- "name": "Erik Tilt"
- },
- {
- "name": "Franck Lefevre",
- "homepage": "http://rootslabs.net"
- },
- {
- "name": "Mark Baker",
- "homepage": "http://markbakeruk.net"
- }
- ],
- "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
- "homepage": "https://github.com/PHPOffice/PHPExcel",
- "keywords": [
- "OpenXML",
- "excel",
- "php",
- "spreadsheet",
- "xls",
- "xlsx"
- ],
- "support": {
- "issues": "https://github.com/PHPOffice/PHPExcel/issues",
- "source": "https://github.com/PHPOffice/PHPExcel/tree/master"
- },
- "abandoned": "phpoffice/phpspreadsheet",
- "time": "2018-11-22T23:07:24+00:00"
- },
- {
- "name": "topthink/framework",
- "version": "v5.0.24",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/framework.git",
- "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/framework/zipball/c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
- "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "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"
- ],
- "support": {
- "issues": "https://github.com/top-think/framework/issues",
- "source": "https://github.com/top-think/framework/tree/master"
- },
- "time": "2019-01-11T08:04:58+00:00"
- },
- {
- "name": "topthink/think-installer",
- "version": "v1.0.14",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-installer.git",
- "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-installer/zipball/eae1740ac264a55c06134b6685dfb9f837d004d1",
- "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "composer-plugin-api": "^1.0||^2.0"
- },
- "require-dev": {
- "composer/composer": "^1.0||^2.0"
- },
- "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"
- }
- ],
- "support": {
- "issues": "https://github.com/top-think/think-installer/issues",
- "source": "https://github.com/top-think/think-installer/tree/v1.0.14"
- },
- "time": "2021-03-25T08:34:02+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.4.0"
- },
- "platform-dev": [],
- "plugin-api-version": "2.2.0"
- }
|