Skip to content

Commit

Permalink
Merge pull request #99 from rajibahmed/master
Browse files Browse the repository at this point in the history
Check for installed pcntl extension via composer.json
  • Loading branch information
chrisboulton committed May 3, 2013
2 parents 6eafaac + 4ff0c51 commit 1310b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
"require": {
"php": ">=5.3.0",
"ext-pcntl": "*",
"colinmollenhour/credis": "dev-master"
},
"suggest": {
Expand All @@ -36,4 +37,4 @@
"Resque": "lib"
}
}
}
}

0 comments on commit 1310b06

Please sign in to comment.