stephenharris / WordPress-Post-Type-Archive-Links

Adds a metabox on Appearance > Menus to create menu items pointing to post type archives
55 stars 25 forks source link

Submit plugin to Packagist #35

Open vdrnn opened 9 years ago

vdrnn commented 9 years ago

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 commented 8 years ago

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 commented 8 years ago

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

Thanks.

stephenharris commented 8 years ago

@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