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 19, 2022
1 parent ce7f63f commit c59fd3f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"homepage": "https://silverstripe.org",
"license": "BSD-3-Clause",
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"silverstripe/recipe-plugin": "^1",
"cwp/cwp-search": "1.x-dev",
"silverstripe/fulltextsearch": "3.x-dev",
"symbiote/silverstripe-queuedjobs": "^4.9"
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/recipe-plugin": "^2",
"cwp/cwp-search": "2.x-dev",
"silverstripe/fulltextsearch": "4.x-dev",
"symbiote/silverstripe-queuedjobs": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3",
"cwp/cwp": "^2.9",
"cwp/cwp-core": "^2",
"cwp/starter-theme": "^2"
"cwp/cwp": "^3",
"cwp/cwp-core": "^3",
"cwp/starter-theme": "^3"
},
"suggest": {
"silverstripe/textextraction": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)"
Expand Down

0 comments on commit c59fd3f

Please sign in to comment.