Skip to content

Commit

Permalink
bump symfony version to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert Albert committed Oct 18, 2021
1 parent a26617b commit 81188cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"drewm/mailchimp-api": "2.5.*"
},
"require-dev": {
"phpspec/phpspec": "~2@dev",
"phpunit/phpunit": "~5",
"symfony/symfony": ">=2.7"
"symfony/symfony": ">=5.0"
},
"config": {
"bin-dir": "bin"
Expand Down
2 changes: 1 addition & 1 deletion src/Event/WebhookEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Welp\MailchimpBundle\Event;

use Symfony\Component\EventDispatcher\Event;
use Symfony\Contracts\EventDispatcher\Event;

/**
* Event for MailChimp webhook
Expand Down

0 comments on commit 81188cd

Please # to comment.