21 lines
490 B
JSON
21 lines
490 B
JSON
|
{
|
||
|
"name": "tiki/tiki-custom",
|
||
|
"description": "Tiki Wiki CMS Groupware",
|
||
|
"license": "LGPL-2.1",
|
||
|
"homepage": "https://tiki.org",
|
||
|
"minimum-stability": "stable",
|
||
|
"require": {
|
||
|
"fakerphp/faker": "^1.9.2"
|
||
|
},
|
||
|
"config": {
|
||
|
"process-timeout": 5000,
|
||
|
"bin-dir": "vendor/bin",
|
||
|
"prepend-autoloader": false
|
||
|
},
|
||
|
"repositories": [
|
||
|
{
|
||
|
"type": "composer",
|
||
|
"url": "https://composer.tiki.org"
|
||
|
}
|
||
|
]
|
||
|
}
|