Skip to content

Commit f78c05c

Browse files
committed
Update composer.json
1 parent a95e88e commit f78c05c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"require": {
1919
"php": "^8.1",
2020
"directorytree/imapengine": "^1.11",
21-
"illuminate/contracts": "^10.0||^11.0||^12.0"
21+
"illuminate/contracts": "^10.0|^11.0|^12.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",
25-
"nunomaduro/collision": "^8.1.1||^7.10.0",
26-
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
25+
"nunomaduro/collision": "^7.10|^8.1",
26+
"orchestra/testbench": "^8.22|^9.0|^10.0",
2727
"pestphp/pest": "^3.0",
28-
"pestphp/pest-plugin-arch": "^3.0",
29-
"pestphp/pest-plugin-laravel": "^3.0",
28+
"pestphp/pest-plugin-arch": "^2.0|^3.0",
29+
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
3030
"spatie/laravel-ray": "^1.35"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)