gpenverne / cloudflareBundle

A bundle for the Cloudflare API sdk
MIT License
2 stars 1 forks source link

require symfony/framework-bundle instead of symfony/symfony #8

Closed ejuhjav closed 4 years ago

ejuhjav commented 4 years ago

Hello,

I was just starting to upgrade some projects to use flex and ran into problems with this bundle requirements as the flex skeleton project conflicts with symfony/symfony requirements. The issue case is easy to reproduce with the following:

php7.2 /usr/bin/composer create-project symfony/skeleton testProject 3.4.99 php7.2 /usr/bin/composer require gpenverne/cloudflare-bundle

I'm not sure whether this change works on 2.8 but on 3.4 and 4.4 it solved my composer install/update issues. As you can see, I haven't been using github so please feel free to give some advise/instructions if there something that I can help with in this regard.

gpenverne commented 4 years ago

I updated the repo and package. Sorry for delay. It should work now :)

gpenverne commented 4 years ago

Closed in favor of #10 (thanks for the PR, by the way ;)

ejuhjav commented 4 years ago

Roger that. Thanks for the updates.