Skip to content

Commit

Permalink
ss5 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Aug 10, 2023
1 parent 355fa41 commit 838fa73
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
inherit: true

build:
image: default-bionic
environment:
php: 8.1.2
nodes:
analysis:
tests:
override: [php-scrutinizer-run]

checks:
php:
code_rating: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ An alternative option, is to disable that feature:

```yml
SoftDeletable:
check_filters_on_id: false
check_filters_on_id: false
```
Keep in mind that `DataObject::get_by_id();` can get cached and it can lead to tricky scenarios.
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
}
],
"require": {
"php": ">=7.2",
"silverstripe/recipe-plugin": "^1",
"silverstripe/recipe-cms": "^4.4",
"php": "^7.4 || ^8",
"silverstripe/recipe-plugin": "^1 || ^2",
"silverstripe/vendor-plugin": "^1 || ^2",
"silverstripe/framework": "^4.4 || ^5",
"lekoala/silverstripe-cms-actions": "*"
},
"config": {
Expand Down

0 comments on commit 838fa73

Please sign in to comment.