Skip to content

Commit 3a1f377

Browse files
Tim Schoondergangpiotrooo
authored andcommitted
make possible to use higher version of php, then only 7.4 (so also 8.0 and higher)
1 parent 55fe031 commit 3a1f377

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.4",
22+
"php": ">=7.4",
2323
"ext-dom": "*",
2424
"letsdrink/ouzo-goodies": "1.8.0",
2525
"doctrine/annotations": "1.13.2"

0 commit comments

Comments
 (0)