willdurand / BazingaHateoasBundle

Integration of the Hateoas library into Symfony.
MIT License
294 stars 59 forks source link

[WIP] Incorporate changes from recent library additions #3

Closed daFish closed 11 years ago

daFish commented 11 years ago

This WIP PR tries to catch up with the latest service additions made by @adrienbrault

willdurand commented 11 years ago

Nice! But you need to update the composer.json file to require symfony/expression-language ~2.4@dev.

daFish commented 11 years ago

Changed the composer.json. I'm currently integrating other changes for the services so this PR must stay open a bit longer. :)

daFish commented 11 years ago

@willdurand Any suggestion regarding setting the used UrlGenerator? I'd introduce a new configuration option to specify a FQCN.

willdurand commented 11 years ago

yes, I'd do that as well

willdurand commented 11 years ago

@daFish could you squash your commits? I'd like to merge this PR as soon as possible, and then we will write new PRs for the next changes.

daFish commented 11 years ago

@willdurand Squashed.

willdurand commented 11 years ago

great, thank you!

daFish commented 11 years ago

The next PR will handle the URL generator stuff. I hope I'll come up with a good idea in the next couple of days.