Skip to content

Commit

Permalink
Fix composer.json autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 22, 2024
1 parent 7ce7c7b commit c788504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Deployer\\": "src/"
},
"files": [
"deps/vendor/autoload.php",
"vendor/autoload.php",
"src/Support/helpers.php",
"src/functions.php"
]
Expand Down

0 comments on commit c788504

Please sign in to comment.