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 16, 2022
1 parent 7ba1079 commit ecc175c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"cwp"
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/cms": "^4",
"silverstripe/asset-admin": "^1"
"php": "^8.1",
"silverstripe/cms": "^5",
"silverstripe/asset-admin": "^2"
},
"require-dev": {
"ext-curl": "*",
"ext-tidy": "*",
"ext-zip": "*",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ecc175c

Please sign in to comment.