Merge pull request #345 from creative-commoners/pulls/4.12/stabilise

DEP Stabilise requirements
This commit is contained in:
Guy Sartorelli 2022-12-21 12:25:34 +13:00 committed by GitHub
commit 4886a740ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-cms": "4.12.x-dev",
"silverstripe/recipe-cms": "~4.12.0@stable",
"silverstripe-themes/simple": "~3.2.0",
"silverstripe/login-forms": "4.8.x-dev"
"silverstripe/login-forms": "~4.8.0@stable"
},
"require-dev": {
"phpunit/phpunit": "^9.5"