Closed justechn closed 8 years ago
Composer installs version 1.2
by default (most recent tag), which doesn't have the bin
dir, yet. You'll have to use dev-master
to get that.
Alternately, the bin/resque
file was resque.php
in the project root in 1.2
, so you could adjust your command accordingly.
This bug is weird I use the latest hash number on composer.json file. Which fixes this problem. Feels like something wrong with github / composer pulling the lib.
Can we get a new tag? Last tag was in 2012. Or a branch alias to avoid having to use dev-master
See #274
Hey guys,
I know I must be doing something wrong because when I add this via composer I am not getting the bin dir and I cannot run QUEUE=file_serve php bin/resque because bin/resque does not exist. Am I missing something in composer?