We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
The package already has support for Composer (see here). Until it is on Packagist, you can simply use the following in your composer.json:
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?
Sorry, something went wrong.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: