From 2a18f31b91f1cdca2712ce0a562e974b9a1df640 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Fri, 5 Jan 2018 16:08:22 +0100 Subject: [PATCH] Remove ".phar" --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 8e2fbe320c..7ec9ac1b9e 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -7,7 +7,7 @@ build: override: [php-scrutinizer-run] dependencies: override: - - "php -d memory_limit=-1 composer.phar install" + - "php -d memory_limit=-1 composer install" checks: php: true