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 492a5ea commit e51d66c
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 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/http-server",
"license": "Apache-2.0",
"homepage": "https://github.com/marxphp/http-server",
"homepage": "https://github.com/next-laboratory/http-server",
"autoload": {
"psr-4": {
"Next\\Http\\Server\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion src/Contract/ResponseEmitterInterface.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/Contract/RouteDispatcherInterface.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/Event/OnRequest.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/CSRFException.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/Kernel.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/Middleware/CORSMiddleware.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/Middleware/ExceptionHandleMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/RoutingMiddleware.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/Middleware/VerifyCSRFToken.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/RequestHandler.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/ResponseEmitter/FPMResponseEmitter.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/ResponseEmitter/SwooleResponseEmitter.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/ResponseEmitter/WorkerManResponseEmitter.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/RouteDispatcher.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 e51d66c

Please sign in to comment.