This repository was archived by the owner on Jul 8, 2023. It is now read-only.
Re-implement working directory resolver #36
Open
Description
The previous version simply took a static 'working directory' path that never changed. Pretty useless. This version needs to implement the recently refactored PathResolverInterface
and fetch the current working directory from a PlatformFileSystemPathFactory
on each resolution. Closely tied to #33.