Open vdrnn opened 9 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?
Ah, nice. Thank you! Feel free to close the issue :)
Thanks.
@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
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.