Since WordPress offers support for PHP >= 7.0 so should we. Tasks: - [ ] choose and configure tools for static analysis, - [ ] choose and configure a compatible linter, - [ ] add an automated linting step to the CI pipeline. - [x] downgrade the codebase, - [x] sort out dependencies, replace or transpile if need be, - [x] add a blocking step to the CI pipeline detecting broken coding standards, (sorted out in PR #25) - [x] reimplement Json Mapper with less dependencies and PHP == 7.0 support (sorted out in PR #69) - [x] reimplement symfony/http-client (sorted out in https://github.com/WordPress/blueprints-library/commit/a9f10c13d27d92f9f343031c81486d7970f115b1)