From 3d6fc716125137803a59997f5f9293f481811977 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 5 Aug 2015 13:27:02 +0200 Subject: [PATCH] composer: Remove include path. No longer necessary due to PSR4 autoloading. --- composer.json | 1 - composer.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 750af23c..db9e3031 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,6 @@ "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations." }, - "include-path": ["phpseclib/"], "autoload": { "psr-4": { "phpseclib\\": "phpseclib/" diff --git a/composer.lock b/composer.lock index c98c8a4f..daed47bf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b24ab20be15b6312e532ee2ffa18d5fa", + "hash": "3c1701cdae74c93eba5311e59f11cdb6", "packages": [], "packages-dev": [ {