vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
> composer require mikey179/vfsstream --dev
Package operations: 1 install, 0 updates, 0 removals
- Installing mikey179/vfsstream (v1.6.9): Extracting archive
Package sebastian/resource-operations is abandoned, you should avoid using it. No replacement was suggested.
It looks like the class
ResourceOperations
is not used in this package. Can this unused dependency be removed from composer.json?I'm sorry. The package
sebastian/resource-operations
is a dependency of PHPUnit.