Skip to content

Commit a7c047c

Browse files
committed
Fix PHP version constraint
1 parent df365a1 commit a7c047c

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
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.2.0 || ^8.0.0",
22+
"php": "^7.2.0 || ^8.1.0",
2323
"ext-dom": "*",
2424
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ~4.5.0",
2525
"phpstan/phpstan": "^1.5.0",

0 commit comments

Comments
 (0)