Skip to content

Commit

Permalink
Bump Mailer module to v3.0, update yarn to v2
Browse files Browse the repository at this point in the history
Commit also adds .yarnrc.yml to configure Yarn to use node_modules
even after update to v2 instead of Yarn's PNP feature.
  • Loading branch information
rootpd committed Jun 28, 2023
1 parent 19dc76b commit 088cf5b
Show file tree
Hide file tree
Showing 6 changed files with 8,949 additions and 6,127 deletions.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"require": {
"remp/mailer-module": "^2.2"
"remp/mailer-module": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 088cf5b

Please sign in to comment.