|
|
|
|
@ -4,8 +4,176 @@
|
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
|
"This file is @generated automatically"
|
|
|
|
|
],
|
|
|
|
|
"content-hash": "b8ff78bfb22a69de3e425d40b2699815",
|
|
|
|
|
"content-hash": "2e1535f199098b30f3943fb68b33b70d",
|
|
|
|
|
"packages": [
|
|
|
|
|
{
|
|
|
|
|
"name": "adbario/php-dot-notation",
|
|
|
|
|
"version": "2.2.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/adbario/php-dot-notation.git",
|
|
|
|
|
"reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
|
|
|
|
|
"reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
|
|
|
|
|
"shasum": "",
|
|
|
|
|
"mirrors": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
|
"preferred": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"php": ">=5.5"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^4.0|^5.0|^6.0",
|
|
|
|
|
"squizlabs/php_codesniffer": "^3.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"files": [
|
|
|
|
|
"src/helpers.php"
|
|
|
|
|
],
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Adbar\\": "src"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Riku Särkinen",
|
|
|
|
|
"email": "riku@adbar.io"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "PHP dot notation access to arrays",
|
|
|
|
|
"homepage": "https://github.com/adbario/php-dot-notation",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"ArrayAccess",
|
|
|
|
|
"dotnotation"
|
|
|
|
|
],
|
|
|
|
|
"time": "2019-01-01T23:59:15+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "alibabacloud/tea",
|
|
|
|
|
"version": "3.1.21",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/aliyun/tea-php.git",
|
|
|
|
|
"reference": "379faffe240ee97134cf3f796cb28059f9fb7fa9"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/aliyun/tea-php/zipball/379faffe240ee97134cf3f796cb28059f9fb7fa9",
|
|
|
|
|
"reference": "379faffe240ee97134cf3f796cb28059f9fb7fa9",
|
|
|
|
|
"shasum": "",
|
|
|
|
|
"mirrors": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
|
"preferred": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"adbario/php-dot-notation": "^2.2",
|
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-libxml": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-openssl": "*",
|
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
|
"guzzlehttp/guzzle": "^6.3|^7.0",
|
|
|
|
|
"php": ">=5.5"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "*",
|
|
|
|
|
"symfony/dotenv": "^3.4",
|
|
|
|
|
"symfony/var-dumper": "^3.4"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"ext-sockets": "To use client-side monitoring"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"AlibabaCloud\\Tea\\": "src"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"Apache-2.0"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Alibaba Cloud SDK",
|
|
|
|
|
"email": "sdk-team@alibabacloud.com",
|
|
|
|
|
"homepage": "http://www.alibabacloud.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Client of Tea for PHP",
|
|
|
|
|
"homepage": "https://www.alibabacloud.com/",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"alibabacloud",
|
|
|
|
|
"client",
|
|
|
|
|
"cloud",
|
|
|
|
|
"tea"
|
|
|
|
|
],
|
|
|
|
|
"time": "2021-03-15T03:31:41+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "alibabacloud/tea-fileform",
|
|
|
|
|
"version": "0.3.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/alibabacloud-sdk-php/tea-fileform.git",
|
|
|
|
|
"reference": "4bf0c75a045c8115aa8cb1a394bd08d8bb833181"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/tea-fileform/zipball/4bf0c75a045c8115aa8cb1a394bd08d8bb833181",
|
|
|
|
|
"reference": "4bf0c75a045c8115aa8cb1a394bd08d8bb833181",
|
|
|
|
|
"shasum": "",
|
|
|
|
|
"mirrors": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
|
"preferred": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"alibabacloud/tea": "^3.0",
|
|
|
|
|
"php": ">5.5"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^4.8.35|^5.4.3"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"AlibabaCloud\\Tea\\FileForm\\": "src"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"Apache-2.0"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Alibaba Cloud SDK",
|
|
|
|
|
"email": "sdk-team@alibabacloud.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Alibaba Cloud Tea File Library for PHP",
|
|
|
|
|
"time": "2020-12-01T07:24:35+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "alicfeng/identity-card",
|
|
|
|
|
"version": "v3.1.0",
|
|
|
|
|
@ -61,6 +229,71 @@
|
|
|
|
|
],
|
|
|
|
|
"time": "2020-02-23T14:37:36+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "alipaysdk/easysdk",
|
|
|
|
|
"version": "2.2.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/alipay/alipay-easysdk.git",
|
|
|
|
|
"reference": "7a1cfa83c7e140bded957498ea072c77611e6480"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/alipay/alipay-easysdk/zipball/7a1cfa83c7e140bded957498ea072c77611e6480",
|
|
|
|
|
"reference": "7a1cfa83c7e140bded957498ea072c77611e6480",
|
|
|
|
|
"shasum": "",
|
|
|
|
|
"mirrors": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
|
"preferred": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"adbario/php-dot-notation": "^2.2",
|
|
|
|
|
"alibabacloud/tea": "^3.1",
|
|
|
|
|
"alibabacloud/tea-fileform": "^0.3.2",
|
|
|
|
|
"danielstjules/stringy": "^3.1",
|
|
|
|
|
"ext-ctype": "*",
|
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"ext-dom": "*",
|
|
|
|
|
"ext-fileinfo": "*",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-libxml": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-openssl": "*",
|
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
|
"guzzlehttp/guzzle": ">=6.3",
|
|
|
|
|
"mtdowling/jmespath.php": "^2.4",
|
|
|
|
|
"php": ">=7.0",
|
|
|
|
|
"pimple/pimple": "^3.0",
|
|
|
|
|
"psr/log": "^1.1",
|
|
|
|
|
"songshenzong/support": "^2.0",
|
|
|
|
|
"xin/container": "^2.0.1"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^7.5"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Alipay\\EasySDK\\": "php/src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"Apache-2.0"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "junying.wjy",
|
|
|
|
|
"email": "junying.wjy@antfin.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "支付宝官方 Alipay Easy SDK",
|
|
|
|
|
"time": "2021-01-19T07:30:32+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "asm89/stack-cors",
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
@ -223,6 +456,68 @@
|
|
|
|
|
],
|
|
|
|
|
"time": "2021-01-20T22:51:39+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "danielstjules/stringy",
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/danielstjules/Stringy.git",
|
|
|
|
|
"reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
|
|
|
|
|
"reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
|
|
|
|
|
"shasum": "",
|
|
|
|
|
"mirrors": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
|
"preferred": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=5.4.0",
|
|
|
|
|
"symfony/polyfill-mbstring": "~1.1"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Stringy\\": "src/"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"src/Create.php"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Daniel St. Jules",
|
|
|
|
|
"email": "danielst.jules@gmail.com",
|
|
|
|
|
"homepage": "http://www.danielstjules.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "A string manipulation library with multibyte support",
|
|
|
|
|
"homepage": "https://github.com/danielstjules/Stringy",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"UTF",
|
|
|
|
|
"helpers",
|
|
|
|
|
"manipulation",
|
|
|
|
|
"methods",
|
|
|
|
|
"multibyte",
|
|
|
|
|
"string",
|
|
|
|
|
"utf-8",
|
|
|
|
|
"utility",
|
|
|
|
|
"utils"
|
|
|
|
|
],
|
|
|
|
|
"time": "2017-06-12T01:10:27+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "dnoegel/php-xdg-base-dir",
|
|
|
|
|
"version": "v0.1.1",
|
|
|
|
|
@ -2205,6 +2500,69 @@
|
|
|
|
|
],
|
|
|
|
|
"time": "2020-12-14T13:15:25+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "mtdowling/jmespath.php",
|
|
|
|
|
"version": "2.6.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/jmespath/jmespath.php.git",
|
|
|
|
|
"reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
|
|
|
|
|
"reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
|
|
|
|
|
"shasum": "",
|
|
|
|
|
"mirrors": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
|
"preferred": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^5.4 || ^7.0 || ^8.0",
|
|
|
|
|
"symfony/polyfill-mbstring": "^1.17"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"composer/xdebug-handler": "^1.4",
|
|
|
|
|
"phpunit/phpunit": "^4.8.36 || ^7.5.15"
|
|
|
|
|
},
|
|
|
|
|
"bin": [
|
|
|
|
|
"bin/jp.php"
|
|
|
|
|
],
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "2.6-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"JmesPath\\": "src/"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"src/JmesPath.php"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Declaratively specify how to extract elements from a JSON document",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"json",
|
|
|
|
|
"jsonpath"
|
|
|
|
|
],
|
|
|
|
|
"time": "2020-07-31T21:01:56+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "myclabs/php-enum",
|
|
|
|
|
"version": "1.8.0",
|
|
|
|
|
@ -2789,6 +3147,62 @@
|
|
|
|
|
],
|
|
|
|
|
"time": "2020-07-20T17:29:33+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "pimple/pimple",
|
|
|
|
|
"version": "v3.3.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
|
|
|
|
"reference": "21e45061c3429b1e06233475cc0e1f6fc774d5b0"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/21e45061c3429b1e06233475cc0e1f6fc774d5b0",
|
|
|
|
|
"reference": "21e45061c3429b1e06233475cc0e1f6fc774d5b0",
|
|
|
|
|
"shasum": "",
|
|
|
|
|
"mirrors": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
|
"preferred": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=7.2.5",
|
|
|
|
|
"psr/container": "^1.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"symfony/phpunit-bridge": "^5.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.3.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-0": {
|
|
|
|
|
"Pimple": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
|
|
|
|
"homepage": "https://pimple.symfony.com",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"container",
|
|
|
|
|
"dependency injection"
|
|
|
|
|
],
|
|
|
|
|
"time": "2020-11-24T20:35:42+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "psr/container",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
@ -3519,6 +3933,77 @@
|
|
|
|
|
],
|
|
|
|
|
"time": "2017-11-26T15:27:12+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "songshenzong/support",
|
|
|
|
|
"version": "2.0.5",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/songshenzong/support.git",
|
|
|
|
|
"reference": "34973c04ffcf226e503f1c3a69d30ac49f7621f6"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/songshenzong/support/zipball/34973c04ffcf226e503f1c3a69d30ac49f7621f6",
|
|
|
|
|
"reference": "34973c04ffcf226e503f1c3a69d30ac49f7621f6",
|
|
|
|
|
"shasum": "",
|
|
|
|
|
"mirrors": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
|
"preferred": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"danielstjules/stringy": "^3.1",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
|
"ext-xml": "*",
|
|
|
|
|
"php": ">=5.5"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"laravel/framework": "^5.8",
|
|
|
|
|
"phpunit/phpunit": "^4.8.35|^5.4.3"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"laravel": {
|
|
|
|
|
"providers": [
|
|
|
|
|
"Songshenzong\\Support\\StringsServiceProvider"
|
|
|
|
|
],
|
|
|
|
|
"aliases": {
|
|
|
|
|
"Strings": "Songshenzong\\Support\\StringsFacade"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Songshenzong\\Support\\": "src/"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"src/StringsHelpers.php",
|
|
|
|
|
"src/BashEchoHelpers.php"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Songshenzong",
|
|
|
|
|
"email": "i@songshenzong.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "The Songshenzong Support package.",
|
|
|
|
|
"homepage": "http://songshenzong.com",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"laravel",
|
|
|
|
|
"support",
|
|
|
|
|
"tools",
|
|
|
|
|
"web"
|
|
|
|
|
],
|
|
|
|
|
"time": "2019-08-29T01:59:12+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spatie/laravel-permission",
|
|
|
|
|
"version": "3.18.0",
|
|
|
|
|
@ -5914,6 +6399,80 @@
|
|
|
|
|
],
|
|
|
|
|
"time": "2020-11-12T00:07:28+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "xin/container",
|
|
|
|
|
"version": "2.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://gitee.com/liuxiaojinla/php-container",
|
|
|
|
|
"reference": "97bb67f87dd851545938a1f2fe0ffbd379e3ff81"
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-ctype": "*",
|
|
|
|
|
"ext-iconv": "*",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-libxml": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-openssl": "*",
|
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
|
"psr/container": "^1.0",
|
|
|
|
|
"xin/helper": "^1.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"xin\\container\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"Apache-2.0"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "晋",
|
|
|
|
|
"email": "657306123@qq.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "严格基于PSR11规范实现基础的容器和依赖注入",
|
|
|
|
|
"time": "2019-10-21T03:51:25+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "xin/helper",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://gitee.com/liuxiaojinla/php-helper",
|
|
|
|
|
"reference": "02a58132dae2aea2d1c0b8e66f55125969224747"
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-ctype": "*",
|
|
|
|
|
"ext-iconv": "*",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-libxml": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-openssl": "*",
|
|
|
|
|
"ext-simplexml": "*"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"xin\\helper\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"Apache-2.0"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "晋",
|
|
|
|
|
"email": "1540175452@qq.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "PHP项目日常开发必备基础库,数组工具类、字符串工具类、数字工具类、函数工具类、服务器工具类、加密工具类",
|
|
|
|
|
"time": "2019-06-22T08:28:23+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "zircote/swagger-php",
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
|