Skip to content

Commit

Permalink
Add PHP 8.0 version constraint and composer/installers package
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenth committed Aug 27, 2021
1 parent 67a3e19 commit f559414
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3 || ^8.0",
"ext-json": "*",
"ext-curl": "*",
"jaybizzle/crawler-detect": "^1.2",
"symfony/stopwatch": "^4.0|^5.0",
"davaxi/sparkline": "~1.2.0"
"davaxi/sparkline": "~1.2.0",
"composer/installers": "^1.0"
},
"archive": {
"exclude": [
Expand Down
2 changes: 2 additions & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@
- "Improve redirect caching management (revised) -- See: https://github.com/vdlp/oc-redirect-plugin/releases/tag/2.5.8"
2.5.9:
- "Fix import in Plugin file"
2.5.10:
- "Add PHP 8.0 version constraint and composer/installers package"

0 comments on commit f559414

Please sign in to comment.