File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 "jeremykendall/php-domain-parser" : " ^6.3" ,
2424 "spatie/browsershot" : " ^3.0|^4.0" ,
2525 "spatie/laravel-package-tools" : " ^1.13" ,
26- "symfony/dom-crawler" : " ^6.2" ,
26+ "symfony/dom-crawler" : " ^6.2|^7.0 " ,
2727 "symfony/finder" : " ^6.2|^7.0" ,
2828 "vipnytt/robotstxtparser" : " ^2.1"
2929 },
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function getRemoteFileSize(string $url): int
7272
7373 if (! isset ($ contentLength )) {
7474 $ options = (array ) config ('seo.http.options ' , []);
75- $ context = isset ($ options ['verify ' ]) && !$ options ['verify ' ]
75+ $ context = isset ($ options ['verify ' ]) && ! $ options ['verify ' ]
7676 ? $ context = ['ssl ' => ['verify_peer ' => false , 'verify_peer_name ' => false ]]
7777 : [];
7878
You can’t perform that action at this time.
0 commit comments