Skip to content

Commit

Permalink
Merge pull request #4 from normvarianz/master
Browse files Browse the repository at this point in the history
Add PHP 8 Support
  • Loading branch information
nicolassing committed Jan 22, 2021
2 parents 181e2a4 + b6d8031 commit 3cca078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,5 +55,5 @@ Add javascript and stylesheet in your twig template
<!-- Include the Quill library -->
<script src="https://cdn.quilljs.com/1.3.6/quill.js"></script>
<script src="bundles/nicolassingquill/js/nicolassing_quill.js"></scriptt>
<script src="bundles/nicolassingquill/js/nicolassing_quill.js"></script>
```
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8.0",
"ext-json": "*",
"symfony/form": "^4.2|^5.0",
"symfony/framework-bundle": "^4.2|^5.0",
Expand Down

0 comments on commit 3cca078

Please sign in to comment.