diff --git a/src/Driver/AbstractDriver.php b/src/Driver/AbstractDriver.php index 054230b..5bcc1ec 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 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 4.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 6af251a..e60151f 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 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 4.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 535ae75..327f6a9 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 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 4.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 f3f7e96..3dd01f8 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 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 4.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 5117684..7fc62f5 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 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 4.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 571a4ed..bc318fb 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 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 4.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 c5c0a4c..ff1b85d 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 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 4.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 15d8b0d..5b2c478 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Item.php b/src/Item.php index e965904..35fe485 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/ItemCollection.php b/src/ItemCollection.php index d7b8463..f07f1b4 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/KeyValidateTrait.php b/src/KeyValidateTrait.php index 418d442..be0bb50 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/LoggerTrait.php b/src/LoggerTrait.php index 0489475..ec7afcd 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Pool.php b/src/Pool.php index b814311..9fb5ce1 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Teller.php b/src/Teller.php index ad6b164..846f009 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/_Driver.php b/src/_Driver.php index ce81299..81abc7c 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 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 4.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 3152c93..ac0a22a 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 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 4.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 1ae3549..ff9f575 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 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 4.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 06ab53d..c109db9 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 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 4.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 6306cd8..5c569a4 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 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 4.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 69bb820..cb5fd0d 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 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 4.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 d7c1730..824f180 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemCollectionTest.php b/tests/ItemCollectionTest.php index adb6ebc..c4f3447 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemTest.php b/tests/ItemTest.php index a2399d9..d6581dc 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/PoolTest.php b/tests/PoolTest.php index e0ed383..33db4f3 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/TellerTest.php b/tests/TellerTest.php index 6c0c7b3..6cca07d 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/bootstrap.php b/tests/bootstrap.php index fb1e43a..6c67cb7 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 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 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests;