yiiext / nested-set-behavior

AR models behavior that allows to work with nested sets tree.
http://www.yiiframework.com/extension/nestedsetbehavior/
BSD 3-Clause "New" or "Revised" License
157 stars 64 forks source link

Update composer.json to add class to autoloader. #37

Closed SamMousa closed 9 years ago

SamMousa commented 9 years ago

I've updated composer.json to properly insert the NestedSetBehavior class in composers' classmap. This makes loading the behavior easier and more intuitive.

samdark commented 9 years ago

@creocoder can you take a look?

cebe commented 9 years ago

Looks good to me.

samdark commented 9 years ago

Merged.