Skip to content

Commit

Permalink
[UPDATE] Fixed the wrong composer PHP version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
litespeedtech committed May 18, 2022
1 parent 3e5bf0e commit 40fe0bd
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 @@ -2,7 +2,7 @@
"name": "litespeed/module-litemage",
"description": "LiteMage Full Page Cache for LiteSpeed Web Server",
"require": {
"php": "^8.2",
"php": ">=7.3.0",
"ext-curl": "*",
"magento/module-page-cache": "*",
"magento/framework": "*"
Expand Down

0 comments on commit 40fe0bd

Please sign in to comment.