Add PHP 8 support
* Removed tests on PHP 7.1 and 7.2 * Enable StyleCI (#2) * Delete composer.lock * Cleanup * Apply fixes from StyleCI * Drop old PHP and add more typing * Apply fixes from StyleCI * Restored PHP 7.3 support * Update composer.json * Update composer.json * Fixed typos in README * Closes #4 * Apply fixes from StyleCI * Bumped phpstan version * Added support for `psr/log` 2 and 3 * Upgraded phpstan * Fixes * Release 1.1.0 * Upgrade static analyzer * Apply fixes from StyleCI * Cleanup tests (#6) * Made an assertion much more specific (#7) * PHP 8.1 support (#8) * Update LICENSE * Update CHANGELOG.md * Update CHANGELOG.md * Official support for PHP 8.2 (#9) * Release 1.3.0 * Remove PHP 8.1 emulation on 8.2 CI (#10) * Dropped PHP 7.3 support and use PHPUnit 10 * Update tests.yml * Make response header parsing more robust and improve handshake exception messages * Use `random_bytes` to generate handshake keys * Tweaked phpdoc and types * Update CHANGELOG.md * A...
Showing
- .editorconfig 15 additions, 0 deletions.editorconfig
- .gitattributes 11 additions, 0 deletions.gitattributes
- .github/CODE_OF_CONDUCT.md 53 additions, 0 deletions.github/CODE_OF_CONDUCT.md
- .github/CONTRIBUTING.md 4 additions, 0 deletions.github/CONTRIBUTING.md
- .github/stale.yml 8 additions, 0 deletions.github/stale.yml
- .github/workflows/static.yml 40 additions, 0 deletions.github/workflows/static.yml
- .github/workflows/tests.yml 42 additions, 0 deletions.github/workflows/tests.yml
- .gitignore 4 additions, 6 deletions.gitignore
- .scrutinizer.yml 0 additions, 19 deletions.scrutinizer.yml
- .styleci.yml 27 additions, 0 deletions.styleci.yml
- .travis.yml 0 additions, 20 deletions.travis.yml
- CHANGELOG.md 33 additions, 80 deletionsCHANGELOG.md
- LICENSE 22 additions, 9 deletionsLICENSE
- Makefile 7 additions, 0 deletionsMakefile
- README.md 27 additions, 39 deletionsREADME.md
- TODO.md 0 additions, 4 deletionsTODO.md
- composer.json 27 additions, 30 deletionscomposer.json
- composer.lock 0 additions, 1445 deletionscomposer.lock
- doc/Makefile 0 additions, 163 deletionsdoc/Makefile
- doc/requirements.txt 0 additions, 1 deletiondoc/requirements.txt
Please register or sign in to comment