This commit is contained in:
wangjinlei
2022-11-23 17:39:53 +08:00
parent e2a639d4fd
commit 40cf8445df
335 changed files with 58298 additions and 12 deletions

View File

@@ -19,11 +19,20 @@ private static $installed = array (
'aliases' =>
array (
),
'reference' => '8930873c92cdbb066e40af202c8aa703f17f0d82',
'reference' => 'e2a639d4fda29fac6733b5e3f1ba968875705031',
'name' => 'topthink/think',
),
'versions' =>
array (
'laminas/laminas-escaper' =>
array (
'pretty_version' => '2.9.0',
'version' => '2.9.0.0',
'aliases' =>
array (
),
'reference' => '891ad70986729e20ed2e86355fcf93c9dc238a5f',
),
'phpmailer/phpmailer' =>
array (
'pretty_version' => 'v6.6.3',
@@ -33,6 +42,15 @@ private static $installed = array (
),
'reference' => '9400f305a898f194caff5521f64e5dfa926626f3',
),
'phpoffice/phpword' =>
array (
'pretty_version' => '1.0.0',
'version' => '1.0.0.0',
'aliases' =>
array (
),
'reference' => '8521612b39edeec9055d3688ad555342a40857dd',
),
'tecnickcom/tcpdf' =>
array (
'pretty_version' => '6.4.4',
@@ -58,7 +76,7 @@ private static $installed = array (
'aliases' =>
array (
),
'reference' => '8930873c92cdbb066e40af202c8aa703f17f0d82',
'reference' => 'e2a639d4fda29fac6733b5e3f1ba968875705031',
),
'topthink/think-captcha' =>
array (

View File

@@ -11,6 +11,8 @@ return array(
'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
'think\\' => array($baseDir . '/thinkphp/library/think', $vendorDir . '/topthink/think-queue/src'),
'app\\' => array($baseDir . '/application'),
'PhpOffice\\PhpWord\\' => array($vendorDir . '/phpoffice/phpword/src/PhpWord'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
'Laminas\\Escaper\\' => array($vendorDir . '/laminas/laminas-escaper/src'),
'Api\\Doc\\' => array($vendorDir . '/weiwei/api-doc/src'),
);

View File

@@ -27,8 +27,13 @@ class ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd
),
'P' =>
array (
'PhpOffice\\PhpWord\\' => 18,
'PHPMailer\\PHPMailer\\' => 20,
),
'L' =>
array (
'Laminas\\Escaper\\' => 16,
),
'A' =>
array (
'Api\\Doc\\' => 8,
@@ -57,10 +62,18 @@ class ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd
array (
0 => __DIR__ . '/../..' . '/application',
),
'PhpOffice\\PhpWord\\' =>
array (
0 => __DIR__ . '/..' . '/phpoffice/phpword/src/PhpWord',
),
'PHPMailer\\PHPMailer\\' =>
array (
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
),
'Laminas\\Escaper\\' =>
array (
0 => __DIR__ . '/..' . '/laminas/laminas-escaper/src',
),
'Api\\Doc\\' =>
array (
0 => __DIR__ . '/..' . '/weiwei/api-doc/src',

View File

@@ -1,5 +1,70 @@
{
"packages": [
{
"name": "laminas/laminas-escaper",
"version": "2.9.0",
"version_normalized": "2.9.0.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-escaper.git",
"reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f",
"reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f",
"shasum": ""
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0"
},
"conflict": {
"zendframework/zend-escaper": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.12.2",
"vimeo/psalm": "^3.16"
},
"suggest": {
"ext-iconv": "*",
"ext-mbstring": "*"
},
"time": "2021-09-02T17:10:53+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Laminas\\Escaper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
"homepage": "https://laminas.dev",
"keywords": [
"escaper",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-escaper/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-escaper/issues",
"rss": "https://github.com/laminas/laminas-escaper/releases.atom",
"source": "https://github.com/laminas/laminas-escaper"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"install-path": "../laminas/laminas-escaper"
},
{
"name": "phpmailer/phpmailer",
"version": "v6.6.3",
@@ -81,6 +146,122 @@
],
"install-path": "../phpmailer/phpmailer"
},
{
"name": "phpoffice/phpword",
"version": "1.0.0",
"version_normalized": "1.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PHPWord.git",
"reference": "8521612b39edeec9055d3688ad555342a40857dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/8521612b39edeec9055d3688ad555342a40857dd",
"reference": "8521612b39edeec9055d3688ad555342a40857dd",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-xml": "*",
"laminas/laminas-escaper": ">=2.6",
"php": "^7.1|^8.0"
},
"require-dev": {
"dompdf/dompdf": "^2.0",
"ext-gd": "*",
"ext-libxml": "*",
"ext-zip": "*",
"mpdf/mpdf": "^8.1",
"php-coveralls/php-coveralls": "^2.5",
"phpmd/phpmd": "^2.13",
"phpunit/phpunit": ">=7.0",
"symfony/process": "^4.4",
"tecnickcom/tcpdf": "^6.5"
},
"suggest": {
"dompdf/dompdf": "Allows writing PDF",
"ext-gd2": "Allows adding images",
"ext-xmlwriter": "Allows writing OOXML and ODF",
"ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
"ext-zip": "Allows writing OOXML and ODF"
},
"time": "2022-11-15T20:24:50+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.19-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"PhpOffice\\PhpWord\\": "src/PhpWord"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Mark Baker"
},
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com",
"homepage": "http://gabrielbull.com/"
},
{
"name": "Franck Lefevre",
"homepage": "https://rootslabs.net/blog/"
},
{
"name": "Ivan Lanin",
"homepage": "http://ivan.lanin.org"
},
{
"name": "Roman Syroeshko",
"homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
},
{
"name": "Antoine de Troostembergh"
}
],
"description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
"homepage": "https://phpword.readthedocs.io/",
"keywords": [
"ISO IEC 29500",
"OOXML",
"Office Open XML",
"OpenDocument",
"OpenXML",
"PhpOffice",
"PhpWord",
"Rich Text Format",
"WordprocessingML",
"doc",
"docx",
"html",
"odf",
"odt",
"office",
"pdf",
"php",
"reader",
"rtf",
"template",
"template processor",
"word",
"writer"
],
"support": {
"issues": "https://github.com/PHPOffice/PHPWord/issues",
"source": "https://github.com/PHPOffice/PHPWord/tree/1.0.0"
},
"install-path": "../phpoffice/phpword"
},
{
"name": "tecnickcom/tcpdf",
"version": "6.4.4",

View File

@@ -6,11 +6,20 @@
'aliases' =>
array (
),
'reference' => '8930873c92cdbb066e40af202c8aa703f17f0d82',
'reference' => 'e2a639d4fda29fac6733b5e3f1ba968875705031',
'name' => 'topthink/think',
),
'versions' =>
array (
'laminas/laminas-escaper' =>
array (
'pretty_version' => '2.9.0',
'version' => '2.9.0.0',
'aliases' =>
array (
),
'reference' => '891ad70986729e20ed2e86355fcf93c9dc238a5f',
),
'phpmailer/phpmailer' =>
array (
'pretty_version' => 'v6.6.3',
@@ -20,6 +29,15 @@
),
'reference' => '9400f305a898f194caff5521f64e5dfa926626f3',
),
'phpoffice/phpword' =>
array (
'pretty_version' => '1.0.0',
'version' => '1.0.0.0',
'aliases' =>
array (
),
'reference' => '8521612b39edeec9055d3688ad555342a40857dd',
),
'tecnickcom/tcpdf' =>
array (
'pretty_version' => '6.4.4',
@@ -45,7 +63,7 @@
'aliases' =>
array (
),
'reference' => '8930873c92cdbb066e40af202c8aa703f17f0d82',
'reference' => 'e2a639d4fda29fac6733b5e3f1ba968875705031',
),
'topthink/think-captcha' =>
array (

View File

@@ -4,8 +4,8 @@
$issues = array();
if (!(PHP_VERSION_ID >= 50500)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 5.5.0". You are running ' . PHP_VERSION . '.';
if (!(PHP_VERSION_ID >= 70300)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.3.0". You are running ' . PHP_VERSION . '.';
}
if ($issues) {