Skip to content

Commit

Permalink
Use asset-packagist.org
Browse files Browse the repository at this point in the history
Use asset-packagist.org for bower assets.
  • Loading branch information
hamrak authored Mar 20, 2018
1 parent c51a851 commit 66e9fd4
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,13 @@
],
"repositories": [
{
"type": "package",
"package": {
"name": "ajaxorg/ace-builds",
"version": "1.2.8",
"source": {
"url": "https://github.com/ajaxorg/ace-builds",
"type": "git",
"reference": "tag/v1.2.8"
}
}
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"yiisoft/yii2": "^2.0.0",
"ajaxorg/ace-builds": "^1.2.8"
"bower-asset/ace-builds": "^1.3.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 66e9fd4

Please sign in to comment.