php-resque-scheduler icon indicating copy to clipboard operation
php-resque-scheduler copied to clipboard

Submit to packagist?

Open tonypiper opened this issue 12 years ago • 8 comments

Hi @chrisboulton - would you mind submitting php-resque-scheduler to https://packagist.org?

tonypiper avatar Nov 26 '12 12:11 tonypiper

+1

jcarouth avatar Dec 12 '12 03:12 jcarouth

+1

wa0x6e avatar Jan 23 '13 20:01 wa0x6e

+1

fbnfgc avatar Jan 28 '13 17:01 fbnfgc

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.

tonypiper avatar Jan 29 '13 14:01 tonypiper

@chrisboulton - pretty please (or should we use https://packagist.org/packages/kamisama/php-resque-ex-scheduler)

tonypiper avatar Mar 05 '13 11:03 tonypiper

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.

danhunsaker avatar Mar 11 '13 09:03 danhunsaker

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.

danhunsaker avatar Mar 11 '13 09:03 danhunsaker

@chrisboulton close?

stevelacey avatar Dec 10 '13 10:12 stevelacey