diff --git a/src/Driver/AbstractDriver.php b/src/Driver/AbstractDriver.php index 636ed18..b40bd73 100644 --- a/src/Driver/AbstractDriver.php +++ b/src/Driver/AbstractDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 b3943f9..c3a49d8 100644 --- a/src/Driver/ApcuDriver.php +++ b/src/Driver/ApcuDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 2330be1..ee2c3ef 100644 --- a/src/Driver/DriverInterface.php +++ b/src/Driver/DriverInterface.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 162ef58..b94e792 100644 --- a/src/Driver/MemcachedDriver.php +++ b/src/Driver/MemcachedDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 a4447d8..4886769 100644 --- a/src/Driver/NullDriver.php +++ b/src/Driver/NullDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 8657391..5abad6f 100644 --- a/src/Driver/RedisDriver.php +++ b/src/Driver/RedisDriver.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 2c08efd..7b9b0ad 100644 --- a/src/Exception/CacheException.php +++ b/src/Exception/CacheException.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 83edbed..2ebf897 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Item.php b/src/Item.php index 4aab05b..65d2d11 100644 --- a/src/Item.php +++ b/src/Item.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/ItemCollection.php b/src/ItemCollection.php index e45ba6e..8208a51 100644 --- a/src/ItemCollection.php +++ b/src/ItemCollection.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/LoggerTrait.php b/src/LoggerTrait.php index b725c75..3fa1f7d 100644 --- a/src/LoggerTrait.php +++ b/src/LoggerTrait.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Pool.php b/src/Pool.php index 74f0d50..151f273 100644 --- a/src/Pool.php +++ b/src/Pool.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 b3986ab..a3fdf8a 100644 --- a/tests/Driver/ApcuDriverTest.php +++ b/tests/Driver/ApcuDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 0415a91..4b4a924 100644 --- a/tests/Driver/DriverTestBase.php +++ b/tests/Driver/DriverTestBase.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 c360ade..4de2b04 100644 --- a/tests/Driver/MemcachedDriverTest.php +++ b/tests/Driver/MemcachedDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 eb3f3aa..4b59f2f 100644 --- a/tests/Driver/NullDriverTest.php +++ b/tests/Driver/NullDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 93e5220..76b140f 100644 --- a/tests/Driver/RedisDriverTest.php +++ b/tests/Driver/RedisDriverTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.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 42f54d6..bad247c 100644 --- a/tests/Friend.php +++ b/tests/Friend.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemCollectionTest.php b/tests/ItemCollectionTest.php index 654c0fe..ad6323e 100644 --- a/tests/ItemCollectionTest.php +++ b/tests/ItemCollectionTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemTest.php b/tests/ItemTest.php index d20633d..26862b9 100644 --- a/tests/ItemTest.php +++ b/tests/ItemTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/PoolTest.php b/tests/PoolTest.php index 1c2de02..f409dc3 100644 --- a/tests/PoolTest.php +++ b/tests/PoolTest.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 68d0801..98da5bd 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -4,13 +4,13 @@ * * A Caching library implementing psr/cache * - * PHP version 7.0 + * PHP version 7.1 * * @package Banker * @author Timothy J. Warren - * @copyright 2016 - 2017 Timothy J. Warren + * @copyright 2016 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.1 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests;