1.3.0
Release Notes for 1.3.0
1.3.0
- Total issues resolved: 1
- Total pull requests resolved: 15
- Total contributors: 4
bug,enhancement
- 124: Call
gc_collect_cycles()
always twice, fixed in PHP 8.1, required for PHP 8.0 and earlier thanks to @mvorisek - 92: Update
LeakyIntegrationTest
to test for both a static an an instanced autoloader, rather than only a static autoloader thanks to @mvorisek - 90: Single call to gc_collect_cycles don't collect all GC thanks to @abbadon1334
dependencies
- 46: Bump symfony/filesystem from 5.2.1 to 5.2.2 thanks to @dependabot-preview[bot]
- 44: Bump symfony/process from 5.2.1 to 5.2.2 thanks to @dependabot-preview[bot]
- 43: Bump symfony/finder from 5.2.1 to 5.2.2 thanks to @dependabot-preview[bot]
- 42: Bump symfony/console from 5.2.1 to 5.2.2 thanks to @dependabot-preview[bot]
- 38: Bump symfony/polyfill-intl-grapheme from 1.20.0 to 1.22.0 thanks to @dependabot-preview[bot]
- 37: Bump felixfbecker/advanced-json-rpc from 3.1.1 to 3.2.0 thanks to @dependabot-preview[bot]
- 36: Bump vimeo/psalm from 4.3.2 to 4.4.1 thanks to @dependabot-preview[bot]
- 34: Bump symfony/polyfill-php80 from 1.20.0 to 1.22.0 thanks to @dependabot-preview[bot]
- 33: Bump symfony/polyfill-ctype from 1.20.0 to 1.22.0 thanks to @dependabot-preview[bot]
- 32: Bump amphp/amp from 2.5.1 to 2.5.2 thanks to @dependabot-preview[bot]
- 31: Bump symfony/polyfill-mbstring from 1.20.0 to 1.22.0 thanks to @dependabot-preview[bot]
- 30: Bump symfony/polyfill-php73 from 1.20.0 to 1.22.0 thanks to @dependabot-preview[bot]
documentation
- 35: Fixed typo thanks to @samnela