Skip to content

Commit ab4a2cd

Browse files
Merge pull request #258 from akeneo/authenticate-build-password
Directly authenticate when building with password
2 parents eecceb2 + 13f6cc3 commit ab4a2cd

File tree

4 files changed

+448
-373
lines changed

4 files changed

+448
-373
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DOCKER_RUN = DOCKER_BUILDKIT=1 docker-compose run php_client
1+
DOCKER_RUN ?= DOCKER_BUILDKIT=1 docker-compose run php_client
22

33
.PHONY: help
44
help:

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"bin-dir": "bin",
4646
"platform": {
4747
"php": "8.0"
48+
},
49+
"allow-plugins": {
50+
"php-http/discovery": false
4851
}
4952
},
5053
"suggest": {

0 commit comments

Comments
 (0)