Skip to content

Commit c9eba55

Browse files
Make Dockerfile compatible with PHPUnit 9
1 parent ae864fb commit c9eba55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG PHP_VERSION=7.2
2-
ARG COMPOSER_VERSION=1.8
1+
ARG PHP_VERSION=7.3
2+
ARG COMPOSER_VERSION=2.0
33

44
FROM composer:${COMPOSER_VERSION}
55
FROM php:${PHP_VERSION}-cli

0 commit comments

Comments
 (0)