diff --git a/src/Driver/AbstractDriver.php b/src/Driver/AbstractDriver.php index b40bd73..cc166bc 100644 --- a/src/Driver/AbstractDriver.php +++ b/src/Driver/AbstractDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 37baf72..d9ba427 100644 --- a/src/Driver/ApcuDriver.php +++ b/src/Driver/ApcuDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 ee2c3ef..34777fc 100644 --- a/src/Driver/DriverInterface.php +++ b/src/Driver/DriverInterface.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 6810cf3..dbbfd21 100644 --- a/src/Driver/MemcachedDriver.php +++ b/src/Driver/MemcachedDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 4886769..a0274de 100644 --- a/src/Driver/NullDriver.php +++ b/src/Driver/NullDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 7100007..5e968fe 100644 --- a/src/Driver/RedisDriver.php +++ b/src/Driver/RedisDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 7b9b0ad..1b9e7d1 100644 --- a/src/Exception/CacheException.php +++ b/src/Exception/CacheException.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 2ebf897..80902e3 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Item.php b/src/Item.php index 4975279..3eaf922 100644 --- a/src/Item.php +++ b/src/Item.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/ItemCollection.php b/src/ItemCollection.php index 8208a51..6417409 100644 --- a/src/ItemCollection.php +++ b/src/ItemCollection.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/LoggerTrait.php b/src/LoggerTrait.php index 3fa1f7d..68a3703 100644 --- a/src/LoggerTrait.php +++ b/src/LoggerTrait.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Pool.php b/src/Pool.php index 151f273..2365008 100644 --- a/src/Pool.php +++ b/src/Pool.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 c01b1e4..13e2b15 100644 --- a/tests/Driver/ApcuDriverTest.php +++ b/tests/Driver/ApcuDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 4b4a924..8c872fc 100644 --- a/tests/Driver/DriverTestBase.php +++ b/tests/Driver/DriverTestBase.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 fd6beda..5a7adbb 100644 --- a/tests/Driver/MemcachedDriverTest.php +++ b/tests/Driver/MemcachedDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 65e7176..5363663 100644 --- a/tests/Driver/NullDriverTest.php +++ b/tests/Driver/NullDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 9534bb5..5cef999 100644 --- a/tests/Driver/RedisDriverTest.php +++ b/tests/Driver/RedisDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.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 bad247c..1be94b8 100644 --- a/tests/Friend.php +++ b/tests/Friend.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemCollectionTest.php b/tests/ItemCollectionTest.php index 4376bd6..e1e4845 100644 --- a/tests/ItemCollectionTest.php +++ b/tests/ItemCollectionTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemTest.php b/tests/ItemTest.php index c54d92d..3793723 100644 --- a/tests/ItemTest.php +++ b/tests/ItemTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/PoolTest.php b/tests/PoolTest.php index 91f4f26..e322b68 100644 --- a/tests/PoolTest.php +++ b/tests/PoolTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 98da5bd..84bfffd 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.1 + * PHP version 7.2 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2018 Timothy J. Warren + * @copyright 2016 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 3.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests;