Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Support for PHP 7.4 #110

Merged
merged 5 commits into from
Nov 4, 2022
Merged

Drop Support for PHP 7.4 #110

merged 5 commits into from
Nov 4, 2022

Conversation

gsteel
Copy link
Owner

@gsteel gsteel commented Nov 4, 2022

  • Refresh lock
  • Bump dev dependencies

- Refresh lock
- Bump dev dependencies
@gsteel gsteel added the dependencies Pull requests that update a dependency file label Nov 4, 2022
@gsteel gsteel added this to the 5.1.0 milestone Nov 4, 2022
@gsteel gsteel self-assigned this Nov 4, 2022
@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (1acccd4) compared to base (53db2b9).
Patch coverage: 100.00% of modified lines in pull request are covered.

❗ Current head 1acccd4 differs from pull request most recent head cdb639f. Consider uploading reports for the commit cdb639f to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #110   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity       230       226    -4     
===========================================
  Files             30        30           
  Lines            743       713   -30     
===========================================
- Hits             743       713   -30     
Impacted Files Coverage Δ
src/Postmark/ClientBehaviour/InboundMessages.php 100.00% <ø> (ø)
src/Postmark/ClientBehaviour/MessageStreams.php 100.00% <ø> (ø)
src/Postmark/ClientBehaviour/OutboundMessages.php 100.00% <ø> (ø)
src/Postmark/ClientBehaviour/Statistics.php 100.00% <ø> (ø)
src/Postmark/ClientBehaviour/Suppressions.php 100.00% <ø> (ø)
src/Postmark/PostmarkClient.php 100.00% <ø> (ø)
src/Postmark/ClientBehaviour/Bounces.php 100.00% <100.00%> (ø)
src/Postmark/ClientBehaviour/Discovery.php 100.00% <100.00%> (ø)
...rc/Postmark/ClientBehaviour/PostmarkClientBase.php 100.00% <100.00%> (ø)
src/Postmark/ClientBehaviour/Templates.php 100.00% <100.00%> (ø)
... and 18 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

- Constructor property promotion
- mixed return type hints where possible
- Silence CS errors for parameter type hints that break BC
- Trailing commas in calls and declarations
- Replace short nullables
…er` to fix deps=lowest issues with overly permissive version constraints
@gsteel gsteel merged commit f321a08 into main Nov 4, 2022
@gsteel gsteel deleted the drop-php-7 branch November 4, 2022 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant