Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

57 lines (35 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.4.0

Added

  • Laravel 11.x support

Changed

  • Minimal Laravel version now is 10.0
  • Minimal require PHP version now is 8.1
  • Version of composer in docker container updated up to 2.7.6
  • Updated dev dependencies

v1.3.0

Added

  • Support Laravel 10.x
  • Support PHPUnit v10

Changed

  • Minimal require PHP version now is 8.0.2
  • Composer version up to 2.6.5
  • Package mockery/mockery up to ^1.6
  • Package phpstan/phpstan up to ^1.10

v1.2.0

Changed

  • Minimal phpstan/phpstan version now is 1.9
  • Minimal mockery/mockery version now is 1.5.1
  • Minimal phpunit/phpunit version now is 9.6
  • Minimal Laravel version now is 9.0
  • Version of composer in docker container updated up to 2.5.3

v1.1.0

Changed

  • Default cipher algo changed from rc4 to aes-128-cfb

v1.0.0

Changed

  • Initial code