Skip to content

8.0.0

Latest

Choose a tag to compare

@SmetDenis SmetDenis released this 20 Jul 19:58
· 10 commits to master since this release
2a00185

Coordinated ecosystem-wide 8.0 major (packaging-driven).

  • Minimum PHP raised to 8.3 (CI: 8.3 / 8.4 / 8.5).
  • All inter-package jbzoo/* deps → ^8.0.

Changed (BC)

  • Public constants across Link, Node, Graph, Render, EntityProperty, Relation are now typed (const string / const int / protected const array). An external subclass overriding any of them must declare a compatible type.