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 13, 2022
1 parent 4e265e4 commit 9ed9fe1
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 @@ -15,15 +15,15 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"silverstripe/cms": "^4",
"silverstripe/reports": "^4"
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/cms": "^5",
"silverstripe/reports": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0",
"silverstripe/subsites": "^2"
"squizlabs/php_codesniffer": "^3.7",
"silverstripe/subsites": "^3"
},
"extra": [],
"autoload": {
Expand Down

0 comments on commit 9ed9fe1

Please sign in to comment.