Skip to content

Commit 2e3344d

Browse files
authored
Merge pull request #89 from BKWLD/feature/php-8
Allow PHP 8 Fix #88
2 parents 802e0f4 + 9f7b9d0 commit 2e3344d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Pug view adapter for Laravel",
44
"type": "library",
55
"require": {
6-
"php": "^7.2",
6+
"php": "^7.2 || ^8.0",
77
"illuminate/support": ">=6",
88
"illuminate/view": ">=6",
99
"phug/component": "^1.1.3",

0 commit comments

Comments
 (0)