Skip to content

Commit 560e003

Browse files
authored
feat(CI): use yii-bower asset instead of asset-packagist (#3546)
Signed-off-by: Alexandre Rulleau <alexandre.rulleau@datadoghq.com>
1 parent 0994638 commit 560e003

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/Frameworks/Yii/Latest/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"php": ">=5.4.0",
2323
"yiisoft/yii2": "2.0.53",
2424
"yiisoft/yii2-bootstrap": "~2.0.0",
25-
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0"
25+
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
26+
"yidas/yii2-bower-asset": "2.0.13"
2627
},
2728
"require-dev": {
2829
"yiisoft/yii2-debug": "~2.1.0",

tests/Frameworks/Yii/Version_2_0_49/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"php": ">=5.4.0",
2323
"yiisoft/yii2": "2.0.49",
2424
"yiisoft/yii2-bootstrap": "~2.0.0",
25-
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0"
25+
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
26+
"yidas/yii2-bower-asset": "2.0.13"
2627
},
2728
"require-dev": {
2829
"yiisoft/yii2-debug": "~2.1.0",

0 commit comments

Comments
 (0)