-
-
Notifications
You must be signed in to change notification settings - Fork 321
Description
First off, thank you very much for this library!
I'm working with the Drupal 8 GA Login module and we're hoping to use this library. We have the 2.x branch of this library working well, but had a user run into a problem with the minimum php version being 7.x.
Since Drupal 8 still officially supports PHP 5.6 I think it's in the GA_Login module's best interest to do the same, so I'm curious what you can tell me about the last version of this library that supported php5.6.
It looks like to me that we could use version 1.1.0 from packagist and support php5.6. Does that sound right to you?
If 1.1.0 branch would work for us, do you think there is any reason why we (GA_Login module) shouldn't use it? Is it significantly behind in features we might need, or insecure in some way?
Thanks again for dropping by the ga_login issue queue and for the great library!