From 105d55a4abb4b0e245c671db22f79d72ca0caf93 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 14 Feb 2023 21:02:15 +0000 Subject: [PATCH] Laravel 10.x support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fa58776..d334a89 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "garygreen/pretty-routes", "description": "Pretty routes for Laravel 5+", "require": { - "laravel/framework": "5.*|6.*|7.*|8.*|^9.0" + "laravel/framework": "5.*|6.*|7.*|8.*|^9.0|^10.0" }, "license": "MIT", "authors": [