1. 04 Jul, 2012 2 commits
    • Fabien Potencier's avatar
      merged branch igorw/minimum-stability (PR #418) · 7b9225cf
      Fabien Potencier authored
      Commits
      -------
      
      bcbd71ec Add minimum-stability flag to all composer.json samples
      
      Discussion
      ----------
      
      Add minimum-stability flag to all composer.json samples
      
      Today marks the release of composer alpha4. This changes the default
      stability from dev to stable, which means that if you want to use un-
      stable dependencies, you either have to specify a root package level
      minimum-stability, or use the @dev constraint, i.e. "1.0.*@dev".
      
      We are setting the minimum-stability, so that we do not have to use
      @dev for all dependencies, and all dependencies of dependencies.
      
      We can increase the stability to beta once we release a beta of silex
      (this will use Symfony 2.1 beta releases), and when we make a final
      release (some time after Symfony 2.1.0), the flag can be removed.
      7b9225cf
    • Igor Wiedler's avatar
      Add minimum-stability flag to all composer.json samples · bcbd71ec
      Igor Wiedler authored
      Today marks the release of composer alpha4. This changes the default
      stability from dev to stable, which means that if you want to use un-
      stable dependencies, you either have to specify a root package level
      minimum-stability, or use the @dev constraint, i.e. "1.0.*@dev".
      
      We are setting the minimum-stability, so that we do not have to use
      @dev for all dependencies, and all dependencies of dependencies.
      
      We can increase the stability to beta once we release a beta of silex
      (this will use Symfony 2.1 beta releases), and when we make a final
      release (some time after Symfony 2.1.0), the flag can be removed.
      bcbd71ec
  2. 03 Jul, 2012 6 commits
  3. 01 Jul, 2012 5 commits
  4. 30 Jun, 2012 9 commits
  5. 29 Jun, 2012 1 commit
  6. 28 Jun, 2012 2 commits
    • Fabien Potencier's avatar
    • Fabien Potencier's avatar
      merged branch spantaleev/avoid-swiftmailer-init (PR #396) · ef9398de
      Fabien Potencier authored
      Commits
      -------
      
      32ca5b51 Do not care about `mailer` service changes
      efd3757d Avoid Swift Mailer initialization if possible
      
      Discussion
      ----------
      
      Avoid Swift Mailer initialization if possible
      
      The finish() filter flushing spool messages after each request
      caused Swift Mailer to be initialized and all services in this
      provider to be instantiated.
      
      Doing all this work takes time and is potentially unnecessary,
      since only a small number of all requests queue messages for sending.
      
      The time it takes to initialize swiftmailer and all services is between
      1 and 2ms on the 2 machines I tested on.
      This seems like a big price to pay for just including a provider
      that does nothing for most requests.
      ef9398de
  7. 27 Jun, 2012 2 commits
  8. 26 Jun, 2012 4 commits
  9. 25 Jun, 2012 9 commits