Introducing Storage!
This release introduces Storage and removes hard-dependency on FlySystem. This opens new possibilities. You can still use FlySystem throught adapter: $storage = new \Arxy\FilesBundle\Storage\FlysystemStorage($flysystem);
Other changes:
Removes SymfonyCachePathResolver
. Replaced by CachePathResolver
which uses PSR-16 Cache.