Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

v1.0.0-beta2

Compare
Choose a tag to compare
@vincentchalamon vincentchalamon released this 14 Jun 13:54
· 18 commits to master since this release
[RFR] Fix compatibility for Symfony 3.3 about autowire (#2)

* Fix compatibility for Symfony 3.3 about autowire

* Remove tests for HHVM

* Test with latest stable version of Symfony

* Auto-configure loaders & transformers using autowiring

* Update travis configuration

* Revamp loaders & transformers using service locators, lazy services & annotation

* Fix unit tests

* Update documentation

* Fix tests for travis

* Fix from review