• #microformats 2020-04-25
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#microformats ≡
  • ←
  • →
2020-04-25 UTC
# 14:02
Zegnat
This is more something that may be worth changing: you do not need to define `./vendor/bin/` within scripts in the composer.json file. Composer will always look in that folder first, so just writing `phpunit` will default to a local installation and not the global one. (See https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands)