Skip to content

Commit 0114e3e

Browse files
committed
Fix tests.
1 parent 0ad4a11 commit 0114e3e

File tree

11 files changed

+387
-252
lines changed

11 files changed

+387
-252
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM php:7.2-cli
2+
3+
RUN pecl install xdebug-2.6.0 \
4+
&& docker-php-ext-enable xdebug
5+
6+
WORKDIR /var/www/app

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"ext-json": "*"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "6.0.*",
22-
"symfony/var-dumper": "^3.2"
21+
"phpunit/phpunit": "^7.4",
22+
"symfony/var-dumper": "^4.1"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)