From 4717f54fdbd24371f9ea9ee21d576b2c959906ad Mon Sep 17 00:00:00 2001 From: Tony Karavasilev Date: Mon, 17 Feb 2020 17:17:13 +0200 Subject: [PATCH] Updated the Composer JSON schema with new keywords and information. --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0357457..aeccdb6 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "decryption", "signing", "verification", + "identification", "authentication", "integrity", "security", @@ -60,6 +61,7 @@ "public-key-encryption", "symmetric-ciphers", "asymmetric-ciphers", + "key-exchange", "secret-key", "key-pair", "encryption-key", @@ -196,6 +198,8 @@ "DSA-2048", "DSA-3072", "DSA-4096", + "Diffie-Hellman", + "DH", "OPENSSL", "SODIUM", "PHP" @@ -276,7 +280,7 @@ }, "extra": { "branch-alias": { - "dev-master": "v0.x-dev" + "dev-master": "v1.x-dev" } } }