diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7442c87..580468101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file[^1]. ## [Unreleased] +### Changed +- unisharp/laravel-filemanager to version 2.6.4 ### Fixed - failed_jobs table to include the uuid column diff --git a/composer.json b/composer.json index 46003a72a..f0e1058a6 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "spatie/laravel-sitemap": "^6.2", "symfony/templating": "^5.2", "tightenco/ziggy": "^1.5", - "unisharp/laravel-filemanager": "^2.5" + "unisharp/laravel-filemanager": "^2.6" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.2", diff --git a/composer.lock b/composer.lock index 65b3254c1..b9dc8903f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bc72d6434f47a5a1717a5f71ee03a3c7", + "content-hash": "9c7a9cc1dc606396e505d31521143504", "packages": [ { "name": "anahkiasen/former", @@ -11144,16 +11144,16 @@ }, { "name": "unisharp/laravel-filemanager", - "version": "v2.6.0", + "version": "v2.6.4", "source": { "type": "git", "url": "https://github.com/UniSharp/laravel-filemanager.git", - "reference": "c3c6ded95fd0cd6ec8a0f53af953a6273b9348c1" + "reference": "6c8306d4cca0b2682f9f54f8857a32f7450adac4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/UniSharp/laravel-filemanager/zipball/c3c6ded95fd0cd6ec8a0f53af953a6273b9348c1", - "reference": "c3c6ded95fd0cd6ec8a0f53af953a6273b9348c1", + "url": "https://api.github.com/repos/UniSharp/laravel-filemanager/zipball/6c8306d4cca0b2682f9f54f8857a32f7450adac4", + "reference": "6c8306d4cca0b2682f9f54f8857a32f7450adac4", "shasum": "" }, "require": { @@ -11165,6 +11165,7 @@ "illuminate/http": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/support": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "intervention/image": "2.*", + "league/flysystem": ">=2.0.0", "php": ">=7.2.0" }, "require-dev": { @@ -11204,7 +11205,7 @@ "email": "opensource@unisharp.com" } ], - "description": "A file upload/editor intended for use with Laravel 5 to 6 and CKEditor / TinyMCE", + "description": "A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE", "keywords": [ "CKEditor", "file", @@ -11217,9 +11218,9 @@ ], "support": { "issues": "https://github.com/UniSharp/laravel-filemanager/issues", - "source": "https://github.com/UniSharp/laravel-filemanager/tree/v2.6.0" + "source": "https://github.com/UniSharp/laravel-filemanager/tree/v2.6.4" }, - "time": "2023-03-01T02:04:57+00:00" + "time": "2023-11-24T08:18:55+00:00" }, { "name": "vlucas/phpdotenv",