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 16, 2022
1 parent bf1a8cb commit 87234f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"silverstripe/cms": "^4.6",
"symbiote/silverstripe-gridfieldextensions": "^3.1",
"silverstripe/segment-field": "^2.2",
"silverstripe/versioned": "^1.0",
"silverstripe/mimevalidator": "^2.0"
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/cms": "^5",
"symbiote/silverstripe-gridfieldextensions": "^4",
"silverstripe/segment-field": "^3",
"silverstripe/versioned": "^2",
"silverstripe/mimevalidator": "^3"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3"
},
"conflict": {
"egulias/email-validator": "^2"
Expand Down

0 comments on commit 87234f4

Please sign in to comment.