Subversion Repositories oidplus

Rev

Rev 897 | Go to most recent revision | View as "text/json" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. {
  2.         "prefer-dist": true,
  3.         "minimum-stability": "dev",
  4.         "repositories": {
  5.                 "aywan/php-json-canonicalization": {
  6.                         "type": "package",
  7.                         "packagist.org": false,
  8.                         "package": {
  9.                                 "name": "aywan/php-json-canonicalization",
  10.                                 "version": "master",
  11.                                 "license": [
  12.                                         "Apache-2.0"
  13.                                 ],
  14.                                 "source": {
  15.                                         "url": "https://github.com/aywan/php-json-canonicalization",
  16.                                         "type": "git",
  17.                                         "reference": "main"
  18.                                 }
  19.                         }
  20.                 }
  21.         },
  22.         "require": {
  23.                 "aywan/php-json-canonicalization": "*",
  24.                 "sergeybrook/php-jws": "^1.0"
  25.         },
  26.         "config": {
  27.                 "secure-http": false,
  28.                 "preferred-install": {
  29.                         "*": "dist"
  30.                 },
  31.                 "autoloader-suffix": "OidPlusWhoisJson"
  32.         }
  33. }
  34.