reactphp / filesystem

Evented filesystem access.
MIT License
135 stars 40 forks source link

Add get supported adapters method #33

Closed ghost closed 6 years ago

ghost commented 6 years ago

This PR adds a method to the Filesystem Interface to get the supported adapters of the current installation. The Adapter Interface gets a new method to determine whether the adapter is supported on the current installation.

This PR closes #32.

WyriHaximus commented 6 years ago

Since builds have gone green, could you rebase master onto your branch?

ghost commented 6 years ago

Uh, since GitHub lost track of my repository, the new PR at #42 is rebased onto current master.