From 1206a47224bd0403a33cb28c4f8bba16b7d58650 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 30 Nov 2021 11:56:15 -0500 Subject: [PATCH] Update version headers --- build/header_comment.txt | 4 ++-- src/Driver/AbstractDriver.php | 4 ++-- src/Driver/ApcuDriver.php | 4 ++-- src/Driver/DriverInterface.php | 4 ++-- src/Driver/MemcachedDriver.php | 4 ++-- src/Driver/NullDriver.php | 4 ++-- src/Driver/RedisDriver.php | 4 ++-- src/Exception/CacheException.php | 4 ++-- src/Exception/InvalidArgumentException.php | 4 ++-- src/Item.php | 4 ++-- src/ItemCollection.php | 4 ++-- src/KeyValidateTrait.php | 4 ++-- src/LoggerTrait.php | 4 ++-- src/Pool.php | 4 ++-- src/Teller.php | 4 ++-- src/_Driver.php | 4 ++-- tests/Driver/ApcuDriverTest.php | 4 ++-- tests/Driver/DriverTestBase.php | 4 ++-- tests/Driver/MemcachedDriverTest.php | 4 ++-- tests/Driver/NullDriverTest.php | 4 ++-- tests/Driver/RedisDriverTest.php | 4 ++-- tests/Friend.php | 4 ++-- tests/ItemCollectionTest.php | 4 ++-- tests/ItemTest.php | 4 ++-- tests/PoolTest.php | 4 ++-- tests/TellerTest.php | 4 ++-- tests/bootstrap.php | 4 ++-- 27 files changed, 54 insertions(+), 54 deletions(-) diff --git a/build/header_comment.txt b/build/header_comment.txt index 6d3e21f..5996aca 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -3,12 +3,12 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 7.4+ + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 3.2.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ diff --git a/src/Driver/AbstractDriver.php b/src/Driver/AbstractDriver.php index c26b21f..e130781 100644 --- a/src/Driver/AbstractDriver.php +++ b/src/Driver/AbstractDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/ApcuDriver.php b/src/Driver/ApcuDriver.php index fc571d2..a0f286f 100644 --- a/src/Driver/ApcuDriver.php +++ b/src/Driver/ApcuDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/DriverInterface.php b/src/Driver/DriverInterface.php index 327f6a9..120a380 100644 --- a/src/Driver/DriverInterface.php +++ b/src/Driver/DriverInterface.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/MemcachedDriver.php b/src/Driver/MemcachedDriver.php index 333221f..cdb39f6 100644 --- a/src/Driver/MemcachedDriver.php +++ b/src/Driver/MemcachedDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/NullDriver.php b/src/Driver/NullDriver.php index 7fc62f5..fc2915d 100644 --- a/src/Driver/NullDriver.php +++ b/src/Driver/NullDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/RedisDriver.php b/src/Driver/RedisDriver.php index 5970327..6633846 100644 --- a/src/Driver/RedisDriver.php +++ b/src/Driver/RedisDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Exception/CacheException.php b/src/Exception/CacheException.php index ff1b85d..52a89de 100644 --- a/src/Exception/CacheException.php +++ b/src/Exception/CacheException.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 5b2c478..1dfd0ee 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Item.php b/src/Item.php index 35fe485..1eb0ba2 100644 --- a/src/Item.php +++ b/src/Item.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/ItemCollection.php b/src/ItemCollection.php index 0e48f1a..af890c8 100644 --- a/src/ItemCollection.php +++ b/src/ItemCollection.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/KeyValidateTrait.php b/src/KeyValidateTrait.php index be0bb50..14e3717 100644 --- a/src/KeyValidateTrait.php +++ b/src/KeyValidateTrait.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/LoggerTrait.php b/src/LoggerTrait.php index ec7afcd..12752ba 100644 --- a/src/LoggerTrait.php +++ b/src/LoggerTrait.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Pool.php b/src/Pool.php index e20cd40..d6a0412 100644 --- a/src/Pool.php +++ b/src/Pool.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Teller.php b/src/Teller.php index 9354d65..ef40b23 100644 --- a/src/Teller.php +++ b/src/Teller.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/_Driver.php b/src/_Driver.php index eeaab4f..859259b 100644 --- a/src/_Driver.php +++ b/src/_Driver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/tests/Driver/ApcuDriverTest.php b/tests/Driver/ApcuDriverTest.php index ac0a22a..1a2268e 100644 --- a/tests/Driver/ApcuDriverTest.php +++ b/tests/Driver/ApcuDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/DriverTestBase.php b/tests/Driver/DriverTestBase.php index ff9f575..3f0f60f 100644 --- a/tests/Driver/DriverTestBase.php +++ b/tests/Driver/DriverTestBase.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/MemcachedDriverTest.php b/tests/Driver/MemcachedDriverTest.php index c109db9..4a29421 100644 --- a/tests/Driver/MemcachedDriverTest.php +++ b/tests/Driver/MemcachedDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/NullDriverTest.php b/tests/Driver/NullDriverTest.php index 5c569a4..28a2b35 100644 --- a/tests/Driver/NullDriverTest.php +++ b/tests/Driver/NullDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/RedisDriverTest.php b/tests/Driver/RedisDriverTest.php index cb5fd0d..d21e833 100644 --- a/tests/Driver/RedisDriverTest.php +++ b/tests/Driver/RedisDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Friend.php b/tests/Friend.php index 824f180..64223cc 100644 --- a/tests/Friend.php +++ b/tests/Friend.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemCollectionTest.php b/tests/ItemCollectionTest.php index c4f3447..7d98ca7 100644 --- a/tests/ItemCollectionTest.php +++ b/tests/ItemCollectionTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemTest.php b/tests/ItemTest.php index d6581dc..5ccf519 100644 --- a/tests/ItemTest.php +++ b/tests/ItemTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/PoolTest.php b/tests/PoolTest.php index 33db4f3..c14f8ea 100644 --- a/tests/PoolTest.php +++ b/tests/PoolTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/TellerTest.php b/tests/TellerTest.php index 6cca07d..8388ec1 100644 --- a/tests/TellerTest.php +++ b/tests/TellerTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 6c67cb7..7e767f9 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * - * PHP version 8 + * PHP version 8+ * * @package Banker * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0.0 + * @version 5.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests;