Skip to content

Commit

Permalink
Merge pull request #90 from NiklasBr/patch-2
Browse files Browse the repository at this point in the history
Bundle works fine on 8 but composer complains
  • Loading branch information
matthijsch committed Jun 7, 2021
2 parents 4f6f345 + e0b093f commit cb3d78f
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 @@ -4,7 +4,7 @@
"description": "Symfony bundle for implementing Cookie Consent to comply to AVG/GDPR.",
"license": "MIT",
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"doctrine/annotations": "^1.6",
"doctrine/doctrine-bundle": "^1.10 || ^2.0",
"doctrine/orm": "^2.5",
Expand Down

0 comments on commit cb3d78f

Please sign in to comment.