This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
Added
- Added Composer dev package "symfony/phpunit-bridge" to enable deprecation notices for tests
- Added strict typing
Changed
- Made minor improvements in Travis CI configuration
- PHP CS Fixer: Replaced rule set PHP56Migration with PHP70Migration and PHP70Migration:risky
- Set error_reporting level for tests to -1
- Updated Travis CI configuration for PHP 5.6 (end of life), PHP 7.0 (end of life), PHP 7.3 (new default) and HHVM (no longer supports PHP)
- Updated Travis CI configuration to use new Coveralls Composer package and version (2.1)
- Upgraded to PHPUnit 6.2+
Removed
- Removed support for PHP 5.6 and 7.0 (reached end of life)
Fixed
- Fixed deprecations when instantiating TreeBuilder in Configuration
- PHP CS Fixer: Applied native constant invocation and native function invocation