From f72e80689e80793ef3f44a1cab9b3059e5dd419d Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 19 Jul 2019 14:13:51 +0200 Subject: [PATCH] DOCS Move PHP 7.4 notes to an unreleased 3.7.4 changelog file --- docs/en/04_Changelogs/3.7.3.md | 15 --------------- docs/en/04_Changelogs/3.7.4.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 15 deletions(-) create mode 100644 docs/en/04_Changelogs/3.7.4.md diff --git a/docs/en/04_Changelogs/3.7.3.md b/docs/en/04_Changelogs/3.7.3.md index ffa8524a3..103b88c8a 100644 --- a/docs/en/04_Changelogs/3.7.3.md +++ b/docs/en/04_Changelogs/3.7.3.md @@ -1,20 +1,5 @@ # 3.7.3 -* [Minor update to support PHP 7.4](https://github.com/silverstripe/silverstripe-framework/pull/9110) - -# Running SilverStripe 3.7 on PHP 7.4 - -SilverStripe's standard test tools require `phpunit/phpunit-mock-objects` to run. This package has been deprecated and doesn't support PHP 7.4. - -SilverStripe is using a fork, `sminnee/phpunit-mock-objects`, for its own PHP 7.4 tests. - -You can use this fork for your own project by running this command: -```bash -composer require --dev sminnee/phpunit-mock-objects:^3.4.7 -``` - -This fork is not a supported module and SilverStripe does not commit to maintaining it. - ## Change Log diff --git a/docs/en/04_Changelogs/3.7.4.md b/docs/en/04_Changelogs/3.7.4.md new file mode 100644 index 000000000..8278bf9ec --- /dev/null +++ b/docs/en/04_Changelogs/3.7.4.md @@ -0,0 +1,19 @@ +# 3.7.4 (unreleased) + +* [Minor update to support PHP 7.4](https://github.com/silverstripe/silverstripe-framework/pull/9110) + +## Running SilverStripe 3.7 on PHP 7.4 + +SilverStripe's standard test tools require `phpunit/phpunit-mock-objects` to run. This package has been deprecated and +doesn't support PHP 7.4. + +SilverStripe is using a fork for its own PHP 7.3 unit tests: `sminnee/phpunit-mock-objects`. + +You can use this fork for your own project by running this command: +```bash +composer require --dev sminnee/phpunit-mock-objects:^3.4.7 +``` + +This fork is not a supported module and SilverStripe does not commit to maintaining it. + +