summaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
AgeCommit message (Collapse)Author
2020-12-08Merge remote-tracking branch 'origin/master' into 2.0Valery Piashchynski
# Conflicts: # .github/workflows/ci-build.yml # .gitignore # Dockerfile # Makefile # bin/rr # bors.toml # cmd/rr/cmd/root.go
2020-12-08GitHub actions updated, some PHP errors fixedparamtamtam
This PR contains: - Ci actions (build) refactoring - Little `Makefile` fix (my mistake in previous PR) - Updated minimal required versions of composer packages: - `psr/http-factory` (`^1.0` → `^1.0.1`) - `psr/http-message` (`^1.0` → `^1.0.1`) - `laminas/laminas-diactoros` (`^1.3` → `^1.3.6`) - Tests using minimal and maximal composer package versions - Disabling `checkMissingIterableValueType` in `phpstan.neon.dist` - Some typos (wrong class namespaces and annotations) in PHP files :warning: - One improvement in `HttpClient::respond` method (variable type hint overriding fixed) - Added packages testing on CI: - `./service/gzip` - `./service/reload`
2020-11-05add phpstan config, commented composer analyze in CIValery Piashchynski
2020-10-13Initial commit of RR 2.0v2.0.0-alpha1Valery Piashchynski
2019-12-25PHP sources updated (phpstan level MAX)Paramtamtam