diff --git a/composer.json b/composer.json index 9ba6094..952bae5 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ "laravel/framework": "^6.0", "laravel/socialite": "^4.2", "laravel/tinker": "^1.0", - "laravelcollective/html": "^6.0" + "laravelcollective/html": "^6.0", + "twbs/bootstrap": "^4.3" }, "require-dev": { "facade/ignition": "^1.4", diff --git a/composer.lock b/composer.lock index 31e43a1..37f53ae 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2bcc3fd8a1a68ae90b1b21ec34cda566", + "content-hash": "5fb9de1acc8a170ba905235ac9fda870", "packages": [ { "name": "dnoegel/php-xdg-base-dir", @@ -3404,6 +3404,57 @@ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "time": "2017-11-27T11:13:29+00:00" }, + { + "name": "twbs/bootstrap", + "version": "v4.3.1", + "source": { + "type": "git", + "url": "https://github.com/twbs/bootstrap.git", + "reference": "8fa0d3010112dca5dd6dd501173415856001ba8b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/8fa0d3010112dca5dd6dd501173415856001ba8b", + "reference": "8fa0d3010112dca5dd6dd501173415856001ba8b", + "shasum": "" + }, + "replace": { + "twitter/bootstrap": "self.version" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jacob Thornton", + "email": "jacobthornton@gmail.com" + }, + { + "name": "Mark Otto", + "email": "markdotto@gmail.com" + } + ], + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", + "homepage": "https://getbootstrap.com/", + "keywords": [ + "JS", + "css", + "framework", + "front-end", + "mobile-first", + "responsive", + "sass", + "web" + ], + "time": "2019-02-13T16:01:40+00:00" + }, { "name": "vlucas/phpdotenv", "version": "v3.6.0",