|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "content-hash": "9ef3f6f1993fcd90da3b2fda07e08183",
|
|
|
|
|
|
+ "content-hash": "af4c1d3fa817eb8c58caa9a7ec0362b0",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "league/flysystem",
|
|
"name": "league/flysystem",
|
|
@@ -643,6 +643,92 @@
|
|
"orm"
|
|
"orm"
|
|
],
|
|
],
|
|
"time": "2019-12-23T13:50:01+00:00"
|
|
"time": "2019-12-23T13:50:01+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "topthink/think-template",
|
|
|
|
+ "version": "v2.0.7",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/top-think/think-template.git",
|
|
|
|
+ "reference": "e98bdbb4a4c94b442f17dfceba81e0134d4fbd19"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-template/zipball/e98bdbb4a4c94b442f17dfceba81e0134d4fbd19",
|
|
|
|
+ "reference": "e98bdbb4a4c94b442f17dfceba81e0134d4fbd19",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.1.0",
|
|
|
|
+ "psr/simple-cache": "^1.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "think\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "Apache-2.0"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "liu21st",
|
|
|
|
+ "email": "[email protected]"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "the php template engine",
|
|
|
|
+ "time": "2019-09-20T15:31:04+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "topthink/think-view",
|
|
|
|
+ "version": "v1.0.13",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/top-think/think-view.git",
|
|
|
|
+ "reference": "90803b73f781db5d42619082c4597afc58b2d4c5"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-view/zipball/90803b73f781db5d42619082c4597afc58b2d4c5",
|
|
|
|
+ "reference": "90803b73f781db5d42619082c4597afc58b2d4c5",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.1.0",
|
|
|
|
+ "topthink/think-template": "^2.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "think\\view\\driver\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "Apache-2.0"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "liu21st",
|
|
|
|
+ "email": "[email protected]"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "thinkphp template driver",
|
|
|
|
+ "time": "2019-10-07T12:23:10+00:00"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"packages-dev": [
|
|
"packages-dev": [
|