Skip to content

Commit

Permalink
DEP PHP Support in CMS5 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Dec 18, 2022
1 parent 1d9b9a3 commit e238865
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 @@ -3,13 +3,13 @@
"description": "A module to make managing pages in a GridField easy without losing any of the functionality that you're used to in the CMS.",
"type": "silverstripe-vendormodule",
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"silverstripe/cms": "^4.0"
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/cms": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3"
},
"extra": {
"expose": [
Expand Down

0 comments on commit e238865

Please sign in to comment.