Skip to content

Commit 0df3cf5

Browse files
committed
add composer
1 parent 1c8e031 commit 0df3cf5

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed
Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mops/project",
2+
"name": "zacksleo/yii2-app-advanced",
33
"description": "项目介绍",
44
"type": "project",
55
"license": "proprietary",
@@ -12,40 +12,37 @@
1212
"prefer-stable": true,
1313
"minimum-stability": "dev",
1414
"require": {
15-
"zacksleo/yii2-backend": "dev-master",
1615
"zacksleo/yii2-metronic": "^2.0",
1716
"yiisoft/yii2": "^2.0",
1817
"zacksleo/yii2-gitlab-error-behavior": "^1.0",
1918
"zacksleo/yii2-lookup": "^1.1",
20-
"vlucas/phpdotenv": "^2.4"
21-
},
22-
"require-dev": {
19+
"vlucas/phpdotenv": "^2.4",
2320
"yiisoft/yii2-debug": "^2.0",
2421
"yiisoft/yii2-gii": "^2.0",
25-
"squizlabs/php_codesniffer": "^2.8",
22+
"zacksleo/yii2-backend": "^1.0",
23+
"zacksleo/metronic": "4.7.6"
24+
},
25+
"require-dev": {
2626
"codeception/codeception": "^2.2",
27-
"codeception/specify": "*"
27+
"codeception/specify": "*",
28+
"squizlabs/php_codesniffer": "^3.2",
29+
"phpmd/phpmd": "^2.6"
2830
},
2931
"config": {
3032
"process-timeout": 1800,
3133
"vendor-dir": "vendor",
3234
"fxp-asset": {
33-
"installer-paths": {
34-
"npm-asset-library": "vendor/npm",
35-
"bower-asset-library": "vendor/bower"
36-
}
35+
"enabled": false
3736
}
3837
},
39-
"extra": {
40-
"asset-vcs-driver-options": {
41-
"github-no-api": true
42-
},
43-
"asset-pattern-skip-version": "(-build|patch)"
44-
},
4538
"repositories": {
46-
"gitlab": {
47-
"type": "vcs",
48-
"url": "metronic private vcs git path"
39+
"packagist": {
40+
"type": "composer",
41+
"url": "https://packagist.phpcomposer.com"
42+
},
43+
"asset-packagist": {
44+
"type": "composer",
45+
"url": "https://asset-packagist.org"
4946
}
5047
}
5148
}

0 commit comments

Comments
 (0)