Skip to content

Commit 2f875ea

Browse files
committed
add php version constraint for 5.4.0
1 parent cc0e82a commit 2f875ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"require": {
3+
"php": ">=5.4.0",
34
"react/socket": "0.2.*",
45
"monolog/monolog": "1.2.*"
56
},
@@ -12,4 +13,4 @@
1213
"config": {
1314
"bin-dir": "bin/"
1415
}
15-
}
16+
}

0 commit comments

Comments
 (0)