Merge pull request #143 from maxxer/fix-composer
Add conflict configuration to composer.json
This commit is contained in:
@ -7,6 +7,8 @@
|
|||||||
- Bug #125: Fix validation in non-ajax requests (faenir)
|
- Bug #125: Fix validation in non-ajax requests (faenir)
|
||||||
- Bug #122: Fix wrong email message for email address change (liviuk2)
|
- Bug #122: Fix wrong email message for email address change (liviuk2)
|
||||||
- Bug #102: Implemented password expiration feature (maxxer)
|
- Bug #102: Implemented password expiration feature (maxxer)
|
||||||
|
- Enh #143: Introduced "conflict" configuration in composer.json (maxxer)
|
||||||
|
- Enh #145: Allowed the `+` sign in username (maxxer)
|
||||||
- Bug #9: Documentation about migration from Dektrium tools (maxxer)
|
- Bug #9: Documentation about migration from Dektrium tools (maxxer)
|
||||||
|
|
||||||
## 1.1.1 - November 27, 2017
|
## 1.1.1 - November 27, 2017
|
||||||
|
|||||||
@ -89,6 +89,10 @@
|
|||||||
"pattern-skip-version": "(-build|-patch)"
|
"pattern-skip-version": "(-build|-patch)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"conflict": {
|
||||||
|
"dektrium/yii2-rbac": "*",
|
||||||
|
"dektrium/yii2-user": "*"
|
||||||
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"bootstrap": "Da\\User\\Bootstrap"
|
"bootstrap": "Da\\User\\Bootstrap"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user