Skip to content

Commit

Permalink
Merge pull request #42 from livechat/feature/PP-10954
Browse files Browse the repository at this point in the history
PP-10954 - update php requirements
  • Loading branch information
quarties authored May 28, 2024
2 parents 77c6b37 + febf3e5 commit 1560a29
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
@@ -1,7 +1,7 @@
{
"name": "livechat/module-magento-livechat",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0",
"php": "~5.5.0|~5.6.0|^7.0.0|^8.1.0",
"magento/module-store": "100.*|101.*",
"magento/module-customer": "100.*|101.*|102.*|103.*",
"magento/module-checkout": "100.*",
Expand All @@ -11,7 +11,7 @@
"magento/framework": "100.*|101.*|102.*|103.*"
},
"type": "magento2-module",
"version": "2.4.9",
"version": "2.4.10",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit 1560a29

Please sign in to comment.