Laravel Console Mutex Versions Save

Mutex for Laravel Console Commands.

5.5.6

3 years ago

5.5.6 (12 Nov 2020)

Changed

  • Throw custom MutexRuntimeException (for @moazam1 - #22)

8.0.0

3 years ago

8.0.0 (15 Sep 2020)

Added

  • Laravel 8 support;

7.0.0

4 years ago

7.0.0 (24 Mar 2020)

Added

  • Laravel 7 support;

6.1.0

4 years ago

6.1.0 (28 Feb 2020)

Fixed

  • PSR-12 changes, doc-blocks added, various refactorings here and there;

6.0.0

4 years ago
  • Laravel 6 support added;
  • The Illuminated\Console\MutexRuntimeException is thrown now, instead of the RuntimeException;

5.8.0

5 years ago
  • Laravel 5.8 support added;

5.7.4

5 years ago
  • Minor fixes;

5.7.3

5 years ago
  • Git attributes added;

5.7.2

5 years ago
  • Minor fixes;

5.7.1

5 years ago
  • Tests fixed;