MNT Run module-standardiser

This commit is contained in:
Guy Sartorelli 2024-01-31 10:17:50 +13:00
parent a1f6d4899b
commit 5164d65b7c
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
3 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 2:10 PM UTC, only on Thursday and Friday
# At 1:05 PM UTC, only on Saturday and Sunday
schedule:
- cron: '10 14 * * 4,5'
- cron: '5 13 * * 6,0'
jobs:
dispatch-ci:

View File

@ -21,7 +21,9 @@
"silverstripe/session-manager": "2.1.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
"phpunit/phpunit": "^9.6",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"extra": {
"project-files": [
@ -33,4 +35,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

3
phpstan.neon.dist Normal file
View File

@ -0,0 +1,3 @@
parameters:
paths:
- app/src