From 002c17377feaee7c53397a3e668cd72010799cad Mon Sep 17 00:00:00 2001 From: Simon Samtleben Date: Sun, 5 Apr 2020 09:33:20 +0200 Subject: [PATCH] Fix typo --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a1f5fd9..b717e4e 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,6 @@ } }, "require": { - "php": "^7.2", + "php": "^7.2" } }