Subversion Repositories oidplus

Rev

View as "text/json" | Blame | Last modification | View Log | RSS feed

  1. {
  2.     "name": "aywan/php-json-canonicalization",
  3.     "description": "Php implementation of https://tools.ietf.org/html/rfc8785",
  4.     "type": "library",
  5.     "license": "Apache-2.0",
  6.     "authors": [
  7.         {
  8.             "name": "Ivan Bragin",
  9.             "email": "aywan@aywan.ru"
  10.         }
  11.     ],
  12.     "config": {
  13.         "sort-packages": true
  14.     },
  15.     "require": {
  16.         "php": ">=7.2",
  17.         "ext-json": "*",
  18.         "ext-mbstring": "*"
  19.     },
  20.     "autoload": {
  21.         "psr-4": {
  22.             "aywan\\JsonCanonicalization\\": "./src/"
  23.         }
  24.     },
  25.     "autoload-dev": {
  26.         "psr-4": {
  27.             "tests\\": "./tests/"
  28.         }
  29.     },
  30.     "require-dev": {
  31.         "phpunit/phpunit": "^8.5"
  32.     }
  33. }
  34.