From d3254d827fbbced25cf30de4eebf1fb0e6914f49 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Fri, 10 Jan 2020 12:14:31 +0800 Subject: [PATCH 1/2] Tweak archived comment content --- .github/workflows/archive.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index a64a50607..be7fc6710 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -16,13 +16,15 @@ jobs: stale-issue-message: > This issue will be closed and archived in 3 days, as there has been no activity in the last 30 days. - - If this issue is still relevant or you would like to see it actioned, please respond and we will re-open this issue. - - If this issue is critical to your business, consider joining the [Premium Support Program](https://octobercms.com/premium-support) where a Service Level Agreement is offered. + If this issue is still relevant or you would like to see it actioned, please respond and we will re-open this issue. + + If this issue is critical to your business, consider joining the [Premium Support Program](https://octobercms.com/premium-support) where a Service Level Agreement is offered. stale-pr-message: > This pull request will be closed and archived in 3 days, as there has been no activity in the last 30 days. - - If this is still being worked on, please respond and we will re-open this pull request. - - If this pull request is critical to your business, consider joining the [Premium Support Program](https://octobercms.com/premium-support) where a Service Level Agreement is offered. + If this is still being worked on, please respond and we will re-open this pull request. + + If this pull request is critical to your business, consider joining the [Premium Support Program](https://octobercms.com/premium-support) where a Service Level Agreement is offered. stale-issue-label: 'Status: Archived' stale-pr-label: 'Status: Archived' exempt-issue-label: 'Status: In Progress' From ab1df6e71970c1a27f143075084fe1b2f04a633c Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 21 Jan 2020 22:56:28 +0000 Subject: [PATCH 2/2] Fixed bad version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b638da9d7..a4a140a12 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "october/system": "~1.0", "october/backend": "~1.0", "october/cms": "~1.0", - "laravel/framework": "^5.5.40", + "laravel/framework": "~5.5.40", "wikimedia/composer-merge-plugin": "dev-master" }, "require-dev": {