laminas-api-tools / api-tools

Laminas API Tools module for Laminas
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
37 stars 19 forks source link

PHP 8.1 support #94

Closed chris1312 closed 2 years ago

chris1312 commented 2 years ago

PHP 8.1 support

chris1312 commented 2 years ago

So, for PHP 8.1, the current obstacles are upgrades of these modules:

Also, I suggest dropping support for PHP 7.3, and avoid committing composer.lock to the repository (composer.lock can be generated automatically during the CI run).

Ocramius commented 2 years ago

avoid committing composer.lock to the repository

We will commit composer.lock to all our repositories, to guarantee reproducible builds.

We are currently adding @renovatebot to all our repos to keep it fresh on a daily basis, and eagerly discover incompatibilities.

Totally okay with dropping php 7.3: we don't support EOL php versions anyway

Ocramius commented 2 years ago

Moved to #95 meanwhile, thanks for all your help though, still adding this to release notes for accrediting it :-)