Skip to content

Commit

Permalink
Fixed alphabetical order in mail composer.json (#30987)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 31, 2019
1 parent 5c658ff commit aa38173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Mail/composer.json
Expand Up @@ -16,11 +16,11 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"league/commonmark": "^1.1",
"league/commonmark-ext-table": "^2.1",
"illuminate/container": "^6.0",
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0",
"league/commonmark": "^1.1",
"league/commonmark-ext-table": "^2.1",
"psr/log": "^1.0",
"swiftmailer/swiftmailer": "^6.0",
"tijsverkoyen/css-to-inline-styles": "^2.2.1"
Expand Down

0 comments on commit aa38173

Please sign in to comment.