Skip to content

Commit db09992

Browse files
authored
Allow all Magento 2.4.8 patch releases
1 parent 5febfdc commit db09992

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,6 +1,6 @@
11
{
22
"name": "magepal/magento2-custom-smtp",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description":"Magento 2 SMTP Extension - Configure Magento 2 to send all transactional email using Gmail, G Suite, Amazon SES, Office360, Mailgun, SendGrid, Mandrill or any other SMTP servers",
55
"type": "magento2-module",
66
"keywords": [
@@ -21,7 +21,7 @@
2121
"php": "~8.2.0||~8.3.0||~8.4.0",
2222
"magento/module-backend": "102.0.*",
2323
"magento/framework": "103.0.*",
24-
"magento/module-email": "101.1.8 || 101.1.8-p1",
24+
"magento/module-email": "101.1.8*",
2525
"magepal/magento2-core":">1.1.0"
2626
},
2727
"license": [

0 commit comments

Comments
 (0)