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":{