From 170bfc9e87ab681c5d12de973cca2b78acfc3949 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 28 Jul 2023 16:38:26 +0200 Subject: [PATCH] ss5 update --- .scrutinizer.yml | 1 + composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 051ef9a..924837f 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,6 +1,7 @@ inherit: true build: + image: default-bionic nodes: analysis: tests: diff --git a/composer.json b/composer.json index c854cf4..cf7be1f 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ } ], "require": { - "php": "^7.4 || ^8.0", - "silverstripe/recipe-plugin": "^1", - "silverstripe/admin": "^1.4", - "silverstripe/framework": "^4.4" + "php": "^7.4 || ^8", + "silverstripe/recipe-plugin": "^1 || ^2", + "silverstripe/vendor-plugin": "^1 || ^2", + "silverstripe/framework": "^4.4 || ^5" }, "require-dev": { "phpunit/phpunit": "^9.5",