From 815bf835d37ad0f6a769d7f17595e2b872dcfc4e Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 6 Dec 2017 11:48:15 -0500 Subject: [PATCH] Update dependencies --- .gitlab-ci.yml | 11 ----------- composer.json | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 670ef8b2..6a3d138b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,3 @@ -test:7: - stage: test - before_script: - - sh build/docker_install.sh > /dev/null - - apk add --no-cache php7-phpdbg - - curl -sS https://getcomposer.org/installer | php - - php composer.phar install --ignore-platform-reqs - image: php:7.0-alpine - script: - - phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never - test:7.1: stage: test before_script: diff --git a/composer.json b/composer.json index e967e7da..d8f10637 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "robmorgan/phinx": "^0.9.1", "consolidation/robo": "~1.0", "henrikbjorn/lurker": "^1.1.0", - "symfony/var-dumper": "^3.2", + "symfony/var-dumper": "^4.0.1", "squizlabs/php_codesniffer": "^3.0.0@beta", "phpstan/phpstan": "^0.9.1", "spatie/phpunit-snapshot-assertions": "^1.2.0"