Skip to content

Commit

Permalink
Modify dependencies: minimum-stability is set to dev, add .scrutinize…
Browse files Browse the repository at this point in the history
…r file, prefer-stable is true
  • Loading branch information
itstructure committed May 11, 2018
1 parent b7f7ffd commit 3a55689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions changelog.md
@@ -1,7 +1,9 @@
### CHANGE LOG:

**1.2.0 May 11, 2018:**
- Modify dependencies: minimum-stability is set to dev, added prefer-stable with true.
**1.2.0 May 12, 2018:**
- Modify dependencies: minimum-stability is set to dev.
- Set prefer-stable is true
- Add .scrutinizer file.

**1.1.0 February 13, 2018:**
- Depricate className() function. Use WidgetClass::class.
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -4,8 +4,8 @@
"type": "yii2-extension",
"keywords": ["yii2", "yii 2", "field", "widget", "multilanguage"],
"require": {
"yiisoft/yii2": "~2.0.5",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2": "2.*",
"yiisoft/yii2-bootstrap": "^2.0",
"itstructure/yii2-ckeditor": "^1.1.0"
},
"license": "MIT",
Expand All @@ -16,6 +16,7 @@
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Itstructure\\FieldWidgets\\": "src/"
Expand Down

0 comments on commit 3a55689

Please sign in to comment.