File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/bundle/DependencyInjection Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33 "description" : " Repository dedicated to Matrix Field Type for eZ Platform" ,
44 "type" : " library" ,
55 "license" : " GPL-2.0-only" ,
6+ "minimum-stability" : " dev" ,
7+ "prefer-stable" : true ,
68 "replace" : {
79 "ezsystems/ezplatform-matrix-fieldtype" : " *"
810 },
Original file line number Diff line number Diff line change 1111use Symfony \Component \Config \FileLocator ;
1212use Symfony \Component \Config \Resource \FileResource ;
1313use Symfony \Component \DependencyInjection \ContainerBuilder ;
14+ use Symfony \Component \DependencyInjection \Extension \Extension ;
1415use Symfony \Component \DependencyInjection \Extension \PrependExtensionInterface ;
1516use Symfony \Component \DependencyInjection \Loader \YamlFileLoader ;
16- use Symfony \Component \HttpKernel \DependencyInjection \Extension ;
1717use Symfony \Component \Yaml \Yaml ;
1818
1919class IbexaFieldTypeMatrixExtension extends Extension implements PrependExtensionInterface
You can’t perform that action at this time.
0 commit comments