Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 300 Bytes

UPGRADE.md

File metadata and controls

11 lines (7 loc) · 300 Bytes

UPGRADE

2.0 to 3.0

  • PHP has been bumped to 5.6.
  • Symfony has been bumped to 2.7.

1.0 to 2.0

  • All protected properties and methods have been updated to private except for entry points. This is mostly motivated for enforcing the encapsulation and easing backward compatibility.