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
Remove laminas-db from require-dev and remove the SaveHandler DbTableGateway class
Background
Currently, in composer , at the require-dev section, it's called the laminas-db package.
Also, composer allow PHP 8.4 but laminas-db does not allow it (yet). laminas-db is in security mode, so we should not use it in new releases
Considerations
We should decide if the save handler TableGateway is a MUST
If we should remove it or replace it with something else....
Proposal(s)
Remove laminas-db from require-dev and remove the SaveHandler DbTableGateway class
The text was updated successfully, but these errors were encountered:
RFC
Goal
Remove laminas-db from require-dev and remove the SaveHandler DbTableGateway class
Background
Currently, in composer , at the require-dev section, it's called the
laminas-db
package.Also, composer allow PHP 8.4 but
laminas-db
does not allow it (yet).laminas-db
is in security mode, so we should not use it in new releasesConsiderations
We should decide if the save handler TableGateway is a MUST
If we should remove it or replace it with something else....
Proposal(s)
Remove laminas-db from require-dev and remove the SaveHandler DbTableGateway class
The text was updated successfully, but these errors were encountered: