Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 275 Bytes

UPGRADE.md

File metadata and controls

9 lines (7 loc) · 275 Bytes

Upgrades

1.x to 2.0

  • PHP 7.4 is now a requirement.
  • Namespace changed from Pccomponentes\Ddd to PcComponentes\Ddd.

2.x to 3.0

  • PHP 8 is now a requirement.
  • Value object constructors are final private now for prevent unsafe usage, use "from" factory instead