Yes!  This works for me!  Thank you so very much.  Details follow.

I cloned the gist.  This is the directory structure that I get:

----src----------setup.php

     |

    vendor------- (lots of stuff)

     |

    views--------index.html.twig

     |

    web----------index.php

    README.md

    composer.json

    composer.lock

    composer.phar

This is the output I get from php composer.phar install:

Loading composer repositories with package information

Installing dependencies

  - Installing twig/twig (v1.11.1)

    Downloading: 100%

 

  - Installing symfony/options-resolver (v2.1.3)

    Downloading: 100%

 

  - Installing symfony/locale (v2.1.3)

    Downloading: 100%

 

  - Installing symfony/event-dispatcher (v2.1.3)

    Downloading: 100%

 

  - Installing symfony/form (v2.1.3)

    Downloading: 100%

 

  - Installing symfony/validator (v2.1.3)

    Downloading: 100%

 

  - Installing symfony/config (v2.1.3)

    Downloading: 100%

 

  - Installing symfony/translation (v2.1.3)

    Downloading: 100%

 

  - Installing symfony/twig-bridge (v2.1.3)

    Downloading: 100%

 

symfony/event-dispatcher suggests installing symfony/dependency-injection 
(2.1.*)

symfony/event-dispatcher suggests installing symfony/http-kernel (2.1.*)

symfony/form suggests installing symfony/http-foundation (2.1.*)

symfony/validator suggests installing doctrine/common (>=2.1,<2.4-dev)

symfony/validator suggests installing symfony/http-foundation (2.1.*)

symfony/validator suggests installing symfony/yaml (2.1.*)

symfony/translation suggests installing symfony/yaml (2.1.*)

symfony/twig-bridge suggests installing symfony/routing (2.1.*)

symfony/twig-bridge suggests installing symfony/templating (2.1.*)

symfony/twig-bridge suggests installing symfony/yaml (2.1.*)

symfony/twig-bridge suggests installing symfony/security (2.1.*)

Writing lock file

Generating autoload files  


On Monday, October 8, 2012 4:00:32 AM UTC-5, Bernhard Schussek wrote:
>
> Hi all, 
>
> Did you try to reproduce the Gist or did you clone 
> https://github.com/bschussek/standalone-forms? 
>
> I advice you to do the latter. I just updated the composer files of 
> that repository and tested it again, and everything worked out of the 
> box. 
>
> Thanks for your patience, 
>
> Bernhard 
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to