From dce9905d958561d19059d9a7be5e06c024711a4c Mon Sep 17 00:00:00 2001
From: Tyson Andre <tysonandre775@hotmail.com>
Date: Thu, 5 Sep 2019 19:57:05 -0400
Subject: [PATCH] Update packagist description; test with php 7.3

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

diff --git a/.travis.yml b/.travis.yml
index e008e38..66eecc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ php:
   - 7.0
   - 7.1
   - 7.2
+  - 7.3
   - 5.6
   - 5.5
   - 5.4
diff --git a/composer.json b/composer.json
index 1994a45..b0be3d7 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "ulrichsg/getopt-php",
     "type": "library",
-    "description": "Command line arguments parser for PHP 5.4 - 7.1",
+    "description": "Command line arguments parser for PHP 5.4 - 7.3",
     "homepage": "http://getopt-php.github.io/getopt-php",
     "license": "MIT",
     "authors": [
-- 
GitLab