Skip to content

Commit

Permalink
MNT Update release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 3, 2024
1 parent 4491a72 commit 7a4953b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/recipe-cms": "5.3.x-dev",
"silverstripe/documentconverter": "3.3.x-dev",
"silverstripe/iframe": "3.2.x-dev",
"silverstripe/tagfield": "3.3.x-dev",
"silverstripe/taxonomy": "3.2.x-dev"
"silverstripe/recipe-plugin": "~2.0.1@stable",
"silverstripe/recipe-cms": "~5.3.0@rc",
"silverstripe/documentconverter": "~3.3.0@rc",
"silverstripe/iframe": "~3.2.1@stable",
"silverstripe/tagfield": "~3.3.0@rc",
"silverstripe/taxonomy": "~3.2.2@stable"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
Expand Down

0 comments on commit 7a4953b

Please sign in to comment.