Updated the bootstrap component
This commit is contained in:
parent
649af8b2e8
commit
d2bf5d3d51
|
@ -1,10 +1,9 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"components/bootstrap": "~2.3.1",
|
"components/bootstrap": "3.3.5",
|
||||||
"components/highlightjs": "~7.3.0",
|
"components/highlightjs": "~7.3.0",
|
||||||
"components/jquery": "~1.9.1",
|
"components/jquery": "~1.9.1",
|
||||||
"components/font-awesome": "@stable",
|
"components/font-awesome": "@stable",
|
||||||
"thomaspark/bootswatch": "@dev",
|
|
||||||
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
|
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|
104
sculpin.lock
104
sculpin.lock
|
@ -4,24 +4,24 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "a1dfc1795b5e431b88df331c013308b2",
|
"hash": "bc137ec0deb008f05a991eea8e785a8c",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "components/bootstrap",
|
"name": "components/bootstrap",
|
||||||
"version": "2.3.2",
|
"version": "3.3.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/components/bootstrap.git",
|
"url": "https://github.com/components/bootstrap.git",
|
||||||
"reference": "4e517c991623b3bd913e2becd44831b2c9b0be90"
|
"reference": "d71c2a234c61f53f1109a26ba8155902a51f8ca5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/components/bootstrap/zipball/4e517c991623b3bd913e2becd44831b2c9b0be90",
|
"url": "https://api.github.com/repos/components/bootstrap/zipball/d71c2a234c61f53f1109a26ba8155902a51f8ca5",
|
||||||
"reference": "4e517c991623b3bd913e2becd44831b2c9b0be90",
|
"reference": "d71c2a234c61f53f1109a26ba8155902a51f8ca5",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"components/jquery": "*"
|
"components/jquery": ">=1.9.1 <3.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets"
|
"components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets"
|
||||||
|
@ -33,9 +33,12 @@
|
||||||
"js/bootstrap.js"
|
"js/bootstrap.js"
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"js/bootstrap.min.js",
|
"js/*.js",
|
||||||
"css/*.css",
|
"css/*.css",
|
||||||
"img/*.png"
|
"css/*.map",
|
||||||
|
"fonts/*",
|
||||||
|
"less/mixins/*.less",
|
||||||
|
"less/*.less"
|
||||||
],
|
],
|
||||||
"shim": {
|
"shim": {
|
||||||
"deps": [
|
"deps": [
|
||||||
|
@ -46,20 +49,30 @@
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"Apache-2.0"
|
"MIT"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Twitter, Inc"
|
"name": "Jacob Thornton",
|
||||||
|
"email": "jacobthornton@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mark Otto",
|
||||||
|
"email": "markdotto@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
||||||
"homepage": "http://twitter.github.com/bootstrap/",
|
"homepage": "http://getbootstrap.com",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bootstrap",
|
"css",
|
||||||
"css"
|
"framework",
|
||||||
|
"front-end",
|
||||||
|
"less",
|
||||||
|
"mobile-first",
|
||||||
|
"responsive",
|
||||||
|
"web"
|
||||||
],
|
],
|
||||||
"time": "2013-07-18 20:01:48"
|
"time": "2015-06-17 06:08:09"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "components/font-awesome",
|
"name": "components/font-awesome",
|
||||||
|
@ -314,64 +327,6 @@
|
||||||
"description": "Allows installation of Components via Composer.",
|
"description": "Allows installation of Components via Composer.",
|
||||||
"time": "2015-08-10 12:35:38"
|
"time": "2015-08-10 12:35:38"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "thomaspark/bootswatch",
|
|
||||||
"version": "v3.3.5+3",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/thomaspark/bootswatch.git",
|
|
||||||
"reference": "913f54b9483b99fa12c7feccfa18ee5cc0206043"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/thomaspark/bootswatch/zipball/913f54b9483b99fa12c7feccfa18ee5cc0206043",
|
|
||||||
"reference": "913f54b9483b99fa12c7feccfa18ee5cc0206043",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"robloach/component-installer": "Allows installation of Components via Composer"
|
|
||||||
},
|
|
||||||
"type": "component",
|
|
||||||
"extra": {
|
|
||||||
"component": {
|
|
||||||
"name": "bootswatch",
|
|
||||||
"files": [
|
|
||||||
"README.md",
|
|
||||||
"LICENSE",
|
|
||||||
"amelia/*",
|
|
||||||
"cerulean/*",
|
|
||||||
"cosmo/*",
|
|
||||||
"cyborg/*",
|
|
||||||
"darkly/*",
|
|
||||||
"flatly/*",
|
|
||||||
"fonts/*",
|
|
||||||
"journal/*",
|
|
||||||
"lumen/*",
|
|
||||||
"paper/*",
|
|
||||||
"readable/*",
|
|
||||||
"sandstone/*",
|
|
||||||
"simplex/*",
|
|
||||||
"slate/*",
|
|
||||||
"spacelab/*",
|
|
||||||
"superhero/*",
|
|
||||||
"united/*",
|
|
||||||
"yeti/*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "thomaspark",
|
|
||||||
"email": "thomas@bootswatch.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Themes for Bootstrap",
|
|
||||||
"time": "2015-09-03 20:39:50"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "tsphethean/sculpin-related-posts-bundle",
|
"name": "tsphethean/sculpin-related-posts-bundle",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
@ -422,8 +377,7 @@
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"components/font-awesome": 0,
|
"components/font-awesome": 0
|
||||||
"thomaspark/bootswatch": 20
|
|
||||||
},
|
},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
|
|
Reference in a new issue