mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Move PHP 7.4 notes to an unreleased 3.7.4 changelog file
This commit is contained in:
parent
329fcfd700
commit
f72e80689e
@ -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.
|
||||
|
||||
<!--- Changes below this line will be automatically regenerated -->
|
||||
|
||||
## Change Log
|
||||
|
19
docs/en/04_Changelogs/3.7.4.md
Normal file
19
docs/en/04_Changelogs/3.7.4.md
Normal file
@ -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.
|
||||
|
||||
<!--- Changes below this line will be automatically regenerated -->
|
Loading…
Reference in New Issue
Block a user