From ce924fe8cd5993f720554e02a09b6731a9571d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Bollon?= Date: Mon, 25 Jul 2022 17:24:18 +0200 Subject: [PATCH] Laravel 9 package compatibility --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index e26ec6db..b8302dcb 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,14 @@ { "name": "panichd/panichd", - "description": "Ticketing system for Laravel (from 5 to 8). Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.", + "description": "Ticketing system for Laravel (from 5 to 9). Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.", "type": "laravel-package", "keywords": ["ticketing", "helpdesk", "laravel", "laravel-package", "laravel-7-package"], "require": { - "laravel/framework": "^5.1|^6.0|^7.0|^8.0", + "laravel/framework": "^5.1|^6.0|^7.0|^8.0|^9.0", "laravelcollective/html": "^5.1|^6.0", - "illuminate/support": "^5.1|^6.0|^7.0|^8.0", + "illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0", "intervention/image": "^2.5", - "yajra/laravel-datatables-oracle": "^6.0 || ^7.0 || ^8.0 || ^9.11", + "yajra/laravel-datatables-oracle": "^6.0 || ^7.0 || ^8.0 || ^9.11 || ^10.0", "jenssegers/date": "^4.0", "mews/purifier": "^2.0|^3.2", "doctrine/dbal": "^2.10"