Skip to content

Commit

Permalink
Updated the Composer JSON schema with new keywords and information.
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyKaravasilev committed Feb 17, 2020
1 parent 7c202aa commit 4717f54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"decryption",
"signing",
"verification",
"identification",
"authentication",
"integrity",
"security",
Expand Down Expand Up @@ -60,6 +61,7 @@
"public-key-encryption",
"symmetric-ciphers",
"asymmetric-ciphers",
"key-exchange",
"secret-key",
"key-pair",
"encryption-key",
Expand Down Expand Up @@ -196,6 +198,8 @@
"DSA-2048",
"DSA-3072",
"DSA-4096",
"Diffie-Hellman",
"DH",
"OPENSSL",
"SODIUM",
"PHP"
Expand Down Expand Up @@ -276,7 +280,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "v0.x-dev"
"dev-master": "v1.x-dev"
}
}
}

0 comments on commit 4717f54

Please sign in to comment.