From 0e721674b3d67e345a268715b99a7824988d19d9 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 2 Oct 2020 16:07:19 +0300 Subject: [PATCH] Fixed php version requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0bafd3a..4d2a446 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "andrey-helldar/pretty-routes", "description": "Pretty routes for Laravel 6+", "require": { - "php": "7.2", + "php": "^7.2", "doctrine/annotations": "^1.0", "laravel/framework": "^5.0|^6.0|^7.0|^8.0" },