Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #180 from EmicoEcommerce/feat/php8-support-basic
Browse files Browse the repository at this point in the history
Add php8/php7.4 support
  • Loading branch information
stijnbernards authored Sep 29, 2021
2 parents 6f42d1e + a14486e commit 7753c94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"license": "OSL-3.0",
"description": "Magento 2 module for Tweakwise integration",
"require": {
"php": "^7.1",
"php": "^7.4|^8.0",
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"ext-libxml": "*",
"emico/tweakwise-export": ">=1.4",
"emico/tweakwise-export": ">=4.0",
"guzzlehttp/guzzle": ">=6.0"
},
"require-dev": {
"malukenho/docheader": "~0.1",
"phpro/grumphp": "^0.11.1"
"phpro/grumphp": "1.2.0"
},
"type": "magento2-module",
"scripts": {
Expand Down

0 comments on commit 7753c94

Please sign in to comment.