Skip to content

Commit

Permalink
chore: update version (#28)
Browse files Browse the repository at this point in the history
* chore: update version

* chore: remove composer version

* chore: support tweakwise 6.0

* chore: support version 5.0 of attribute landing
  • Loading branch information
ah-net committed May 1, 2024
1 parent 3841ef4 commit 8653c79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"name": "tweakwise/magento2-attributelanding-tweakwise",
"description": "Provides compatibility between Attribute landing module and Tweakwise module.",
"license": "OSL-3.0",
"version": "4.3.1",
"require": {
"php": ">=8.0 <8.3",
"tweakwise/magento2-tweakwise": "^5.7.4",
"emico/m2-attributelanding": "^4.1"
"tweakwise/magento2-tweakwise": ">=5.7.4",
"emico/m2-attributelanding": ">=4.1"
},
"require-dev": {
"symfony/finder": "^6.4.0",
Expand Down

0 comments on commit 8653c79

Please sign in to comment.