Index: README ================================================================== --- README +++ README @@ -11,15 +11,13 @@ ** Features: *** TODO List all Symfony console actions and their options *** TODO Execute actions and see output buffers with links to the classes for quick jumps *** TODO Debug routes / service containers and use other debug symfony actions - ** How to start contributing: You will need PHP, composer and Symfony installation. [Symfony PHP extension requirements](https://symfony.com/doc/current/setup.html) - #+begin_src bash fossil clone http://username@wkz-devel.org/emacs-symfony-cli emacs-symfony-cli.fossil; # change username to your login in fossil mkdir -p emacs-symfony-cli; cd emacs-symfony-cli; fossil open ../emacs-symfony-cli.fossil;