Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
newShopBack
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
newshop
newShopBack
Commits
08ee8048
Commit
08ee8048
authored
Nov 07, 2019
by
姚书霞
🐘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并冲突
parent
c9704bd4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
118 additions
and
536 deletions
+118
-536
.gitignore
.gitignore
+3
-1
BaseController.php
backend/controllers/v1/BaseController.php
+4
-4
ShopUserMembergrade.php
backend/models/v1/shop/user/ShopUserMembergrade.php
+2
-2
swagger.yaml
backend/web/swagger-yaml/v1/swagger.yaml
+1
-1
composer.lock
composer.lock
+108
-528
No files found.
.gitignore
View file @
08ee8048
...
@@ -38,7 +38,9 @@ phpunit.phar
...
@@ -38,7 +38,9 @@ phpunit.phar
# /frontend/web/index.php
# /frontend/web/index.php
/frontend/web/index-test.php
/frontend/web/index-test.php
/frontend/web/robots.txt
/frontend/web/robots.txt
/backend/web/swagger-yaml/v1/swagger.yaml
# /backend/web/index.php
# /backend/web/index.php
/backend/web/index-test.php
/backend/web/index-test.php
/backend/web/robots.txt
/backend/web/robots.txt
#swagger
/backend/web/swagger-yaml/v1/swagger.yaml
backend/controllers/v1/BaseController.php
View file @
08ee8048
...
@@ -52,10 +52,10 @@ class BaseController extends ActiveController
...
@@ -52,10 +52,10 @@ class BaseController extends ActiveController
// 格式化输出请求
// 格式化输出请求
$behaviors
[
'contentNegotiator'
][
'formats'
][
'text/html'
]
=
Response
::
FORMAT_JSON
;
$behaviors
[
'contentNegotiator'
][
'formats'
][
'text/html'
]
=
Response
::
FORMAT_JSON
;
// 认证
// 认证
$behaviors
[
'HttpBearerAuth'
]
=
[
//
$behaviors['HttpBearerAuth']=[
'class'
=>
HttpBearerAuth
::
className
(),
//
'class' => HttpBearerAuth::className(),
'optional'
=>
[
'login'
],
//
'optional' => ['login'],
];
//
];
// 授权
// 授权
// $behaviors['authorizationFilter']=[
// $behaviors['authorizationFilter']=[
// 'class' => authorizationFilter::className(),
// 'class' => authorizationFilter::className(),
...
...
backend/models/v1/shop/user/ShopUserMembergrade.php
View file @
08ee8048
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
namespace
app\models\v1\shop\user
;
namespace
app\models\v1\shop\user
;
use
Yii
;
use
Yii
;
use
yii\db\ActiveRecord
;
use
app\models\v1\BaseModel
;
/**
/**
* This is the model class for table "shop_user_membergrade".
* This is the model class for table "shop_user_membergrade".
...
@@ -18,7 +18,7 @@ use yii\db\ActiveRecord;
...
@@ -18,7 +18,7 @@ use yii\db\ActiveRecord;
* @property string $MONEY_POINT_SRATE 购物获得积分比率
* @property string $MONEY_POINT_SRATE 购物获得积分比率
* @property int $IS_SETRANGE 0:全店通用 1:指定商品 2.指定促销分类
* @property int $IS_SETRANGE 0:全店通用 1:指定商品 2.指定促销分类
*/
*/
class
ShopUserMembergrade
extends
ActiveRecord
class
ShopUserMembergrade
extends
BaseModel
{
{
/**
/**
* {@inheritdoc}
* {@inheritdoc}
...
...
backend/web/swagger-yaml/v1/swagger.yaml
View file @
08ee8048
{
"
openapi"
:
"
3.0.0"
,
"
info"
:{
"
title"
:
"
\u540e\u53f0\u63a5\u53e3
v1
\u7248
"
,
"
version"
:
"
v1"
},
"
servers"
:[{
"
url"
:
"
\
/yaoshuxia
\
/shopback"
,
"
description"
:
"
Api
server"
}],
"
paths"
:{
"
\
/
backend
\
/web
\
/v1
\
/shop
\
/branch
\
/branches
\
/test"
:{
"
get"
:{
"
tags"
:[
"
swagger
\u4e8b\u4f8b
"
],
"
summary"
:
"
swagger
\u4e8b\u4f8b
"
,
"
description"
:
"
swagger
\u4e8b\u4f8b
"
,
"
operationId"
:
"
returnGetParam"
,
"
parameters"
:[{
"
name"
:
"
param"
,
"
in"
:
"
query"
,
"
required"
:
true
,
"
schema"
:{
"
type"
:
"
string"
}}],
"
responses"
:{
"
200"
:{
"
description"
:
"
OK
\u3002\u4e00\u5207\u6b63\u5e38
"
},
"
201"
:{
"
description"
:
"
\u54cd\u5e94
POST
\u8bf7\u6c42\u65f6\u6210\u529f\u521b\u5efa\u4e00\u4e2a\u8d44\u6e90
"
},
"
204"
:{
"
description"
:
"
\u8be5\u8bf7\u6c42\u88ab\u6210\u529f\u5904\u7406\uff0c\u54cd\u5e94\u4e0d\u5305\u542b\u6b63\u6587\u5185\u5bb9
(
\u7c7b\u4f3c
DELETE
\u8bf7\u6c42
)"
},
"
304"
:{
"
description"
:
"
\u8d44\u6e90\u6ca1\u6709\u88ab\u4fee\u6539\u3002\u53ef\u4ee5\u4f7f\u7528\u7f13\u5b58\u7684\u7248\u672c
"
},
"
400"
:{
"
description"
:
"
\u9519\u8bef\u7684\u8bf7\u6c42\u3002\u53ef\u80fd\u901a\u8fc7\u7528\u6237\u65b9\u9762\u7684\u591a\u79cd\u539f\u56e0\u5f15\u8d77\u7684\uff0c\u4f8b\u5982\u5728\u8bf7\u6c42\u4f53\u5185\u6709\u65e0\u6548\u7684
JSON
\u6570\u636e\uff0c\u65e0\u6548\u7684\u64cd\u4f5c\u53c2\u6570\uff0c\u7b49\u7b49
"
},
"
401"
:{
"
description"
:
"
\u9a8c\u8bc1\u5931\u8d25
"
},
"
403"
:{
"
description"
:
"
\u5df2\u7ecf\u7ecf\u8fc7\u8eab\u4efd\u9a8c\u8bc1\u7684\u7528\u6237\u4e0d\u5141\u8bb8\u8bbf\u95ee\u6307\u5b9a\u7684
API
\u672b\u7aef
"
},
"
404"
:{
"
description"
:
"
\u6240\u8bf7\u6c42\u7684\u8d44\u6e90\u4e0d\u5b58\u5728\u3002
"
},
"
405"
:{
"
description"
:
"
\u4e0d\u88ab\u5141\u8bb8\u7684\u65b9\u6cd5\u3002
\u8bf7\u68c0\u67e5
Allow
header
\u5141\u8bb8\u7684
HTTP
\u65b9\u6cd5
"
},
"
415"
:{
"
description"
:
"
\u4e0d\u652f\u6301\u7684\u5a92\u4f53\u7c7b\u578b\u3002
\u6240\u8bf7\u6c42\u7684\u5185\u5bb9\u7c7b\u578b\u6216\u7248\u672c\u53f7\u662f\u65e0\u6548\u7684
"
},
"
422"
:{
"
description"
:
"
\u6570\u636e\u9a8c\u8bc1\u5931\u8d25
(
\u4f8b\u5982\uff0c\u54cd\u5e94\u4e00\u4e2a
POST
\u8bf7\u6c42
)
\u3002
\u8bf7\u68c0\u67e5\u54cd\u5e94\u4f53\u5185\u8be6\u7ec6\u7684\u9519\u8bef\u6d88\u606f
"
},
"
429"
:{
"
description"
:
"
\u8bf7\u6c42\u8fc7\u591a\u3002
\u7531\u4e8e\u9650\u901f\u8bf7\u6c42\u88ab\u62d2\u7edd
"
},
"
500"
:{
"
description"
:
"
\u5185\u90e8\u670d\u52a1\u5668\u9519\u8bef\u3002
\u8fd9\u53ef\u80fd\u662f\u7531\u4e8e\u5185\u90e8\u7a0b\u5e8f\u9519\u8bef\u5f15\u8d77\u7684
"
}},
"
security"
:[{
"
Authorization"
:[]}]}},
"
\
/backend
\
/web
\
/v1
\
/shop
\
/user
\
/shop-user-membergrades"
:{
"
get"
:{
"
tags"
:[
"
\u7528\u6237\u7ec4\u5217\u8868
"
],
"
summary"
:
"
\u7528\u6237\u7ec4\u5217\u8868\u63a5\u53e3
"
,
"
description"
:
"
\u7528\u6237\u7ec4\u5217\u8868\u63a5\u53e3
"
,
"
requestBody"
:{
"
content"
:{
"
application
\
/json"
:{
"
schema"
:{
}}}},
"
responses"
:{
"
200"
:{
"
description"
:
"
\u6210\u529f\u65f6\u8fd4\u56de
access-token"
}},
"
security"
:[{
"
Authorization"
:[]}]}},
"
\
/backend
\
/web
\
/v1
\
/user
\
/users
\
/login"
:{
"
post"
:{
"
tags"
:[
"
\u7528\u6237
&
\u5458\u5de5\u63a5\u53e3
"
],
"
summary"
:
"
\u540e\u53f0\u767b\u9646\u63a5\u53e3
"
,
"
description"
:
"
\u540e\u53f0\u767b\u9646\u63a5\u53e3
"
,
"
operationId"
:
"
backend
\\
controllers
\\
v1
\\
user
\\
UserController::actionLogin"
,
"
requestBody"
:{
"
content"
:{
"
application
\
/json"
:{
"
schema"
:{
"
properties"
:{
"
CODE"
:{
"
type"
:
"
string"
},
"
PASSWORD"
:{
"
type"
:
"
string"
}},
"
type"
:
"
object"
,
"
example"
:{
"
CODE"
:
1234567890
,
"
PASSWORD"
:
"
123"
}}}}},
"
responses"
:{
"
200"
:{
"
description"
:
"
\u6210\u529f\u65f6\u8fd4\u56de
access-token"
}}}}},
"
components"
:{
"
securitySchemes"
:{
"
Authorization"
:{
"
type"
:
"
apiKey"
,
"
name"
:
"
Authorization"
,
"
in"
:
"
header"
}}}}
{
"
openapi"
:
"
3.0.0"
,
"
info"
:{
"
title"
:
"
\u540e\u53f0\u63a5\u53e3
v1
\u7248
"
,
"
version"
:
"
v1"
},
"
servers"
:[{
"
url"
:
"
\
/yaoshuxia
\
/shopback"
,
"
description"
:
"
Api
server"
}],
"
paths"
:{
"
\
/
weiShopNew
\
/backend
\
/web
\
/v1
\
/shop
\
/branch
\
/branches
\
/test"
:{
"
get"
:{
"
tags"
:[
"
swagger
\u4e8b\u4f8b
"
],
"
summary"
:
"
swagger
\u4e8b\u4f8b
"
,
"
description"
:
"
swagger
\u4e8b\u4f8b
"
,
"
operationId"
:
"
returnGetParam"
,
"
parameters"
:[{
"
name"
:
"
param"
,
"
in"
:
"
query"
,
"
required"
:
true
,
"
schema"
:{
"
type"
:
"
string"
}}],
"
responses"
:{
"
200"
:{
"
description"
:
"
OK
\u3002\u4e00\u5207\u6b63\u5e38
"
},
"
201"
:{
"
description"
:
"
\u54cd\u5e94
POST
\u8bf7\u6c42\u65f6\u6210\u529f\u521b\u5efa\u4e00\u4e2a\u8d44\u6e90
"
},
"
204"
:{
"
description"
:
"
\u8be5\u8bf7\u6c42\u88ab\u6210\u529f\u5904\u7406\uff0c\u54cd\u5e94\u4e0d\u5305\u542b\u6b63\u6587\u5185\u5bb9
(
\u7c7b\u4f3c
DELETE
\u8bf7\u6c42
)"
},
"
304"
:{
"
description"
:
"
\u8d44\u6e90\u6ca1\u6709\u88ab\u4fee\u6539\u3002\u53ef\u4ee5\u4f7f\u7528\u7f13\u5b58\u7684\u7248\u672c
"
},
"
400"
:{
"
description"
:
"
\u9519\u8bef\u7684\u8bf7\u6c42\u3002\u53ef\u80fd\u901a\u8fc7\u7528\u6237\u65b9\u9762\u7684\u591a\u79cd\u539f\u56e0\u5f15\u8d77\u7684\uff0c\u4f8b\u5982\u5728\u8bf7\u6c42\u4f53\u5185\u6709\u65e0\u6548\u7684
JSON
\u6570\u636e\uff0c\u65e0\u6548\u7684\u64cd\u4f5c\u53c2\u6570\uff0c\u7b49\u7b49
"
},
"
401"
:{
"
description"
:
"
\u9a8c\u8bc1\u5931\u8d25
"
},
"
403"
:{
"
description"
:
"
\u5df2\u7ecf\u7ecf\u8fc7\u8eab\u4efd\u9a8c\u8bc1\u7684\u7528\u6237\u4e0d\u5141\u8bb8\u8bbf\u95ee\u6307\u5b9a\u7684
API
\u672b\u7aef
"
},
"
404"
:{
"
description"
:
"
\u6240\u8bf7\u6c42\u7684\u8d44\u6e90\u4e0d\u5b58\u5728\u3002
"
},
"
405"
:{
"
description"
:
"
\u4e0d\u88ab\u5141\u8bb8\u7684\u65b9\u6cd5\u3002
\u8bf7\u68c0\u67e5
Allow
header
\u5141\u8bb8\u7684
HTTP
\u65b9\u6cd5
"
},
"
415"
:{
"
description"
:
"
\u4e0d\u652f\u6301\u7684\u5a92\u4f53\u7c7b\u578b\u3002
\u6240\u8bf7\u6c42\u7684\u5185\u5bb9\u7c7b\u578b\u6216\u7248\u672c\u53f7\u662f\u65e0\u6548\u7684
"
},
"
422"
:{
"
description"
:
"
\u6570\u636e\u9a8c\u8bc1\u5931\u8d25
(
\u4f8b\u5982\uff0c\u54cd\u5e94\u4e00\u4e2a
POST
\u8bf7\u6c42
)
\u3002
\u8bf7\u68c0\u67e5\u54cd\u5e94\u4f53\u5185\u8be6\u7ec6\u7684\u9519\u8bef\u6d88\u606f
"
},
"
429"
:{
"
description"
:
"
\u8bf7\u6c42\u8fc7\u591a\u3002
\u7531\u4e8e\u9650\u901f\u8bf7\u6c42\u88ab\u62d2\u7edd
"
},
"
500"
:{
"
description"
:
"
\u5185\u90e8\u670d\u52a1\u5668\u9519\u8bef\u3002
\u8fd9\u53ef\u80fd\u662f\u7531\u4e8e\u5185\u90e8\u7a0b\u5e8f\u9519\u8bef\u5f15\u8d77\u7684
"
}},
"
security"
:[{
"
Authorization"
:[]}]}},
"
\
/backend
\
/web
\
/v1
\
/shop
\
/user
\
/shop-user-membergrades"
:{
"
get"
:{
"
tags"
:[
"
\u7528\u6237
&
\u5458\u5de5\u63a5\u53e3
"
],
"
summary"
:
"
\u7528\u6237\u7ec4\u5217\u8868\u63a5\u53e3
"
,
"
description"
:
"
\u7528\u6237\u7ec4\u5217\u8868\u63a5\u53e3
"
,
"
requestBody"
:{
"
content"
:{
"
application
\
/json"
:{
"
schema"
:{}}}},
"
responses"
:{
"
200"
:{
"
description"
:
"
\u6210\u529f\u65f6\u8fd4\u56de
access-token"
}},
"
security"
:[{
"
Authorization"
:[]}]},
"
post"
:{
"
tags"
:[
"
\u7528\u6237
&
\u5458\u5de5\u63a5\u53e3
"
],
"
summary"
:
"
\u6dfb\u52a0\u7528\u6237\u7ec4\u63a5\u53e3
"
,
"
description"
:
"
\u6dfb\u52a0\u7528\u6237\u7ec4\u63a5\u53e3
"
,
"
requestBody"
:{
"
content"
:{
"
application
\
/json"
:{
"
schema"
:{
"
properties"
:{
"
NAME"
:{
"
type"
:
"
string"
},
"
IS_DEFAULT"
:{
"
type"
:
"
string"
},
"
GRADE_PERCENT"
:{
"
type"
:
"
float"
},
"
IS_SETRANGE"
:{
"
type"
:
"
string"
},
"
MONEY_POINT_SRATE"
:{
"
type"
:
"
float"
}},
"
type"
:
"
object"
,
"
example"
:{
"
NAME"
:
"
\u7528\u6237\u7ec4
A"
,
"
IS_DEFAULT"
:
"
1"
,
"
GRADE_PERCENT"
:
2.22
,
"
IS_SETRANGE"
:
"
0"
,
"
MONEY_POINT_SRATE"
:
23.1
}
}}}},
"
responses"
:{
"
200"
:{
"
description"
:
"
\u6210\u529f\u65f6\u8fd4\u56de
access-token"
}},
"
security"
:[{
"
Authorization"
:[]}]}},
"
\
/backend
\
/web
\
/v1
\
/user
\
/users
\
/login"
:{
"
post"
:{
"
tags"
:[
"
\u7528\u6237
&
\u5458\u5de5\u63a5\u53e3
"
],
"
summary"
:
"
\u540e\u53f0\u767b\u9646\u63a5\u53e3
"
,
"
description"
:
"
\u540e\u53f0\u767b\u9646\u63a5\u53e3
"
,
"
operationId"
:
"
backend
\\
controllers
\\
v1
\\
user
\\
UserController::actionLogin"
,
"
requestBody"
:{
"
content"
:{
"
application
\
/json"
:{
"
schema"
:{
"
properties"
:{
"
CODE"
:{
"
type"
:
"
string"
},
"
PASSWORD"
:{
"
type"
:
"
string"
}},
"
type"
:
"
object"
,
"
example"
:{
"
CODE"
:
1234567890
,
"
PASSWORD"
:
"
123"
}}}}},
"
responses"
:{
"
200"
:{
"
description"
:
"
\u6210\u529f\u65f6\u8fd4\u56de
access-token"
}}}}},
"
components"
:{
"
securitySchemes"
:{
"
Authorization"
:{
"
type"
:
"
apiKey"
,
"
name"
:
"
Authorization"
,
"
in"
:
"
header"
}}}}
\ No newline at end of file
composer.lock
View file @
08ee8048
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
"version": "v3.4.1",
"version": "v3.4.1",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "
https://github.com/
twbs/bootstrap.git",
"url": "
git@github.com:
twbs/bootstrap.git",
"reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e"
"reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e"
},
},
"dist": {
"dist": {
...
@@ -114,13 +114,7 @@
...
@@ -114,13 +114,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
"url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
"reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
"reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"lib-pcre": "*",
"lib-pcre": "*",
...
@@ -180,13 +174,7 @@
...
@@ -180,13 +174,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"doctrine/lexer": "1.*",
"doctrine/lexer": "1.*",
...
@@ -254,13 +242,7 @@
...
@@ -254,13 +242,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea",
"reference": "e17f069ede36f7534b95adec71910ed1b49c74ea",
"reference": "e17f069ede36f7534b95adec71910ed1b49c74ea",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.2"
"php": "^7.2"
...
@@ -322,13 +304,7 @@
...
@@ -322,13 +304,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
"reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
"reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"doctrine/lexer": "^1.0.1",
"doctrine/lexer": "^1.0.1",
...
@@ -376,23 +352,17 @@
...
@@ -376,23 +352,17 @@
},
},
{
{
"name": "ezyang/htmlpurifier",
"name": "ezyang/htmlpurifier",
"version": "v4.1
1
.0",
"version": "v4.1
2
.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "
83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7
"
"reference": "
a617e55bc62a87eec73bd456d146d134ad716f03
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
"reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
"reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.2"
"php": ">=5.2"
...
@@ -425,7 +395,7 @@
...
@@ -425,7 +395,7 @@
"keywords": [
"keywords": [
"html"
"html"
],
],
"time": "2019-
07-14T18:58:38
+00:00"
"time": "2019-
10-28T03:44:26
+00:00"
},
},
{
{
"name": "swiftmailer/swiftmailer",
"name": "swiftmailer/swiftmailer",
...
@@ -439,13 +409,7 @@
...
@@ -439,13 +409,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
"reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
"reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"egulias/email-validator": "~2.0",
"egulias/email-validator": "~2.0",
...
@@ -497,23 +461,17 @@
...
@@ -497,23 +461,17 @@
},
},
{
{
"name": "symfony/finder",
"name": "symfony/finder",
"version": "v4.3.
5
",
"version": "v4.3.
6
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/finder.git",
"url": "https://github.com/symfony/finder.git",
"reference": "
5e575faa95548d0586f6bedaeabec259714e44d1
"
"reference": "
72a068f77e317ae77c0a0495236ad292cfb5ce6f
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/5e575faa95548d0586f6bedaeabec259714e44d1",
"url": "https://api.github.com/repos/symfony/finder/zipball/72a068f77e317ae77c0a0495236ad292cfb5ce6f",
"reference": "5e575faa95548d0586f6bedaeabec259714e44d1",
"reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1.3"
"php": "^7.1.3"
...
@@ -548,7 +506,7 @@
...
@@ -548,7 +506,7 @@
],
],
"description": "Symfony Finder Component",
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-
09-16T11:29:48
+00:00"
"time": "2019-
10-30T12:53:54
+00:00"
},
},
{
{
"name": "symfony/polyfill-ctype",
"name": "symfony/polyfill-ctype",
...
@@ -562,13 +520,7 @@
...
@@ -562,13 +520,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3"
...
@@ -626,13 +578,7 @@
...
@@ -626,13 +578,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
"reference": "685968b11e61a347c18bf25db32effa478be610f",
"reference": "685968b11e61a347c18bf25db32effa478be610f",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3"
...
@@ -691,13 +637,7 @@
...
@@ -691,13 +637,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
"reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
"reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.3",
"php": ">=5.3.3",
...
@@ -759,13 +699,7 @@
...
@@ -759,13 +699,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3"
...
@@ -824,13 +758,7 @@
...
@@ -824,13 +758,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
"reference": "04ce3335667451138df4307d6a9b61565560199e",
"reference": "04ce3335667451138df4307d6a9b61565560199e",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3"
...
@@ -875,23 +803,17 @@
...
@@ -875,23 +803,17 @@
},
},
{
{
"name": "symfony/yaml",
"name": "symfony/yaml",
"version": "v4.3.
5
",
"version": "v4.3.
6
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"url": "https://github.com/symfony/yaml.git",
"reference": "
41e16350a2a1c7383c4735aa2f9fce74cf3d1178
"
"reference": "
324cf4b19c345465fad14f3602050519e09e361d
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/41e16350a2a1c7383c4735aa2f9fce74cf3d1178",
"url": "https://api.github.com/repos/symfony/yaml/zipball/324cf4b19c345465fad14f3602050519e09e361d",
"reference": "41e16350a2a1c7383c4735aa2f9fce74cf3d1178",
"reference": "324cf4b19c345465fad14f3602050519e09e361d",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1.3",
"php": "^7.1.3",
...
@@ -936,7 +858,7 @@
...
@@ -936,7 +858,7 @@
],
],
"description": "Symfony Yaml Component",
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-
09-11T15:41:1
9+00:00"
"time": "2019-
10-30T12:58:4
9+00:00"
},
},
{
{
"name": "yiisoft/yii2",
"name": "yiisoft/yii2",
...
@@ -950,13 +872,7 @@
...
@@ -950,13 +872,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/f972275551172a4b2e293979d77aa0c795ae36a2",
"url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/f972275551172a4b2e293979d77aa0c795ae36a2",
"reference": "f972275551172a4b2e293979d77aa0c795ae36a2",
"reference": "f972275551172a4b2e293979d77aa0c795ae36a2",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"bower-asset/inputmask": "~3.2.2 | ~3.3.5",
"bower-asset/inputmask": "~3.2.2 | ~3.3.5",
...
@@ -1056,13 +972,7 @@
...
@@ -1056,13 +972,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/073c9ab0a4eb71f2485d84c96a1967130300d8fc",
"url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/073c9ab0a4eb71f2485d84c96a1967130300d8fc",
"reference": "073c9ab0a4eb71f2485d84c96a1967130300d8fc",
"reference": "073c9ab0a4eb71f2485d84c96a1967130300d8fc",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"bower-asset/bootstrap": "3.4.* | 3.3.* | 3.2.* | 3.1.*",
"bower-asset/bootstrap": "3.4.* | 3.3.* | 3.2.* | 3.1.*",
...
@@ -1125,13 +1035,7 @@
...
@@ -1125,13 +1035,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/5c7ca9836cf80b34db265332a7f2f8438eb469b9",
"url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/5c7ca9836cf80b34db265332a7f2f8438eb469b9",
"reference": "5c7ca9836cf80b34db265332a7f2f8438eb469b9",
"reference": "5c7ca9836cf80b34db265332a7f2f8438eb469b9",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"composer-plugin-api": "^1.0"
"composer-plugin-api": "^1.0"
...
@@ -1176,23 +1080,17 @@
...
@@ -1176,23 +1080,17 @@
},
},
{
{
"name": "yiisoft/yii2-redis",
"name": "yiisoft/yii2-redis",
"version": "2.0.1
0
",
"version": "2.0.1
1
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/yiisoft/yii2-redis.git",
"url": "https://github.com/yiisoft/yii2-redis.git",
"reference": "
dc3dccafd27fbf921d7ecf098c722270c8453c95
"
"reference": "
92f2926296996c78f2441fc81e357a6e3b349e5e
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-redis/zipball/dc3dccafd27fbf921d7ecf098c722270c8453c95",
"url": "https://api.github.com/repos/yiisoft/yii2-redis/zipball/92f2926296996c78f2441fc81e357a6e3b349e5e",
"reference": "dc3dccafd27fbf921d7ecf098c722270c8453c95",
"reference": "92f2926296996c78f2441fc81e357a6e3b349e5e",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"yiisoft/yii2": "~2.0.14"
"yiisoft/yii2": "~2.0.14"
...
@@ -1230,7 +1128,7 @@
...
@@ -1230,7 +1128,7 @@
"session",
"session",
"yii2"
"yii2"
],
],
"time": "2019-1
0-22T10:40:05
+00:00"
"time": "2019-1
1-05T14:58:47
+00:00"
},
},
{
{
"name": "yiisoft/yii2-swiftmailer",
"name": "yiisoft/yii2-swiftmailer",
...
@@ -1244,13 +1142,7 @@
...
@@ -1244,13 +1142,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/09659a55959f9e64b8178d842b64a9ffae42b994",
"url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/09659a55959f9e64b8178d842b64a9ffae42b994",
"reference": "09659a55959f9e64b8178d842b64a9ffae42b994",
"reference": "09659a55959f9e64b8178d842b64a9ffae42b994",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"swiftmailer/swiftmailer": "~6.0",
"swiftmailer/swiftmailer": "~6.0",
...
@@ -1300,13 +1192,7 @@
...
@@ -1300,13 +1192,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/f10ab7f81d89dba97653a980cc90cf4b7b73f543",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/f10ab7f81d89dba97653a980cc90cf4b7b73f543",
"reference": "f10ab7f81d89dba97653a980cc90cf4b7b73f543",
"reference": "f10ab7f81d89dba97653a980cc90cf4b7b73f543",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"doctrine/annotations": "*",
"doctrine/annotations": "*",
...
@@ -1371,13 +1257,7 @@
...
@@ -1371,13 +1257,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/ab0a02ea14893860bca00f225f5621d351a3ad07",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/ab0a02ea14893860bca00f225f5621d351a3ad07",
"reference": "ab0a02ea14893860bca00f225f5621d351a3ad07",
"reference": "ab0a02ea14893860bca00f225f5621d351a3ad07",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.1"
"php": ">=5.3.1"
...
@@ -1436,13 +1316,7 @@
...
@@ -1436,13 +1316,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/Codeception/base/zipball/aace5bab5593c93d8473b620f70754135a1eb4f0",
"url": "https://api.github.com/repos/Codeception/base/zipball/aace5bab5593c93d8473b620f70754135a1eb4f0",
"reference": "aace5bab5593c93d8473b620f70754135a1eb4f0",
"reference": "aace5bab5593c93d8473b620f70754135a1eb4f0",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"behat/gherkin": "^4.4.0",
"behat/gherkin": "^4.4.0",
...
@@ -1532,13 +1406,7 @@
...
@@ -1532,13 +1406,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/93f59e028826464eac086052fa226e58967f6907",
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/93f59e028826464eac086052fa226e58967f6907",
"reference": "93f59e028826464eac086052fa226e58967f6907",
"reference": "93f59e028826464eac086052fa226e58967f6907",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
...
@@ -1584,13 +1452,7 @@
...
@@ -1584,13 +1452,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Stub/zipball/853657f988942f7afb69becf3fd0059f192c705a",
"url": "https://api.github.com/repos/Codeception/Stub/zipball/853657f988942f7afb69becf3fd0059f192c705a",
"reference": "853657f988942f7afb69becf3fd0059f192c705a",
"reference": "853657f988942f7afb69becf3fd0059f192c705a",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3"
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3"
...
@@ -1620,13 +1482,7 @@
...
@@ -1620,13 +1482,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Verify/zipball/fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3",
"url": "https://api.github.com/repos/Codeception/Verify/zipball/fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3",
"reference": "fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3",
"reference": "fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.4",
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.4",
...
@@ -1667,13 +1523,7 @@
...
@@ -1667,13 +1523,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
"reference": "a2c590166b2133a4633738648b6b064edae0814a",
"reference": "a2c590166b2133a4633738648b6b064edae0814a",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1"
"php": "^7.1"
...
@@ -1729,13 +1579,7 @@
...
@@ -1729,13 +1579,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^5.3.3 || ^7.0"
"php": "^5.3.3 || ^7.0"
...
@@ -1785,13 +1629,7 @@
...
@@ -1785,13 +1629,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.4.0",
"php": ">=5.4.0",
...
@@ -1862,13 +1700,7 @@
...
@@ -1862,13 +1700,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1"
"php": "^7.1"
...
@@ -1916,13 +1748,7 @@
...
@@ -1916,13 +1748,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/opis/closure/zipball/e79f851749c3caa836d7ccc01ede5828feb762c7",
"url": "https://api.github.com/repos/opis/closure/zipball/e79f851749c3caa836d7ccc01ede5828feb762c7",
"reference": "e79f851749c3caa836d7ccc01ede5828feb762c7",
"reference": "e79f851749c3caa836d7ccc01ede5828feb762c7",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^5.4 || ^7.0"
"php": "^5.4 || ^7.0"
...
@@ -1983,13 +1809,7 @@
...
@@ -1983,13 +1809,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"ext-dom": "*",
"ext-dom": "*",
...
@@ -2044,13 +1864,7 @@
...
@@ -2044,13 +1864,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^5.6 || ^7.0"
"php": "^5.6 || ^7.0"
...
@@ -2097,13 +1911,7 @@
...
@@ -2097,13 +1911,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=7.1"
"php": ">=7.1"
...
@@ -2155,13 +1963,7 @@
...
@@ -2155,13 +1963,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.0",
"php": "^7.0",
...
@@ -2212,13 +2014,7 @@
...
@@ -2212,13 +2014,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1",
"php": "^7.1",
...
@@ -2265,13 +2061,7 @@
...
@@ -2265,13 +2061,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
"reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
"reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"type": "library",
"type": "library",
"extra": {
"extra": {
...
@@ -2309,13 +2099,7 @@
...
@@ -2309,13 +2099,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"doctrine/instantiator": "^1.0.2",
"doctrine/instantiator": "^1.0.2",
...
@@ -2378,13 +2162,7 @@
...
@@ -2378,13 +2162,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
"reference": "c89677919c5dd6d3b3852f230a663118762218ac",
"reference": "c89677919c5dd6d3b3852f230a663118762218ac",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"ext-dom": "*",
"ext-dom": "*",
...
@@ -2447,13 +2225,7 @@
...
@@ -2447,13 +2225,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3"
...
@@ -2500,13 +2272,7 @@
...
@@ -2500,13 +2272,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3"
...
@@ -2547,13 +2313,7 @@
...
@@ -2547,13 +2313,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^5.3.3 || ^7.0"
"php": "^5.3.3 || ^7.0"
...
@@ -2602,13 +2362,7 @@
...
@@ -2602,13 +2362,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
"reference": "791198a2c6254db10131eecfe8c06670700904db",
"reference": "791198a2c6254db10131eecfe8c06670700904db",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"ext-tokenizer": "*",
"ext-tokenizer": "*",
...
@@ -2657,13 +2411,7 @@
...
@@ -2657,13 +2411,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7",
"reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7",
"reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"ext-dom": "*",
"ext-dom": "*",
...
@@ -2747,13 +2495,7 @@
...
@@ -2747,13 +2495,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
"reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
"reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"doctrine/instantiator": "^1.0.5",
"doctrine/instantiator": "^1.0.5",
...
@@ -2813,13 +2555,7 @@
...
@@ -2813,13 +2555,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0"
...
@@ -2868,13 +2604,7 @@
...
@@ -2868,13 +2604,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0"
...
@@ -2924,13 +2654,7 @@
...
@@ -2924,13 +2654,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.6"
"php": ">=5.6"
...
@@ -2970,13 +2694,7 @@
...
@@ -2970,13 +2694,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^5.6 || ^7.0"
"php": "^5.6 || ^7.0"
...
@@ -3021,13 +2739,7 @@
...
@@ -3021,13 +2739,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.0",
"php": "^7.0",
...
@@ -3091,13 +2803,7 @@
...
@@ -3091,13 +2803,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.0"
"php": "^7.0"
...
@@ -3149,13 +2855,7 @@
...
@@ -3149,13 +2855,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.0"
"php": "^7.0"
...
@@ -3205,13 +2905,7 @@
...
@@ -3205,13 +2905,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.0",
"php": "^7.0",
...
@@ -3278,13 +2972,7 @@
...
@@ -3278,13 +2972,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.0"
"php": "^7.0"
...
@@ -3335,13 +3023,7 @@
...
@@ -3335,13 +3023,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.0",
"php": "^7.0",
...
@@ -3388,13 +3070,7 @@
...
@@ -3388,13 +3070,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.0"
"php": "^7.0"
...
@@ -3439,13 +3115,7 @@
...
@@ -3439,13 +3115,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.0"
"php": "^7.0"
...
@@ -3498,13 +3168,7 @@
...
@@ -3498,13 +3168,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.6.0"
"php": ">=5.6.0"
...
@@ -3546,13 +3210,7 @@
...
@@ -3546,13 +3210,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.6"
"php": ">=5.6"
...
@@ -3595,13 +3253,7 @@
...
@@ -3595,13 +3253,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/61d85c5af2fc058014c7c89504c3944e73a086f0",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/61d85c5af2fc058014c7c89504c3944e73a086f0",
"reference": "61d85c5af2fc058014c7c89504c3944e73a086f0",
"reference": "61d85c5af2fc058014c7c89504c3944e73a086f0",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1.3",
"php": "^7.1.3",
...
@@ -3648,23 +3300,17 @@
...
@@ -3648,23 +3300,17 @@
},
},
{
{
"name": "symfony/console",
"name": "symfony/console",
"version": "v4.3.
5
",
"version": "v4.3.
6
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/console.git",
"url": "https://github.com/symfony/console.git",
"reference": "
929ddf360d401b958f611d44e726094ab46a7369
"
"reference": "
136c4bd62ea871d00843d1bc0316de4c4a84bb78
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/929ddf360d401b958f611d44e726094ab46a7369",
"url": "https://api.github.com/repos/symfony/console/zipball/136c4bd62ea871d00843d1bc0316de4c4a84bb78",
"reference": "929ddf360d401b958f611d44e726094ab46a7369",
"reference": "136c4bd62ea871d00843d1bc0316de4c4a84bb78",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1.3",
"php": "^7.1.3",
...
@@ -3725,11 +3371,11 @@
...
@@ -3725,11 +3371,11 @@
],
],
"description": "Symfony Console Component",
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-10-
07T12:36
:49+00:00"
"time": "2019-10-
30T12:58
:49+00:00"
},
},
{
{
"name": "symfony/css-selector",
"name": "symfony/css-selector",
"version": "v4.3.
5
",
"version": "v4.3.
6
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"url": "https://github.com/symfony/css-selector.git",
...
@@ -3739,13 +3385,7 @@
...
@@ -3739,13 +3385,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f4b3ff6a549d9ed28b2b0ecd1781bf67cf220ee9",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f4b3ff6a549d9ed28b2b0ecd1781bf67cf220ee9",
"reference": "f4b3ff6a549d9ed28b2b0ecd1781bf67cf220ee9",
"reference": "f4b3ff6a549d9ed28b2b0ecd1781bf67cf220ee9",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1.3"
"php": "^7.1.3"
...
@@ -3788,23 +3428,17 @@
...
@@ -3788,23 +3428,17 @@
},
},
{
{
"name": "symfony/dom-crawler",
"name": "symfony/dom-crawler",
"version": "v4.3.
5
",
"version": "v4.3.
6
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "
e9f7b4d19d69b133bd638eeddcdc757723b4211f
"
"reference": "
4b9efd5708c3a38593e19b6a33e40867f4f89d72
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/e9f7b4d19d69b133bd638eeddcdc757723b4211f",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b9efd5708c3a38593e19b6a33e40867f4f89d72",
"reference": "e9f7b4d19d69b133bd638eeddcdc757723b4211f",
"reference": "4b9efd5708c3a38593e19b6a33e40867f4f89d72",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1.3",
"php": "^7.1.3",
...
@@ -3851,11 +3485,11 @@
...
@@ -3851,11 +3485,11 @@
],
],
"description": "Symfony DomCrawler Component",
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-
09-28T21:25:05
+00:00"
"time": "2019-
10-28T17:07:32
+00:00"
},
},
{
{
"name": "symfony/event-dispatcher",
"name": "symfony/event-dispatcher",
"version": "v4.3.
5
",
"version": "v4.3.
6
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"url": "https://github.com/symfony/event-dispatcher.git",
...
@@ -3865,13 +3499,7 @@
...
@@ -3865,13 +3499,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6229f58993e5a157f6096fc7145c0717d0be8807",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6229f58993e5a157f6096fc7145c0717d0be8807",
"reference": "6229f58993e5a157f6096fc7145c0717d0be8807",
"reference": "6229f58993e5a157f6096fc7145c0717d0be8807",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1.3",
"php": "^7.1.3",
...
@@ -3941,13 +3569,7 @@
...
@@ -3941,13 +3569,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1.3"
"php": "^7.1.3"
...
@@ -4005,13 +3627,7 @@
...
@@ -4005,13 +3627,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
"reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
"reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3"
...
@@ -4069,13 +3685,7 @@
...
@@ -4069,13 +3685,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffcde9615dc5bb4825b9f6aed07716f1f57faae0",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffcde9615dc5bb4825b9f6aed07716f1f57faae0",
"reference": "ffcde9615dc5bb4825b9f6aed07716f1f57faae0",
"reference": "ffcde9615dc5bb4825b9f6aed07716f1f57faae0",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^7.1.3",
"php": "^7.1.3",
...
@@ -4133,13 +3743,7 @@
...
@@ -4133,13 +3743,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"ext-dom": "*",
"ext-dom": "*",
...
@@ -4179,13 +3783,7 @@
...
@@ -4179,13 +3783,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"php": "^5.3.3 || ^7.0",
"php": "^5.3.3 || ^7.0",
...
@@ -4225,23 +3823,17 @@
...
@@ -4225,23 +3823,17 @@
},
},
{
{
"name": "yiisoft/yii2-debug",
"name": "yiisoft/yii2-debug",
"version": "2.1.1
0
",
"version": "2.1.1
1
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/yiisoft/yii2-debug.git",
"url": "https://github.com/yiisoft/yii2-debug.git",
"reference": "
4f1a9f0fe8c565203b9243613b0a81a46dde27e7
"
"reference": "
72e7c6c454028366f14ccef5a93d6c18fc9dcd63
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/4f1a9f0fe8c565203b9243613b0a81a46dde27e7",
"url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/72e7c6c454028366f14ccef5a93d6c18fc9dcd63",
"reference": "4f1a9f0fe8c565203b9243613b0a81a46dde27e7",
"reference": "72e7c6c454028366f14ccef5a93d6c18fc9dcd63",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"ext-mbstring": "*",
"ext-mbstring": "*",
...
@@ -4285,7 +3877,7 @@
...
@@ -4285,7 +3877,7 @@
"debugger",
"debugger",
"yii2"
"yii2"
],
],
"time": "2019-1
0-22T10:36:02
+00:00"
"time": "2019-1
1-05T13:56:49
+00:00"
},
},
{
{
"name": "yiisoft/yii2-faker",
"name": "yiisoft/yii2-faker",
...
@@ -4299,13 +3891,7 @@
...
@@ -4299,13 +3891,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/3df62b1dcb272a8413f9c6e532c9d73f325ccde1",
"url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/3df62b1dcb272a8413f9c6e532c9d73f325ccde1",
"reference": "3df62b1dcb272a8413f9c6e532c9d73f325ccde1",
"reference": "3df62b1dcb272a8413f9c6e532c9d73f325ccde1",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"fzaninotto/faker": "~1.4",
"fzaninotto/faker": "~1.4",
...
@@ -4352,13 +3938,7 @@
...
@@ -4352,13 +3938,7 @@
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/cf3e81953a9e9796eed4021f3065bc5c18ee3356",
"url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/cf3e81953a9e9796eed4021f3065bc5c18ee3356",
"reference": "cf3e81953a9e9796eed4021f3065bc5c18ee3356",
"reference": "cf3e81953a9e9796eed4021f3065bc5c18ee3356",
"shasum": "",
"shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
},
"require": {
"require": {
"phpspec/php-diff": "^1.1.0",
"phpspec/php-diff": "^1.1.0",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment