Skip to content

Commit

Permalink
Merge pull request #70 from creative-commoners/pulls/3/major-deps
Browse files Browse the repository at this point in the history
DEP Update core dependencies for CMS 5
  • Loading branch information
GuySartorelli authored Aug 8, 2022
2 parents c13e25f + 212ad7d commit eb45f52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/cms": "^4.0",
"silverstripe/admin": "^1.0",
"silverstripe/assets": "^1.0"
"php": "^8.1",
"silverstripe/cms": "^5",
"silverstripe/admin": "^2",
"silverstripe/assets": "^2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -36,4 +36,4 @@
"extra": [],
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit eb45f52

Please sign in to comment.