Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
imonroe committed Aug 7, 2024
1 parent ea81021 commit d5fcaaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"su-sws/stanford_syndication": "^1.0",
"drupal/oembed_lazyload": "^2.0",
"drupal/config_filter": "^2.6",
"drush/drush": "^12"
"drush/drush": "12.5.3"
},
"conflict": {
"drush/drush": "<=13.0.0"
Expand Down
2 changes: 1 addition & 1 deletion engineering_profile.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
parent: default_plugin_manager
engineering_profile.event_subscriber:
class: '\Drupal\engineering_profile\EventSubscriber\EventSubscriber'
arguments: ["@file_system", "@logger.factory", '@messenger']
arguments: ['@file_system', '@http_client' '@logger.factory', '@messenger']
tags:
- { name: "event_subscriber" }
engineering_profile.config_overrider:
Expand Down

0 comments on commit d5fcaaa

Please sign in to comment.