We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2197d49 commit a049367Copy full SHA for a049367
Dockerfile
@@ -3,7 +3,7 @@ ARG PHP_VERSION=7.2
3
FROM php:${PHP_VERSION}-cli
4
5
RUN apt-get update && \
6
- apt-get install -y git && \
+ apt-get install -y git zip unzip && \
7
pecl install mongodb && docker-php-ext-enable mongodb && \
8
pecl install xdebug && docker-php-ext-enable xdebug
9
composer.json
@@ -16,7 +16,7 @@
16
},
17
"require-dev": {
18
"phpunit/phpunit": "^6.0|^7.0",
19
- "orchestra/testbench": "^3.6",
+ "orchestra/testbench": "^3.7",
20
"php-coveralls/php-coveralls": "^2.0"
21
22
"autoload": {
0 commit comments