kartik-v / yii2-dynagrid

Turbo charge the Yii 2 GridView with personalized columns, page size, and themes.
http://demos.krajee.com/dynagrid
Other
74 stars 66 forks source link

Composer dependencies. #67

Closed SamMousa closed 9 years ago

SamMousa commented 9 years ago

Hi,

We are in the process of specifying proper version dependencies so we only include stable third party code. I noticed that while all your libraries (which we appreciate immensely) use proper tagging for versioning, however their dependencies do not. For example dynagrid lists a lot of dependencies as *, shouldn't the dependency at least require a specific major version?

Cheers,

kartik-v commented 9 years ago

Technically correct. Will do when I get time - or you can help with a PR.

However in many cases, there is less dependency on versions. For example, yii2-dynagrid depends on yii2-widget-select2 but any version of yii2-widget-select2 will work with yii2-dynagrid.