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 Jan 12, 2023
1 parent 0f8d047 commit 3c9044b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"composer/composer": "^2",
"silverstripe/framework": "^4.10",
"bringyourownideas/silverstripe-maintenance": "^2"
"silverstripe/framework": "^5",
"bringyourownideas/silverstripe-maintenance": "^3"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 3c9044b

Please sign in to comment.