Skip to content
Snippets Groups Projects
  1. Sep 26, 2013
  2. Sep 15, 2013
  3. Jul 30, 2013
  4. Jul 26, 2013
  5. Jul 01, 2013
  6. Jun 03, 2013
  7. May 30, 2013
  8. May 28, 2013
  9. May 25, 2013
  10. May 17, 2013
  11. May 13, 2013
  12. May 10, 2013
  13. May 07, 2013
    • Sam Minnee's avatar
      Merge pull request #36 from chillu/pulls/require-dev · 08b36859
      Sam Minnee authored
      Remove require-dev section, composer doesn't handle it well
      08b36859
    • Ingo Schommer's avatar
      Remove require-dev section, composer doesn't handle it well · 345a32ec
      Ingo Schommer authored
      Any "composer require <module>" call will first call
      a "composer update". This *automatically* includes dev requirements,
      without providing a way to turn off this behaviour.
      A workaround would be "composer require --no-update <module> && composer update --no-dev <module>",
      but that drastically reduces the usefulness of the command
      for our target audience (moderately technical devs).
      
      In the end, the small faction of devs needing the dev dependencies
      also know how to install them on their own. And having a local phpunit
      build actually gets in the way more than it helps in case you have
      it installed through PEAR already (can get really weird when using the
      PEAR provided "phpunit" binary, but the autoloader finds the composer managed classes).
      345a32ec
  14. Apr 19, 2013
  15. Apr 03, 2013
  16. Apr 02, 2013
  17. Mar 25, 2013
  18. Mar 22, 2013
  19. Mar 16, 2013
  20. Mar 08, 2013
  21. Mar 06, 2013
  22. Feb 21, 2013
  23. Feb 20, 2013
  24. Feb 18, 2013