composer.lock restored

This commit is contained in:
Klimov Paul
2016-08-04 17:43:52 +03:00
parent 9d5bf60a89
commit f1af3133c9
2 changed files with 1303 additions and 2 deletions

1302
composer.lock generated Normal file
View File

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,6 @@ Yii Framework 2 Change Log
- Bug #11461: Fixed migration tool error when create migrate with comma in defaultValue (pana1990, s-o-f) - Bug #11461: Fixed migration tool error when create migrate with comma in defaultValue (pana1990, s-o-f)
- Bug #11912: Fixed PostgreSQL Schema to support negative default values for integer/float/decimal columns (nsknewbie) - Bug #11912: Fixed PostgreSQL Schema to support negative default values for integer/float/decimal columns (nsknewbie)
- Bug #11947: Fixed `gridData` initialization in `yii.gridView.js` (pavlm) - Bug #11947: Fixed `gridData` initialization in `yii.gridView.js` (pavlm)
- Enh #11979: Oracle mutex (zlakomanoff)
- Bug #11949: Fixed `ActiveField::end` generates close tag when it's `option['tag']` is null (egorio) - Bug #11949: Fixed `ActiveField::end` generates close tag when it's `option['tag']` is null (egorio)
- Enh #11275: Added possibility of unset or force replace former value in `ArrayHelper::merge()` (mdmunir, rob006) - Enh #11275: Added possibility of unset or force replace former value in `ArrayHelper::merge()` (mdmunir, rob006)
- Enh #11950: Improve BaseArrayHelper::keyExists speed (egorio) - Enh #11950: Improve BaseArrayHelper::keyExists speed (egorio)
@@ -20,7 +19,7 @@ Yii Framework 2 Change Log
- Enh #10583: Do not silence session errors in debug mode (samdark) - Enh #10583: Do not silence session errors in debug mode (samdark)
- Enh #12048: Improved message extraction command performance (samdark) - Enh #12048: Improved message extraction command performance (samdark)
- Enh #12038: Introduced `yii\base\ViewNotFoundException` which is thrown when views file doesn't exists, used it in `ViewAction` (samdark) - Enh #12038: Introduced `yii\base\ViewNotFoundException` which is thrown when views file doesn't exists, used it in `ViewAction` (samdark)
- Enh #11979: Oracle mutex (zlakomanoff) - Enh #11979: Added `yii\mutex\OracleMutex` which implements mutex "lock" mechanism via Oracle locks (zlakomanoff)
2.0.9 July 11, 2016 2.0.9 July 11, 2016