Skip to content

charcoal-app 0.9.1

Compare
Choose a tag to compare
@mcaskill mcaskill released this 02 Feb 21:44
· 18 commits to master since this release

Complete commits list: 0.9.0...0.9.1

Summary

  • Required PHP v7.3+ or v8.0+.
  • Updated Composer requirements.
  • Added polyfill for assertArraySubset(), deprecated in PHPUnit v8, and removed in PHPUnit v9.
  • Cleaned-up unit test classes.
  • Improved readability of filesystem adaptor resolution in FilesystemServiceProvider.
  • Fixed method visibility for magic methods on App.
    • Private methods cannot be final.
    • Method __wakeup() can only be public.