Skip to content

Commit

Permalink
Support php 8, fixes #9 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Dec 14, 2020
1 parent cdc123b commit 06d047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"symfony/framework-bundle": "^5.0",
"rikudou/psr6-dynamo-db": "^1.3.1",
"php": "^7.2",
"php": "^7.2 | ^8.0",
"symfony/cache": "^5.0"
},
"autoload": {
Expand Down

0 comments on commit 06d047e

Please sign in to comment.