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.
2805 lines
95 KiB
2805 lines
95 KiB
{
|
|
"_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": "70053a4d6a22184cee89f227ae452e41",
|
|
"packages": [
|
|
{
|
|
"name": "chamilo/chash",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/chamilo/chash.git",
|
|
"reference": "4d3ad62b395fe7f5ed39fc2eeb0980fb40cbccb7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/chamilo/chash/zipball/4d3ad62b395fe7f5ed39fc2eeb0980fb40cbccb7",
|
|
"reference": "4d3ad62b395fe7f5ed39fc2eeb0980fb40cbccb7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/console": "2.3.*@dev",
|
|
"symfony/yaml": "2.1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Chash": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"time": "2013-04-16 09:34:42"
|
|
},
|
|
{
|
|
"name": "dflydev/doctrine-orm-service-provider",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider.git",
|
|
"reference": "v1.0.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dflydev/dflydev-doctrine-orm-service-provider/zipball/v1.0.0",
|
|
"reference": "v1.0.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/orm": ">=2.3,<3.0",
|
|
"php": ">=5.3.3",
|
|
"pimple/pimple": "1.*@dev"
|
|
},
|
|
"require-dev": {
|
|
"cilex/cilex": "1.*@dev",
|
|
"silex/silex": "1.*@dev"
|
|
},
|
|
"suggest": {
|
|
"dflydev/psr0-resource-locator-service-provider": "1.0.*@dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Dflydev\\Cilex\\Provider\\DoctrineOrm": "src",
|
|
"Dflydev\\Pimple\\Provider\\DoctrineOrm": "src",
|
|
"Dflydev\\Silex\\Provider\\DoctrineOrm": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dragonfly Development Inc.",
|
|
"email": "info@dflydev.com",
|
|
"homepage": "http://dflydev.com"
|
|
},
|
|
{
|
|
"name": "Beau Simensen",
|
|
"email": "beau@dflydev.com",
|
|
"homepage": "http://beausimensen.com"
|
|
}
|
|
],
|
|
"description": "Doctrine ORM Service Provider",
|
|
"keywords": [
|
|
"cilex",
|
|
"doctrine",
|
|
"orm",
|
|
"pimple",
|
|
"silex"
|
|
],
|
|
"time": "2012-12-30 23:41:22"
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common",
|
|
"reference": "2.3.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/doctrine/common/zipball/2.3.0",
|
|
"reference": "2.3.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3.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": "http://jmsyst.com",
|
|
"role": "Developer of wrapped JMSSerializerBundle"
|
|
}
|
|
],
|
|
"description": "Common Library for Doctrine projects",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"collections",
|
|
"eventmanager",
|
|
"persistence",
|
|
"spl"
|
|
],
|
|
"time": "2012-09-19 22:55:18"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "2.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "2.3.3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/2.3.3",
|
|
"reference": "2.3.3",
|
|
"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-03-24 19:16:29"
|
|
},
|
|
{
|
|
"name": "doctrine/migrations",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/migrations.git",
|
|
"reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/e1f6efcd94993b493de5c6a413cbc327ea9c0caa",
|
|
"reference": "e1f6efcd94993b493de5c6a413cbc327ea9c0caa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/dbal": ">=2.0,<2.5.x-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "2.*",
|
|
"symfony/yaml": "2.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "to run the migration from the console"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL\\Migrations": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan H. Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "http://www.jwage.com/"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
}
|
|
],
|
|
"description": "Database Schema migrations using Doctrine DBAL",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"migrations"
|
|
],
|
|
"time": "2012-12-27 16:39:29"
|
|
},
|
|
{
|
|
"name": "doctrine/orm",
|
|
"version": "2.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/doctrine2.git",
|
|
"reference": "2.3.3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2.3.3",
|
|
"reference": "2.3.3",
|
|
"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-03-24 20:43:58"
|
|
},
|
|
{
|
|
"name": "ezyang/htmlpurifier",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ezyang/htmlpurifier.git",
|
|
"reference": "v4.5.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/v4.5.0",
|
|
"reference": "v4.5.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"HTMLPurifier": "library/"
|
|
},
|
|
"files": [
|
|
"library/HTMLPurifier.composer.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Edward Z. Yang",
|
|
"email": "admin@htmlpurifier.org",
|
|
"homepage": "http://ezyang.com"
|
|
}
|
|
],
|
|
"description": "Standards compliant HTML filter written in PHP",
|
|
"homepage": "http://htmlpurifier.org/",
|
|
"keywords": [
|
|
"html"
|
|
],
|
|
"time": "2013-02-18 00:04:08"
|
|
},
|
|
{
|
|
"name": "franmomu/silex-pagerfanta-provider",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jmontoyaa/silex-pagerfanta-provider.git",
|
|
"reference": "417acc6e761929ccf608c3d34c4d4abeb72f05f0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jmontoyaa/silex-pagerfanta-provider/zipball/417acc6e761929ccf608c3d34c4d4abeb72f05f0",
|
|
"reference": "417acc6e761929ccf608c3d34c4d4abeb72f05f0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"pagerfanta/pagerfanta": "dev-master",
|
|
"silex/silex": "1.0.*@dev",
|
|
"symfony/property-access": ">=2.2,<2.4-dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"FranMoreno": "src/"
|
|
}
|
|
},
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fran Moreno",
|
|
"email": "franmomu@gmail.com",
|
|
"homepage": "http://showmethecode.es"
|
|
}
|
|
],
|
|
"description": "Silex ServiceProvider for Pagerfanta Library",
|
|
"homepage": "https://github.com/franmomu/silex-pagerfanta-provider",
|
|
"keywords": [
|
|
"pagerfanta",
|
|
"service provider",
|
|
"silex"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/jmontoyaa/silex-pagerfanta-provider/tree/master"
|
|
},
|
|
"time": "2013-04-15 11:29:52"
|
|
},
|
|
{
|
|
"name": "gedmo/doctrine-extensions",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/l3pp4rd/DoctrineExtensions.git",
|
|
"reference": "b31e0a4664f13dbf24b0215547e42c401ca5300a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/b31e0a4664f13dbf24b0215547e42c401ca5300a",
|
|
"reference": "b31e0a4664f13dbf24b0215547e42c401ca5300a",
|
|
"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-12 04:03:22"
|
|
},
|
|
{
|
|
"name": "grom/silex-service-provider",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/GromNaN/SilexServiceProvider.git",
|
|
"reference": "v1.0.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/GromNaN/SilexServiceProvider/zipball/v1.0.0",
|
|
"reference": "v1.0.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"imagine/imagine": "*",
|
|
"knplabs/knp-snappy": "dev-master",
|
|
"silex/silex": ">=1.0.0-dev"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Grom\\Silex": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jérôme Tamarelle",
|
|
"email": "jerome@tamarelle.net"
|
|
}
|
|
],
|
|
"description": "Imagine & KnpSnappy integration for Silex.",
|
|
"homepage": "http://github.com/GromNaN/SilexServiceProvider",
|
|
"keywords": [
|
|
"image",
|
|
"imagine",
|
|
"pdf",
|
|
"silex",
|
|
"snappy"
|
|
],
|
|
"time": "2012-06-03 01:27:23"
|
|
},
|
|
{
|
|
"name": "igorw/config-service-provider",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/igorw/ConfigServiceProvider.git",
|
|
"reference": "a4c2c72646bedaaac86aef632b44a467b4c35b80"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/igorw/ConfigServiceProvider/zipball/a4c2c72646bedaaac86aef632b44a467b4c35b80",
|
|
"reference": "a4c2c72646bedaaac86aef632b44a467b4c35b80",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"silex/silex": "1.0.*@dev"
|
|
},
|
|
"require-dev": {
|
|
"symfony/yaml": ">=2.1,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "~2.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Igorw\\Silex": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch",
|
|
"homepage": "http://wiedler.ch/igor/"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/igorw/ConfigServiceProvider/contributors"
|
|
}
|
|
],
|
|
"description": "A config ServiceProvider for Silex with support for php, json and yaml.",
|
|
"keywords": [
|
|
"silex"
|
|
],
|
|
"time": "2013-04-10 13:01:59"
|
|
},
|
|
{
|
|
"name": "imagine/imagine",
|
|
"version": "dev-develop",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/avalanche123/Imagine.git",
|
|
"reference": "29325ba55cdd1a20bc8143bc5b5570e2c5c6c441"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/29325ba55cdd1a20bc8143bc5b5570e2c5c6c441",
|
|
"reference": "29325ba55cdd1a20bc8143bc5b5570e2c5c6c441",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"sami/sami": "dev-master"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to use the GD implementation",
|
|
"ext-gmagick": "to use the Gmagick implementation",
|
|
"ext-imagick": "to use the Imagick implementation"
|
|
},
|
|
"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": "2013-04-15 22:34:20"
|
|
},
|
|
{
|
|
"name": "jmontoyaa/phpqrcode",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jmontoyaa/phpqrcode.git",
|
|
"reference": "c50e0fbb2f69ad961a0f7b56b082a6772b36585b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jmontoyaa/phpqrcode/zipball/c50e0fbb2f69ad961a0f7b56b082a6772b36585b",
|
|
"reference": "c50e0fbb2f69ad961a0f7b56b082a6772b36585b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=4.3.10"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"qrlib.php"
|
|
]
|
|
},
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Julio Montoya"
|
|
}
|
|
],
|
|
"description": "A PHP class to generate QR Code",
|
|
"homepage": "http://github.com/jmontoyaa/phpqrcode/",
|
|
"keywords": [
|
|
"php",
|
|
"qrcode"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/jmontoyaa/phpqrcode/tree/master"
|
|
},
|
|
"time": "2013-04-02 13:13:44"
|
|
},
|
|
{
|
|
"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-snappy",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/KnpLabs/snappy.git",
|
|
"reference": "524bbd3b1883204ea3a7f11f31fc38b81f6426fe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/KnpLabs/snappy/zipball/524bbd3b1883204ea3a7f11f31fc38b81f6426fe",
|
|
"reference": "524bbd3b1883204ea3a7f11f31fc38b81f6426fe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"suggest": {
|
|
"google/wkhtmltopdf-amd64": "Provide wkhtmltopdf-amd64 binary, use version `0.11.0-RC1` as dependency",
|
|
"google/wkhtmltopdf-i386": "Provide wkhtmltopdf-i386 binary, use version `0.11.0-RC1` as dependency",
|
|
"symfony/process": "Process Component of Symfony2."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Knp\\Snappy": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "KnpLabs Team",
|
|
"homepage": "http://knplabs.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://github.com/KnpLabs/snappy/contributors"
|
|
}
|
|
],
|
|
"description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
|
|
"homepage": "http://github.com/KnpLabs/snappy",
|
|
"keywords": [
|
|
"knp",
|
|
"knplabs",
|
|
"pdf",
|
|
"snapshot",
|
|
"thumbnail",
|
|
"wkhtmltopdf"
|
|
],
|
|
"time": "2013-04-10 07:21:56"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "1.4.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.4.1",
|
|
"reference": "1.4.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": ">=1.0,<2.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/couchdb": "dev-master",
|
|
"mlehner/gelf-php": "1.0.*",
|
|
"raven/raven": "0.3.*"
|
|
},
|
|
"suggest": {
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"raven/raven": "Allow sending log messages to a Sentry server"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Monolog": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
],
|
|
"time": "2013-04-01 10:04:58"
|
|
},
|
|
{
|
|
"name": "mpdf/mpdf",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/finwe/mpdf.git",
|
|
"reference": "v5.6.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/finwe/mpdf/zipball/v5.6.1",
|
|
"reference": "v5.6.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=4.3.10"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"mpdf.php",
|
|
"classes"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-1.0+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ian Back"
|
|
}
|
|
],
|
|
"description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
|
|
"homepage": "http://www.mpdf1.com/mpdf/index.php",
|
|
"keywords": [
|
|
"pdf",
|
|
"php",
|
|
"utf-8"
|
|
],
|
|
"time": "2013-01-26 08:22:27"
|
|
},
|
|
{
|
|
"name": "pagerfanta/pagerfanta",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/whiteoctober/Pagerfanta.git",
|
|
"reference": "6d37d04645ab875042e08b54ddacc5c0bd294c44"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/6d37d04645ab875042e08b54ddacc5c0bd294c44",
|
|
"reference": "6d37d04645ab875042e08b54ddacc5c0bd294c44",
|
|
"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",
|
|
"paging"
|
|
],
|
|
"time": "2013-04-14 14:47:11"
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Pimple.git",
|
|
"reference": "v1.0.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Pimple/zipball/v1.0.2",
|
|
"reference": "v1.0.2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pimple": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
|
|
"homepage": "http://pimple.sensiolabs.org",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection"
|
|
],
|
|
"time": "2013-03-08 08:21:40"
|
|
},
|
|
{
|
|
"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": "realityking/pchart",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/realityking/pChart.git",
|
|
"reference": "46fd01cad5a4d761b599df1ab09361fad55c83b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/realityking/pChart/zipball/46fd01cad5a4d761b599df1ab09361fad55c83b6",
|
|
"reference": "46fd01cad5a4d761b599df1ab09361fad55c83b6",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-1.0+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Rouven Weßling",
|
|
"email": "me@rouvenwessling.de",
|
|
"homepage": "http://www.rouvenwessling.de"
|
|
}
|
|
],
|
|
"description": "A fork of the popular pChart library.",
|
|
"time": "2013-03-18 08:23:38"
|
|
},
|
|
{
|
|
"name": "silex/silex",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Silex.git",
|
|
"reference": "1cd7f3f050b78dae4458d93892355720f56659f9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Silex/zipball/1cd7f3f050b78dae4458d93892355720f56659f9",
|
|
"reference": "1cd7f3f050b78dae4458d93892355720f56659f9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"pimple/pimple": "1.*",
|
|
"symfony/event-dispatcher": ">=2.1,<2.3-dev",
|
|
"symfony/http-foundation": ">=2.1,<2.3-dev",
|
|
"symfony/http-kernel": ">=2.1,<2.3-dev",
|
|
"symfony/routing": ">=2.1,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/dbal": ">=2.2.0,<2.4.0-dev",
|
|
"monolog/monolog": ">=1.4,<2.0,>=1.4.1",
|
|
"swiftmailer/swiftmailer": "4.2.*",
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev",
|
|
"symfony/config": ">=2.1,<2.3-dev",
|
|
"symfony/css-selector": ">=2.1,<2.3-dev",
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev",
|
|
"symfony/finder": ">=2.1,<2.3-dev",
|
|
"symfony/form": ">=2.1.4,<2.3-dev",
|
|
"symfony/locale": ">=2.1,<2.3-dev",
|
|
"symfony/monolog-bridge": ">=2.1,<2.3-dev",
|
|
"symfony/options-resolver": ">=2.1,<2.3-dev",
|
|
"symfony/process": ">=2.1,<2.3-dev",
|
|
"symfony/security": ">=2.1,<2.3-dev",
|
|
"symfony/serializer": ">=2.1,<2.3-dev",
|
|
"symfony/translation": ">=2.1,<2.3-dev",
|
|
"symfony/twig-bridge": ">=2.1,<2.3-dev",
|
|
"symfony/validator": ">=2.1,<2.3-dev",
|
|
"twig/twig": ">=1.8.0,<2.0-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev",
|
|
"symfony/css-selector": ">=2.1,<2.3-dev",
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev",
|
|
"symfony/form": "To make use of the FormServiceProvider, >= 2.1.4 is required"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Silex": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch",
|
|
"homepage": "http://wiedler.ch/igor/"
|
|
}
|
|
],
|
|
"description": "The PHP micro-framework based on the Symfony2 Components",
|
|
"homepage": "http://silex.sensiolabs.org",
|
|
"keywords": [
|
|
"microframework"
|
|
],
|
|
"time": "2013-04-11 12:23:56"
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v4.1.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "v4.1.8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.1.8",
|
|
"reference": "v4.1.8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Chris Corbyn"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "http://swiftmailer.org",
|
|
"keywords": [
|
|
"mail",
|
|
"mailer"
|
|
],
|
|
"time": "2012-06-17 13:55:34"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Config",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Config.git",
|
|
"reference": "6a9046f65ed72b9ed41dc063bba1d59978114a65"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Config/zipball/6a9046f65ed72b9ed41dc063bba1d59978114a65",
|
|
"reference": "6a9046f65ed72b9ed41dc063bba1d59978114a65",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Config\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Config Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-02 09:39:57"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Console",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Console.git",
|
|
"reference": "74049e36e2e73ca2ec069c9be86d01ba422d44ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/74049e36e2e73ca2ec069c9be86d01ba422d44ea",
|
|
"reference": "74049e36e2e73ca2ec069c9be86d01ba422d44ea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/event-dispatcher": ">=2.1,<3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Console Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-13 14:06:01"
|
|
},
|
|
{
|
|
"name": "symfony/dependency-injection",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/DependencyInjection",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/DependencyInjection.git",
|
|
"reference": "6ce2347c2b346c35bf3fffcbb89a808892e033c8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/6ce2347c2b346c35bf3fffcbb89a808892e033c8",
|
|
"reference": "6ce2347c2b346c35bf3fffcbb89a808892e033c8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": ">=2.2,<2.4-dev",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony DependencyInjection Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-11 06:50:46"
|
|
},
|
|
{
|
|
"name": "symfony/doctrine-bridge",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Bridge/Doctrine",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/DoctrineBridge.git",
|
|
"reference": "464e871e337962c526de95d758f91df049e5758c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/DoctrineBridge/zipball/464e871e337962c526de95d758f91df049e5758c",
|
|
"reference": "464e871e337962c526de95d758f91df049e5758c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.2,<3.0",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/data-fixtures": "1.0.*",
|
|
"doctrine/dbal": ">=2.2,<3.0",
|
|
"doctrine/orm": ">=2.2,<3.0,>=2.2.3",
|
|
"symfony/dependency-injection": ">=2.0,<3.0",
|
|
"symfony/form": ">=2.2,<2.4-dev",
|
|
"symfony/http-kernel": ">=2.2,<2.4-dev",
|
|
"symfony/security": ">=2.2,<2.4-dev",
|
|
"symfony/stopwatch": ">=2.2,<2.4-dev",
|
|
"symfony/validator": ">=2.2,<2.4-dev"
|
|
},
|
|
"suggest": {
|
|
"doctrine/data-fixtures": "1.0.*",
|
|
"doctrine/dbal": "~2.2",
|
|
"doctrine/orm": "~2.2,>=2.2.3",
|
|
"symfony/form": "2.2.*",
|
|
"symfony/validator": "2.2.*"
|
|
},
|
|
"type": "symfony-bridge",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bridge\\Doctrine\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Doctrine Bridge",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-02 09:46:23"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/dependency-injection": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "2.2.*",
|
|
"symfony/http-kernel": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony EventDispatcher Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-02-11 11:26:43"
|
|
},
|
|
{
|
|
"name": "symfony/form",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Form",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Form.git",
|
|
"reference": "f9d814a79ac38de448eb27512d78c87b147c68a7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Form/zipball/f9d814a79ac38de448eb27512d78c87b147c68a7",
|
|
"reference": "f9d814a79ac38de448eb27512d78c87b147c68a7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/event-dispatcher": ">=2.1,<3.0",
|
|
"symfony/locale": ">=2.0,<3.0",
|
|
"symfony/options-resolver": ">=2.1,<2.4-dev",
|
|
"symfony/property-access": ">=2.2,<2.4-dev"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-foundation": ">=2.1,<2.4-dev",
|
|
"symfony/validator": ">=2.2,<2.4-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/http-foundation": "2.2.*",
|
|
"symfony/validator": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Form\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Form Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-15 11:52:45"
|
|
},
|
|
{
|
|
"name": "symfony/http-foundation",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/HttpFoundation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpFoundation.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|
},
|
|
"classmap": [
|
|
"Symfony/Component/HttpFoundation/Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony HttpFoundation Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-06 10:15:43"
|
|
},
|
|
{
|
|
"name": "symfony/http-kernel",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/HttpKernel",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpKernel.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"psr/log": ">=1.0,<2.0",
|
|
"symfony/event-dispatcher": ">=2.1,<3.0",
|
|
"symfony/http-foundation": ">=2.2,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"symfony/browser-kit": "2.2.*",
|
|
"symfony/class-loader": ">=2.1,<3.0",
|
|
"symfony/config": ">=2.0,<3.0",
|
|
"symfony/console": "2.2.*",
|
|
"symfony/dependency-injection": ">=2.0,<3.0",
|
|
"symfony/finder": ">=2.0,<3.0",
|
|
"symfony/process": ">=2.0,<3.0",
|
|
"symfony/routing": ">=2.2,<2.3-dev",
|
|
"symfony/stopwatch": ">=2.2,<2.3-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": "2.2.*",
|
|
"symfony/class-loader": "2.2.*",
|
|
"symfony/config": "2.2.*",
|
|
"symfony/console": "2.2.*",
|
|
"symfony/dependency-injection": "2.2.*",
|
|
"symfony/finder": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpKernel\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony HttpKernel Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-06 10:16:33"
|
|
},
|
|
{
|
|
"name": "symfony/locale",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/Locale",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Locale.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Locale/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "to use other locales than built-in `en`"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Locale\\": ""
|
|
},
|
|
"classmap": [
|
|
"Symfony/Component/Locale/Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Locale Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-02-01 09:33:53"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/OptionsResolver",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/OptionsResolver.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony OptionsResolver Component",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"options"
|
|
],
|
|
"time": "2013-01-17 15:25:59"
|
|
},
|
|
{
|
|
"name": "symfony/property-access",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/PropertyAccess",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/PropertyAccess.git",
|
|
"reference": "10dafc69dc50e07d6c0e45a179fa7e86209250d7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/10dafc69dc50e07d6c0e45a179fa7e86209250d7",
|
|
"reference": "10dafc69dc50e07d6c0e45a179fa7e86209250d7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\PropertyAccess\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony PropertyAccess Component",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"access",
|
|
"array",
|
|
"extraction",
|
|
"index",
|
|
"injection",
|
|
"object",
|
|
"property",
|
|
"property path",
|
|
"reflection"
|
|
],
|
|
"time": "2013-04-11 06:50:46"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/Routing",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Routing.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/common": ">=2.2,<3.0",
|
|
"psr/log": ">=1.0,<2.0",
|
|
"symfony/config": ">=2.2,<2.3-dev",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/common": "~2.2",
|
|
"symfony/config": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Routing\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Routing Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-03-23 12:03:22"
|
|
},
|
|
{
|
|
"name": "symfony/security",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Security",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Security.git",
|
|
"reference": "29d6516841ca9961398dee9479bc576d9b09d6dd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Security/zipball/29d6516841ca9961398dee9479bc576d9b09d6dd",
|
|
"reference": "29d6516841ca9961398dee9479bc576d9b09d6dd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/event-dispatcher": ">=2.1,<3.0",
|
|
"symfony/http-foundation": ">=2.1,<2.4-dev",
|
|
"symfony/http-kernel": ">=2.1,<=2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/common": ">=2.2,<3.0",
|
|
"doctrine/dbal": ">=2.2,<3.0",
|
|
"psr/log": ">=1.0,<2.0",
|
|
"symfony/form": ">=2.0,<3.0",
|
|
"symfony/routing": ">=2.2,<2.4-dev",
|
|
"symfony/validator": ">=2.2,<2.4-dev"
|
|
},
|
|
"suggest": {
|
|
"doctrine/dbal": "to use the built-in ACL implementation",
|
|
"symfony/class-loader": "2.2.*",
|
|
"symfony/finder": "2.2.*",
|
|
"symfony/form": "2.2.*",
|
|
"symfony/routing": "2.2.*",
|
|
"symfony/validator": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Security\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Security Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-09 14:18:38"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Translation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Translation.git",
|
|
"reference": "79a63e2829ea4e8295b4d44a55b08f20f0875a11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/79a63e2829ea4e8295b4d44a55b08f20f0875a11",
|
|
"reference": "79a63e2829ea4e8295b4d44a55b08f20f0875a11",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": ">=2.0,<2.4-dev",
|
|
"symfony/yaml": ">=2.2,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Translation\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Translation Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-11 06:50:46"
|
|
},
|
|
{
|
|
"name": "symfony/twig-bridge",
|
|
"version": "2.2.x-dev",
|
|
"target-dir": "Symfony/Bridge/Twig",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/TwigBridge.git",
|
|
"reference": "3cd45a283efbfbf7320076c6d15e8c9ad36e77d3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/TwigBridge/zipball/3cd45a283efbfbf7320076c6d15e8c9ad36e77d3",
|
|
"reference": "3cd45a283efbfbf7320076c6d15e8c9ad36e77d3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"twig/twig": ">=1.11.0,<2.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/form": "2.2.*",
|
|
"symfony/http-kernel": ">=2.2,<2.3-dev",
|
|
"symfony/routing": ">=2.2,<2.3-dev",
|
|
"symfony/security": ">=2.0,<2.3-dev",
|
|
"symfony/templating": ">=2.1,<3.0",
|
|
"symfony/translation": ">=2.0,<2.3-dev",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/form": "2.2.*",
|
|
"symfony/http-kernel": "2.2.*",
|
|
"symfony/routing": "2.2.*",
|
|
"symfony/security": "2.2.*",
|
|
"symfony/templating": "2.2.*",
|
|
"symfony/translation": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"type": "symfony-bridge",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bridge\\Twig\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Twig Bridge",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-05 21:29:42"
|
|
},
|
|
{
|
|
"name": "symfony/validator",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/Validator",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Validator.git",
|
|
"reference": "bd395fae887be437fe3fb1dd29fa88994dd23958"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Validator/zipball/bd395fae887be437fe3fb1dd29fa88994dd23958",
|
|
"reference": "bd395fae887be437fe3fb1dd29fa88994dd23958",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/translation": ">=2.0,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": ">=2.2,<2.4-dev",
|
|
"symfony/http-foundation": ">=2.1,<3.0",
|
|
"symfony/locale": ">=2.0,<3.0",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/common": "~2.2",
|
|
"symfony/config": "2.2.*",
|
|
"symfony/http-foundation": "2.2.*",
|
|
"symfony/locale": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Validator\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Validator Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-11 06:50:46"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "2.1.x-dev",
|
|
"target-dir": "Symfony/Component/Yaml",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Yaml.git",
|
|
"reference": "4ef80f5c5081ad9a7e08184fc9f25c62d87e408c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/4ef80f5c5081ad9a7e08184fc9f25c62d87e408c",
|
|
"reference": "4ef80f5c5081ad9a7e08184fc9f25c62d87e408c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Yaml": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Yaml Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-12 10:27:36"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v1.12.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Twig.git",
|
|
"reference": "v1.12.3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.12.3",
|
|
"reference": "v1.12.3",
|
|
"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-08 12:40:11"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "kriswallsmith/assetic",
|
|
"version": "v1.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "http://github.com/kriswallsmith/assetic.git",
|
|
"reference": "v1.0.4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/kriswallsmith/assetic/zipball/v1.0.4",
|
|
"reference": "v1.0.4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Assetic": "src/"
|
|
}
|
|
},
|
|
"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": "2012-08-28 05:18:28"
|
|
},
|
|
{
|
|
"name": "leafo/lessphp",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/leafo/lessphp.git",
|
|
"reference": "51aad6ef903bdcb18280ae81fb85016a078232a0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/leafo/lessphp/zipball/51aad6ef903bdcb18280ae81fb85016a078232a0",
|
|
"reference": "51aad6ef903bdcb18280ae81fb85016a078232a0",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"lessc.inc.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT",
|
|
"GPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Leaf Corcoran",
|
|
"email": "leafot@gmail.com",
|
|
"homepage": "http://leafo.net"
|
|
}
|
|
],
|
|
"description": "lessphp is a compiler for LESS written in PHP.",
|
|
"homepage": "http://leafo.net/lessphp/",
|
|
"time": "2013-04-09 01:25:49"
|
|
},
|
|
{
|
|
"name": "mheap/silex-assetic",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mheap/Silex-Assetic.git",
|
|
"reference": "3294311b34848d1395ab38809756fa03be54fb61"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mheap/Silex-Assetic/zipball/3294311b34848d1395ab38809756fa03be54fb61",
|
|
"reference": "3294311b34848d1395ab38809756fa03be54fb61",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"kriswallsmith/assetic": ">=1.0,<2.0",
|
|
"php": ">=5.3.0",
|
|
"symfony/finder": ">=2.1,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=3.7.10.0,<3.8",
|
|
"silex/silex": ">=1.0,<2.0",
|
|
"twig/twig": ">=1.2,<2.0"
|
|
},
|
|
"suggest": {
|
|
"twig/twig": "~1.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"SilexAssetic": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sven Eisenschmidt",
|
|
"email": "sven.eisenschmidt@gmail.com",
|
|
"homepage": "http://unsicherheitsagent.de/"
|
|
},
|
|
{
|
|
"name": "Michael Heap",
|
|
"email": "m@michaelheap.com",
|
|
"homepage": "http://michaelheap.com/"
|
|
}
|
|
],
|
|
"description": "Assetic extension for Silex",
|
|
"homepage": "https://github.com/mheap/Silex-Assetic",
|
|
"keywords": [
|
|
"assetic",
|
|
"silex"
|
|
],
|
|
"time": "2013-04-13 08:32:44"
|
|
},
|
|
{
|
|
"name": "natxet/CssMin",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/natxet/CssMin.git",
|
|
"reference": "9801e2a0de7ae252ca4f2b85542d75a82047a8b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/natxet/CssMin/zipball/9801e2a0de7ae252ca4f2b85542d75a82047a8b4",
|
|
"reference": "9801e2a0de7ae252ca4f2b85542d75a82047a8b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"CssMin": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joe Scylla",
|
|
"email": "joe.scylla@gmail.com",
|
|
"homepage": "https://profiles.google.com/joe.scylla"
|
|
}
|
|
],
|
|
"description": "Minifying CSS",
|
|
"homepage": "http://code.google.com/p/cssmin/",
|
|
"keywords": [
|
|
"css",
|
|
"minify"
|
|
],
|
|
"time": "2013-03-15 18:47:32"
|
|
},
|
|
{
|
|
"name": "silex/web-profiler",
|
|
"version": "dev-master",
|
|
"target-dir": "Silex/Provider",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sensiolabs/Silex-WebProfiler.git",
|
|
"reference": "v1.0.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sensiolabs/Silex-WebProfiler/zipball/v1.0.0",
|
|
"reference": "v1.0.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"silex/silex": ">=1.0,<2.0",
|
|
"symfony/stopwatch": ">=2.2,<3.0",
|
|
"symfony/web-profiler-bundle": ">=2.2,<3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Silex\\Provider\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "A WebProfiler for Silex",
|
|
"homepage": "http://silex.sensiolabs.org/",
|
|
"time": "2013-03-08 07:16:44"
|
|
},
|
|
{
|
|
"name": "symfony/browser-kit",
|
|
"version": "dev-master",
|
|
"target-dir": "Symfony/Component/BrowserKit",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/BrowserKit.git",
|
|
"reference": "08f303dc3591d10ca450b85c22e9268523747ab3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/08f303dc3591d10ca450b85c22e9268523747ab3",
|
|
"reference": "08f303dc3591d10ca450b85c22e9268523747ab3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/dom-crawler": ">=2.0,<3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": ">=2.0,<3.0",
|
|
"symfony/process": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/process": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
|
}
|
|
},
|
|
"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 BrowserKit Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-11 06:50:46"
|
|
},
|
|
{
|
|
"name": "symfony/dom-crawler",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/DomCrawler",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/DomCrawler.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/css-selector": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
|
}
|
|
},
|
|
"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 DomCrawler Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-01 08:05:23"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/Finder",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Finder.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Finder\\": ""
|
|
}
|
|
},
|
|
"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 Finder Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-01 07:51:50"
|
|
},
|
|
{
|
|
"name": "symfony/stopwatch",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/Stopwatch",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Stopwatch.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Stopwatch/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Stopwatch\\": ""
|
|
}
|
|
},
|
|
"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 Stopwatch Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-01-04 16:58:00"
|
|
},
|
|
{
|
|
"name": "symfony/web-profiler-bundle",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Bundle/WebProfilerBundle",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/WebProfilerBundle.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/WebProfilerBundle/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/http-kernel": ">=2.2,<2.3-dev",
|
|
"symfony/routing": ">=2.2,<2.3-dev",
|
|
"symfony/twig-bridge": "2.2.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": ">=2.2,<2.3-dev",
|
|
"symfony/dependency-injection": ">=2.0,<3.0",
|
|
"symfony/stopwatch": ">=2.2,<2.3-dev"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Bundle\\WebProfilerBundle\\": ""
|
|
}
|
|
},
|
|
"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 WebProfilerBundle",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-06 10:15:43"
|
|
}
|
|
],
|
|
"aliases": [
|
|
|
|
],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"silex/silex": 20,
|
|
"symfony/config": 20,
|
|
"symfony/yaml": 20,
|
|
"symfony/console": 20,
|
|
"symfony/twig-bridge": 20,
|
|
"symfony/doctrine-bridge": 20,
|
|
"symfony/security": 20,
|
|
"symfony/form": 20,
|
|
"symfony/property-access": 20,
|
|
"symfony/validator": 20,
|
|
"symfony/translation": 20,
|
|
"symfony/dependency-injection": 20,
|
|
"dflydev/doctrine-orm-service-provider": 20,
|
|
"doctrine/migrations": 20,
|
|
"gedmo/doctrine-extensions": 20,
|
|
"chamilo/chash": 20,
|
|
"pagerfanta/pagerfanta": 20,
|
|
"franmomu/silex-pagerfanta-provider": 20,
|
|
"knplabs/knp-menu": 20,
|
|
"igorw/config-service-provider": 20,
|
|
"mpdf/mpdf": 20,
|
|
"ezyang/htmlpurifier": 20,
|
|
"realityking/pchart": 20,
|
|
"imagine/imagine": 20,
|
|
"grom/silex-service-provider": 20,
|
|
"knplabs/knp-snappy": 20,
|
|
"jmontoyaa/phpqrcode": 20,
|
|
"symfony/browser-kit": 20,
|
|
"silex/web-profiler": 20,
|
|
"natxet/cssmin": 20,
|
|
"leafo/lessphp": 20,
|
|
"mheap/silex-assetic": 20
|
|
},
|
|
"platform": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"platform-dev": [
|
|
|
|
]
|
|
}
|
|
|