Skip to content

Commit e62ccc5

Browse files
authored
Update composer.json
1 parent a891e6b commit e62ccc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "mylib/di",
2+
"name": "toolkit/di",
33
"type": "library",
44
"description": "some di tool library of the php",
55
"keywords": ["library","tool","php"],
6-
"homepage": "https://github.com/php-mylib/di",
6+
"homepage": "https://github.com/php-toolkit/di",
77
"license": "MIT",
88
"authors": [
99
{
@@ -14,12 +14,12 @@
1414
],
1515
"require": {
1616
"php": ">=7.0.0",
17-
"mylib/obj-utils": "^1.0",
17+
"toolkit/obj-utils": "^1.0",
1818
"psr/container": "^1.0"
1919
},
2020
"autoload": {
2121
"psr-4": {
22-
"MyLib\\DI\\" : "src/"
22+
"Toolkit\\DI\\" : "src/"
2323
}
2424
},
2525
"suggest": {

0 commit comments

Comments
 (0)