Closed alextech closed 5 years ago
Thanks, @alextech; cherry-picked to master for immediate release.
@weierophinney no, do not release this without releasing all the 3 linked PRs. This is documenting that new behavior, not existing behavior.
@alextech Yikes - missed that those weren't released yet, and this is already merged and the docs built.
I'll work on zend-validator and zend-filter PRs today, and hopefully get releases out that include the PSR-7 support.
@weierophinney nice. FYI latest build is failing for one of them because I started using latest version of diactoros which only supports PHP 7.1+ as does main expressive, while others are still on 5.6 . So either diactoros needs downgrading if want to keep 5.x or may need to change travis yml to take out 5.6/7.0 to be inline with expressive.
FYI latest build is failing for one of them because I started using latest version of diactoros which only supports PHP 7.1+ as does main expressive, while others are still on 5.6 . So either diactoros needs downgrading if want to keep 5.x or may need to change travis yml to take out 5.6/7.0 to be inline with expressive.
We have ways to make this happen; take a look at the .travis.yml
of this repository to see the crazy stuff we do. :smile: