From 97f6175f1c020bb10ec45541761d66515247d5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Goetz?= Date: Mon, 4 Mar 2019 10:26:38 +0100 Subject: [PATCH] Fine tune configuration --- .travis.yml | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49349bee..9d4669cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - '7.1' - '7.2' + - '7.3' - nightly matrix: diff --git a/composer.json b/composer.json index 38c3e438..73cda7f2 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/process": "^4.0", "webuni/commonmark-table-extension": "0.9.*", "webuni/front-matter": "^1.0.0" - + }, "suggest":{ "ext-intl": "Allows to translate the modified at date" @@ -43,6 +43,6 @@ }, "require-dev": { "phpunit/phpunit": "~7.4", - "mikey179/vfsStream": "^1.6" + "mikey179/vfsstream": "^1.6" } }