mmoreram / GearmanBundle

GearmanBundle for Symfony2
MIT License
236 stars 103 forks source link

Updated GearmanDescriber to detect proper path for console script #196

Closed daum closed 4 years ago

daum commented 4 years ago

Fixes #194 . Currently the GearmanDescriber outputs the wrong console path for Symfony4+ as it is based on the "Kernel" directory. This update will try to see if bin/console from the project root exists first if it does it will return that. Otherwise it will fallback to the app/console version.