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 22, 2022
1 parent 70f7275 commit 1237dae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
],
"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": "^4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3",
"cwp/starter-theme": "^2"
"cwp/starter-theme": "^3"
},
"conflict": {
"silverstripe/auditor": "<2.2.1"
Expand Down

0 comments on commit 1237dae

Please sign in to comment.