This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/sculpin.lock

387 lines
14 KiB
Plaintext
Raw Normal View History

2015-07-21 19:27:27 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2015-07-22 16:24:25 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2015-07-21 19:27:27 +00:00
"This file is @generated automatically"
],
2015-10-06 20:39:38 +00:00
"hash": "bc137ec0deb008f05a991eea8e785a8c",
2015-07-21 19:27:27 +00:00
"packages": [
2015-08-08 22:00:25 +00:00
{
"name": "components/bootstrap",
2015-10-06 20:39:38 +00:00
"version": "3.3.5",
2015-08-08 22:00:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/components/bootstrap.git",
2015-10-06 20:39:38 +00:00
"reference": "d71c2a234c61f53f1109a26ba8155902a51f8ca5"
2015-08-08 22:00:25 +00:00
},
"dist": {
"type": "zip",
2015-10-06 20:39:38 +00:00
"url": "https://api.github.com/repos/components/bootstrap/zipball/d71c2a234c61f53f1109a26ba8155902a51f8ca5",
"reference": "d71c2a234c61f53f1109a26ba8155902a51f8ca5",
2015-08-08 22:00:25 +00:00
"shasum": ""
},
"require": {
2015-10-06 20:39:38 +00:00
"components/jquery": ">=1.9.1 <3.0"
2015-08-08 22:00:25 +00:00
},
"suggest": {
"components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets"
},
"type": "component",
"extra": {
"component": {
"scripts": [
"js/bootstrap.js"
],
"files": [
2015-10-06 20:39:38 +00:00
"js/*.js",
2015-08-08 22:00:25 +00:00
"css/*.css",
2015-10-06 20:39:38 +00:00
"css/*.map",
"fonts/*",
"less/mixins/*.less",
"less/*.less"
2015-08-08 22:00:25 +00:00
],
"shim": {
"deps": [
"jquery"
]
}
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-06 20:39:38 +00:00
"MIT"
2015-08-08 22:00:25 +00:00
],
"authors": [
{
2015-10-06 20:39:38 +00:00
"name": "Jacob Thornton",
"email": "jacobthornton@gmail.com"
},
{
"name": "Mark Otto",
"email": "markdotto@gmail.com"
2015-08-08 22:00:25 +00:00
}
],
2015-10-06 20:39:38 +00:00
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"homepage": "http://getbootstrap.com",
2015-08-08 22:00:25 +00:00
"keywords": [
2015-10-06 20:39:38 +00:00
"css",
"framework",
"front-end",
"less",
"mobile-first",
"responsive",
"web"
2015-08-08 22:00:25 +00:00
],
2015-10-06 20:39:38 +00:00
"time": "2015-06-17 06:08:09"
2015-08-08 22:00:25 +00:00
},
2015-09-12 16:57:33 +00:00
{
"name": "components/font-awesome",
"version": "4.4.0",
"source": {
"type": "git",
"url": "https://github.com/components/font-awesome.git",
"reference": "7dffacc72e566e5db6272244effc06f64fe9f185"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/components/font-awesome/zipball/7dffacc72e566e5db6272244effc06f64fe9f185",
"reference": "7dffacc72e566e5db6272244effc06f64fe9f185",
"shasum": ""
},
"type": "component",
"extra": {
"branch-alias": {
"dev-master": "4.4.x-dev"
},
"component": {
"styles": [
"css/font-awesome.css"
],
"files": [
"css/font-awesome.min.css",
"fonts/*"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"OFL-1.1"
],
"description": "The iconic font designed for use with Twitter Bootstrap.",
"time": "2015-07-30 02:38:45"
},
2015-07-22 16:24:25 +00:00
{
"name": "components/highlightjs",
"version": "7.3.0",
"source": {
"type": "git",
"url": "https://github.com/components/highlightjs.git",
"reference": "60f5b260c3ae12578f7241e15e8102e9b65c4d3b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/components/highlightjs/zipball/60f5b260c3ae12578f7241e15e8102e9b65c4d3b",
"reference": "60f5b260c3ae12578f7241e15e8102e9b65c4d3b",
"shasum": ""
},
"require": {
"robloach/component-installer": "*"
},
"type": "component",
"extra": {
"component": {
"scripts": [
"highlight.pack.js"
],
"files": [
"styles/*"
],
"shim": {
"exports": "hljs"
}
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ivan Sagalaev",
"email": "maniac@softwaremaniacs.org",
"homepage": "http://softwaremaniacs.org"
}
],
"description": "Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages.",
"time": "2013-04-24 15:11:49"
},
2015-08-08 22:00:25 +00:00
{
"name": "components/jquery",
"version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/components/jquery.git",
"reference": "ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/components/jquery/zipball/ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d",
"reference": "ae5c0c13cf163b3751ce55f9d9e97c1ba7ff796d",
"shasum": ""
},
"require": {
"robloach/component-installer": "*"
},
"type": "component",
"extra": {
"component": {
"scripts": [
"jquery.js"
],
"files": [
"jquery.min.js",
"jquery-migrate.js",
"jquery-migrate.min.js",
"jquery.min.map"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Resig",
"email": "jeresig@gmail.com"
}
],
"description": "jQuery JavaScript Library",
"homepage": "http://jquery.com",
"time": "2014-10-11 11:52:45"
},
2015-07-22 16:24:25 +00:00
{
"name": "kriswallsmith/assetic",
2015-09-09 17:04:40 +00:00
"version": "v1.3.0",
2015-07-22 16:24:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/kriswallsmith/assetic.git",
2015-09-09 17:04:40 +00:00
"reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31"
2015-07-22 16:24:25 +00:00
},
"dist": {
"type": "zip",
2015-09-09 17:04:40 +00:00
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/56cb5d6dec9e7a68a4da2fa89844f39d41092f31",
"reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31",
2015-07-22 16:24:25 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"symfony/process": "~2.1"
},
2015-09-09 17:04:40 +00:00
"conflict": {
"twig/twig": "<1.12"
},
2015-07-22 16:24:25 +00:00
"require-dev": {
"cssmin/cssmin": "*",
"joliclic/javascript-packer": "*",
"kamicane/packager": "*",
2015-09-09 17:04:40 +00:00
"leafo/lessphp": "^0.3.7",
"leafo/scssphp": "*@dev",
"leafo/scssphp-compass": "*@dev",
2015-07-22 16:24:25 +00:00
"mrclay/minify": "*",
2015-09-09 17:04:40 +00:00
"patchwork/jsqueeze": "~1.0|~2.0",
"phpunit/phpunit": "~4.8",
2015-07-22 16:24:25 +00:00
"psr/log": "~1.0",
"ptachoire/cssembed": "*",
2015-09-09 17:04:40 +00:00
"symfony/phpunit-bridge": "~2.7",
"twig/twig": "~1.8|~2.0"
2015-07-22 16:24:25 +00:00
},
"suggest": {
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
"leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
"leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
"patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
"ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
"twig/twig": "Assetic provides the integration with the Twig templating engine"
},
"type": "library",
"extra": {
"branch-alias": {
2015-09-09 17:04:40 +00:00
"dev-master": "1.3-dev"
2015-07-22 16:24:25 +00:00
}
},
"autoload": {
"psr-0": {
"Assetic": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kris Wallsmith",
"email": "kris.wallsmith@gmail.com",
"homepage": "http://kriswallsmith.net/"
}
],
"description": "Asset Management for PHP",
"homepage": "https://github.com/kriswallsmith/assetic",
"keywords": [
"assets",
"compression",
"minification"
],
2015-09-09 17:04:40 +00:00
"time": "2015-08-31 19:07:16"
2015-07-22 16:24:25 +00:00
},
{
"name": "robloach/component-installer",
2015-09-09 17:04:40 +00:00
"version": "0.2.3",
2015-07-22 16:24:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/RobLoach/component-installer.git",
2015-09-09 17:04:40 +00:00
"reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7"
2015-07-22 16:24:25 +00:00
},
"dist": {
"type": "zip",
2015-09-09 17:04:40 +00:00
"url": "https://api.github.com/repos/RobLoach/component-installer/zipball/908a859aa7c4949ba9ad67091e67bac10b66d3d7",
"reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7",
2015-07-22 16:24:25 +00:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"kriswallsmith/assetic": "1.*",
"php": ">=5.3.2"
},
"require-dev": {
"composer/composer": "1.*@alpha",
"phpunit/phpunit": "4.*"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"class": "ComponentInstaller\\ComponentInstallerPlugin"
},
"autoload": {
"psr-0": {
"ComponentInstaller": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rob Loach",
"homepage": "http://robloach.net"
}
],
"description": "Allows installation of Components via Composer.",
2015-09-09 17:04:40 +00:00
"time": "2015-08-10 12:35:38"
},
2015-07-21 19:27:27 +00:00
{
"name": "tsphethean/sculpin-related-posts-bundle",
"version": "0.1.0",
"target-dir": "Tsphethean/Sculpin/Bundle/RelatedPostsBundle",
"source": {
"type": "git",
"url": "https://github.com/tsphethean/sculpin-related-posts-bundle.git",
"reference": "7398139c3a5c5d407436d385e58b1cf2fe7ac84b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tsphethean/sculpin-related-posts-bundle/zipball/7398139c3a5c5d407436d385e58b1cf2fe7ac84b",
"reference": "7398139c3a5c5d407436d385e58b1cf2fe7ac84b",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"autoload": {
"psr-0": {
"Tsphethean\\Sculpin\\Bundle\\RelatedPostsBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tom Phethean",
"homepage": "http://www.tsphethean.co.uk"
}
],
"description": "Sculpin Related Posts Bundle",
"homepage": "https://sculpin.io",
"keywords": [
"blog",
"blogging",
"related posts",
"site",
"static"
],
"time": "2014-03-21 14:38:52"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
2015-09-09 17:04:40 +00:00
"stability-flags": {
2015-10-06 20:39:38 +00:00
"components/font-awesome": 0
2015-09-09 17:04:40 +00:00
},
2015-07-21 19:27:27 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}