Added highlightjs
This commit is contained in:
parent
52730d3477
commit
7355346fbb
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"require": {
|
||||
"components/highlightjs": "~7.3.0",
|
||||
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
|
||||
},
|
||||
"config": {
|
||||
"component-dir": "source/components"
|
||||
}
|
||||
}
|
||||
|
|
171
sculpin.lock
171
sculpin.lock
|
@ -1,11 +1,178 @@
|
|||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at http://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"
|
||||
],
|
||||
"hash": "0534583cebab2a2d1502880eb3d75947",
|
||||
"hash": "0017abded974b033df4f15fb8c423e79",
|
||||
"packages": [
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"name": "kriswallsmith/assetic",
|
||||
"version": "v1.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kriswallsmith/assetic.git",
|
||||
"reference": "b20efe38845d20458702f97f3ff625d80805897b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
|
||||
"reference": "b20efe38845d20458702f97f3ff625d80805897b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.1",
|
||||
"symfony/process": "~2.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"cssmin/cssmin": "*",
|
||||
"joliclic/javascript-packer": "*",
|
||||
"kamicane/packager": "*",
|
||||
"leafo/lessphp": "*",
|
||||
"leafo/scssphp": "*",
|
||||
"leafo/scssphp-compass": "*",
|
||||
"mrclay/minify": "*",
|
||||
"patchwork/jsqueeze": "~1.0",
|
||||
"phpunit/phpunit": "~4",
|
||||
"psr/log": "~1.0",
|
||||
"ptachoire/cssembed": "*",
|
||||
"twig/twig": "~1.6"
|
||||
},
|
||||
"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": {
|
||||
"dev-master": "1.2-dev"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
],
|
||||
"time": "2014-12-12 05:04:05"
|
||||
},
|
||||
{
|
||||
"name": "robloach/component-installer",
|
||||
"version": "0.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/RobLoach/component-installer.git",
|
||||
"reference": "6f654095da6e364261093c2d9ca416e1027d0169"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/RobLoach/component-installer/zipball/6f654095da6e364261093c2d9ca416e1027d0169",
|
||||
"reference": "6f654095da6e364261093c2d9ca416e1027d0169",
|
||||
"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.",
|
||||
"time": "2015-06-18 13:02:30"
|
||||
},
|
||||
{
|
||||
"name": "tsphethean/sculpin-related-posts-bundle",
|
||||
"version": "0.1.0",
|
||||
|
|
Reference in a new issue