diff --git a/composer.json b/composer.json index e26ec6db..7de9f2c8 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,11 @@ { - "name": "panichd/panichd", + "name": "majiid/panichd-majiid", "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.", "type": "laravel-package", "keywords": ["ticketing", "helpdesk", "laravel", "laravel-package", "laravel-7-package"], "require": { - "laravel/framework": "^5.1|^6.0|^7.0|^8.0", - "laravelcollective/html": "^5.1|^6.0", - "illuminate/support": "^5.1|^6.0|^7.0|^8.0", + "laravel/framework": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "intervention/image": "^2.5", "yajra/laravel-datatables-oracle": "^6.0 || ^7.0 || ^8.0 || ^9.11", "jenssegers/date": "^4.0", @@ -16,12 +15,8 @@ "license": "MIT", "authors": [ { - "name": "ManelGP", - "email": "manelgp-email-here@gmail.com" - }, - { - "name": "XaviQV", - "email": "xaviqv@gmail.com" + "name": "Majid", + "email": "majid420@gmail.com" } ], "autoload": {