- tested with Laravel 11.x
- works with PHP v8.x
- arrow functions require at least PHP v7.4
- remove support for Laravel versions earlier than 8.x - we're not going to continue testing older versions for compatibility
- implmenent About command for Laravel v9.21 and above
- tested with Laravel 10.x
- tested with Laravel 9.x
- tested with Laravel 8.x
- tested with Guzzle 7.x
- tested with Laravel 7.x
- tested with Laravel 6.x
- implemented notification test
- redis returns values as strings
- don't use facades in packages
- better error handling for failed deletions
- more useful output
- implemented upload test
- limit file test to first 10 files
- implemented schedule test
- implemented log writer test
- implemented file system test
- implemented cache store test
- changed package name to System Test
- mail test console command is now
test:mail
- now tested on v5.5 - v5.8
- initial release