Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submit plugin to Packagist #35

Open
vdrnn opened this issue Apr 29, 2015 · 3 comments
Open

Submit plugin to Packagist #35

vdrnn opened this issue Apr 29, 2015 · 3 comments

Comments

@vdrnn
Copy link

vdrnn commented Apr 29, 2015

Would be great if you guys could submit the plugin to https://packagist.org/
It's pretty much straightforward, just go to https://packagist.org/packages/submit and add the link to the Github repository.

@franz-josef-kaiser
Copy link

The package already has support for Composer (see here). Until it is on Packagist, you can simply use the following in your composer.json:

{
    "repositories"      : [
        {
            "type" : "vcs",
            "url"  : "git@github.com:stephenharris/WordPress-Post-Type-Archive-Links.git"
        }
    ],
    "require"           : {
        "php"                 : ">=5.5",
        "composer/installers" : "~1.0",
        "stephenharris/post_type_archive_link" : "~1.3",
    }
}

@stephenharris Are you publishing this to packagist.org, or shall I do it under the wecodemore umbrella?

@vdrnn
Copy link
Author

vdrnn commented Nov 23, 2015

Ah, nice. Thank you!
Feel free to close the issue :)

Thanks.

@stephenharris
Copy link
Owner

@franz-josef-kaiser - I'm not, and yes feel free to but it should also be in wpackagist by virtue of being on w.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants