Skip to content

Commit 81f040a

Browse files
committed
feat: add support for php 8
1 parent 6ba15fc commit 81f040a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.1"
24+
"php": "^7 || ^8"
2525
},
2626
"support": {
2727
"issues": "https://github.com/schuhwerk/php-error-log-viewer/issues",

0 commit comments

Comments
 (0)