1. 15 Apr, 2018 1 commit
  2. 14 May, 2016 1 commit
    • Robin Chalas's avatar
      Fix deprecated usage (#5050) · 621eb211
      Robin Chalas authored
      When using the command alias `sfcontainer` or `sfrouter`, the following warning occurs:
      
      > ! [CAUTION] The use of "container:debug" command is deprecated since version 2.7 and will be removed in 3.0. Use the
      > ! "debug:container" instead.
      621eb211
  3. 18 Aug, 2015 1 commit
  4. 16 Jun, 2015 1 commit
  5. 13 May, 2015 1 commit
  6. 28 Jan, 2015 1 commit
  7. 02 Dec, 2014 1 commit
  8. 03 Sep, 2014 3 commits
  9. 17 Jul, 2014 1 commit
  10. 15 Jul, 2014 1 commit
  11. 01 Jul, 2014 1 commit
  12. 04 Jun, 2014 1 commit
  13. 29 Mar, 2013 2 commits
  14. 22 Feb, 2013 1 commit
    • hacfi's avatar
      Fix Symfony2 command completion 'permission denied' · 8c74d80f
      hacfi authored
      app/console by default (if you create a new Symfony project via composer create-project or by downloading it from symfony.com) is not executable. Therefore I get the following error:
      
      sf2 _symfony2_get_command_list:1: permission denied: app/console 
      _symfony2_get_command_list:1: permission denied: app/console
      _symfony2_get_command_list:1: permission denied: app/console
      
      To make command completion work without changing app/console you just have to let php run it.
      8c74d80f
  15. 20 Nov, 2012 1 commit
  16. 05 Oct, 2012 1 commit
  17. 17 Dec, 2011 1 commit