Skip to content

Commit 9eec329

Browse files
committed
Filesystem 5.0.1
1 parent 49eb627 commit 9eec329

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="5.0.1"></a>
2+
# [5.0.1](https://github.com/glowyphp/filesystem) (2022-09-14)
3+
* Fix issue with method `get` for files.
4+
15
<a name="5.0.0"></a>
26
# [5.0.0](https://github.com/glowyphp/filesystem) (2022-07-03)
37
* All Helpers functions are placed into the Glowy/Filesystem namespace.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Filesystem Package provide a fluent, object-oriented interface for working with
44
</p>
55

66
<p align="center">
7-
<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>
7+
<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>
88
</p>
99

1010

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ext-spl": "*",
2121
"ext-fileinfo": "*",
2222
"php": "^8.1",
23-
"symfony/finder": "^6.1.0",
23+
"symfony/finder": "^6.1.3",
2424
"glowy/macroable": "^4.0"
2525
},
2626
"autoload":{

0 commit comments

Comments
 (0)