J7mbo / Aurex

Aurex is a merge between the Silex micro-framework and the awesome Auryn dependency injector.
MIT License
38 stars 2 forks source link

Aurex upgrade path #6

Closed J7mbo closed 4 years ago

J7mbo commented 9 years ago

There currently isn't an upgrade path for the project's base framework files. Symfony talks about how they do their upgrades here, so something similar needs to be employed for this project.

raphaelcazorla commented 9 years ago

I would be glad to help...don't know how but tell me :)

kabudu commented 9 years ago

Symfony endeavours to not break backward compatibility, but when they do, they give you enough advance warning by deprecating functionality and then finally removing that functionality in later versions.