Skip to content

Commit

Permalink
Merge pull request #258 from akeneo/authenticate-build-password
Browse files Browse the repository at this point in the history
Directly authenticate when building with password
  • Loading branch information
damien-carcel authored Feb 27, 2023
2 parents eecceb2 + 13f6cc3 commit ab4a2cd
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 373 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_RUN = DOCKER_BUILDKIT=1 docker-compose run php_client
DOCKER_RUN ?= DOCKER_BUILDKIT=1 docker-compose run php_client

.PHONY: help
help:
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"bin-dir": "bin",
"platform": {
"php": "8.0"
},
"allow-plugins": {
"php-http/discovery": false
}
},
"suggest": {
Expand Down
Loading

0 comments on commit ab4a2cd

Please sign in to comment.