add customer api
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"yiisoft/yii2": "2.0.6",
|
||||
"php": ">=5.6.0",
|
||||
"yiisoft/yii2": "~2.0.10",
|
||||
"yiisoft/yii2-bootstrap": "*",
|
||||
"yiisoft/yii2-swiftmailer": "*",
|
||||
"kartik-v/yii2-widgets": "^3.4",
|
||||
@@ -31,7 +31,10 @@
|
||||
"os/php-excel": "^2.1",
|
||||
"phpoffice/phpexcel": "^1.8",
|
||||
"2amigos/yii2-tinymce-widget": "~1.1",
|
||||
"iisns/yii2-assets-compress": "*"
|
||||
"iisns/yii2-assets-compress": "*",
|
||||
"yiisoft/yii2-composer": "2.0.4",
|
||||
"sizeg/yii2-jwt": "^2.0",
|
||||
"fxp/composer-asset-plugin": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
"yiisoft/yii2-codeception": "*",
|
||||
|
||||
Reference in New Issue
Block a user