You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2206 lines
76 KiB
2206 lines
76 KiB
{
|
|
"hash": "a25ed0df7070c9362315f4f00dcb9d79",
|
|
"packages": [
|
|
{
|
|
"name": "dflydev/doctrine-orm-service-provider",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider.git",
|
|
"reference": "v1.0.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dflydev/dflydev-doctrine-orm-service-provider/zipball/v1.0.0",
|
|
"reference": "v1.0.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/orm": ">=2.3,<3.0",
|
|
"php": ">=5.3.3",
|
|
"pimple/pimple": "1.*@dev"
|
|
},
|
|
"require-dev": {
|
|
"cilex/cilex": "1.*@dev",
|
|
"silex/silex": "1.*@dev"
|
|
},
|
|
"suggest": {
|
|
"dflydev/psr0-resource-locator-service-provider": "1.0.*@dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Dflydev\\Cilex\\Provider\\DoctrineOrm": "src",
|
|
"Dflydev\\Pimple\\Provider\\DoctrineOrm": "src",
|
|
"Dflydev\\Silex\\Provider\\DoctrineOrm": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dragonfly Development Inc.",
|
|
"email": "info@dflydev.com",
|
|
"homepage": "http://dflydev.com"
|
|
},
|
|
{
|
|
"name": "Beau Simensen",
|
|
"email": "beau@dflydev.com",
|
|
"homepage": "http://beausimensen.com"
|
|
}
|
|
],
|
|
"description": "Doctrine ORM Service Provider",
|
|
"keywords": [
|
|
"cilex",
|
|
"doctrine",
|
|
"orm",
|
|
"pimple",
|
|
"silex"
|
|
],
|
|
"time": "2012-12-30 23:41:22"
|
|
},
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "v1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "v1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/annotations/archive/v1.0.zip",
|
|
"reference": "v1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "1.*",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Annotations\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Docblock Annotations Parser",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"docblock",
|
|
"parser"
|
|
],
|
|
"time": "2013-01-12 19:23:32"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "v1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "v1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/cache/archive/v1.0.zip",
|
|
"reference": "v1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Cache\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Christoph Dorn",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching"
|
|
],
|
|
"time": "2013-01-10 22:43:46"
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "v1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "v1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/collections/archive/v1.0.zip",
|
|
"reference": "v1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Collections\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Collections Abstraction library",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"array",
|
|
"collections",
|
|
"iterator"
|
|
],
|
|
"time": "2013-01-12 16:36:50"
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common.git",
|
|
"reference": "e211821c719d33ad2cd1186fafb4dadb5f74d6ed"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/e211821c719d33ad2cd1186fafb4dadb5f74d6ed",
|
|
"reference": "e211821c719d33ad2cd1186fafb4dadb5f74d6ed",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "1.*",
|
|
"doctrine/cache": "1.*",
|
|
"doctrine/collections": "1.*",
|
|
"doctrine/inflector": "1.*",
|
|
"doctrine/lexer": "1.*",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Common Library for Doctrine projects",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"collections",
|
|
"eventmanager",
|
|
"persistence",
|
|
"spl"
|
|
],
|
|
"time": "2013-02-19 09:37:33"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "042cfa61d57bc4686f68a3021cd4a926f8348050"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/042cfa61d57bc4686f68a3021cd4a926f8348050",
|
|
"reference": "042cfa61d57bc4686f68a3021cd4a926f8348050",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": "2.4.x-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"symfony/console": "2.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
}
|
|
],
|
|
"description": "Database Abstraction Layer",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"dbal",
|
|
"persistence",
|
|
"queryobject"
|
|
],
|
|
"time": "2013-02-27 12:20:01"
|
|
},
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "v1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "v1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/inflector/archive/v1.0.zip",
|
|
"reference": "v1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Inflector\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Christoph Dorn",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"inflection",
|
|
"pluarlize",
|
|
"singuarlize",
|
|
"string"
|
|
],
|
|
"time": "2013-01-10 21:49:15"
|
|
},
|
|
{
|
|
"name": "doctrine/lexer",
|
|
"version": "v1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
"reference": "v1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/lexer/archive/v1.0.zip",
|
|
"reference": "v1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Lexer\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"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"
|
|
],
|
|
"time": "2013-01-12 18:59:04"
|
|
},
|
|
{
|
|
"name": "doctrine/migrations",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/migrations.git",
|
|
"reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/e1f6efcd94993b493de5c6a413cbc327ea9c0caa",
|
|
"reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/dbal": ">=2.0,<2.5.x-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "2.*",
|
|
"symfony/yaml": "2.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "to run the migration from the console"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL\\Migrations": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
}
|
|
],
|
|
"description": "Database Schema migrations using Doctrine DBAL",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"migrations"
|
|
],
|
|
"time": "2012-12-27 16:39:29"
|
|
},
|
|
{
|
|
"name": "doctrine/orm",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/doctrine2.git",
|
|
"reference": "b30d6dfd8e88b67f63f2e154c0828d8e9ab7b8a0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/b30d6dfd8e88b67f63f2e154c0828d8e9ab7b8a0",
|
|
"reference": "b30d6dfd8e88b67f63f2e154c0828d8e9ab7b8a0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/dbal": ">=2.4-dev,<2.5-dev",
|
|
"ext-pdo": "*",
|
|
"php": ">=5.3.2",
|
|
"symfony/console": "2.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
|
|
},
|
|
"bin": [
|
|
"bin/doctrine",
|
|
"bin/doctrine.php"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\ORM\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
}
|
|
],
|
|
"description": "Object-Relational-Mapper for PHP",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"orm"
|
|
],
|
|
"time": "2013-03-03 17:14:30"
|
|
},
|
|
{
|
|
"name": "emanueleminotto/faker-service-provider",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/EmanueleMinotto/FakerServiceProvider.git",
|
|
"reference": "dedf255efaaa94d00f8af44bf5faeae6d3c557e6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/EmanueleMinotto/FakerServiceProvider/zipball/dedf255efaaa94d00f8af44bf5faeae6d3c557e6",
|
|
"reference": "dedf255efaaa94d00f8af44bf5faeae6d3c557e6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"fzaninotto/faker": "1.1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"EmanueleMinotto": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Emanuele Minotto",
|
|
"email": "minottoemanuele@gmail.com",
|
|
"homepage": "http://emanueleminotto.wordpress.com/"
|
|
}
|
|
],
|
|
"description": "Faker Service Provider for Silex",
|
|
"time": "2013-02-06 15:50:34"
|
|
},
|
|
{
|
|
"name": "fzaninotto/faker",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fzaninotto/Faker.git",
|
|
"reference": "843e60b04f923402b8a9d78c7ae742e09b581b1b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/843e60b04f923402b8a9d78c7ae742e09b581b1b",
|
|
"reference": "843e60b04f923402b8a9d78c7ae742e09b581b1b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Faker": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "François Zaninotto"
|
|
}
|
|
],
|
|
"description": "Faker is a PHP library that generates fake data for you.",
|
|
"keywords": [
|
|
"data",
|
|
"faker",
|
|
"fixtures"
|
|
],
|
|
"time": "2013-03-04 14:55:49"
|
|
},
|
|
{
|
|
"name": "gedmo/doctrine-extensions",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/l3pp4rd/DoctrineExtensions.git",
|
|
"reference": "80eb92fb80b06425260cb5d3488d852caa38df1f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/80eb92fb80b06425260cb5d3488d852caa38df1f",
|
|
"reference": "80eb92fb80b06425260cb5d3488d852caa38df1f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.2,<2.5-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/dbal": ">=2.2",
|
|
"doctrine/mongodb": "1.0.1",
|
|
"doctrine/mongodb-odm": "1.0.0-BETA7",
|
|
"doctrine/orm": ">=2.2",
|
|
"symfony/yaml": "2.*"
|
|
},
|
|
"suggest": {
|
|
"doctrine/dbal": ">=2.3.2",
|
|
"doctrine/mongodb": ">=1.0.1",
|
|
"doctrine/mongodb-odm": ">=1.0.0-BETA7",
|
|
"doctrine/orm": ">=2.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Gedmo": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Buchmann",
|
|
"email": "david@liip.ch"
|
|
},
|
|
{
|
|
"name": "Gediminas Morkevicius",
|
|
"email": "gediminas.morkevicius@gmail.com"
|
|
},
|
|
{
|
|
"name": "Gustavo Falco",
|
|
"email": "comfortablynumb84@gmail.com"
|
|
}
|
|
],
|
|
"description": "Doctrine2 behavioral extensions",
|
|
"homepage": "http://gediminasm.org/",
|
|
"keywords": [
|
|
"Blameable",
|
|
"behaviors",
|
|
"doctrine2",
|
|
"extensions",
|
|
"gedmo",
|
|
"loggable",
|
|
"nestedset",
|
|
"sluggable",
|
|
"sortable",
|
|
"timestampable",
|
|
"translatable",
|
|
"tree",
|
|
"uploadable"
|
|
],
|
|
"time": "2013-03-04 13:45:49"
|
|
},
|
|
{
|
|
"name": "knplabs/knp-menu",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/KnpLabs/KnpMenu.git",
|
|
"reference": "730bc37232f5f813822acf80edfbd89381ea5971"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/730bc37232f5f813822acf80edfbd89381ea5971",
|
|
"reference": "730bc37232f5f813822acf80edfbd89381ea5971",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"pimple/pimple": "1.0.*",
|
|
"silex/silex": "1.0.*",
|
|
"twig/twig": ">=1.2,<2.0-dev"
|
|
},
|
|
"suggest": {
|
|
"pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
|
|
"silex/silex": "for the integration with your silex application",
|
|
"twig/twig": "for the TwigRenderer and the integration with your templates"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Knp\\Menu\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christophe Coevoet",
|
|
"email": "stof@notk.org"
|
|
},
|
|
{
|
|
"name": "Knplabs",
|
|
"homepage": "http://knplabs.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
|
|
}
|
|
],
|
|
"description": "An object oriented menu library",
|
|
"homepage": "http://knplabs.com",
|
|
"keywords": [
|
|
"menu",
|
|
"tree"
|
|
],
|
|
"time": "2012-12-27 13:04:16"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "041aa3930f8d2b466ae897440ec9471d5159c5bf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/041aa3930f8d2b466ae897440ec9471d5159c5bf",
|
|
"reference": "041aa3930f8d2b466ae897440ec9471d5159c5bf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": ">=1.0,<2.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/couchdb": "dev-master",
|
|
"mlehner/gelf-php": "1.0.*",
|
|
"raven/raven": "0.3.*"
|
|
},
|
|
"suggest": {
|
|
"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",
|
|
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"raven/raven": "Allow sending log messages to a Sentry server"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.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": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
],
|
|
"time": "2013-02-26 10:18:11"
|
|
},
|
|
{
|
|
"name": "pagerfanta/pagerfanta",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/whiteoctober/Pagerfanta.git",
|
|
"reference": "878aee5e274ca75fbdf74262efd05d1207c31669"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/878aee5e274ca75fbdf74262efd05d1207c31669",
|
|
"reference": "878aee5e274ca75fbdf74262efd05d1207c31669",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/mongodb-odm": "*",
|
|
"doctrine/orm": "2.*",
|
|
"mandango/mandango": "*",
|
|
"propel/propel1": ">=1.6,<2.0",
|
|
"solarium/solarium": "3.*"
|
|
},
|
|
"suggest": {
|
|
"doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
|
|
"doctrine/orm": "To use the DoctrineORMAdapter.",
|
|
"mandango/mandango": "To use the MandangoAdapter.",
|
|
"propel/propel1": "To use the PropelAdapter",
|
|
"solarium/solarium": "To use the SolariumAdapter."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pagerfanta\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pablo Díez",
|
|
"email": "pablodip@gmail.com",
|
|
"homepage": "http://github.com/pablodip"
|
|
}
|
|
],
|
|
"description": "Pagination for PHP 5.3",
|
|
"keywords": [
|
|
"page",
|
|
"paging"
|
|
],
|
|
"time": "2013-02-19 13:51:25"
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Pimple.git",
|
|
"reference": "5a8936d9d31eb613f1a33753e5f22bffebe0bbc3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Pimple/zipball/5a8936d9d31eb613f1a33753e5f22bffebe0bbc3",
|
|
"reference": "5a8936d9d31eb613f1a33753e5f22bffebe0bbc3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pimple": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
|
|
"homepage": "http://pimple.sensiolabs.org",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection"
|
|
],
|
|
"time": "2013-02-09 15:33:26"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log",
|
|
"reference": "1.0.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/php-fig/log/archive/1.0.0.zip",
|
|
"reference": "1.0.0",
|
|
"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": "silex/silex",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Silex.git",
|
|
"reference": "9705ba7d5dd709262c451854f4e18f8c58171dfa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Silex/zipball/9705ba7d5dd709262c451854f4e18f8c58171dfa",
|
|
"reference": "9705ba7d5dd709262c451854f4e18f8c58171dfa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"pimple/pimple": "1.*",
|
|
"symfony/event-dispatcher": ">=2.1,<2.3-dev",
|
|
"symfony/http-foundation": ">=2.1,<2.3-dev",
|
|
"symfony/http-kernel": ">=2.1,<2.3-dev",
|
|
"symfony/routing": ">=2.1,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/dbal": ">=2.2.0,<2.4.0-dev",
|
|
"swiftmailer/swiftmailer": "4.2.*",
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev",
|
|
"symfony/config": ">=2.1,<2.3-dev",
|
|
"symfony/css-selector": ">=2.1,<2.3-dev",
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev",
|
|
"symfony/finder": ">=2.1,<2.3-dev",
|
|
"symfony/form": ">=2.1,<2.3-dev",
|
|
"symfony/locale": ">=2.1,<2.3-dev",
|
|
"symfony/monolog-bridge": ">=2.1,<2.3-dev",
|
|
"symfony/options-resolver": ">=2.1,<2.3-dev",
|
|
"symfony/process": ">=2.1,<2.3-dev",
|
|
"symfony/security": ">=2.1,<2.3-dev",
|
|
"symfony/serializer": ">=2.1,<2.3-dev",
|
|
"symfony/translation": ">=2.1,<2.3-dev",
|
|
"symfony/twig-bridge": ">=2.1,<2.3-dev",
|
|
"symfony/validator": ">=2.1,<2.3-dev",
|
|
"twig/twig": ">=1.8.0,<2.0-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev",
|
|
"symfony/css-selector": ">=2.1,<2.3-dev",
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Silex": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch",
|
|
"homepage": "http://wiedler.ch/igor/"
|
|
}
|
|
],
|
|
"description": "The PHP micro-framework based on the Symfony2 Components",
|
|
"homepage": "http://silex.sensiolabs.org",
|
|
"keywords": [
|
|
"microframework"
|
|
],
|
|
"time": "2013-02-26 12:56:45"
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v4.1.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "v4.1.8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.1.8",
|
|
"reference": "v4.1.8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Chris Corbyn"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "http://swiftmailer.org",
|
|
"keywords": [
|
|
"mail",
|
|
"mailer"
|
|
],
|
|
"time": "2012-06-17 13:55:34"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Config",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Config.git",
|
|
"reference": "2b8694ad7f46072b154faaf5e74f2a06cb828fa7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Config/zipball/2b8694ad7f46072b154faaf5e74f2a06cb828fa7",
|
|
"reference": "2b8694ad7f46072b154faaf5e74f2a06cb828fa7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.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-03-01 10:42:20"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Console",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Console.git",
|
|
"reference": "fae82dad073a491b91a2ad6cda2ef5d8b19a5152"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/fae82dad073a491b91a2ad6cda2ef5d8b19a5152",
|
|
"reference": "fae82dad073a491b91a2ad6cda2ef5d8b19a5152",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"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-03-01 06:43:27"
|
|
},
|
|
{
|
|
"name": "symfony/dependency-injection",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/DependencyInjection",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/DependencyInjection.git",
|
|
"reference": "75d281bbec94203e464a9d62a644687e15a6005a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/75d281bbec94203e464a9d62a644687e15a6005a",
|
|
"reference": "75d281bbec94203e464a9d62a644687e15a6005a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": ">=2.2,<2.4-dev",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"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-02-18 21:28:20"
|
|
},
|
|
{
|
|
"name": "symfony/doctrine-bridge",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Bridge/Doctrine",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/DoctrineBridge.git",
|
|
"reference": "541b2c501527abca9cd6de360524b7c6697b6e2a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/DoctrineBridge/zipball/541b2c501527abca9cd6de360524b7c6697b6e2a",
|
|
"reference": "541b2c501527abca9cd6de360524b7c6697b6e2a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.2,<3.0",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/data-fixtures": "1.0.*",
|
|
"doctrine/dbal": ">=2.2,<3.0",
|
|
"doctrine/orm": ">=2.2,<3.0,>=2.2.3",
|
|
"symfony/dependency-injection": ">=2.0,<3.0",
|
|
"symfony/form": ">=2.2,<2.4-dev",
|
|
"symfony/http-kernel": ">=2.2,<2.4-dev",
|
|
"symfony/security": ">=2.2,<2.4-dev",
|
|
"symfony/stopwatch": ">=2.2,<2.4-dev",
|
|
"symfony/validator": ">=2.2,<2.4-dev"
|
|
},
|
|
"suggest": {
|
|
"doctrine/data-fixtures": "1.0.*",
|
|
"doctrine/dbal": "~2.2",
|
|
"doctrine/orm": "~2.2,>=2.2.3",
|
|
"symfony/form": "2.2.*",
|
|
"symfony/validator": "2.2.*"
|
|
},
|
|
"type": "symfony-bridge",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bridge\\Doctrine\\": ""
|
|
}
|
|
},
|
|
"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 Doctrine Bridge",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-02-23 06:47:02"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
|
"reference": "v2.1.8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.1.8",
|
|
"reference": "v2.1.8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/dependency-injection": "2.1.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "2.1.*",
|
|
"symfony/http-kernel": "2.1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\EventDispatcher": ""
|
|
}
|
|
},
|
|
"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 EventDispatcher Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-02-11 11:26:14"
|
|
},
|
|
{
|
|
"name": "symfony/form",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Form",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Form.git",
|
|
"reference": "d6f10ccdb536483738443d76ee01c7418fb2cabe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Form/zipball/d6f10ccdb536483738443d76ee01c7418fb2cabe",
|
|
"reference": "d6f10ccdb536483738443d76ee01c7418fb2cabe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/event-dispatcher": ">=2.1,<3.0",
|
|
"symfony/locale": ">=2.0,<3.0",
|
|
"symfony/options-resolver": ">=2.1,<2.4-dev",
|
|
"symfony/property-access": ">=2.2,<2.4-dev"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-foundation": ">=2.1,<2.4-dev",
|
|
"symfony/validator": ">=2.2,<2.4-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/http-foundation": "2.2.*",
|
|
"symfony/validator": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Form\\": ""
|
|
}
|
|
},
|
|
"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 Form Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-03-01 10:46:19"
|
|
},
|
|
{
|
|
"name": "symfony/http-foundation",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/HttpFoundation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpFoundation.git",
|
|
"reference": "21569f5f8c380bb03fbb14b2c4192667e3383a71"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/21569f5f8c380bb03fbb14b2c4192667e3383a71",
|
|
"reference": "21569f5f8c380bb03fbb14b2c4192667e3383a71",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpFoundation": "",
|
|
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
|
|
}
|
|
},
|
|
"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 HttpFoundation Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-03-01 10:39:52"
|
|
},
|
|
{
|
|
"name": "symfony/http-kernel",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/HttpKernel",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpKernel.git",
|
|
"reference": "4d378fda500c49f41a3d09370af270ce5817d567"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/4d378fda500c49f41a3d09370af270ce5817d567",
|
|
"reference": "4d378fda500c49f41a3d09370af270ce5817d567",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/event-dispatcher": "2.1.*",
|
|
"symfony/http-foundation": "2.1.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/browser-kit": "2.1.*",
|
|
"symfony/class-loader": "2.1.*",
|
|
"symfony/config": "2.1.*",
|
|
"symfony/console": "2.1.*",
|
|
"symfony/dependency-injection": "2.1.*",
|
|
"symfony/finder": "2.1.*",
|
|
"symfony/process": "2.1.*",
|
|
"symfony/routing": "2.1.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": "2.1.*",
|
|
"symfony/class-loader": "2.1.*",
|
|
"symfony/config": "2.1.*",
|
|
"symfony/console": "2.1.*",
|
|
"symfony/dependency-injection": "2.1.*",
|
|
"symfony/finder": "2.1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpKernel": ""
|
|
}
|
|
},
|
|
"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 HttpKernel Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-02-23 21:57:49"
|
|
},
|
|
{
|
|
"name": "symfony/locale",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Locale",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Locale.git",
|
|
"reference": "6f483387a96eb40dccb9659c3a712b48349d78f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Locale/zipball/6f483387a96eb40dccb9659c3a712b48349d78f4",
|
|
"reference": "6f483387a96eb40dccb9659c3a712b48349d78f4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "to use other locales than built-in `en`"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Locale\\": ""
|
|
},
|
|
"classmap": [
|
|
"Symfony/Component/Locale/Resources/stubs"
|
|
]
|
|
},
|
|
"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 Locale Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-02-04 12:42:02"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/OptionsResolver",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/OptionsResolver.git",
|
|
"reference": "cd96a41d15b2b1d769fd071c0602207c125af461"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/cd96a41d15b2b1d769fd071c0602207c125af461",
|
|
"reference": "cd96a41d15b2b1d769fd071c0602207c125af461",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|
}
|
|
},
|
|
"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 OptionsResolver Component",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"options"
|
|
],
|
|
"time": "2013-01-31 21:39:01"
|
|
},
|
|
{
|
|
"name": "symfony/property-access",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/PropertyAccess",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/PropertyAccess.git",
|
|
"reference": "134f64768dee9b1a5158af3790debbe6365a948b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/134f64768dee9b1a5158af3790debbe6365a948b",
|
|
"reference": "134f64768dee9b1a5158af3790debbe6365a948b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\PropertyAccess\\": ""
|
|
}
|
|
},
|
|
"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 PropertyAccess Component",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"access",
|
|
"array",
|
|
"extraction",
|
|
"index",
|
|
"injection",
|
|
"object",
|
|
"property",
|
|
"property path",
|
|
"reflection"
|
|
],
|
|
"time": "2013-03-01 10:42:20"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "2.2.x-dev",
|
|
"target-dir": "Symfony/Component/Routing",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Routing.git",
|
|
"reference": "v2.2.0-RC3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/v2.2.0-RC3",
|
|
"reference": "v2.2.0-RC3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/common": ">=2.2,<3.0",
|
|
"psr/log": ">=1.0,<2.0",
|
|
"symfony/config": ">=2.2,<2.3-dev",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/common": "~2.2",
|
|
"symfony/config": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Routing\\": ""
|
|
}
|
|
},
|
|
"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 Routing Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-02-11 11:24:47"
|
|
},
|
|
{
|
|
"name": "symfony/security",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/Security",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Security.git",
|
|
"reference": "v2.1.8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Security/zipball/v2.1.8",
|
|
"reference": "v2.1.8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/event-dispatcher": "2.1.*",
|
|
"symfony/http-foundation": "2.1.*",
|
|
"symfony/http-kernel": "2.1.*"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/common": ">=2.2,<3.0",
|
|
"doctrine/dbal": ">=2.2,<3.0",
|
|
"symfony/form": "2.1.*",
|
|
"symfony/routing": "2.1.*",
|
|
"symfony/validator": "2.1.*"
|
|
},
|
|
"suggest": {
|
|
"doctrine/dbal": "to use the built-in ACL implementation",
|
|
"symfony/class-loader": "2.1.*",
|
|
"symfony/finder": "2.1.*",
|
|
"symfony/form": "2.1.*",
|
|
"symfony/routing": "2.1.*",
|
|
"symfony/validator": "2.1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Security": ""
|
|
}
|
|
},
|
|
"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 Security Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-02-22 18:53:49"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Translation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Translation.git",
|
|
"reference": "10164d84c407fd9ac5918172f86a4b94bf2b9c0b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/10164d84c407fd9ac5918172f86a4b94bf2b9c0b",
|
|
"reference": "10164d84c407fd9ac5918172f86a4b94bf2b9c0b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": ">=2.0,<2.4-dev",
|
|
"symfony/yaml": ">=2.2,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Translation\\": ""
|
|
}
|
|
},
|
|
"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 Translation Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-02-11 10:13:11"
|
|
},
|
|
{
|
|
"name": "symfony/twig-bridge",
|
|
"version": "2.2.x-dev",
|
|
"target-dir": "Symfony/Bridge/Twig",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/TwigBridge.git",
|
|
"reference": "42a6a2d626709a770af31d7216c57fea7a04a984"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/TwigBridge/zipball/42a6a2d626709a770af31d7216c57fea7a04a984",
|
|
"reference": "42a6a2d626709a770af31d7216c57fea7a04a984",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"twig/twig": ">=1.11.0,<2.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/form": "2.2.*",
|
|
"symfony/http-kernel": ">=2.2,<2.3-dev",
|
|
"symfony/routing": ">=2.2,<2.3-dev",
|
|
"symfony/security": ">=2.0,<2.3-dev",
|
|
"symfony/templating": ">=2.1,<3.0",
|
|
"symfony/translation": ">=2.0,<2.3-dev",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/form": "2.2.*",
|
|
"symfony/http-kernel": "2.2.*",
|
|
"symfony/routing": "2.2.*",
|
|
"symfony/security": "2.2.*",
|
|
"symfony/templating": "2.2.*",
|
|
"symfony/translation": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"type": "symfony-bridge",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bridge\\Twig\\": ""
|
|
}
|
|
},
|
|
"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 Twig Bridge",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-03-01 10:42:10"
|
|
},
|
|
{
|
|
"name": "symfony/validator",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Validator",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Validator.git",
|
|
"reference": "a307f75f9fa64489428b870b7aec7c6469710f31"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Validator/zipball/a307f75f9fa64489428b870b7aec7c6469710f31",
|
|
"reference": "a307f75f9fa64489428b870b7aec7c6469710f31",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/translation": ">=2.0,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": ">=2.2,<2.4-dev",
|
|
"symfony/http-foundation": ">=2.1,<3.0",
|
|
"symfony/locale": ">=2.0,<3.0",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/common": "~2.2",
|
|
"symfony/config": "2.2.*",
|
|
"symfony/http-foundation": "2.2.*",
|
|
"symfony/locale": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Validator\\": ""
|
|
}
|
|
},
|
|
"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 Validator Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-03-01 10:42:20"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/Yaml",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Yaml.git",
|
|
"reference": "v2.1.8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.1.8",
|
|
"reference": "v2.1.8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Yaml": ""
|
|
}
|
|
},
|
|
"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 Yaml Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-01-27 16:12:43"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Twig.git",
|
|
"reference": "39d94faabcea7d60b90c2996d51e1b6691ab39d2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Twig/zipball/39d94faabcea7d60b90c2996d51e1b6691ab39d2",
|
|
"reference": "39d94faabcea7d60b90c2996d51e1b6691ab39d2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.12-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3"
|
|
],
|
|
"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-02-28 14:08:49"
|
|
}
|
|
],
|
|
"packages-dev": null,
|
|
"aliases": [
|
|
|
|
],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"silex/silex": 20,
|
|
"symfony/config": 20,
|
|
"symfony/console": 20,
|
|
"symfony/twig-bridge": 20,
|
|
"symfony/doctrine-bridge": 20,
|
|
"symfony/form": 20,
|
|
"symfony/property-access": 20,
|
|
"symfony/validator": 20,
|
|
"symfony/translation": 20,
|
|
"symfony/dependency-injection": 20,
|
|
"dflydev/doctrine-orm-service-provider": 20,
|
|
"doctrine/migrations": 20,
|
|
"pagerfanta/pagerfanta": 20,
|
|
"knplabs/knp-menu": 20,
|
|
"gedmo/doctrine-extensions": 20
|
|
}
|
|
}
|
|
|