Skip to content

Commit

Permalink
add php 7.4 support which closes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-development committed Aug 3, 2020
1 parent de5640d commit 1d5950d
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 @@ -4,7 +4,7 @@
"type": "magento2-module",
"description": "Extended Import Features (ported from AvS_FastSimpleImport)",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0"
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0"
},

"authors": [
Expand Down

0 comments on commit 1d5950d

Please sign in to comment.