composer.json
514 Bytes
{
"name": "irul/fake-api",
"description": "Fake API.",
"type": "project",
"keywords": ["api", "json-rpc", "rest-api"],
"time": "2020-05-15",
"license": "BSD-4-Clause",
"authors": [{
"name": "Khairul Anwar",
"email": "irul.sylva@gmail.com",
"homepage": "https://iruwl.github.io",
"role": "Developer"
}],
"require": {
"steampixel/simple-php-router": "^0.4.1",
"fguillot/json-rpc": "^1.2",
"fzaninotto/faker": "^1.9"
}
}