Skip to content

Commit

Permalink
Merge pull request #472 from reliforp/fix-docker-compose
Browse files Browse the repository at this point in the history
Change docker-compose to docker compose
  • Loading branch information
sj-i authored Jan 15, 2025
2 parents 83396ae + bf1ba27 commit b54ff0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
],
"scripts": {
"test": [
"docker-compose run reli-test"
"docker compose run reli-test"
],
"test-with-coverage": [
"docker-compose run reli-test-with-coverage"
"docker compose run reli-test-with-coverage"
],
"test-for-ci": [
"docker-compose run reli-test-for-ci"
"docker compose run reli-test-for-ci"
],
"psalm": [
"psalm.phar"
Expand Down

0 comments on commit b54ff0c

Please sign in to comment.