mmieluch / laravel-vfs-provider

A service provider intended to use with Laravel 5.x for The League Flysystem's wrapper around PHP-VFS library.
MIT License
4 stars 2 forks source link

Laravel 5.3 support #2

Closed patrickguevara closed 8 years ago

patrickguevara commented 8 years ago

Running into these problems when upgrading to Laravel 5.3

mmieluch/laravel-vfs-provider 0.0.2 requires illuminate/support 5.0.*|5.1.*|5.2.*
mmieluch/laravel-vfs-provider 0.0.2 requires illuminate/filesystem 5.0.*|5.1.*|5.2.*
patrickguevara commented 8 years ago

I'm using a forked copy of this and it seems to be working just fine (all my previous tests are still passing)

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/metricloop/laravel-vfs-provider"
    }
]

The only difference is adding 5.3.* to composer.json that requires Illuminate\Support and Illuminate\Filesystem.

mmieluch commented 8 years ago

Thanks for the #3 PR Patrick! Your commit is merged and tagged as 0.0.3. Packagist already picked up the changes. Happy coding!