Skip to content

Commit

Permalink
Merge pull request #4028 from greg0ire/php-8
Browse files Browse the repository at this point in the history
Allow php 8
  • Loading branch information
greg0ire committed May 26, 2020
2 parents 54a6f7b + 639b2f2 commit be4332a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -32,7 +32,7 @@
{"name": "Jonathan Wage", "email": "jonwage@gmail.com"}
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ocramius/package-versions": "^1.4"
Expand Down
26 changes: 24 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be4332a

Please sign in to comment.