Update composer.json version constraint

This commit is contained in:
Dan Hensby 2018-08-04 08:59:12 +02:00
parent 539b58d7aa
commit 986a2f951a
No known key found for this signature in database
GPG Key ID: 3906B235643EF10B
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"require": {
"php": ">=5.6.0",
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-cms": "4.2.1@stable",
"silverstripe/recipe-cms": "4.2.x-dev",
"silverstripe-themes/simple": "~3.2.0"
},
"require-dev": {
@ -26,4 +26,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}