Skip to content

Commit bdb12d0

Browse files
committed
update php version; update phpunit version
1 parent f9e0208 commit bdb12d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"php-service-bus/module-phpinnacle-transport": "^v3.0"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "^7",
14+
"phpunit/phpunit": "^8",
1515
"vimeo/psalm": "^v3"
1616
},
1717
"config": {

docker/application/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM php:7.2-cli-alpine
1+
FROM php:7.3-cli-alpine
22

33
RUN set -xe \
4-
&& apk add libpq postgresql-dev libevent-dev autoconf zlib-dev g++ libtool make \
4+
&& apk add libpq postgresql-dev libevent-dev autoconf zlib-dev g++ libtool make libzip-dev \
55
&& docker-php-ext-install \
66
bcmath \
77
pcntl \

0 commit comments

Comments
 (0)