Skip to content

Commit 36508c6

Browse files
authored
Merge pull request #4 from ho-nl/feature/php-8.2
Added php 8.2 to the composer.json so projects on 8.2 can install thi…
2 parents f51945e + aeff73c commit 36508c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The admin links module for Magento 2 allows you to send links to admin pages",
44
"homepage": "https://github.com/ho-nl/magento2-ReachDigital_AdminLinks",
55
"require": {
6-
"php": "~7.2 || ~7.3 || ~7.4 || ~8.1",
6+
"php": "~7.2 || ~7.3 || ~7.4 || ~8.1 || ~8.2",
77
"magento/product-community-edition": "^2.3 || ^2.4"
88

99
},

0 commit comments

Comments
 (0)