Skip to content

Commit 63f4dc4

Browse files
committed
Removing Slim Extras from composer
Herp don't need the slim extras for this demo app since all templating will be rendered in the client.
1 parent eb4f548 commit 63f4dc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"require": {
3-
"slim/slim": "1.6.*",
4-
"slim/extras": "1.0.*"
3+
"slim/slim": "1.6.*"
54
}
65
}

0 commit comments

Comments
 (0)