Skip to content

Commit 9e3eba1

Browse files
committed
Replace logical composer operators
1 parent 67a8592 commit 9e3eba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"require": {
3030
"php": "^8.1",
3131
"ext-mbstring": "*",
32-
"illuminate/validation": "^10|^11|^12"
32+
"illuminate/validation": "^10 || ^11 || ^12"
3333
},
3434
"require-dev": {
3535
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",

0 commit comments

Comments
 (0)