Package Information |
Summary |
Composing PHP classes at runtime |
Maintainers |
Remi Collet (lead)
[details]
Joe Watkins (lead)
[details]
|
License |
PHP License |
Description |
Componere is able to compose classes at runtime, and monkey patch objects. |
Homepage |
https://github.com/krakjoe/componere
|
Release notes
Version 3.0.0
(stable)
|
- Fix #9 crash collecting coverage with phpdbg - Fix #10 prototype incorrectly set causing incorrect scope detection - Fix #11 Method::setFinal - Fix #12 Method names reflection - Fix #13 Assertion failure in zend_function_dtor - Fix #14 Unexpected trait behaviour - Fix #7 Inheritance tree broken by registering new classes - Fix #15 Classes not being restored on definition destruction - Fix #16 Constant AST not updated - Fix #18 unexpected behaviour when name and parent refer to same class - Definition::setConstant - Drop 7.0 support |