Skip to content

Commit

Permalink
use bower instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydspaniard committed Sep 21, 2016
1 parent 1fe7f53 commit 11deb53
Show file tree
Hide file tree
Showing 591 changed files with 254 additions and 29,393 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

install:
- composer self-update
- composer global require "fxp/composer-asset-plugin:~1.1.1"
- composer global require "fxp/composer-asset-plugin:~1.2"
- composer install

before_script:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"source": "https://github.com/2amigos/yii2-ckeditor-widget"
},
"require": {
"yiisoft/yii2": "~2.0.0"
"yiisoft/yii2": "^2.0",
"ckeditor/ckeditor": "^4.5"
},
"require-dev": {
"phpunit/phpunit": "4.*"
Expand Down
Loading

0 comments on commit 11deb53

Please sign in to comment.