Hi,
I want to integrate your library in a small framework I'm building with PHP 8.1 but, when using the isAcademic() method it gives me the following error:
TypeError : array_key_exists(): Argument #2 ($array) must be of type array, Pdp\PublicSuffixList given
I suppose this is connected to #21 as it's related to the same package but I don't know if it's a matter of upgrading the package dependency for jeremykendall/php-domain-parser or upgrading your library (or maybe both). In any case, could you take a look? :)
Kind regards,
Julio
Hi,
I want to integrate your library in a small framework I'm building with PHP 8.1 but, when using the isAcademic() method it gives me the following error:
TypeError : array_key_exists(): Argument #2 ($array) must be of type array, Pdp\PublicSuffixList givenI suppose this is connected to #21 as it's related to the same package but I don't know if it's a matter of upgrading the package dependency for
jeremykendall/php-domain-parseror upgrading your library (or maybe both). In any case, could you take a look? :)Kind regards,
Julio