PHP-DI v6.0.10 Release Notes

Release Date: 2019-10-21 // over 4 years ago
  • 🛠 Another attempt at fixing #605, via #686. This 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".