Skip to content

Add symfony3 and fix PATH enviroment variable

Compare
Choose a tag to compare
@ioleo ioleo released this 03 Apr 22:04
· 151 commits to master since this release

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)..