Skip to content

Added ext-* dependencies + update composer deps

Nick Sellen requested to merge add-ext-dependencies into master

What does this MR do?

Composer lets you specify which php extensions are needed for the app. Seems to nice to provide this. And makes intellij complain less.

Also ran composer update whilst I'm at it...

How confident are you it won't break things if deployed?

Well, there is a small chance I added some that we don't actually need and don't have installed, and that composer will complain.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible... just updates really...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Nick Sellen

Merge request reports