Skip to content

Commit

Permalink
Merge pull request #1 from omarlopesino/feature/compose-new-version
Browse files Browse the repository at this point in the history
Rename compose files to new canonical format
  • Loading branch information
rsanzante authored Mar 25, 2024
2 parents 3e1bac3 + 798e53f commit 26a8c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Composer/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ protected function setConfFiles() {
$this->io->write('Setting up BackstopJS\' cookies.json file');
$this->replaceInFile('./tests/functional/backstopjs/backstop_data/engine_scripts/cookies.json', 'example', $project_name);

$this->io->write('Setting up docker-compose.override.yml');
copy('./docker-compose.override.yml.dist', './docker-compose.override.yml');
$this->io->write('Setting up compose.override.yml');
copy('./compose.override.yml.dist', './compose.override.yml');

$this->io->write('Setting up phpunit.xml');
copy('./phpunit.xml.dist', './phpunit.xml');
Expand Down

0 comments on commit 26a8c96

Please sign in to comment.