diff --git a/composer.json b/composer.json index e2912fb..92733fa 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ } }, "require": { - "aviat/query": "^2.5", - "aura/html": "2.*", - "danielstjules/stringy": "^3.0.0", + "aviat/query": "^2.5.1", + "aura/html": "^2.5.0", + "danielstjules/stringy": "^3.2.0", "ext-json": "*", "php": "^7.2", "psr/http-message": "~1.0", diff --git a/src/ArrayWrapper.php b/src/ArrayWrapper.php index 8f7a052..d9e761d 100644 --- a/src/ArrayWrapper.php +++ b/src/ArrayWrapper.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/Config.php b/src/Config.php index f9ee8c9..03c7ffc 100644 --- a/src/Config.php +++ b/src/Config.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index 1b2a147..59f05b9 100644 --- a/src/ConfigInterface.php +++ b/src/ConfigInterface.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/Di/Container.php b/src/Di/Container.php index fd1cc2d..3ea33be 100644 --- a/src/Di/Container.php +++ b/src/Di/Container.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Di; diff --git a/src/Di/ContainerAware.php b/src/Di/ContainerAware.php index 699444e..40b664b 100644 --- a/src/Di/ContainerAware.php +++ b/src/Di/ContainerAware.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Di; diff --git a/src/Di/ContainerAwareInterface.php b/src/Di/ContainerAwareInterface.php index 54b2fb2..041b05d 100644 --- a/src/Di/ContainerAwareInterface.php +++ b/src/Di/ContainerAwareInterface.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Di; diff --git a/src/Di/ContainerInterface.php b/src/Di/ContainerInterface.php index bee8116..780868e 100644 --- a/src/Di/ContainerInterface.php +++ b/src/Di/ContainerInterface.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Di; diff --git a/src/Di/Exception/ContainerException.php b/src/Di/Exception/ContainerException.php index 5d31705..ee0e7f9 100644 --- a/src/Di/Exception/ContainerException.php +++ b/src/Di/Exception/ContainerException.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Di\Exception; diff --git a/src/Di/Exception/NotFoundException.php b/src/Di/Exception/NotFoundException.php index efe08cb..220a7f2 100644 --- a/src/Di/Exception/NotFoundException.php +++ b/src/Di/Exception/NotFoundException.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Di\Exception; diff --git a/src/Enum.php b/src/Enum.php index cf66866..a3cf643 100644 --- a/src/Enum.php +++ b/src/Enum.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/Exception/ConfigException.php b/src/Exception/ConfigException.php index b5f3f37..b26f0e7 100644 --- a/src/Exception/ConfigException.php +++ b/src/Exception/ConfigException.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Exception; diff --git a/src/Exception/DoubleRenderException.php b/src/Exception/DoubleRenderException.php index 47dc0f8..9fd5cbe 100644 --- a/src/Exception/DoubleRenderException.php +++ b/src/Exception/DoubleRenderException.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Exception; diff --git a/src/Friend.php b/src/Friend.php index 94b1ed9..31f9a3c 100644 --- a/src/Friend.php +++ b/src/Friend.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/Json.php b/src/Json.php index a2c2927..ef78907 100644 --- a/src/Json.php +++ b/src/Json.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/JsonException.php b/src/JsonException.php index bd671d1..a8d288f 100644 --- a/src/JsonException.php +++ b/src/JsonException.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/Model.php b/src/Model.php index d9d08ca..bdc8009 100644 --- a/src/Model.php +++ b/src/Model.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/Model/DB.php b/src/Model/DB.php index f391f9d..93888cc 100644 --- a/src/Model/DB.php +++ b/src/Model/DB.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Model; diff --git a/src/StringWrapper.php b/src/StringWrapper.php index 1b9fb3a..e019da2 100644 --- a/src/StringWrapper.php +++ b/src/StringWrapper.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/Transformer/AbstractTransformer.php b/src/Transformer/AbstractTransformer.php index bc7026a..4b41767 100644 --- a/src/Transformer/AbstractTransformer.php +++ b/src/Transformer/AbstractTransformer.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Transformer; diff --git a/src/Transformer/TransformerInterface.php b/src/Transformer/TransformerInterface.php index c2835ae..bc6d58e 100644 --- a/src/Transformer/TransformerInterface.php +++ b/src/Transformer/TransformerInterface.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Transformer; diff --git a/src/Type/ArrayType.php b/src/Type/ArrayType.php index d093efa..fe1e82c 100644 --- a/src/Type/ArrayType.php +++ b/src/Type/ArrayType.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Type; diff --git a/src/Type/StringType.php b/src/Type/StringType.php index 479817b..56184df 100644 --- a/src/Type/StringType.php +++ b/src/Type/StringType.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Type; diff --git a/src/View.php b/src/View.php index 98e769d..b951c54 100644 --- a/src/View.php +++ b/src/View.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/View/HtmlView.php b/src/View/HtmlView.php index 85a50bb..63daa72 100644 --- a/src/View/HtmlView.php +++ b/src/View/HtmlView.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\View; diff --git a/src/View/HttpView.php b/src/View/HttpView.php index 00cd5f0..15c43a8 100644 --- a/src/View/HttpView.php +++ b/src/View/HttpView.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\View; diff --git a/src/View/JsonView.php b/src/View/JsonView.php index 4f15ca6..e5a6491 100644 --- a/src/View/JsonView.php +++ b/src/View/JsonView.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\View; diff --git a/src/ViewInterface.php b/src/ViewInterface.php index 6a71820..c47b824 100644 --- a/src/ViewInterface.php +++ b/src/ViewInterface.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/XML.php b/src/XML.php index 9a8ad78..ec1c9d8 100644 --- a/src/XML.php +++ b/src/XML.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/src/functions.php b/src/functions.php index 0d05ce5..151c977 100644 --- a/src/functions.php +++ b/src/functions.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion; diff --git a/tests/BaseModelTest.php b/tests/BaseModelTest.php index 22737fb..e5e6ea6 100644 --- a/tests/BaseModelTest.php +++ b/tests/BaseModelTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests; diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index f878749..f009c57 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests; diff --git a/tests/Di/ContainerAwareTest.php b/tests/Di/ContainerAwareTest.php index ac77b38..8923680 100644 --- a/tests/Di/ContainerAwareTest.php +++ b/tests/Di/ContainerAwareTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests\Di; diff --git a/tests/Di/ContainerTest.php b/tests/Di/ContainerTest.php index b686531..ac73416 100644 --- a/tests/Di/ContainerTest.php +++ b/tests/Di/ContainerTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests\Di; diff --git a/tests/EnumTest.php b/tests/EnumTest.php index 36113f6..6254e93 100644 --- a/tests/EnumTest.php +++ b/tests/EnumTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests; diff --git a/tests/Exception/DoubleRenderExceptionTest.php b/tests/Exception/DoubleRenderExceptionTest.php index db4e070..4be0ba5 100644 --- a/tests/Exception/DoubleRenderExceptionTest.php +++ b/tests/Exception/DoubleRenderExceptionTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests\Exception; diff --git a/tests/FriendTest.php b/tests/FriendTest.php index ef1a140..861f175 100644 --- a/tests/FriendTest.php +++ b/tests/FriendTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests; diff --git a/tests/Ion_TestCase.php b/tests/Ion_TestCase.php index 74b22bb..7b80da1 100644 --- a/tests/Ion_TestCase.php +++ b/tests/Ion_TestCase.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests; diff --git a/tests/JsonTest.php b/tests/JsonTest.php index 7611266..cc45dcf 100644 --- a/tests/JsonTest.php +++ b/tests/JsonTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests; diff --git a/tests/Model/BaseDBModelTest.php b/tests/Model/BaseDBModelTest.php index b5afe7e..f72ede4 100644 --- a/tests/Model/BaseDBModelTest.php +++ b/tests/Model/BaseDBModelTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests\Model; diff --git a/tests/StringWrapperTest.php b/tests/StringWrapperTest.php index 3fd8864..d45ae59 100644 --- a/tests/StringWrapperTest.php +++ b/tests/StringWrapperTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests; diff --git a/tests/TestSessionHandler.php b/tests/TestSessionHandler.php index 9993ae1..59acac9 100644 --- a/tests/TestSessionHandler.php +++ b/tests/TestSessionHandler.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests; diff --git a/tests/Transformer/AbstractTransformerTest.php b/tests/Transformer/AbstractTransformerTest.php index 5bf1a22..0e6adf9 100644 --- a/tests/Transformer/AbstractTransformerTest.php +++ b/tests/Transformer/AbstractTransformerTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests\Transformer; diff --git a/tests/Type/ArrayTypeTest.php b/tests/Type/ArrayTypeTest.php index 08283ee..fbbc96d 100644 --- a/tests/Type/ArrayTypeTest.php +++ b/tests/Type/ArrayTypeTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests\Type; diff --git a/tests/Type/StringTypeTest.php b/tests/Type/StringTypeTest.php index 2570881..4872108 100644 --- a/tests/Type/StringTypeTest.php +++ b/tests/Type/StringTypeTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests\Type; diff --git a/tests/View/HtmlViewTest.php b/tests/View/HtmlViewTest.php index defe352..d31a303 100644 --- a/tests/View/HtmlViewTest.php +++ b/tests/View/HtmlViewTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests\View; diff --git a/tests/View/HttpViewTest.php b/tests/View/HttpViewTest.php index de8b319..8305e9b 100644 --- a/tests/View/HttpViewTest.php +++ b/tests/View/HttpViewTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests\View; diff --git a/tests/View/JsonViewTest.php b/tests/View/JsonViewTest.php index 055adbe..2afd8a8 100644 --- a/tests/View/JsonViewTest.php +++ b/tests/View/JsonViewTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests\View; diff --git a/tests/XMLTest.php b/tests/XMLTest.php index e8699e5..a4e6774 100644 --- a/tests/XMLTest.php +++ b/tests/XMLTest.php @@ -1,17 +1,17 @@ - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1 - * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests; diff --git a/tests/functionsTest.php b/tests/functionsTest.php index 05f433b..c567fd1 100644 --- a/tests/functionsTest.php +++ b/tests/functionsTest.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests; diff --git a/tests/mocks.php b/tests/mocks.php index 6f8e7ed..83864d5 100644 --- a/tests/mocks.php +++ b/tests/mocks.php @@ -4,14 +4,14 @@ * * Building blocks for web development * - * PHP version 7.1 + * PHP version 7.2 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2018 Timothy J. Warren + * @copyright 2015 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.4.1 - * @link https://git.timshomepage.net/timw4mail/ion + * @version 3.0.0 + * @link https://git.timshomepage.net/aviat/ion */ namespace Aviat\Ion\Tests;