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 9, 2022
1 parent 70f7275 commit 5e645f7
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 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "^7.3 || ^8.0",
"silverstripe/framework": "^4.10",
"cwp/cwp-core": "^2",
"silverstripe/cms": "^4",
"silverstripe/taxonomy": "^2",
"symbiote/silverstripe-gridfieldextensions": "^3.2"
"php": "^8.1",
"silverstripe/framework": "^5",
"cwp/cwp-core": "^3",
"silverstripe/cms": "^5",
"silverstripe/taxonomy": "^3",
"symbiote/silverstripe-gridfieldextensions": "^3.5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 5e645f7

Please sign in to comment.