Skip to content

Releases: Level-2/Dice

1.2.1 Final - Last PHP5.4 Compatible version

24 Jun 15:54
Compare
Choose a tag to compare

This is a feature complete version for PHP 5.4. Please note that updates will not happen to this branch.

Dice dependency injection container - now with Namespace support

28 Feb 15:40
Compare
Choose a tag to compare

Please note: This version is not backwards compatible with 1.0 although the changes are minor. All that's changed compatibility wise is the class names used by Dice. To upgrade your project to Dice 1.1 from 1.0, please do the following search/replaces:

new Dice => new \Dice\Dice
new DiceInstance => new \Dice\Instance
new DiceRule => new \Dice\Rule