Releases: marvin255/file-system-helper
Releases · marvin255/file-system-helper
v6.0.1
What's Changed
- Update infection/infection requirement from ^0.29 to ^0.29 || ^0.30 by @dependabot[bot] in #22
- Update composer libs versions by @marvin255 in #24
New Contributors
- @dependabot[bot] made their first contribution in #22
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- Update README.md by @marvin255 in #20
- Versions update by @marvin255 in #21
Full Changelog: v5.0.2...v6.0.0
v5.0.2
Libs update
- Update phpUnit to v10
- Update infection to v0.27
createDirectoryIterator method
- Split
createDirectoryIteratormethod fromiterateDirectory.
Update psalm
- Update psalm to version 5.
Small refactoring
- Add
PathHelper.
Infection framework
- Add Infection framework.
- Fix tests after infection run.
- Set 8.1 as minimal php version.
Add makeFileInfo method
- Add
FileSystemHelper::makeFileInfomethod which allows to convert any input data toSplFileInfoobject.