tehplague / swiftmailer-mailgun-bundle

Swiftmailer Mailgun transport as a Symfony bundle
104 stars 49 forks source link

Update dependencies to support Symfony 4.x #53

Closed odolbeau closed 6 years ago

odolbeau commented 6 years ago

Fix #51

I changed the travis test matrix to avoid running too many tests.

As you can see, it now test:

If you want, I can also create the symfony recipe for this bundle.

codecov-io commented 6 years ago

Codecov Report

Merging #53 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #53   +/-   ##
=========================================
  Coverage     86.66%   86.66%           
- Complexity        0       26   +26     
=========================================
  Files             3        3           
  Lines           105      105           
=========================================
  Hits             91       91           
  Misses           14       14

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 94a22f7...64bd360. Read the comment docs.

odolbeau commented 6 years ago

Looks good for me @tehplague! 👍

Tell me if you have any remark.

l3ackslash0 commented 6 years ago

Hi,

Does this bundle support SF4.0 ?

Thanks in advance

odolbeau commented 6 years ago

With this PR, it should.