29 lines
588 B
JSON
29 lines
588 B
JSON
{
|
|
"require": {
|
|
"twig/twig": "~2.0",
|
|
"propel/propel": "~2.0@dev",
|
|
"erusev/parsedown": "^1.7",
|
|
"hoegh/parsedown-toc": "^1.3"
|
|
},
|
|
"repositories": {
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://mirrors.aliyun.com/composer/"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Core\\": "Core/",
|
|
"App\\": "App/",
|
|
"think\\": "src"
|
|
|
|
},
|
|
"files": [
|
|
"src/config.php"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"contributte/nextras-orm-generator": "^0.2.0"
|
|
}
|
|
}
|