Skip to content

Commit 886d015

Browse files
author
Designcise
committed
Fixed indents
1 parent 7a416eb commit 886d015

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "designcise/bitframe",
3-
"version": "1.0.2",
3+
"version": "1.0.2",
44
"description": "PHP PSR-15 / PSR-7 middleware dispatcher microframework",
55
"type": "library",
66
"keywords": ["Designcise", "BitFrame", "Microframework", "Framework", "Middleware Dispatcher", "PSR-7", "PSR-15"],
@@ -14,19 +14,19 @@
1414
"require": {
1515
"php": "^7.1.0",
1616
"psr/http-message": "^1.0",
17-
"psr/http-server-handler": "~1.0",
18-
"psr/http-server-middleware": "~1.0",
19-
"fig/http-message-util": "^1.0",
17+
"psr/http-server-handler": "~1.0",
18+
"psr/http-server-middleware": "~1.0",
19+
"fig/http-message-util": "^1.0",
2020
"http-interop/http-factory": "^0.3"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^6.4"
2424
},
2525
"suggest": {
2626
"designcise/bitframe-whoops": "Whoops error handler middleware for BitFrame microframework",
27-
"designcise/bitframe-diactoros": "Zend Diactoros HTTP message middleware for BitFrame microframework",
27+
"designcise/bitframe-diactoros": "Zend Diactoros HTTP message middleware for BitFrame microframework",
2828
"designcise/bitframe-fastroute": "Fastroute router middleware for BitFrame microframework",
29-
"designcise/bitframe-leagueplates": "League Plates template renderer for BitFrame microframework"
29+
"designcise/bitframe-leagueplates": "League Plates template renderer for BitFrame microframework"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)