prismicio / SymfonyBundle

Inntegrates the http://prismic.io php-kit with the Symfony Framework
http://prismic.io
8 stars 11 forks source link

Add a composer.lock file to freeze dep versions and added correct alias for prismic-kit #10

Closed robinvdvleuten closed 10 years ago

robinvdvleuten commented 10 years ago

Add a composer.lock file to freeze dep versions and added correct alias for prismic-kit. The installed dep versions are the following;

Loading composer repositories with package information
Installing dependencies (including require-dev)
  - Installing symfony/event-dispatcher (v2.5.0)
    Loading from cache

  - Installing guzzle/guzzle (v3.9.1)
    Loading from cache

  - Installing prismic/php-sdk (dev-master a37b91e)
    Cloning a37b91ede025885ba1ef6fd335b03688fdc8c72a

  - Installing doctrine/lexer (v1.0)
    Loading from cache

  - Installing doctrine/annotations (v1.1.2)
    Loading from cache

  - Installing symfony/translation (v2.5.0)
    Loading from cache

  - Installing symfony/templating (v2.5.0)
    Loading from cache

  - Installing symfony/stopwatch (v2.5.0)
    Loading from cache

  - Installing symfony/security-core (v2.5.0)
    Loading from cache

  - Installing symfony/security-csrf (v2.5.0)
    Loading from cache

  - Installing symfony/routing (v2.5.0)
    Loading from cache

  - Installing symfony/filesystem (v2.5.0)
    Loading from cache

  - Installing psr/log (1.0.0)
    Loading from cache

  - Installing symfony/debug (v2.5.0)
    Loading from cache

  - Installing symfony/http-foundation (v2.5.0)
    Loading from cache

  - Installing symfony/http-kernel (v2.5.0)
    Loading from cache

  - Installing symfony/config (v2.5.0)
    Loading from cache

  - Installing symfony/dependency-injection (v2.5.0)
    Loading from cache

  - Installing symfony/framework-bundle (v2.5.0)
    Loading from cache
robinvdvleuten commented 10 years ago

ping @rudyrigot

rudyrigot commented 10 years ago

Ok, I'll merge this as is for now, so people don't run into trouble when they run composer update. I'm not very comfortable since I can't test it, but it will still be better anyway. If a better Symfonist than myself has a better suggestion of how to do that, please do voice it!

Thanks Robin!