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,Relationare now typed (const string/const int/protected const array). An external subclass overriding any of them must declare a compatible type.