From 9eec329ee3fe0f45030743f8838af7a8993183ed Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Wed, 14 Sep 2022 13:05:13 +0300 Subject: [PATCH] Filesystem 5.0.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9dd9c..95cc1a1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +# [5.0.1](https://github.com/glowyphp/filesystem) (2022-09-14) +* Fix issue with method `get` for files. + # [5.0.0](https://github.com/glowyphp/filesystem) (2022-07-03) * All Helpers functions are placed into the Glowy/Filesystem namespace. diff --git a/README.md b/README.md index 2a068b7..17f1beb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Filesystem Package provide a fluent, object-oriented interface for working with

-License MIT Total downloads GitHub Repo stars GitHub forks Hits of Code Discord +License MIT Total downloads GitHub Repo stars GitHub forks Hits of Code

diff --git a/composer.json b/composer.json index d675b16..1a3ddae 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ext-spl": "*", "ext-fileinfo": "*", "php": "^8.1", - "symfony/finder": "^6.1.0", + "symfony/finder": "^6.1.3", "glowy/macroable": "^4.0" }, "autoload":{