Skip to content

Latest commit

 

History

History
89 lines (45 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

89 lines (45 loc) · 3.48 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.0 (2023-12-12)

Features

  • Add support for Laravel v10. (dd707e6)

3.0.1 (2023-01-31)

Chore

  • Update readme to reflect the new minimum PHP version.

3.0.0 (2023-01-31)

Features

  • 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)

Features

  • composer: Implement compatibility with composer v2 ;) (a6de225)

2.0.2 (2021-05-25)

Bug Fixes

  • composer: Remove facade declaration of missing facade :/ (507fecb)

2.0.1 (2021-05-03)

Bug Fixes

  • 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)

Features

  • 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)

Features

  • Implement public function toString() with optional parameter to exclude the build number.

1.1.3 (2020-03-11)

Chore

  • composer: Update dependencies.
    • symfony/process ~4.2 -> ^5.0

1.1.2 (2019-09-09)

Chore

  • composer: Remove unnecessary dependencies.

1.1.1 (2019-09-09)

Chore

  • *: Add Laravel 6.0 support.

1.1.0 (2019-05-16)

Features

  • helpers: Add some helper functions. (611eb32)