mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-04-29 14:32:36 +08:00
33 lines
593 B
JSON
33 lines
593 B
JSON
{
|
|
"name": "mpociot/documentarian",
|
|
"description": "",
|
|
"keywords": [],
|
|
"license": "Apache 2",
|
|
"authors": [
|
|
{
|
|
"name": "Marcel Pociot",
|
|
"email": "m.pociot@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"includes/helpers.php"
|
|
],
|
|
"psr-4": {
|
|
"Mpociot\\Documentarian\\": "src/"
|
|
}
|
|
},
|
|
"bin": [
|
|
"documentarian"
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"mnapoli/silly": "~1.0",
|
|
"illuminate/view": "5.*",
|
|
"mnapoli/front-yaml": "^1.5",
|
|
"windwalker/renderer": "3.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8"
|
|
}
|
|
}
|