Add symfony3 and fix PATH enviroment variable
This release loosens the symfony components version constraint to ~2.2|3.0
and replaces the $_ENV
with getenv('PATH')
- previous approach depended on PHP configuration (the $_ENV
variable may be empty)..