zendframework / zend-form

Form component from Zend Framework
BSD 3-Clause "New" or "Revised" License
69 stars 87 forks source link

Docs for PSR-7 file filter and validator. #220

Closed alextech closed 5 years ago

alextech commented 6 years ago
weierophinney commented 5 years ago

Thanks, @alextech; cherry-picked to master for immediate release.

alextech commented 5 years ago

@weierophinney no, do not release this without releasing all the 3 linked PRs. This is documenting that new behavior, not existing behavior.

weierophinney commented 5 years ago

@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.

alextech commented 5 years ago

@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.

weierophinney commented 5 years ago

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: