Skip to content

Commit

Permalink
DEP PHP Support in CMS5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabina Talipova committed Dec 19, 2022
1 parent 0bc9677 commit 61ac428
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"homepage": "https://www.silverstripe.org",
"license": "BSD-3-Clause",
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1",
"silverstripe/recipe-cms": "4.x-dev",
"silverstripe/documentconverter": "2.x-dev",
"silverstripe/iframe": "2.x-dev",
"silverstripe/spellcheck": "2.x-dev",
"silverstripe/tagfield": "2.x-dev",
"silverstripe/taxonomy": "2.x-dev"
"php": "^8.1",
"silverstripe/recipe-plugin": "^2",
"silverstripe/recipe-cms": "5.x-dev",
"silverstripe/documentconverter": "3.x-dev",
"silverstripe/iframe": "3.x-dev",
"silverstripe/spellcheck": "3.x-dev",
"silverstripe/tagfield": "3.x-dev",
"silverstripe/taxonomy": "3.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit 61ac428

Please sign in to comment.