File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
### Changes
7
7
8
+ * [ #2 ] ( https://github.com/cleverage/soap-process-bundle/issues/2 ) Add Makefile & .docker for local standalone usage
9
+ * [ #2 ] ( https://github.com/cleverage/soap-process-bundle/issues/2 ) Add rector, phpstan & php-cs-fixer configurations & apply it
10
+ * [ #3 ] ( https://github.com/cleverage/soap-process-bundle/issues/3 ) Remove ` sidus/base-bundle ` dependency
11
+
8
12
### Fixes
9
13
10
14
v1.0.1
Original file line number Diff line number Diff line change 44
44
},
45
45
"require" : {
46
46
"php" : " >=8.1" ,
47
- "cleverage/process-bundle" : " dev-prepare-release" ,
48
47
"ext-soap" : " *" ,
49
- "sidus/base -bundle" : " ~1.0 "
48
+ "cleverage/process -bundle" : " dev-prepare-release "
50
49
},
51
50
"require-dev" : {
52
51
"friendsofphp/php-cs-fixer" : " *" ,
Original file line number Diff line number Diff line change 10
10
11
11
namespace CleverAge \SoapProcessBundle \DependencyInjection ;
12
12
13
- use Sidus \BaseBundle \DependencyInjection \SidusBaseExtension ;
14
13
use Symfony \Component \Config \FileLocator ;
15
14
use Symfony \Component \DependencyInjection \ContainerBuilder ;
15
+ use Symfony \Component \DependencyInjection \Extension \Extension ;
16
16
use Symfony \Component \DependencyInjection \Loader \YamlFileLoader ;
17
17
use Symfony \Component \Finder \Finder ;
18
18
21
21
*
22
22
* @see http://symfony.com/doc/current/cookbook/bundles/extension.html
23
23
*/
24
- class CleverAgeSoapProcessExtension extends SidusBaseExtension
24
+ class CleverAgeSoapProcessExtension extends Extension
25
25
{
26
26
public function load (array $ configs , ContainerBuilder $ container ): void
27
27
{
You can’t perform that action at this time.
0 commit comments