From 6fff49f5699f6a7f652df65e63636265017c5a61 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 14 Mar 2020 18:04:18 +1100 Subject: [PATCH] Typo --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 57cc775..6ba800d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.2.5", - "illuminate/support": "^^7.0", + "illuminate/support": "^7.0", "illuminate/filesystem": "^7.0", "doctrine/annotations": "~1.2", "phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"