From d5cebe096e7a438c5a4e9a2613fc72d8ad960c98 Mon Sep 17 00:00:00 2001
From: David Maus <dmaus@dmaus.name>
Date: Mon, 26 Aug 2019 18:29:26 +0200
Subject: [PATCH] Require PHP 7.3 in Travis

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6f57dd4..eade043 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: php
 php:
-  - 7.2
+  - 7.3
 
 install:
   - composer install
-- 
GitLab