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 Dec 15, 2022
1 parent d346a87 commit 32d098a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.0",
"maximebf/debugbar": "^1.13",
"php": "^8.1",
"silverstripe/framework": "^5",
"maximebf/debugbar": "^1.18",
"jdorn/sql-formatter": "1.3.x-dev",
"tractorcow/silverstripe-proxy-db": "^1.0"
},
"require-dev": {
"silverstripe/siteconfig": "^4.0",
"silverstripe/admin": "^1.0",
"silverstripe/siteconfig": "^5",
"silverstripe/admin": "^2",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5"
"squizlabs/php_codesniffer": "^3"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 32d098a

Please sign in to comment.