jae-jae / QueryList

:spider: The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。
https://querylist.cc
2.66k stars 441 forks source link

Add support laravel 9 #161

Closed mishabachkur closed 5 months ago

xtrime-ru commented 2 years ago

Add this alias to your composer.json:

 composer require "league/flysystem:3.1 as 1.99"

Probably filecache in g-http will be broken, but other stuff works.

mishabachkur commented 2 years ago

Add this alias to your composer.json:

 composer require "league/flysystem:3.1 as 1.99"

Probably filecache in g-http will be broken, but other stuff works.

@xtrime-ru This solution is not working

xtrime-ru commented 2 years ago

@mishabachkur What exactly is the issue?

Im using this fix in one of my projects: https://github.com/xtrime-ru/ICA/blob/dev/composer.json#L24

mishabachkur commented 2 years ago

@xtrime-ru It was my inattention. Thanks for the solution

jae-jae commented 5 months ago

Upgrade to V4.4.3