Closed albabosh closed 6 years ago
As far as I know, this plugin is not available via WordPress plugins repository so it's also not available via wpackagist.org.
But you can install the plugin with Composer directly from GitHub, just add the repo URL to your composer.json
.
"repositories": [
{
"type": "git",
"url": "https://github.com/grappler/polylang-slug"
}
],
Is it possible to install it with composer from wpackagist ?