File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.9.2 "
2+ "." : " 1.0.0 "
33}
Original file line number Diff line number Diff line change 1- # Changelog
1+ # Changelog
2+
3+ ## [ 1.0.0] ( https://github.com/robinvdvleuten/php-nntp/compare/v0.9.2...v1.0.0 ) (2026-05-27)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * require at least php 8.2
9+
10+ ### Features
11+
12+ * allow configuring connect timeout ([ d8b95a0] ( https://github.com/robinvdvleuten/php-nntp/commit/d8b95a0fef8224d4cb0772c2facbf29e2900319c ) )
13+ * require at least php 8.2 ([ 456b25d] ( https://github.com/robinvdvleuten/php-nntp/commit/456b25d4cc09b8257eb8e5262bb2b641549bb587 ) )
14+
15+
16+ ### Bug Fixes
17+
18+ * dot-stuff NNTP article lines before sending ([ 8396b57] ( https://github.com/robinvdvleuten/php-nntp/commit/8396b577ef24433cf8254cdbbae875ad966f40da ) )
19+ * pass integer exception codes ([ 8c0ea6b] ( https://github.com/robinvdvleuten/php-nntp/commit/8c0ea6b441966fb08eb54d453463c74e5ac8c6e7 ) )
20+
21+ ## Changelog
222
323All notable changes to this project will be documented in this file.
Original file line number Diff line number Diff line change 99 "email" : " robin@webstronauts.com"
1010 }
1111 ],
12- "homepage" : " https://github.com/robinvdvleuten/php-nntp" ,
12+ "homepage" : " https://github.com/robinvdvleuten/php-nntp" ,
1313 "require" : {
1414 "php" : " ^8.2"
1515 },
2121 "phpstan/phpstan-phpunit" : " ^2.0"
2222 },
2323 "autoload" : {
24- "psr-4" : {"Rvdv\\ Nntp\\ " : " src" }
24+ "psr-4" : {
25+ "Rvdv\\ Nntp\\ " : " src"
26+ }
2527 },
2628 "autoload-dev" : {
27- "psr-4" : {"Rvdv\\ Nntp\\ Tests\\ " : " tests" }
29+ "psr-4" : {
30+ "Rvdv\\ Nntp\\ Tests\\ " : " tests"
31+ }
2832 },
2933 "scripts" : {
3034 "analyze" : " vendor/bin/phpstan analyze" ,
You can’t perform that action at this time.
0 commit comments