Compare commits

..

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

4 changed files with 23 additions and 20 deletions

View File

@ -1,10 +1,10 @@
name: Keepalive
on:
# At 1:05 PM UTC, on day 14 of the month
schedule:
- cron: '5 13 14 * *'
workflow_dispatch:
# The 4th of every month at 10:50am UTC
schedule:
- cron: '50 10 4 * *'
jobs:
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
Copyright (c) 2018, Silverstripe Ltd.
Copyright (c) 2018, SilverStripe Ltd.
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

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