Skip to content

Commit

Permalink
Enh: Updated composer.json ('symfony/dom-crawler': '~2.8|~3.0' and 's…
Browse files Browse the repository at this point in the history
…ymfony/css-selector': '~2.8|~3.0').
  • Loading branch information
wbraganca committed Sep 29, 2016
1 parent 049770e commit fa1fec0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 592 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ nbproject

# composer itself is not needed
composer.phar
composer.lock

# mac deployment helpers
switch
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ yii2-dynamicform change Log

dev-master
----------
- Bug #43 #37: Fixes for "kartik-v/yii2-widget-select2" and "kartik-v/yii2-widget-depdrop".
- Enh: Updated composer.json ('symfony/dom-crawler': '~2.8|~3.0' and 'symfony/css-selector': '~2.8|~3.0').
- Bug #40: Fixed dropDownList reset after insert item.
- Enh #25: Added enhancements to better support for nested widgets.
- Enh #24: Added support for "jquery.inputmask". It only works with Yii 2.0.4 or higher.
Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@
}
],
"require": {
"yiisoft/yii2": "~2.0.0",
"symfony/dom-crawler": "~2.6.6",
"symfony/css-selector": "~2.6.6"
},
"require-dev": {
"yiisoft/yii2-codeception": "*"
"yiisoft/yii2": "~2.0.5",
"symfony/css-selector": "~2.8|~3.0",
"symfony/dom-crawler": "~2.8|~3.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit fa1fec0

Please sign in to comment.