forked from techcto/solodev-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (36 loc) · 753 Bytes
/
composer.json
File metadata and controls
41 lines (36 loc) · 753 Bytes
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
32
33
34
35
36
37
38
39
40
41
{
"name": "solodev/app",
"description": "Solodev App",
"version": "1.0",
"keywords": ["solodev", "cms", "docker"],
"type": "project",
"require": {
"slim/slim": "^3.0",
"slim/php-view": "^2.2",
"slim/twig-view": "^2.4",
"slim/flash": "^0.1.0",
"slim/csrf": "^0.8.3",
"thunderer/shortcode": "^0.6",
"wa72/htmlpagedom": "^1.2",
"symfony/filesystem": "^3.3",
"symfony/finder": "^3.3",
"monolog/monolog": "^1.13",
"tuupola/slim-jwt-auth": "^3.1",
"crell/api-problem": "^2.0",
"vlucas/phpdotenv": "^3.3"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"App\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts":{
}
}