1. 06 Nov, 2016 1 commit
  2. 12 Oct, 2016 1 commit
  3. 26 Sep, 2016 2 commits
  4. 10 Sep, 2016 5 commits
  5. 17 Aug, 2016 1 commit
  6. 15 Aug, 2016 2 commits
  7. 18 Jul, 2016 2 commits
  8. 09 Jul, 2016 2 commits
  9. 26 May, 2016 2 commits
  10. 23 May, 2016 1 commit
  11. 20 May, 2016 1 commit
  12. 16 May, 2016 5 commits
  13. 05 May, 2016 3 commits
  14. 03 May, 2016 4 commits
  15. 29 Apr, 2016 3 commits
  16. 08 Feb, 2016 1 commit
    • Fabien Potencier's avatar
      minor #1315 Fix env variable in travis.yaml (danez) · c5fabd12
      Fabien Potencier authored
      This PR was merged into the 1.3 branch.
      
      Discussion
      ----------
      
      Fix env variable in travis.yaml
      
      SYMFONY_DEPS_VERSION=3 was never evaluated correctly as the before_scripts are comparing with 3.0
      The tests were still installing 3.0, as minimumStability=dev, but maybe it is nice fixing that.
      
      Commits
      -------
      
      7c3c8d72 Fix env variable in travis.yaml
      c5fabd12
  17. 07 Feb, 2016 1 commit
    • Daniel Tschinder's avatar
      Fix env variable in travis.yaml · 7c3c8d72
      Daniel Tschinder authored
      SYMFONY_DEPS_VERSION=3 was never evaluated correctly as the before_scripts are comparing with 3.0
      The test are installing dev-master for some dependencies which might not be 3.0
      7c3c8d72
  18. 19 Jan, 2016 1 commit
    • Fabien Potencier's avatar
      minor #1299 Update validator.rst (yourwebmaker) · e6f4cdea
      Fabien Potencier authored
      This PR was merged into the 1.3 branch.
      
      Discussion
      ----------
      
      Update validator.rst
      
      Example from documentation throws `Call to undefined method Symfony\Component\Validator\Validator\RecursiveValidator::validateValue()`
      
      Commits
      -------
      
      04ecee29 Update validator.rst
      e6f4cdea
  19. 06 Jan, 2016 2 commits