Skip to content

Commit

Permalink
Switched to asset-packagist.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy committed Aug 26, 2017
1 parent 0c0e1e7 commit b91db2d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cache:

install:
- travis_retry composer self-update && composer --version
- travis_retry composer global require "fxp/composer-asset-plugin:^1.2.0"
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- travis_retry composer install --prefer-dist --no-interaction

Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Markdown Widget for Yii 2
=========
<p align="center">
<a href="https://github.com/yiisoft" target="_blank">
<img src="https://avatars0.githubusercontent.com/u/993323" height="100px">
</a>
<h1 align="center">Markdown Widget for Yii 2</h1>
<br>
</p>

Widget based on [simplemde-markdown-editor](https://github.com/NextStepWebs/simplemde-markdown-editor)

[![Build Status](https://travis-ci.org/yii2mod/yii2-markdown.svg?branch=master)](https://travis-ci.org/yii2mod/yii2-markdown)
Expand All @@ -17,7 +23,7 @@ php composer.phar require --prefer-dist yii2mod/yii2-markdown "*"

or add

```json
```
"yii2mod/yii2-markdown": "*"
```

Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
"yii2mod\\markdown\\": ""
}
},
"extra": {
"asset-installer-paths": {
"bower-asset-library": "vendor/bower"
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
}
]
}

0 comments on commit b91db2d

Please sign in to comment.