From 8af5364f26e24de24722a4cebcbd5607ac45a01f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz>
Date: Mon, 11 Mar 2019 13:15:57 +0100
Subject: [PATCH] add support for PHP 7.4

---
 .travis.yml   | 1 +
 composer.json | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b632e8a..8f6657e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ php:
   - '7.1'
   - '7.2'
   - '7.3'
+  - '7.4snapshot'
 
 before_script:
   - composer install
diff --git a/composer.json b/composer.json
index 37cf946..30582c5 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
     "description": "Adds support for suppressed exceptions as known in Java. https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html#suppressed-exceptions",
     "type": "library",
     "require": {
-        "php": "~7.1.0 || ~7.2.0 || ~7.3.0"
+        "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0"
     },
 	"scripts": {
         "verify": [
-- 
GitLab