1. 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
  2. 09 Apr, 2015 2 commits
  3. 08 Apr, 2015 2 commits
  4. 07 Apr, 2015 1 commit
  5. 06 Apr, 2015 1 commit
  6. 05 Apr, 2015 2 commits
  7. 03 Apr, 2015 1 commit
  8. 02 Apr, 2015 7 commits
  9. 31 Mar, 2015 1 commit
  10. 30 Mar, 2015 1 commit
  11. 27 Mar, 2015 2 commits
  12. 26 Mar, 2015 1 commit
  13. 16 Mar, 2015 2 commits
  14. 13 Mar, 2015 1 commit
  15. 11 Mar, 2015 6 commits
  16. 05 Mar, 2015 1 commit
  17. 04 Mar, 2015 1 commit
  18. 02 Mar, 2015 2 commits
  19. 26 Feb, 2015 1 commit
  20. 23 Feb, 2015 1 commit
  21. 10 Feb, 2015 3 commits