CHANGELOG.md 663 Bytes
Newer Older
1 2 3
Yii Framework 2 composer extension Change Log
=============================================

Qiang Xue committed
4 5 6
2.0.0-rc under development
--------------------------

7
- Bug #3438: Fixed support for non-lowercase package names (cebe)
8
- Chg: Added `yii\composer\Installer::postCreateProject()` and modified the syntax of calling installer methods in composer.json (qiangxue)
Qiang Xue committed
9

10 11
2.0.0-beta April 13, 2014
-------------------------
12 13

- Bug #1480: Fixed issue with creating extensions.php when php opcache is enabled (cebe)
14
- Enh: Added support for installing packages conforming to PSR-4 standard (qiangxue)
15

Carsten Brandt committed
16
2.0.0-alpha, December 1, 2013
17 18 19
-----------------------------

- Initial release.