Skip to content

Commit cb292e4

Browse files
authored
Use 4 space indent in composer.json
1 parent a13ada9 commit cb292e4

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

composer.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "slim/php-view",
3-
"type" : "library",
4-
"description": "Render PHP view scripts into a PSR-7 Response object.",
5-
"keywords": ["slim","framework","view","template","php","phtml","renderer"],
6-
"license": "MIT",
7-
"authors": [
8-
{
9-
"name": "Glenn Eggleton",
10-
"email": "geggleto@gmail.com"
11-
}
12-
],
13-
"require": {
14-
"psr/http-message": "^1.0"
15-
},
2+
"name": "slim/php-view",
3+
"type" : "library",
4+
"description": "Render PHP view scripts into a PSR-7 Response object.",
5+
"keywords": ["slim","framework","view","template","php","phtml","renderer"],
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Glenn Eggleton",
10+
"email": "geggleto@gmail.com"
11+
}
12+
],
13+
"require": {
14+
"psr/http-message": "^1.0"
15+
},
1616
"autoload": {
1717
"psr-4": {
1818
"Slim\\Views\\": "src"
1919
}
2020
},
21-
"require-dev": {
22-
"phpunit/phpunit": "^4.8",
23-
"slim/slim" : "^3.0"
24-
}
21+
"require-dev": {
22+
"phpunit/phpunit": "^4.8",
23+
"slim/slim" : "^3.0"
24+
}
2525
}

0 commit comments

Comments
 (0)