All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.0 (2023-12-12)
- Add support for Laravel v10. (dd707e6)
3.0.1 (2023-01-31)
- Update readme to reflect the new minimum PHP version.
3.0.0 (2023-01-31)
- Set PHP minimum version to ^8.0.2 and add support for Laravel v9. (e5c09ea)
BREAKING CHANGES
- Support for PHP Versions < 8.0 are removed!
- Support for Laravel v6 are removed!
2.1.0 (2021-08-23)
- composer: Implement compatibility with composer v2 ;) (a6de225)
2.0.2 (2021-05-25)
- composer: Remove facade declaration of missing facade :/ (507fecb)
2.0.1 (2021-05-03)
- composer: Set PHP minimum version to >=7.4.1 instead of ^7.4.1 to be able to use the package with PHP 8.0. (d05b949)
2.0.0 (2021-04-30)
- Migrate the package to PHP 7.4 - BREAKING CHANGE. (977c085)
1.2.1 (2020-05-27)
- composer: Update dependencies.
- symfony/process ^5.0 -> ^4.0|^5.0
1.2.0 (2020-03-20)
- Implement public function toString() with optional parameter to exclude the build number.
1.1.3 (2020-03-11)
- composer: Update dependencies.
- symfony/process ~4.2 -> ^5.0
1.1.2 (2019-09-09)
- composer: Remove unnecessary dependencies.
1.1.1 (2019-09-09)
- *: Add Laravel 6.0 support.
1.1.0 (2019-05-16)
- helpers: Add some helper functions. (611eb32)