"deps" folder is missing in >=7.5 or autoload config is wrong #3928
Answered
by
M-arcus
mautz-et-tong
asked this question in
Bugs
-
Deployer Versionv7.5.1 Target OSall, I think Which PHP version are you using?PHP 8.3 Content of deploy.php or deploy.yamlWhen installing deployer >= 7.5 with composer, I get the error
When checking the release, the folder "deps" is missing but declared in the composer.json: "autoload": {
"psr-4": {
"Deployer\\": "src/"
},
"files": [
"deps/vendor/autoload.php",
"src/Support/helpers.php",
"src/functions.php"
]
}, I can create a PR if you tell me, what is right: autoload config or not available deps folder Steps to reproduceUse PHP 8.3, run composer require deployer/deployer 7.4.1 is fine, though |
Beta Was this translation helpful? Give feedback.
Answered by
M-arcus
Oct 22, 2024
Replies: 1 comment 1 reply
-
Seems to be fixed in 7.5.3 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
antonmedv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems to be fixed in 7.5.3