Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Prep for Symfony Flex

Compare
Choose a tag to compare
@Taluu Taluu released this 17 May 08:12
· 130 commits to master since this release

The main feature is the possibility to set-up a connection through an URI instead of having to fill up the properties as they go. This was made in order to have only one env var when using Symfony Flex (or env parameters actually).

Another feature is to push further the framework bundle's dependency away by using command as a service for the two available commands.

  • Added URI connection #22
  • Cleaned up the DI #20, #23
  • Command as a service #18