Skip to content

Commit 90d5230

Browse files
authored
Update composer.json
1 parent 9cea8bd commit 90d5230

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"keywords": ["db", "mysql","oracle","database"],
55
"license": "MIT",
66
"type": "library",
7-
"homepage": "http://paulorocha.tk/devbr/",
7+
"homepage": "http://dbrasil.tk/devbr/",
88
"authors": [{
99
"name": "Bill Rocha",
1010
"email": "[email protected]"
1111
}],
1212
"config": {
1313
"preferred-install": "dist"
1414
},
15-
"archive": {
16-
"exclude": ["/doc", "/*.json", "/.git", "/*.md"]
17-
},
1815
"require": {
1916
"php": ">=5.6.28"
2017
},
2118
"autoload": {
22-
"psr-4": {"Devbr\\": ""}
19+
"psr-4": {
20+
"Devbr\\": "",
21+
"Config\\":"Config/"
22+
}
2323
}
2424
}

0 commit comments

Comments
 (0)