freearhey / wikidata

A PHP client for working with Wikidata API.
MIT License
54 stars 22 forks source link

Bump to PHP 8, tighten/collect:^9 #21

Open tacman opened 1 year ago

tacman commented 1 year ago

Now that php 7.4 is officially EOL, what do you think of dropping support for the older versions?

That would allow for upgrading the library to return typehints, etc.

Or, at a minimum what do you think of requiring ^7.4|^8.0 in composer.json, and tighten/collect:^8.0|^9.0

I can make a PR if you're okay with that. My preference would be for PHP 8.0+, but maybe you'd want that to be a new release.

tacman commented 9 months ago

OK, now collect has been deprecated, it should be replaced with composer require illuminate/collections