Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSneeuw committed Oct 31, 2023
2 parents 7c6f980 + e320305 commit 8c35216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions SECURITY.md
Expand Up @@ -5,6 +5,8 @@
| Version | Supported |
| ------- | ------------------ |
| 1.0 | :white_check_mark: |
| 1.0.1 | :white_check_mark: |
| 1.0.2 | :white_check_mark: |

## Reporting a Vulnerability
To report a security vulnerability, please contact Sven van der Zwet directly. You can send an email to s.vanderzwet@student.avans.nl.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -11,11 +11,11 @@
"license": "BSD-3-Clause",
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.0",
"silverstripe/admin": "^1.0",
"silverstripe/framework": "^4.0 || ^5.0",
"silverstripe/admin": "^1.0 || ^2.0",
"bugsnag/bugsnag": "^3.0",
"guzzlehttp/guzzle": "^7.0",
"silverstripe/recipe-cms": "^4.11"
"silverstripe/recipe-cms": "^4.11 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.24",
Expand Down

0 comments on commit 8c35216

Please sign in to comment.