Skip to content

Commit

Permalink
Directly authenticate when building with password
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Carcel committed Feb 24, 2023
1 parent eecceb2 commit 13f6cc3
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 13f6cc3

Please sign in to comment.