PHP-DI v6.0.7 Release Notes

Release Date: 2019-03-07 // about 5 years ago
  • 🛠 #605 Fixes some bugs with platforms like Heroku.

    🔧 In previous versions some random strings were used in the CompiledContainer which caused each regeneration/compilation of the container to have a different result, while no change in the configuration were made. The CompiledContainer has now been made idempotent: "a specific PHP-DI configuration X always results in CompiledContainer Y".