-
Notifications
You must be signed in to change notification settings - Fork 61
upgrade to Symfony 4 #132
base: master
Are you sure you want to change the base?
upgrade to Symfony 4 #132
Conversation
a3136bd
to
f7803d6
Compare
I don't know how to fix the error in Travis |
@alcalyn Remove hhvm and add php7.2 to match Silex's test configuration (https://github.com/silexphp/Silex/blob/master/.travis.yml) |
I agree, removed hhvm and added php 7.2. |
@alcalyn It seems that it now fails because of some new deprecations in symfony 4.1 (just released). |
Removing HHVM is a good idea. I've dropped support in all my projects. |
Ok, good. Errors in unit tests are related to all vendors (HTTPKernel, Twig...) that still use
|
@alcalyn Indeed, and I submitted a PR to symfony to fix them (symfony/symfony#27458) |
Nice @GregOriol, I tried your fix and it makes tests green, so this PR is waiting for symfony/symfony#27458 |
By the way, why not update "symfony/phpunit-bridge" to ^4.0 too? and maybe try to remove the conflict declaration from composer.json? |
03b6e24
to
73d3f0d
Compare
(based on silexphp#132)
73d3f0d
to
731db5a
Compare
Yep, done |
@alcalyn Now that symfony 4.1.1 has been released, could you re-check this? |
731db5a
to
d754870
Compare
b19ce1b
to
25c0433
Compare
Hello, I allow phpunit 6 to be installed to make simple-phpunit tests green. It's ok for me |
+1 for merge. This is last package which is stopping us from using symfony 4 components. |
+1 for merge and release so we can reach the promised land :-) |
See issue #131
It allows to use web profiler with Symfony 4.
It introduce breaking changes while upgrading to sf4, so I couldn't keep retro-compatibility to SF < 4 for this new version.