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 be1d739 commit 8ad3d41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 71 deletions.
3 changes: 3 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
inherit: true

build:
image: default-bionic
environment:
php: 8.1.2
nodes:
analysis:
tests:
Expand Down
67 changes: 0 additions & 67 deletions .travis.yml

This file was deleted.

8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4",
"silverstripe/assets": "^1.6",
"silverstripe/versioned": "^1.6"
"php": "^7.4 || ^8",
"silverstripe/framework": "^4 || ^5",
"silverstripe/assets": "^1.6 || ^2",
"silverstripe/versioned": "^1.6 || ^2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 8ad3d41

Please sign in to comment.