v0.3.0
How to upgrade?
Simply run:
composer require appkeep/laravel-appkeep ^0.3.0
Breaking Changes
These breaking changes will not affect you if you are using the default checks.
EnvironmentCheck
is renamed toProductionModeCheck
expectEnvironment()
is renamed toenvironment()
inProductionModeCheck
connectionName()
method is renamed toconnection()
inDatabaseCheck
Fixes & improvements
- Improved error messages
- Simplified some checks & added test coverage
- Fix Laravel 7 compatibility issues (remove use of
Str::headline
)
Full Changelog: v0.2.3...v0.3.0