Merge pull request #312 from creative-commoners/pulls/4/410

DEP 4.10 requirements
This commit is contained in:
Maxime Rainville 2021-12-03 17:36:17 +13:00 committed by GitHub
commit 345f091fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import:
env:
global:
- REQUIRE_RECIPE_TESTING="^1"
- REQUIRE_RECIPE_TESTING="^2"
- REQUIRE_FRAMEWORKTEST="^0.4.2"
# vfsstream is a dev dependency of the assets module
- REQUIRE_EXTRA="mikey179/vfsstream:^1.6"

View File

@ -5,9 +5,9 @@
"require": {
"php": "^7.3 || ^8.0",
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-cms": "4.x-dev",
"silverstripe/recipe-cms": "4.10.x-dev",
"silverstripe-themes/simple": "~3.2.0",
"silverstripe/login-forms": "4.x-dev"
"silverstripe/login-forms": "4.6.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5"