thephpleague / climate

PHP's best friend for the terminal.
http://climate.thephpleague.com
MIT License
1.87k stars 126 forks source link

Addressed file searching issues when the directory separator was a backslash #154

Closed on2 closed 4 years ago

on2 commented 5 years ago

Fixes #149 and #153.

I'm not so happy about having to create a public variable in the trait. If you know of a better way to test please do let me know!

duncan3dc commented 4 years ago

@on2 Thanks for the PR, I agree on the public property approach, instead I've created a GitHub action to check the libraries windows support: https://github.com/thephpleague/climate/runs/318428805