Skip to content

Commit

Permalink
DEP PHP Support in CMS5 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Dec 18, 2022
1 parent 200fbb9 commit 5432813
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"publishing"
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.6",
"silverstripe/cms": "^4",
"silverstripe/config": "^1",
"symbiote/silverstripe-queuedjobs": "^4.5",
"silverstripe/versioned": "^1.6"
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/cms": "^5",
"silverstripe/config": "^2",
"symbiote/silverstripe-queuedjobs": "^5",
"silverstripe/versioned": "^2"
},
"require-dev": {
"silverstripe/recipe-testing": "^2"
"silverstripe/recipe-testing": "^3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5432813

Please sign in to comment.