Skip to content

Commit 2fce83c

Browse files
committed
Fix space/tabulation
1 parent 3c2c91f commit 2fce83c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"psr-4": {
1616
"App\\Controller\\": "src/Controller",
1717
"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"
2121
}
2222
},
2323
"require": {
24-
"php": ">=7.1",
25-
"slim/slim": "^4.1.0",
24+
"php": ">=7.1",
25+
"slim/slim": "^4.1",
2626
"slim/psr7": "^0.4.0",
2727
"php-di/php-di": "^6.0",
28-
"slim/twig-view": "3.0.0-alpha",
28+
"slim/twig-view": "3.0.0-alpha",
2929
"slim/flash": "^0.4.0",
3030
"monolog/monolog": "2.0.0-beta2",
3131
"doctrine/orm": "^2",
32-
"symfony/console": "^4.2"
32+
"symfony/console": "^4.2"
3333
}
3434
}

0 commit comments

Comments
 (0)