This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/composer.lock

2597 lines
92 KiB
Text
Raw Normal View History

2014-06-26 22:00:27 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2016-06-02 15:22:48 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2014-06-26 22:00:27 +02:00
"This file is @generated automatically"
],
"hash": "b653fb6b6230d43a6048e92f7b208ff8",
"content-hash": "3a7c343089ce6886d5fefe973df0b6cc",
2014-06-26 22:00:27 +02:00
"packages": [
{
"name": "doctrine/annotations",
2016-06-02 15:22:48 +02:00
"version": "v1.2.7",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2016-06-02 15:22:48 +02:00
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": ">=5.3.2"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "4.*"
2014-06-26 22:00:27 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Annotations\\": "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"
},
2014-06-26 22:00:27 +02:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2016-06-02 15:22:48 +02:00
"time": "2015-08-31 12:32:49"
2014-06-26 22:00:27 +02:00
},
{
"name": "doctrine/cache",
2016-06-02 15:22:48 +02:00
"version": "v1.6.0",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2016-06-02 15:22:48 +02:00
"reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
"reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"php": "~5.5|~7.0"
2014-06-26 22:00:27 +02:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
2016-06-02 15:22:48 +02:00
"phpunit/phpunit": "~4.8|~5.0",
"predis/predis": "~1.0",
2014-06-26 22:00:27 +02:00
"satooshi/php-coveralls": "~0.6"
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "1.6.x-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
2016-06-02 15:22:48 +02:00
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
2014-06-26 22:00:27 +02:00
}
},
"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"
},
2014-06-26 22:00:27 +02:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],
2016-06-02 15:22:48 +02:00
"time": "2015-12-31 16:37:02"
2014-06-26 22:00:27 +02:00
},
{
"name": "doctrine/collections",
2016-06-02 15:22:48 +02:00
"version": "v1.3.0",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2016-06-02 15:22:48 +02:00
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
2016-06-02 15:22:48 +02:00
"require-dev": {
"phpunit/phpunit": "~4.0"
},
2014-06-26 22:00:27 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Collections\\": "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"
},
2016-06-02 15:22:48 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
2014-06-26 22:00:27 +02:00
{
"name": "Johannes Schmitt",
2016-06-02 15:22:48 +02:00
"email": "schmittjoh@gmail.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Collections Abstraction library",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"array",
"collections",
"iterator"
],
2016-06-02 15:22:48 +02:00
"time": "2015-04-14 22:21:58"
2014-06-26 22:00:27 +02:00
},
{
"name": "doctrine/common",
2016-06-02 15:22:48 +02:00
"version": "v2.6.1",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2016-06-02 15:22:48 +02:00
"reference": "a579557bc689580c19fee4e27487a67fe60defc0"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
"reference": "a579557bc689580c19fee4e27487a67fe60defc0",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"doctrine/annotations": "1.*",
"doctrine/cache": "1.*",
"doctrine/collections": "1.*",
"doctrine/inflector": "1.*",
"doctrine/lexer": "1.*",
2016-06-02 15:22:48 +02:00
"php": "~5.5|~7.0"
2014-06-26 22:00:27 +02:00
},
"require-dev": {
2016-06-02 15:22:48 +02:00
"phpunit/phpunit": "~4.8|~5.0"
2014-06-26 22:00:27 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "2.7.x-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
2016-06-02 15:22:48 +02:00
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
2014-06-26 22:00:27 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
2016-06-02 15:22:48 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
2014-06-26 22:00:27 +02:00
{
"name": "Johannes Schmitt",
2016-06-02 15:22:48 +02:00
"email": "schmittjoh@gmail.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"collections",
"eventmanager",
"persistence",
"spl"
],
2016-06-02 15:22:48 +02:00
"time": "2015-12-25 13:18:31"
2014-06-26 22:00:27 +02:00
},
{
"name": "doctrine/dbal",
2016-06-02 15:22:48 +02:00
"version": "v2.5.4",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2016-06-02 15:22:48 +02:00
"reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
"reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"doctrine/common": ">=2.4,<2.7-dev",
2014-06-26 22:00:27 +02:00
"php": ">=5.3.2"
},
"require-dev": {
2015-03-29 19:39:46 +02:00
"phpunit/phpunit": "4.*",
"symfony/console": "2.*"
2014-06-26 22:00:27 +02:00
},
"suggest": {
2014-11-15 16:30:38 +01:00
"symfony/console": "For helpful console commands such as SQL execution and import of files."
2014-06-26 22:00:27 +02:00
},
2015-03-29 19:39:46 +02:00
"bin": [
"bin/doctrine-dbal"
],
2014-06-26 22:00:27 +02:00
"type": "library",
2015-03-29 19:39:46 +02:00
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
}
},
2014-06-26 22:00:27 +02:00
"autoload": {
"psr-0": {
"Doctrine\\DBAL\\": "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"
2014-11-15 16:30:38 +01:00
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"persistence",
"queryobject"
],
2016-06-02 15:22:48 +02:00
"time": "2016-01-05 22:11:12"
2014-06-26 22:00:27 +02:00
},
{
"name": "doctrine/doctrine-bundle",
2016-06-02 15:22:48 +02:00
"version": "1.6.3",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
2016-06-02 15:22:48 +02:00
"reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1",
"reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2015-03-29 19:39:46 +02:00
"doctrine/dbal": "~2.3",
"doctrine/doctrine-cache-bundle": "~1.0",
2014-06-26 22:00:27 +02:00
"jdorn/sql-formatter": "~1.1",
"php": ">=5.3.2",
2016-06-02 15:22:48 +02:00
"symfony/console": "~2.3|~3.0",
"symfony/doctrine-bridge": "~2.2|~3.0",
"symfony/framework-bundle": "~2.3|~3.0"
2014-06-26 22:00:27 +02:00
},
"require-dev": {
2015-03-29 19:39:46 +02:00
"doctrine/orm": "~2.3",
"phpunit/phpunit": "~4",
"satooshi/php-coveralls": "~0.6.1",
2016-06-02 15:22:48 +02:00
"symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/property-info": "~2.8|~3.0",
"symfony/validator": "~2.2|~3.0",
"symfony/yaml": "~2.2|~3.0",
2015-03-29 19:39:46 +02:00
"twig/twig": "~1.10"
2014-06-26 22:00:27 +02:00
},
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
2016-06-02 15:22:48 +02:00
"symfony/web-profiler-bundle": "To use the data collector."
2014-06-26 22:00:27 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "1.6.x-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
2015-03-29 19:39:46 +02:00
"psr-4": {
"Doctrine\\Bundle\\DoctrineBundle\\": ""
2014-06-26 22:00:27 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
2015-03-29 19:39:46 +02:00
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Symfony DoctrineBundle",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"orm",
"persistence"
],
2016-06-02 15:22:48 +02:00
"time": "2016-04-21 19:55:56"
2015-03-29 19:39:46 +02:00
},
{
"name": "doctrine/doctrine-cache-bundle",
2016-06-02 15:22:48 +02:00
"version": "1.3.0",
2015-03-29 19:39:46 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineCacheBundle.git",
2016-06-02 15:22:48 +02:00
"reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
2015-03-29 19:39:46 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
"reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
2015-03-29 19:39:46 +02:00
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"doctrine/cache": "^1.4.2",
2015-03-29 19:39:46 +02:00
"doctrine/inflector": "~1.0",
"php": ">=5.3.2",
2016-06-02 15:22:48 +02:00
"symfony/doctrine-bridge": "~2.2|~3.0"
2015-03-29 19:39:46 +02:00
},
"require-dev": {
"instaclick/coding-standard": "~1.1",
"instaclick/object-calisthenics-sniffs": "dev-master",
"instaclick/symfony2-coding-standard": "dev-remaster",
2016-06-02 15:22:48 +02:00
"phpunit/phpunit": "~4",
"predis/predis": "~0.8",
2015-03-29 19:39:46 +02:00
"satooshi/php-coveralls": "~0.6.1",
2016-06-02 15:22:48 +02:00
"squizlabs/php_codesniffer": "~1.5",
"symfony/console": "~2.2|~3.0",
"symfony/finder": "~2.2|~3.0",
"symfony/framework-bundle": "~2.2|~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/security-acl": "~2.3|~3.0",
"symfony/validator": "~2.2|~3.0",
"symfony/yaml": "~2.2|~3.0"
},
"suggest": {
"symfony/security-acl": "For using this bundle to cache ACLs"
2015-03-29 19:39:46 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "1.2.x-dev"
2015-03-29 19:39:46 +02:00
}
},
"autoload": {
2016-06-02 15:22:48 +02:00
"psr-4": {
"Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
2015-03-29 19:39:46 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Fabio B. Silva",
"email": "fabio.bat.silva@gmail.com"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com"
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
2016-06-02 15:22:48 +02:00
"description": "Symfony Bundle for Doctrine Cache",
2015-03-29 19:39:46 +02:00
"homepage": "http://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],
2016-06-02 15:22:48 +02:00
"time": "2016-01-26 17:28:51"
2014-06-26 22:00:27 +02:00
},
2014-07-10 12:43:34 +02:00
{
"name": "doctrine/doctrine-migrations-bundle",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
2016-06-02 15:22:48 +02:00
"reference": "2a595d696897dc569d7554d3c9756ba164a279e6"
2014-07-10 12:43:34 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/2a595d696897dc569d7554d3c9756ba164a279e6",
"reference": "2a595d696897dc569d7554d3c9756ba164a279e6",
2014-07-10 12:43:34 +02:00
"shasum": ""
},
"require": {
"doctrine/doctrine-bundle": "~1.0",
2016-06-02 15:22:48 +02:00
"doctrine/migrations": "^1.1",
"php": ">=5.4.0",
"symfony/framework-bundle": "~2.3|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
2014-07-10 12:43:34 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "1.1-dev"
2014-07-10 12:43:34 +02:00
}
},
"autoload": {
2016-06-02 15:22:48 +02:00
"psr-4": {
"Doctrine\\Bundle\\MigrationsBundle\\": ""
2014-07-10 12:43:34 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org"
2014-08-31 13:46:23 +02:00
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2014-07-10 12:43:34 +02:00
}
],
"description": "Symfony DoctrineMigrationsBundle",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"dbal",
"migrations",
"schema"
],
2016-06-02 15:22:48 +02:00
"time": "2016-05-08 20:31:53"
2014-07-10 12:43:34 +02:00
},
2014-06-26 22:00:27 +02:00
{
"name": "doctrine/inflector",
2016-06-02 15:22:48 +02:00
"version": "v1.1.0",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2016-06-02 15:22:48 +02:00
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
2015-03-29 19:39:46 +02:00
"require-dev": {
"phpunit/phpunit": "4.*"
},
2014-06-26 22:00:27 +02:00
"type": "library",
2015-03-29 19:39:46 +02:00
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "1.1.x-dev"
2015-03-29 19:39:46 +02:00
}
},
2014-06-26 22:00:27 +02:00
"autoload": {
"psr-0": {
"Doctrine\\Common\\Inflector\\": "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"
},
2015-03-29 19:39:46 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
2014-06-26 22:00:27 +02:00
{
"name": "Johannes Schmitt",
2015-03-29 19:39:46 +02:00
"email": "schmittjoh@gmail.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
2015-03-29 19:39:46 +02:00
"pluralize",
"singularize",
2014-06-26 22:00:27 +02:00
"string"
],
2016-06-02 15:22:48 +02:00
"time": "2015-11-06 14:35:42"
},
{
"name": "doctrine/instantiator",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
"shasum": ""
},
"require": {
"php": ">=5.3,<8.0-DEV"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
"time": "2015-06-14 21:17:01"
2014-06-26 22:00:27 +02:00
},
{
"name": "doctrine/lexer",
2015-03-29 19:39:46 +02:00
"version": "v1.0.1",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2015-03-29 19:39:46 +02:00
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2015-03-29 19:39:46 +02:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
2015-03-29 19:39:46 +02:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2014-06-26 22:00:27 +02:00
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2015-03-29 19:39:46 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2014-06-26 22:00:27 +02:00
{
"name": "Johannes Schmitt",
2015-03-29 19:39:46 +02:00
"email": "schmittjoh@gmail.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"lexer",
"parser"
],
2015-03-29 19:39:46 +02:00
"time": "2014-09-09 13:34:57"
2014-06-26 22:00:27 +02:00
},
2014-07-10 12:43:34 +02:00
{
"name": "doctrine/migrations",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
2016-06-02 15:22:48 +02:00
"reference": "e599b075890bc55aa22197f3f7a7be28ee720b0e"
2014-07-10 12:43:34 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/migrations/zipball/e599b075890bc55aa22197f3f7a7be28ee720b0e",
"reference": "e599b075890bc55aa22197f3f7a7be28ee720b0e",
2014-07-10 12:43:34 +02:00
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"doctrine/dbal": "~2.2",
"ocramius/proxy-manager": "^1.0|^2.0",
"php": "^5.5|^7.0",
"symfony/console": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0"
2014-07-10 12:43:34 +02:00
},
"require-dev": {
2016-06-02 15:22:48 +02:00
"doctrine/coding-standard": "dev-master",
"doctrine/orm": "2.*",
"jdorn/sql-formatter": "~1.1",
"johnkary/phpunit-speedtrap": "~1.0@dev",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "~4.7",
"satooshi/php-coveralls": "0.6.*"
2014-07-10 12:43:34 +02:00
},
"suggest": {
2016-06-02 15:22:48 +02:00
"jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
2014-07-10 12:43:34 +02:00
},
2016-06-02 15:22:48 +02:00
"bin": [
"bin/doctrine-migrations"
],
2014-07-10 12:43:34 +02:00
"type": "library",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "v1.5.x-dev"
2014-07-10 12:43:34 +02:00
}
},
"autoload": {
2016-06-02 15:22:48 +02:00
"psr-4": {
"Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
2014-07-10 12:43:34 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-03-29 19:39:46 +02:00
"LGPL-2.1"
2014-07-10 12:43:34 +02:00
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
2014-08-31 13:46:23 +02:00
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2016-06-02 15:22:48 +02:00
},
{
"name": "Michael Simonson",
"email": "contact@mikesimonson.com"
2014-07-10 12:43:34 +02:00
}
],
"description": "Database Schema migrations using Doctrine DBAL",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"migrations"
],
2016-06-02 15:22:48 +02:00
"time": "2016-05-26 11:51:28"
2014-07-10 12:43:34 +02:00
},
2014-06-26 22:00:27 +02:00
{
"name": "doctrine/orm",
2016-06-02 15:22:48 +02:00
"version": "v2.5.4",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/doctrine2.git",
2016-06-02 15:22:48 +02:00
"reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
"reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"doctrine/cache": "~1.4",
"doctrine/collections": "~1.2",
"doctrine/common": ">=2.5-dev,<2.7-dev",
"doctrine/dbal": ">=2.5-dev,<2.6-dev",
"doctrine/instantiator": "~1.0.1",
2014-06-26 22:00:27 +02:00
"ext-pdo": "*",
2016-06-02 15:22:48 +02:00
"php": ">=5.4",
"symfony/console": "~2.5|~3.0"
2014-06-26 22:00:27 +02:00
},
"require-dev": {
2016-06-02 15:22:48 +02:00
"phpunit/phpunit": "~4.0",
"symfony/yaml": "~2.3|~3.0"
2014-06-26 22:00:27 +02:00
},
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"bin": [
"bin/doctrine",
"bin/doctrine.php"
],
"type": "library",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "2.6.x-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
"psr-0": {
"Doctrine\\ORM\\": "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"
2014-06-26 22:00:27 +02:00
}
],
"description": "Object-Relational-Mapper for PHP",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"orm"
],
2016-06-02 15:22:48 +02:00
"time": "2016-01-05 21:34:58"
2014-08-31 13:46:23 +02:00
},
{
"name": "enko/ics",
2016-06-02 15:22:48 +02:00
"version": "0.2.3",
2014-08-31 13:46:23 +02:00
"source": {
"type": "git",
"url": "https://github.com/enko/ICS.git",
2016-06-02 15:22:48 +02:00
"reference": "6a8ec3afab38a7954138e00330031e2238951512"
2014-08-31 13:46:23 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/enko/ICS/zipball/6a8ec3afab38a7954138e00330031e2238951512",
"reference": "6a8ec3afab38a7954138e00330031e2238951512",
2014-08-31 13:46:23 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.6.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Jsvrcek\\ICS\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Svrcek",
"homepage": "https://github.com/jasvrcek"
},
{
"name": "Tim Schumacher",
"homepage": "https://github.com/enko"
}
],
"description": "abstraction layer for creating multi-byte safe RFC 5545 compliant .ics files",
"homepage": "https://github.com/enko/ICS",
"keywords": [
".ics",
"RFC 5545",
"calendar",
"export",
"ical",
"multi-byte safe"
],
2016-06-02 15:22:48 +02:00
"time": "2016-01-12 15:47:20"
2014-06-26 22:00:27 +02:00
},
{
"name": "enko/relativedateparser",
2016-06-02 15:22:48 +02:00
"version": "v0.5",
"source": {
"type": "git",
"url": "https://github.com/HackspaceJena/RelativeDateParser.git",
2016-06-02 15:22:48 +02:00
"reference": "f31f5691fab8ba3e28ead4e9218fb2b44b0d868c"
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/HackspaceJena/RelativeDateParser/zipball/f31f5691fab8ba3e28ead4e9218fb2b44b0d868c",
"reference": "f31f5691fab8ba3e28ead4e9218fb2b44b0d868c",
"shasum": ""
},
"require": {
"symfony/config": "~2.5",
"symfony/translation": "~2.5"
},
"require-dev": {
"phpunit/phpunit": "4.2.*"
},
"type": "library",
"autoload": {
"psr-0": {
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tim Schumacher",
"email": "tim@bandenkrieg.hacked.jp"
}
],
2016-06-02 15:22:48 +02:00
"time": "2016-06-02 12:52:40"
},
2014-06-26 22:00:27 +02:00
{
"name": "incenteev/composer-parameter-handler",
2016-06-02 15:22:48 +02:00
"version": "v2.1.2",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/Incenteev/ParameterHandler.git",
2016-06-02 15:22:48 +02:00
"reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
"reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2016-06-02 15:22:48 +02:00
"symfony/yaml": "~2.3|~3.0"
2014-06-26 22:00:27 +02:00
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpspec/prophecy-phpunit": "~1.0",
"symfony/filesystem": "~2.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
2016-06-02 15:22:48 +02:00
"psr-4": {
"Incenteev\\ParameterHandler\\": ""
2014-06-26 22:00:27 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christophe Coevoet",
"email": "stof@notk.org"
}
],
"description": "Composer script handling your ignored parameter file",
"homepage": "https://github.com/Incenteev/ParameterHandler",
"keywords": [
"parameters management"
],
2016-06-02 15:22:48 +02:00
"time": "2015-11-10 17:04:01"
2014-06-26 22:00:27 +02:00
},
2014-07-10 12:43:34 +02:00
{
"name": "jbroadway/urlify",
2016-06-02 15:22:48 +02:00
"version": "1.0.7-stable",
2014-07-10 12:43:34 +02:00
"source": {
"type": "git",
"url": "https://github.com/jbroadway/urlify.git",
2016-06-02 15:22:48 +02:00
"reference": "3a89d2ef543405a5826190d234146ac3b2a12611"
2014-07-10 12:43:34 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/jbroadway/urlify/zipball/3a89d2ef543405a5826190d234146ac3b2a12611",
"reference": "3a89d2ef543405a5826190d234146ac3b2a12611",
2014-07-10 12:43:34 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"URLify": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-03-29 19:39:46 +02:00
"BSD"
2014-07-10 12:43:34 +02:00
],
"authors": [
{
"name": "Johnny Broadway",
"email": "johnny@johnnybroadway.com",
2015-03-29 19:39:46 +02:00
"homepage": "http://www.johnnybroadway.com/"
2014-07-10 12:43:34 +02:00
}
],
"description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.",
"homepage": "https://github.com/jbroadway/urlify",
"keywords": [
"encode",
"iconv",
"link",
"slug",
"translit",
"transliterate",
"transliteration",
"url",
"urlify"
],
2016-06-02 15:22:48 +02:00
"time": "2015-12-07 18:29:02"
2014-07-10 12:43:34 +02:00
},
2014-06-26 22:00:27 +02:00
{
"name": "jdorn/sql-formatter",
"version": "v1.2.17",
"source": {
"type": "git",
"url": "https://github.com/jdorn/sql-formatter.git",
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"classmap": [
"lib"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
"homepage": "http://jeremydorn.com/"
}
],
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/jdorn/sql-formatter/",
"keywords": [
"highlight",
"sql"
],
"time": "2014-01-12 16:20:24"
},
{
"name": "jquery/jquery",
"version": "1.10.2",
"dist": {
"type": "file",
2016-06-02 15:22:48 +02:00
"url": "https://code.jquery.com/jquery-1.10.2.js",
2014-06-26 22:00:27 +02:00
"reference": null,
"shasum": null
},
"type": "library"
},
{
"name": "knplabs/knp-markdown-bundle",
2016-06-02 15:22:48 +02:00
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpMarkdownBundle.git",
2016-06-02 15:22:48 +02:00
"reference": "3581dabfc5e6627261abb0b6513b73b8e95f2c92"
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/KnpLabs/KnpMarkdownBundle/zipball/3581dabfc5e6627261abb0b6513b73b8e95f2c92",
"reference": "3581dabfc5e6627261abb0b6513b73b8e95f2c92",
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"michelf/php-markdown": "~1.4",
"php": ">=5.3.9",
2016-06-02 15:22:48 +02:00
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/framework-bundle": "~2.3|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
},
"suggest": {
"ext-sundown": "to use optional support for php-sundown extension instead of php implementation",
"symfony/twig-bundle": "to use the Twig markdown filter"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "1.4.x-dev"
}
},
"autoload": {
2016-06-02 15:22:48 +02:00
"psr-4": {
"Knp\\Bundle\\MarkdownBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "http://github.com/KnpLabs/KnpMarkdownBundle/contributors"
}
],
"description": "Knplabs markdown bundle transforms markdown into html",
"homepage": "http://github.com/KnpLabs/KnpMarkdownBundle",
"keywords": [
"bundle",
"knp",
"knplabs",
"markdown"
],
2016-06-02 15:22:48 +02:00
"time": "2016-05-04 16:08:55"
},
2014-06-26 22:00:27 +02:00
{
"name": "kriswallsmith/assetic",
2016-06-02 15:22:48 +02:00
"version": "v1.3.2",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/kriswallsmith/assetic.git",
2016-06-02 15:22:48 +02:00
"reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
"reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.1",
2016-06-02 15:22:48 +02:00
"symfony/process": "~2.1|~3.0"
},
"conflict": {
"twig/twig": "<1.23"
2014-06-26 22:00:27 +02:00
},
"require-dev": {
2016-06-02 15:22:48 +02:00
"cssmin/cssmin": "3.0.1",
"joliclic/javascript-packer": "1.1",
"kamicane/packager": "1.0",
"leafo/lessphp": "^0.3.7",
"leafo/scssphp": "~0.1",
"mrclay/minify": "~2.2",
"patchwork/jsqueeze": "~1.0|~2.0",
"phpunit/phpunit": "~4.8",
2014-11-15 16:30:38 +01:00
"psr/log": "~1.0",
2016-06-02 15:22:48 +02:00
"ptachoire/cssembed": "~1.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"twig/twig": "~1.8|~2.0"
2014-06-26 22:00:27 +02: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",
2014-11-15 16:30:38 +01:00
"patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
2014-06-26 22:00:27 +02:00
"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": {
2016-06-02 15:22:48 +02:00
"dev-master": "1.4-dev"
2014-06-26 22:00:27 +02: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"
],
2016-06-02 15:22:48 +02:00
"time": "2015-11-12 13:51:40"
2014-06-26 22:00:27 +02:00
},
{
"name": "michelf/php-markdown",
2016-06-02 15:22:48 +02:00
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/michelf/php-markdown.git",
2016-06-02 15:22:48 +02:00
"reference": "156e56ee036505ec637d761ee62dc425d807183c"
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
"reference": "156e56ee036505ec637d761ee62dc425d807183c",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-lib": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Michelf": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Michel Fortin",
"email": "michel.fortin@michelf.ca",
2016-06-02 15:22:48 +02:00
"homepage": "https://michelf.ca/",
"role": "Developer"
},
{
"name": "John Gruber",
2016-06-02 15:22:48 +02:00
"homepage": "https://daringfireball.net/"
}
],
"description": "PHP Markdown",
2016-06-02 15:22:48 +02:00
"homepage": "https://michelf.ca/projects/php-markdown/",
"keywords": [
"markdown"
],
2016-06-02 15:22:48 +02:00
"time": "2015-12-24 01:37:31"
},
2014-06-26 22:00:27 +02:00
{
"name": "monolog/monolog",
2016-06-02 15:22:48 +02:00
"version": "1.19.0",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2016-06-02 15:22:48 +02:00
"reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
"reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
2014-06-26 22:00:27 +02:00
"require-dev": {
2016-06-02 15:22:48 +02:00
"aws/aws-sdk-php": "^2.4.9",
2014-06-26 22:00:27 +02:00
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
2016-06-02 15:22:48 +02:00
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"raven/raven": "^0.13",
"ruflin/elastica": ">=0.90 <3.0",
"swiftmailer/swiftmailer": "~5.3"
2014-06-26 22:00:27 +02:00
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2016-06-02 15:22:48 +02:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
2014-06-26 22:00:27 +02:00
"raven/raven": "Allow sending log messages to a Sentry server",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
2016-06-02 15:22:48 +02:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2014-06-26 22:00:27 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "2.0.x-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2014-06-26 22:00:27 +02:00
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
2016-06-02 15:22:48 +02:00
"time": "2016-04-12 18:29:35"
},
{
"name": "ocramius/package-versions",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "7e9aa662b8405d6ee09844f66d7f32596902b538"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/7e9aa662b8405d6ee09844f66d7f32596902b538",
"reference": "7e9aa662b8405d6ee09844f66d7f32596902b538",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": "~7.0"
},
"require-dev": {
"composer/composer": "^1.0.0-ALPHA11@ALPHA",
"phpunit/phpunit": "^5.2.8"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"time": "2016-04-23 17:52:40"
},
{
"name": "ocramius/proxy-manager",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "001e730968f17cb36816ad68914994341d16e029"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/001e730968f17cb36816ad68914994341d16e029",
"reference": "001e730968f17cb36816ad68914994341d16e029",
"shasum": ""
},
"require": {
"ocramius/package-versions": "^1.0",
"php": "7.0.0 - 7.0.5 || ^7.0.7",
"zendframework/zend-code": "~3.0"
},
"require-dev": {
"couscous/couscous": "^1.4.0",
"ext-phar": "*",
"phpunit/phpunit": "^5.1.3",
"squizlabs/php_codesniffer": "^2.5.1"
},
"suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-0": {
"ProxyManager\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.io/"
}
],
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
"homepage": "https://github.com/Ocramius/ProxyManager",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
"time": "2016-05-27 01:59:56"
2014-06-26 22:00:27 +02:00
},
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Psr\\Log\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2012-12-21 11:40:51"
},
{
"name": "sabre/uri",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/fruux/sabre-uri.git",
"reference": "9012116434d84ef6e5e37a89dfdbfbe2204a8704"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fruux/sabre-uri/zipball/9012116434d84ef6e5e37a89dfdbfbe2204a8704",
"reference": "9012116434d84ef6e5e37a89dfdbfbe2204a8704",
"shasum": ""
},
"require": {
"php": ">=5.4.7"
},
2016-06-02 15:22:48 +02:00
"require-dev": {
"phpunit/phpunit": "*",
"sabre/cs": "~0.0.1"
},
"type": "library",
"autoload": {
"files": [
"lib/functions.php"
],
"psr-4": {
"Sabre\\Uri\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Evert Pot",
"email": "me@evertpot.com",
"homepage": "http://evertpot.com/",
"role": "Developer"
}
],
"description": "Functions for making sense out of URIs.",
"homepage": "http://sabre.io/uri/",
"keywords": [
"rfc3986",
"uri",
"url"
],
"time": "2016-03-08 02:29:27"
},
{
"name": "sabre/vobject",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/fruux/sabre-vobject.git",
"reference": "8899c0e856b3178b17f4e9a4e85010209f32a2fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/8899c0e856b3178b17f4e9a4e85010209f32a2fa",
"reference": "8899c0e856b3178b17f4e9a4e85010209f32a2fa",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.5",
"sabre/xml": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "*",
"sabre/cs": "~0.0.3"
},
"suggest": {
"hoa/bench": "If you would like to run the benchmark scripts"
},
"bin": [
"bin/vobject",
"bin/generate_vcards"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Sabre\\VObject\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Evert Pot",
2015-03-29 19:39:46 +02:00
"email": "me@evertpot.com",
"homepage": "http://evertpot.com/",
"role": "Developer"
},
{
"name": "Dominik Tobschall",
"email": "dominik@fruux.com",
"homepage": "http://tobschall.de/",
"role": "Developer"
},
{
"name": "Ivan Enderlin",
"email": "ivan.enderlin@hoa-project.net",
"homepage": "http://mnt.io/",
"role": "Developer"
}
],
"description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
"homepage": "http://sabre.io/vobject/",
"keywords": [
"availability",
"freebusy",
"iCalendar",
"ics",
"jCal",
"jCard",
"recurrence",
"rfc2425",
"rfc2426",
"rfc2739",
"rfc4770",
"rfc5545",
"rfc5546",
"rfc6321",
"rfc6350",
"rfc6351",
"rfc6474",
"rfc6638",
"rfc6715",
"rfc6868",
"vCard",
"vcf",
"xCal",
"xCard"
],
"time": "2016-04-07 00:48:27"
},
{
"name": "sabre/xml",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/fruux/sabre-xml.git",
"reference": "f48d98c22a4a4bef76cabb5968ffaddbb2bb593e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fruux/sabre-xml/zipball/f48d98c22a4a4bef76cabb5968ffaddbb2bb593e",
"reference": "f48d98c22a4a4bef76cabb5968ffaddbb2bb593e",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"lib-libxml": ">=2.6.20",
"php": ">=5.4.1",
"sabre/uri": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"sabre/cs": "~0.0.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Sabre\\Xml\\": "lib/"
},
"files": [
"lib/Deserializer/functions.php",
"lib/Serializer/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Evert Pot",
"email": "me@evertpot.com",
"homepage": "http://evertpot.com/",
"role": "Developer"
},
{
"name": "Markus Staab",
"email": "markus.staab@redaxo.de",
"role": "Developer"
}
],
"description": "sabre/xml is an XML library that you may not hate.",
"homepage": "https://sabre.io/xml/",
"keywords": [
"XMLReader",
"XMLWriter",
"dom",
"xml"
],
"time": "2016-05-19 21:56:49"
},
2014-06-26 22:00:27 +02:00
{
"name": "sensio/distribution-bundle",
2016-06-02 15:22:48 +02:00
"version": "v3.0.36",
2014-06-26 22:00:27 +02:00
"target-dir": "Sensio/Bundle/DistributionBundle",
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2016-06-02 15:22:48 +02:00
"reference": "964a56e855acac38d4a81920b3a86543f7e8492f"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/964a56e855acac38d4a81920b3a86543f7e8492f",
"reference": "964a56e855acac38d4a81920b3a86543f7e8492f",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2016-06-02 15:22:48 +02:00
"sensiolabs/security-checker": "~3.0",
2014-06-26 22:00:27 +02:00
"symfony/class-loader": "~2.2",
2014-11-15 16:30:38 +01:00
"symfony/framework-bundle": "~2.3",
2015-03-29 19:39:46 +02:00
"symfony/process": "~2.2"
},
"require-dev": {
"symfony/form": "~2.2",
2014-06-26 22:00:27 +02:00
"symfony/validator": "~2.2",
"symfony/yaml": "~2.2"
},
2015-03-29 19:39:46 +02:00
"suggest": {
"symfony/form": "If you want to use the configurator",
"symfony/validator": "If you want to use the configurator",
"symfony/yaml": "If you want to use the configurator"
},
2014-06-26 22:00:27 +02:00
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Sensio\\Bundle\\DistributionBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
2014-08-31 13:46:23 +02:00
"email": "fabien@symfony.com"
2014-06-26 22:00:27 +02:00
}
],
2014-08-31 13:46:23 +02:00
"description": "Base bundle for Symfony Distributions",
2014-06-26 22:00:27 +02:00
"keywords": [
"configuration",
"distribution"
],
2016-06-02 15:22:48 +02:00
"time": "2016-04-25 20:46:43"
2014-06-26 22:00:27 +02:00
},
{
"name": "sensio/framework-extra-bundle",
2016-06-02 15:22:48 +02:00
"version": "v3.0.16",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2016-06-02 15:22:48 +02:00
"reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
"reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"doctrine/common": "~2.2",
2016-06-02 15:22:48 +02:00
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/framework-bundle": "~2.3|~3.0"
2014-06-26 22:00:27 +02:00
},
"require-dev": {
2016-06-02 15:22:48 +02:00
"symfony/browser-kit": "~2.3|~3.0",
"symfony/dom-crawler": "~2.3|~3.0",
"symfony/expression-language": "~2.4|~3.0",
"symfony/finder": "~2.3|~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/security-bundle": "~2.4|~3.0",
"symfony/twig-bundle": "~2.3|~3.0",
"twig/twig": "~1.11|~2.0"
2014-06-26 22:00:27 +02:00
},
"suggest": {
"symfony/expression-language": "",
2016-06-02 15:22:48 +02:00
"symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2014-06-26 22:00:27 +02:00
"symfony/security-bundle": ""
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
2016-06-02 15:22:48 +02:00
"psr-4": {
"Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2014-06-26 22:00:27 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "This bundle provides a way to configure your controllers with annotations",
"keywords": [
"annotations",
"controllers"
],
2016-06-02 15:22:48 +02:00
"time": "2016-03-25 17:08:27"
2014-06-26 22:00:27 +02:00
},
2014-08-31 13:46:23 +02:00
{
"name": "sensiolabs/security-checker",
2016-06-02 15:22:48 +02:00
"version": "v3.0.2",
2014-08-31 13:46:23 +02:00
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/security-checker.git",
2016-06-02 15:22:48 +02:00
"reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
2014-08-31 13:46:23 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
"reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
2014-08-31 13:46:23 +02:00
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"symfony/console": "~2.0|~3.0"
2014-08-31 13:46:23 +02:00
},
"bin": [
"security-checker"
],
"type": "library",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "3.0-dev"
2014-08-31 13:46:23 +02:00
}
},
"autoload": {
"psr-0": {
"SensioLabs\\Security": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien.potencier@gmail.com"
}
],
"description": "A security checker for your composer.lock",
2016-06-02 15:22:48 +02:00
"time": "2015-11-07 08:07:40"
2014-08-31 13:46:23 +02:00
},
2014-06-26 22:00:27 +02:00
{
"name": "swiftmailer/swiftmailer",
2016-06-02 15:22:48 +02:00
"version": "v5.4.2",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2016-06-02 15:22:48 +02:00
"reference": "d8db871a54619458a805229a057ea2af33c753e8"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
"reference": "d8db871a54619458a805229a057ea2af33c753e8",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2014-11-15 16:30:38 +01:00
"php": ">=5.3.3"
2014-06-26 22:00:27 +02:00
},
"require-dev": {
2016-06-02 15:22:48 +02:00
"mockery/mockery": "~0.9.1,<0.9.4"
2014-06-26 22:00:27 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-03-29 19:39:46 +02:00
"dev-master": "5.4-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Corbyn"
2014-06-26 22:00:27 +02:00
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "http://swiftmailer.org",
"keywords": [
2016-06-02 15:22:48 +02:00
"email",
2014-06-26 22:00:27 +02:00
"mail",
"mailer"
],
2016-06-02 15:22:48 +02:00
"time": "2016-05-01 08:45:47"
2014-06-26 22:00:27 +02:00
},
{
"name": "symfony/assetic-bundle",
2016-06-02 15:22:48 +02:00
"version": "v2.8.0",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
2016-06-02 15:22:48 +02:00
"url": "https://github.com/symfony/assetic-bundle.git",
"reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
"reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"kriswallsmith/assetic": "~1.3",
2014-06-26 22:00:27 +02:00
"php": ">=5.3.0",
2016-06-02 15:22:48 +02:00
"symfony/console": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0"
},
"conflict": {
"kriswallsmith/spork": "<=0.2",
"twig/twig": "<1.20"
2014-06-26 22:00:27 +02:00
},
"require-dev": {
2016-06-02 15:22:48 +02:00
"kriswallsmith/spork": "~0.3",
2014-11-15 16:30:38 +01:00
"patchwork/jsqueeze": "~1.0",
2016-06-02 15:22:48 +02:00
"symfony/class-loader": "~2.3|~3.0",
"symfony/css-selector": "~2.3|~3.0",
"symfony/dom-crawler": "~2.3|~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/twig-bundle": "~2.3|~3.0"
2014-06-26 22:00:27 +02:00
},
"suggest": {
2014-11-15 16:30:38 +01:00
"kriswallsmith/spork": "to be able to dump assets in parallel",
"symfony/twig-bundle": "to use the Twig integration"
2014-06-26 22:00:27 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "2.7-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
2014-11-15 16:30:38 +01:00
"psr-4": {
"Symfony\\Bundle\\AsseticBundle\\": ""
2014-06-26 22:00:27 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kris Wallsmith",
"email": "kris.wallsmith@gmail.com",
"homepage": "http://kriswallsmith.net/"
}
],
"description": "Integrates Assetic into Symfony2",
"homepage": "https://github.com/symfony/AsseticBundle",
"keywords": [
"assets",
"compression",
"minification"
],
2016-06-02 15:22:48 +02:00
"time": "2015-12-28 13:12:39"
2014-06-26 22:00:27 +02:00
},
{
"name": "symfony/monolog-bundle",
2016-06-02 15:22:48 +02:00
"version": "2.11.1",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
2016-06-02 15:22:48 +02:00
"url": "https://github.com/symfony/monolog-bundle.git",
"reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
"reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"monolog/monolog": "~1.18",
2014-06-26 22:00:27 +02:00
"php": ">=5.3.2",
2016-06-02 15:22:48 +02:00
"symfony/config": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/http-kernel": "~2.3|~3.0",
"symfony/monolog-bridge": "~2.3|~3.0"
2014-06-26 22:00:27 +02:00
},
"require-dev": {
2016-06-02 15:22:48 +02:00
"phpunit/phpunit": "^4.8",
"symfony/console": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0"
2014-06-26 22:00:27 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "2.x-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
2014-08-31 13:46:23 +02:00
"psr-4": {
"Symfony\\Bundle\\MonologBundle\\": ""
2014-06-26 22:00:27 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2014-08-31 13:46:23 +02:00
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Symfony MonologBundle",
"homepage": "http://symfony.com",
"keywords": [
"log",
"logging"
],
2016-06-02 15:22:48 +02:00
"time": "2016-04-13 16:21:01"
2014-06-26 22:00:27 +02:00
},
{
"name": "symfony/swiftmailer-bundle",
2016-06-02 15:22:48 +02:00
"version": "v2.3.11",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
2016-06-02 15:22:48 +02:00
"url": "https://github.com/symfony/swiftmailer-bundle.git",
"reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
"reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2016-06-02 15:22:48 +02:00
"symfony/config": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/http-kernel": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0"
2014-06-26 22:00:27 +02:00
},
"require-dev": {
2016-06-02 15:22:48 +02:00
"symfony/phpunit-bridge": "~2.7|~3.0"
2014-06-26 22:00:27 +02:00
},
2015-03-29 19:39:46 +02:00
"suggest": {
"psr/log": "Allows logging"
},
2014-06-26 22:00:27 +02:00
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
2015-03-29 19:39:46 +02:00
"psr-4": {
"Symfony\\Bundle\\SwiftmailerBundle\\": ""
2014-06-26 22:00:27 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2015-03-29 19:39:46 +02:00
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Symfony SwiftmailerBundle",
"homepage": "http://symfony.com",
2016-06-02 15:22:48 +02:00
"time": "2016-01-15 16:41:20"
2014-06-26 22:00:27 +02:00
},
{
"name": "symfony/symfony",
2016-06-02 15:22:48 +02:00
"version": "v2.5.12",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/symfony.git",
2016-06-02 15:22:48 +02:00
"reference": "5c83d12f2fbe93622e6ae2aad72f4033adbebe36"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/symfony/symfony/zipball/5c83d12f2fbe93622e6ae2aad72f4033adbebe36",
"reference": "5c83d12f2fbe93622e6ae2aad72f4033adbebe36",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2015-03-29 19:39:46 +02:00
"doctrine/common": "~2.3",
2014-06-26 22:00:27 +02:00
"php": ">=5.3.3",
"psr/log": "~1.0",
2015-03-29 19:39:46 +02:00
"twig/twig": "~1.12,>=1.12.3"
2014-06-26 22:00:27 +02:00
},
"replace": {
"symfony/browser-kit": "self.version",
"symfony/class-loader": "self.version",
"symfony/config": "self.version",
"symfony/console": "self.version",
"symfony/css-selector": "self.version",
"symfony/debug": "self.version",
"symfony/dependency-injection": "self.version",
"symfony/doctrine-bridge": "self.version",
"symfony/dom-crawler": "self.version",
"symfony/event-dispatcher": "self.version",
"symfony/expression-language": "self.version",
"symfony/filesystem": "self.version",
"symfony/finder": "self.version",
"symfony/form": "self.version",
"symfony/framework-bundle": "self.version",
"symfony/http-foundation": "self.version",
"symfony/http-kernel": "self.version",
"symfony/intl": "self.version",
"symfony/locale": "self.version",
"symfony/monolog-bridge": "self.version",
"symfony/options-resolver": "self.version",
"symfony/process": "self.version",
"symfony/propel1-bridge": "self.version",
"symfony/property-access": "self.version",
"symfony/proxy-manager-bridge": "self.version",
"symfony/routing": "self.version",
"symfony/security": "self.version",
"symfony/security-acl": "self.version",
"symfony/security-bundle": "self.version",
"symfony/security-core": "self.version",
"symfony/security-csrf": "self.version",
"symfony/security-http": "self.version",
"symfony/serializer": "self.version",
"symfony/stopwatch": "self.version",
"symfony/swiftmailer-bridge": "self.version",
"symfony/templating": "self.version",
"symfony/translation": "self.version",
"symfony/twig-bridge": "self.version",
"symfony/twig-bundle": "self.version",
"symfony/validator": "self.version",
"symfony/web-profiler-bundle": "self.version",
"symfony/yaml": "self.version"
},
"require-dev": {
"doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": "~2.2",
"doctrine/orm": "~2.2,>=2.2.3",
"egulias/email-validator": "~1.2",
2015-03-29 19:39:46 +02:00
"ircmaxell/password-compat": "~1.0",
2014-06-26 22:00:27 +02:00
"monolog/monolog": "~1.3",
2015-03-29 19:39:46 +02:00
"ocramius/proxy-manager": "~0.4|~1.0",
"propel/propel1": "~1.6"
2014-06-26 22:00:27 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\": "src/"
},
"classmap": [
"src/Symfony/Component/HttpFoundation/Resources/stubs",
"src/Symfony/Component/Intl/Resources/stubs"
],
"files": [
"src/Symfony/Component/Intl/Resources/stubs/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2014-08-31 13:46:23 +02:00
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "The Symfony PHP framework",
"homepage": "http://symfony.com",
"keywords": [
"framework"
],
2016-06-02 15:22:48 +02:00
"time": "2015-05-26 23:43:20"
2014-06-26 22:00:27 +02:00
},
{
"name": "twig/extensions",
2016-06-02 15:22:48 +02:00
"version": "v1.3.0",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
2014-11-15 16:30:38 +01:00
"url": "https://github.com/twigphp/Twig-extensions.git",
2016-06-02 15:22:48 +02:00
"reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
"reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"twig/twig": "~1.20|~2.0"
2014-06-26 22:00:27 +02:00
},
2014-11-15 16:30:38 +01:00
"require-dev": {
"symfony/translation": "~2.3"
},
"suggest": {
"symfony/translation": "Allow the time_diff output to be translated"
},
2014-06-26 22:00:27 +02:00
"type": "library",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "1.3-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
"psr-0": {
"Twig_Extensions_": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
2014-11-15 16:30:38 +01:00
"email": "fabien@symfony.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "Common additional features for Twig that do not directly belong in core",
2014-11-15 16:30:38 +01:00
"homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2014-06-26 22:00:27 +02:00
"keywords": [
"i18n",
"text"
],
2016-06-02 15:22:48 +02:00
"time": "2015-08-22 16:38:35"
2014-06-26 22:00:27 +02:00
},
{
"name": "twig/twig",
2016-06-02 15:22:48 +02:00
"version": "v1.24.1",
2014-06-26 22:00:27 +02:00
"source": {
"type": "git",
2014-11-15 16:30:38 +01:00
"url": "https://github.com/twigphp/Twig.git",
2016-06-02 15:22:48 +02:00
"reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2016-06-02 15:22:48 +02:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
"reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2016-06-02 15:22:48 +02:00
"php": ">=5.2.7"
},
"require-dev": {
"symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~2.7"
2014-06-26 22:00:27 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-02 15:22:48 +02:00
"dev-master": "1.24-dev"
2014-06-26 22:00:27 +02:00
}
},
"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",
2015-03-29 19:39:46 +02:00
"homepage": "http://twig.sensiolabs.org/contributors",
2014-06-26 22:00:27 +02:00
"role": "Contributors"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
],
2016-06-02 15:22:48 +02:00
"time": "2016-05-30 09:11:59"
},
{
"name": "zendframework/zend-code",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-code.git",
"reference": "57cfbcf794a79985278d6308325bc86060af588c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/57cfbcf794a79985278d6308325bc86060af588c",
"reference": "57cfbcf794a79985278d6308325bc86060af588c",
"shasum": ""
},
"require": {
"php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
"zendframework/zend-eventmanager": "^2.6 || ^3.0"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"ext-phar": "*",
"phpunit/phpunit": "^4.8.21",
"squizlabs/php_codesniffer": "^2.5",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
"zendframework/zend-stdlib": "Zend\\Stdlib component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev",
"dev-develop": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Zend\\Code\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides facilities to generate arbitrary code using an object oriented interface",
"homepage": "https://github.com/zendframework/zend-code",
"keywords": [
"code",
"zf2"
],
"time": "2016-04-20 17:34:49"
},
{
"name": "zendframework/zend-eventmanager",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-eventmanager.git",
"reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
"reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0"
},
"require-dev": {
"athletic/athletic": "^0.1",
"container-interop/container-interop": "^1.1.0",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "^2.0",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0"
},
"suggest": {
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev",
"dev-develop": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Zend\\EventManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Trigger and listen to events within a PHP application",
"homepage": "https://github.com/zendframework/zend-eventmanager",
"keywords": [
"event",
"eventmanager",
"events",
"zf2"
],
"time": "2016-02-18 20:53:00"
2014-06-26 22:00:27 +02:00
}
],
"packages-dev": [
{
"name": "sensio/generator-bundle",
2015-03-29 19:39:46 +02:00
"version": "v2.5.3",
2014-06-26 22:00:27 +02:00
"target-dir": "Sensio/Bundle/GeneratorBundle",
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
2015-03-29 19:39:46 +02:00
"reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
2014-06-26 22:00:27 +02:00
},
"dist": {
"type": "zip",
2015-03-29 19:39:46 +02:00
"url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
"reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
2014-06-26 22:00:27 +02:00
"shasum": ""
},
"require": {
2015-03-29 19:39:46 +02:00
"symfony/console": "~2.5",
2014-06-26 22:00:27 +02:00
"symfony/framework-bundle": "~2.2"
},
"require-dev": {
"doctrine/orm": "~2.2,>=2.2.3",
"symfony/doctrine-bridge": "~2.2",
"twig/twig": "~1.11"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2015-03-29 19:39:46 +02:00
"dev-master": "2.5.x-dev"
2014-06-26 22:00:27 +02:00
}
},
"autoload": {
"psr-0": {
"Sensio\\Bundle\\GeneratorBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2014-06-26 22:00:27 +02:00
}
],
"description": "This bundle generates code for you",
2015-03-29 19:39:46 +02:00
"time": "2015-03-17 06:36:52"
2014-06-26 22:00:27 +02:00
}
],
2014-08-31 13:46:23 +02:00
"aliases": [],
2014-06-26 22:00:27 +02:00
"minimum-stability": "stable",
"stability-flags": {
2014-07-10 12:43:34 +02:00
"doctrine/migrations": 20,
"doctrine/doctrine-migrations-bundle": 20
},
2014-08-31 13:46:23 +02:00
"prefer-stable": false,
2015-03-29 19:39:46 +02:00
"prefer-lowest": false,
2014-06-26 22:00:27 +02:00
"platform": {
"php": ">=5.3.3"
},
2014-08-31 13:46:23 +02:00
"platform-dev": []
2014-06-26 22:00:27 +02:00
}