File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
"psr-4" : {
16
16
"App\\ Controller\\ " : " src/Controller" ,
17
17
"App\\ Entity\\ " : " src/Entity" ,
18
- "App\\ Command\\ " : " src/Command" ,
19
- "App\\ Middleware\\ " : " src/Middleware" ,
20
- "App\\ Renderer\\ " : " src/Renderer"
18
+ "App\\ Command\\ " : " src/Command" ,
19
+ "App\\ Middleware\\ " : " src/Middleware" ,
20
+ "App\\ Renderer\\ " : " src/Renderer"
21
21
}
22
22
},
23
23
"require" : {
24
- "php" : " >=7.1" ,
25
- "slim/slim" : " ^4.1.0 " ,
24
+ "php" : " >=7.1" ,
25
+ "slim/slim" : " ^4.1" ,
26
26
"slim/psr7" : " ^0.4.0" ,
27
27
"php-di/php-di" : " ^6.0" ,
28
- "slim/twig-view" : " 3.0.0-alpha" ,
28
+ "slim/twig-view" : " 3.0.0-alpha" ,
29
29
"slim/flash" : " ^0.4.0" ,
30
30
"monolog/monolog" : " 2.0.0-beta2" ,
31
31
"doctrine/orm" : " ^2" ,
32
- "symfony/console" : " ^4.2"
32
+ "symfony/console" : " ^4.2"
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments