Skip to content

Commit

Permalink
DEP PHP Support in CMS5 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Jan 17, 2023
1 parent 4a0824e commit 0e416b0
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 @@ -8,12 +8,12 @@
"cwp"
],
"require": {
"php": "^7.3 || ^8.0",
"silverstripe/framework": "^4.11",
"silverstripe/admin": "^1.10",
"silverstripe/hybridsessions": "^2",
"silverstripe/environmentcheck": "^2",
"silverstripe/auditor": "^2.2.1"
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/admin": "^2",
"silverstripe/hybridsessions": "^3",
"silverstripe/environmentcheck": "^3",
"silverstripe/auditor": "^3"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 0e416b0

Please sign in to comment.