Skip to content

Commit 462486e

Browse files
committed
Update composer.json
1 parent 87c957c commit 462486e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "geggleto/slim-renderer",
3+
"type" : "library",
4+
"description": "Slim Framework view renderer for rendering PHP view scripts into a PSR-7 Response object.",
5+
"keywords": ["slim","framework","view","template","php","phtml","renderer"],
36
"license": "MIT",
47
"authors": [
58
{
@@ -8,9 +11,11 @@
811
}
912
],
1013
"require": {
11-
"slim/slim": "^3.0.0-RC1"
14+
"psr/http-message": "^1.0"
1215
},
13-
"autoload" :{
14-
"psr-4" : { "Geggleto\\Renderer\\" : "src" }
15-
}
16+
"autoload": {
17+
"psr-4": {
18+
"Slim\\Views\\": "src"
19+
}
20+
}
1621
}

0 commit comments

Comments
 (0)