Compare commits

...

10 Commits

Author SHA1 Message Date
Steve Boyd 54c2b87549 Merge branch '3.0' into 3 2023-05-04 13:35:07 +12:00
Guy Sartorelli cdde773d39
Merge branch '2' into 3.0 2023-04-27 14:40:52 +12:00
Guy Sartorelli 16caad30b2
Merge branch '2.7' into 2 2023-04-26 12:48:24 +12:00
Sabina Talipova 8b98c6fa5c
Merge pull request #88 from creative-commoners/pulls/3.0/cms5-readme
DOC Update README.md for CMS 5
2023-04-21 14:44:56 +12:00
Guy Sartorelli b459172b8b
DOC Update README.md for CMS 5 2023-04-19 16:15:14 +12:00
Maxime Rainville 6f6c30bdcc
Merge pull request #87 from creative-commoners/pulls/2.7/fix-constraints
MNT Revert erroneous dependency changes
2023-03-28 17:15:30 +13:00
Guy Sartorelli f918209e35
MNT Revert erroneous dependency changes 2023-03-28 14:55:27 +13:00
Guy Sartorelli 9d5f8fce7d
MNT Update development dependencies 2023-03-10 16:36:51 +13:00
Guy Sartorelli f12698f47f
MNT Update release dependencies 2023-03-10 16:36:47 +13:00
Guy Sartorelli 6f0d1c84f2
MNT Update development dependencies 2023-03-10 12:21:31 +13:00
2 changed files with 2 additions and 11 deletions

View File

@ -9,13 +9,6 @@ This module adds an API for running environment checks to your API.
* `dev/check` - An admin-only URL that performs a more comprehensive set of checks. This could be tied to a deployment system, for example.
* `dev/check/<suite>` - Check a specific suite (admin only)
## Requirements
* Silverstripe 4.x
* PHP 7.3
For Silverstripe 3.x support, please use a `1.x` tagged release.
## Aren't these just unit tests?
Almost, but not really. Environment checks differ from unit tests in two important ways:
@ -26,11 +19,9 @@ Almost, but not really. Environment checks differ from unit tests in two importa
## Installation
```sh
$ composer require silverstripe/environmentcheck
composer require silverstripe/environmentcheck
```
You'll also need to run `/dev/build`.
### Activating Directly
Register checks in your own `_config.php` - see the `_config.php` in this module for some defaults. Don't forget to

View File

@ -38,4 +38,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}