Skip to content

Commit

Permalink
Symfony Backward Compatibility (#113)
Browse files Browse the repository at this point in the history
* Remove symfony/dependency-injection dependency - it is unused

* Enable backward compatibility to symfony 6
  • Loading branch information
DZunke authored Mar 13, 2024
1 parent 79085c5 commit c2c2ea7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"doctrine/dbal": "^3.8",
"psr/log": "^3.0",
"psr/simple-cache": "^3.0",
"symfony/dependency-injection": "^7.0",
"symfony/event-dispatcher": "^7.0"
"symfony/event-dispatcher": "^6.0|^7.0"
},
"require-dev": {
"kubawerlos/php-cs-fixer-custom-fixers": "^3.19",
Expand Down

0 comments on commit c2c2ea7

Please sign in to comment.