Skip to content

2.0.0

Compare
Choose a tag to compare
@yriveiro yriveiro released this 31 Jan 23:49
· 21 commits to master since this release

Bump fslock to PSR4 dimension

Added

  • New method destroy, allows manually destruction of the lock. Internally release the lock and perform a cleanup operation. It's the same process used by the __destruct magic method.
  • FSLock now implements FSLockInterface.

Changed

  • Improve test suit.
  • Update PSR-0 autoload to PSR-4 format.
  • Update README.