From 3b6ab4fcd0330f0d02c15667b78fba593e00dc43 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 23 Aug 2013 17:22:40 +0200 Subject: [PATCH] Updating vendors --- composer.json | 4 +- composer.lock | 4031 ------------------------- vendor/autoload.php | 2 +- vendor/chamilo/chash | 1 - vendor/composer/autoload_classmap.php | 3 + vendor/composer/autoload_real.php | 6 +- vendor/composer/installed.json | 410 ++- 7 files changed, 208 insertions(+), 4249 deletions(-) delete mode 100644 composer.lock delete mode 100644 vendor/chamilo/chash diff --git a/composer.json b/composer.json index 31423e9b57..68d2109ebf 100755 --- a/composer.json +++ b/composer.json @@ -67,7 +67,7 @@ "mpdf/mpdf": "v5.6.1", "ezyang/htmlpurifier": "v4.5.0", "realityking/pchart": "dev-master", - "imagine/imagine": "dev-develop", + "imagine/imagine": "0.6.*@dev", "grom/silex-service-provider": "dev-master", "knplabs/knp-menu": "2.0.*@dev", "knplabs/knp-snappy": "dev-master", @@ -79,8 +79,6 @@ "jbroadway/urlify": "dev-master", "sensio/framework-extra-bundle": "2.3.*@dev", "chamilo/chash": "dev-master", - "zendframework/zend-config": "2.3.*@dev", - "zendframework/zend-stdlib" : "2.3.*@dev", "flint/flint" : "~1.4" }, "require-dev": { diff --git a/composer.lock b/composer.lock deleted file mode 100644 index d0721cb7fa..0000000000 --- a/composer.lock +++ /dev/null @@ -1,4031 +0,0 @@ -{ - "_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": "412fa7e82f661586aaf2b88664e7d406", - "packages": [ - { - "name": "alchemy/zippy", - "version": "0.1.0", - "source": { - "type": "git", - "url": "https://github.com/alchemy-fr/Zippy.git", - "reference": "0.1.0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/0.1.0", - "reference": "0.1.0", - "shasum": "" - }, - "require": { - "doctrine/collections": ">=1.0,<2.0", - "guzzle/guzzle": ">=3.0,<4.0", - "php": ">=5.3.3", - "pimple/pimple": ">=1.0,<2.0", - "symfony/filesystem": ">=2.0,<3.0", - "symfony/process": ">=2.0,<3.0" - }, - "require-dev": { - "ext-zip": "*", - "symfony/finder": ">=2.0,<3.0" - }, - "suggest": { - "ext-zip": "To use the ZipExtensionAdapter" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.1.x-dev" - } - }, - "autoload": { - "psr-0": { - "Alchemy": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Phraseanet Team", - "email": "info@alchemy.fr", - "homepage": "http://www.phraseanet.com/" - } - ], - "description": "Zippy, the archive manager companion", - "keywords": [ - "bzip", - "compression", - "tar", - "zip" - ], - "time": "2013-03-11 20:39:21" - }, - { - "name": "bt51/gaufrette-serviceprovider", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/bt51/GaufretteServiceProvider.git", - "reference": "6bba885170beb6719e7256e407b172f90af3159a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/bt51/GaufretteServiceProvider/zipball/6bba885170beb6719e7256e407b172f90af3159a", - "reference": "6bba885170beb6719e7256e407b172f90af3159a", - "shasum": "" - }, - "require": { - "knplabs/gaufrette": "dev-master@dev", - "php": ">=5.3.2" - }, - "require-dev": { - "silex/silex": "1.0.x-dev" - }, - "type": "library", - "autoload": { - "psr-0": { - "Bt51\\Silex\\Provider\\GaufretteServiceProvider": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ben Tollakson", - "email": "ben.tollakson@gmail.com" - } - ], - "description": "Gaufrette service provider for silex", - "homepage": "https://github.com/bt51/GaufretteServiceProvider", - "keywords": [ - "extension", - "gaufrette", - "silex", - "silex-extension" - ], - "time": "2012-12-07 00:50:44" - }, - { - "name": "chamilo/chash", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/chamilo/chash.git", - "reference": "95650f829f8c0baddd4a15f5f43cdfbeed735d66" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/chamilo/chash/zipball/95650f829f8c0baddd4a15f5f43cdfbeed735d66", - "reference": "95650f829f8c0baddd4a15f5f43cdfbeed735d66", - "shasum": "" - }, - "require": { - "alchemy/zippy": "0.1.*@dev", - "doctrine/dbal": "~2.3", - "doctrine/migrations": "dev-master", - "doctrine/orm": "~2.3", - "php": ">=5.3.2", - "symfony/console": "~2.3", - "symfony/filesystem": "~2.3", - "symfony/finder": "~2.3", - "symfony/yaml": "~2.3", - "zendframework/zend-config": "2.3.*@dev", - "zendframework/zend-stdlib": "2.3.*@dev" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*" - }, - "type": "library", - "autoload": { - "psr-0": { - "Chash": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "homepage": "http://www.chamilo.org", - "time": "2013-08-15 10:14:59" - }, - { - "name": "dflydev/doctrine-orm-service-provider", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider.git", - "reference": "a8c4f4cc15750c00746cf4cfb55220ebc707727c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-doctrine-orm-service-provider/zipball/a8c4f4cc15750c00746cf4cfb55220ebc707727c", - "reference": "a8c4f4cc15750c00746cf4cfb55220ebc707727c", - "shasum": "" - }, - "require": { - "doctrine/orm": "~2.3", - "php": ">=5.3.3", - "pimple/pimple": "1.*@dev" - }, - "require-dev": { - "cilex/cilex": "1.*@dev", - "cilex/console-service-provider": "@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": "2013-06-05 14:23:06" - }, - { - "name": "doctrine/collections", - "version": "v1.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/collections.git", - "reference": "v1.1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/v1.1", - "reference": "v1.1", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-0": { - "Doctrine\\Common\\Collections\\": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jonathan H. Wage", - "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com", - "homepage": "http://www.instaclick.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "http://jmsyst.com", - "role": "Developer of wrapped JMSSerializerBundle" - } - ], - "description": "Collections Abstraction library", - "homepage": "http://www.doctrine-project.org", - "keywords": [ - "array", - "collections", - "iterator" - ], - "time": "2013-03-07 12:15:54" - }, - { - "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 H. Wage", - "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com", - "homepage": "http://www.instaclick.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "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.4", - "source": { - "type": "git", - "url": "https://github.com/doctrine/dbal.git", - "reference": "2.3.4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/2.3.4", - "reference": "2.3.4", - "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 H. 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-05-11 07:45:37" - }, - { - "name": "doctrine/migrations", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/doctrine/migrations.git", - "reference": "ced3b419252af47f29d6680f9ec74df00ee0c58e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/ced3b419252af47f29d6680f9ec74df00ee0c58e", - "reference": "ced3b419252af47f29d6680f9ec74df00ee0c58e", - "shasum": "" - }, - "require": { - "doctrine/dbal": ">=2.0,<2.5.x-dev", - "php": ">=5.3.2" - }, - "require-dev": { - "symfony/console": "2.*", - "symfony/yaml": "2.*" - }, - "suggest": { - "symfony/console": "to run the migration from the console" - }, - "type": "library", - "autoload": { - "psr-0": { - "Doctrine\\DBAL\\Migrations": "lib" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL" - ], - "authors": [ - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - } - ], - "description": "Database Schema migrations using Doctrine DBAL", - "homepage": "http://www.doctrine-project.org", - "keywords": [ - "database", - "migrations" - ], - "time": "2013-06-27 19:46:00" - }, - { - "name": "doctrine/orm", - "version": "2.3.4", - "source": { - "type": "git", - "url": "https://github.com/doctrine/doctrine2.git", - "reference": "2.3.4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2.3.4", - "reference": "2.3.4", - "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-05-11 07:51:12" - }, - { - "name": "ezyang/htmlpurifier", - "version": "v4.5.0", - "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": "flint/flint", - "version": "1.4.1", - "source": { - "type": "git", - "url": "https://github.com/henrikbjorn/Flint.git", - "reference": "1.4.1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/henrikbjorn/Flint/zipball/1.4.1", - "reference": "1.4.1", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "silex/silex": "~1.0", - "symfony/config": "~2.2", - "twig/twig": "~1.10" - }, - "replace": { - "henrikbjorn/flint": "self.version" - }, - "require-dev": { - "symfony/console": "~2.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, - "autoload": { - "psr-0": { - "Flint": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Henrik Bjornskov", - "email": "henrik@bjrnskov.dk", - "homepage": "http://henrik.bjrnskov.dk" - } - ], - "description": "Enhanced Silex", - "time": "2013-07-04 09:26:29" - }, - { - "name": "franmomu/silex-pagerfanta-provider", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/jmontoyaa/silex-pagerfanta-provider.git", - "reference": "d957fb8fbfb27c65495df1be7023cb074e6b4d25" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jmontoyaa/silex-pagerfanta-provider/zipball/d957fb8fbfb27c65495df1be7023cb074e6b4d25", - "reference": "d957fb8fbfb27c65495df1be7023cb074e6b4d25", - "shasum": "" - }, - "require": { - "pagerfanta/pagerfanta": "dev-master", - "silex/silex": "1.*", - "symfony/property-access": "~2.3" - }, - "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-08-15 16:35:05" - }, - { - "name": "gedmo/doctrine-extensions", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/l3pp4rd/DoctrineExtensions.git", - "reference": "e96cbd02225541821cebd0f4a3fc8e1fe9e1c71e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/e96cbd02225541821cebd0f4a3fc8e1fe9e1c71e", - "reference": "e96cbd02225541821cebd0f4a3fc8e1fe9e1c71e", - "shasum": "" - }, - "require": { - "doctrine/common": ">=2.2,<2.5-dev", - "php": ">=5.3.2" - }, - "require-dev": { - "doctrine/common": ">=2.4.0-RC3", - "doctrine/dbal": ">=2.4.0-RC1", - "doctrine/mongodb": ">=1.0.3", - "doctrine/mongodb-odm": ">=1.0.0-BETA9", - "doctrine/orm": ">=2.4.0-RC1", - "symfony/yaml": "2.3.1" - }, - "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-08-14 20:38:51" - }, - { - "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": "guzzle/guzzle", - "version": "v3.7.2", - "source": { - "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "v3.7.2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/v3.7.2", - "reference": "v3.7.2", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": ">=5.3.2", - "symfony/event-dispatcher": ">=2.1" - }, - "replace": { - "guzzle/batch": "self.version", - "guzzle/cache": "self.version", - "guzzle/common": "self.version", - "guzzle/http": "self.version", - "guzzle/inflection": "self.version", - "guzzle/iterator": "self.version", - "guzzle/log": "self.version", - "guzzle/parser": "self.version", - "guzzle/plugin": "self.version", - "guzzle/plugin-async": "self.version", - "guzzle/plugin-backoff": "self.version", - "guzzle/plugin-cache": "self.version", - "guzzle/plugin-cookie": "self.version", - "guzzle/plugin-curlauth": "self.version", - "guzzle/plugin-error-response": "self.version", - "guzzle/plugin-history": "self.version", - "guzzle/plugin-log": "self.version", - "guzzle/plugin-md5": "self.version", - "guzzle/plugin-mock": "self.version", - "guzzle/plugin-oauth": "self.version", - "guzzle/service": "self.version", - "guzzle/stream": "self.version" - }, - "require-dev": { - "doctrine/cache": "*", - "monolog/monolog": "1.*", - "phpunit/phpunit": "3.7.*", - "psr/log": "1.0.*", - "symfony/class-loader": "*", - "zendframework/zend-cache": "2.0.*", - "zendframework/zend-log": "2.0.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.7-dev" - } - }, - "autoload": { - "psr-0": { - "Guzzle\\Tests": "tests/", - "Guzzle": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Guzzle Community", - "homepage": "https://github.com/guzzle/guzzle/contributors" - } - ], - "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "rest", - "web service" - ], - "time": "2013-08-02 18:31:05" - }, - { - "name": "igorw/config-service-provider", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/igorw/ConfigServiceProvider.git", - "reference": "v1.2.1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/igorw/ConfigServiceProvider/zipball/v1.2.1", - "reference": "v1.2.1", - "shasum": "" - }, - "require": { - "silex/silex": "~1.0" - }, - "require-dev": { - "jamesmoss/toml": "~0.1", - "symfony/yaml": "~2.1" - }, - "suggest": { - "jamesmoss/toml": "~0.1", - "symfony/yaml": "~2.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2-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-05-31 14:23:34" - }, - { - "name": "imagine/imagine", - "version": "dev-develop", - "source": { - "type": "git", - "url": "https://github.com/avalanche123/Imagine.git", - "reference": "c8a45cf10d4194626d02ff48b3b7804b6647b644" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/c8a45cf10d4194626d02ff48b3b7804b6647b644", - "reference": "c8a45cf10d4194626d02ff48b3b7804b6647b644", - "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", - "extra": { - "branch-alias": { - "dev-develop": "0.6-dev" - } - }, - "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-08-15 15:19:14" - }, - { - "name": "jbroadway/urlify", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/jbroadway/urlify.git", - "reference": "acf2c6ca7ab89d82f285c93986771f13f78d1b1c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jbroadway/urlify/zipball/acf2c6ca7ab89d82f285c93986771f13f78d1b1c", - "reference": "acf2c6ca7ab89d82f285c93986771f13f78d1b1c", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "URLify": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Johnny Broadway", - "email": "johnny@johnnybroadway.com", - "homepage": "http://www.johnnybroadway.com/", - "role": "Main Developer" - } - ], - "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.", - "homepage": "https://github.com/jbroadway/urlify", - "keywords": [ - "encode", - "iconv", - "link", - "slug", - "translit", - "transliterate", - "transliteration", - "url", - "urlify" - ], - "time": "2013-08-01 23:34:10" - }, - { - "name": "jmontoyaa/phpqrcode", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/jmontoyaa/phpqrcode.git", - "reference": "f7b600722469b0d98de509206afc4e0738cb44cb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jmontoyaa/phpqrcode/zipball/f7b600722469b0d98de509206afc4e0738cb44cb", - "reference": "f7b600722469b0d98de509206afc4e0738cb44cb", - "shasum": "" - }, - "require": { - "php": ">=4.3.10" - }, - "type": "library", - "autoload": { - "classmap": [ - "." - ] - }, - "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-05-10 14:08:33" - }, - { - "name": "knplabs/console-service-provider", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/KnpLabs/ConsoleServiceProvider.git", - "reference": "1f1a3315409814d01702a47a8823549c6996de41" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/ConsoleServiceProvider/zipball/1f1a3315409814d01702a47a8823549c6996de41", - "reference": "1f1a3315409814d01702a47a8823549c6996de41", - "shasum": "" - }, - "require": { - "php": ">=5.3.2", - "symfony/console": "~2.1" - }, - "type": "library", - "autoload": { - "psr-0": { - "Knp\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Knplabs", - "homepage": "http://knplabs.com" - } - ], - "description": "console service provider for Silex", - "homepage": "http://knplabs.com", - "keywords": [ - "console", - "silex" - ], - "time": "2013-06-13 12:43:39" - }, - { - "name": "knplabs/gaufrette", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/KnpLabs/Gaufrette.git", - "reference": "cde6149b2cf021b728eb33e7d8f819e6fb3cb508" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/cde6149b2cf021b728eb33e7d8f819e6fb3cb508", - "reference": "cde6149b2cf021b728eb33e7d8f819e6fb3cb508", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "require-dev": { - "amazonwebservices/aws-sdk-for-php": "1.5.*", - "doctrine/dbal": ">=2.3", - "dropbox-php/dropbox-php": "*", - "herzult/php-ssh": "*", - "phpseclib/phpseclib": "dev-master", - "phpspec/phpspec": "2.0.*", - "phpunit/phpunit": "3.7.*", - "rackspace/php-cloudfiles": "*", - "rackspace/php-opencloud": "dev-master" - }, - "suggest": { - "amazonwebservices/aws-sdk-for-php": "to use the Amazon S3 adapter", - "doctrine/dbal": "to use the Doctrine DBAL adapter", - "dropbox-php/dropbox-php": "to use the Dropbox adapter", - "ext-apc": "to use the APC adapter", - "ext-curl": "*", - "ext-fileinfo": "*", - "ext-mbstring": "*", - "ext-mongo": "*", - "ext-zip": "to use the Zip adapter", - "knplabs/knp-gaufrette-bundle": "to use with Symfony2", - "phpseclib/phpseclib": "to use the SFTP", - "rackspace/php-opencloud": "to use Opencloud adapter" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.2.x-dev" - } - }, - "autoload": { - "psr-0": { - "Gaufrette": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "The contributors", - "homepage": "http://github.com/knplabs/Gaufrette/contributors" - }, - { - "name": "KnpLabs Team", - "homepage": "http://knplabs.com" - } - ], - "description": "PHP5 library that provides a filesystem abstraction layer", - "homepage": "http://knplabs.com", - "keywords": [ - "abstraction", - "file", - "filesystem", - "media" - ], - "time": "2013-07-01 17:35:01" - }, - { - "name": "knplabs/knp-menu", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/KnpLabs/KnpMenu.git", - "reference": "7baf621fb77867e49daca7dd72b443ea232cb5e1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/7baf621fb77867e49daca7dd72b443ea232cb5e1", - "reference": "7baf621fb77867e49daca7dd72b443ea232cb5e1", - "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-06-24 00:02:29" - }, - { - "name": "knplabs/knp-snappy", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/KnpLabs/snappy.git", - "reference": "3414f27438bd4c572f92a7d52be975672c6ccb37" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/3414f27438bd4c572f92a7d52be975672c6ccb37", - "reference": "3414f27438bd4c572f92a7d52be975672c6ccb37", - "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-08-06 12:21:21" - }, - { - "name": "monolog/monolog", - "version": "1.6.0", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/monolog.git", - "reference": "1.6.0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.6.0", - "reference": "1.6.0", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "psr/log": "~1.0" - }, - "require-dev": { - "doctrine/couchdb": "dev-master", - "mlehner/gelf-php": "1.0.*", - "raven/raven": "0.5.*" - }, - "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.6.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-07-28 22:38:30" - }, - { - "name": "mpdf/mpdf", - "version": "v5.6.1", - "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": "neutron/silex-filesystem-provider", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/romainneutron/Silex-Filesystem-Service-Provider.git", - "reference": "1.0.0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/romainneutron/Silex-Filesystem-Service-Provider/zipball/1.0.0", - "reference": "1.0.0", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "silex/silex": ">=1.0", - "symfony/filesystem": ">=2.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Neutron": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Romain Neutron", - "email": "imprec@gmail.com", - "homepage": "http://www.lickmychip.com/" - } - ], - "description": "A Silex Provider for Symfony Filesystem component", - "keywords": [ - "filesystem", - "silex", - "temporary-filesystem" - ], - "time": "2012-11-08 21:07:08" - }, - { - "name": "pagerfanta/pagerfanta", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/whiteoctober/Pagerfanta.git", - "reference": "deb6401540518b11f5547b4f962e9e5b6e762341" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/deb6401540518b11f5547b4f962e9e5b6e762341", - "reference": "deb6401540518b11f5547b4f962e9e5b6e762341", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "doctrine/mongodb-odm": "*", - "doctrine/orm": "2.*", - "mandango/mandango": "*", - "propel/propel1": "~1.6", - "solarium/solarium": "dev-develop" - }, - "suggest": { - "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", - "doctrine/orm": "To use the DoctrineORMAdapter.", - "mandango/mandango": "To use the MandangoAdapter.", - "propel/propel1": "To use the PropelAdapter", - "solarium/solarium": "To use the SolariumAdapter." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Pagerfanta\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Pablo Díez", - "email": "pablodip@gmail.com", - "homepage": "http://github.com/pablodip" - } - ], - "description": "Pagination for PHP 5.3", - "keywords": [ - "page", - "pagination", - "paginator", - "paging" - ], - "time": "2013-08-14 07:27:55" - }, - { - "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": "sensio/framework-extra-bundle", - "version": "dev-master", - "target-dir": "Sensio/Bundle/FrameworkExtraBundle", - "source": { - "type": "git", - "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "doctrine/common": "~2.2", - "symfony/framework-bundle": "~2.2" - }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "2.3.x-dev" - } - }, - "autoload": { - "psr-0": { - "Sensio\\Bundle\\FrameworkExtraBundle": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "This bundle provides a way to configure your controllers with annotations", - "keywords": [ - "annotations", - "controllers" - ], - "time": "2013-07-24 08:49:53" - }, - { - "name": "silex/silex", - "version": "v1.1.0", - "source": { - "type": "git", - "url": "https://github.com/fabpot/Silex.git", - "reference": "v1.1.0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fabpot/Silex/zipball/v1.1.0", - "reference": "v1.1.0", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "pimple/pimple": "1.*", - "symfony/event-dispatcher": ">=2.3,<2.4-dev", - "symfony/http-foundation": ">=2.3,<2.4-dev", - "symfony/http-kernel": ">=2.3,<2.4-dev", - "symfony/routing": ">=2.3,<2.4-dev" - }, - "require-dev": { - "doctrine/dbal": ">=2.2.0,<2.4.0-dev", - "monolog/monolog": "~1.4,>=1.4.1", - "phpunit/phpunit": "~3.7", - "swiftmailer/swiftmailer": "5.*", - "symfony/browser-kit": ">=2.3,<2.4-dev", - "symfony/config": ">=2.3,<2.4-dev", - "symfony/css-selector": ">=2.3,<2.4-dev", - "symfony/dom-crawler": ">=2.3,<2.4-dev", - "symfony/finder": ">=2.3,<2.4-dev", - "symfony/form": ">=2.3,<2.4-dev", - "symfony/locale": ">=2.3,<2.4-dev", - "symfony/monolog-bridge": ">=2.3,<2.4-dev", - "symfony/options-resolver": ">=2.3,<2.4-dev", - "symfony/process": ">=2.3,<2.4-dev", - "symfony/security": ">=2.3,<2.4-dev", - "symfony/serializer": ">=2.3,<2.4-dev", - "symfony/translation": ">=2.3,<2.4-dev", - "symfony/twig-bridge": ">=2.3,<2.4-dev", - "symfony/validator": ">=2.3,<2.4-dev", - "twig/twig": ">=1.8.0,<2.0-dev" - }, - "suggest": { - "symfony/browser-kit": ">=2.3,<2.4-dev", - "symfony/css-selector": ">=2.3,<2.4-dev", - "symfony/dom-crawler": ">=2.3,<2.4-dev", - "symfony/form": ">=2.3,<2.4-dev" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.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-07-04 07:15:36" - }, - { - "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": "v2.3.3", - "target-dir": "Symfony/Component/Config", - "source": { - "type": "git", - "url": "https://github.com/symfony/Config.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Config/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/filesystem": "~2.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-08-06 05:49:23" - }, - { - "name": "symfony/console", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Console", - "source": { - "type": "git", - "url": "https://github.com/symfony/Console.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/event-dispatcher": "~2.1" - }, - "suggest": { - "symfony/event-dispatcher": "" - }, - "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-07-21 12:12:18" - }, - { - "name": "symfony/debug", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Debug", - "source": { - "type": "git", - "url": "https://github.com/symfony/Debug.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Debug/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/http-foundation": "~2.1", - "symfony/http-kernel": "~2.1" - }, - "suggest": { - "symfony/class-loader": "", - "symfony/http-foundation": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Debug\\": "" - } - }, - "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 Debug Component", - "homepage": "http://symfony.com", - "time": "2013-07-01 12:24:43" - }, - { - "name": "symfony/dependency-injection", - "version": "v2.3.3", - "target-dir": "Symfony/Component/DependencyInjection", - "source": { - "type": "git", - "url": "https://github.com/symfony/DependencyInjection.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/config": "~2.2", - "symfony/yaml": "~2.0" - }, - "suggest": { - "symfony/config": "", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" - }, - "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-07-25 17:13:25" - }, - { - "name": "symfony/doctrine-bridge", - "version": "2.3.x-dev", - "target-dir": "Symfony/Bridge/Doctrine", - "source": { - "type": "git", - "url": "https://github.com/symfony/DoctrineBridge.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/DoctrineBridge/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "doctrine/common": "~2.2", - "php": ">=5.3.3" - }, - "require-dev": { - "doctrine/data-fixtures": "1.0.*", - "doctrine/dbal": "~2.2", - "doctrine/orm": "~2.2,>=2.2.3", - "symfony/dependency-injection": "~2.0", - "symfony/form": "~2.2", - "symfony/http-kernel": "~2.2", - "symfony/security": "~2.2", - "symfony/stopwatch": "~2.2", - "symfony/validator": "~2.2" - }, - "suggest": { - "doctrine/data-fixtures": "", - "doctrine/dbal": "", - "doctrine/orm": "", - "symfony/form": "", - "symfony/validator": "" - }, - "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-07-01 12:24:43" - }, - { - "name": "symfony/event-dispatcher", - "version": "v2.3.3", - "target-dir": "Symfony/Component/EventDispatcher", - "source": { - "type": "git", - "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/dependency-injection": "~2.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-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-07-21 12:12:18" - }, - { - "name": "symfony/filesystem", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Filesystem", - "source": { - "type": "git", - "url": "https://github.com/symfony/Filesystem.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Filesystem\\": "" - } - }, - "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 Filesystem Component", - "homepage": "http://symfony.com", - "time": "2013-07-21 12:12:18" - }, - { - "name": "symfony/finder", - "version": "2.3.x-dev", - "target-dir": "Symfony/Component/Finder", - "source": { - "type": "git", - "url": "https://github.com/symfony/Finder.git", - "reference": "4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Finder/zipball/4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1", - "reference": "4a0fee5b86f5bbd9dfdc11ec124eba2915737ce1", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-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-08-13 20:18:00" - }, - { - "name": "symfony/form", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Form", - "source": { - "type": "git", - "url": "https://github.com/symfony/Form.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Form/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/event-dispatcher": "~2.1", - "symfony/intl": "~2.3", - "symfony/options-resolver": "~2.1", - "symfony/property-access": "~2.2" - }, - "require-dev": { - "symfony/http-foundation": "~2.2", - "symfony/validator": "~2.2" - }, - "suggest": { - "symfony/http-foundation": "", - "symfony/validator": "" - }, - "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-08-02 20:53:38" - }, - { - "name": "symfony/framework-bundle", - "version": "v2.3.3", - "target-dir": "Symfony/Bundle/FrameworkBundle", - "source": { - "type": "git", - "url": "https://github.com/symfony/FrameworkBundle.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/FrameworkBundle/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "doctrine/common": "~2.2", - "php": ">=5.3.3", - "symfony/config": "~2.2", - "symfony/dependency-injection": "~2.2", - "symfony/event-dispatcher": "~2.1", - "symfony/filesystem": "~2.3", - "symfony/http-kernel": "~2.3", - "symfony/routing": "~2.2", - "symfony/stopwatch": "~2.3", - "symfony/templating": "~2.1", - "symfony/translation": "~2.3" - }, - "require-dev": { - "symfony/class-loader": "~2.1", - "symfony/finder": "~2.0", - "symfony/form": "~2.3", - "symfony/security": "~2.3", - "symfony/validator": "~2.1" - }, - "suggest": { - "symfony/console": "", - "symfony/finder": "", - "symfony/form": "", - "symfony/validator": "" - }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Bundle\\FrameworkBundle\\": "" - } - }, - "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 FrameworkBundle", - "homepage": "http://symfony.com", - "time": "2013-08-07 14:02:06" - }, - { - "name": "symfony/http-foundation", - "version": "v2.3.3", - "target-dir": "Symfony/Component/HttpFoundation", - "source": { - "type": "git", - "url": "https://github.com/symfony/HttpFoundation.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-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-08-07 14:02:06" - }, - { - "name": "symfony/http-kernel", - "version": "v2.3.3", - "target-dir": "Symfony/Component/HttpKernel", - "source": { - "type": "git", - "url": "https://github.com/symfony/HttpKernel.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "psr/log": "~1.0", - "symfony/debug": "~2.3", - "symfony/event-dispatcher": "~2.1", - "symfony/http-foundation": "~2.2" - }, - "require-dev": { - "symfony/browser-kit": "~2.2", - "symfony/class-loader": "~2.1", - "symfony/config": "~2.0", - "symfony/console": "~2.2", - "symfony/dependency-injection": "~2.0", - "symfony/finder": "~2.0", - "symfony/process": "~2.0", - "symfony/routing": "~2.2", - "symfony/stopwatch": "~2.2", - "symfony/templating": "~2.2" - }, - "suggest": { - "symfony/browser-kit": "", - "symfony/class-loader": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "", - "symfony/finder": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-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-08-07 17:11:16" - }, - { - "name": "symfony/icu", - "version": "v1.2.0", - "target-dir": "Symfony/Component/Icu", - "source": { - "type": "git", - "url": "https://github.com/symfony/Icu.git", - "reference": "v1.2.0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Icu/zipball/v1.2.0", - "reference": "v1.2.0", - "shasum": "" - }, - "require": { - "lib-icu": ">=4.4", - "php": ">=5.3.3", - "symfony/intl": ">=2.3,<3.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Symfony\\Component\\Icu\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Contains an excerpt of the ICU data and classes to load it.", - "homepage": "http://symfony.com", - "keywords": [ - "icu", - "intl" - ], - "time": "2013-06-03 18:32:58" - }, - { - "name": "symfony/intl", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Intl", - "source": { - "type": "git", - "url": "https://github.com/symfony/Intl.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Intl/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/icu": "~1.0-RC" - }, - "require-dev": { - "symfony/filesystem": ">=2.1" - }, - "suggest": { - "ext-intl": "to use the component with locales other than \"en\"" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Intl\\": "" - }, - "classmap": [ - "Symfony/Component/Intl/Resources/stubs" - ], - "files": [ - "Symfony/Component/Intl/Resources/stubs/functions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch", - "homepage": "http://wiedler.ch/igor/" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - }, - { - "name": "Eriksen Costa", - "email": "eriksen.costa@infranology.com.br" - } - ], - "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", - "homepage": "http://symfony.com", - "keywords": [ - "i18n", - "icu", - "internationalization", - "intl", - "l10n", - "localization" - ], - "time": "2013-08-01 12:40:45" - }, - { - "name": "symfony/locale", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Locale", - "source": { - "type": "git", - "url": "https://github.com/symfony/Locale.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Locale/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/intl": ">=2.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "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", - "time": "2013-07-01 12:24:43" - }, - { - "name": "symfony/monolog-bridge", - "version": "v2.3.3", - "target-dir": "Symfony/Bridge/Monolog", - "source": { - "type": "git", - "url": "https://github.com/symfony/MonologBridge.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/MonologBridge/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "monolog/monolog": "~1.3", - "php": ">=5.3.3", - "symfony/http-kernel": "~2.2" - }, - "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Bridge\\Monolog\\": "" - } - }, - "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 Monolog Bridge", - "homepage": "http://symfony.com", - "time": "2013-08-02 20:53:38" - }, - { - "name": "symfony/options-resolver", - "version": "v2.3.3", - "target-dir": "Symfony/Component/OptionsResolver", - "source": { - "type": "git", - "url": "https://github.com/symfony/OptionsResolver.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\OptionsResolver\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - } - ], - "description": "Symfony OptionsResolver Component", - "homepage": "http://symfony.com", - "keywords": [ - "config", - "configuration", - "options" - ], - "time": "2013-07-21 12:12:18" - }, - { - "name": "symfony/process", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Process", - "source": { - "type": "git", - "url": "https://github.com/symfony/Process.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Process/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Process\\": "" - } - }, - "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 Process Component", - "homepage": "http://symfony.com", - "time": "2013-08-02 21:51:01" - }, - { - "name": "symfony/property-access", - "version": "2.3.x-dev", - "target-dir": "Symfony/Component/PropertyAccess", - "source": { - "type": "git", - "url": "https://github.com/symfony/PropertyAccess.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/v2.3.3", - "reference": "v2.3.3", - "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-08-02 20:53:38" - }, - { - "name": "symfony/routing", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Routing", - "source": { - "type": "git", - "url": "https://github.com/symfony/Routing.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Routing/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "doctrine/common": "~2.2", - "psr/log": "~1.0", - "symfony/config": "~2.2", - "symfony/yaml": "~2.0" - }, - "suggest": { - "doctrine/common": "", - "symfony/config": "", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-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-08-02 20:53:38" - }, - { - "name": "symfony/security", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Security", - "source": { - "type": "git", - "url": "https://github.com/symfony/Security.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Security/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/event-dispatcher": "~2.1", - "symfony/http-foundation": "~2.1", - "symfony/http-kernel": "~2.1" - }, - "require-dev": { - "doctrine/common": "~2.2", - "doctrine/dbal": "~2.2", - "ircmaxell/password-compat": "1.0.*", - "psr/log": "~1.0", - "symfony/form": "~2.0", - "symfony/routing": "~2.2", - "symfony/validator": "~2.2" - }, - "suggest": { - "doctrine/dbal": "to use the built-in ACL implementation", - "ircmaxell/password-compat": "", - "symfony/class-loader": "", - "symfony/finder": "", - "symfony/form": "", - "symfony/routing": "", - "symfony/validator": "" - }, - "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-08-06 05:49:23" - }, - { - "name": "symfony/stopwatch", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Stopwatch", - "source": { - "type": "git", - "url": "https://github.com/symfony/Stopwatch.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-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-07-21 12:12:18" - }, - { - "name": "symfony/templating", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Templating", - "source": { - "type": "git", - "url": "https://github.com/symfony/Templating.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Templating/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Templating\\": "" - } - }, - "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 Templating Component", - "homepage": "http://symfony.com", - "time": "2013-07-21 12:12:18" - }, - { - "name": "symfony/translation", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Translation", - "source": { - "type": "git", - "url": "https://github.com/symfony/Translation.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Translation/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/config": "~2.0", - "symfony/yaml": "~2.2" - }, - "suggest": { - "symfony/config": "", - "symfony/yaml": "" - }, - "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-08-02 20:53:38" - }, - { - "name": "symfony/twig-bridge", - "version": "v2.3.3", - "target-dir": "Symfony/Bridge/Twig", - "source": { - "type": "git", - "url": "https://github.com/symfony/TwigBridge.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "twig/twig": "~1.11" - }, - "require-dev": { - "symfony/form": "~2.2", - "symfony/http-kernel": "~2.2", - "symfony/routing": "~2.2", - "symfony/security": "~2.0", - "symfony/templating": "~2.1", - "symfony/translation": "~2.2", - "symfony/yaml": "~2.0" - }, - "suggest": { - "symfony/form": "", - "symfony/http-kernel": "", - "symfony/routing": "", - "symfony/security": "", - "symfony/templating": "", - "symfony/translation": "", - "symfony/yaml": "" - }, - "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-master": "2.3-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-08-02 20:53:38" - }, - { - "name": "symfony/validator", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Validator", - "source": { - "type": "git", - "url": "https://github.com/symfony/Validator.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Validator/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/translation": "~2.0" - }, - "require-dev": { - "symfony/config": "~2.2", - "symfony/http-foundation": "~2.1", - "symfony/intl": "~2.3", - "symfony/yaml": "~2.0" - }, - "suggest": { - "doctrine/common": "", - "symfony/config": "", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/yaml": "" - }, - "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-08-06 05:59:49" - }, - { - "name": "symfony/yaml", - "version": "v2.3.3", - "target-dir": "Symfony/Component/Yaml", - "source": { - "type": "git", - "url": "https://github.com/symfony/Yaml.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "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-07-21 12:12:18" - }, - { - "name": "twig/twig", - "version": "v1.13.2", - "source": { - "type": "git", - "url": "https://github.com/fabpot/Twig.git", - "reference": "v1.13.2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.2", - "reference": "v1.13.2", - "shasum": "" - }, - "require": { - "php": ">=5.2.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.13-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "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-08-03 15:35:31" - }, - { - "name": "zendframework/zend-config", - "version": "dev-develop", - "target-dir": "Zend/Config", - "source": { - "type": "git", - "url": "https://github.com/zendframework/Component_ZendConfig.git", - "reference": "514f16156b9307b8116fce969d2003954d013c5a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/514f16156b9307b8116fce969d2003954d013c5a", - "reference": "514f16156b9307b8116fce969d2003954d013c5a", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "zendframework/zend-stdlib": "self.version" - }, - "require-dev": { - "zendframework/zend-filter": "self.version", - "zendframework/zend-i18n": "self.version", - "zendframework/zend-json": "self.version", - "zendframework/zend-servicemanager": "self.version" - }, - "suggest": { - "zendframework/zend-filter": "Zend\\Filter component", - "zendframework/zend-i18n": "Zend\\I18n component", - "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", - "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2-dev", - "dev-develop": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Zend\\Config\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides a nested object property based user interface for accessing this configuration data within application code", - "keywords": [ - "config", - "zf2" - ], - "time": "2013-07-22 16:00:13" - }, - { - "name": "zendframework/zend-stdlib", - "version": "dev-develop", - "target-dir": "Zend/Stdlib", - "source": { - "type": "git", - "url": "https://github.com/zendframework/Component_ZendStdlib.git", - "reference": "d23ca1ad7fc6438f7038443dcfb1a3213953c5b9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/d23ca1ad7fc6438f7038443dcfb1a3213953c5b9", - "reference": "d23ca1ad7fc6438f7038443dcfb1a3213953c5b9", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "zendframework/zend-eventmanager": "self.version", - "zendframework/zend-serializer": "self.version", - "zendframework/zend-servicemanager": "self.version" - }, - "suggest": { - "zendframework/zend-eventmanager": "To support aggregate hydrator usage", - "zendframework/zend-serializer": "Zend\\Serializer component", - "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2-dev", - "dev-develop": "2.3-dev" - } - }, - "autoload": { - "psr-0": { - "Zend\\Stdlib\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "keywords": [ - "stdlib", - "zf2" - ], - "time": "2013-07-03 18:00:11" - } - ], - "packages-dev": [ - { - "name": "filp/whoops", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/filp/whoops.git", - "reference": "c2820518b0cc446653c212bdafd4502c3b63731e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/c2820518b0cc446653c212bdafd4502c3b63731e", - "reference": "c2820518b0cc446653c212bdafd4502c3b63731e", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "mockery/mockery": "dev-master", - "silex/silex": "1.0.*@dev" - }, - "type": "library", - "autoload": { - "psr-0": { - "Whoops": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Filipe Dobreira", - "homepage": "https://github.com/filp", - "role": "Developer" - } - ], - "description": "php error handling for cool kids", - "homepage": "https://github.com/filp/whoops", - "keywords": [ - "error", - "exception", - "handling", - "library", - "silex-provider", - "whoops", - "zf2" - ], - "time": "2013-08-06 22:00:05" - }, - { - "name": "kriswallsmith/assetic", - "version": "v1.1.2", - "source": { - "type": "git", - "url": "https://github.com/kriswallsmith/assetic.git", - "reference": "v1.1.2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/v1.1.2", - "reference": "v1.1.2", - "shasum": "" - }, - "require": { - "php": ">=5.3.1", - "symfony/process": "~2.1" - }, - "require-dev": { - "cssmin/cssmin": "*", - "joliclic/javascript-packer": "*", - "kamicane/packager": "*", - "leafo/lessphp": "*", - "leafo/scssphp": "*", - "leafo/scssphp-compass": "*", - "mrclay/minify": "*", - "phpunit/phpunit": "~3.7", - "ptachoire/cssembed": "*", - "twig/twig": "~1.6" - }, - "suggest": { - "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", - "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", - "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", - "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", - "twig/twig": "Assetic provides the integration with the Twig templating engine" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-0": { - "Assetic": "src/" - }, - "files": [ - "src/functions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kris Wallsmith", - "email": "kris.wallsmith@gmail.com", - "homepage": "http://kriswallsmith.net/" - } - ], - "description": "Asset Management for PHP", - "homepage": "https://github.com/kriswallsmith/assetic", - "keywords": [ - "assets", - "compression", - "minification" - ], - "time": "2013-07-19 00:03:27" - }, - { - "name": "leafo/lessphp", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/leafo/lessphp.git", - "reference": "v0.4.0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/leafo/lessphp/zipball/v0.4.0", - "reference": "v0.4.0", - "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-08-09 17:09:19" - }, - { - "name": "mheap/silex-assetic", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/mheap/Silex-Assetic.git", - "reference": "1.0.0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mheap/Silex-Assetic/zipball/1.0.0", - "reference": "1.0.0", - "shasum": "" - }, - "require": { - "kriswallsmith/assetic": "~1.0", - "php": ">=5.3.0", - "symfony/finder": "~2.1" - }, - "require-dev": { - "phpunit/phpunit": "~3.7.10", - "silex/silex": "~1.0@dev", - "twig/twig": "~1.2" - }, - "suggest": { - "twig/twig": "~1.2" - }, - "type": "library", - "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-08-10 16:39:58" - }, - { - "name": "natxet/CssMin", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/natxet/CssMin.git", - "reference": "afdcdbdb5fc332313f47a79ae60346df3e69a572" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/natxet/CssMin/zipball/afdcdbdb5fc332313f47a79ae60346df3e69a572", - "reference": "afdcdbdb5fc332313f47a79ae60346df3e69a572", - "shasum": "" - }, - "require": { - "php": ">=5.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "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-07-02 20:53:35" - }, - { - "name": "silex/web-profiler", - "version": "dev-master", - "target-dir": "Silex/Provider", - "source": { - "type": "git", - "url": "https://github.com/silexphp/Silex-WebProfiler.git", - "reference": "v1.0.1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Silex-WebProfiler/zipball/v1.0.1", - "reference": "v1.0.1", - "shasum": "" - }, - "require": { - "silex/silex": "~1.0", - "symfony/stopwatch": "~2.2", - "symfony/web-profiler-bundle": "~2.2" - }, - "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-05-03 17:04:41" - }, - { - "name": "symfony/browser-kit", - "version": "v2.3.3", - "target-dir": "Symfony/Component/BrowserKit", - "source": { - "type": "git", - "url": "https://github.com/symfony/BrowserKit.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/dom-crawler": "~2.0" - }, - "require-dev": { - "symfony/css-selector": "~2.0", - "symfony/process": "~2.0" - }, - "suggest": { - "symfony/process": "" - }, - "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-07-21 12:12:18" - }, - { - "name": "symfony/dom-crawler", - "version": "v2.3.3", - "target-dir": "Symfony/Component/DomCrawler", - "source": { - "type": "git", - "url": "https://github.com/symfony/DomCrawler.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/css-selector": "~2.0" - }, - "suggest": { - "symfony/css-selector": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-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-07-21 12:12:18" - }, - { - "name": "symfony/web-profiler-bundle", - "version": "v2.3.3", - "target-dir": "Symfony/Bundle/WebProfilerBundle", - "source": { - "type": "git", - "url": "https://github.com/symfony/WebProfilerBundle.git", - "reference": "v2.3.3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/WebProfilerBundle/zipball/v2.3.3", - "reference": "v2.3.3", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/http-kernel": "~2.2", - "symfony/routing": "~2.2", - "symfony/twig-bridge": "~2.2" - }, - "require-dev": { - "symfony/config": "~2.2", - "symfony/dependency-injection": "~2.0", - "symfony/stopwatch": "~2.2" - }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "2.3-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-07-21 12:12:18" - } - ], - "aliases": [ - - ], - "minimum-stability": "stable", - "stability-flags": { - "symfony/doctrine-bridge": 20, - "symfony/property-access": 20, - "symfony/finder": 20, - "dflydev/doctrine-orm-service-provider": 20, - "doctrine/migrations": 20, - "gedmo/doctrine-extensions": 20, - "pagerfanta/pagerfanta": 20, - "franmomu/silex-pagerfanta-provider": 20, - "igorw/config-service-provider": 20, - "realityking/pchart": 20, - "imagine/imagine": 20, - "grom/silex-service-provider": 20, - "knplabs/knp-menu": 20, - "knplabs/knp-snappy": 20, - "knplabs/console-service-provider": 20, - "knplabs/gaufrette": 20, - "jmontoyaa/phpqrcode": 20, - "bt51/gaufrette-serviceprovider": 20, - "neutron/silex-filesystem-provider": 20, - "jbroadway/urlify": 20, - "sensio/framework-extra-bundle": 20, - "chamilo/chash": 20, - "zendframework/zend-config": 20, - "zendframework/zend-stdlib": 20, - "silex/web-profiler": 20, - "natxet/cssmin": 20, - "leafo/lessphp": 20, - "mheap/silex-assetic": 20, - "filp/whoops": 20 - }, - "platform": { - "php": ">=5.3.2" - }, - "platform-dev": [ - - ] -} diff --git a/vendor/autoload.php b/vendor/autoload.php index 7dc08210e3..dd748d7975 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer' . '/autoload_real.php'; -return ComposerAutoloaderInit6489e7393d7a298c54ad18b4d0e73b23::getLoader(); +return ComposerAutoloaderInitf02fe6cc4add5086165a6e5c7b48b210::getLoader(); diff --git a/vendor/chamilo/chash b/vendor/chamilo/chash deleted file mode 100644 index ab0c01417a..0000000000 --- a/vendor/chamilo/chash +++ /dev/null @@ -1 +0,0 @@ -// \ No newline at end of file diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 9838e247c1..00615cea1d 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -303,6 +303,7 @@ return array( 'HTML_QuickForm_Renderer_QuickHtml' => $baseDir . '/main/inc/lib/pear/HTML/QuickForm/Renderer/QuickHtml.php', 'HTML_QuickForm_Rule' => $baseDir . '/main/inc/lib/pear/HTML/QuickForm/Rule.php', 'HTML_QuickForm_RuleRegistry' => $baseDir . '/main/inc/lib/pear/HTML/QuickForm/RuleRegistry.php', + 'HTML_QuickForm_Rule_CAPTCHA' => $baseDir . '/main/inc/lib/pear/HTML/QuickForm/Rule/CAPTCHA.php', 'HTML_QuickForm_Rule_Callback' => $baseDir . '/main/inc/lib/pear/HTML/QuickForm/Rule/Callback.php', 'HTML_QuickForm_Rule_Compare' => $baseDir . '/main/inc/lib/pear/HTML/QuickForm/Rule/Compare.php', 'HTML_QuickForm_Rule_CompareDate' => $baseDir . '/main/inc/lib/pear/HTML/QuickForm/Rule/CompareDate.php', @@ -515,6 +516,7 @@ return array( 'PEAR' => $baseDir . '/main/inc/lib/pear/PEAR.php', 'PEAR5' => $baseDir . '/main/inc/lib/pear/PEAR5.php', 'PEAR_Error' => $baseDir . '/main/inc/lib/pear/PEAR.php', + 'PEAR_Exception' => $baseDir . '/main/inc/lib/pear/Exception.php', 'PGTStorage' => $baseDir . '/main/auth/cas/lib/CAS/PGTStorage/pgt-main.php', 'PGTStorageDB' => $baseDir . '/main/auth/cas/lib/CAS/PGTStorage/pgt-db.php', 'PGTStorageFile' => $baseDir . '/main/auth/cas/lib/CAS/PGTStorage/pgt-file.php', @@ -745,6 +747,7 @@ return array( 'ViewException' => $baseDir . '/main/inc/lib/app_view.php', 'WCAG_Rendering' => $baseDir . '/main/inc/lib/WCAG/WCAG_rendering.php', 'Wiki' => $baseDir . '/main/coursecopy/classes/wiki.class.php', + 'Work' => $baseDir . '/main/coursecopy/classes/Work.class.php', 'XMLSchema' => $baseDir . '/main/inc/lib/nusoap/class.xmlschema.php', 'XapianIndexer' => $baseDir . '/main/inc/lib/search/xapian/XapianIndexer.class.php', 'Zip' => $baseDir . '/main/inc/lib/zip.class.php', diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index c9d92aab4d..98b84c46e3 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php generated by Composer -class ComposerAutoloaderInit6489e7393d7a298c54ad18b4d0e73b23 +class ComposerAutoloaderInitf02fe6cc4add5086165a6e5c7b48b210 { private static $loader; @@ -19,9 +19,9 @@ class ComposerAutoloaderInit6489e7393d7a298c54ad18b4d0e73b23 return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit6489e7393d7a298c54ad18b4d0e73b23', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitf02fe6cc4add5086165a6e5c7b48b210', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInit6489e7393d7a298c54ad18b4d0e73b23', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitf02fe6cc4add5086165a6e5c7b48b210', 'loadClassLoader')); $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 1d2a6f446a..4baafa7c6b 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -50,12 +50,12 @@ "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "v4.5.0" + "reference": "d516e2f8de435ea78cc6152abc425d3ff2c4d289" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/v4.5.0", - "reference": "v4.5.0", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d516e2f8de435ea78cc6152abc425d3ff2c4d289", + "reference": "d516e2f8de435ea78cc6152abc425d3ff2c4d289", "shasum": "" }, "require": { @@ -132,12 +132,12 @@ "source": { "type": "git", "url": "https://github.com/avalanche123/Imagine.git", - "reference": "c8a45cf10d4194626d02ff48b3b7804b6647b644" + "reference": "45aba323391fc079e25382b83561919db117ff51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/c8a45cf10d4194626d02ff48b3b7804b6647b644", - "reference": "c8a45cf10d4194626d02ff48b3b7804b6647b644", + "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/45aba323391fc079e25382b83561919db117ff51", + "reference": "45aba323391fc079e25382b83561919db117ff51", "shasum": "" }, "require": { @@ -151,7 +151,7 @@ "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" }, - "time": "2013-08-15 15:19:14", + "time": "2013-08-15 23:32:14", "type": "library", "extra": { "branch-alias": { @@ -287,12 +287,12 @@ "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", - "reference": "v1.13.2" + "reference": "6d6a1009427d1f398c9d40904147bf9f723d5755" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.2", - "reference": "v1.13.2", + "url": "https://api.github.com/repos/fabpot/Twig/zipball/6d6a1009427d1f398c9d40904147bf9f723d5755", + "reference": "6d6a1009427d1f398c9d40904147bf9f723d5755", "shasum": "" }, "require": { @@ -337,19 +337,19 @@ "version_normalized": "2.3.0.0", "source": { "type": "git", - "url": "https://github.com/doctrine/common", - "reference": "2.3.0" + "url": "https://github.com/doctrine/common.git", + "reference": "d1c7d4334e38cad603a5c863d4c7b91bb04ec6b2" }, "dist": { "type": "zip", - "url": "https://github.com/doctrine/common/zipball/2.3.0", - "reference": "2.3.0", + "url": "https://api.github.com/repos/doctrine/common/zipball/d1c7d4334e38cad603a5c863d4c7b91bb04ec6b2", + "reference": "d1c7d4334e38cad603a5c863d4c7b91bb04ec6b2", "shasum": "" }, "require": { "php": ">=5.3.2" }, - "time": "2012-09-19 22:55:18", + "time": "2012-09-20 05:55:18", "type": "library", "extra": { "branch-alias": { @@ -368,7 +368,7 @@ ], "authors": [ { - "name": "Jonathan H. Wage", + "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, @@ -386,7 +386,7 @@ "email": "kontakt@beberlei.de" }, { - "name": "Johannes M. Schmitt", + "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" @@ -410,18 +410,18 @@ "source": { "type": "git", "url": "https://github.com/symfony/Icu.git", - "reference": "v1.2.0" + "reference": "7299cd3d8d6602103d1ebff5d0a9917b7bc6de72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Icu/zipball/v1.2.0", - "reference": "v1.2.0", + "url": "https://api.github.com/repos/symfony/Icu/zipball/7299cd3d8d6602103d1ebff5d0a9917b7bc6de72", + "reference": "7299cd3d8d6602103d1ebff5d0a9917b7bc6de72", "shasum": "" }, "require": { "lib-icu": ">=4.4", "php": ">=5.3.3", - "symfony/intl": ">=2.3,<3.0" + "symfony/intl": "~2.3" }, "time": "2013-06-03 18:32:58", "type": "library", @@ -539,12 +539,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Routing.git", - "reference": "v2.3.3" + "reference": "25eb4f846382877a3547d70dae9ea35439d81305" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Routing/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Routing/zipball/25eb4f846382877a3547d70dae9ea35439d81305", + "reference": "25eb4f846382877a3547d70dae9ea35439d81305", "shasum": "" }, "require": { @@ -599,12 +599,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Debug.git", - "reference": "v2.3.3" + "reference": "947e8d434bb461bec07b1ce7102d8823ed150f01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Debug/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Debug/zipball/947e8d434bb461bec07b1ce7102d8823ed150f01", + "reference": "947e8d434bb461bec07b1ce7102d8823ed150f01", "shasum": "" }, "require": { @@ -657,12 +657,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation.git", - "reference": "v2.3.3" + "reference": "d14aca0449278b9fc6e5334ff02dedd0d2167085" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/d14aca0449278b9fc6e5334ff02dedd0d2167085", + "reference": "d14aca0449278b9fc6e5334ff02dedd0d2167085", "shasum": "" }, "require": { @@ -709,12 +709,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "v2.3.3" + "reference": "41c9826457c65fa3cf746f214985b7ca9cba42f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/41c9826457c65fa3cf746f214985b7ca9cba42f8", + "reference": "41c9826457c65fa3cf746f214985b7ca9cba42f8", "shasum": "" }, "require": { @@ -765,12 +765,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/HttpKernel.git", - "reference": "v2.3.3" + "reference": "7eb27ca1fa33d455a0b4667aedf0d6b4e53765c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/7eb27ca1fa33d455a0b4667aedf0d6b4e53765c8", + "reference": "7eb27ca1fa33d455a0b4667aedf0d6b4e53765c8", "shasum": "" }, "require": { @@ -837,12 +837,12 @@ "source": { "type": "git", "url": "https://github.com/fabpot/Pimple.git", - "reference": "v1.0.2" + "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fabpot/Pimple/zipball/v1.0.2", - "reference": "v1.0.2", + "url": "https://api.github.com/repos/fabpot/Pimple/zipball/ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94", + "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94", "shasum": "" }, "require": { @@ -885,12 +885,12 @@ "source": { "type": "git", "url": "https://github.com/fabpot/Silex.git", - "reference": "v1.1.0" + "reference": "a4d3f85ffbd6946b69f142f2965f56cb35ee95ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fabpot/Silex/zipball/v1.1.0", - "reference": "v1.1.0", + "url": "https://api.github.com/repos/fabpot/Silex/zipball/a4d3f85ffbd6946b69f142f2965f56cb35ee95ea", + "reference": "a4d3f85ffbd6946b69f142f2965f56cb35ee95ea", "shasum": "" }, "require": { @@ -1019,12 +1019,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "v2.3.3" + "reference": "290fe87d3618ce49c2caf7c456402affbd9917ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Console/zipball/290fe87d3618ce49c2caf7c456402affbd9917ac", + "reference": "290fe87d3618ce49c2caf7c456402affbd9917ac", "shasum": "" }, "require": { @@ -1117,12 +1117,12 @@ "source": { "type": "git", "url": "https://github.com/KnpLabs/Gaufrette.git", - "reference": "cde6149b2cf021b728eb33e7d8f819e6fb3cb508" + "reference": "8de6aa452e0800d5331eb3f9fab2e2e57c654b16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/cde6149b2cf021b728eb33e7d8f819e6fb3cb508", - "reference": "cde6149b2cf021b728eb33e7d8f819e6fb3cb508", + "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/8de6aa452e0800d5331eb3f9fab2e2e57c654b16", + "reference": "8de6aa452e0800d5331eb3f9fab2e2e57c654b16", "shasum": "" }, "require": { @@ -1130,9 +1130,11 @@ }, "require-dev": { "amazonwebservices/aws-sdk-for-php": "1.5.*", + "aws/aws-sdk-php": "~2", "doctrine/dbal": ">=2.3", "dropbox-php/dropbox-php": "*", "herzult/php-ssh": "*", + "microsoft/windowsazure": "dev-master", "phpseclib/phpseclib": "dev-master", "phpspec/phpspec": "2.0.*", "phpunit/phpunit": "3.7.*", @@ -1140,7 +1142,8 @@ "rackspace/php-opencloud": "dev-master" }, "suggest": { - "amazonwebservices/aws-sdk-for-php": "to use the Amazon S3 adapter", + "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters", + "aws/aws-sdk-php": "to use the Amazon S3 adapter", "doctrine/dbal": "to use the Doctrine DBAL adapter", "dropbox-php/dropbox-php": "to use the Dropbox adapter", "ext-apc": "to use the APC adapter", @@ -1150,10 +1153,11 @@ "ext-mongo": "*", "ext-zip": "to use the Zip adapter", "knplabs/knp-gaufrette-bundle": "to use with Symfony2", + "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter", "phpseclib/phpseclib": "to use the SFTP", "rackspace/php-opencloud": "to use Opencloud adapter" }, - "time": "2013-07-01 17:35:01", + "time": "2013-08-21 06:55:38", "type": "library", "extra": { "branch-alias": { @@ -1290,12 +1294,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", - "reference": "v2.3.3" + "reference": "87acbbef6d35ba649f96f09cc572c45119b360c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Filesystem/zipball/87acbbef6d35ba649f96f09cc572c45119b360c3", + "reference": "87acbbef6d35ba649f96f09cc572c45119b360c3", "shasum": "" }, "require": { @@ -1338,12 +1342,12 @@ "source": { "type": "git", "url": "https://github.com/romainneutron/Silex-Filesystem-Service-Provider.git", - "reference": "1.0.0" + "reference": "98771524bba1ffa58373c4c06d438f5fb5442ff4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/romainneutron/Silex-Filesystem-Service-Provider/zipball/1.0.0", - "reference": "1.0.0", + "url": "https://api.github.com/repos/romainneutron/Silex-Filesystem-Service-Provider/zipball/98771524bba1ffa58373c4c06d438f5fb5442ff4", + "reference": "98771524bba1ffa58373c4c06d438f5fb5442ff4", "shasum": "" }, "require": { @@ -1384,18 +1388,18 @@ "source": { "type": "git", "url": "https://github.com/jbroadway/urlify.git", - "reference": "acf2c6ca7ab89d82f285c93986771f13f78d1b1c" + "reference": "0efa050e512024c088149a663091f1e084a754a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jbroadway/urlify/zipball/acf2c6ca7ab89d82f285c93986771f13f78d1b1c", - "reference": "acf2c6ca7ab89d82f285c93986771f13f78d1b1c", + "url": "https://api.github.com/repos/jbroadway/urlify/zipball/0efa050e512024c088149a663091f1e084a754a3", + "reference": "0efa050e512024c088149a663091f1e084a754a3", "shasum": "" }, "require": { "php": ">=5.3.0" }, - "time": "2013-08-01 23:34:10", + "time": "2013-08-20 13:16:18", "type": "library", "installation-source": "source", "autoload": { @@ -1431,34 +1435,28 @@ }, { "name": "zendframework/zend-stdlib", - "version": "dev-develop", - "version_normalized": "dev-develop", + "version": "2.2.3", + "version_normalized": "2.2.3.0", "target-dir": "Zend/Stdlib", "source": { "type": "git", "url": "https://github.com/zendframework/Component_ZendStdlib.git", - "reference": "d23ca1ad7fc6438f7038443dcfb1a3213953c5b9" + "reference": "7c87ce4e840957596bf3401fa4ae4fb0355682e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/d23ca1ad7fc6438f7038443dcfb1a3213953c5b9", - "reference": "d23ca1ad7fc6438f7038443dcfb1a3213953c5b9", + "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/7c87ce4e840957596bf3401fa4ae4fb0355682e2", + "reference": "7c87ce4e840957596bf3401fa4ae4fb0355682e2", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "require-dev": { - "zendframework/zend-eventmanager": "self.version", - "zendframework/zend-serializer": "self.version", - "zendframework/zend-servicemanager": "self.version" - }, "suggest": { "zendframework/zend-eventmanager": "To support aggregate hydrator usage", - "zendframework/zend-serializer": "Zend\\Serializer component", "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" }, - "time": "2013-07-03 18:00:11", + "time": "2013-08-21 17:08:07", "type": "library", "extra": { "branch-alias": { @@ -1466,7 +1464,7 @@ "dev-develop": "2.3-dev" } }, - "installation-source": "source", + "installation-source": "dist", "autoload": { "psr-0": { "Zend\\Stdlib\\": "" @@ -1481,6 +1479,54 @@ "zf2" ] }, + { + "name": "zendframework/zend-config", + "version": "2.2.3", + "version_normalized": "2.2.3.0", + "target-dir": "Zend/Config", + "source": { + "type": "git", + "url": "https://github.com/zendframework/Component_ZendConfig.git", + "reference": "66c41423c7e461f58e33e241cdc6fe6dc4d6cee7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/66c41423c7e461f58e33e241cdc6fe6dc4d6cee7", + "reference": "66c41423c7e461f58e33e241cdc6fe6dc4d6cee7", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "zendframework/zend-stdlib": "self.version" + }, + "suggest": { + "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", + "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" + }, + "time": "2013-08-21 17:06:49", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev", + "dev-develop": "2.3-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Zend\\Config\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides a nested object property based user interface for accessing this configuration data within application code", + "keywords": [ + "config", + "zf2" + ] + }, { "name": "swiftmailer/swiftmailer", "version": "v4.1.8", @@ -1540,12 +1586,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Process.git", - "reference": "v2.3.3" + "reference": "dd780ac1fa0452567c261237798c4ec64f1337cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Process/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Process/zipball/dd780ac1fa0452567c261237798c4ec64f1337cf", + "reference": "dd780ac1fa0452567c261237798c4ec64f1337cf", "shasum": "" }, "require": { @@ -1588,12 +1634,12 @@ "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "v3.7.2" + "reference": "eaef90d27bb1d682e1f6ab2d77606dc0159049e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/v3.7.2", - "reference": "v3.7.2", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/eaef90d27bb1d682e1f6ab2d77606dc0159049e6", + "reference": "eaef90d27bb1d682e1f6ab2d77606dc0159049e6", "shasum": "" }, "require": { @@ -1682,12 +1728,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "v1.1" + "reference": "560f29c39cfcfbcd210e5d549d993a39d898b04b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/v1.1", - "reference": "v1.1", + "url": "https://api.github.com/repos/doctrine/collections/zipball/560f29c39cfcfbcd210e5d549d993a39d898b04b", + "reference": "560f29c39cfcfbcd210e5d549d993a39d898b04b", "shasum": "" }, "require": { @@ -1712,7 +1758,7 @@ ], "authors": [ { - "name": "Jonathan H. Wage", + "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, @@ -1730,7 +1776,7 @@ "email": "kontakt@beberlei.de" }, { - "name": "Johannes M. Schmitt", + "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" @@ -1751,25 +1797,25 @@ "source": { "type": "git", "url": "https://github.com/alchemy-fr/Zippy.git", - "reference": "0.1.0" + "reference": "cf347b6dfee84a135bb5791004d1ce1ac04f095e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/0.1.0", - "reference": "0.1.0", + "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/cf347b6dfee84a135bb5791004d1ce1ac04f095e", + "reference": "cf347b6dfee84a135bb5791004d1ce1ac04f095e", "shasum": "" }, "require": { - "doctrine/collections": ">=1.0,<2.0", - "guzzle/guzzle": ">=3.0,<4.0", + "doctrine/collections": "~1.0", + "guzzle/guzzle": "~3.0", "php": ">=5.3.3", - "pimple/pimple": ">=1.0,<2.0", - "symfony/filesystem": ">=2.0,<3.0", - "symfony/process": ">=2.0,<3.0" + "pimple/pimple": "~1.0", + "symfony/filesystem": "~2.0", + "symfony/process": "~2.0" }, "require-dev": { "ext-zip": "*", - "symfony/finder": ">=2.0,<3.0" + "symfony/finder": "~2.0" }, "suggest": { "ext-zip": "To use the ZipExtensionAdapter" @@ -1806,62 +1852,6 @@ "zip" ] }, - { - "name": "zendframework/zend-config", - "version": "dev-develop", - "version_normalized": "dev-develop", - "target-dir": "Zend/Config", - "source": { - "type": "git", - "url": "https://github.com/zendframework/Component_ZendConfig.git", - "reference": "514f16156b9307b8116fce969d2003954d013c5a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/514f16156b9307b8116fce969d2003954d013c5a", - "reference": "514f16156b9307b8116fce969d2003954d013c5a", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "zendframework/zend-stdlib": "self.version" - }, - "require-dev": { - "zendframework/zend-filter": "self.version", - "zendframework/zend-i18n": "self.version", - "zendframework/zend-json": "self.version", - "zendframework/zend-servicemanager": "self.version" - }, - "suggest": { - "zendframework/zend-filter": "Zend\\Filter component", - "zendframework/zend-i18n": "Zend\\I18n component", - "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", - "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" - }, - "time": "2013-07-22 16:00:13", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2-dev", - "dev-develop": "2.3-dev" - } - }, - "installation-source": "source", - "autoload": { - "psr-0": { - "Zend\\Config\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides a nested object property based user interface for accessing this configuration data within application code", - "keywords": [ - "config", - "zf2" - ] - }, { "name": "symfony/finder", "version": "2.3.x-dev", @@ -1949,7 +1939,7 @@ ], "authors": [ { - "name": "Jonathan H. Wage", + "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, @@ -2039,12 +2029,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", - "reference": "2.3.4" + "reference": "a41b02c080114c0de3da4ee9fba61f7d18fae7d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2.3.4", - "reference": "2.3.4", + "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/a41b02c080114c0de3da4ee9fba61f7d18fae7d0", + "reference": "a41b02c080114c0de3da4ee9fba61f7d18fae7d0", "shasum": "" }, "require": { @@ -2112,12 +2102,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "v2.3.3" + "reference": "3837ccd0830ef44ed5c5844403bf6f69f7998758" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/3837ccd0830ef44ed5c5844403bf6f69f7998758", + "reference": "3837ccd0830ef44ed5c5844403bf6f69f7998758", "shasum": "" }, "require": { @@ -2160,12 +2150,12 @@ "source": { "type": "git", "url": "https://github.com/chamilo/chash.git", - "reference": "95650f829f8c0baddd4a15f5f43cdfbeed735d66" + "reference": "7dfb342192213ff4336056969ad6de6b0c558931" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/chamilo/chash/zipball/95650f829f8c0baddd4a15f5f43cdfbeed735d66", - "reference": "95650f829f8c0baddd4a15f5f43cdfbeed735d66", + "url": "https://api.github.com/repos/chamilo/chash/zipball/7dfb342192213ff4336056969ad6de6b0c558931", + "reference": "7dfb342192213ff4336056969ad6de6b0c558931", "shasum": "" }, "require": { @@ -2178,13 +2168,13 @@ "symfony/filesystem": "~2.3", "symfony/finder": "~2.3", "symfony/yaml": "~2.3", - "zendframework/zend-config": "2.3.*@dev", - "zendframework/zend-stdlib": "2.3.*@dev" + "zendframework/zend-config": "2.2.*@dev", + "zendframework/zend-stdlib": "2.2.*@dev" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, - "time": "2013-08-15 10:14:59", + "time": "2013-08-23 15:10:43", "type": "library", "installation-source": "source", "autoload": { @@ -2252,12 +2242,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/TwigBridge.git", - "reference": "v2.3.3" + "reference": "eec6577857166c41aa404d88685c3d28e0787fe5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/eec6577857166c41aa404d88685c3d28e0787fe5", + "reference": "eec6577857166c41aa404d88685c3d28e0787fe5", "shasum": "" }, "require": { @@ -2764,12 +2754,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Security.git", - "reference": "v2.3.3" + "reference": "f24601fc3412a43d1408ed2982372f00fc5c6188" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Security/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Security/zipball/f24601fc3412a43d1408ed2982372f00fc5c6188", + "reference": "f24601fc3412a43d1408ed2982372f00fc5c6188", "shasum": "" }, "require": { @@ -2834,18 +2824,18 @@ "source": { "type": "git", "url": "https://github.com/symfony/PropertyAccess.git", - "reference": "v2.3.3" + "reference": "cd91fc63827826a7daff120c67b66108e89547e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/cd91fc63827826a7daff120c67b66108e89547e3", + "reference": "cd91fc63827826a7daff120c67b66108e89547e3", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "time": "2013-08-02 20:53:38", + "time": "2013-08-22 06:42:25", "type": "library", "extra": { "branch-alias": { @@ -2948,12 +2938,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Form.git", - "reference": "v2.3.3" + "reference": "a7b7a67cdb0345a8fefa12795cd10a62d7806f3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Form/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Form/zipball/a7b7a67cdb0345a8fefa12795cd10a62d7806f3f", + "reference": "a7b7a67cdb0345a8fefa12795cd10a62d7806f3f", "shasum": "" }, "require": { @@ -3127,12 +3117,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Translation.git", - "reference": "v2.3.3" + "reference": "6fa9941fbfef37d6113c3bddc687fc507b846feb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Translation/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Translation/zipball/6fa9941fbfef37d6113c3bddc687fc507b846feb", + "reference": "6fa9941fbfef37d6113c3bddc687fc507b846feb", "shasum": "" }, "require": { @@ -3184,12 +3174,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Validator.git", - "reference": "v2.3.3" + "reference": "c6bacef815928a54b2237b3837c8e6b4ba3a7111" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Validator/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Validator/zipball/c6bacef815928a54b2237b3837c8e6b4ba3a7111", + "reference": "c6bacef815928a54b2237b3837c8e6b4ba3a7111", "shasum": "" }, "require": { @@ -3247,12 +3237,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Locale.git", - "reference": "v2.3.3" + "reference": "490825116712881a351b9a13ad6dddd4a39b8bb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Locale/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Locale/zipball/490825116712881a351b9a13ad6dddd4a39b8bb0", + "reference": "490825116712881a351b9a13ad6dddd4a39b8bb0", "shasum": "" }, "require": { @@ -3296,12 +3286,12 @@ "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "1.6.0" + "reference": "f72392d0e6eb855118f5a84e89ac2d257c704abd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.6.0", - "reference": "1.6.0", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f72392d0e6eb855118f5a84e89ac2d257c704abd", + "reference": "f72392d0e6eb855118f5a84e89ac2d257c704abd", "shasum": "" }, "require": { @@ -3361,12 +3351,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/MonologBridge.git", - "reference": "v2.3.3" + "reference": "34b6b27c5a9b59707243c727e0ccb297421dc2c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/MonologBridge/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/MonologBridge/zipball/34b6b27c5a9b59707243c727e0ccb297421dc2c0", + "reference": "34b6b27c5a9b59707243c727e0ccb297421dc2c0", "shasum": "" }, "require": { @@ -3479,12 +3469,12 @@ "source": { "type": "git", "url": "https://github.com/l3pp4rd/DoctrineExtensions.git", - "reference": "e96cbd02225541821cebd0f4a3fc8e1fe9e1c71e" + "reference": "8f9f41b1218eb3084fec41140337ffd407bd3785" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/e96cbd02225541821cebd0f4a3fc8e1fe9e1c71e", - "reference": "e96cbd02225541821cebd0f4a3fc8e1fe9e1c71e", + "url": "https://api.github.com/repos/l3pp4rd/DoctrineExtensions/zipball/8f9f41b1218eb3084fec41140337ffd407bd3785", + "reference": "8f9f41b1218eb3084fec41140337ffd407bd3785", "shasum": "" }, "require": { @@ -3505,7 +3495,7 @@ "doctrine/mongodb-odm": ">=1.0.0-BETA7", "doctrine/orm": ">=2.3.2" }, - "time": "2013-08-14 20:38:51", + "time": "2013-08-22 17:42:52", "type": "library", "extra": { "branch-alias": { @@ -3687,12 +3677,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Templating.git", - "reference": "v2.3.3" + "reference": "9bdb58e480c14ee222b398528692e34e98df96d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Templating/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Templating/zipball/9bdb58e480c14ee222b398528692e34e98df96d2", + "reference": "9bdb58e480c14ee222b398528692e34e98df96d2", "shasum": "" }, "require": { @@ -3736,12 +3726,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Config.git", - "reference": "v2.3.3" + "reference": "65a927c15ca5a911ba2fa277a5457fa8129505b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Config/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/Config/zipball/65a927c15ca5a911ba2fa277a5457fa8129505b0", + "reference": "65a927c15ca5a911ba2fa277a5457fa8129505b0", "shasum": "" }, "require": { @@ -3786,12 +3776,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/DependencyInjection.git", - "reference": "v2.3.3" + "reference": "3678aa969e5bfeb8515a1f3047c63e8104723f5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/3678aa969e5bfeb8515a1f3047c63e8104723f5c", + "reference": "3678aa969e5bfeb8515a1f3047c63e8104723f5c", "shasum": "" }, "require": { @@ -3844,12 +3834,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/FrameworkBundle.git", - "reference": "v2.3.3" + "reference": "6040c309307831b21db95a0e9d1e3cd86e9574bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/FrameworkBundle/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/symfony/FrameworkBundle/zipball/6040c309307831b21db95a0e9d1e3cd86e9574bf", + "reference": "6040c309307831b21db95a0e9d1e3cd86e9574bf", "shasum": "" }, "require": { @@ -3916,12 +3906,12 @@ "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "v2.3.3" + "reference": "cce05719041d952bbec856789ca18646a1891d03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/v2.3.3", - "reference": "v2.3.3", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/cce05719041d952bbec856789ca18646a1891d03", + "reference": "cce05719041d952bbec856789ca18646a1891d03", "shasum": "" }, "require": { @@ -4003,7 +3993,7 @@ ], "authors": [ { - "name": "Henrik Bjornskov", + "name": "Henrik Bjørnskov", "email": "henrik@bjrnskov.dk", "homepage": "http://henrik.bjrnskov.dk" }