diff --git a/composer.json b/composer.json index 234a3ac..34a6a34 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "next/event", "license": "Apache-2.0", "description": "Event based on the PSR-14 specification", - "homepage": "https://github.com/marxphp/event.git", + "homepage": "https://github.com/next-laboratory/event.git", "keywords": [ "event", "psr-14" diff --git a/src/Contract/EventListenerInterface.php b/src/Contract/EventListenerInterface.php index 291192a..214ed7d 100644 --- a/src/Contract/EventListenerInterface.php +++ b/src/Contract/EventListenerInterface.php @@ -5,7 +5,7 @@ /** * This file is part of MarxPHP. * - * @link https://github.com/marxphp + * @link https://github.com/next-laboratory * @license https://github.com/next-laboratory/next/blob/master/LICENSE */ diff --git a/src/EventDispatcher.php b/src/EventDispatcher.php index 1727bf9..629a56a 100644 --- a/src/EventDispatcher.php +++ b/src/EventDispatcher.php @@ -5,7 +5,7 @@ /** * This file is part of MarxPHP. * - * @link https://github.com/marxphp + * @link https://github.com/next-laboratory * @license https://github.com/next-laboratory/next/blob/master/LICENSE */ diff --git a/src/EventListener.php b/src/EventListener.php index 7aa4114..3611ed2 100644 --- a/src/EventListener.php +++ b/src/EventListener.php @@ -5,7 +5,7 @@ /** * This file is part of MarxPHP. * - * @link https://github.com/marxphp + * @link https://github.com/next-laboratory * @license https://github.com/next-laboratory/next/blob/master/LICENSE */ diff --git a/src/ListenerProvider.php b/src/ListenerProvider.php index efdb7eb..887fb06 100644 --- a/src/ListenerProvider.php +++ b/src/ListenerProvider.php @@ -5,7 +5,7 @@ /** * This file is part of MarxPHP. * - * @link https://github.com/marxphp + * @link https://github.com/next-laboratory * @license https://github.com/next-laboratory/next/blob/master/LICENSE */ diff --git a/tests/EventDispatcherTest.php b/tests/EventDispatcherTest.php index 0d445ba..b79801e 100644 --- a/tests/EventDispatcherTest.php +++ b/tests/EventDispatcherTest.php @@ -5,7 +5,7 @@ /** * This file is part of MarxPHP. * - * @link https://github.com/marxphp + * @link https://github.com/next-laboratory * @license https://github.com/next-laboratory/next/blob/master/LICENSE */ diff --git a/tests/Events/BarEvent.php b/tests/Events/BarEvent.php index c03841e..b9bc6c4 100644 --- a/tests/Events/BarEvent.php +++ b/tests/Events/BarEvent.php @@ -5,7 +5,7 @@ /** * This file is part of MarxPHP. * - * @link https://github.com/marxphp + * @link https://github.com/next-laboratory * @license https://github.com/next-laboratory/next/blob/master/LICENSE */ diff --git a/tests/Events/FooEvent.php b/tests/Events/FooEvent.php index 90adb39..90ec8a6 100644 --- a/tests/Events/FooEvent.php +++ b/tests/Events/FooEvent.php @@ -5,7 +5,7 @@ /** * This file is part of MarxPHP. * - * @link https://github.com/marxphp + * @link https://github.com/next-laboratory * @license https://github.com/next-laboratory/next/blob/master/LICENSE */ diff --git a/tests/ListenerProviderTest.php b/tests/ListenerProviderTest.php index dab524d..5f5091c 100644 --- a/tests/ListenerProviderTest.php +++ b/tests/ListenerProviderTest.php @@ -5,7 +5,7 @@ /** * This file is part of MarxPHP. * - * @link https://github.com/marxphp + * @link https://github.com/next-laboratory * @license https://github.com/next-laboratory/next/blob/master/LICENSE */ diff --git a/tests/Listeners/BarListener.php b/tests/Listeners/BarListener.php index 79643ed..04f9547 100644 --- a/tests/Listeners/BarListener.php +++ b/tests/Listeners/BarListener.php @@ -5,7 +5,7 @@ /** * This file is part of MarxPHP. * - * @link https://github.com/marxphp + * @link https://github.com/next-laboratory * @license https://github.com/next-laboratory/next/blob/master/LICENSE */ diff --git a/tests/Listeners/FooListener.php b/tests/Listeners/FooListener.php index 4998c9a..d183a9b 100644 --- a/tests/Listeners/FooListener.php +++ b/tests/Listeners/FooListener.php @@ -5,7 +5,7 @@ /** * This file is part of MarxPHP. * - * @link https://github.com/marxphp + * @link https://github.com/next-laboratory * @license https://github.com/next-laboratory/next/blob/master/LICENSE */