composer.json
{
"name": "getdkan/sae",
"description": "Services API Engine",
"type": "library",
"license": "GPL-3.0-only",
"authors": [
{
"name": "fmizzell",
"email": "fmizzell.dev@gmail.com"
}
],
"autoload": {
"psr-4": {
"Sae\\": "src/",
"SaeTest\\": "test/"
}
},
"require": {
"getdkan/contracts": "^1.0.0",
"stolt/json-merge-patch": "^1.0",
"opis/json-schema": "^1.0",
"m1x0n/opis-json-schema-error-presenter": "^0.5.2",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
}
}