mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DEP Remove unused league/flysystem requirement
This has been shifted to silverstripe/assets instead.
This commit is contained in:
parent
941df19e88
commit
256bd53557
@ -26,7 +26,6 @@
|
||||
"composer/installers": "~1.0",
|
||||
"embed/embed": "^3.0",
|
||||
"league/csv": "^8 || ^9",
|
||||
"league/flysystem": "~1.0.12",
|
||||
"m1/env": "^2.1",
|
||||
"monolog/monolog": "~1.16",
|
||||
"nikic/php-parser": "^3 || ^4",
|
||||
|
@ -3,7 +3,6 @@
|
||||
namespace SilverStripe\View\Shortcodes;
|
||||
|
||||
use Embed\Http\DispatcherInterface;
|
||||
use League\Flysystem\Exception;
|
||||
use Psr\SimpleCache\CacheInterface;
|
||||
use Psr\SimpleCache\InvalidArgumentException;
|
||||
use SilverStripe\Core\Convert;
|
||||
|
Loading…
Reference in New Issue
Block a user