Skip to content

Commit

Permalink
Merge pull request #17 from creative-commoners/pulls/3/upgrade-cms5
Browse files Browse the repository at this point in the history
DEP PHP Support in CMS5
  • Loading branch information
GuySartorelli authored Jan 18, 2023
2 parents ce7f63f + 8a4a0c9 commit 492cdf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 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": "^4"
},
"suggest": {
"silverstripe/textextraction": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)"
Expand Down
12 changes: 0 additions & 12 deletions phpcs.xml.dist

This file was deleted.

0 comments on commit 492cdf9

Please # to comment.