Skip to content

Commit 1e288e0

Browse files
Fix typo in composer.json, change homepage listing
This fixes a typo in the repository name. I also changed the home page listing so that it points at my homepage, rather than the repo (which is already linked on the packagist page by default).
1 parent d30b829 commit 1e288e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "A Twig extension that allows the user to get a stack trace from within a template",
55
"keywords": ["twig", "html", "stack trace", "dump"],
6-
"homepage": "https://github.com/patrickmayanrd/twig-stack-trace-dumper",
6+
"homepage": "http://home.patrickmaynard.com",
77
"license": "MIT",
88
"minimum-stability": "dev",
99
"authors": [

0 commit comments

Comments
 (0)