Skip to content

Commit a049367

Browse files
committed
🔧 Fix missing ext for phpunit
1 parent 2197d49 commit a049367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG PHP_VERSION=7.2
33
FROM php:${PHP_VERSION}-cli
44

55
RUN apt-get update && \
6-
apt-get install -y git && \
6+
apt-get install -y git zip unzip && \
77
pecl install mongodb && docker-php-ext-enable mongodb && \
88
pecl install xdebug && docker-php-ext-enable xdebug
99

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^6.0|^7.0",
19-
"orchestra/testbench": "^3.6",
19+
"orchestra/testbench": "^3.7",
2020
"php-coveralls/php-coveralls": "^2.0"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)