fix
Showing
{ | { | ||
"name": "manage-backend", | "name": "wallet/php", | ||
"description": "manage backend", | "description": "Yii 2 Advanced Project Template", | ||
"keywords": [ | "keywords": ["yii2", "framework", "advanced", "project template"], | ||
"yii2", | |||
"manage-backend" | |||
], | |||
"homepage": "http://www.yiiframework.com/", | "homepage": "http://www.yiiframework.com/", | ||
"type": "project", | "type": "project", | ||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||
"support": { | |||
"issues": "https://github.com/yiisoft/yii2/issues?state=open", | |||
"forum": "http://www.yiiframework.com/forum/", | |||
"wiki": "http://www.yiiframework.com/wiki/", | |||
"irc": "irc://irc.freenode.net/yii", | |||
"source": "https://github.com/yiisoft/yii2" | |||
}, | |||
"minimum-stability": "stable", | "minimum-stability": "stable", | ||
"require": { | "require": { | ||
"php": ">=5.4.0", | "php": ">=5.6.0", | ||
"yiisoft/yii2": "~2.0.6", | "yiisoft/yii2": "~2.0.14", | ||
"yiisoft/yii2-bootstrap": "~2.0.0", | "yiisoft/yii2-bootstrap": "~2.0.0", | ||
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0", | "yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0", | ||
"e282486518/yii2-console-migration": "*", | |||
"kartik-v/yii2-widgets": "*", | |||
"kartik-v/yii2-field-range": "*", | |||
"kartik-v/yii2-date-range": "*", | |||
"kartik-v/yii2-widget-fileinput": "*", | |||
"yiisoft/yii2-redis": "~2.0.0", | "yiisoft/yii2-redis": "~2.0.0", | ||
"yiisoft/yii2-queue": "~2.0", | "yiisoft/yii2-queue": "~2.0", | ||
"linslin/yii2-curl": "*", | "linslin/yii2-curl": "*", | ||
"voku/simple_html_dom": "^4.5", | "voku/simple_html_dom": "^4.5", | ||
"yiisoft/yii2-elasticsearch": "~2.0.0", | "yiisoft/yii2-elasticsearch": "~2.0.0", | ||
"workerman/workerman": "^3.5", | |||
"aliyuncs/oss-sdk-php": "^2.3", | "aliyuncs/oss-sdk-php": "^2.3", | ||
"elasticsearch/elasticsearch": "^7.4", | "elasticsearch/elasticsearch": "^7.4", | ||
"firebase/php-jwt": "^5.2" | "firebase/php-jwt": "^5.2" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"yiisoft/yii2-debug": "~2.0.0", | "yiisoft/yii2-debug": "~2.1.0", | ||
"yiisoft/yii2-gii": "~2.0.0", | "yiisoft/yii2-gii": "~2.1.0", | ||
"yiisoft/yii2-faker": "~2.0.0", | "yiisoft/yii2-faker": "~2.0.0", | ||
"codeception/base": "^2.2.3", | "codeception/codeception": "^4.0", | ||
"codeception/verify": "~0.3.1" | "codeception/module-asserts": "^1.0", | ||
"codeception/module-yii2": "^1.0", | |||
"codeception/module-filesystem": "^1.0", | |||
"codeception/verify": "~0.5.0 || ~1.1.0", | |||
"symfony/browser-kit": ">=2.7 <=4.2.4" | |||
}, | }, | ||
"config": { | "config": { | ||
"process-timeout": 1800 | "process-timeout": 1800, | ||
"fxp-asset": { | |||
"enabled": false | |||
}, | }, | ||
"repositories": { | "allow-plugins": { | ||
"packagist": { | "yiisoft/yii2-composer": true | ||
"type": "composer", | |||
"url": "https://packagist.phpcomposer.com" | |||
} | } | ||
}, | |||
"repositories": [ | |||
{ | |||
"type": "composer", | |||
"url": "https://asset-packagist.org" | |||
} | } | ||
] | |||
} | } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment