Skip to content

Add Composer support #613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Add Composer support #613

wants to merge 1 commit into from

Conversation

cmfcmf
Copy link

@cmfcmf cmfcmf commented Jul 26, 2013

Composer is a package manager for PHP. This allows jQuery-Timepicker-Addon to be downloaded by putting "trentrichardson/jquery-timepicker-addon" into your own composer.json file.

{
  "require": {
    "trentrichardson/jquery-timepicker-addon": "~1"
  }
}

Please update the jqueryui dependency like you update it in component.json.

Notice that I had to set the jqueryui dependency to 1.10.2, because the versions before do not exist for Composer. So start updating the jqueryui dependency when you require jqueryui > 1.10.2

[Composer](http://getcomposer.org) is a package manager for PHP. This allows jQuery-Timepicker-Addon to be downloaded by putting "trentrichardson/jquery-timepicker-addon" into your own composer.json file.
@trentrichardson
Copy link
Owner

Hey @cmfcmf sorry for the delay, I can add this to the dev branch but could I ask your assistance. I have restructured the dev branch to utilize grunt, and so there is now a src and dist folder, where dist is the built files for use. Could you advise if there needs to be changes to the composure.json for this? (does it need to point to dist directory anywhere?)

Also if possible could you can you do a pull request for the dev branch?

trentrichardson added a commit that referenced this pull request Aug 4, 2013
@trentrichardson
Copy link
Owner

I added the composer.json to the dev branch and updated the component paths to the dist directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants