File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Liip \ImagineBundle ;
13
13
14
- use Enqueue \Bundle \DependencyInjection \Compiler \AddTopicMetaPass ;
15
- use Liip \ImagineBundle \Async \Topics ;
16
14
use Liip \ImagineBundle \DependencyInjection \Compiler \DriverCompilerPass ;
17
15
use Liip \ImagineBundle \DependencyInjection \Compiler \FiltersCompilerPass ;
18
16
use Liip \ImagineBundle \DependencyInjection \Compiler \LoadersCompilerPass ;
@@ -46,12 +44,6 @@ public function build(ContainerBuilder $container)
46
44
$ container ->addCompilerPass (new ResolversCompilerPass ());
47
45
$ container ->addCompilerPass (new MetadataReaderCompilerPass ());
48
46
49
- if (class_exists (AddTopicMetaPass::class)) {
50
- $ container ->addCompilerPass (AddTopicMetaPass::create ()
51
- ->add (Topics::CACHE_RESOLVED , 'The topic contains messages about resolved image \'s caches ' )
52
- );
53
- }
54
-
55
47
/** @var $extension LiipImagineExtension */
56
48
$ extension = $ container ->getExtension ('liip_imagine ' );
57
49
Original file line number Diff line number Diff line change 31
31
},
32
32
"require-dev" : {
33
33
"ext-gd" : " *" ,
34
+ "ext-json" : " *" ,
34
35
"amazonwebservices/aws-sdk-for-php" : " ^1.0" ,
35
36
"aws/aws-sdk-php" : " ^2.4" ,
36
37
"doctrine/cache" : " ^1.1" ,
60
61
"aws/aws-sdk-php" : " required to use AWS version 2/3 cache resolver" ,
61
62
"doctrine/mongodb-odm" : " required to use mongodb-backed doctrine components" ,
62
63
"enqueue/enqueue-bundle" : " ^0.9 add if you like to process images in background" ,
64
+ "ext-json" : " required for enqueue/bundle library code" ,
63
65
"league/flysystem" : " required to use FlySystem data loader or cache resolver" ,
64
66
"monolog/monolog" : " A psr/log compatible logger is required to enable logging" ,
65
67
"twig/twig" : " required to use the provided Twig extension. Version 1.12 or greater needed"
Original file line number Diff line number Diff line change 7
7
convertErrorsToExceptions =" true"
8
8
convertNoticesToExceptions =" true"
9
9
convertWarningsToExceptions =" true"
10
- syntaxCheck =" true"
11
10
forceCoversAnnotation =" true"
12
11
bootstrap =" ./Tests/bootstrap.php" >
13
12
You can’t perform that action at this time.
0 commit comments