php-http / discovery

Finds installed clients and message factories
http://php-http.org
MIT License
1.26k stars 47 forks source link

remove support for obsolete zend diactoros #225

Closed dbu closed 1 year ago

dbu commented 1 year ago
Q A
Bug fix? no yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets fixes #205
Documentation -
License MIT

What's in this PR?

Drop Zend Diactoros support and mark newer versions of discovery as conflicting with it.

Why?

Zend diactoros got renamed to laminas diactorors and the old zend version is no longer maintained. The priorities if both are installed is to pick zend over laminas. Rather than change priorities, we just drop zend support.

Checklist