This commit is contained in:
wangjinlei
2022-11-23 15:15:38 +08:00
parent ec59e99a8b
commit 4bb2c9af5a
32 changed files with 2182 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ private static $installed = array (
'aliases' =>
array (
),
'reference' => '0a92e69b830447e8acf0e4eb2b0aef31ebb76d30',
'reference' => 'ec59e99a8b0104714eafd4ba6da6acbb64f561e7',
'name' => 'topthink/think',
),
'versions' =>
@@ -76,7 +76,7 @@ private static $installed = array (
'aliases' =>
array (
),
'reference' => '0a92e69b830447e8acf0e4eb2b0aef31ebb76d30',
'reference' => 'ec59e99a8b0104714eafd4ba6da6acbb64f561e7',
),
'topthink/think-captcha' =>
array (
@@ -96,6 +96,15 @@ private static $installed = array (
),
'reference' => '8ba5f66e68106369fcc3211e7d2dbaf7bc9ce455',
),
'topthink/think-image' =>
array (
'pretty_version' => 'v1.0.7',
'version' => '1.0.7.0',
'aliases' =>
array (
),
'reference' => '8586cf47f117481c6d415b20f7dedf62e79d5512',
),
'topthink/think-installer' =>
array (
'pretty_version' => 'v1.0.14',

View File

@@ -9,7 +9,7 @@ return array(
'think\\helper\\' => array($vendorDir . '/topthink/think-helper/src'),
'think\\composer\\' => array($vendorDir . '/topthink/think-installer/src'),
'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
'think\\' => array($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-queue/src'),
'think\\' => array($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-queue/src', $vendorDir . '/topthink/think-image/src'),
'app\\' => array($baseDir . '/application'),
'PhpOffice\\PhpWord\\' => array($vendorDir . '/phpoffice/phpword/src/PhpWord'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),

View File

@@ -57,6 +57,7 @@ class ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd
array (
0 => __DIR__ . '/../..' . '/thinkphp/library/think',
1 => __DIR__ . '/..' . '/topthink/think-queue/src',
2 => __DIR__ . '/..' . '/topthink/think-image/src',
),
'app\\' =>
array (

View File

@@ -487,6 +487,53 @@
},
"install-path": "../topthink/think-helper"
},
{
"name": "topthink/think-image",
"version": "v1.0.7",
"version_normalized": "1.0.7.0",
"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"
},
"time": "2016-09-29T06:05:43+00:00",
"type": "library",
"installation-source": "dist",
"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",
"support": {
"issues": "https://github.com/top-think/think-image/issues",
"source": "https://github.com/top-think/think-image/tree/master"
},
"install-path": "../topthink/think-image"
},
{
"name": "topthink/think-installer",
"version": "v1.0.14",

View File

@@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => '0a92e69b830447e8acf0e4eb2b0aef31ebb76d30',
'reference' => 'ec59e99a8b0104714eafd4ba6da6acbb64f561e7',
'name' => 'topthink/think',
),
'versions' =>
@@ -63,7 +63,7 @@
'aliases' =>
array (
),
'reference' => '0a92e69b830447e8acf0e4eb2b0aef31ebb76d30',
'reference' => 'ec59e99a8b0104714eafd4ba6da6acbb64f561e7',
),
'topthink/think-captcha' =>
array (
@@ -83,6 +83,15 @@
),
'reference' => '8ba5f66e68106369fcc3211e7d2dbaf7bc9ce455',
),
'topthink/think-image' =>
array (
'pretty_version' => 'v1.0.7',
'version' => '1.0.7.0',
'aliases' =>
array (
),
'reference' => '8586cf47f117481c6d415b20f7dedf62e79d5512',
),
'topthink/think-installer' =>
array (
'pretty_version' => 'v1.0.14',