Skip to content

Commit

Permalink
Merge pull request #44 from Boxydev/master
Browse files Browse the repository at this point in the history
Simple change to allow use with amazing Symfony 4
  • Loading branch information
AhmedSamy authored May 11, 2018
2 parents 7d5d55f + fa14afd commit c8ebda9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ services:
hype_mailchimp:
class: '%hype_mailchimp.class%'
arguments: ['%hypemailchimp.config%']

public: true

Hype\MailchimpBundle\Mailchimp\MailChimp: '@hype_mailchimp'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"target-dir": "Hype/MailchimpBundle",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.0|~3.0",
"symfony/framework-bundle": "~2.0|~3.0|~4.0",
"kriswallsmith/buzz":">=0.7",
"ext-curl": "*"
},
Expand Down

0 comments on commit c8ebda9

Please sign in to comment.