Skip to content

Commit 0358e45

Browse files
committed
Replaced internal HttpKernel Extension usage in IbexaFieldTypeMatrixExtension
1 parent f706932 commit 0358e45

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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
},

src/bundle/DependencyInjection/IbexaFieldTypeMatrixExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
use Symfony\Component\Config\FileLocator;
1212
use Symfony\Component\Config\Resource\FileResource;
1313
use Symfony\Component\DependencyInjection\ContainerBuilder;
14+
use Symfony\Component\DependencyInjection\Extension\Extension;
1415
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
1516
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
16-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
1717
use Symfony\Component\Yaml\Yaml;
1818

1919
class IbexaFieldTypeMatrixExtension extends Extension implements PrependExtensionInterface

0 commit comments

Comments
 (0)