Skip to content

Commit

Permalink
Merge pull request #23 from coding-mice/php8_compatibility
Browse files Browse the repository at this point in the history
resolve php 8 compatibility
  • Loading branch information
salgua committed May 3, 2022
2 parents 2c2bbe2 + 0f4b7a1 commit d5664cb
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 @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~5.5.0|~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"php": "~5.5.0|~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0",
"magento/framework": "~100.0|~101.0|~102.0|~103.0",
"magento/module-customer": "~100.0|~100.1|~100.2|~101.0|~102.0|~103.0"
},
Expand Down

0 comments on commit d5664cb

Please sign in to comment.