We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a6217 commit 4db0081Copy full SHA for 4db0081
1 file changed
composer.json
@@ -1,10 +1,9 @@
1
-
2
{
3
"name" : "league/di",
4
"type" : "library",
5
"description" : "Fast Dependency Injection Container for PHP 5.3+",
6
"keywords" : ["dependency injection", "dic", "ioc"],
7
- "homepage" : "https://github.com/php-loep/di",
+ "homepage" : "https://github.com/thephpleague/di",
8
"license" : "MIT",
9
10
"authors" : [{
@@ -16,8 +15,8 @@
16
15
17
"support" : {
18
"email" : "don@dongilbert.net",
19
- "issues" : "https://github.com/php-loep/di/issues",
20
- "source" : "https://github.com/php-loep/di"
+ "issues" : "https://github.com/thephpleague/di/issues",
+ "source" : "https://github.com/thephpleague/di"
21
},
22
23
"require" : {
0 commit comments