Skip to content

Commit

Permalink
Merge pull request #251 from digitalshow/master
Browse files Browse the repository at this point in the history
Allow PHP 8.0 in composer.json
  • Loading branch information
fre5h authored Feb 8, 2022
2 parents 0d2cdb0 + 92c36bc commit 12bfeb9
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 @@ -25,7 +25,7 @@
"issues": "https://github.com/stfalcon/TinymceBundle/issues"
},
"require": {
"php": "^8.0",
"php": "^7.2.5|^8.0",
"symfony/framework-bundle": "^5.0",
"twig/twig": "^2.12|^3.0"
},
Expand Down

0 comments on commit 12bfeb9

Please sign in to comment.