Skip to content

Commit

Permalink
Merge pull request #5 from northernco/php8-support
Browse files Browse the repository at this point in the history
Allow php 8
  • Loading branch information
natewiebe13 committed Feb 16, 2021
2 parents 8348583 + d915ab0 commit cab58e1
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 @@ -3,7 +3,7 @@
"description": "Symfony bundle for including parsedown for converting markdown to html",
"type": "symfony-bundle",
"require": {
"php": "^7.2",
"php": ">=7.2.5",
"erusev/parsedown": "^1.7",
"symfony/cache-contracts": "^1.1|^2.0",
"symfony/config": "^4.0|^5.0",
Expand Down

0 comments on commit cab58e1

Please sign in to comment.