tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

[2.0] Change minimum php requirement to 7 #270

Open carbontwelve opened 6 years ago

carbontwelve commented 6 years ago

Support ends on February 2, 2018 for PHPUnit 5; before that happens Tapestry should migrate to begin using PHP 7 and new features that version provides.

This will be version 2 of Tapestry, with version 1 remaining maintained through to 2019, but only receiving patches to any security/serious bugs.

As part of this issue all dependencies should be upgraded to the latest version as supported by PHP 7 and any issues this raises should be fixed.

Also drop HHVM.

carbontwelve commented 6 years ago

This will also require upgrading all packages installed via composer to php7 varieties, e.g symfony components from version 3.4 to version 4.