From 5abd463db1e952f1bb85a4457240e4f5161f4e18 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Sat, 6 Jul 2024 18:56:09 +0200 Subject: [PATCH] Fix the SPDX license identifier --- README.md | 2 +- composer.json | 4 ++-- ..._07_03_135202_add_mailbox_id_column_to_customers_table.php | 2 +- routes/web.php | 2 +- src/Customer.php | 2 +- src/FreescoutRestrictedCustomersServiceProvider.php | 2 +- src/Http/Controllers/ConversationsController.php | 2 +- src/Http/Controllers/CrmController.php | 2 +- src/Http/Controllers/CustomersController.php | 2 +- src/Mailbox.php | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2e65e3f..58192f3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You have been warned. ### Install the package with composer ``` -composer require "millions-missing-france/freescount-restricted-customers" "0.1.1" +composer require "millions-missing-france/freescount-restricted-customers" "0.1.2" ``` ### Edit the application routes diff --git a/composer.json b/composer.json index 59dcbc0..37336f0 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "millions-missing-france/freescout-restricted-customers", "description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes", - "version": "0.1.1", + "version": "0.1.2", "type": "library", - "license": ["AGPL"], + "license": ["AGPL-3.0-only"], "authors": [ { "name": "Millions Missing FRANCE", diff --git a/database/migrations/2024_07_03_135202_add_mailbox_id_column_to_customers_table.php b/database/migrations/2024_07_03_135202_add_mailbox_id_column_to_customers_table.php index 88c5f5d..692a22a 100644 --- a/database/migrations/2024_07_03_135202_add_mailbox_id_column_to_customers_table.php +++ b/database/migrations/2024_07_03_135202_add_mailbox_id_column_to_customers_table.php @@ -1,6 +1,6 @@ */ diff --git a/routes/web.php b/routes/web.php index e98e065..4e5bc86 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,6 +1,6 @@ */ diff --git a/src/Customer.php b/src/Customer.php index 6eec440..6ee213d 100644 --- a/src/Customer.php +++ b/src/Customer.php @@ -1,6 +1,6 @@ */ diff --git a/src/FreescoutRestrictedCustomersServiceProvider.php b/src/FreescoutRestrictedCustomersServiceProvider.php index df2214e..1b56933 100644 --- a/src/FreescoutRestrictedCustomersServiceProvider.php +++ b/src/FreescoutRestrictedCustomersServiceProvider.php @@ -1,6 +1,6 @@ */ diff --git a/src/Http/Controllers/ConversationsController.php b/src/Http/Controllers/ConversationsController.php index fb998b3..ca1965c 100644 --- a/src/Http/Controllers/ConversationsController.php +++ b/src/Http/Controllers/ConversationsController.php @@ -1,6 +1,6 @@ */ diff --git a/src/Http/Controllers/CrmController.php b/src/Http/Controllers/CrmController.php index 70abd4a..935aefd 100644 --- a/src/Http/Controllers/CrmController.php +++ b/src/Http/Controllers/CrmController.php @@ -1,6 +1,6 @@ */ diff --git a/src/Http/Controllers/CustomersController.php b/src/Http/Controllers/CustomersController.php index 434e9e6..01e1382 100644 --- a/src/Http/Controllers/CustomersController.php +++ b/src/Http/Controllers/CustomersController.php @@ -1,6 +1,6 @@ */ diff --git a/src/Mailbox.php b/src/Mailbox.php index be4ced3..76cfd1a 100644 --- a/src/Mailbox.php +++ b/src/Mailbox.php @@ -1,6 +1,6 @@ */