Skip to content

Commit

Permalink
Merge pull request #19 from snickom/patch-1
Browse files Browse the repository at this point in the history
Use asset-packagist.org
  • Loading branch information
Eugene Terentev authored Mar 20, 2018
2 parents c51a851 + 66e9fd4 commit f40618a
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 f40618a

Please sign in to comment.