From add48116f8222dd4509f9efb437c17c78cffd851 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Mar 2016 07:28:23 +0100 Subject: composer 1.0.0beta1 --- composer-rpm.patch | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'composer-rpm.patch') diff --git a/composer-rpm.patch b/composer-rpm.patch index 2c3b7e2..108900f 100644 --- a/composer-rpm.patch +++ b/composer-rpm.patch @@ -22,22 +22,6 @@ diff -up ./src/Composer/Autoload/AutoloadGenerator.php.rpm ./src/Composer/Autolo if ($this->runScripts) { $this->eventDispatcher->dispatchScript(ScriptEvents::POST_AUTOLOAD_DUMP, $this->devMode, array(), array( -diff -up ./src/Composer/Command/DiagnoseCommand.php.rpm ./src/Composer/Command/DiagnoseCommand.php ---- ./src/Composer/Command/DiagnoseCommand.php.rpm 2016-01-27 14:04:22.000000000 +0100 -+++ ./src/Composer/Command/DiagnoseCommand.php 2016-01-27 16:33:31.333845672 +0100 -@@ -134,12 +134,6 @@ EOT - $io->write('Checking disk free space: ', false); - $this->outputResult($this->checkDiskSpace($config)); - -- $io->write('Checking pubkeys: ', false); -- $this->outputResult($this->checkPubKeys($config)); -- -- $io->write('Checking composer version: ', false); -- $this->outputResult($this->checkVersion()); -- - return $this->failures; - } - diff -up ./src/Composer/Json/JsonFile.php.rpm ./src/Composer/Json/JsonFile.php --- ./src/Composer/Json/JsonFile.php.rpm 2016-01-27 14:04:22.000000000 +0100 +++ ./src/Composer/Json/JsonFile.php 2016-01-27 16:32:11.313455545 +0100 -- cgit