DEP PHP Support in CMS5 (#102)

This commit is contained in:
Sabina Talipova 2022-12-19 12:00:15 +13:00 committed by GitHub
parent 61fe0c71c3
commit d788f5dcd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -19,13 +19,13 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10"
"php": "^8.1",
"silverstripe/framework": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0",
"silverstripe/versioned": "^1"
"squizlabs/php_codesniffer": "^3",
"silverstripe/versioned": "^2"
},
"autoload": {
"psr-4": {