Skip to content

Commit

Permalink
Merge pull request #89 from BKWLD/feature/php-8
Browse files Browse the repository at this point in the history
Allow PHP 8 Fix #88
  • Loading branch information
kylekatarnls committed Dec 2, 2020
2 parents 802e0f4 + 9f7b9d0 commit 2e3344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "Pug view adapter for Laravel",
"type": "library",
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"illuminate/support": ">=6",
"illuminate/view": ">=6",
"phug/component": "^1.1.3",
Expand Down

0 comments on commit 2e3344d

Please sign in to comment.