Open tonypiper opened 12 years ago
+1
+1
+1
ping @chrisboulton - any chance you could do this please? I've got a PR outstanding for BCCResque bundle and it would be good to be able to pull php-resque-scheduler in via a simple composer configuration... cheers.
@chrisboulton - pretty please (or should we use https://packagist.org/packages/kamisama/php-resque-ex-scheduler)
The repo appears to be added, but not yet indexed. As I understand it, that's up to Packagist's servers to handle. and up to date with the current repo status.
Also, in the meantime you could always manually specify the repo location in your composer.json file:
{
...
"repositories": [
{ "type": "git", "url": "https://github.com/chrisboulton/php-resque-scheduler" }
]
...
}
This worked successfully for a project I'm still in the early stages of, so it should also work for others.
Edited To Add: While strictly true, this is (apparently) no longer necessary. I really should check other sites before I spout off using day-old knowledge about them. The Internet moves too quickly to do otherwise.
@chrisboulton close?
Hi @chrisboulton - would you mind submitting php-resque-scheduler to https://packagist.org?