Skip to content

Commit ffc828d

Browse files
committed
Specifying the min php version composer supports
1 parent dd06c49 commit ffc828d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"issues": "https://github.com/brianlmoon/GearmanManager/issues"
2020
},
2121
"require": {
22-
"php": ">=5.2.0"
22+
"php": ">=5.3.2"
2323
},
2424
"autoload": {
2525
"classmap": [ "GearmanManager.php", "GearmanPearManager.php", "GearmanPeclManager.php" ]
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)