-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 893 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "yupmin/slim-silly-doctrine",
"description": "A Slim Framework skeleton application for rapid development",
"keywords": ["microframework","rest","router", "psr7"],
"homepage": "http://github.com/yupmin/slim-silly-doctrine",
"license": "MIT",
"authors": [
{
"name": "Yun Young-jin",
"email": "[email protected]",
"homepage": "https://yupmin.net/"
}
],
"require": {
"php": ">=5.5.0",
"slim/slim": "^3.1",
"monolog/monolog": "^1.17",
"mnapoli/silly": "^1.3",
"doctrine/orm": "^2.5",
"symfony/yaml": "^3.1",
"guzzlehttp/guzzle": "^6.2",
"cobaia/monologdoctrine": "^1.0",
"tuupola/slim-basic-auth": "^2.0",
"slim/twig-view": "^2.1"
},
"autoload": {
"psr-4": {
"App\\": "src/App"
}
}
}