Skip to content

Commit 28fae19

Browse files
committed
enable php 8.0 in composer.json
1 parent 29c42ce commit 28fae19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"minimum-stability": "stable",
4141
"require": {
42-
"php": ">=7.2 <7.5",
42+
"php": ">=7.2",
4343
"ext-json": "*"
4444
},
4545
"extra": {

0 commit comments

Comments
 (0)