Skip to content

Commit ec28079

Browse files
committed
Merge branch 'main' of github.com:code16/laravel-content-renderer
2 parents 6fe2413 + 1f1f7b1 commit ec28079

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
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
20-
"illuminate/contracts": "^10.0"
19+
"php": "^8.1|^8.2|^8.3",
20+
"illuminate/contracts": "^10.0|^11.0"
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.0",
24-
"nunomaduro/collision": "^7.8",
25-
"orchestra/testbench": "^8.8",
26-
"pestphp/pest": "^2.20",
24+
"nunomaduro/collision": "^7.8|^8.0",
25+
"orchestra/testbench": "^8.8|^9.0",
26+
"pestphp/pest": "^2.20|^3.0",
2727
"pestphp/pest-plugin-arch": "^2.0",
2828
"pestphp/pest-plugin-laravel": "^2.0",
2929
"spatie/laravel-ray": "^1.26"

0 commit comments

Comments
 (0)