Skip to content

Commit

Permalink
DEP PHP Support in CMS5 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Dec 18, 2022
1 parent 553b000 commit 89e1084
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 @@ -10,12 +10,12 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/admin": "^1.0"
"php": "^8.1",
"silverstripe/admin": "^2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"silverstripe/framework": "^4.10",
"silverstripe/framework": "^5",
"squizlabs/php_codesniffer": "^3"
},
"autoload": {
Expand Down

0 comments on commit 89e1084

Please sign in to comment.