You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered this issue multiple times, and it is rather annoying. For some packages (the one I always encounter it with is symfony/console: ~2.5) the build-path seems to be wrong and broken beyond repair. Judging from the differences between those packages that work (e.g. cilex/cilex: ~1.1) and those that don't I would say the package folder structure is at fault, cilex follows the usual:
"autoload":{
"psr-0":{ "Cilex": "src/" }
}
while symfony console does not use a src folder and does:
I've encountered this issue multiple times, and it is rather annoying. For some packages (the one I always encounter it with is symfony/console: ~2.5) the build-path seems to be wrong and broken beyond repair. Judging from the differences between those packages that work (e.g. cilex/cilex: ~1.1) and those that don't I would say the package folder structure is at fault, cilex follows the usual:
while symfony console does not use a src folder and does:
The text was updated successfully, but these errors were encountered: