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 8, 2022
1 parent 08e663d commit 82fd799
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"silverstripe/reports": "^4.4",
"symbiote/silverstripe-queuedjobs": "^4.1",
"guzzlehttp/guzzle": "^6.3 || ^7.0"
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/reports": "^5",
"symbiote/silverstripe-queuedjobs": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3",
"symfony/thanks": "^1.0"
"squizlabs/php_codesniffer": "^3.7",
"symfony/thanks": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 82fd799

Please sign in to comment.