Skip to content

Commit 4db0081

Browse files
author
Phil Sturgeon
committed
Update composer.json
1 parent b4a6217 commit 4db0081

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
{
32
"name" : "league/di",
43
"type" : "library",
54
"description" : "Fast Dependency Injection Container for PHP 5.3+",
65
"keywords" : ["dependency injection", "dic", "ioc"],
7-
"homepage" : "https://github.com/php-loep/di",
6+
"homepage" : "https://github.com/thephpleague/di",
87
"license" : "MIT",
98

109
"authors" : [{
@@ -16,8 +15,8 @@
1615

1716
"support" : {
1817
"email" : "don@dongilbert.net",
19-
"issues" : "https://github.com/php-loep/di/issues",
20-
"source" : "https://github.com/php-loep/di"
18+
"issues" : "https://github.com/thephpleague/di/issues",
19+
"source" : "https://github.com/thephpleague/di"
2120
},
2221

2322
"require" : {

0 commit comments

Comments
 (0)