You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1938 lines
66 KiB
1938 lines
66 KiB
{
|
|
"hash": "00969618f2f0b10a233fb67916e231af",
|
|
"packages": [
|
|
{
|
|
"name": "dflydev/doctrine-orm-service-provider",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider",
|
|
"reference": "b925a32d4657f34b33fb7c7406f6e830aee28192"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider/archive/b925a32d4657f34b33fb7c7406f6e830aee28192.zip",
|
|
"reference": "b925a32d4657f34b33fb7c7406f6e830aee28192",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"doctrine/orm": ">=2.3,<3.0",
|
|
"pimple/pimple": "1.*@dev"
|
|
},
|
|
"require-dev": {
|
|
"cilex/cilex": "1.*@dev",
|
|
"silex/silex": "1.*@dev"
|
|
},
|
|
"suggest": {
|
|
"dflydev/psr0-resource-locator-service-provider": "1.0.*@dev"
|
|
},
|
|
"time": "2012-12-30 23:41:22",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Dflydev\\Cilex\\Provider\\DoctrineOrm": "src",
|
|
"Dflydev\\Pimple\\Provider\\DoctrineOrm": "src",
|
|
"Dflydev\\Silex\\Provider\\DoctrineOrm": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dragonfly Development Inc.",
|
|
"email": "info@dflydev.com",
|
|
"homepage": "http://dflydev.com"
|
|
},
|
|
{
|
|
"name": "Beau Simensen",
|
|
"email": "beau@dflydev.com",
|
|
"homepage": "http://beausimensen.com"
|
|
}
|
|
],
|
|
"description": "Doctrine ORM Service Provider",
|
|
"keywords": [
|
|
"silex",
|
|
"orm",
|
|
"doctrine",
|
|
"pimple",
|
|
"cilex"
|
|
]
|
|
},
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "v1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "v1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/annotations/archive/v1.0.zip",
|
|
"reference": "v1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"doctrine/lexer": "1.*"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "1.*"
|
|
},
|
|
"time": "2013-01-12 19:23:32",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Annotations\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Docblock Annotations Parser",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"parser",
|
|
"docblock"
|
|
]
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "v1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "v1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/cache/archive/v1.0.zip",
|
|
"reference": "v1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"time": "2013-01-10 22:43:46",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Cache\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "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": "Caching library offering an object-oriented API for many cache backends",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching"
|
|
]
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "v1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "v1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/collections/archive/v1.0.zip",
|
|
"reference": "v1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"time": "2013-01-12 16:36:50",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Collections\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Collections Abstraction library",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"collections",
|
|
"iterator",
|
|
"array"
|
|
]
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common",
|
|
"reference": "db84fc111652774f22b72a916aef40ce3f584e45"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/common/archive/db84fc111652774f22b72a916aef40ce3f584e45.zip",
|
|
"reference": "db84fc111652774f22b72a916aef40ce3f584e45",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"doctrine/inflector": "1.*",
|
|
"doctrine/cache": "1.*",
|
|
"doctrine/collections": "1.*",
|
|
"doctrine/lexer": "1.*",
|
|
"doctrine/annotations": "1.*"
|
|
},
|
|
"time": "2013-01-25 05:59:24",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Common Library for Doctrine projects",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"collections",
|
|
"spl",
|
|
"eventmanager",
|
|
"annotations",
|
|
"persistence"
|
|
]
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal",
|
|
"reference": "19269218ee387bd96b4fc8f31b1f492f298c5917"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/dbal/archive/19269218ee387bd96b4fc8f31b1f492f298c5917.zip",
|
|
"reference": "19269218ee387bd96b4fc8f31b1f492f298c5917",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"doctrine/common": "2.4.x-dev"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "2.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
},
|
|
"time": "2013-01-25 06:00:32",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
}
|
|
],
|
|
"description": "Database Abstraction Layer",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"persistence",
|
|
"dbal",
|
|
"queryobject"
|
|
]
|
|
},
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "v1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "v1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/inflector/archive/v1.0.zip",
|
|
"reference": "v1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"time": "2013-01-10 21:49:15",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Inflector\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"string",
|
|
"inflection",
|
|
"singuarlize",
|
|
"pluarlize"
|
|
]
|
|
},
|
|
{
|
|
"name": "doctrine/lexer",
|
|
"version": "v1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
"reference": "v1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/lexer/archive/v1.0.zip",
|
|
"reference": "v1.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"time": "2013-01-12 18:59:04",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Lexer\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"parser",
|
|
"lexer"
|
|
]
|
|
},
|
|
{
|
|
"name": "doctrine/migrations",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/migrations",
|
|
"reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/migrations/archive/e1f6efcd94993b493de5c6a413cbc327ea9c0caa.zip",
|
|
"reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"doctrine/dbal": ">=2.0,<2.5.x-dev"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "2.*",
|
|
"symfony/yaml": "2.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "to run the migration from the console"
|
|
},
|
|
"time": "2012-12-27 16:39:29",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL\\Migrations": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
}
|
|
],
|
|
"description": "Database Schema migrations using Doctrine DBAL",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"migrations"
|
|
]
|
|
},
|
|
{
|
|
"name": "doctrine/orm",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/doctrine/doctrine2.git",
|
|
"reference": "f5f583d1ccb3ea902adb61c0dacb65aa9c2617a3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/doctrine2/archive/f5f583d1ccb3ea902adb61c0dacb65aa9c2617a3.zip",
|
|
"reference": "f5f583d1ccb3ea902adb61c0dacb65aa9c2617a3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"ext-pdo": "*",
|
|
"symfony/console": "2.*",
|
|
"doctrine/dbal": ">=2.4-dev,<2.5-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
|
|
},
|
|
"time": "2013-01-23 23:17:32",
|
|
"bin": [
|
|
"bin/doctrine",
|
|
"bin/doctrine.php"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\ORM\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com",
|
|
"homepage": "http://www.instaclick.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
}
|
|
],
|
|
"description": "Object-Relational-Mapper for PHP",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"orm"
|
|
]
|
|
},
|
|
{
|
|
"name": "gedmo/doctrine-extensions",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/l3pp4rd/DoctrineExtensions.git",
|
|
"reference": "93349ad3ab200c7aa69237355c4ee811d359d160"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/l3pp4rd/DoctrineExtensions/archive/93349ad3ab200c7aa69237355c4ee811d359d160.zip",
|
|
"reference": "93349ad3ab200c7aa69237355c4ee811d359d160",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"doctrine/common": ">=2.2,<2.5-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/mongodb": ">=1.0.0-BETA1",
|
|
"doctrine/mongodb-odm": ">=1.0.0-BETA6",
|
|
"doctrine/orm": ">=2.2",
|
|
"doctrine/dbal": ">=2.2",
|
|
"symfony/yaml": "2.*"
|
|
},
|
|
"suggest": {
|
|
"doctrine/orm": ">=2.2",
|
|
"doctrine/dbal": ">=2.2",
|
|
"doctrine/mongodb": ">=1.0.0",
|
|
"doctrine/mongodb-odm": ">=1.0.0-BETA7"
|
|
},
|
|
"time": "2013-01-24 18:57:40",
|
|
"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": "Gediminas Morkevicius",
|
|
"email": "gediminas.morkevicius@gmail.com"
|
|
}
|
|
],
|
|
"description": "Doctrine2 behavioral extensions",
|
|
"homepage": "http://gediminasm.org/",
|
|
"keywords": [
|
|
"tree",
|
|
"behaviors",
|
|
"doctrine2",
|
|
"extensions",
|
|
"gedmo",
|
|
"sluggable",
|
|
"loggable",
|
|
"translatable",
|
|
"nestedset",
|
|
"sortable",
|
|
"timestampable"
|
|
]
|
|
},
|
|
{
|
|
"name": "knplabs/knp-menu",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "http://github.com/KnpLabs/KnpMenu.git",
|
|
"reference": "730bc37232f5f813822acf80edfbd89381ea5971"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/KnpLabs/KnpMenu/archive/730bc37232f5f813822acf80edfbd89381ea5971.zip",
|
|
"reference": "730bc37232f5f813822acf80edfbd89381ea5971",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"silex/silex": "1.0.*",
|
|
"twig/twig": ">=1.2,<2.0-dev",
|
|
"pimple/pimple": "1.0.*"
|
|
},
|
|
"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"
|
|
},
|
|
"time": "2012-12-27 13:04:16",
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog",
|
|
"reference": "957ee8d0d62fad0c336797f0fb1ffa63ae6d6c71"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/Seldaek/monolog/archive/957ee8d0d62fad0c336797f0fb1ffa63ae6d6c71.zip",
|
|
"reference": "957ee8d0d62fad0c336797f0fb1ffa63ae6d6c71",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": ">=1.0,<2.0"
|
|
},
|
|
"require-dev": {
|
|
"mlehner/gelf-php": "1.0.*",
|
|
"doctrine/couchdb": "dev-master",
|
|
"raven/raven": "0.3.*"
|
|
},
|
|
"suggest": {
|
|
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
"raven/raven": "Allow sending log messages to a Sentry server"
|
|
},
|
|
"time": "2013-01-22 15:02:20",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Monolog": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
]
|
|
},
|
|
{
|
|
"name": "pagerfanta/pagerfanta",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/whiteoctober/Pagerfanta.git",
|
|
"reference": "12f71d99457b018fb80746f84514dd5b495c5789"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/whiteoctober/Pagerfanta/archive/12f71d99457b018fb80746f84514dd5b495c5789.zip",
|
|
"reference": "12f71d99457b018fb80746f84514dd5b495c5789",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/orm": "2.*",
|
|
"doctrine/mongodb-odm": "2.*",
|
|
"solarium/solarium": "2.*"
|
|
},
|
|
"time": "2012-08-22 21:56:31",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pagerfanta\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pablo Díez",
|
|
"email": "pablodip@gmail.com",
|
|
"homepage": "http://github.com/pablodip"
|
|
}
|
|
],
|
|
"description": "Pagination for PHP 5.3",
|
|
"keywords": [
|
|
"page",
|
|
"paging"
|
|
]
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/fabpot/Pimple.git",
|
|
"reference": "d58cec632dfdd3305d6b4f2563a5cf2a75b4d978"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/fabpot/Pimple/archive/d58cec632dfdd3305d6b4f2563a5cf2a75b4d978.zip",
|
|
"reference": "d58cec632dfdd3305d6b4f2563a5cf2a75b4d978",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2013-01-07 10:39:26",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pimple": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
|
|
"homepage": "http://pimple.sensiolabs.org",
|
|
"keywords": [
|
|
"dependency injection",
|
|
"container"
|
|
]
|
|
},
|
|
{
|
|
"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": ""
|
|
},
|
|
"time": "2012-12-21 11:40:51",
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "silex/silex",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/fabpot/Silex.git",
|
|
"reference": "a23c221e609a17dfc2923066e1680149b7678cf9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/fabpot/Silex/archive/a23c221e609a17dfc2923066e1680149b7678cf9.zip",
|
|
"reference": "a23c221e609a17dfc2923066e1680149b7678cf9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"pimple/pimple": "1.*",
|
|
"symfony/event-dispatcher": ">=2.1,<2.3-dev",
|
|
"symfony/http-foundation": ">=2.1,<2.3-dev",
|
|
"symfony/http-kernel": ">=2.1,<2.3-dev",
|
|
"symfony/routing": ">=2.1,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"twig/twig": ">=1.8.0,<2.0-dev",
|
|
"swiftmailer/swiftmailer": "4.2.*",
|
|
"doctrine/dbal": ">=2.2.0,<2.4.0-dev",
|
|
"symfony/security": ">=2.1,<2.3-dev",
|
|
"symfony/config": ">=2.1,<2.3-dev",
|
|
"symfony/locale": ">=2.1,<2.3-dev",
|
|
"symfony/form": ">=2.1,<2.3-dev",
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev",
|
|
"symfony/css-selector": ">=2.1,<2.3-dev",
|
|
"symfony/finder": ">=2.1,<2.3-dev",
|
|
"symfony/monolog-bridge": ">=2.1,<2.3-dev",
|
|
"symfony/process": ">=2.1,<2.3-dev",
|
|
"symfony/translation": ">=2.1,<2.3-dev",
|
|
"symfony/twig-bridge": ">=2.1,<2.3-dev",
|
|
"symfony/validator": ">=2.1,<2.3-dev",
|
|
"symfony/serializer": ">=2.1,<2.3-dev",
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev",
|
|
"symfony/options-resolver": ">=2.1,<2.3-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev",
|
|
"symfony/css-selector": ">=2.1,<2.3-dev",
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev"
|
|
},
|
|
"time": "2013-01-25 06:59:19",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Silex": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch",
|
|
"homepage": "http://wiedler.ch/igor/"
|
|
}
|
|
],
|
|
"description": "The PHP micro-framework based on the Symfony2 Components",
|
|
"homepage": "http://silex.sensiolabs.org",
|
|
"keywords": [
|
|
"microframework"
|
|
]
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v4.1.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "v4.1.8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.1.8",
|
|
"reference": "v4.1.8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"time": "2012-06-17 13:55:34",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Chris Corbyn"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "http://swiftmailer.org",
|
|
"keywords": [
|
|
"mail",
|
|
"mailer"
|
|
]
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Config",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Config",
|
|
"reference": "v2.2.0-BETA2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Config/archive/v2.2.0-BETA2.zip",
|
|
"reference": "v2.2.0-BETA2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-17 15:25:59",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Config\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Config Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Console",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Console",
|
|
"reference": "fdb2d9320106926266a0f7a5a97aab7213e11ad6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Console/archive/fdb2d9320106926266a0f7a5a97aab7213e11ad6.zip",
|
|
"reference": "fdb2d9320106926266a0f7a5a97aab7213e11ad6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-24 15:55:08",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Console Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/dependency-injection",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/DependencyInjection",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/DependencyInjection",
|
|
"reference": "v2.2.0-BETA2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/DependencyInjection/archive/v2.2.0-BETA2.zip",
|
|
"reference": "v2.2.0-BETA2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/yaml": "2.2.*",
|
|
"symfony/config": "2.2.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "2.2.*",
|
|
"symfony/config": "2.2.*"
|
|
},
|
|
"time": "2013-01-23 20:21:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony DependencyInjection Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/EventDispatcher",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/EventDispatcher/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/dependency-injection": "2.1.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "2.1.*",
|
|
"symfony/http-kernel": "2.1.*"
|
|
},
|
|
"time": "2013-01-11 00:31:43",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\EventDispatcher": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony EventDispatcher Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/form",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/Form",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Form",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Form/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/event-dispatcher": "2.1.*",
|
|
"symfony/locale": "2.1.*",
|
|
"symfony/options-resolver": "2.1.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/validator": "2.1.*",
|
|
"symfony/http-foundation": "2.1.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/validator": "2.1.*",
|
|
"symfony/http-foundation": "2.1.*"
|
|
},
|
|
"time": "2013-01-11 13:37:17",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Form": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Form Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/http-foundation",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/HttpFoundation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpFoundation",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/HttpFoundation/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-11 00:31:43",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpFoundation": "",
|
|
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony HttpFoundation Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/http-kernel",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/HttpKernel",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpKernel",
|
|
"reference": "e57b260d74b04671d26cc37c2049b90924bb636d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/HttpKernel/archive/e57b260d74b04671d26cc37c2049b90924bb636d.zip",
|
|
"reference": "e57b260d74b04671d26cc37c2049b90924bb636d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/event-dispatcher": "2.1.*",
|
|
"symfony/http-foundation": "2.1.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/browser-kit": "2.1.*",
|
|
"symfony/class-loader": "2.1.*",
|
|
"symfony/config": "2.1.*",
|
|
"symfony/console": "2.1.*",
|
|
"symfony/dependency-injection": "2.1.*",
|
|
"symfony/finder": "2.1.*",
|
|
"symfony/process": "2.1.*",
|
|
"symfony/routing": "2.1.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": "2.1.*",
|
|
"symfony/class-loader": "2.1.*",
|
|
"symfony/config": "2.1.*",
|
|
"symfony/console": "2.1.*",
|
|
"symfony/dependency-injection": "2.1.*",
|
|
"symfony/finder": "2.1.*"
|
|
},
|
|
"time": "2013-01-17 23:11:33",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpKernel": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony HttpKernel Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/locale",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/Locale",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Locale",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Locale/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-10 04:41:59",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Locale": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Locale Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/OptionsResolver",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/OptionsResolver",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/OptionsResolver/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-09 08:51:07",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\OptionsResolver": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony OptionsResolver Component",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"configuration",
|
|
"config",
|
|
"options"
|
|
]
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Routing",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Routing",
|
|
"reference": "v2.2.0-BETA2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Routing/archive/v2.2.0-BETA2.zip",
|
|
"reference": "v2.2.0-BETA2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/common": ">=2.2,<2.4-dev",
|
|
"symfony/config": "2.2.*",
|
|
"symfony/yaml": "2.2.*",
|
|
"symfony/http-kernel": "2.2.*",
|
|
"psr/log": ">=1.0,<2.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/common": ">=2.2,<2.4-dev",
|
|
"symfony/config": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"time": "2013-01-21 16:57:32",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Routing\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Routing Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/security",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/Security",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Security",
|
|
"reference": "9614e70a3b18909350c877d83aada298b7380f92"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Security/archive/9614e70a3b18909350c877d83aada298b7380f92.zip",
|
|
"reference": "9614e70a3b18909350c877d83aada298b7380f92",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/event-dispatcher": "2.1.*",
|
|
"symfony/http-foundation": "2.1.*",
|
|
"symfony/http-kernel": "2.1.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/form": "2.1.*",
|
|
"symfony/routing": "2.1.*",
|
|
"symfony/validator": "2.1.*",
|
|
"doctrine/common": ">=2.2,<2.4-dev",
|
|
"doctrine/dbal": ">=2.2,<2.4-dev"
|
|
},
|
|
"suggest": {
|
|
"doctrine/dbal": "to use the built-in ACL implementation",
|
|
"symfony/class-loader": "2.1.*",
|
|
"symfony/finder": "2.1.*",
|
|
"symfony/form": "2.1.*",
|
|
"symfony/validator": "2.1.*",
|
|
"symfony/routing": "2.1.*"
|
|
},
|
|
"time": "2013-01-22 07:14:57",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Security": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Security Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/Translation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Translation",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Translation/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "2.1.*",
|
|
"symfony/yaml": "2.1.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "2.1.*",
|
|
"symfony/yaml": "2.1.*"
|
|
},
|
|
"time": "2013-01-09 08:51:07",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Translation": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Translation Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/twig-bridge",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Bridge/Twig",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/TwigBridge",
|
|
"reference": "v2.2.0-BETA2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/TwigBridge/archive/v2.2.0-BETA2.zip",
|
|
"reference": "v2.2.0-BETA2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"twig/twig": ">=1.9.1,<2.0-dev"
|
|
},
|
|
"require-dev": {
|
|
"symfony/form": "2.2.*",
|
|
"symfony/routing": "2.2.*",
|
|
"symfony/templating": "2.2.*",
|
|
"symfony/translation": "2.2.*",
|
|
"symfony/yaml": "2.2.*",
|
|
"symfony/security": "2.2.*",
|
|
"symfony/http-kernel": "2.2.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/form": "2.2.*",
|
|
"symfony/routing": "2.2.*",
|
|
"symfony/templating": "2.2.*",
|
|
"symfony/translation": "2.2.*",
|
|
"symfony/yaml": "2.2.*",
|
|
"symfony/security": "2.2.*",
|
|
"symfony/http-kernel": "2.2.*"
|
|
},
|
|
"time": "2013-01-23 20:26:57",
|
|
"type": "symfony-bridge",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bridge\\Twig\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Twig Bridge",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/validator",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/Validator",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Validator",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Validator/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-foundation": "2.1.*",
|
|
"symfony/locale": "2.1.*",
|
|
"symfony/yaml": "2.1.*"
|
|
},
|
|
"suggest": {
|
|
"doctrine/common": ">=2.1,<2.4-dev",
|
|
"symfony/http-foundation": "2.1.*",
|
|
"symfony/yaml": "2.1.*"
|
|
},
|
|
"time": "2013-01-11 00:31:43",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Validator": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Validator Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/Yaml",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Yaml",
|
|
"reference": "fef0f818ba06a69da9a976592bde7b951de33a0f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Yaml/archive/fef0f818ba06a69da9a976592bde7b951de33a0f.zip",
|
|
"reference": "fef0f818ba06a69da9a976592bde7b951de33a0f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-22 07:14:57",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Yaml": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Yaml Component",
|
|
"homepage": "http://symfony.com"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/fabpot/Twig.git",
|
|
"reference": "93c6a8dedc46c73ccdd61342de3d5e761e4412f6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/fabpot/Twig/archive/93c6a8dedc46c73ccdd61342de3d5e761e4412f6.zip",
|
|
"reference": "93c6a8dedc46c73ccdd61342de3d5e761e4412f6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"time": "2013-01-18 09:58:04",
|
|
"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"
|
|
]
|
|
}
|
|
],
|
|
"packages-dev": null,
|
|
"aliases": [
|
|
|
|
],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"silex/silex": 20,
|
|
"symfony/config": 20,
|
|
"symfony/console": 20,
|
|
"symfony/twig-bridge": 20,
|
|
"symfony/dependency-injection": 20,
|
|
"dflydev/doctrine-orm-service-provider": 20,
|
|
"doctrine/migrations": 20,
|
|
"pagerfanta/pagerfanta": 20,
|
|
"knplabs/knp-menu": 20,
|
|
"gedmo/doctrine-extensions": 20
|
|
}
|
|
}
|
|
|