Skip to content

Commit ae75ef7

Browse files
committed
Normalize composer file
1 parent 0edf478 commit ae75ef7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.0.2|^8.1",
18+
"php": "^8.0.2 || ^8.1",
1919
"ext-dom": "*",
2020
"ext-libxml": "*",
21-
"illuminate/mail": "^9.0|^10",
22-
"illuminate/support": "^9.0|^10",
21+
"illuminate/mail": "^9.0 || ^10",
22+
"illuminate/support": "^9.0 || ^10",
2323
"tijsverkoyen/css-to-inline-styles": "~2.2"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^9.0|^10",
26+
"phpunit/phpunit": "^9.0 || ^10",
2727
"symfony/mailer": "^6.0"
2828
},
2929
"config": {

0 commit comments

Comments
 (0)