1. 03 Feb, 2019 1 commit
  2. 20 Jan, 2019 1 commit
  3. 06 Dec, 2018 1 commit
  4. 16 Oct, 2018 1 commit
  5. 28 Sep, 2018 1 commit
  6. 31 Aug, 2018 2 commits
  7. 18 Aug, 2018 1 commit
  8. 03 Aug, 2018 1 commit
  9. 02 Aug, 2018 1 commit
  10. 03 Jul, 2018 2 commits
  11. 27 Jun, 2018 1 commit
  12. 11 Jun, 2018 1 commit
  13. 04 Jun, 2018 1 commit
  14. 10 Apr, 2018 1 commit
  15. 07 Apr, 2018 1 commit
  16. 01 Apr, 2018 1 commit
  17. 16 Mar, 2018 1 commit
  18. 01 Mar, 2018 1 commit
  19. 17 Feb, 2018 1 commit
  20. 05 Jan, 2018 1 commit
  21. 29 Dec, 2017 1 commit
  22. 06 Dec, 2017 2 commits
    • Grégoire Paris's avatar
      Trigger a deprecation on unknown option · 0241134e
      Grégoire Paris authored
      I am not sure if there is a rationale behind ignoring extra keys like
      this. I was under the impression that something might copy options to
      platform specific options, thus leaving options in the original array,
      knowing they would be ignored anyway. If it is the case, it would be
      best to just move them, otherwise, this commit might help troubleshoot
      some mapping issues.
      I had to fix some tests that wrongly used that options array (maybe
      these options were valid at some point?).
      0241134e
    • Grégoire Paris's avatar
      Sort packages · 0b00d508
      Grégoire Paris authored
      It makes diffs easier to read and avoids conflicts.
      0b00d508
  23. 09 Sep, 2017 2 commits
    • Luís Cobucci's avatar
      Add PHPCS to the build · a39ea6b1
      Luís Cobucci authored
      Modifying Travis-CI configuration to use  build stages and removing
      explicit MySQL 5.6 execution (it's default now).
      
      PHPCS is running with PHP nightly version so we can have it failing
      for now.
      a39ea6b1
    • Luís Cobucci's avatar
      Upgrade to PHPUnit 6.3 · 5ad704e9
      Luís Cobucci authored
      5ad704e9
  24. 23 Jul, 2017 1 commit
  25. 26 Jun, 2017 1 commit
  26. 03 May, 2017 1 commit
  27. 02 Jan, 2017 1 commit
  28. 04 Dec, 2016 1 commit
  29. 25 Aug, 2016 2 commits
  30. 24 Aug, 2016 1 commit
  31. 18 Jun, 2016 2 commits
  32. 05 Sep, 2015 1 commit
  33. 29 Jul, 2015 1 commit
  34. 15 Apr, 2015 1 commit
    • Christophe Coevoet's avatar
      Revert the addition of the wrong bin script · 7dc3e15a
      Christophe Coevoet authored
      The bin/doctrine-dbal.php file is not an executable file. Adding them as a bin in composer.json means that any composer install will trigger changes in the source when using symlinks because of the chmod. This makes things a pain when installing from source.
      Thus, there is no valid reason to add it. It is absolutely not necessary when using a composer install. The issue requesting it previously is actually an issue in Laravel which replaces the proxy file/symlink generated by Composer with a copy of the original file, which of course cannot work because of paths used in require. But copying a second file does not help for that (unless in very specific cases). It only moves the issue until the next require call.
      7dc3e15a