Skip to content

Commit 7cc772a

Browse files
Merge pull request #194 from getbread/php8.2-patch
Update composer.json with PHP 8.2 compatibility
2 parents 8d59969 + ff7fe37 commit 7cc772a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"minimum-stability": "stable",
66
"version": "2.3.2",
77
"require": {
8-
"php": "~7.0.13||~7.1.0||~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0||8.2.0"
8+
"php": "~7.0.13||~7.1.0||~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0"
99
},
1010
"type": "magento2-module",
1111
"repositories": [{

0 commit comments

Comments
 (0)