Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Add PHP 7.3 and 7.4 compatibility
  • Loading branch information
aleron75 authored Jun 30, 2021
1 parent 59ea162 commit 167a7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"magento/framework": "~100.0|~101.0"
},
"require-dev": {
Expand Down

0 comments on commit 167a7f4

Please sign in to comment.