chrisboulton / php-resque

PHP port of resque (Workers and Queueing)
MIT License
3.43k stars 759 forks source link

Not getting the bin #260

Closed justechn closed 8 years ago

justechn commented 9 years ago

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?

danhunsaker commented 9 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.

rajibahmed commented 9 years ago

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.

Anahkiasen commented 9 years ago

Can we get a new tag? Last tag was in 2012. Or a branch alias to avoid having to use dev-master

chrisboulton commented 8 years ago

See #274