Skip to content

Commit fcc8868

Browse files
author
chengyao
committed
fix
1 parent f32740c commit fcc8868

12 files changed

+12
-12
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "next/di",
33
"description": "A lightweight dependency injection tool, container based on the PSR-11 specification.",
4-
"homepage": "https://github.com/marxphp/di",
4+
"homepage": "https://github.com/next-laboratory/di",
55
"license": "Apache-2.0",
66
"keywords": [
77
"container",

src/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* This file is part of nextphp.
77
*
8-
* @link https://github.com/marxphp
8+
* @link https://github.com/next-laboratory
99
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
1010
*/
1111

src/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* This file is part of nextphp.
77
*
8-
* @link https://github.com/marxphp
8+
* @link https://github.com/next-laboratory
99
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
1010
*/
1111

src/Exception/ContainerException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* This file is part of nextphp.
77
*
8-
* @link https://github.com/marxphp
8+
* @link https://github.com/next-laboratory
99
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
1010
*/
1111

src/Exception/NotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* This file is part of nextphp.
77
*
8-
* @link https://github.com/marxphp
8+
* @link https://github.com/next-laboratory
99
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
1010
*/
1111

src/Reflection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* This file is part of nextphp.
77
*
8-
* @link https://github.com/marxphp
8+
* @link https://github.com/next-laboratory
99
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
1010
*/
1111

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* This file is part of nextphp.
77
*
8-
* @link https://github.com/marxphp
8+
* @link https://github.com/next-laboratory
99
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
1010
*/
1111

tests/Bar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* This file is part of nextphp.
77
*
8-
* @link https://github.com/marxphp
8+
* @link https://github.com/next-laboratory
99
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
1010
*/
1111

tests/ContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* This file is part of nextphp.
77
*
8-
* @link https://github.com/marxphp
8+
* @link https://github.com/next-laboratory
99
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
1010
*/
1111

tests/ContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* This file is part of nextphp.
77
*
8-
* @link https://github.com/marxphp
8+
* @link https://github.com/next-laboratory
99
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
1010
*/
1111

0 commit comments

Comments
 (0)