Skip to content

Commit

Permalink
SS5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Thomson authored and Julian Thomson committed Oct 5, 2023
1 parent 4ba22bf commit 9acefc0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/cms": "^4",
"silverstripe/framework": "^4.11",
"silverstripe/admin": "^1",
"silverstripe/versioned": "^1",
"symfony/yaml": "^3 || ^4",
"symbiote/silverstripe-queuedjobs": "^4.6"

"php": "^8.1",
"silverstripe/cms": "^5",
"silverstripe/framework": "^5",
"silverstripe/admin": "^2",
"silverstripe/versioned": "^2",
"symfony/yaml": "^6"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 9acefc0

Please sign in to comment.