Skip to content

Commit b24fe88

Browse files
committed
feat(CI): use yii-bower asset instead of asset-packagist
Signed-off-by: Alexandre Rulleau <alexandre.rulleau@datadoghq.com>
1 parent 5b09e4d commit b24fe88

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

tests/Frameworks/Yii/Latest/composer.json

Lines changed: 3 additions & 8 deletions
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",
@@ -65,11 +66,5 @@
6566
"config/web.php"
6667
]
6768
}
68-
},
69-
"repositories": [
70-
{
71-
"type": "composer",
72-
"url": "https://asset-packagist.org"
73-
}
74-
]
69+
}
7570
}

tests/Frameworks/Yii/Version_2_0_49/composer.json

Lines changed: 3 additions & 8 deletions
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",
@@ -65,11 +66,5 @@
6566
"config/web.php"
6667
]
6768
}
68-
},
69-
"repositories": [
70-
{
71-
"type": "composer",
72-
"url": "https://asset-packagist.org"
73-
}
74-
]
69+
}
7570
}

0 commit comments

Comments
 (0)