-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use docker compose 'env_file' to include all .env file vars in container env make the default rector action dry-run, which allows developers to inspect code changes before applying them (and therefore giving the option to disable new rules before they are applied to WIP).
- Loading branch information
Showing
4 changed files
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
PHP_USER=php | ||
XDEBUG_MODE=debug | ||
#docker-compose or "docker compose" for v1/v2 respectively | ||
DOCKER_COMPOSE=docker-compose | ||
PHP_CS_FIXER_IGNORE_ENV=true | ||
#docker-compose or "docker compose" for v1/v2 respectively, note that v1 support ends 06/2023 | ||
DOCKER_COMPOSE=docker compose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters