From b9396637e0a8e428f8f0faf8e37b200b70c2d108 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Alekseev" Date: Wed, 7 Oct 2020 14:33:06 +0300 Subject: [PATCH 1/2] Add Symfony 5 support --- .travis.yml | 1 + composer.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 122d81c..e00eb93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 matrix: fast_finish: true diff --git a/composer.json b/composer.json index fd3a1ce..c17a7a7 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,9 @@ } ], "require": { - "php": "^7.1.3", "ext-dom": "*", "phpmentors/stagehand-fsm": "~3.0@dev", - "symfony/expression-language": "~3.4|~4.0" + "symfony/expression-language": "^4.3|^5.0" }, "require-dev": { "phpunit/phpunit": "~6.5" From 1af0769125af63f149c975e5e04c653135c3045f Mon Sep 17 00:00:00 2001 From: "Dmitry V. Alekseev" Date: Wed, 7 Oct 2020 14:40:40 +0300 Subject: [PATCH 2/2] Add PHP 7.4 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c17a7a7..fc09115 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "symfony/expression-language": "^4.3|^5.0" }, "require-dev": { - "phpunit/phpunit": "~6.5" + "phpunit/phpunit": "^7.0" }, "autoload": { "psr-4": {