DEV Community

Cover image for PHP and Composer lovers, this if for you
Geoffroy Empain
Geoffroy Empain

Posted on

PHP and Composer lovers, this if for you

We all know how it goes... our PHP Composer dependencies get out of date and we forget to update them, and that's not good if we want to keep shipping safe apps. I'd recommend using an automated dependency update bot: Pmbot.

All you need to do is to use our latest CLI v1.9.0 and use our composer plugin in your .pmbot.yml:

version: '1'
packageManagers:
  - packageManager:
      name: composer
Enter fullscreen mode Exit fullscreen mode

If you haven't done it yet, install Pmbot with Docker in a couple of minutes: instructions here.

Ruby/Gem lovers, stay tuned !


Official website: https://pmbot.io
Blog: https://blog.pmbot.io
Docs: https://docs.pmbot.io

Top comments (0)