Releases: spatie/php-structure-discoverer
Releases · spatie/php-structure-discoverer
2.2.1
What's Changed
- Fix typo in
README.md
by @PerryvanderMeer in #24 - Fix PHP 8.4 deprecation by @LordSimal in #26
New Contributors
- @PerryvanderMeer made their first contribution in #24
- @LordSimal made their first contribution in #26
Full Changelog: 2.2.0...2.2.1
2.2.0
- Add a new uses resolver which can be used by external packages
2.1.2
- Fix issue where string or int backed enums with interfaces were not discovered
- Added extra types
2.1.1
What's Changed
- Create cache when requested (fixes #17) by @francoism90 in #18
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Fix doc example spacing by @stevebauman in #15
- Laravel 11 by @rubenvanassche in #16
- Dropped support for Laravel 9
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- Docs - Fix config publish command by @stevebauman in #14
- chore: update dependencies by @jameswagoner in #13
New Contributors
- @jameswagoner made their first contribution in #13
Full Changelog: 2.0.0...2.0.1
2.0.0
- Add support for discovering structures using Reflection
1.2.1
- Add better support for detecting Laravel
1.2.0
What's Changed
- Add ability to sort discovered files by @stevebauman in #6
New Contributors
- @stevebauman made their first contribution in #6
Full Changelog: 1.1.1...1.2.0
1.1.1
- Add symphony finder as a requirement