Construct v1.13.0 Release Notes

Release Date: 2016-12-11 // over 7 years ago
    • Added
      • Coding standard checks are only run against a single PHP version. Done by @raphaelstolt.
      • PHP version 7.1 is added to Travis CI builds. Done by @raphaelstolt.
      • Coding standard checks based on the PHP Coding Standards Fixer are cached and validated via Travis CI. Done by @raphaelstolt and initiated by @localheinz.
      • Composer dependencies are sorted. Done by @raphaelstolt.
      • Composer dependencies are cached for Travis CI builds. Done by @raphaelstolt.
    • 🛠 Fixed
      • Aligned generated .php_cs configuration with php-cs-fixer 2.0 release. Done by @raphaelstolt.