Skip to content

Commit

Permalink
Merge pull request #95 from creative-commoners/pulls/3/upgrade-cms5
Browse files Browse the repository at this point in the history
DEP PHP Support in CMS5
  • Loading branch information
Maxime Rainville authored Jan 12, 2023
2 parents e8954de + e9cac1b commit b248131
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 @@ -11,17 +11,17 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/vendor-plugin": "^1.0",
"dnadesign/silverstripe-elemental": "^4.7",
"silverstripe/elemental-fileblock": "^2@dev",
"silverstripe/cms": "^4.3",
"silverstripe/admin": "^1.7@dev",
"silverstripe/framework": "^4.10"
"php": "^8.1",
"silverstripe/admin": "^2",
"silverstripe/cms": "^5",
"silverstripe/framework": "^5",
"silverstripe/elemental-fileblock": "^3",
"silverstripe/vendor-plugin": "^2",
"dnadesign/silverstripe-elemental": "5.0.0-alpha2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3"
},
"extra": {
"expose": [
Expand Down

0 comments on commit b248131

Please sign in to comment.