phpmentors-jp / docker-images

https://registry.hub.docker.com/u/phpmentors/
MIT License
26 stars 14 forks source link

Symfony compatibility updates #10

Open buffcode opened 8 years ago

buffcode commented 8 years ago

Update app init script to be compatible with newer Symfony version.

iteman commented 8 years ago
  • Filename before composer install is parameters.yml.dist instead of parameters.yml

A .dist file is intended as a template file and it can be used without .dist extension. parameters.yml is probably marked as untracked with .gitignore.

  • Variable naming changed from underscore to dot notation (eg. database.driver instead of database_driver)

From which version onwards Symfony use dot notation?