From 3c8a6ded769528346497d023bf2a428afe0c7003 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 9 Aug 2023 15:04:01 +1200 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/keepalive.yml | 6 +++--- LICENSE | 2 +- composer.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 4cf5fbb..ab1a511 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,10 +1,10 @@ name: Keepalive on: - workflow_dispatch: - # The 4th of every month at 10:50am UTC + # At 1:05 PM UTC, on day 14 of the month schedule: - - cron: '50 10 4 * *' + - cron: '5 13 14 * *' + workflow_dispatch: jobs: keepalive: diff --git a/LICENSE b/LICENSE index 4fbe7ee..c9ba148 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, SilverStripe Ltd. +Copyright (c) 2018, Silverstripe Ltd. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/composer.json b/composer.json index 5c8856d..e5dcb7a 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "silverstripe/session-manager": "2.x-dev" }, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.6" }, "extra": { "project-files": [ @@ -33,4 +33,4 @@ }, "prefer-stable": true, "minimum-stability": "dev" -} \ No newline at end of file +}