Skip to content

v2.0.0

Choose a tag to compare

@jonathantorres jonathantorres released this 01 Apr 20:44
· 50 commits to master since this release
  • Breaking Changes
    • Support for PHP7 only.
    • Bump Symfony dependencies to 3.0.
    • Bump PHPUnit to 6.0 and Mockery to 1.0.
  • Added
    • Added Composer script descriptions to improve Composer script documentation when runtime Composer is >= 1.6.0. Done by @raphaelstolt. See #215.
    • Added Composer script descriptions for internal Composer scripts, bumps the by Construct required Composer version to ^1.6.0. Done by @raphaelstolt.