Skip to content

Commit

Permalink
Remove support for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-beenen committed Mar 14, 2024
1 parent 79f640c commit 63c700f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"name": "vdlp/oc-securitytxt-plugin",
"type": "october-plugin",
"description": "Define security policies for your website.",
"license": "GPL-2.0",
"type": "october-plugin",
"authors": [
{
"name": "Van der Let & Partners",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4 || ^8.0",
"composer/installers": "^1.0"
"php": "^8.0.2",
"composer/installers": "^1.0 || ^2.0"
},
"archive": {
"exclude": [
".gitignore",
".github",
".idea/"
]
"require-dev": {
"ergebnis/composer-normalize": "^2.42"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit 63c700f

Please sign in to comment.