Skip to content

Commit

Permalink
Use main branch on SSR dep for now for L11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
iansltx committed Mar 23, 2024
1 parent 33ca451 commit 3b53c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^6.18|^7.0|^8.0|^9.0|^10.0|^11.0",
"spatie/server-side-rendering": "^0.3"
"spatie/server-side-rendering": "dev-main@dev as 0.3.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0|^10.5",
Expand Down

0 comments on commit 3b53c91

Please sign in to comment.