Skip to content

Commit

Permalink
Merge pull request #1 from rjocoleman/patch-1
Browse files Browse the repository at this point in the history
Add PHP 7.3 to platform constraints
  • Loading branch information
srenon authored Mar 26, 2020
2 parents f0af7c5 + 88f642e commit ed5c5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0",
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
"magento/module-newsletter": "*"
Expand All @@ -38,4 +38,4 @@
"MagePal\\NewsletterSignupEmail\\": ""
}
}
}
}

0 comments on commit ed5c5eb

Please sign in to comment.