|
|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "19b3ce3819379dbc315f5f53c42799b1",
|
|
|
+ "content-hash": "1fa8dcb1df438ad12a060f060df372e3",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "aliyuncs/oss-sdk-php",
|
|
|
@@ -1014,6 +1014,56 @@
|
|
|
"abandoned": "phpoffice/phpspreadsheet",
|
|
|
"time": "2019-01-02T01:38:47+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "phpoption/phpoption",
|
|
|
+ "version": "dev-master",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/schmittjoh/php-option.git",
|
|
|
+ "reference": "2f6af23c6ff2bcd32ebd969e118e5a3b57d649dc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/2f6af23c6ff2bcd32ebd969e118e5a3b57d649dc",
|
|
|
+ "reference": "2f6af23c6ff2bcd32ebd969e118e5a3b57d649dc",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.7|^5.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "PhpOption\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Johannes M. Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Option Type for PHP",
|
|
|
+ "keywords": [
|
|
|
+ "language",
|
|
|
+ "option",
|
|
|
+ "php",
|
|
|
+ "type"
|
|
|
+ ],
|
|
|
+ "time": "2019-11-10T15:06:50+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/http-message",
|
|
|
"version": "dev-master",
|
|
|
@@ -1204,6 +1254,121 @@
|
|
|
],
|
|
|
"time": "2018-07-31T09:26:32+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-ctype",
|
|
|
+ "version": "dev-master",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
+ "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
|
|
|
+ "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-ctype": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.12-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Gert de Pagter",
|
|
|
+ "email": "BackEndTea@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for ctype functions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "ctype",
|
|
|
+ "polyfill",
|
|
|
+ "portable"
|
|
|
+ ],
|
|
|
+ "time": "2019-08-06T08:03:45+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "vlucas/phpdotenv",
|
|
|
+ "version": "dev-master",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/vlucas/phpdotenv.git",
|
|
|
+ "reference": "e9b60fd90d7cf5037d34f62e6ffc6e07e89eb2dc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/e9b60fd90d7cf5037d34f62e6ffc6e07e89eb2dc",
|
|
|
+ "reference": "e9b60fd90d7cf5037d34f62e6ffc6e07e89eb2dc",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.4 || ^7.0",
|
|
|
+ "phpoption/phpoption": "^1.5",
|
|
|
+ "symfony/polyfill-ctype": "^1.9"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Dotenv\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "graham@alt-three.com",
|
|
|
+ "homepage": "https://gjcampbell.co.uk/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Vance Lucas",
|
|
|
+ "email": "vance@vancelucas.com",
|
|
|
+ "homepage": "https://vancelucas.com/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
|
+ "keywords": [
|
|
|
+ "dotenv",
|
|
|
+ "env",
|
|
|
+ "environment"
|
|
|
+ ],
|
|
|
+ "time": "2019-11-04T22:18:38+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "yiisoft/yii2",
|
|
|
"version": "2.0.29",
|
|
|
@@ -1620,13 +1785,7 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fb218ada627f7c750c6e0e41cae486d2db48e911",
|
|
|
"reference": "fb218ada627f7c750c6e0e41cae486d2db48e911",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
+ "shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^5.3.3 || ^7.0"
|
|
|
@@ -1676,13 +1835,7 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
|
|
|
"reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
+ "shasum": ""
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
@@ -1720,13 +1873,7 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
|
|
|
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
+ "shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"php": ">=5.3.3"
|
|
|
@@ -1785,13 +1932,7 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/e463ad286cb2c56527c56bfff9e1aa7bb471c04e",
|
|
|
"reference": "e463ad286cb2c56527c56bfff9e1aa7bb471c04e",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
+ "shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^5.5.9|>=7.0.8",
|
|
|
@@ -1860,13 +2001,7 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/yiisoft/yii2-codeception/zipball/c7d1509498c349179940a8d2b9c6d078e8054b90",
|
|
|
"reference": "c7d1509498c349179940a8d2b9c6d078e8054b90",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
+ "shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"yiisoft/yii2": ">=2.0.4"
|
|
|
@@ -1912,13 +2047,7 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/93082f46d3568b4431a26f264e0d16a12c42bd50",
|
|
|
"reference": "93082f46d3568b4431a26f264e0d16a12c42bd50",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
+ "shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"yiisoft/yii2": "~2.0.11",
|
|
|
@@ -1965,13 +2094,7 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/2f548188b2961f097c08623214f5190e3cf2f1ac",
|
|
|
"reference": "2f548188b2961f097c08623214f5190e3cf2f1ac",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
+ "shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"fzaninotto/faker": "~1.4",
|
|
|
@@ -2021,13 +2144,7 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/1bd6df6804ca077ec022587905a0d43eb286f507",
|
|
|
"reference": "1bd6df6804ca077ec022587905a0d43eb286f507",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
+ "shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"bower-asset/typeahead.js": "0.10.* | ~0.11.0",
|
|
|
@@ -2073,7 +2190,8 @@
|
|
|
"minimum-stability": "dev",
|
|
|
"stability-flags": {
|
|
|
"hollisho/yii2-redis-pub-sub": 20,
|
|
|
- "lcobucci/jwt": 15
|
|
|
+ "lcobucci/jwt": 15,
|
|
|
+ "vlucas/phpdotenv": 20
|
|
|
},
|
|
|
"prefer-stable": false,
|
|
|
"prefer-lowest": false,
|