All notable changes to this project will be documented in this file.
- Allow custom binary paths to be specified in the config file
- This also includes two new env variables: SNIPE_BINARY_MYSQL and SNIPE_BINARY_MYSQLDUMP
- Changed minimum required PHP version to 7.1
- Downgraded PHPUnit from 8.0 to 7.0 as a result of PHP version change
- merged PR to recursively scan package migration folders and app migration folders.
- Added a trait that can be added to TestsCase.php to remove the need to add a block of code to TestCase.php
- Refactored Snipe.php to only scan for migration changes one time to improve performance and clean up file.
- Added feature to use Snipe migrations for DatabaseTransactions AND RefreshDatabase Traits.
- merged PR to recursively scan migrations folder for changes.
- merged PR to remove redundant code in setUpTraits() method.
- initial release