We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212534c commit 92ac266Copy full SHA for 92ac266
1 file changed
composer.json
@@ -5,12 +5,12 @@
5
"license": "BSD-3-Clause",
6
"require": {
7
"php": "^8.3",
8
- "silverstripe/recipe-plugin": "2.1.x-dev",
9
- "silverstripe/vendor-plugin": "3.0.x-dev",
10
- "silverstripe/recipe-cms": "6.0.x-dev",
11
- "silverstripe/startup-theme": "1.0.x-dev",
12
- "silverstripe/login-forms": "6.0.x-dev",
13
- "silverstripe/htmleditor-tinymce": "1.0.x-dev"
+ "silverstripe/recipe-plugin": "~2.1.0@stable",
+ "silverstripe/vendor-plugin": "~3.0.0@stable",
+ "silverstripe/recipe-cms": "~6.0.0@stable",
+ "silverstripe/startup-theme": "~1.0.0@stable",
+ "silverstripe/login-forms": "~6.0.0@stable",
+ "silverstripe/htmleditor-tinymce": "~1.0.0@stable"
14
},
15
"require-dev": {
16
"phpunit/phpunit": "^11.3"
0 commit comments