Skip to content

Commit

Permalink
Merge pull request #12 from vovsky/composer-install-issues
Browse files Browse the repository at this point in the history
add ability to install on Magento 2.3.x via composer
  • Loading branch information
HirokazuNishi authored Aug 28, 2020
2 parents 693f722 + 443d2c5 commit dbac2e1
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 @@ -6,7 +6,7 @@
"AFL-3.0"
],
"description":"Magento2 extension for Cookie SameSite attribute.",
"version":"2.3.0",
"version":"2.3.1",
"authors":[
{
"name":"Hirokazu Nishi",
Expand All @@ -17,7 +17,7 @@
],
"require": {
"php": "~7.2.0||~7.3.0||~7.4.0",
"magento/framework": "~102.0.5||~103.0.0",
"magento/framework": "~102.0.0||~103.0.0",
"lib-libxml": "*"
},
"autoload": {
Expand Down

0 comments on commit dbac2e1

Please sign in to comment.