Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 503 Bytes

ROADMAP.md

File metadata and controls

30 lines (19 loc) · 503 Bytes

#Roadmap

v1.0.0

This maintains the historical API but allows for composer autoloading.

  • Composer support.
  • PSR2 bar class names.
  • Migrate tests to PHPUnit.

v2.0.0

The historical API will be broken by classname changes.

  • Introduce namespacing.
  • PSR4 autoloading.
  • Automated testing.
  • PHP 5.4 minimum.

v3.0.0

  • PHP 7.2 minimum.
  • PHPUnit 8.
  • Enable strict typing mode for all PHP files.

v4.0.0

  • PHP 7.3 minimum.
  • PHPUnit 9.