mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
564 lines
17 KiB
JSON
564 lines
17 KiB
JSON
[
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "72121e68265cd8b37f9b69778308251f6c5133e4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/72121e68265cd8b37f9b69778308251f6c5133e4",
|
|
"reference": "72121e68265cd8b37f9b69778308251f6c5133e4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": ">2.2,<2.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=3.7",
|
|
"satooshi/php-coveralls": "~0.6"
|
|
},
|
|
"time": "2014-08-05 12:51:19",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Cache\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching"
|
|
]
|
|
},
|
|
{
|
|
"name": "gregwar/cache",
|
|
"version": "v1.0.9",
|
|
"version_normalized": "1.0.9.0",
|
|
"target-dir": "Gregwar/Cache",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Gregwar/Cache.git",
|
|
"reference": "514b9b469082028d094e33e4a059c863c546b14e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Gregwar/Cache/zipball/514b9b469082028d094e33e4a059c863c546b14e",
|
|
"reference": "514b9b469082028d094e33e4a059c863c546b14e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"time": "2014-07-05 17:42:36",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Gregwar\\Cache": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Grégoire Passault",
|
|
"email": "g.passault@gmail.com",
|
|
"homepage": "http://www.gregwar.com/"
|
|
}
|
|
],
|
|
"description": "A lightweight file-system cache system",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"file-system",
|
|
"system"
|
|
]
|
|
},
|
|
{
|
|
"name": "gregwar/image",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"target-dir": "Gregwar/Image",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Gregwar/Image.git",
|
|
"reference": "31cf30151015d66f320011ea8646e90bb62ffb13"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Gregwar/Image/zipball/31cf30151015d66f320011ea8646e90bb62ffb13",
|
|
"reference": "31cf30151015d66f320011ea8646e90bb62ffb13",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"gregwar/cache": "1.*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2014-06-30 15:00:37",
|
|
"type": "library",
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Gregwar\\Image": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Grégoire Passault",
|
|
"email": "g.passault@gmail.com",
|
|
"homepage": "http://www.gregwar.com/"
|
|
}
|
|
],
|
|
"description": "Image handling",
|
|
"homepage": "https://github.com/Gregwar/Image",
|
|
"keywords": [
|
|
"gd",
|
|
"image"
|
|
]
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Twig.git",
|
|
"reference": "e2d2a250d963dd5bba4ad23fc01c7282fc042946"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Twig/zipball/e2d2a250d963dd5bba4ad23fc01c7282fc042946",
|
|
"reference": "e2d2a250d963dd5bba4ad23fc01c7282fc042946",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"time": "2014-08-06 06:46:32",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.16-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"homepage": "https://github.com/fabpot/Twig/graphs/contributors",
|
|
"role": "Contributors"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "http://twig.sensiolabs.org",
|
|
"keywords": [
|
|
"templating"
|
|
]
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "2.5.x-dev",
|
|
"version_normalized": "2.5.9999999.9999999-dev",
|
|
"target-dir": "Symfony/Component/Yaml",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Yaml.git",
|
|
"reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f",
|
|
"reference": "5a75366ae9ca8b4792cd0083e4ca4dff9fe96f1f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2014-08-05 09:00:40",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Yaml Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "ircmaxell/password-compat",
|
|
"version": "1.0.3",
|
|
"version_normalized": "1.0.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ircmaxell/password_compat.git",
|
|
"reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
|
|
"reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4",
|
|
"shasum": ""
|
|
},
|
|
"time": "2013-04-30 19:58:08",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/password.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anthony Ferrara",
|
|
"email": "ircmaxell@ircmaxell.com",
|
|
"homepage": "http://blog.ircmaxell.com"
|
|
}
|
|
],
|
|
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
|
|
"homepage": "https://github.com/ircmaxell/password_compat",
|
|
"keywords": [
|
|
"hashing",
|
|
"password"
|
|
]
|
|
},
|
|
{
|
|
"name": "erusev/parsedown",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/erusev/parsedown.git",
|
|
"reference": "9437766539f6f88e748e7b6183ea31f78e154df5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/9437766539f6f88e748e7b6183ea31f78e154df5",
|
|
"reference": "9437766539f6f88e748e7b6183ea31f78e154df5",
|
|
"shasum": ""
|
|
},
|
|
"time": "2014-08-13 22:27:48",
|
|
"type": "library",
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Parsedown": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Emanuil Rusev",
|
|
"email": "hello@erusev.com",
|
|
"homepage": "http://erusev.com"
|
|
}
|
|
],
|
|
"description": "Parser for Markdown.",
|
|
"homepage": "http://parsedown.org",
|
|
"keywords": [
|
|
"markdown",
|
|
"parser"
|
|
]
|
|
},
|
|
{
|
|
"name": "tracy/tracy",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/tracy.git",
|
|
"reference": "e432452e0a68b2e5adfba2061eba412f51dbab4c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/tracy/zipball/e432452e0a68b2e5adfba2061eba412f51dbab4c",
|
|
"reference": "e432452e0a68b2e5adfba2061eba412f51dbab4c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "~1.0"
|
|
},
|
|
"time": "2014-08-14 17:58:22",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/Tracy"
|
|
],
|
|
"files": [
|
|
"src/shortcuts.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause",
|
|
"GPL-2.0",
|
|
"GPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Grudl",
|
|
"homepage": "http://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "http://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Tracy: useful PHP debugger",
|
|
"homepage": "http://tracy.nette.org",
|
|
"keywords": [
|
|
"debug",
|
|
"debugger",
|
|
"nette"
|
|
]
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "2.5.x-dev",
|
|
"version_normalized": "2.5.9999999.9999999-dev",
|
|
"target-dir": "Symfony/Component/Console",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Console.git",
|
|
"reference": "748beed2a1e73179c3f5154d33fe6ae100c1aeb1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/748beed2a1e73179c3f5154d33fe6ae100c1aeb1",
|
|
"reference": "748beed2a1e73179c3f5154d33fe6ae100c1aeb1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/event-dispatcher": "~2.1"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": ""
|
|
},
|
|
"time": "2014-08-14 16:10:54",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Console Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "mrclay/minify",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mrclay/minify.git",
|
|
"reference": "fb3931f8cd54a637b2a42170c3a9a1c4da9e69a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mrclay/minify/zipball/fb3931f8cd54a637b2a42170c3a9a1c4da9e69a9",
|
|
"reference": "fb3931f8cd54a637b2a42170c3a9a1c4da9e69a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.2.1"
|
|
},
|
|
"time": "2014-04-03 23:53:48",
|
|
"type": "library",
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"classmap": [
|
|
"min/lib/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Steve Clay",
|
|
"email": "steve@mrclay.org",
|
|
"homepage": "http://www.mrclay.org/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
|
|
"homepage": "http://code.google.com/p/minify/"
|
|
},
|
|
{
|
|
"name": "ornicar/php-user-agent",
|
|
"version": "dev-master",
|
|
"version_normalized": "9999999-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ornicar/php-user-agent.git",
|
|
"reference": "91f648fc5080ac1e8a8b51bcd90867b6ddeaf633"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ornicar/php-user-agent/zipball/91f648fc5080ac1e8a8b51bcd90867b6ddeaf633",
|
|
"reference": "91f648fc5080ac1e8a8b51bcd90867b6ddeaf633",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2013-07-09 13:04:43",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/phpUserAgent.php",
|
|
"lib/phpUserAgentStringParser.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Thibault Duplessis",
|
|
"email": "thibault.duplessis@gmail.com",
|
|
"homepage": "http://ornicar.github.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"user-agent"
|
|
]
|
|
}
|
|
]
|