php-http / message

HTTP Message related tools
http://php-http.org
MIT License
1.29k stars 41 forks source link

Relax minimum required version of Slim #57

Closed tuupola closed 7 years ago

tuupola commented 7 years ago
Q A
Bug fix? yes
New feature? n
BC breaks? no
Deprecations? no
Related tickets mentioned in https://github.com/php-http/documentation/pull/159
Documentation
License MIT

What's in this PR?

This relaxes the minimum require Slim Framework version from 3.5 to 3.0. This is something I forgot to change before submitting #53.

Why?

Slim follows semver so anything starting from 3.0 will work. Also ran tests for all 3.x versions manually and they pass.