Commit Graph
2 Commits
Author SHA1 Message Date
Maxime VeberandGitHub b1b582b732 feat: DATABSE_URL configured sync with postgresql
PostgreSQL is configured in docker-compose.yaml file in the same manifest but with another configuration.
The purpose of this commit is to make it ready by default to reduce what the user is supposed to change at install time.
2021-10-22 16:40:32 +02:00
Maxime Veber cbea04db9f Remove support for Behat Sf Extension
The problem here is that the symfony extension for behat is not
maintained and not compatible with new versions of Symfony. It has been
officialized here:
https://github.com/Behat/Symfony2Extension/pull/152#issuecomment-698408775

The new correct way to use behat with Symfony is to use the package
symfony extension from the FriendsOfBehat organization.
- https://github.com/FriendsOfBehat/SymfonyExtension
- https://github.com/symfony/recipes-contrib/tree/master/friends-of-behat/symfony-extension/2.0
2020-10-07 14:16:33 +02:00