You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2019. It is now read-only.
bug #261 Fixed the SymfonyRequirements check for the demo application (javiereguiluz)
This PR was squashed before being merged into the 1.0-dev branch (closes#261).
Discussion
----------
Fixed the SymfonyRequirements check for the demo application
The Symfony Demo was upgraded to Symfony 3 yesterday. If you install it, you get this error:

The problem is that the `isSymfony3()` method is not suitable for the demo application. We cannot improve that method to get the Symfony version via the `--version` option because at that point we are about to check the Symfony Requirements to see if the computer can run the demo application.
Commits
-------
4700ab9 Fixed the SymfonyRequirements check for the demo application
0 commit comments