diff --git a/composer.json b/composer.json index 4202906..cf5603c 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "A collection of jQuery plugins for Bootstrap.", "homepage": "http://bootstrapformhelpers.com", "version": "2.3.0", + "license": "Apache-2.0", "authors": [ { "name": "Vincent Lamanna", @@ -12,21 +13,8 @@ "support": { "issues": "https://github.com/vlamanna/BootstrapFormHelpers/issues" }, - "repositories": [ - { - "type": "package", - "package": { - "name": "jquery/jquery", - "version": "1.10.2", - "dist": { - "url": "http://code.jquery.com/jquery-1.10.2.min.js", - "type": "file" - } - } - } - ], "require": { - "jquery/jquery": "1.10.*", + "components/jquery": "1.10.*", "twitter/bootstrap": "3.0.*" } }