javiereguiluz / easybook

Book publishing as easy as it should be (built with Symfony components)
https://easycorp.io/EasyBook
Other
754 stars 81 forks source link

Rely on stable dependencies as much as possible #127

Closed adanlobato closed 10 years ago

adanlobato commented 10 years ago

It is a best practice to develop our code relying on stable releases of our dependencies.

I've made proper changes to composer.json to do that.

Tests pass.

javiereguiluz commented 10 years ago

@adanlobato thanks for your pull request!