From 52a560672eeaf4383570bc337b92953401f5b14f Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 9 Nov 2022 10:19:34 +0200 Subject: [PATCH] Fix isolated deps (php 7.1) --- composer.lock | 8 ++++---- .../Psr/Container/ContainerExceptionInterface.php | 7 ++++--- lib/packages/Psr/Container/ContainerInterface.php | 9 +++++---- .../Psr/Container/NotFoundExceptionInterface.php | 3 +++ 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 50d402a39..060859f62 100644 --- a/composer.lock +++ b/composer.lock @@ -809,12 +809,12 @@ } }, "autoload": { - "psr-4": { - "Amp\\ByteStream\\": "lib" - }, "files": [ "lib/functions.php" - ] + ], + "psr-4": { + "Amp\\ByteStream\\": "lib" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ diff --git a/lib/packages/Psr/Container/ContainerExceptionInterface.php b/lib/packages/Psr/Container/ContainerExceptionInterface.php index 1215883b7..e36fa7885 100644 --- a/lib/packages/Psr/Container/ContainerExceptionInterface.php +++ b/lib/packages/Psr/Container/ContainerExceptionInterface.php @@ -1,12 +1,13 @@