Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brianlmoon/GearmanManager into sr…
Browse files Browse the repository at this point in the history
…c_directory_restructure
  • Loading branch information
brianlmoon committed Feb 3, 2017
2 parents 536e94c + c89a4ca commit 15225a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor/
composer.lock
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
"issues": "https://github.com/brianlmoon/GearmanManager/issues"
},
"require": {
"php": ">=5.5.9"
"php": ">=5.5.9",
"ext-pcntl": "*",
"ext-posix": "*"
},
"bin": ["bin/pear_manager.php", "bin/pecl_manager.php"],
"autoload": {
"psr-4": {
"GearmanManager\\": "src/"
Expand Down

0 comments on commit 15225a6

Please sign in to comment.