Skip to content

Commit 050facf

Browse files
authored
Allow PHP 8.1 (#7)
1 parent dad046b commit 050facf

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
@@ -14,7 +14,7 @@
1414
"dino/dompdf-module": "0.*"
1515
},
1616
"require": {
17-
"php": "~7.4.1 || ~8.0.0",
17+
"php": "~7.4.1 || ~8.0.0 || ~8.1.0",
1818
"laminas/laminas-servicemanager": "^3.4.1",
1919
"laminas/laminas-modulemanager": "^2.10.1",
2020
"laminas/laminas-eventmanager": "^3.3.0",

0 commit comments

Comments
 (0)