Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuugg committed Oct 31, 2023
1 parent ef42b74 commit 07ae66c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next/routing",
"description": "A lightweight and fast routing component.",
"homepage": "https://github.com/marxphp/routing",
"homepage": "https://github.com/next-laboratory/routing",
"license": "Apache-2.0",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/MethodNotAllowedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/RouteNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/RouteCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down

0 comments on commit 07ae66c

Please sign in to comment.