123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578 |
- {
- "_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": "860c4fa30d053c570154acbfb15e587a",
- "packages": [
- {
- "name": "opauth/opauth",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/opauth/opauth.git",
- "reference": "cc3249237fa67e96a699f989cd26e7f2c80c69a2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/opauth/opauth/zipball/cc3249237fa67e96a699f989cd26e7f2c80c69a2",
- "reference": "cc3249237fa67e96a699f989cd26e7f2c80c69a2",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.0"
- },
- "suggest": {
- "opauth/facebook": "Allows Facebook authentication",
- "opauth/google": "Allows Google authentication",
- "opauth/twitter": "Allows Twitter authentication"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "lib/Opauth/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "U-Zyn Chua",
- "email": "chua@uzyn.com",
- "homepage": "http://uzyn.com"
- }
- ],
- "description": "Multi-provider authentication framework for PHP",
- "homepage": "http://opauth.org",
- "keywords": [
- "Authentication",
- "OpenId",
- "auth",
- "facebook",
- "google",
- "oauth",
- "omniauth",
- "twitter"
- ],
- "time": "2013-10-13 23:58:15"
- }
- ],
- "packages-dev": [
- {
- "name": "opauth/facebook",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/opauth/facebook.git",
- "reference": "31e26188d1ac67a8d1831c1a8426bab2b3b7cd02"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/opauth/facebook/zipball/31e26188d1ac67a8d1831c1a8426bab2b3b7cd02",
- "reference": "31e26188d1ac67a8d1831c1a8426bab2b3b7cd02",
- "shasum": ""
- },
- "require": {
- "opauth/opauth": ">=0.2.0",
- "php": ">=5.2.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "U-Zyn Chua",
- "email": "chua@uzyn.com",
- "homepage": "http://uzyn.com"
- }
- ],
- "description": "Facebook strategy for Opauth",
- "homepage": "http://opauth.org",
- "keywords": [
- "Authentication",
- "auth",
- "facebook"
- ],
- "time": "2013-10-13 23:57:34"
- },
- {
- "name": "pimple/pimple",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/fabpot/Pimple.git",
- "reference": "471c7d7c52ad6594e17b8ec33efdd1be592b5d83"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fabpot/Pimple/zipball/471c7d7c52ad6594e17b8ec33efdd1be592b5d83",
- "reference": "471c7d7c52ad6594e17b8ec33efdd1be592b5d83",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1.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-09-19 04:53:08"
- },
- {
- "name": "psr/log",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
- "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Psr\\Log\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ],
- "time": "2012-12-21 11:40:51"
- },
- {
- "name": "silex/silex",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/fabpot/Silex.git",
- "reference": "01daa0c025dcb96dfe5a09ceaa524df050bd9d4c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fabpot/Silex/zipball/01daa0c025dcb96dfe5a09ceaa524df050bd9d4c",
- "reference": "01daa0c025dcb96dfe5a09ceaa524df050bd9d4c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "pimple/pimple": "~1.0",
- "symfony/event-dispatcher": ">=2.3,<2.5-dev",
- "symfony/http-foundation": ">=2.3,<2.5-dev",
- "symfony/http-kernel": ">=2.3,<2.5-dev",
- "symfony/routing": ">=2.3,<2.5-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.5-dev",
- "symfony/config": ">=2.3,<2.5-dev",
- "symfony/css-selector": ">=2.3,<2.5-dev",
- "symfony/debug": ">=2.3,<2.5-dev",
- "symfony/dom-crawler": ">=2.3,<2.5-dev",
- "symfony/finder": ">=2.3,<2.5-dev",
- "symfony/form": ">=2.3,<2.5-dev",
- "symfony/locale": ">=2.3,<2.5-dev",
- "symfony/monolog-bridge": ">=2.3,<2.5-dev",
- "symfony/options-resolver": ">=2.3,<2.5-dev",
- "symfony/process": ">=2.3,<2.5-dev",
- "symfony/security": ">=2.3,<2.5-dev",
- "symfony/serializer": ">=2.3,<2.5-dev",
- "symfony/translation": ">=2.3,<2.5-dev",
- "symfony/twig-bridge": ">=2.3,<2.5-dev",
- "symfony/validator": ">=2.3,<2.5-dev",
- "twig/twig": ">=1.8.0,<2.0-dev"
- },
- "suggest": {
- "symfony/browser-kit": ">=2.3,<2.5-dev",
- "symfony/css-selector": ">=2.3,<2.5-dev",
- "symfony/dom-crawler": ">=2.3,<2.5-dev",
- "symfony/form": ">=2.3,<2.5-dev"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.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-10-14 09:25:49"
- },
- {
- "name": "symfony/debug",
- "version": "dev-master",
- "target-dir": "Symfony/Component/Debug",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Debug.git",
- "reference": "976a4b9b4a7cd9ab5eae24052679b102e6523033"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/Debug/zipball/976a4b9b4a7cd9ab5eae24052679b102e6523033",
- "reference": "976a4b9b4a7cd9ab5eae24052679b102e6523033",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "symfony/http-foundation": "~2.1",
- "symfony/http-kernel": "~2.1"
- },
- "suggest": {
- "symfony/http-foundation": "",
- "symfony/http-kernel": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.4-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-10-09 23:10:59"
- },
- {
- "name": "symfony/event-dispatcher",
- "version": "dev-master",
- "target-dir": "Symfony/Component/EventDispatcher",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/EventDispatcher.git",
- "reference": "9b4fe5757870682eb2251e283228a66d938265a8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9b4fe5757870682eb2251e283228a66d938265a8",
- "reference": "9b4fe5757870682eb2251e283228a66d938265a8",
- "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.4-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-09-19 09:47:34"
- },
- {
- "name": "symfony/http-foundation",
- "version": "dev-master",
- "target-dir": "Symfony/Component/HttpFoundation",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/HttpFoundation.git",
- "reference": "e2cef23b88161d35f179383803ba8d8ba9d2e7ae"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/e2cef23b88161d35f179383803ba8d8ba9d2e7ae",
- "reference": "e2cef23b88161d35f179383803ba8d8ba9d2e7ae",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.4-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-10-07 10:30:10"
- },
- {
- "name": "symfony/http-kernel",
- "version": "dev-master",
- "target-dir": "Symfony/Component/HttpKernel",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/HttpKernel.git",
- "reference": "7f0370ede4b978c7a9337a7f47e161932688d1a5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/7f0370ede4b978c7a9337a7f47e161932688d1a5",
- "reference": "7f0370ede4b978c7a9337a7f47e161932688d1a5",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "psr/log": "~1.0",
- "symfony/debug": "~2.3",
- "symfony/event-dispatcher": "~2.1",
- "symfony/http-foundation": "~2.4"
- },
- "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.4-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-10-10 05:54:06"
- },
- {
- "name": "symfony/routing",
- "version": "dev-master",
- "target-dir": "Symfony/Component/Routing",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Routing.git",
- "reference": "1065935ca7ad083d562a58e31a87a88c706db59f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/Routing/zipball/1065935ca7ad083d562a58e31a87a88c706db59f",
- "reference": "1065935ca7ad083d562a58e31a87a88c706db59f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "doctrine/common": "~2.2",
- "psr/log": "~1.0",
- "symfony/config": "~2.2",
- "symfony/expression-language": "~2.4",
- "symfony/yaml": "~2.0"
- },
- "suggest": {
- "doctrine/common": "",
- "symfony/config": "",
- "symfony/yaml": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.4-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-09-29 19:54:28"
- }
- ],
- "aliases": [
- ],
- "minimum-stability": "dev",
- "stability-flags": {
- "silex/silex": 20
- },
- "platform": [
- ],
- "platform-dev": [
- ]
- }
|