Skip to content

Commit

Permalink
remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Apr 7, 2023
1 parent a3909a8 commit c3f02cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"require":{
"php": ">=7.4",
"contao/core-bundle": "^4.9 || ^5.0",
"friendsofphp/php-cs-fixer": "^3.0",
"inspiredminds/contao-news-filter-event": "^1.1"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"friendsofphp/php-cs-fixer": "^3.0",
"rector/rector": "^0.14.5"
},
"autoload": {
Expand Down

0 comments on commit c3f02cd

Please sign in to comment.