From 7de992bbf61cfb61993dab8f996869579af67c02 Mon Sep 17 00:00:00 2001 From: cmr Date: Fri, 19 Jun 2015 22:21:16 +0200 Subject: [PATCH] Ref #4: symlink without .php --- composer.json | 2 +- phptidy | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 phptidy diff --git a/composer.json b/composer.json index e710f77..8f2fe80 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,6 @@ "suggest": { "ext-mbstring": "*" }, - "bin": ["phptidy.php"] + "bin": ["phptidy"] } diff --git a/phptidy b/phptidy new file mode 120000 index 0000000..0d9ede0 --- /dev/null +++ b/phptidy @@ -0,0 +1 @@ +phptidy.php \ No newline at end of file