Skip to content

Commit c788504

Browse files
committed
Fix composer.json autoload
1 parent 7ce7c7b commit c788504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"Deployer\\": "src/"
2626
},
2727
"files": [
28-
"deps/vendor/autoload.php",
28+
"vendor/autoload.php",
2929
"src/Support/helpers.php",
3030
"src/functions.php"
3131
]

0 commit comments

Comments
 (0)