JayBizzle / Laravel-Crawler-Detect

A Laravel wrapper for CrawlerDetect - the web crawler detection library
MIT License
311 stars 30 forks source link

php 8.3 support #22

Open jameswilson34 opened 9 months ago

jameswilson34 commented 9 months ago

will there be support for php 8.3?

  Problem 1
    - nette/schema v1.2.2 requires php >=7.1 <8.2 -> your php version (8.3.1) does not satisfy that requirement.
geertjanknapen1 commented 4 months ago

Bump, would be greatly appreciated.

geertjanknapen1 commented 4 months ago

@jameswilson34 Since this has been open since Feb 6, You can also install this package: https://github.com/JayBizzle/Crawler-Detect (Laravel-Crawler-Detect is a wrapper on this)

And then register a custom facade to call the methods. I'm using it as a workaround for now.

JayBizzle commented 4 months ago

Where is the nette/schema dependency coming from?

And sorry, completely missed this issue in the past, GitHub notifications are pretty poor on the mobile app

Awais-cb commented 3 months ago

Hi @JayBizzle

Hope you're doing great is the support for php 8.3 added in the package?