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 b6df195 commit d86ed54
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 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-message",
"license": "Apache-2.0",
"home-page": "https://github.com/marxphp/http-message",
"home-page": "https://github.com/next-laboratory/http-message",
"autoload": {
"psr-4": {
"Next\\Http\\Message\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion src/Bag/CookieBag.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/Bag/FileBag.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/Bag/HeaderBag.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/Bag/ParameterBag.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/Bag/ServerBag.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/StatusCodeInterface.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/Cookie.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/HttpException.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/Message.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/Request.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/Response.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/ServerRequest.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/Stream/FileStream.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/Stream/StandardStream.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/UploadedFile.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/Uri.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/helpers.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 d86ed54

Please sign in to comment.