Skip to content

Commit

Permalink
DEP PHP Support in CMS5 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Dec 18, 2022
1 parent dc22f92 commit 0b65d10
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 @@ -10,13 +10,13 @@
"widget"
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"silverstripe/widgets": "^2"
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/widgets": "^3"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3"
},
"support": {
"issues": "http://github.com/silverstripe/silverstripe-content-widget/issues"
Expand Down

0 comments on commit 0b65d10

Please sign in to comment.