Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Dec 11, 2023
1 parent b11e63f commit 39a51bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"behat": "bin/behat --snippets-for",
"docker:build:php81": "docker build -t pugx/poser:php81 -f .docker/base/php81/Dockerfile .",
"docker:push:php81": "docker push pugx/poser:php81",
"docker:build:php82": "docker build -t pugx/poser:php82 -f .docker/base/php80/Dockerfile .",
"docker:build:php82": "docker build -t pugx/poser:php82 -f .docker/base/php82/Dockerfile .",
"docker:push:php82": "docker push pugx/poser:php82",
"docker:build:php83": "docker build -t pugx/poser:php83 -f .docker/base/php80/Dockerfile .",
"docker:build:php83": "docker build -t pugx/poser:php83 -f .docker/base/php83/Dockerfile .",
"docker:push:php83": "docker push pugx/poser:php83"
},
"extra": {
Expand Down

0 comments on commit 39a51bd

Please sign in to comment.