Skip to content
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

Composer #202

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Composer #202

wants to merge 3 commits into from

Conversation

hackzilla
Copy link

Currently the composer.json file does not work. The repositories element is root level only.

It will need documenting that to control where jquery is accessable from, can be controlled with this in a projects composer.json file.

"config": {
    "component-dir": "web/assets",
    "component-baseurl": "/assets"
},

and that you can include it using:

"require": {
    "vlamanna/bootstrapformhelpers": "~2.3",
},

Also please register this package on packagist.org

@KTP95 KTP95 mentioned this pull request Feb 18, 2017
@KTP95
Copy link

KTP95 commented Feb 18, 2017

+1 Please Marge

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