Skip to content

Commit 96064bc

Browse files
committed
Upgrade required PHP to 7.3.4 to prevent using with buggy IPv6 handling
1 parent d1fa3dc commit 96064bc

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
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.3",
18+
"php": ">=7.3.4",
1919
"nette/utils": "^3.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)