Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 39e0bcc

Browse files
author
Joan Fabrégat
committed
fixes on composer.json
1 parent 8020a31 commit 39e0bcc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

composer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeinchq/lib-objectstorage",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Sophos backup tools",
55
"homepage": "https://github.com/codeinchq/lib-objectstorage",
66
"type": "library",
@@ -14,7 +14,7 @@
1414
},
1515
"autoload": {
1616
"psr-4": {
17-
"CodeInc\\ObjectStorage": "src/"
17+
"CodeInc\\ObjectStorage\\": "src/"
1818
}
1919
},
2020
"authors": [
@@ -29,9 +29,5 @@
2929
"preferred-install": {
3030
"*": "dist"
3131
}
32-
},
33-
"repositories": [
34-
{ "type": "vcs", "url": "https://github.com/codeinchq/lib-errordisplay" },
35-
{ "type": "vcs", "url": "https://github.com/codeinchq/lib-service" }
36-
]
32+
}
3733
}

0 commit comments

Comments
 (0)