From 216e15e3a060b182fa1db5fcd81e54ea9a17dee6 Mon Sep 17 00:00:00 2001 From: Sk Saju Date: Sat, 11 Jun 2022 02:18:39 +0600 Subject: [PATCH 1/5] added composer.json --- composer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..36c7d2b --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "psignoret/aad-sso-wordpress", + "description": "A WordPress plugin that allows organizations to use their Azure Active Directory user accounts to sign in to WordPress.", + "type": "wp-cli-package", + "homepage": "https://github.com/psignoret/aad-sso-wordpress", + "license": "MIT", + "authors": [ + { + "name": "Philippe Signoret", + } + ] +} From e750784f1eba7f92243cfac8e1e21731b0d550b5 Mon Sep 17 00:00:00 2001 From: Sk Saju Date: Sat, 11 Jun 2022 02:19:08 +0600 Subject: [PATCH 2/5] update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 36c7d2b..57ed389 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "authors": [ { - "name": "Philippe Signoret", + "name": "Philippe Signoret" } ] } From 8419fdc23a49b48f9147b968c19ca8c89fdf8441 Mon Sep 17 00:00:00 2001 From: Sk Saju Date: Sat, 11 Jun 2022 02:22:05 +0600 Subject: [PATCH 3/5] update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 57ed389..fe148ff 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "psignoret/aad-sso-wordpress", + "name": "sksaju/aad-sso-wordpress", "description": "A WordPress plugin that allows organizations to use their Azure Active Directory user accounts to sign in to WordPress.", "type": "wp-cli-package", "homepage": "https://github.com/psignoret/aad-sso-wordpress", From a437fdf20395d6c2a8b666cd9125e6da65b686fe Mon Sep 17 00:00:00 2001 From: Sk Saju Date: Sat, 11 Jun 2022 03:18:37 +0600 Subject: [PATCH 4/5] update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fe148ff..0cb9bad 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sksaju/aad-sso-wordpress", + "type": "wordpress-plugin", "description": "A WordPress plugin that allows organizations to use their Azure Active Directory user accounts to sign in to WordPress.", - "type": "wp-cli-package", "homepage": "https://github.com/psignoret/aad-sso-wordpress", "license": "MIT", "authors": [ From fb94e4e7d365cc8363e9dd98e9038dbb7c61cdd5 Mon Sep 17 00:00:00 2001 From: Shazahan Kabir Saju Date: Tue, 21 Jun 2022 17:29:27 +0600 Subject: [PATCH 5/5] Update composer.json --- composer.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 0cb9bad..ccb9856 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,15 @@ { - "name": "sksaju/aad-sso-wordpress", - "type": "wordpress-plugin", - "description": "A WordPress plugin that allows organizations to use their Azure Active Directory user accounts to sign in to WordPress.", - "homepage": "https://github.com/psignoret/aad-sso-wordpress", - "license": "MIT", - "authors": [ - { - "name": "Philippe Signoret" - } - ] + "name": "psignoret/aad-sso-wordpress", + "type": "wordpress-plugin", + "description": "A WordPress plugin that allows organizations to use their Azure Active Directory user accounts to sign in to WordPress. Organizations with Office 365 already have Azure Active Directory (Azure AD) and can use this plugin for all of their users.", + "homepage": "https://github.com/psignoret/aad-sso-wordpress", + "support": { + "issues": "https://github.com/psignoret/aad-sso-wordpress/issues" + }, + "license": "MIT", + "authors": [ + { + "name": "Philippe Signoret" + } + ] }