Skip to content

Commit

Permalink
Specifying the min php version composer supports
Browse files Browse the repository at this point in the history
  • Loading branch information
j03k64 committed Sep 5, 2014
1 parent dd06c49 commit ffc828d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"issues": "https://github.com/brianlmoon/GearmanManager/issues"
},
"require": {
"php": ">=5.2.0"
"php": ">=5.3.2"
},
"autoload": {
"classmap": [ "GearmanManager.php", "GearmanPearManager.php", "GearmanPeclManager.php" ]
}
}
}

0 comments on commit ffc828d

Please sign in to comment.