Skip to content

Commit

Permalink
Add PHP 8.2 support for Magento 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Waleed committed Mar 31, 2023
1 parent 42c32c1 commit 3b1eeaa
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
Expand Up @@ -2,13 +2,13 @@
"name": "sebwite/magento2-category-sidebar",
"description": "Magento 2.0 sidebar",
"type": "magento2-module",
"version": "3.0.1",
"version": "3.0.2",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~7.4|~8.1",
"php": "~7.4||~8.1||~8.2",
"magento/magento-composer-installer": "*"
},
"autoload": {
Expand Down

0 comments on commit 3b1eeaa

Please sign in to comment.