Skip to content

Commit

Permalink
Change the php requirement to allow php version 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrmillar committed Apr 23, 2024
1 parent b35cced commit c293334
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": "emico/m2-attributelanding",
"description": "Attribute landing pages for Magento 2",
"require": {
"php": ">=8.0 <8.3",
"php": ">=8.0 <8.4",
"magento/module-sitemap": "^100.2||^100.4",
"magento/module-catalog": "^102.0||^103.0||^104.0"
},
Expand Down

0 comments on commit c293334

Please sign in to comment.