Skip to content

Commit 6db7e9d

Browse files
authored
Fix PHP version (#198)
1 parent 37027b2 commit 6db7e9d

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
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php" : "^8.0 || ^8.1 || ^8.2",
20+
"php" : "^8.0",
2121
"ext-dom": "*"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)