Skip to content

Commit 12342ff

Browse files
committed
fix autoload
1 parent 6fb70f1 commit 12342ff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optimistex/git-auto-deploy-ex",
3-
"version": "1.1.0.2",
3+
"version": "1.1.0.3",
44
"type": "library",
55
"description": "The little project for auto-deploying projects to a hosting",
66
"keywords": [
@@ -23,7 +23,10 @@
2323
"autoload": {
2424
"classmap": [
2525
"shell_lib.php"
26-
]
26+
],
27+
"psr-4": {
28+
"optimistex\\deploy": ""
29+
}
2730
},
2831
"require": {}
2932
}

0 commit comments

Comments
 (0)