WordPress-Post-Type-Archive-Links icon indicating copy to clipboard operation
WordPress-Post-Type-Archive-Links copied to clipboard

Submit plugin to Packagist

Open vdrnn opened this issue 10 years ago • 3 comments
trafficstars

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.

vdrnn avatar Apr 29 '15 22:04 vdrnn

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"  : "[email protected]: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?

franz-josef-kaiser avatar Nov 23 '15 16:11 franz-josef-kaiser

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

Thanks.

vdrnn avatar Nov 23 '15 17:11 vdrnn

@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

stephenharris avatar Nov 23 '15 17:11 stephenharris