mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
5008 lines
174 KiB
JSON
5008 lines
174 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
|
],
|
|
"hash": "a451bb2a93a6d0e25b4b32131c32b3eb",
|
|
"packages": [
|
|
{
|
|
"name": "athari/yalinqo",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Athari/YaLinqo.git",
|
|
"reference": "6b3247909e037f218cca624c561d8a47ceeed6d2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Athari/YaLinqo/zipball/6b3247909e037f218cca624c561d8a47ceeed6d2",
|
|
"reference": "6b3247909e037f218cca624c561d8a47ceeed6d2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"YaLinqo/Linq.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Simplified BSD"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alexander Prokhorov"
|
|
}
|
|
],
|
|
"description": "YaLinqo, a LINQ-to-objects library for PHP",
|
|
"homepage": "https://github.com/Athari/YaLinqo",
|
|
"keywords": [
|
|
"linq",
|
|
"linqo",
|
|
"query",
|
|
"statistic"
|
|
],
|
|
"time": "2013-05-08 12:59:02"
|
|
},
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "v1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "v1.1.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/v1.1.1",
|
|
"reference": "v1.1.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "1.*",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "1.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"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-04-20 08:30:17"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "b5716ea776f349a0fedcf0e7d032386c1f696f76"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/b5716ea776f349a0fedcf0e7d032386c1f696f76",
|
|
"reference": "b5716ea776f349a0fedcf0e7d032386c1f696f76",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"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": "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": "http://jmsyst.com",
|
|
"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-03-17 13:59:02"
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "df2138bcb467533bfe6b3a01301d480aec008b93"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/df2138bcb467533bfe6b3a01301d480aec008b93",
|
|
"reference": "df2138bcb467533bfe6b3a01301d480aec008b93",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"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": "http://jmsyst.com",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Collections Abstraction library",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"array",
|
|
"collections",
|
|
"iterator"
|
|
],
|
|
"time": "2013-03-17 14:01:33"
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common.git",
|
|
"reference": "3506be7467dbd4f923691a00555cf80065d32e59"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/3506be7467dbd4f923691a00555cf80065d32e59",
|
|
"reference": "3506be7467dbd4f923691a00555cf80065d32e59",
|
|
"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 M. 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-04-16 21:50:30"
|
|
},
|
|
{
|
|
"name": "doctrine/data-fixtures",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/data-fixtures.git",
|
|
"reference": "6924952026b77ff492da559b04ad166d25c611cb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/6924952026b77ff492da559b04ad166d25c611cb",
|
|
"reference": "6924952026b77ff492da559b04ad166d25c611cb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.2,<2.5-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": ">=2.2,<2.5-dev"
|
|
},
|
|
"suggest": {
|
|
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
|
|
"doctrine/orm": "For loading ORM fixtures",
|
|
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\DataFixtures": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
}
|
|
],
|
|
"description": "Data Fixtures for all Doctrine Object Managers",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database"
|
|
],
|
|
"time": "2013-04-11 23:14:04"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "2.3.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "4abe8f7602e0f4079848950190fb6798781c94c7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/4abe8f7602e0f4079848950190fb6798781c94c7",
|
|
"reference": "4abe8f7602e0f4079848950190fb6798781c94c7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.3.0,<2.5-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3.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-04-20 08:33:51"
|
|
},
|
|
{
|
|
"name": "doctrine/doctrine-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Doctrine/Bundle/DoctrineBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
|
"reference": "v1.2.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/v1.2.0",
|
|
"reference": "v1.2.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/dbal": ">=2.2,<2.5-dev",
|
|
"jdorn/sql-formatter": ">=1.1,<2.0",
|
|
"php": ">=5.3.2",
|
|
"symfony/doctrine-bridge": ">=2.2,<3.0",
|
|
"symfony/framework-bundle": ">=2.2,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": ">=2.2,<2.5-dev",
|
|
"symfony/validator": ">=2.2,<3.0",
|
|
"symfony/yaml": ">=2.2,<3.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
|
|
"symfony/web-profiler-bundle": "to use the data collector"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Bundle\\DoctrineBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
}
|
|
],
|
|
"description": "Symfony DoctrineBundle",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"dbal",
|
|
"orm",
|
|
"persistence"
|
|
],
|
|
"time": "2013-03-25 20:13:59"
|
|
},
|
|
{
|
|
"name": "doctrine/doctrine-fixtures-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Doctrine/Bundle/FixturesBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
|
|
"reference": "275540d96599baec19fa3292c4d06c5cd4eefd06"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/275540d96599baec19fa3292c4d06c5cd4eefd06",
|
|
"reference": "275540d96599baec19fa3292c4d06c5cd4eefd06",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/data-fixtures": "*",
|
|
"doctrine/doctrine-bundle": ">=1.0,<2.0",
|
|
"php": ">=5.3.2",
|
|
"symfony/doctrine-bridge": ">=2.1.0,<2.3-dev"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Bundle\\FixturesBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Doctrine Project",
|
|
"homepage": "http://www.doctrine-project.org"
|
|
}
|
|
],
|
|
"description": "Symfony DoctrineFixturesBundle",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"Fixture",
|
|
"persistence"
|
|
],
|
|
"time": "2013-02-12 11:13:27"
|
|
},
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c",
|
|
"reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"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": "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 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",
|
|
"pluralize",
|
|
"singularize",
|
|
"string"
|
|
],
|
|
"time": "2013-04-10 16:14:30"
|
|
},
|
|
{
|
|
"name": "doctrine/lexer",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
"reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94",
|
|
"reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Lexer\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christoph Dorn",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "http://jmsyst.com",
|
|
"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-03-07 12:15:25"
|
|
},
|
|
{
|
|
"name": "doctrine/orm",
|
|
"version": "2.3.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/doctrine2.git",
|
|
"reference": "ad7b5871bf47040f2d9955cd00409c5a13e3f3f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/ad7b5871bf47040f2d9955cd00409c5a13e3f3f4",
|
|
"reference": "ad7b5871bf47040f2d9955cd00409c5a13e3f3f4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/dbal": "2.3.*",
|
|
"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.3.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-04-23 20:26:59"
|
|
},
|
|
{
|
|
"name": "friendsofsymfony/rest",
|
|
"version": "dev-master",
|
|
"target-dir": "FOS/Rest",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FriendsOfSymfony/FOSRest.git",
|
|
"reference": "0.8.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRest/zipball/0.8.0",
|
|
"reference": "0.8.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/http-foundation": ">=2.0,<3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.8.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"FOS\\Rest": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Lukas Kahwe Smith",
|
|
"email": "smith@pooteeweet.org"
|
|
},
|
|
{
|
|
"name": "FriendsOfSymfony Community",
|
|
"homepage": "https://github.com/FriendsOfSymfony/FOSRest/contributors"
|
|
}
|
|
],
|
|
"description": "This library provides various tools to develop RESTful API's",
|
|
"homepage": "http://friendsofsymfony.github.com",
|
|
"keywords": [
|
|
"rest"
|
|
],
|
|
"time": "2013-03-02 20:35:05"
|
|
},
|
|
{
|
|
"name": "friendsofsymfony/rest-bundle",
|
|
"version": "0.11.0",
|
|
"target-dir": "FOS/RestBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
|
|
"reference": "0.11.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/0.11.0",
|
|
"reference": "0.11.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"friendsofsymfony/rest": ">=0.7.0,<0.9.0-dev",
|
|
"php": ">=5.3.2",
|
|
"symfony/framework-bundle": ">=2.0,<2.3-dev"
|
|
},
|
|
"conflict": {
|
|
"jms/serializer-bundle": "<0.11-dev"
|
|
},
|
|
"require-dev": {
|
|
"jms/serializer-bundle": "0.11.*",
|
|
"sensio/framework-extra-bundle": ">=2.1,<2.4-dev",
|
|
"symfony/form": ">=2.1,<2.4-dev",
|
|
"symfony/security": ">=2.1,<2.4-dev",
|
|
"symfony/yaml": ">=2.1,<2.4-dev"
|
|
},
|
|
"suggest": {
|
|
"jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires 0.11.*",
|
|
"sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
|
|
"symfony/serializer": "Add support for basic serialization capabilities, requires >=2.0,<2.3-dev"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.11.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"FOS\\RestBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Lukas Kahwe Smith",
|
|
"email": "smith@pooteeweet.org"
|
|
},
|
|
{
|
|
"name": "FriendsOfSymfony Community",
|
|
"homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
|
|
},
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
|
|
"homepage": "http://friendsofsymfony.github.com",
|
|
"keywords": [
|
|
"rest"
|
|
],
|
|
"time": "2013-03-11 13:13:23"
|
|
},
|
|
{
|
|
"name": "friendsofsymfony/user-bundle",
|
|
"version": "v1.3.1",
|
|
"target-dir": "FOS/UserBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle",
|
|
"reference": "v1.3.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle/archive/v1.3.1.zip",
|
|
"reference": "v1.3.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/framework-bundle": ">=2.1,<2.3-dev",
|
|
"symfony/security-bundle": ">=2.1,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/doctrine-bundle": "*",
|
|
"swiftmailer/swiftmailer": "*",
|
|
"symfony/validator": "2.1.*",
|
|
"symfony/yaml": "2.1.*",
|
|
"twig/twig": "*",
|
|
"willdurand/propel-typehintable-behavior": "dev-master"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"FOS\\UserBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christophe Coevoet",
|
|
"email": "stof@notk.org"
|
|
},
|
|
{
|
|
"name": "Thibault Duplessis",
|
|
"email": "thibault.duplessis@gmail.com",
|
|
"homepage": "http://ornicar.github.com"
|
|
},
|
|
{
|
|
"name": "FriendsOfSymfony Community",
|
|
"homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony FOSUserBundle",
|
|
"homepage": "http://friendsofsymfony.github.com",
|
|
"keywords": [
|
|
"User management"
|
|
],
|
|
"time": "2012-12-22 15:09:34"
|
|
},
|
|
{
|
|
"name": "fsc/hateoas-bundle",
|
|
"version": "0.3.x-dev",
|
|
"target-dir": "FSC/HateoasBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/TheFootballSocialClub/FSCHateoasBundle.git",
|
|
"reference": "fbf692403054d99e874c506ea3873b1bbc0f5407"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/TheFootballSocialClub/FSCHateoasBundle/zipball/fbf692403054d99e874c506ea3873b1bbc0f5407",
|
|
"reference": "fbf692403054d99e874c506ea3873b1bbc0f5407",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"jms/metadata": ">=1.1.0,<1.3-dev",
|
|
"jms/serializer": "0.11.*",
|
|
"jms/serializer-bundle": "*",
|
|
"php": ">=5.3.0",
|
|
"symfony/framework-bundle": ">=2.1,<2.3-dev",
|
|
"symfony/property-access": "2.2.*"
|
|
},
|
|
"require-dev": {
|
|
"pagerfanta/pagerfanta": "*",
|
|
"symfony/browser-kit": "*",
|
|
"symfony/class-loader": "*",
|
|
"symfony/form": "*",
|
|
"symfony/validator": "*",
|
|
"symfony/yaml": "*"
|
|
},
|
|
"suggest": {
|
|
"pagerfanta/pagerfanta": "*",
|
|
"symfony/form": ">=2.1,<2.3-dev",
|
|
"symfony/validator": ">=2.1,<2.3-dev"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"FSC\\HateoasBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrien Brault",
|
|
"email": "adrien.brault@gmail.com"
|
|
}
|
|
],
|
|
"time": "2013-03-26 21:31:01"
|
|
},
|
|
{
|
|
"name": "fzaninotto/faker",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fzaninotto/Faker.git",
|
|
"reference": "a9c1c8b76abe4622b285dcd7aa342cab9dfb6de6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/a9c1c8b76abe4622b285dcd7aa342cab9dfb6de6",
|
|
"reference": "a9c1c8b76abe4622b285dcd7aa342cab9dfb6de6",
|
|
"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-04-23 12:35:55"
|
|
},
|
|
{
|
|
"name": "gedmo/doctrine-extensions",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/l3pp4rd/DoctrineExtensions.git",
|
|
"reference": "c2aba006aa376a6c76007e81f09fe3cf59e421f6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/c2aba006aa376a6c76007e81f09fe3cf59e421f6",
|
|
"reference": "c2aba006aa376a6c76007e81f09fe3cf59e421f6",
|
|
"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-04-25 07:51:56"
|
|
},
|
|
{
|
|
"name": "guzzle/common",
|
|
"version": "dev-master",
|
|
"target-dir": "Guzzle/Common",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/common.git",
|
|
"reference": "v3.5.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/common/zipball/v3.5.0",
|
|
"reference": "v3.5.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/event-dispatcher": ">=2.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Guzzle\\Common": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Common libraries used by Guzzle",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"collection",
|
|
"common",
|
|
"event",
|
|
"exception"
|
|
],
|
|
"time": "2013-05-13 20:17:47"
|
|
},
|
|
{
|
|
"name": "guzzle/http",
|
|
"version": "dev-master",
|
|
"target-dir": "Guzzle/Http",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/http.git",
|
|
"reference": "v3.5.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/http/zipball/v3.5.0",
|
|
"reference": "v3.5.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzle/common": "self.version",
|
|
"guzzle/parser": "self.version",
|
|
"guzzle/stream": "self.version",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Guzzle\\Http": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "HTTP libraries used by Guzzle",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"client",
|
|
"curl",
|
|
"http",
|
|
"http client"
|
|
],
|
|
"time": "2013-05-13 20:17:47"
|
|
},
|
|
{
|
|
"name": "guzzle/parser",
|
|
"version": "dev-master",
|
|
"target-dir": "Guzzle/Parser",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/parser.git",
|
|
"reference": "v3.5.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/parser/zipball/v3.5.0",
|
|
"reference": "v3.5.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Guzzle\\Parser": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Interchangeable parsers used by Guzzle",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"URI Template",
|
|
"cookie",
|
|
"http",
|
|
"message",
|
|
"url"
|
|
],
|
|
"time": "2013-05-13 20:17:47"
|
|
},
|
|
{
|
|
"name": "guzzle/stream",
|
|
"version": "dev-master",
|
|
"target-dir": "Guzzle/Stream",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/stream.git",
|
|
"reference": "v3.5.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/stream/zipball/v3.5.0",
|
|
"reference": "v3.5.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzle/common": "self.version",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"suggest": {
|
|
"guzzle/http": "To convert Guzzle request objects to PHP streams"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Guzzle\\Stream": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle stream wrapper component",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"component",
|
|
"stream"
|
|
],
|
|
"time": "2013-05-13 20:17:47"
|
|
},
|
|
{
|
|
"name": "imagine/Imagine",
|
|
"version": "v0.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/avalanche123/Imagine",
|
|
"reference": "v0.4.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/avalanche123/Imagine/archive/v0.4.1.zip",
|
|
"reference": "v0.4.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"sami/sami": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Imagine": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bulat Shakirzyanov",
|
|
"email": "mallluhuct@gmail.com",
|
|
"homepage": "http://avalanche123.com"
|
|
}
|
|
],
|
|
"description": "Image processing for PHP 5.3",
|
|
"homepage": "http://imagine.readthedocs.org/",
|
|
"keywords": [
|
|
"drawing",
|
|
"graphics",
|
|
"image manipulation",
|
|
"image processing"
|
|
],
|
|
"time": "2012-12-13 18:31:18"
|
|
},
|
|
{
|
|
"name": "incenteev/composer-parameter-handler",
|
|
"version": "dev-master",
|
|
"target-dir": "Incenteev/ParameterHandler",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Incenteev/ParameterHandler.git",
|
|
"reference": "e99fbef40dbaeb0917ed8234f366253cc0ff2789"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/e99fbef40dbaeb0917ed8234f366253cc0ff2789",
|
|
"reference": "e99fbef40dbaeb0917ed8234f366253cc0ff2789",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Incenteev\\ParameterHandler": ""
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2013-04-11 23:23:33"
|
|
},
|
|
{
|
|
"name": "jdorn/sql-formatter",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jdorn/sql-formatter.git",
|
|
"reference": "e38ea8a0cbd943ac78014d07f42441cd51d537db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/e38ea8a0cbd943ac78014d07f42441cd51d537db",
|
|
"reference": "e38ea8a0cbd943ac78014d07f42441cd51d537db",
|
|
"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": [
|
|
"LGPL"
|
|
],
|
|
"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": "2013-03-31 22:29:24"
|
|
},
|
|
{
|
|
"name": "jms/aop-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "JMS/AopBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/JMSAopBundle.git",
|
|
"reference": "7018357f5bedf204979a88867a9da05973744422"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/7018357f5bedf204979a88867a9da05973744422",
|
|
"reference": "7018357f5bedf204979a88867a9da05973744422",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"jms/cg": "1.*",
|
|
"symfony/framework-bundle": "2.*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JMS\\AopBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Adds AOP capabilities to Symfony2",
|
|
"keywords": [
|
|
"annotations",
|
|
"aop"
|
|
],
|
|
"time": "2013-01-09 08:03:40"
|
|
},
|
|
{
|
|
"name": "jms/cg",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/cg-library.git",
|
|
"reference": "75a519d83a33f6b893a25aef835a1e5fc166a6d7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/75a519d83a33f6b893a25aef835a1e5fc166a6d7",
|
|
"reference": "75a519d83a33f6b893a25aef835a1e5fc166a6d7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"CG\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache2"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "http://jmsyst.com",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Toolset for generating PHP code",
|
|
"keywords": [
|
|
"code generation"
|
|
],
|
|
"time": "2013-03-23 08:03:00"
|
|
},
|
|
{
|
|
"name": "jms/di-extra-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "JMS/DiExtraBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
|
|
"reference": "a15367768d8bbf0b5eac135adf31880ed99cc12d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/a15367768d8bbf0b5eac135adf31880ed99cc12d",
|
|
"reference": "a15367768d8bbf0b5eac135adf31880ed99cc12d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"jms/aop-bundle": ">=1.0.0,<1.2-dev",
|
|
"jms/metadata": "1.*",
|
|
"symfony/finder": ">=2.1,<3.0",
|
|
"symfony/framework-bundle": ">=2.1,<3.0",
|
|
"symfony/process": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/doctrine-bundle": "*",
|
|
"doctrine/orm": "*",
|
|
"jms/security-extra-bundle": "1.*",
|
|
"phpcollection/phpcollection": ">=0.1,<0.3-dev",
|
|
"sensio/framework-extra-bundle": "*",
|
|
"symfony/browser-kit": "*",
|
|
"symfony/class-loader": "*",
|
|
"symfony/form": "*",
|
|
"symfony/security-bundle": "*",
|
|
"symfony/twig-bundle": "*",
|
|
"symfony/validator": "*",
|
|
"symfony/yaml": "*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JMS\\DiExtraBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "http://jmsyst.com",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Allows to configure dependency injection using annotations",
|
|
"homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
|
|
"keywords": [
|
|
"annotations",
|
|
"dependency injection"
|
|
],
|
|
"time": "2013-03-21 16:34:41"
|
|
},
|
|
{
|
|
"name": "jms/metadata",
|
|
"version": "1.2.0-RC",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/metadata",
|
|
"reference": "1.2.0-RC"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/schmittjoh/metadata/zipball/1.2.0-RC",
|
|
"reference": "1.2.0-RC",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/common": ">=2.0,<2.4-dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Metadata\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Class/method/property metadata management in PHP",
|
|
"keywords": [
|
|
"annotations",
|
|
"metadata",
|
|
"xml",
|
|
"yaml"
|
|
],
|
|
"time": "2012-08-21 05:40:10"
|
|
},
|
|
{
|
|
"name": "jms/parser-lib",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/parser-lib.git",
|
|
"reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/4d469a70c6dd03f921cbdeadafbcb261bb23e8b0",
|
|
"reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"phpoption/phpoption": ">=0.9,<2.0-dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JMS\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache2"
|
|
],
|
|
"description": "A library for easily creating recursive-descent parsers.",
|
|
"time": "2012-11-30 08:11:04"
|
|
},
|
|
{
|
|
"name": "jms/serializer",
|
|
"version": "0.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/schmittjoh/serializer",
|
|
"reference": "0.11.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/0.11.0",
|
|
"reference": "0.11.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": "2.*",
|
|
"jms/metadata": ">=1.1.0,<1.3-dev",
|
|
"jms/parser-lib": "1.*",
|
|
"php": ">=5.3.2",
|
|
"phpcollection/phpcollection": ">=0.1,<0.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": ">=2.1,<2.4-dev",
|
|
"symfony/filesystem": "2.*",
|
|
"symfony/form": ">=2.1,<2.2-dev",
|
|
"symfony/translation": ">=2.0,<2.2-dev",
|
|
"symfony/validator": ">=2.0,<2.2-dev",
|
|
"symfony/yaml": "2.*",
|
|
"twig/twig": ">=1.8,<2.0-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "Required if you'd like to serialize data to YAML format."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JMS\\Serializer": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache2"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
|
|
"homepage": "http://jmsyst.com/libs/serializer",
|
|
"keywords": [
|
|
"deserialization",
|
|
"jaxb",
|
|
"json",
|
|
"serialization",
|
|
"xml"
|
|
],
|
|
"time": "2013-01-29 10:56:07"
|
|
},
|
|
{
|
|
"name": "jms/serializer-bundle",
|
|
"version": "0.11.0",
|
|
"target-dir": "JMS/SerializerBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
|
|
"reference": "0.11.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/0.11.0",
|
|
"reference": "0.11.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"jms/di-extra-bundle": ">=1.3",
|
|
"jms/serializer": "0.11.*",
|
|
"php": ">=5.3.2",
|
|
"symfony/framework-bundle": ">=2.1,<3.0-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/doctrine-bundle": "*",
|
|
"doctrine/orm": "*",
|
|
"symfony/browser-kit": "*",
|
|
"symfony/class-loader": "*",
|
|
"symfony/css-selector": "*",
|
|
"symfony/finder": "*",
|
|
"symfony/form": "*",
|
|
"symfony/process": "*",
|
|
"symfony/twig-bundle": "*",
|
|
"symfony/validator": "*",
|
|
"symfony/yaml": "*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JMS\\SerializerBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache2"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Allows you to easily serialize, and deserialize data of any complexity",
|
|
"homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
|
|
"keywords": [
|
|
"deserialization",
|
|
"jaxb",
|
|
"json",
|
|
"serialization",
|
|
"xml"
|
|
],
|
|
"time": "2013-02-12 08:32:04"
|
|
},
|
|
{
|
|
"name": "jms/translation-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "JMS/TranslationBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
|
|
"reference": "9d844494a0ad5a93cb7f81f4bd1a1d46950690ef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/9d844494a0ad5a93cb7f81f4bd1a1d46950690ef",
|
|
"reference": "9d844494a0ad5a93cb7f81f4bd1a1d46950690ef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nikic/php-parser": "0.9.1",
|
|
"symfony/console": "*",
|
|
"symfony/framework-bundle": ">=2.1,<2.3-dev"
|
|
},
|
|
"conflict": {
|
|
"twig/twig": "1.10.2"
|
|
},
|
|
"require-dev": {
|
|
"jms/di-extra-bundle": "*",
|
|
"sensio/framework-extra-bundle": "*",
|
|
"symfony/browser-kit": "*",
|
|
"symfony/class-loader": "*",
|
|
"symfony/css-selector": "*",
|
|
"symfony/finder": "*",
|
|
"symfony/form": "*",
|
|
"symfony/process": "*",
|
|
"symfony/security": "*",
|
|
"symfony/twig-bundle": "*",
|
|
"symfony/validator": "*",
|
|
"symfony/yaml": "*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JMS\\TranslationBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache2"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Puts the Symfony2 Translation Component on steroids",
|
|
"homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
|
|
"keywords": [
|
|
"extract",
|
|
"extraction",
|
|
"i18n",
|
|
"interface",
|
|
"multilanguage",
|
|
"translation",
|
|
"ui",
|
|
"webinterface"
|
|
],
|
|
"time": "2013-04-12 07:13:08"
|
|
},
|
|
{
|
|
"name": "knplabs/gaufrette",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/KnpLabs/Gaufrette.git",
|
|
"reference": "1540391e4115ac7c01255e07e02ea3250ca31c51"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/1540391e4115ac7c01255e07e02ea3250ca31c51",
|
|
"reference": "1540391e4115ac7c01255e07e02ea3250ca31c51",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"amazonwebservices/aws-sdk-for-php": "1.5.*",
|
|
"doctrine/dbal": ">=2.3",
|
|
"dropbox-php/dropbox-php": "*",
|
|
"herzult/php-ssh": "*",
|
|
"phpspec/phpspec2": "dev-master",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"rackspace/php-cloudfiles": "*",
|
|
"rackspace/php-opencloud": "dev-master"
|
|
},
|
|
"suggest": {
|
|
"amazonwebservices/aws-sdk-for-php": "to use the Amazon S3 adapter",
|
|
"doctrine/dbal": "to use the Doctrine DBAL adapter",
|
|
"dropbox-php/dropbox-php": "to use the Dropbox adapter",
|
|
"ext-apc": "to use the APC adapter",
|
|
"ext-curl": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-mongo": "*",
|
|
"ext-zip": "to use the Zip adapter",
|
|
"knplabs/knp-gaufrette-bundle": "*",
|
|
"rackspace/php-opencloud": "to use Opencloud adapter"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Gaufrette": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "The contributors",
|
|
"homepage": "http://github.com/knplabs/Gaufrette/contributors"
|
|
},
|
|
{
|
|
"name": "KnpLabs Team",
|
|
"homepage": "http://knplabs.com"
|
|
}
|
|
],
|
|
"description": "PHP5 library that provides a filesystem abstraction layer",
|
|
"homepage": "http://knplabs.com",
|
|
"keywords": [
|
|
"abstraction",
|
|
"file",
|
|
"filesystem",
|
|
"media"
|
|
],
|
|
"time": "2013-04-20 08:12:21"
|
|
},
|
|
{
|
|
"name": "knplabs/knp-gaufrette-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Knp/Bundle/GaufretteBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
|
|
"reference": "de1ef2f9b2cb422f11e9585f29af0c73c105f01d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/de1ef2f9b2cb422f11e9585f29af0c73c105f01d",
|
|
"reference": "de1ef2f9b2cb422f11e9585f29af0c73c105f01d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"knplabs/gaufrette": "0.2.*@dev",
|
|
"symfony/framework-bundle": "2.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"symfony/console": "2.*",
|
|
"symfony/yaml": "2.*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Knp\\Bundle\\GaufretteBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Antoine Hérault",
|
|
"email": "antoine.herault@gmail.com",
|
|
"homepage": "https://github.com/Herzult"
|
|
},
|
|
{
|
|
"name": "The contributors",
|
|
"homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Allows to easily use the Gaufrette library in a Symfony project",
|
|
"homepage": "http://knplabs.com",
|
|
"keywords": [
|
|
"abstraction",
|
|
"file",
|
|
"filesystem",
|
|
"media"
|
|
],
|
|
"time": "2013-04-15 06:12:02"
|
|
},
|
|
{
|
|
"name": "knplabs/knp-menu",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/KnpLabs/KnpMenu.git",
|
|
"reference": "5cf5ab4948d8c573f260e2b612bfc9721da1c892"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/5cf5ab4948d8c573f260e2b612bfc9721da1c892",
|
|
"reference": "5cf5ab4948d8c573f260e2b612bfc9721da1c892",
|
|
"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": "2013-04-15 14:10:52"
|
|
},
|
|
{
|
|
"name": "knplabs/knp-menu-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Knp/Bundle/MenuBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/KnpLabs/KnpMenuBundle.git",
|
|
"reference": "8f84c396927809e885f7a17ef3737358c001d78f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/8f84c396927809e885f7a17ef3737358c001d78f",
|
|
"reference": "8f84c396927809e885f7a17ef3737358c001d78f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"knplabs/knp-menu": "2.0.*",
|
|
"symfony/framework-bundle": ">=2.0,<2.3-dev"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Knp\\Bundle\\MenuBundle": ""
|
|
}
|
|
},
|
|
"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/KnpMenuBundle/contributors"
|
|
}
|
|
],
|
|
"description": "This bundle provides an integration of the KnpMenu library",
|
|
"keywords": [
|
|
"menu"
|
|
],
|
|
"time": "2013-03-18 17:08:00"
|
|
},
|
|
{
|
|
"name": "kriswallsmith/assetic",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/kriswallsmith/assetic.git",
|
|
"reference": "0a55a9ba70bd9250899ad77deceaf8cb9e145371"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/0a55a9ba70bd9250899ad77deceaf8cb9e145371",
|
|
"reference": "0a55a9ba70bd9250899ad77deceaf8cb9e145371",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1",
|
|
"symfony/process": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"cssmin/cssmin": "*",
|
|
"joliclic/javascript-packer": "*",
|
|
"kamicane/packager": "*",
|
|
"leafo/lessphp": "*",
|
|
"leafo/scssphp": "*",
|
|
"leafo/scssphp-compass": "*",
|
|
"mrclay/minify": "*",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"ptachoire/cssembed": "*",
|
|
"twig/twig": ">=1.6.0,<2.0"
|
|
},
|
|
"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",
|
|
"ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
|
|
"twig/twig": "Assetic provides the integration with the Twig templating engine"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Assetic": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kris Wallsmith",
|
|
"email": "kris.wallsmith@gmail.com",
|
|
"homepage": "http://kriswallsmith.net/"
|
|
}
|
|
],
|
|
"description": "Asset Management for PHP",
|
|
"homepage": "https://github.com/kriswallsmith/assetic",
|
|
"keywords": [
|
|
"assets",
|
|
"compression",
|
|
"minification"
|
|
],
|
|
"time": "2013-04-02 21:36:28"
|
|
},
|
|
{
|
|
"name": "liip/doctrine-cache-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Liip/DoctrineCacheBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/liip/LiipDoctrineCacheBundle.git",
|
|
"reference": "1.0.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/liip/LiipDoctrineCacheBundle/zipball/1.0.1",
|
|
"reference": "1.0.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.2",
|
|
"php": ">=5.3.0",
|
|
"symfony/symfony": ">=2.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Liip\\DoctrineCacheBundle\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Liip AG",
|
|
"homepage": "http://www.liip.ch/"
|
|
}
|
|
],
|
|
"description": "This Bundle provides integration into Symfony2 with the Doctrine Common Cache layer.",
|
|
"keywords": [
|
|
"Symfony2",
|
|
"cache"
|
|
],
|
|
"time": "2013-04-24 11:51:55"
|
|
},
|
|
{
|
|
"name": "liip/imagine-bundle",
|
|
"version": "v0.9.3",
|
|
"target-dir": "Liip/ImagineBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/liip/LiipImagineBundle.git",
|
|
"reference": "v0.9.3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/v0.9.3",
|
|
"reference": "v0.9.3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"imagine/imagine": "0.4.*",
|
|
"php": ">=5.3.2",
|
|
"symfony/filesystem": ">=2.0.16,<2.3-dev",
|
|
"symfony/finder": ">=2.0.16,<2.3-dev",
|
|
"symfony/framework-bundle": ">=2.0.16,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"symfony/yaml": ">=2.0.16,<2.3-dev",
|
|
"twig/twig": ">=1.0,<2.0-dev"
|
|
},
|
|
"suggest": {
|
|
"twig/twig": ">=1.0,<2.0-dev"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Liip\\ImagineBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Liip and other contributors",
|
|
"homepage": "https://github.com/liip/LiipImagineBundle/contributors"
|
|
}
|
|
],
|
|
"description": "This Bundle assists in imagine manipulation using the imagine library",
|
|
"homepage": "http://liip.ch",
|
|
"keywords": [
|
|
"image",
|
|
"imagine"
|
|
],
|
|
"time": "2013-04-17 09:13:23"
|
|
},
|
|
{
|
|
"name": "mathiasverraes/money",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mathiasverraes/money.git",
|
|
"reference": "3049e64d71256d6617391e93ce35cf74d6f04da7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mathiasverraes/money/zipball/3049e64d71256d6617391e93ce35cf74d6f04da7",
|
|
"reference": "3049e64d71256d6617391e93ce35cf74d6f04da7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"suggest": {
|
|
"pink-tie/money-bundle": "For Symfony integration."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Money": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mathias Verraes",
|
|
"email": "mathias@verraes.net",
|
|
"role": "Developer of wrapped Money library"
|
|
}
|
|
],
|
|
"description": "PHP implementation of Fowler's Money pattern",
|
|
"homepage": "http://verraes.net/2011/04/fowler-money-pattern-in-php/",
|
|
"keywords": [
|
|
"Generic Sub-domain",
|
|
"Value Object",
|
|
"money"
|
|
],
|
|
"time": "2013-04-12 23:46:03"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "b264026cba83b4f02ebea7d908a6340a9fd010ac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/b264026cba83b4f02ebea7d908a6340a9fd010ac",
|
|
"reference": "b264026cba83b4f02ebea7d908a6340a9fd010ac",
|
|
"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.5.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-04-24 15:45:58"
|
|
},
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser",
|
|
"reference": "v0.9.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/nikic/PHP-Parser/archive/v0.9.1.zip",
|
|
"reference": "v0.9.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PHPParser": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov"
|
|
}
|
|
],
|
|
"description": "A PHP parser written in PHP",
|
|
"keywords": [
|
|
"parser",
|
|
"php"
|
|
],
|
|
"time": "2012-04-23 15:52:11"
|
|
},
|
|
{
|
|
"name": "omnipay/omnipay",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/adrianmacneil/omnipay.git",
|
|
"reference": "v0.9.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/adrianmacneil/omnipay/zipball/v0.9.1",
|
|
"reference": "v0.9.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzle/http": ">=3.0,<4.0",
|
|
"php": ">=5.3.2",
|
|
"symfony/http-foundation": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"guzzle/plugin-mock": ">=3.0,<4.0",
|
|
"mockery/mockery": ">=0.7,<1.0",
|
|
"phpunit/phpunit": ">=3.7.16.0,<3.8",
|
|
"silex/silex": "1.0.*@dev",
|
|
"squizlabs/php_codesniffer": ">=1.4.4,<1.5",
|
|
"twig/twig": ">=1.12.0,<2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Omnipay": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Macneil",
|
|
"email": "adrian@adrianmacneil.com"
|
|
}
|
|
],
|
|
"description": "Omnipay is a framework agnostic multi-gateway payment processing library",
|
|
"homepage": "https://github.com/adrianmacneil/omnipay",
|
|
"keywords": [
|
|
"2checkout",
|
|
"2co",
|
|
"auth.net",
|
|
"authorize",
|
|
"authorize.net",
|
|
"cardsave",
|
|
"dps",
|
|
"gateway",
|
|
"gocardless",
|
|
"merchant",
|
|
"netaxept",
|
|
"payflow",
|
|
"payment",
|
|
"paymentexpress",
|
|
"paypal",
|
|
"pin",
|
|
"purchase",
|
|
"sage pay",
|
|
"sagepay",
|
|
"stripe",
|
|
"tala",
|
|
"tala-payments",
|
|
"twocheckout",
|
|
"worldpay"
|
|
],
|
|
"time": "2013-05-07 03:45:36"
|
|
},
|
|
{
|
|
"name": "pagerfanta/pagerfanta",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/whiteoctober/Pagerfanta.git",
|
|
"reference": "65c24acf84410837aa873801f5a09b4039a5735b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/65c24acf84410837aa873801f5a09b4039a5735b",
|
|
"reference": "65c24acf84410837aa873801f5a09b4039a5735b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/mongodb-odm": "*",
|
|
"doctrine/orm": "2.*",
|
|
"mandango/mandango": "*",
|
|
"propel/propel1": ">=1.6,<2.0",
|
|
"solarium/solarium": "dev-develop"
|
|
},
|
|
"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",
|
|
"pagination",
|
|
"paginator",
|
|
"paging"
|
|
],
|
|
"time": "2013-04-24 11:37:27"
|
|
},
|
|
{
|
|
"name": "phpcollection/phpcollection",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/php-collection.git",
|
|
"reference": "3ce8ffb990e9511c7a843f20740373eb27e4c3bd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/3ce8ffb990e9511c7a843f20740373eb27e4c3bd",
|
|
"reference": "3ce8ffb990e9511c7a843f20740373eb27e4c3bd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"phpoption/phpoption": "1.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PhpCollection": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache2"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "General-Purpose Collection Library for PHP",
|
|
"keywords": [
|
|
"collection",
|
|
"list",
|
|
"map",
|
|
"sequence",
|
|
"set"
|
|
],
|
|
"time": "2013-02-25 13:15:41"
|
|
},
|
|
{
|
|
"name": "phpoption/phpoption",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/php-option.git",
|
|
"reference": "e686c0d55c87e042dec9c7fe3fa86b2b3b9d9ee3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e686c0d55c87e042dec9c7fe3fa86b2b3b9d9ee3",
|
|
"reference": "e686c0d55c87e042dec9c7fe3fa86b2b3b9d9ee3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PhpOption\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache2"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "http://jmsyst.com",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Option Type for PHP",
|
|
"keywords": [
|
|
"language",
|
|
"option",
|
|
"php",
|
|
"type"
|
|
],
|
|
"time": "2013-03-28 16:34:57"
|
|
},
|
|
{
|
|
"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": "sensio/distribution-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sensio/Bundle/DistributionBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sensio/SensioDistributionBundle.git",
|
|
"reference": "4a2c803dc8db79952ad5e71783c16178427bbc02"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sensio/SensioDistributionBundle/zipball/4a2c803dc8db79952ad5e71783c16178427bbc02",
|
|
"reference": "4a2c803dc8db79952ad5e71783c16178427bbc02",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"symfony/framework-bundle": ">=2.2,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sensio\\Bundle\\DistributionBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "The base bundle for the Symfony Distributions",
|
|
"keywords": [
|
|
"configuration",
|
|
"distribution"
|
|
],
|
|
"time": "2013-04-16 15:18:14"
|
|
},
|
|
{
|
|
"name": "stof/doctrine-extensions-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Stof/DoctrineExtensionsBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
|
|
"reference": "62b1dd67fadb6fdd72d6606cafa6260c18896b61"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/62b1dd67fadb6fdd72d6606cafa6260c18896b61",
|
|
"reference": "62b1dd67fadb6fdd72d6606cafa6260c18896b61",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"gedmo/doctrine-extensions": "2.3.*",
|
|
"php": ">=5.3.2",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/doctrine-bundle": "to use the ORM extensions",
|
|
"doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Stof\\DoctrineExtensionsBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christophe Coevoet",
|
|
"email": "stof@notk.org"
|
|
}
|
|
],
|
|
"description": "Integration of the gedmo/doctrine-extensions with Symfony2",
|
|
"homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
|
|
"keywords": [
|
|
"behaviors",
|
|
"doctrine2",
|
|
"extensions",
|
|
"gedmo",
|
|
"loggable",
|
|
"nestedset",
|
|
"sluggable",
|
|
"sortable",
|
|
"timestampable",
|
|
"translatable",
|
|
"tree"
|
|
],
|
|
"time": "2013-04-07 18:16:23"
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "e77eb358a1aa7157afb922f33e2afc22f6a7bef2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/e77eb358a1aa7157afb922f33e2afc22f6a7bef2",
|
|
"reference": "e77eb358a1aa7157afb922f33e2afc22f6a7bef2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.3-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": "2013-04-11 10:22:54"
|
|
},
|
|
{
|
|
"name": "sylius/addressing-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/AddressingBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusAddressingBundle.git",
|
|
"reference": "1ac2e847ce72f84f1b19078b60d03b0cf24e2082"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusAddressingBundle/zipball/1ac2e847ce72f84f1b19078b60d03b0cf24e2082",
|
|
"reference": "1ac2e847ce72f84f1b19078b60d03b0cf24e2082",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"stof/doctrine-extensions-bundle": "1.1.*",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.2,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": ">=2.3,<3.0",
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.2,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\AddressingBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusAddressingBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Addressing and zone management for Symfony2 applications.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"address",
|
|
"addressing",
|
|
"ecommerce",
|
|
"shop",
|
|
"zones"
|
|
],
|
|
"time": "2013-04-05 13:49:47"
|
|
},
|
|
{
|
|
"name": "sylius/assortment-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/AssortmentBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusAssortmentBundle.git",
|
|
"reference": "acec545506dbdc062a4870a74f58eb8582408610"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusAssortmentBundle/zipball/acec545506dbdc062a4870a74f58eb8582408610",
|
|
"reference": "acec545506dbdc062a4870a74f58eb8582408610",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"stof/doctrine-extensions-bundle": "1.1.*",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.2,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": ">=2.3,<3.0",
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.2,<3.0",
|
|
"symfony/validator": ">=2.2,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\AssortmentBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusAssortmentBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Manage products, their variants, properties and options in your Symfony2 application.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"ecommerce",
|
|
"product",
|
|
"products",
|
|
"shop"
|
|
],
|
|
"time": "2013-03-29 12:43:44"
|
|
},
|
|
{
|
|
"name": "sylius/cart-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/CartBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusCartBundle.git",
|
|
"reference": "8ba84603f4196ad8ecd36f29e58711fb859876ff"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusCartBundle/zipball/8ba84603f4196ad8ecd36f29e58711fb859876ff",
|
|
"reference": "8ba84603f4196ad8ecd36f29e58711fb859876ff",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/php-diff": "dev-master",
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.1,<3.0",
|
|
"symfony/validator": ">=2.1,<3.0",
|
|
"twig/twig": ">=1.11.0,<2.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\CartBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusCartBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Cart feature for your next Symfony2 application.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"cart",
|
|
"carts",
|
|
"ecommerce",
|
|
"shop",
|
|
"sylius"
|
|
],
|
|
"time": "2013-04-21 08:04:58"
|
|
},
|
|
{
|
|
"name": "sylius/flow-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/FlowBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusFlowBundle.git",
|
|
"reference": "68c6dba027a269c9b5e17c385b2e23729983c714"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusFlowBundle/zipball/68c6dba027a269c9b5e17c385b2e23729983c714",
|
|
"reference": "68c6dba027a269c9b5e17c385b2e23729983c714",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/yaml": ">=2.1,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\FlowBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusFlowBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Multiple action setups for Symfony2, build your checkouts/installers or whatever needs more than one step to complete.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"checkout",
|
|
"flow",
|
|
"installation",
|
|
"steps"
|
|
],
|
|
"time": "2013-04-03 18:33:42"
|
|
},
|
|
{
|
|
"name": "sylius/installer-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/InstallerBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusInstallerBundle.git",
|
|
"reference": "81de364899068db9fab1e2e0f5f02fe277977162"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusInstallerBundle/zipball/81de364899068db9fab1e2e0f5f02fe277977162",
|
|
"reference": "81de364899068db9fab1e2e0f5f02fe277977162",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"sylius/flow-bundle": "0.1.*",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.2,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.2,<3.0",
|
|
"symfony/validator": ">=2.2,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\InstallerBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusInstallerBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Web and command line installer for Sylius.",
|
|
"homepage": "http://sylius.com",
|
|
"keywords": [
|
|
"ecommerce",
|
|
"install",
|
|
"installer",
|
|
"shop"
|
|
],
|
|
"time": "2013-05-24 14:40:02"
|
|
},
|
|
{
|
|
"name": "sylius/inventory-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/InventoryBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusInventoryBundle.git",
|
|
"reference": "50420470ebef667a4025f99ab6f554240b32bf4c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusInventoryBundle/zipball/50420470ebef667a4025f99ab6f554240b32bf4c",
|
|
"reference": "50420470ebef667a4025f99ab6f554240b32bf4c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"twig/twig": "*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\InventoryBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusInventoryBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Flexible inventory management for Symfony2 applications.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"ecommerce",
|
|
"inventory",
|
|
"shop",
|
|
"stock"
|
|
],
|
|
"time": "2013-02-03 18:20:49"
|
|
},
|
|
{
|
|
"name": "sylius/money-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/MoneyBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusMoneyBundle.git",
|
|
"reference": "c2370f4e08de6f1120ab276aba97250a6f2b4b44"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusMoneyBundle/zipball/c2370f4e08de6f1120ab276aba97250a6f2b4b44",
|
|
"reference": "c2370f4e08de6f1120ab276aba97250a6f2b4b44",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"mathiasverraes/money": "dev-master",
|
|
"php": ">=5.3.3",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/php-diff": "*",
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.2,<3.0",
|
|
"twig/twig": ">=1.11.0,<2.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\MoneyBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusMoneyBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Sylius integration with PHP Money library.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"cash",
|
|
"currency",
|
|
"money"
|
|
],
|
|
"time": "2013-03-12 19:07:10"
|
|
},
|
|
{
|
|
"name": "sylius/omnipay-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/OmnipayBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusOmnipayBundle.git",
|
|
"reference": "ec33d6b7c5edf59540633c17968b53046d264c22"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusOmnipayBundle/zipball/ec33d6b7c5edf59540633c17968b53046d264c22",
|
|
"reference": "ec33d6b7c5edf59540633c17968b53046d264c22",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"omnipay/omnipay": "dev-master",
|
|
"php": ">=5.3.3",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.1,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.9.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\OmnipayBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusOmnipayBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony2 integration with Omnipay - multi-gateway, payment processing library.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"authorize.net",
|
|
"dps",
|
|
"ecommerce",
|
|
"gateway",
|
|
"merchant",
|
|
"omnipay",
|
|
"payment",
|
|
"paymentexpress",
|
|
"paypal",
|
|
"shop",
|
|
"sylius"
|
|
],
|
|
"time": "2013-05-16 16:03:43"
|
|
},
|
|
{
|
|
"name": "sylius/payments-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/PaymentsBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusPaymentsBundle.git",
|
|
"reference": "bbf2ab65b45520c0140d54e4215ff64442f070ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusPaymentsBundle/zipball/bbf2ab65b45520c0140d54e4215ff64442f070ea",
|
|
"reference": "bbf2ab65b45520c0140d54e4215ff64442f070ea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"stof/doctrine-extensions-bundle": "1.1.*",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.1,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\PaymentsBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusPaymentsBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Flexible payments system for Symfony2 ecommerce applications.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"payment",
|
|
"payments"
|
|
],
|
|
"time": "2013-04-03 18:40:12"
|
|
},
|
|
{
|
|
"name": "sylius/promotions-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/PromotionsBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusPromotionsBundle.git",
|
|
"reference": "20b8cd92bdadcc65a1465ca8b59b37f719eef932"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusPromotionsBundle/zipball/20b8cd92bdadcc65a1465ca8b59b37f719eef932",
|
|
"reference": "20b8cd92bdadcc65a1465ca8b59b37f719eef932",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.2,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": ">=2.3,<3.0",
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.2,<3.0",
|
|
"symfony/validator": ">=2.2,<3.0"
|
|
},
|
|
"suggest": {
|
|
"sylius/sales-bundle": "0.1.*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\PromotionsBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusPromotionsBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Manage promotions in your Symfony2 application.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"coupons",
|
|
"discounts",
|
|
"ecommerce",
|
|
"promotions",
|
|
"shop"
|
|
],
|
|
"time": "2013-04-28 20:58:04"
|
|
},
|
|
{
|
|
"name": "sylius/resource-bundle",
|
|
"version": "v0.1.0",
|
|
"target-dir": "Sylius/Bundle/ResourceBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusResourceBundle.git",
|
|
"reference": "v0.1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusResourceBundle/zipball/v0.1.0",
|
|
"reference": "v0.1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"friendsofsymfony/rest-bundle": "0.11.*@dev",
|
|
"jms/serializer-bundle": "0.11.*",
|
|
"php": ">=5.3.3",
|
|
"symfony/framework-bundle": ">=2.1,<3.0",
|
|
"white-october/pagerfanta-bundle": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/mongodb-odm": "1.0.*@dev",
|
|
"doctrine/orm": ">=2.3,<3.0",
|
|
"phpspec/php-diff": "dev-master",
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"twig/twig": ">=1.11.0,<2.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/mongodb-odm": "1.0.*@dev",
|
|
"doctrine/orm": "~2.3",
|
|
"fsc/hateoas-bundle": "0.3.x-dev"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\ResourceBundle\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusResourceBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Resource component for Sylius.",
|
|
"homepage": "http://sylius.com",
|
|
"keywords": [
|
|
"persistence",
|
|
"resource",
|
|
"storage",
|
|
"sylius"
|
|
],
|
|
"time": "2013-04-24 19:23:57"
|
|
},
|
|
{
|
|
"name": "sylius/sales-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/SalesBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusSalesBundle.git",
|
|
"reference": "1b6108db1cf4f66328b32c4f8eae621fe05be84c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusSalesBundle/zipball/1b6108db1cf4f66328b32c4f8eae621fe05be84c",
|
|
"reference": "1b6108db1cf4f66328b32c4f8eae621fe05be84c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.1,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\SalesBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusSalesBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Sales order management for Symfony2 applications.",
|
|
"homepage": "http://Sylius.org",
|
|
"keywords": [
|
|
"ecommerce",
|
|
"order",
|
|
"orders",
|
|
"sales",
|
|
"shop"
|
|
],
|
|
"time": "2013-04-08 16:42:46"
|
|
},
|
|
{
|
|
"name": "sylius/settings-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/SettingsBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusSettingsBundle.git",
|
|
"reference": "a1dc42b714ee5ef614c6b9dbf19c9c9c547435c1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusSettingsBundle/zipball/a1dc42b714ee5ef614c6b9dbf19c9c9c547435c1",
|
|
"reference": "a1dc42b714ee5ef614c6b9dbf19c9c9c547435c1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"liip/doctrine-cache-bundle": "*",
|
|
"php": ">=5.3.3",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.2,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": ">=2.3,<3.0",
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.2,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\SettingsBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusSettingsBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Settings system for Symfony2 applications, editable via web user interface.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"Settings",
|
|
"config",
|
|
"configuration",
|
|
"ecommerce",
|
|
"shop",
|
|
"webshop"
|
|
],
|
|
"time": "2013-04-01 10:05:57"
|
|
},
|
|
{
|
|
"name": "sylius/shipping-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/ShippingBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusShippingBundle.git",
|
|
"reference": "9bd7a26089ec207138ab3c5b074ba9c9a1a29248"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusShippingBundle/zipball/9bd7a26089ec207138ab3c5b074ba9c9a1a29248",
|
|
"reference": "9bd7a26089ec207138ab3c5b074ba9c9a1a29248",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"stof/doctrine-extensions-bundle": "1.1.*",
|
|
"sylius/money-bundle": "0.1.*",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.1,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\ShippingBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusShippingBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Flexible shipping system for Symfony2 ecommerce applications.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"delivery",
|
|
"ecommerce",
|
|
"shipments",
|
|
"shipping",
|
|
"shop",
|
|
"webshop"
|
|
],
|
|
"time": "2013-03-12 23:07:49"
|
|
},
|
|
{
|
|
"name": "sylius/taxation-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/TaxationBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusTaxationBundle.git",
|
|
"reference": "ae3435c1e3be5564827e0744aa2f5fa90f056b0b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusTaxationBundle/zipball/ae3435c1e3be5564827e0744aa2f5fa90f056b0b",
|
|
"reference": "ae3435c1e3be5564827e0744aa2f5fa90f056b0b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"stof/doctrine-extensions-bundle": "1.*",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.1,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\TaxationBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusTaxationBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Flexible taxation system for Symfony2 ecommerce applications.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"ecommerce",
|
|
"shop",
|
|
"tax",
|
|
"taxation",
|
|
"taxes",
|
|
"webshop"
|
|
],
|
|
"time": "2013-04-18 16:16:06"
|
|
},
|
|
{
|
|
"name": "sylius/taxonomies-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Sylius/Bundle/TaxonomiesBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sylius/SyliusTaxonomiesBundle.git",
|
|
"reference": "287e975d9b38c89b7cbf5ac70ac4801626b13902"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sylius/SyliusTaxonomiesBundle/zipball/287e975d9b38c89b7cbf5ac70ac4801626b13902",
|
|
"reference": "287e975d9b38c89b7cbf5ac70ac4801626b13902",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.3,<3.0",
|
|
"php": ">=5.3.3",
|
|
"sylius/resource-bundle": "0.1.*",
|
|
"symfony/framework-bundle": ">=2.2,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec2": "dev-develop",
|
|
"symfony/form": ">=2.2,<3.0",
|
|
"twig/twig": "*"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sylius\\Bundle\\TaxonomiesBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"email": "pjedrzejewski@diweb.pl",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "https://github.com/Sylius/SyliusTaxonomiesBundle/contributors"
|
|
}
|
|
],
|
|
"description": "Flexible categorization system for Symfony2.",
|
|
"homepage": "http://sylius.org",
|
|
"keywords": [
|
|
"categorization",
|
|
"category",
|
|
"ecommerce",
|
|
"shop",
|
|
"sylius",
|
|
"taxonomies",
|
|
"taxonomy"
|
|
],
|
|
"time": "2013-04-27 12:01:22"
|
|
},
|
|
{
|
|
"name": "symfony/assetic-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Bundle/AsseticBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/AsseticBundle.git",
|
|
"reference": "90d3e238743a5c8def765079ad8084151d4e4fee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/90d3e238743a5c8def765079ad8084151d4e4fee",
|
|
"reference": "90d3e238743a5c8def765079ad8084151d4e4fee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"kriswallsmith/assetic": ">=1.1.0-alpha4,<1.2-dev",
|
|
"php": ">=5.3.0",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/class-loader": ">=2.1,<3.0",
|
|
"symfony/console": ">=2.1,<3.0",
|
|
"symfony/css-selector": ">=2.1,<3.0",
|
|
"symfony/dom-crawler": ">=2.1,<3.0",
|
|
"symfony/form": ">=2.1,<3.0",
|
|
"symfony/twig-bundle": ">=2.1,<3.0",
|
|
"symfony/yaml": ">=2.1,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/twig-bundle": "~2.1"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bundle\\AsseticBundle": ""
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2013-03-25 20:16:21"
|
|
},
|
|
{
|
|
"name": "symfony/monolog-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Bundle/MonologBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/MonologBundle.git",
|
|
"reference": "a165416edd8d8ada8a174dfeec11550e9a491792"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/MonologBundle/zipball/a165416edd8d8ada8a174dfeec11550e9a491792",
|
|
"reference": "a165416edd8d8ada8a174dfeec11550e9a491792",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"monolog/monolog": ">=1.3,<2.0",
|
|
"php": ">=5.3.2",
|
|
"symfony/config": ">=2.2-beta2,<3.0",
|
|
"symfony/dependency-injection": ">=2.2-beta2,<3.0",
|
|
"symfony/monolog-bridge": ">=2.2-beta2,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/yaml": ">=2.2-beta2,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bundle\\MonologBundle": ""
|
|
}
|
|
},
|
|
"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 MonologBundle",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"log",
|
|
"logging"
|
|
],
|
|
"time": "2013-04-24 12:34:02"
|
|
},
|
|
{
|
|
"name": "symfony/swiftmailer-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Bundle/SwiftmailerBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/SwiftmailerBundle.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"swiftmailer/swiftmailer": ">=4.2.0,<4.4-dev",
|
|
"symfony/swiftmailer-bridge": ">=2.1,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": ">=2.1,<3.0",
|
|
"symfony/dependency-injection": ">=2.1,<3.0",
|
|
"symfony/http-kernel": ">=2.1,<3.0",
|
|
"symfony/yaml": ">=2.1,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bundle\\SwiftmailerBundle": ""
|
|
}
|
|
},
|
|
"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 SwiftmailerBundle",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-03-25 20:02:12"
|
|
},
|
|
{
|
|
"name": "symfony/symfony",
|
|
"version": "2.2.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/symfony.git",
|
|
"reference": "609b5ff08cae6cbe15e835f2b58a2ef8d167205a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/symfony/zipball/609b5ff08cae6cbe15e835f2b58a2ef8d167205a",
|
|
"reference": "609b5ff08cae6cbe15e835f2b58a2ef8d167205a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.2,<3.0",
|
|
"php": ">=5.3.3",
|
|
"psr/log": ">=1.0,<2.0",
|
|
"twig/twig": ">=1.11.0,<2.0"
|
|
},
|
|
"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/dependency-injection": "self.version",
|
|
"symfony/doctrine-bridge": "self.version",
|
|
"symfony/dom-crawler": "self.version",
|
|
"symfony/event-dispatcher": "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/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/routing": "self.version",
|
|
"symfony/security": "self.version",
|
|
"symfony/security-bundle": "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,<3.0",
|
|
"doctrine/orm": ">=2.2,<3.0,>=2.2.3",
|
|
"monolog/monolog": ">=1.3,<2.0",
|
|
"propel/propel1": "1.6.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"src/Symfony/Component/HttpFoundation/Resources/stubs",
|
|
"src/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": "The Symfony PHP framework",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"framework"
|
|
],
|
|
"time": "2013-04-24 09:42:33"
|
|
},
|
|
{
|
|
"name": "twig/extensions",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Twig-extensions.git",
|
|
"reference": "v1.0.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/v1.0.0",
|
|
"reference": "v1.0.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"twig/twig": "1.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_Extensions_": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Common additional features for Twig that do not directly belong in core",
|
|
"homepage": "https://github.com/fabpot/Twig-extensions",
|
|
"keywords": [
|
|
"debug",
|
|
"i18n",
|
|
"text"
|
|
],
|
|
"time": "2013-02-28 14:21:30"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Twig.git",
|
|
"reference": "536ea37d1f87a882ce8a5d62680caf881ecaf6fe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Twig/zipball/536ea37d1f87a882ce8a5d62680caf881ecaf6fe",
|
|
"reference": "536ea37d1f87a882ce8a5d62680caf881ecaf6fe",
|
|
"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-04-26 09:34:36"
|
|
},
|
|
{
|
|
"name": "white-october/pagerfanta-bundle",
|
|
"version": "dev-master",
|
|
"target-dir": "WhiteOctober/PagerfantaBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
|
|
"reference": "5d1b9eb262055019a280a0ec48bc0b11fba5bb23"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/5d1b9eb262055019a280a0ec48bc0b11fba5bb23",
|
|
"reference": "5d1b9eb262055019a280a0ec48bc0b11fba5bb23",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"pagerfanta/pagerfanta": "1.0.*",
|
|
"symfony/framework-bundle": ">=2.1,<3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"WhiteOctober\\PagerfantaBundle": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pablo Díez",
|
|
"email": "pablodip@gmail.com",
|
|
"homepage": "http://github.com/pablodip"
|
|
}
|
|
],
|
|
"description": "Bundle to use Pagerfanta with Symfony2",
|
|
"keywords": [
|
|
"page",
|
|
"paging"
|
|
],
|
|
"time": "2013-03-30 22:08:55"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "behat/behat",
|
|
"version": "dev-develop",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/Behat.git",
|
|
"reference": "b69dc512a2face8e210891e770b1aa2b6c9752c3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/Behat/zipball/b69dc512a2face8e210891e770b1aa2b6c9752c3",
|
|
"reference": "b69dc512a2face8e210891e770b1aa2b6c9752c3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"behat/gherkin": ">=2.2.9,<2.3",
|
|
"php": ">=5.3.1",
|
|
"symfony/config": ">=2.0,<3.0",
|
|
"symfony/console": ">=2.0,<3.0",
|
|
"symfony/dependency-injection": ">=2.0,<3.0",
|
|
"symfony/event-dispatcher": ">=2.0,<3.0",
|
|
"symfony/finder": ">=2.0,<3.0",
|
|
"symfony/translation": ">=2.0,<3.0",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"behat/mink-extension": "for integration with Mink testing framework",
|
|
"behat/symfony2-extension": "for integration with Symfony2 web framework",
|
|
"behat/yii-extension": "for integration with Yii web framework"
|
|
},
|
|
"bin": [
|
|
"bin/behat"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\Behat": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Scenario-oriented BDD framework for PHP 5.3",
|
|
"homepage": "http://behat.org/",
|
|
"keywords": [
|
|
"BDD",
|
|
"Behat",
|
|
"Symfony2"
|
|
],
|
|
"time": "2013-04-14 00:40:10"
|
|
},
|
|
{
|
|
"name": "behat/gherkin",
|
|
"version": "dev-develop",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/Gherkin.git",
|
|
"reference": "70a37689d6fc5d4b9772dfac35c112f031306d09"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/70a37689d6fc5d4b9772dfac35c112f031306d09",
|
|
"reference": "70a37689d6fc5d4b9772dfac35c112f031306d09",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1",
|
|
"symfony/finder": ">=2.0,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": ">=2.0,<3.0",
|
|
"symfony/translation": ">=2.0,<3.0",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "If you want to use Config component to manage resources",
|
|
"symfony/translation": "If you want to use Symfony2 translations adapter",
|
|
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\Gherkin": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Gherkin DSL parser for PHP 5.3",
|
|
"homepage": "http://behat.org/",
|
|
"keywords": [
|
|
"BDD",
|
|
"Behat",
|
|
"DSL",
|
|
"Symfony2",
|
|
"parser"
|
|
],
|
|
"time": "2013-03-08 10:25:28"
|
|
},
|
|
{
|
|
"name": "behat/mink",
|
|
"version": "dev-develop",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/Mink.git",
|
|
"reference": "8c6c5f1f5cc33f157d14d819679d490a5a45e488"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/Mink/zipball/8c6c5f1f5cc33f157d14d819679d490a5a45e488",
|
|
"reference": "8c6c5f1f5cc33f157d14d819679d490a5a45e488",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1",
|
|
"symfony/css-selector": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
|
|
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
|
|
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
|
|
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "1.5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\Mink": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Web acceptance testing framework for PHP 5.3",
|
|
"homepage": "http://mink.behat.org/",
|
|
"keywords": [
|
|
"browser",
|
|
"testing",
|
|
"web"
|
|
],
|
|
"time": "2013-04-13 23:39:34"
|
|
},
|
|
{
|
|
"name": "behat/mink-browserkit-driver",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/MinkBrowserKitDriver.git",
|
|
"reference": "v1.1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/MinkBrowserKitDriver/zipball/v1.1.0",
|
|
"reference": "v1.1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"behat/mink": ">=1.5,<1.6",
|
|
"php": ">=5.3.1",
|
|
"symfony/browser-kit": ">=2.0,<3.0",
|
|
"symfony/dom-crawler": ">=2.0,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"silex/silex": "@dev"
|
|
},
|
|
"type": "mink-driver",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\Mink\\Driver": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Symfony2 BrowserKit driver for Mink framework",
|
|
"homepage": "http://mink.behat.org/",
|
|
"keywords": [
|
|
"Mink",
|
|
"Symfony2",
|
|
"browser",
|
|
"testing"
|
|
],
|
|
"time": "2013-04-13 23:46:30"
|
|
},
|
|
{
|
|
"name": "behat/mink-extension",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/MinkExtension.git",
|
|
"reference": "e94e6bfd2a04eb2225fcaaf03c6d71912a3c813f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/e94e6bfd2a04eb2225fcaaf03c6d71912a3c813f",
|
|
"reference": "e94e6bfd2a04eb2225fcaaf03c6d71912a3c813f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"behat/behat": ">=2.4.5,<2.5",
|
|
"behat/mink": ">=1.4.3,<1.6-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"behat/mink-goutte-driver": ">=1.0,<2.0"
|
|
},
|
|
"type": "behat-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\MinkExtension": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Mink extension for Behat",
|
|
"homepage": "http://mink.behat.org",
|
|
"keywords": [
|
|
"browser",
|
|
"gui",
|
|
"test",
|
|
"web"
|
|
],
|
|
"time": "2013-04-17 11:40:55"
|
|
},
|
|
{
|
|
"name": "behat/mink-selenium2-driver",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/MinkSelenium2Driver.git",
|
|
"reference": "cb343097500c92736aa68656774277fba7dde234"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/MinkSelenium2Driver/zipball/cb343097500c92736aa68656774277fba7dde234",
|
|
"reference": "cb343097500c92736aa68656774277fba7dde234",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"behat/mink": ">=1.5,<1.6",
|
|
"instaclick/php-webdriver": ">=1.0.12.0,<1.1",
|
|
"php": ">=5.3.1"
|
|
},
|
|
"type": "mink-driver",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\Mink\\Driver": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
},
|
|
{
|
|
"name": "Pete Otaqui",
|
|
"email": "pete@otaqui.com",
|
|
"homepage": "https://github.com/pete-otaqui"
|
|
}
|
|
],
|
|
"description": "Selenium2 (WebDriver) driver for Mink framework",
|
|
"homepage": "http://mink.behat.org/",
|
|
"keywords": [
|
|
"ajax",
|
|
"browser",
|
|
"javascript",
|
|
"selenium",
|
|
"testing",
|
|
"webdriver"
|
|
],
|
|
"time": "2013-04-17 14:09:11"
|
|
},
|
|
{
|
|
"name": "behat/symfony2-extension",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/Symfony2Extension.git",
|
|
"reference": "567ceeb4ea049d19ffea26c9cce65df5fb7bd23a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/567ceeb4ea049d19ffea26c9cce65df5fb7bd23a",
|
|
"reference": "567ceeb4ea049d19ffea26c9cce65df5fb7bd23a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"behat/behat": ">=2.4.5,<2.5",
|
|
"php": ">=5.3.2",
|
|
"symfony/framework-bundle": ">=2.0,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"behat/mink": ">=1.4.3,<1.5",
|
|
"behat/mink-browserkit-driver": ">=1.0.4,<1.1",
|
|
"behat/mink-extension": ">=1.0.1,<1.1",
|
|
"symfony/symfony": ">=2.1,<3.0"
|
|
},
|
|
"type": "behat-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\Symfony2Extension": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Symfony2 framework extension for Behat",
|
|
"homepage": "http://behat.org",
|
|
"keywords": [
|
|
"BDD",
|
|
"framework",
|
|
"symfony"
|
|
],
|
|
"time": "2013-04-03 11:53:42"
|
|
},
|
|
{
|
|
"name": "instaclick/php-webdriver",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/instaclick/php-webdriver.git",
|
|
"reference": "6f2196bc09dbf4f8eaa2bbcc94d4fc979544706a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6f2196bc09dbf4f8eaa2bbcc94d4fc979544706a",
|
|
"reference": "6f2196bc09dbf4f8eaa2bbcc94d4fc979544706a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"WebDriver": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Justin Bishop",
|
|
"email": "jubishop@gmail.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Anthon Pang",
|
|
"email": "apang@softwaredevelopment.ca",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"description": "PHP WebDriver for Selenium 2",
|
|
"homepage": "http://instaclick.com/torontotechjobs/",
|
|
"keywords": [
|
|
"browser",
|
|
"selenium",
|
|
"webdriver",
|
|
"webtest"
|
|
],
|
|
"time": "2013-02-21 16:05:33"
|
|
},
|
|
{
|
|
"name": "mockery/mockery",
|
|
"version": "0.7.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/padraic/mockery.git",
|
|
"reference": "0.7.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/padraic/mockery/zipball/0.7.2",
|
|
"reference": "0.7.2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"suggest": {
|
|
"Hamcrest": "1.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mockery": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"New BSD"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pádraic Brady",
|
|
"email": "padraic.brady@gmail.com",
|
|
"homepage": "http://blog.astrumfutura.com"
|
|
}
|
|
],
|
|
"description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
|
|
"homepage": "http://github.com/padraic/mockery",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"library",
|
|
"mock",
|
|
"mock objects",
|
|
"mockery",
|
|
"stub",
|
|
"test",
|
|
"test double",
|
|
"testing"
|
|
],
|
|
"time": "2012-01-24 12:22:39"
|
|
},
|
|
{
|
|
"name": "phpspec/php-diff",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpspec/php-diff.git",
|
|
"reference": "8d82ac415225fac373a4073ba14b1fe286aa2312"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/8d82ac415225fac373a4073ba14b1fe286aa2312",
|
|
"reference": "8d82ac415225fac373a4073ba14b1fe286aa2312",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Diff": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chris Boulton",
|
|
"homepage": "http://github.com/chrisboulton"
|
|
}
|
|
],
|
|
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
|
|
"time": "2012-11-08 08:55:45"
|
|
},
|
|
{
|
|
"name": "phpspec/phpspec2",
|
|
"version": "dev-develop",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpspec/phpspec2.git",
|
|
"reference": "d138958550a35029fe767c8c222287f4178bd603"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpspec/phpspec2/zipball/d138958550a35029fe767c8c222287f4178bd603",
|
|
"reference": "d138958550a35029fe767c8c222287f4178bd603",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"mockery/mockery": "0.7.*",
|
|
"php": ">=5.3.3",
|
|
"phpspec/php-diff": "*@dev",
|
|
"symfony/console": ">=2.1, <2.3-dev",
|
|
"symfony/event-dispatcher": ">=2.1, <2.3-dev",
|
|
"symfony/finder": ">=2.1, <2.3-dev",
|
|
"symfony/yaml": ">=2.1, <2.3-dev"
|
|
},
|
|
"bin": [
|
|
"bin/phpspec"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PHPSpec2": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
},
|
|
{
|
|
"name": "Marcello Duarte",
|
|
"homepage": "http://marcelloduarte.net/"
|
|
}
|
|
],
|
|
"description": "Specification-oriented BDD framework for PHP 5.3+",
|
|
"homepage": "http://phpspec.net/",
|
|
"keywords": [
|
|
"BDD",
|
|
"SpecBDD",
|
|
"TDD",
|
|
"spec",
|
|
"specification",
|
|
"testing",
|
|
"tests"
|
|
],
|
|
"time": "2013-03-13 16:01:59"
|
|
}
|
|
],
|
|
"aliases": [
|
|
|
|
],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"mathiasverraes/money": 20,
|
|
"sylius/omnipay-bundle": 20,
|
|
"fsc/hateoas-bundle": 20,
|
|
"phpspec/phpspec2": 20
|
|
},
|
|
"platform": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"platform-dev": [
|
|
|
|
]
|
|
}
|