File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 88 - $HOME/.composer/cache/files
99
1010php :
11- - 7.0
12- - 7.1
13- - 7.2
11+ - ' 7.0'
12+ - ' 7.1'
13+ - ' 7.2'
14+ - ' 7.3'
1415 - nightly
1516
1617env :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ COPY composer.lock /app/composer.lock
2020
2121RUN composer install --no-ansi --no-dev --no-interaction --no-suggest --no-progress --no-scripts --optimize-autoloader --prefer-dist
2222
23- FROM graze/php-alpine:7.2 AS run
23+ FROM graze/php-alpine:7.3 AS run
2424
2525RUN set +xe \
2626 && apk add --no-cache \
Original file line number Diff line number Diff line change 11SHELL = /bin/sh
22
33DOCKER = $(shell which docker)
4- PHP_VER := 7.2
4+ PHP_VER := 7.3
55IMAGE := graze/php-alpine:${PHP_VER}-test
66VOLUME := /srv
77DOCKER_RUN_BASE := ${DOCKER} run --rm -t -v $$(pwd ) :${VOLUME} -w ${VOLUME}
Original file line number Diff line number Diff line change 2424 ],
2525 "config" : {
2626 "platform" : {
27- "php" : " 7.2 "
27+ "php" : " 7.3 "
2828 }
2929 },
3030 "require" : {
4343 "graze/standards" : " ^2.0" ,
4444 "mockery/mockery" : " ^1" ,
4545 "phpunit/phpunit" : " ^5.7.21 | ^6 | ^7" ,
46- "squizlabs/php_codesniffer" : " ^3.0 "
46+ "squizlabs/php_codesniffer" : " ^3.3.1 "
4747 },
4848 "autoload" : {
4949 "psr-4" : {
You can’t perform that action at this time.
0 commit comments