From efc3a4efdbe503e2bfd1e879a5a2bad7cd6debc7 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sat, 16 Jan 2021 17:38:01 +0100 Subject: [PATCH 1/2] Add tests agains php 8 for 1.x --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 72e5d9c..84f8dd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ matrix: dist: bionic - php: 7.4 dist: bionic + - php: 8.0 + dist: bionic install: - travis_retry composer install --no-interaction --prefer-source From 075ce940879381f11f774873284ed128cfaba8df Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sat, 16 Jan 2021 18:16:35 +0100 Subject: [PATCH 2/2] Add spec namespace to autoloader --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d3dfe46..3e3f07e 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,8 @@ }, "autoload-dev": { "psr-4": { - "League\\Flysystem\\AwsS3v3\\Stub\\": "stub" + "League\\Flysystem\\AwsS3v3\\Stub\\": "stub", + "spec\\League\\Flysystem\\AwsS3v3\\": "spec" } }, "config": {