Skip to content

Commit ee5bf81

Browse files
Fix support for Laravel 11 (#120)
* Fix support for Laravel 11 * Update composer.json --------- Co-authored-by: Stefan Zweifel <[email protected]>
1 parent 60e4773 commit ee5bf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": "^8.2",
23-
"hammerstone/sidecar": "^0.4.0",
23+
"hammerstone/sidecar": "^0.4 || ^0.5",
2424
"illuminate/contracts": "^10.0 || ^11.0",
2525
"spatie/browsershot": "^4.0",
2626
"spatie/laravel-package-tools": "^1.9.2"

0 commit comments

Comments
 (0)