DEP PHP Support in CMS5

This commit is contained in:
Sabina Talipova 2022-12-13 15:55:35 +13:00
parent 2c8fc03f2f
commit d669b42cc9
2 changed files with 5 additions and 18 deletions

View File

@ -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');

View File

@ -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": [