mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
Merge pull request #86 from creative-commoners/pulls/4/upgrade-cms5
DEP PHP Support in CMS5
This commit is contained in:
commit
d4df0bad4c
13
_config.php
13
_config.php
@ -1,14 +1 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
|
||||||
* Default configuration settings for the Spam Protection module.
|
|
||||||
*
|
|
||||||
* You should not put your own configuration in here rather use your
|
|
||||||
* mysite/_config.php file
|
|
||||||
*
|
|
||||||
* @package spamprotection
|
|
||||||
*/
|
|
||||||
|
|
||||||
use SilverStripe\Dev\Deprecation;
|
|
||||||
|
|
||||||
Deprecation::notification_version('3.0', 'spamprotection');
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^8.1",
|
||||||
"silverstripe/framework": "^4.10"
|
"silverstripe/framework": "^5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
"silverstripe/versioned": "^1.0",
|
"silverstripe/versioned": "^2",
|
||||||
"squizlabs/php_codesniffer": "^3.0",
|
"squizlabs/php_codesniffer": "^3",
|
||||||
"silverstripe/userforms": "^5"
|
"silverstripe/userforms": "^6"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"expose": [
|
"expose": [
|
||||||
|
Loading…
Reference in New Issue
Block a user