We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3047a commit 2d15fb2Copy full SHA for 2d15fb2
composer.json
@@ -4,11 +4,11 @@
4
"description": "The SilverStripe Framework Installer",
5
"require": {
6
"php": "^8.1",
7
- "silverstripe/recipe-plugin": "2.0.x-dev",
8
- "silverstripe/vendor-plugin": "2.0.x-dev",
9
- "silverstripe/recipe-cms": "5.2.x-dev",
10
- "silverstripe-themes/simple": "3.3.x-dev",
11
- "silverstripe/login-forms": "5.2.x-dev"
+ "silverstripe/recipe-plugin": "~2.0.0@stable",
+ "silverstripe/vendor-plugin": "~2.0.2@stable",
+ "silverstripe/recipe-cms": "~5.2.0@beta",
+ "silverstripe-themes/simple": "~3.3.1@stable",
+ "silverstripe/login-forms": "~5.2.0@beta"
12
},
13
"require-dev": {
14
"phpunit/phpunit": "^9.6"
0 commit comments