File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11PHP_VERSION ?= 7.4
2- DC_RUN_PHP = docker-compose run --rm php
2+ DC_RUN = docker-compose run --rm
3+ DC_RUN_PHP = $(DC_RUN ) php
34
45all : update style packages-composer phan psalm phpstan test
56install :
2728 $(DC_RUN_PHP ) bash
2829style :
2930 $(DC_RUN_PHP ) env XDEBUG_MODE=off vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --using-cache=no -vvv
31+ split :
32+ docker-compose -f docker/gitsplit/docker-compose.yaml --env-file ./.env up
3033FORCE :
Original file line number Diff line number Diff line change 1919 "php-http/message" : " ^1.12"
2020 },
2121 "replace" : {
22- "open-telemetry/otel-sdk-bundle" : " self.version"
22+ "open-telemetry/contrib-sdk-bundle" : " self.version" ,
23+ "open-telemetry/contrib-aws" : " self.version"
2324 },
2425 "autoload" : {
2526 "psr-4" : {
Original file line number Diff line number Diff line change 1+ version : ' 3.7'
2+ services :
3+ gitsplit :
4+ image : jderusse/gitsplit
5+ volumes :
6+ - ../../:/srv
7+ - ../../var/cache/gitsplit:/cache/gitsplit
8+ environment :
9+ GH_TOKEN : ${GITSPLIT_TOKEN:-''}
You can’t perform that action at this time.
0 commit comments