Skip to content

Commit

Permalink
Allow PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Nov 8, 2020
1 parent 20dd783 commit 22f9e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
deps:
- "normal"
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{"name": "Michael Simonson", "email": "contact@mikesimonson.com" }
],
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"composer/package-versions-deprecated": "^1.8",
"doctrine/dbal": "^2.9",
"ocramius/proxy-manager": "^2.0.2",
Expand Down

0 comments on commit 22f9e24

Please sign in to comment.