Releases: spatie/laravel-signal-aware-command
Releases · spatie/laravel-signal-aware-command
2.0.0
What's Changed
- Update .gitattributes by @parallels999 in #13
- Add Support for Laravel 11 and drop Support for Laravel 8, 9, 10 by @stefanzweifel in #14
New Contributors
- @parallels999 made their first contribution in #13
- @stefanzweifel made their first contribution in #14
Full Changelog: 1.3.0...2.0.0
1.3.0
What's Changed
- Update .gitattributes by @fredsal in #7
- Migrate to PHP-CS-Fixer 3.x by @erikn69 in #9
- PHP 8.2 Build by @erikn69 in #8
- Refactor tests to Pest by @alexmanase in #10
- Fix badges by @erikn69 in #12
- Laravel 10.x support by @erikn69 in #11
New Contributors
- @fredsal made their first contribution in #7
- @erikn69 made their first contribution in #9
- @alexmanase made their first contribution in #10
Full Changelog: 1.2.0...1.3.0
1.2.0
Support Laravel 9
1.1.1
- fix facade name
1.1.0
- add ability to clear handlers
- initial command
1.0.0 wip