Construct v2.0.0 Release Notes
Release Date: 2018-04-01 // almost 7 years ago-
Breaking Changes
- Support for PHP7 only.
- Bump Symfony dependencies to
3.0
. - Bump PHPUnit to
6.0
and Mockery to1.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.
- Added Composer script descriptions to improve Composer script documentation when runtime Composer is >=
Previous changes from v1.16.0
-
Added
- Added PHP version 7.2 to the available versions. Done by @raphaelstolt.
- 🛠
Fixed
- Removed EOL PHP versions (i.e.
5.4
and5.5
). Done by @raphaelstolt. See #211. - Added a guard to check if the project directory to be already exists. Done by @raphaelstolt. See #212.
- Generated AppVeyor configuration uses minor versions instead of ZIP archives. Done by @raphaelstolt.
- Minor improvements on GitHub template files. Done by @piotr-zuralski.
- Removed EOL PHP versions (i.e.