Skip to content

Commit

Permalink
Php-resque version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eymengunay committed Oct 30, 2013
1 parent 594b9d5 commit 8a097a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Command/StartWorkerCommand.php
Expand Up @@ -58,7 +58,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
if (0 !== $m = (int) $input->getOption('memory-limit')) {
$opt = sprintf('-d memory_limit=%dM', $m);
}
$workerCommand = strtr('php %opt% %dir%/chrisboulton/php-resque/resque.php', array(
$workerCommand = strtr('php %opt% %dir%/chrisboulton/php-resque/bin/resque', array(
'%opt%' => $opt,
'%dir%' => $this->getContainer()->getParameter('bcc_resque.resque.vendor_dir'),
));
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"symfony/framework-bundle": ">=2.0,<3.0",
"chrisboulton/php-resque": "1.2",
"chrisboulton/php-resque": "dev-master",

This comment has been minimized.

Copy link
@oscherler

oscherler May 22, 2014

Composer dependencies should be fixed.

"chrisboulton/php-resque-scheduler": "1.1"
},
"autoload": {
Expand Down

0 comments on commit 8a097a7

Please sign in to comment.