This repository was archived by the owner on Jun 18, 2025. It is now read-only.
Releases: max-s-lab/php-local-filesystem
Releases · max-s-lab/php-local-filesystem
Version 2.0.0
- Raising the minimum PHP version to 8.0
- Removed protected properties from
LocalFilesystem
- Rename
filepermsToOctatValue
tofilepermsToOctalValue
(typo fixed) - Rename arguments in method
copyFile
- Added more detailed descriptions to the methods
Version 1.1.2
Added more detailed descriptions to the methods
Version 1.1.1
Fixed default file permissions
Version 1.1.0
- Strict types in all files
- Improved PHPStan typing
Version 1.0.0
First release