Compare commits

..

No commits in common. "5.1.0" and "4" have entirely different histories.
5.1.0 ... 4

4 changed files with 23 additions and 20 deletions

View File

@ -1,10 +1,10 @@
name: Keepalive name: Keepalive
on: on:
# At 1:05 PM UTC, on day 14 of the month
schedule:
- cron: '5 13 14 * *'
workflow_dispatch: workflow_dispatch:
# The 4th of every month at 10:50am UTC
schedule:
- cron: '50 10 4 * *'
jobs: jobs:
keepalive: keepalive:

2
.htaccess Normal file
View File

@ -0,0 +1,2 @@
RewriteEngine On
RewriteRule ^(.*)$ public/$1

View File

@ -1,6 +1,6 @@
BSD 3-Clause License BSD 3-Clause License
Copyright (c) 2018, Silverstripe Ltd. Copyright (c) 2018, SilverStripe Ltd.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -5,28 +5,29 @@
"homepage": "http://silverstripe.org", "homepage": "http://silverstripe.org",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"require": { "require": {
"php": "^8.1", "php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "~2.0.0@stable", "silverstripe/recipe-plugin": "^1.7",
"silverstripe/recipe-core": "~5.1.0@stable", "silverstripe/recipe-core": "4.x-dev",
"silverstripe/admin": "~2.1.0@stable", "silverstripe/admin": "1.x-dev",
"silverstripe/asset-admin": "~2.1.0@stable", "silverstripe/asset-admin": "1.x-dev",
"silverstripe/campaign-admin": "~2.1.0@stable", "silverstripe/campaign-admin": "1.x-dev",
"silverstripe/versioned-admin": "~2.1.0@stable", "silverstripe/versioned-admin": "1.x-dev",
"silverstripe/cms": "~5.1.0@stable", "silverstripe/cms": "4.x-dev",
"silverstripe/errorpage": "~2.1.0@stable", "silverstripe/errorpage": "1.x-dev",
"silverstripe/reports": "~5.1.0@stable", "silverstripe/reports": "4.x-dev",
"silverstripe/siteconfig": "~5.1.0@stable", "silverstripe/siteconfig": "4.x-dev",
"silverstripe/versioned": "~2.1.0@stable", "silverstripe/versioned": "1.x-dev",
"silverstripe/graphql": "~5.1.0@stable", "silverstripe/graphql": "3.x-dev || 4.x-dev",
"silverstripe/session-manager": "~2.1.0@stable" "silverstripe/session-manager": "1.x-dev"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.6" "phpunit/phpunit": "^9.5"
}, },
"extra": { "extra": {
"project-files": [ "project-files": [
"app/src/*" "app/src/*"
] ],
"resources-dir": "_resources"
}, },
"config": { "config": {
"process-timeout": 600 "process-timeout": 600