Skip to content

Commit

Permalink
Filesystem 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Sep 14, 2022
1 parent 49eb627 commit 9eec329
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="5.0.1"></a>
# [5.0.1](https://github.com/glowyphp/filesystem) (2022-09-14)
* Fix issue with method `get` for files.

<a name="5.0.0"></a>
# [5.0.0](https://github.com/glowyphp/filesystem) (2022-07-03)
* All Helpers functions are placed into the Glowy/Filesystem namespace.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Filesystem Package provide a fluent, object-oriented interface for working with
</p>

<p align="center">
<img src="https://img.shields.io/badge/license-MIT-blue.svg?label=License" alt="License MIT"> <a href="https://packagist.org/packages/glowy/filesystem"><img src="https://poser.pugx.org/glowy/filesystem/downloads" alt="Total downloads"></a> <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/glowyphp/filesystem?label=Stars"> <img alt="GitHub forks" src="https://img.shields.io/github/forks/glowyphp/filesystem?label=Forks"> <a href="https://hitsofcode.com"><img alt="Hits of Code" src="https://hitsofcode.com/github/glowyphp/filesystem?branch=4.x"></a> <a href="https://discord.gg/ewQkqgfBAc"><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&label=Discord%20Chat" alt="Discord"></a>
<img src="https://img.shields.io/badge/license-MIT-blue.svg?label=License" alt="License MIT"> <a href="https://packagist.org/packages/glowy/filesystem"><img src="https://poser.pugx.org/glowy/filesystem/downloads" alt="Total downloads"></a> <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/glowyphp/filesystem?label=Stars"> <img alt="GitHub forks" src="https://img.shields.io/github/forks/glowyphp/filesystem?label=Forks"> <a href="https://hitsofcode.com"><img alt="Hits of Code" src="https://hitsofcode.com/github/glowyphp/filesystem?branch=4.x"></a>
</p>


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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":{
Expand Down

0 comments on commit 9eec329

Please sign in to comment.