From e80c8cbad256b16c304435514fe0fab0d9955bea Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 2 Feb 2023 12:34:52 +0000 Subject: [PATCH] Bump dependencies for Laravel 10 --- composer.json | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 50efd2b..f381f64 100644 --- a/composer.json +++ b/composer.json @@ -2,18 +2,22 @@ "name": "skyronic/laravel-file-generator", "description": "Laravel package to help you automate creation of files. Build your own custom generators like 'artisan make:model'.", "type": "library", - "keywords": ["laravel"], + "keywords": [ + "laravel" + ], "license": "MIT", - "authors": [{ - "name": "Anirudh Sanjeev", - "email": "skyronic@gmail.com" - }], + "authors": [ + { + "name": "Anirudh Sanjeev", + "email": "skyronic@gmail.com" + } + ], "require": { "php": ">=8.1", - "illuminate/support": "^8.0|^9.0", - "illuminate/console": "^8.0|^9.0", - "illuminate/view": "^8.0|^9.0", - "illuminate/filesystem": "^8.0|^9.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/console": "^8.0|^9.0|^10.0", + "illuminate/view": "^8.0|^9.0|^10.0", + "illuminate/filesystem": "^8.0|^9.0|^10.0", "symfony/finder": "^6.0" }, "require-dev": {