Aura PHP v1.1.1 Release Notes

    • ๐Ÿ‘ป [CHG] Config now throws Exception\SetterMethodNotFound when a setter method is configured but does not exist on the class

    • ๐Ÿ‘ป [CHG] Container::set() now throws Exception\ServiceNotObject when the service being set is not an object.

    • ๐Ÿ‘ป [CHG] Config now throws Exception\ReflectionFailure when reflection fails.

    • ๐Ÿ— [DOC] Typo fixes and clarifications; add PHP 5.5 to Travis build

    • ๐Ÿšš [DEL] Remove unused exceptions ContainerExists and ContainerNotFound