bestit / flagception-bundle

Feature flags on steroids!
MIT License
210 stars 42 forks source link

Support for Symfony 4 #24

Closed hanishsingla closed 6 years ago

hanishsingla commented 6 years ago

Do you have any plans for Symfony 4. I can see few depreciation in this bundle and can contribute towards it.

migo315 commented 6 years ago

Thanks for you issue. We will release a new major version this weekend, which supports Symfony 4 (and travis will test against it)

The new release (3.x) is a complete revised version. ;-)

hanishsingla commented 6 years ago

Great Thanks .. Hope I will be able to migrate to Symfony 4 finally then :-)

migo315 commented 6 years ago

Sorry, I need another day for finish the new release. Found some bugs yesterday ;-)

migo315 commented 6 years ago

Version 3.0 is released now. My tests with Flex and Symfony 4 was successful.

Please consider that the hole project was renamed to Flagception. The package also: https://packagist.org/packages/flagception/flagception-bundle

Don't hesitate to contact me if you have questions or suggestions for improvements ;-)

migo315 commented 6 years ago

@hanishsingla Was the migration successful?

hanishsingla commented 6 years ago

@migo315 .. Yes, it is working fine as expected. Thanks for new features 👍

However we hit another obstacle. Assetic is replaced by Webpack in SF4 and our template is not webpack compatible. Checking for other options for it :(