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 Jan 16, 2023
1 parent ccf7737 commit 5e2fc8c
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 @@ -5,12 +5,12 @@
"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",
"dnadesign/silverstripe-elemental": "4.x-dev",
"silverstripe/elemental-fileblock": "2.x-dev",
"silverstripe/elemental-bannerblock": "2.x-dev"
"php": "^8.1",
"silverstripe/recipe-plugin": "^2",
"silverstripe/recipe-cms": "5.x-dev",
"dnadesign/silverstripe-elemental": "5.x-dev",
"silverstripe/elemental-fileblock": "3.x-dev",
"silverstripe/elemental-bannerblock": "3.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit 5e2fc8c

Please sign in to comment.