componere 3.0.0

Composing PHP classes at runtime


Componere is able to compose classes at runtime, and monkey patch objects.

License: PHP License

Changes

- 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