Skip to content

Commit

Permalink
DEP PHP Support in CMS5 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Dec 18, 2022
1 parent 50d24ff commit c820963
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/cms": "^4"
"php": "^8.1",
"silverstripe/cms": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3",
"silverstripe/reports": "^4",
"silverstripe/siteconfig": "^4"
"silverstripe/reports": "^5",
"silverstripe/siteconfig": "^5"
},
"extra": {
"expose": [
Expand Down

0 comments on commit c820963

Please sign in to comment.