| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-09 | 678 Bytes | |
| Version 4.4.0 source code.tar.gz | 2026-03-09 | 6.9 kB | |
| Version 4.4.0 source code.zip | 2026-03-09 | 10.2 kB | |
| Totals: 3 Items | 17.7 kB | 0 | |
Bug Fixes
- PHP 8.4 compatibility: Use explicit nullable types (?Type) instead of implicit nullable parameters, fixing deprecation notices on PHP 8.4 (Swap.php, Factory.php) [#144], [#147]
- Replace deprecated
HttpClientDiscovery: UsePsr18ClientDiscoveryinstead of the deprecatedHttpClientDiscoveryin Factory.php [#142]
Maintenance
- New runtime dependencies: Added symfony/http-client and php-http/message-factory to require
- New suggestion: php-http/discovery added to suggest for auto-discovery of HttpClient
- Documentation: Multiple README and docs updates
Full Changelog: https://github.com/florianv/swap/compare/4.3.0...4.4.0