All notable changes to php-structure-discoverer
will be documented in this file.
- Added support for using Reflection instead of PHP token parsing to discover structures
- Add support for discovering structures using Reflection
- Add better support for detecting Laravel
- Add ability to sort discovered files by @stevebauman in spatie#6
- @stevebauman made their first contribution in spatie#6
Full Changelog: https://github.com/spatie/php-structure-discoverer/compare/1.1.1...1.2.0
- Add symphony finder as a requirement
- Allow discovered structures to be built using reflection
- Fix require with file cache driver
Test release
- test release
- experimental release
- initial release