From 676c07df5adae1bb14b0ca5162965c4746121e2b Mon Sep 17 00:00:00 2001 From: Andrew Caya Date: Wed, 11 Jan 2023 14:58:05 -0500 Subject: [PATCH 1/6] 2023-01-11 AC: Updates the README file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e6bddb..1677bde 100755 --- a/README.md +++ b/README.md @@ -41,6 +41,6 @@ Then, from within the root directory of the project, you can run the following c ## Upgrading from 4.0.0 to 5.0.0 -When upgrading from version 4.0.0 to 5.0.0, please make sure to replace the \Doctrine\Common namespace with the \Ascmvc\Session\Common in your config/session.config.php file. +When upgrading from version 4.0.0 to 5.0.0, please make sure to replace the namespace \Doctrine\Common with \Ascmvc\Session\Common in your config/session.config.php file. ### Have a lot of fun! :) \ No newline at end of file From c5b0e706ce100a4ae4e31e57f2c46a1b227666ca Mon Sep 17 00:00:00 2001 From: Andrew Caya Date: Mon, 16 Jan 2023 16:56:14 -0500 Subject: [PATCH 2/6] 2023-01-16 AC: Updates the linuxforcomposer.json file. --- linuxforcomposer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/linuxforcomposer.json b/linuxforcomposer.json index 8c6d49a..f9d7835 100644 --- a/linuxforcomposer.json +++ b/linuxforcomposer.json @@ -33,10 +33,9 @@ }, "ports": { "port1": [ - "7474:80", - "7373:80", - "7272:80", - "7171:80" + "8080:80", + "8181:80", + "8282:80" ] }, "volumes": { From abb0f67157a710c758b2f63af229063157086f66 Mon Sep 17 00:00:00 2001 From: Andrew Caya Date: Mon, 16 Jan 2023 17:04:17 -0500 Subject: [PATCH 3/6] 2023-01-16 AC: Updates the project's dependencies. --- composer.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index e8be70d..de4d01e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "914d1aaee99d8ff9dd679848c7ac293b", + "content-hash": "89c68932324699e10d9f33c70d0a3505", "packages": [ { "name": "atlas/mapper", @@ -5495,7 +5495,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=8.0 <=8.3" + "php": ">=8.0 <8.3" }, "platform-dev": [], "plugin-api-version": "2.3.0" From d504364ba643edd299d53320168e347e466b08b5 Mon Sep 17 00:00:00 2001 From: Andrew Caya Date: Mon, 16 Jan 2023 17:04:33 -0500 Subject: [PATCH 4/6] 2023-01-16 AC: Updates the CHANGELOG. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c598a..91d4331 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 5.0.1 (2023-01-16) + +- Updates the project's dependencies. + ## 5.0.0 (2023-01-10) - Makes the \Doctrine\Common library a core ASCMVC library (\Ascmvc\Session\Common). From 3daab81e7c8ece4c3699c3ddbb070c2b9fbd8632 Mon Sep 17 00:00:00 2001 From: Andrew Caya Date: Mon, 16 Jan 2023 17:05:22 -0500 Subject: [PATCH 5/6] 2023-01-16 AC: Updates the user documentation. --- docs/whats_new.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index c536eb2..0a0d405 100755 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -1,5 +1,10 @@ .. _WhatsNewAnchor: +What's new in version 5.0.1 (2023-01-16) +======================================== + +* Updates the project's dependencies. + What's new in version 5.0.0 (2023-01-10) ======================================== From d62eeffa3d53d7b1a43ba884dfa32da2116d3d6b Mon Sep 17 00:00:00 2001 From: Andrew Caya Date: Mon, 16 Jan 2023 17:09:03 -0500 Subject: [PATCH 6/6] 2023-01-16 AC: Updates the version number. --- docs/conf.py | 2 +- src/AbstractApp.php | 2 +- src/AbstractController.php | 2 +- src/AbstractControllerManager.php | 2 +- src/AbstractModelObject.php | 2 +- src/AbstractRouter.php | 2 +- src/AscmvcBootstrapListenerInterface.php | 2 +- src/AscmvcControllerFactoryInterface.php | 2 +- src/AscmvcDispatchListenerInterface.php | 2 +- src/AscmvcEventManagerListenerInterface.php | 2 +- src/AscmvcFinishListenerInterface.php | 2 +- src/AscmvcRenderListenerInterface.php | 2 +- src/AscmvcRouteListenerInterface.php | 2 +- src/EventSourcing/AggregateEventListener.php | 2 +- src/EventSourcing/AggregateEventListenerInterface.php | 2 +- src/EventSourcing/AggregateImmutableValueObject.php | 2 +- src/EventSourcing/AggregatePolicy.php | 2 +- src/EventSourcing/AggregateReadModel.php | 2 +- src/EventSourcing/AggregateRootController.php | 2 +- src/EventSourcing/AsyncCommand.php | 2 +- src/EventSourcing/Command.php | 2 +- src/EventSourcing/CommandRunner.php | 2 +- src/EventSourcing/Event/AggregateEvent.php | 2 +- src/EventSourcing/Event/Event.php | 2 +- src/EventSourcing/Event/ReadAggregateCompletedEvent.php | 2 +- src/EventSourcing/Event/WriteAggregateCompletedEvent.php | 2 +- src/EventSourcing/EventDispatcher.php | 2 +- src/EventSourcing/EventListener.php | 2 +- src/EventSourcing/EventListenerInterface.php | 2 +- src/EventSourcing/EventLogger.php | 2 +- src/EventSourcing/Policy.php | 2 +- src/EventSourcing/ReadModel.php | 2 +- src/Middleware/LazyLoadingMiddleware.php | 2 +- src/Middleware/MiddlewareFactory.php | 2 +- src/Mvc/App.php | 2 +- src/Mvc/AscmvcEvent.php | 2 +- src/Mvc/AscmvcEventManager.php | 2 +- src/Mvc/AscmvcEventManagerFactory.php | 2 +- src/Mvc/Atlas.php | 2 +- src/Mvc/Controller.php | 2 +- src/Mvc/ControllerManager.php | 2 +- src/Mvc/Doctrine.php | 2 +- src/Mvc/FastRouter.php | 2 +- src/Mvc/Psr4Autoloader.php | 2 +- src/Mvc/ViewObjectFactory.php | 2 +- src/Proxy/AtlasORM.php | 2 +- src/Session/Cache/DoctrineCacheItem.php | 2 +- src/Session/Cache/DoctrineCacheItemPool.php | 2 +- src/Session/Cache/DoctrineInvalidArgumentException.php | 2 +- src/Session/Config.php | 2 +- src/Session/Http.php | 2 +- src/Session/Random.php | 2 +- src/Session/Session.php | 2 +- src/Session/SessionManager.php | 2 +- src/Session/Swoole.php | 2 +- src/functions/get-namespace-from-path.php | 2 +- tests/unit/AppTest.php | 2 +- tests/unit/AscmvcEventManagerTest.php | 2 +- tests/unit/AscmvcEventTest.php | 2 +- tests/unit/AtlasTest.php | 2 +- tests/unit/ControllerManagerTest.php | 2 +- tests/unit/ControllerTest.php | 2 +- tests/unit/DoctrineTest.php | 2 +- tests/unit/EventSourcing/AggregateImmutableValueObjectTest.php | 2 +- tests/unit/EventSourcing/CommandRunnerTest.php | 2 +- tests/unit/EventSourcing/Event/AggregateEventTest.php | 2 +- .../EventSourcing/Event/ReadAggregateCompletedEventTest.php | 2 +- .../EventSourcing/Event/WriteAggregateCompletedEventTest.php | 2 +- tests/unit/EventSourcing/EventDispatcherTest.php | 2 +- tests/unit/EventSourcing/EventLoggerTest.php | 2 +- tests/unit/FastRouterTest.php | 2 +- tests/unit/GetNamespaceFromPathTest.php | 2 +- tests/unit/Session/Cache/DoctrineCacheItemPoolTest.php | 2 +- tests/unit/Session/Cache/DoctrineCacheItemTest.php | 2 +- .../unit/Session/Cache/DoctrineInvalidArgumentExceptionTest.php | 2 +- tests/unit/Session/ConfigTest.php | 2 +- tests/unit/Session/HttpTest.php | 2 +- tests/unit/Session/RandomTest.php | 2 +- tests/unit/Session/SessionManagerTest.php | 2 +- tests/unit/Session/SessionTest.php | 2 +- tests/unit/ViewObjectFactoryTest.php | 2 +- 81 files changed, 81 insertions(+), 81 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7bd4eac..967d588 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '5.0' # The full version, including alpha/beta/rc tags. -release = '5.0.0' +release = '5.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/AbstractApp.php b/src/AbstractApp.php index d750aa4..afa2207 100755 --- a/src/AbstractApp.php +++ b/src/AbstractApp.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/AbstractController.php b/src/AbstractController.php index a166222..371709c 100755 --- a/src/AbstractController.php +++ b/src/AbstractController.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/AbstractControllerManager.php b/src/AbstractControllerManager.php index 72fb3de..5835741 100755 --- a/src/AbstractControllerManager.php +++ b/src/AbstractControllerManager.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/AbstractModelObject.php b/src/AbstractModelObject.php index 72eded3..fdef85b 100755 --- a/src/AbstractModelObject.php +++ b/src/AbstractModelObject.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/AbstractRouter.php b/src/AbstractRouter.php index 394226d..ff9ed28 100755 --- a/src/AbstractRouter.php +++ b/src/AbstractRouter.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/AscmvcBootstrapListenerInterface.php b/src/AscmvcBootstrapListenerInterface.php index a76e416..6c86721 100755 --- a/src/AscmvcBootstrapListenerInterface.php +++ b/src/AscmvcBootstrapListenerInterface.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/AscmvcControllerFactoryInterface.php b/src/AscmvcControllerFactoryInterface.php index 232162a..60dad7f 100755 --- a/src/AscmvcControllerFactoryInterface.php +++ b/src/AscmvcControllerFactoryInterface.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/AscmvcDispatchListenerInterface.php b/src/AscmvcDispatchListenerInterface.php index a679474..d0545a9 100755 --- a/src/AscmvcDispatchListenerInterface.php +++ b/src/AscmvcDispatchListenerInterface.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/AscmvcEventManagerListenerInterface.php b/src/AscmvcEventManagerListenerInterface.php index 1d34bab..d7f9ed4 100755 --- a/src/AscmvcEventManagerListenerInterface.php +++ b/src/AscmvcEventManagerListenerInterface.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/AscmvcFinishListenerInterface.php b/src/AscmvcFinishListenerInterface.php index 9ed4c98..33cc7b6 100755 --- a/src/AscmvcFinishListenerInterface.php +++ b/src/AscmvcFinishListenerInterface.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/AscmvcRenderListenerInterface.php b/src/AscmvcRenderListenerInterface.php index 54ceb9c..bb7acaf 100755 --- a/src/AscmvcRenderListenerInterface.php +++ b/src/AscmvcRenderListenerInterface.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/AscmvcRouteListenerInterface.php b/src/AscmvcRouteListenerInterface.php index b24fc07..69886a1 100755 --- a/src/AscmvcRouteListenerInterface.php +++ b/src/AscmvcRouteListenerInterface.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/EventSourcing/AggregateEventListener.php b/src/EventSourcing/AggregateEventListener.php index e187672..27e3b31 100755 --- a/src/EventSourcing/AggregateEventListener.php +++ b/src/EventSourcing/AggregateEventListener.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.1.0 */ diff --git a/src/EventSourcing/AggregateEventListenerInterface.php b/src/EventSourcing/AggregateEventListenerInterface.php index 376b4e1..5d11412 100755 --- a/src/EventSourcing/AggregateEventListenerInterface.php +++ b/src/EventSourcing/AggregateEventListenerInterface.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.1.0 */ diff --git a/src/EventSourcing/AggregateImmutableValueObject.php b/src/EventSourcing/AggregateImmutableValueObject.php index b014134..86d0b26 100755 --- a/src/EventSourcing/AggregateImmutableValueObject.php +++ b/src/EventSourcing/AggregateImmutableValueObject.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/AggregatePolicy.php b/src/EventSourcing/AggregatePolicy.php index 5431527..a8ffe60 100755 --- a/src/EventSourcing/AggregatePolicy.php +++ b/src/EventSourcing/AggregatePolicy.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.1.0 */ diff --git a/src/EventSourcing/AggregateReadModel.php b/src/EventSourcing/AggregateReadModel.php index fcf0858..c7d46fc 100755 --- a/src/EventSourcing/AggregateReadModel.php +++ b/src/EventSourcing/AggregateReadModel.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.1.0 */ diff --git a/src/EventSourcing/AggregateRootController.php b/src/EventSourcing/AggregateRootController.php index af208b3..124f7d3 100755 --- a/src/EventSourcing/AggregateRootController.php +++ b/src/EventSourcing/AggregateRootController.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.1.0 */ diff --git a/src/EventSourcing/AsyncCommand.php b/src/EventSourcing/AsyncCommand.php index 7b9ac6b..86b9584 100644 --- a/src/EventSourcing/AsyncCommand.php +++ b/src/EventSourcing/AsyncCommand.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.1.0 */ diff --git a/src/EventSourcing/Command.php b/src/EventSourcing/Command.php index 9e5f8bc..e56f440 100755 --- a/src/EventSourcing/Command.php +++ b/src/EventSourcing/Command.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/CommandRunner.php b/src/EventSourcing/CommandRunner.php index 9e7bfa4..1dc8363 100644 --- a/src/EventSourcing/CommandRunner.php +++ b/src/EventSourcing/CommandRunner.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.1.0 */ diff --git a/src/EventSourcing/Event/AggregateEvent.php b/src/EventSourcing/Event/AggregateEvent.php index 9057718..cfbdbfc 100755 --- a/src/EventSourcing/Event/AggregateEvent.php +++ b/src/EventSourcing/Event/AggregateEvent.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/Event/Event.php b/src/EventSourcing/Event/Event.php index ecc04f8..93ba5f7 100755 --- a/src/EventSourcing/Event/Event.php +++ b/src/EventSourcing/Event/Event.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/Event/ReadAggregateCompletedEvent.php b/src/EventSourcing/Event/ReadAggregateCompletedEvent.php index 1ca54a0..e60d072 100755 --- a/src/EventSourcing/Event/ReadAggregateCompletedEvent.php +++ b/src/EventSourcing/Event/ReadAggregateCompletedEvent.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/Event/WriteAggregateCompletedEvent.php b/src/EventSourcing/Event/WriteAggregateCompletedEvent.php index df19bb9..b54cbcb 100755 --- a/src/EventSourcing/Event/WriteAggregateCompletedEvent.php +++ b/src/EventSourcing/Event/WriteAggregateCompletedEvent.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/EventDispatcher.php b/src/EventSourcing/EventDispatcher.php index 3ea9b9f..700fce8 100755 --- a/src/EventSourcing/EventDispatcher.php +++ b/src/EventSourcing/EventDispatcher.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/EventListener.php b/src/EventSourcing/EventListener.php index 8501e2d..8c60e32 100755 --- a/src/EventSourcing/EventListener.php +++ b/src/EventSourcing/EventListener.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/EventListenerInterface.php b/src/EventSourcing/EventListenerInterface.php index 703e07a..5dbe06f 100755 --- a/src/EventSourcing/EventListenerInterface.php +++ b/src/EventSourcing/EventListenerInterface.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/EventLogger.php b/src/EventSourcing/EventLogger.php index 36caa5c..4f34334 100755 --- a/src/EventSourcing/EventLogger.php +++ b/src/EventSourcing/EventLogger.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/Policy.php b/src/EventSourcing/Policy.php index 2ecc522..76d43de 100755 --- a/src/EventSourcing/Policy.php +++ b/src/EventSourcing/Policy.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/EventSourcing/ReadModel.php b/src/EventSourcing/ReadModel.php index 9df7a4b..98388e4 100755 --- a/src/EventSourcing/ReadModel.php +++ b/src/EventSourcing/ReadModel.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 3.0.0 */ diff --git a/src/Middleware/LazyLoadingMiddleware.php b/src/Middleware/LazyLoadingMiddleware.php index 60f1b78..71b504e 100755 --- a/src/Middleware/LazyLoadingMiddleware.php +++ b/src/Middleware/LazyLoadingMiddleware.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 * diff --git a/src/Middleware/MiddlewareFactory.php b/src/Middleware/MiddlewareFactory.php index 3044c5a..9a135b2 100755 --- a/src/Middleware/MiddlewareFactory.php +++ b/src/Middleware/MiddlewareFactory.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 * diff --git a/src/Mvc/App.php b/src/Mvc/App.php index 4a91496..62f415b 100755 --- a/src/Mvc/App.php +++ b/src/Mvc/App.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/Mvc/AscmvcEvent.php b/src/Mvc/AscmvcEvent.php index b4afb6f..6679936 100755 --- a/src/Mvc/AscmvcEvent.php +++ b/src/Mvc/AscmvcEvent.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/Mvc/AscmvcEventManager.php b/src/Mvc/AscmvcEventManager.php index 198960b..860a924 100755 --- a/src/Mvc/AscmvcEventManager.php +++ b/src/Mvc/AscmvcEventManager.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/Mvc/AscmvcEventManagerFactory.php b/src/Mvc/AscmvcEventManagerFactory.php index dfc1b48..d30e0c2 100755 --- a/src/Mvc/AscmvcEventManagerFactory.php +++ b/src/Mvc/AscmvcEventManagerFactory.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/Mvc/Atlas.php b/src/Mvc/Atlas.php index c4fcfbf..1e09c82 100755 --- a/src/Mvc/Atlas.php +++ b/src/Mvc/Atlas.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/Mvc/Controller.php b/src/Mvc/Controller.php index 81d449d..b93f920 100755 --- a/src/Mvc/Controller.php +++ b/src/Mvc/Controller.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/Mvc/ControllerManager.php b/src/Mvc/ControllerManager.php index 1dffdba..2b3959e 100755 --- a/src/Mvc/ControllerManager.php +++ b/src/Mvc/ControllerManager.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/Mvc/Doctrine.php b/src/Mvc/Doctrine.php index e04ab95..80080a3 100755 --- a/src/Mvc/Doctrine.php +++ b/src/Mvc/Doctrine.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/Mvc/FastRouter.php b/src/Mvc/FastRouter.php index 0f21d08..c4c0fa3 100755 --- a/src/Mvc/FastRouter.php +++ b/src/Mvc/FastRouter.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/Mvc/Psr4Autoloader.php b/src/Mvc/Psr4Autoloader.php index 9379f33..3528f07 100755 --- a/src/Mvc/Psr4Autoloader.php +++ b/src/Mvc/Psr4Autoloader.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/Mvc/ViewObjectFactory.php b/src/Mvc/ViewObjectFactory.php index 711a0da..cbd0209 100755 --- a/src/Mvc/ViewObjectFactory.php +++ b/src/Mvc/ViewObjectFactory.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 1.0.0 */ diff --git a/src/Proxy/AtlasORM.php b/src/Proxy/AtlasORM.php index 86c530a..b4d703b 100755 --- a/src/Proxy/AtlasORM.php +++ b/src/Proxy/AtlasORM.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/src/Session/Cache/DoctrineCacheItem.php b/src/Session/Cache/DoctrineCacheItem.php index 94d7419..0fb027d 100755 --- a/src/Session/Cache/DoctrineCacheItem.php +++ b/src/Session/Cache/DoctrineCacheItem.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.1.0 */ diff --git a/src/Session/Cache/DoctrineCacheItemPool.php b/src/Session/Cache/DoctrineCacheItemPool.php index 92d3e89..364e502 100755 --- a/src/Session/Cache/DoctrineCacheItemPool.php +++ b/src/Session/Cache/DoctrineCacheItemPool.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.1.0 */ diff --git a/src/Session/Cache/DoctrineInvalidArgumentException.php b/src/Session/Cache/DoctrineInvalidArgumentException.php index 46dd81b..8bd2f58 100755 --- a/src/Session/Cache/DoctrineInvalidArgumentException.php +++ b/src/Session/Cache/DoctrineInvalidArgumentException.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.1.0 */ diff --git a/src/Session/Config.php b/src/Session/Config.php index 23d65ec..6ee5a93 100755 --- a/src/Session/Config.php +++ b/src/Session/Config.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.1.0 * diff --git a/src/Session/Http.php b/src/Session/Http.php index b59e1b4..03a66ea 100755 --- a/src/Session/Http.php +++ b/src/Session/Http.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.1.0 * diff --git a/src/Session/Random.php b/src/Session/Random.php index 3ff9345..5b405d3 100755 --- a/src/Session/Random.php +++ b/src/Session/Random.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.1.0 * diff --git a/src/Session/Session.php b/src/Session/Session.php index 045f7e2..f2d34b9 100755 --- a/src/Session/Session.php +++ b/src/Session/Session.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.1.0 * diff --git a/src/Session/SessionManager.php b/src/Session/SessionManager.php index e5f74b0..45b55fa 100755 --- a/src/Session/SessionManager.php +++ b/src/Session/SessionManager.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.1.0 * diff --git a/src/Session/Swoole.php b/src/Session/Swoole.php index 277845c..af0a6d4 100755 --- a/src/Session/Swoole.php +++ b/src/Session/Swoole.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.1.0 * diff --git a/src/functions/get-namespace-from-path.php b/src/functions/get-namespace-from-path.php index 3183959..d5cdfcf 100755 --- a/src/functions/get-namespace-from-path.php +++ b/src/functions/get-namespace-from-path.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.1 */ diff --git a/tests/unit/AppTest.php b/tests/unit/AppTest.php index d4a7d64..cba16a5 100755 --- a/tests/unit/AppTest.php +++ b/tests/unit/AppTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.0.0 diff --git a/tests/unit/AscmvcEventManagerTest.php b/tests/unit/AscmvcEventManagerTest.php index 20ead27..34ce70b 100755 --- a/tests/unit/AscmvcEventManagerTest.php +++ b/tests/unit/AscmvcEventManagerTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.0.0 diff --git a/tests/unit/AscmvcEventTest.php b/tests/unit/AscmvcEventTest.php index d27f970..f9afefa 100755 --- a/tests/unit/AscmvcEventTest.php +++ b/tests/unit/AscmvcEventTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.0.0 diff --git a/tests/unit/AtlasTest.php b/tests/unit/AtlasTest.php index 6b0d724..adabecf 100755 --- a/tests/unit/AtlasTest.php +++ b/tests/unit/AtlasTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.0.0 diff --git a/tests/unit/ControllerManagerTest.php b/tests/unit/ControllerManagerTest.php index 6724526..9ddd720 100755 --- a/tests/unit/ControllerManagerTest.php +++ b/tests/unit/ControllerManagerTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.0.0 diff --git a/tests/unit/ControllerTest.php b/tests/unit/ControllerTest.php index 2975c16..3efd685 100755 --- a/tests/unit/ControllerTest.php +++ b/tests/unit/ControllerTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */ diff --git a/tests/unit/DoctrineTest.php b/tests/unit/DoctrineTest.php index dec0379..9798db0 100755 --- a/tests/unit/DoctrineTest.php +++ b/tests/unit/DoctrineTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.0.0 diff --git a/tests/unit/EventSourcing/AggregateImmutableValueObjectTest.php b/tests/unit/EventSourcing/AggregateImmutableValueObjectTest.php index 21851ee..6bddd08 100755 --- a/tests/unit/EventSourcing/AggregateImmutableValueObjectTest.php +++ b/tests/unit/EventSourcing/AggregateImmutableValueObjectTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 3.0.0 diff --git a/tests/unit/EventSourcing/CommandRunnerTest.php b/tests/unit/EventSourcing/CommandRunnerTest.php index f934d09..6f41708 100755 --- a/tests/unit/EventSourcing/CommandRunnerTest.php +++ b/tests/unit/EventSourcing/CommandRunnerTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 3.1.0 diff --git a/tests/unit/EventSourcing/Event/AggregateEventTest.php b/tests/unit/EventSourcing/Event/AggregateEventTest.php index 2b7188f..49f957f 100755 --- a/tests/unit/EventSourcing/Event/AggregateEventTest.php +++ b/tests/unit/EventSourcing/Event/AggregateEventTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 3.0.0 diff --git a/tests/unit/EventSourcing/Event/ReadAggregateCompletedEventTest.php b/tests/unit/EventSourcing/Event/ReadAggregateCompletedEventTest.php index 8bf2378..71380fe 100755 --- a/tests/unit/EventSourcing/Event/ReadAggregateCompletedEventTest.php +++ b/tests/unit/EventSourcing/Event/ReadAggregateCompletedEventTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 3.0.0 diff --git a/tests/unit/EventSourcing/Event/WriteAggregateCompletedEventTest.php b/tests/unit/EventSourcing/Event/WriteAggregateCompletedEventTest.php index 541cb86..13aded9 100755 --- a/tests/unit/EventSourcing/Event/WriteAggregateCompletedEventTest.php +++ b/tests/unit/EventSourcing/Event/WriteAggregateCompletedEventTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 3.0.0 diff --git a/tests/unit/EventSourcing/EventDispatcherTest.php b/tests/unit/EventSourcing/EventDispatcherTest.php index eeaee91..6c13afe 100755 --- a/tests/unit/EventSourcing/EventDispatcherTest.php +++ b/tests/unit/EventSourcing/EventDispatcherTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 3.0.0 diff --git a/tests/unit/EventSourcing/EventLoggerTest.php b/tests/unit/EventSourcing/EventLoggerTest.php index b965fc7..24da394 100755 --- a/tests/unit/EventSourcing/EventLoggerTest.php +++ b/tests/unit/EventSourcing/EventLoggerTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 3.0.0 diff --git a/tests/unit/FastRouterTest.php b/tests/unit/FastRouterTest.php index 744c811..fbff8ce 100755 --- a/tests/unit/FastRouterTest.php +++ b/tests/unit/FastRouterTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.0.0 diff --git a/tests/unit/GetNamespaceFromPathTest.php b/tests/unit/GetNamespaceFromPathTest.php index a02e508..ccd9716 100755 --- a/tests/unit/GetNamespaceFromPathTest.php +++ b/tests/unit/GetNamespaceFromPathTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.0.1 diff --git a/tests/unit/Session/Cache/DoctrineCacheItemPoolTest.php b/tests/unit/Session/Cache/DoctrineCacheItemPoolTest.php index 8e99b4e..7bbfe75 100755 --- a/tests/unit/Session/Cache/DoctrineCacheItemPoolTest.php +++ b/tests/unit/Session/Cache/DoctrineCacheItemPoolTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.1.0 diff --git a/tests/unit/Session/Cache/DoctrineCacheItemTest.php b/tests/unit/Session/Cache/DoctrineCacheItemTest.php index e4e4434..e789ca9 100755 --- a/tests/unit/Session/Cache/DoctrineCacheItemTest.php +++ b/tests/unit/Session/Cache/DoctrineCacheItemTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.1.0 diff --git a/tests/unit/Session/Cache/DoctrineInvalidArgumentExceptionTest.php b/tests/unit/Session/Cache/DoctrineInvalidArgumentExceptionTest.php index 47891c1..f909def 100755 --- a/tests/unit/Session/Cache/DoctrineInvalidArgumentExceptionTest.php +++ b/tests/unit/Session/Cache/DoctrineInvalidArgumentExceptionTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.1.0 diff --git a/tests/unit/Session/ConfigTest.php b/tests/unit/Session/ConfigTest.php index b46c702..3704c74 100755 --- a/tests/unit/Session/ConfigTest.php +++ b/tests/unit/Session/ConfigTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.1.0 diff --git a/tests/unit/Session/HttpTest.php b/tests/unit/Session/HttpTest.php index 8b64f3b..b33f740 100755 --- a/tests/unit/Session/HttpTest.php +++ b/tests/unit/Session/HttpTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.1.0 diff --git a/tests/unit/Session/RandomTest.php b/tests/unit/Session/RandomTest.php index 61fe6e9..11e5062 100755 --- a/tests/unit/Session/RandomTest.php +++ b/tests/unit/Session/RandomTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.1.0 diff --git a/tests/unit/Session/SessionManagerTest.php b/tests/unit/Session/SessionManagerTest.php index 26b4fa4..218ffb3 100755 --- a/tests/unit/Session/SessionManagerTest.php +++ b/tests/unit/Session/SessionManagerTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.1.0 diff --git a/tests/unit/Session/SessionTest.php b/tests/unit/Session/SessionTest.php index c772854..08980b4 100755 --- a/tests/unit/Session/SessionTest.php +++ b/tests/unit/Session/SessionTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license Apache License, Version 2.0, see above * @license http://www.apache.org/licenses/LICENSE-2.0 * @since 2.1.0 diff --git a/tests/unit/ViewObjectFactoryTest.php b/tests/unit/ViewObjectFactoryTest.php index 5c4c8ac..f67a8bf 100755 --- a/tests/unit/ViewObjectFactoryTest.php +++ b/tests/unit/ViewObjectFactoryTest.php @@ -5,7 +5,7 @@ * @package LightMVC/ASCMVC * @author Andrew Caya * @link https://github.com/lightmvc/ascmvc - * @version 5.0.0 + * @version 5.0.1 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0. * @since 2.0.0 */