Skip to content

Instantly share code, notes, and snippets.

@rvanlaak
Last active August 29, 2015 14:06
Show Gist options
  • Save rvanlaak/d0c4c24cd8ad18e4b2bd to your computer and use it in GitHub Desktop.
Save rvanlaak/d0c4c24cd8ad18e4b2bd to your computer and use it in GitHub Desktop.
Ladybug DateTime bug composer.lock
{
"_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",
"This file is @generated automatically"
],
"hash": "41268b2274b801d5ce161a06ab9b7623",
"packages": [
{
"name": "monolog/monolog",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "d16496318c3e08e3bccfc3866e104e49cf25488a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/d16496318c3e08e3bccfc3866e104e49cf25488a",
"reference": "d16496318c3e08e3bccfc3866e104e49cf25488a",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mlehner/gelf-php": "1.0.*"
},
"suggest": {
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Monolog": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be",
"role": "Developer"
}
],
"description": "Logging for PHP 5.3",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging"
],
"time": "2012-08-29 11:53:20"
},
{
"name": "ptachoire/cssembed",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/krichprollsch/phpCssEmbed.git",
"reference": "406c6d5b846cafa9186f9944a6210d0e6fed154b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/krichprollsch/phpCssEmbed/zipball/406c6d5b846cafa9186f9944a6210d0e6fed154b",
"reference": "406c6d5b846cafa9186f9944a6210d0e6fed154b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"CssEmbed": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Pierre Tachoire",
"email": "pierre.tachoire@gmail.com"
}
],
"description": "Css url embed library.",
"homepage": "https://github.com/krichprollsch/phpCssEmbed",
"keywords": [
"css",
"url"
],
"time": "2013-07-22 20:01:48"
},
{
"name": "raulfraile/ladybug",
"version": "v1.0.8",
"source": {
"type": "git",
"url": "https://github.com/raulfraile/ladybug.git",
"reference": "7878b0fec84041bc6791155b9ec357a1ff8cd3b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/raulfraile/ladybug/zipball/7878b0fec84041bc6791155b9ec357a1ff8cd3b1",
"reference": "7878b0fec84041bc6791155b9ec357a1ff8cd3b1",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"ptachoire/cssembed": "v1.0.2",
"raulfraile/ladybug-plugin-extra": "~1.0.0",
"raulfraile/ladybug-theme-modern": "~1.0.0",
"symfony/config": ">=2.0",
"symfony/console": ">=2.0",
"symfony/dependency-injection": ">=2.0",
"symfony/finder": ">=2.0",
"twig/twig": ">=1.7.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "0.2.0",
"jms/serializer": ">=0.11.0",
"mockery/mockery": "0.8.0",
"phpdocumentor/reflection-docblock": "2.0.0",
"symfony/dom-crawler": ">=2.0.4"
},
"suggest": {
"jms/serializer": "Required to serialize data to XML and JSON",
"phpdocumentor/reflection-docblock": "Required to display object methods description",
"symfony/yaml": "Required to serialize data to YAML format"
},
"type": "library",
"autoload": {
"psr-0": {
"Ladybug\\Theme": [
"../ladybug-themes",
"data/themes"
],
"Ladybug\\Plugin": [
"../ladybug-plugins",
"data/plugins"
],
"Ladybug": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Raul Fraile",
"email": "raulfraile@gmail.com",
"homepage": "http://www.raulfb.com/",
"role": "Developer"
}
],
"description": "Simple and Extensible PHP Dumper",
"homepage": "https://github.com/raulfraile/ladybug",
"keywords": [
"dump",
"dumper",
"ladybug",
"print_r",
"var_dump"
],
"time": "2013-10-15 09:36:24"
},
{
"name": "raulfraile/ladybug-installer",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/raulfraile/ladybug-installer.git",
"reference": "04f38f50cac673d3ca93de9c0805889e37804b33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/raulfraile/ladybug-installer/zipball/04f38f50cac673d3ca93de9c0805889e37804b33",
"reference": "04f38f50cac673d3ca93de9c0805889e37804b33",
"shasum": ""
},
"require": {
"composer-plugin-api": "*"
},
"require-dev": {
"composer/composer": "1.*",
"mockery/mockery": "0.8.0"
},
"type": "composer-plugin",
"extra": {
"class": "\\Ladybug\\LadybugPlugin"
},
"autoload": {
"psr-0": {
"Ladybug": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Unified installer for ladybug addons",
"keywords": [
"installer",
"ladybug",
"plugins",
"themes"
],
"time": "2013-09-21 23:28:23"
},
{
"name": "raulfraile/ladybug-plugin-extra",
"version": "v1.0.1",
"target-dir": "Ladybug/Plugin/Extra",
"source": {
"type": "git",
"url": "https://github.com/raulfraile/ladybug-plugin-extra.git",
"reference": "d240770a4c610e26657e5edc0edaace6d07187b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/raulfraile/ladybug-plugin-extra/zipball/d240770a4c610e26657e5edc0edaace6d07187b2",
"reference": "d240770a4c610e26657e5edc0edaace6d07187b2",
"shasum": ""
},
"require": {
"raulfraile/ladybug-installer": "~1.0"
},
"require-dev": {
"mockery/mockery": "0.8.0",
"raulfraile/ladybug": "~1.0.0"
},
"type": "ladybug-plugin",
"extra": {
"ladybug_name": "Extra"
},
"autoload": {
"psr-0": {
"Ladybug\\Plugin\\Extra\\": ""
},
"files": [
"Resources/php/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Extra plugin for ladybug",
"keywords": [
"ladybug",
"plugin"
],
"time": "2013-09-29 10:19:08"
},
{
"name": "raulfraile/ladybug-theme-modern",
"version": "v1.0.6",
"source": {
"type": "git",
"url": "https://github.com/raulfraile/ladybug-theme-modern.git",
"reference": "528c9114ca1a82860e8b7025d1fe4f64dc728b72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/raulfraile/ladybug-theme-modern/zipball/528c9114ca1a82860e8b7025d1fe4f64dc728b72",
"reference": "528c9114ca1a82860e8b7025d1fe4f64dc728b72",
"shasum": ""
},
"require": {
"raulfraile/ladybug-installer": "~1.0.0"
},
"type": "ladybug-theme",
"extra": {
"ladybug_name": "Modern"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Theme 'modern' for ladybug",
"keywords": [
"dump",
"ladybug",
"print_r",
"theme",
"var_dump"
],
"time": "2013-10-07 21:55:38"
},
{
"name": "symfony/config",
"version": "v2.3.6",
"target-dir": "Symfony/Component/Config",
"source": {
"type": "git",
"url": "https://github.com/symfony/Config.git",
"reference": "1ced3d6c88b22df8cd1fe5209dbd6a89df362a29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Config/zipball/1ced3d6c88b22df8cd1fe5209dbd6a89df362a29",
"reference": "1ced3d6c88b22df8cd1fe5209dbd6a89df362a29",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/filesystem": "~2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Config\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Config Component",
"homepage": "http://symfony.com",
"time": "2013-09-19 09:45:20"
},
{
"name": "symfony/console",
"version": "v2.3.6",
"target-dir": "Symfony/Component/Console",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console.git",
"reference": "f880062d56edefb25b36f2defa65aafe65959dc7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/f880062d56edefb25b36f2defa65aafe65959dc7",
"reference": "f880062d56edefb25b36f2defa65aafe65959dc7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/event-dispatcher": "~2.1"
},
"suggest": {
"symfony/event-dispatcher": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Console\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "http://symfony.com",
"time": "2013-09-25 06:04:15"
},
{
"name": "symfony/dependency-injection",
"version": "v2.3.6",
"target-dir": "Symfony/Component/DependencyInjection",
"source": {
"type": "git",
"url": "https://github.com/symfony/DependencyInjection.git",
"reference": "81620c3551d411b0f7ec3bd6e978000569ec004a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/81620c3551d411b0f7ec3bd6e978000569ec004a",
"reference": "81620c3551d411b0f7ec3bd6e978000569ec004a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/config": "~2.2",
"symfony/yaml": "~2.0"
},
"suggest": {
"symfony/config": "",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\DependencyInjection\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony DependencyInjection Component",
"homepage": "http://symfony.com",
"time": "2013-09-26 22:39:53"
},
{
"name": "symfony/filesystem",
"version": "v2.3.6",
"target-dir": "Symfony/Component/Filesystem",
"source": {
"type": "git",
"url": "https://github.com/symfony/Filesystem.git",
"reference": "2b8995042086c5552c94d33b5553c492e9cfc00e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/2b8995042086c5552c94d33b5553c492e9cfc00e",
"reference": "2b8995042086c5552c94d33b5553c492e9cfc00e",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Filesystem\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Filesystem Component",
"homepage": "http://symfony.com",
"time": "2013-09-19 09:45:20"
},
{
"name": "symfony/finder",
"version": "v2.5.3",
"target-dir": "Symfony/Component/Finder",
"source": {
"type": "git",
"url": "https://github.com/symfony/Finder.git",
"reference": "090fe4eaff414d8f2171c7a4748ea868d530775f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/090fe4eaff414d8f2171c7a4748ea868d530775f",
"reference": "090fe4eaff414d8f2171c7a4748ea868d530775f",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Finder\\": ""
}
},
"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 Finder Component",
"homepage": "http://symfony.com",
"time": "2014-07-28 13:20:46"
},
{
"name": "twig/twig",
"version": "v1.14.1",
"source": {
"type": "git",
"url": "https://github.com/fabpot/Twig.git",
"reference": "8873d7593ad7c120004f177c0fd01459b383c9cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig/zipball/8873d7593ad7c120004f177c0fd01459b383c9cb",
"reference": "8873d7593ad7c120004f177c0fd01459b383c9cb",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.14-dev"
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
],
"time": "2013-10-15 19:17:38"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"platform": [],
"platform-dev": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment