You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to use Gigya with PHP 8.2 and we can see that version of package 6.1 is only for PHP 8.1 and package 6.3 is only for PHP 8.3 (for version 6.3 in composer.json is information that PHP 8.2 is also accepted, but package in version 6.3 contains syntax which is available only in PHP 8.3 like typed constants (cons string ANY_VARIABLE = 'xyz';), so I think package 6.3 is not valid for PHP 8.2.
We tried package 6.2 version, but it is not available in Composer. 6.2 tag is visible in Gigya GitHub repository, but it it not available in Composer or on Packagist version list.
Please, advise.
Best regards
Mateusz
The text was updated successfully, but these errors were encountered:
Hi Team
We tried to use Gigya with PHP 8.2 and we can see that version of package 6.1 is only for PHP 8.1 and package 6.3 is only for PHP 8.3 (for version 6.3 in composer.json is information that PHP 8.2 is also accepted, but package in version 6.3 contains syntax which is available only in PHP 8.3 like typed constants (cons string ANY_VARIABLE = 'xyz';), so I think package 6.3 is not valid for PHP 8.2.
We tried package 6.2 version, but it is not available in Composer. 6.2 tag is visible in Gigya GitHub repository, but it it not available in Composer or on Packagist version list.
Please, advise.
Best regards
Mateusz
The text was updated successfully, but these errors were encountered: