aad-sso-wordpress icon indicating copy to clipboard operation
aad-sso-wordpress copied to clipboard

Integrate Composer

Open sksaju opened this issue 2 years ago • 0 comments

To be able to install this plugin via Composer

Example:

{
	"repositories": [
		{
			"type": "vcs",
			"url":  "https://github.com/psignoret/aad-sso-wordpress.git"
		}
	],
	"require": {
		"psignoret/aad-sso-wordpress": "dev-master"
	},
	"extra": {
		"installer-paths": {
			"plugins/{$name}/": [
				"type:wordpress-plugin"
			]
		}
	}
}

sksaju avatar Jun 21 '22 11:06 sksaju