Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
magefan authored Jun 3, 2022
1 parent c01f2b7 commit a6150db
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 @@ -2,7 +2,7 @@
"name": "magefan/module-birthday-email",
"description": "Send birthday email to the customers by cron every day",
"require": {
"magefan/module-community" : ">=2.0.10"
"magefan/module-community" : ">=2.1.10"
},
"type": "magento2-module",
"authors": [
Expand All @@ -11,11 +11,11 @@
"name": "Ihor Vansach"
}
],
"version": "2.0.0",
"version": "2.0.1",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Magefan\\BirthdayEmail\\": ""
}
}
}
}

0 comments on commit a6150db

Please sign in to comment.