Skip to content

Commit c2c2ea7

Browse files
authored
Symfony Backward Compatibility (#113)
* Remove symfony/dependency-injection dependency - it is unused * Enable backward compatibility to symfony 6
1 parent 79085c5 commit c2c2ea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"doctrine/dbal": "^3.8",
2121
"psr/log": "^3.0",
2222
"psr/simple-cache": "^3.0",
23-
"symfony/dependency-injection": "^7.0",
24-
"symfony/event-dispatcher": "^7.0"
23+
"symfony/event-dispatcher": "^6.0|^7.0"
2524
},
2625
"require-dev": {
2726
"kubawerlos/php-cs-fixer-custom-fixers": "^3.19",

0 commit comments

Comments
 (0)