From 58890f0efb46f634ad62547ae9cc5d35bbd95659 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2015 15:43:45 +0200 Subject: php-jsonlint: add an autoloader --- php-jsonlint-bin-without-composer-autoloader.patch | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'php-jsonlint-bin-without-composer-autoloader.patch') diff --git a/php-jsonlint-bin-without-composer-autoloader.patch b/php-jsonlint-bin-without-composer-autoloader.patch index fdad739..d17357d 100644 --- a/php-jsonlint-bin-without-composer-autoloader.patch +++ b/php-jsonlint-bin-without-composer-autoloader.patch @@ -2,13 +2,7 @@ diff --git a/bin/jsonlint b/bin/jsonlint index 1b9272a..c15cfa6 100755 --- a/bin/jsonlint +++ b/bin/jsonlint -@@ -1,4 +1,4 @@ --#!/usr/bin/env php -+#!/usr/bin/php -