Skip to content

Commit c330037

Browse files
authored
Merge pull request #5 from Franciscof-Serfe/update-compatibility-with-php-8
Update composer.json with php compatibility.
2 parents 25aface + e5a6fb2 commit c330037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "vendic/module-zopim",
33
"description": "Zopim module for Magento 2",
4-
"version": "1.1.0",
4+
"version": "1.1.2",
55
"type": "magento2-module",
66
"license": [
77
"proprietary"
88
],
99
"require": {
10-
"php": "^7.0 || ^7.1 || ^7.2",
10+
"php": ">=7.0, <8.2",
1111
"magento/framework": "*",
1212
"magento/module-require-js": "*"
1313
},

0 commit comments

Comments
 (0)