Skip to content

Commit

Permalink
Normalize composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohnson6494 committed Feb 15, 2023
1 parent 0edf478 commit ae75ef7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
}
],
"require": {
"php": "^8.0.2|^8.1",
"php": "^8.0.2 || ^8.1",
"ext-dom": "*",
"ext-libxml": "*",
"illuminate/mail": "^9.0|^10",
"illuminate/support": "^9.0|^10",
"illuminate/mail": "^9.0 || ^10",
"illuminate/support": "^9.0 || ^10",
"tijsverkoyen/css-to-inline-styles": "~2.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0|^10",
"phpunit/phpunit": "^9.0 || ^10",
"symfony/mailer": "^6.0"
},
"config": {
Expand Down

0 comments on commit ae75ef7

Please sign in to comment.