123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463 |
- {
- "hash": "d6ab8cb8165ca974ca74a34b6692e8e8",
- "packages": [
- {
- "name": "opauth/opauth",
- "version": "0.4.2",
- "source": {
- "type": "git",
- "url": "git://github.com/uzyn/opauth.git",
- "reference": "0.4.2"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/uzyn/opauth/zipball/0.4.2",
- "reference": "0.4.2",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.0"
- },
- "suggest": {
- "opauth/facebook": "Allows Facebook authentication",
- "opauth/google": "Allows Google authentication",
- "opauth/twitter": "Allows Twitter authentication"
- },
- "time": "2012-08-28 06:07:13",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "": "lib/Opauth/",
- "Opauth": "lib/"
- }
- },
- "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": [
- "OpenId",
- "Authentication",
- "oauth",
- "twitter",
- "google",
- "facebook",
- "auth",
- "omniauth"
- ]
- }
- ],
- "packages-dev": [
- {
- "name": "opauth/facebook",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/uzyn/opauth-facebook.git",
- "reference": "0.2.1"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/uzyn/opauth-facebook/zipball/0.2.1",
- "reference": "0.2.1",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.0",
- "opauth/opauth": ">=0.2.0"
- },
- "time": "1348202855",
- "type": "library",
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "": "."
- }
- },
- "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",
- "facebook",
- "auth"
- ]
- },
- {
- "name": "pimple/pimple",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/fabpot/Pimple.git",
- "reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/fabpot/Pimple/zipball/b9f27b8dc18c08f00627dec02359b46a24791dc3",
- "reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "time": "1347278988",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Pimple": "lib/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
- "homepage": "http://pimple.sensiolabs.org",
- "keywords": [
- "dependency injection",
- "container"
- ]
- },
- {
- "name": "silex/silex",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "git://github.com/fabpot/Silex.git",
- "reference": "9b63007bbdf6a5f68ab402c76fbaf9df56c67342"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/fabpot/Silex/zipball/9b63007bbdf6a5f68ab402c76fbaf9df56c67342",
- "reference": "9b63007bbdf6a5f68ab402c76fbaf9df56c67342",
- "shasum": ""
- },
- "require": {
- "symfony/event-dispatcher": "2.1.*",
- "symfony/http-foundation": "2.1.*",
- "symfony/http-kernel": "2.1.*",
- "symfony/routing": "2.1.*",
- "php": ">=5.3.3",
- "pimple/pimple": "1.*"
- },
- "require-dev": {
- "symfony/form": "2.1.*",
- "symfony/translation": "2.1.*",
- "symfony/twig-bridge": "2.1.*",
- "symfony/validator": "2.1.*",
- "symfony/monolog-bridge": "2.1.*",
- "symfony/browser-kit": "2.1.*",
- "symfony/css-selector": "2.1.*",
- "symfony/finder": "2.1.*",
- "symfony/process": "2.1.*",
- "symfony/security": "2.1.*",
- "monolog/monolog": ">=1.0.0,<1.2-dev",
- "symfony/config": "2.1.*",
- "symfony/locale": "2.1.*",
- "twig/twig": ">=1.8.0,<2.0-dev",
- "swiftmailer/swiftmailer": "4.2.*",
- "doctrine/dbal": ">=2.2.0,<2.4.0-dev"
- },
- "suggest": {
- "symfony/browser-kit": "2.1.*",
- "symfony/css-selector": "2.1.*",
- "symfony/dom-crawler": "2.1.*"
- },
- "time": "1348229548",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Silex": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Igor Wiedler",
- "email": "igor@wiedler.ch",
- "homepage": "http://wiedler.ch/igor/"
- }
- ],
- "description": "The PHP micro-framework based on the Symfony2 Components",
- "homepage": "http://silex.sensiolabs.org",
- "keywords": [
- "microframework"
- ]
- },
- {
- "name": "symfony/event-dispatcher",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/EventDispatcher",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/EventDispatcher",
- "reference": "v2.1.2"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/EventDispatcher/zipball/v2.1.2",
- "reference": "v2.1.2",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "symfony/dependency-injection": "2.1.*"
- },
- "suggest": {
- "symfony/dependency-injection": "2.1.*",
- "symfony/http-kernel": "2.1.*"
- },
- "time": "1347274422",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\EventDispatcher": ""
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony EventDispatcher Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/http-foundation",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/HttpFoundation",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/HttpFoundation",
- "reference": "386a332456060076778ba8e6b84bed0480eaa69c"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/HttpFoundation/zipball/386a332456060076778ba8e6b84bed0480eaa69c",
- "reference": "386a332456060076778ba8e6b84bed0480eaa69c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "1348208027",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\HttpFoundation": "",
- "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony HttpFoundation Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/http-kernel",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/HttpKernel",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/HttpKernel",
- "reference": "10f8418126cba9f7e510eb57e53810d41f9f2add"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/HttpKernel/zipball/10f8418126cba9f7e510eb57e53810d41f9f2add",
- "reference": "10f8418126cba9f7e510eb57e53810d41f9f2add",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "symfony/event-dispatcher": "2.1.*",
- "symfony/http-foundation": "2.1.*"
- },
- "require-dev": {
- "symfony/browser-kit": "2.1.*",
- "symfony/class-loader": "2.1.*",
- "symfony/config": "2.1.*",
- "symfony/console": "2.1.*",
- "symfony/dependency-injection": "2.1.*",
- "symfony/finder": "2.1.*",
- "symfony/process": "2.1.*",
- "symfony/routing": "2.1.*"
- },
- "suggest": {
- "symfony/browser-kit": "2.1.*",
- "symfony/class-loader": "2.1.*",
- "symfony/config": "2.1.*",
- "symfony/console": "2.1.*",
- "symfony/dependency-injection": "2.1.*",
- "symfony/finder": "2.1.*"
- },
- "time": "1348209286",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\HttpKernel": ""
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony HttpKernel Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/routing",
- "version": "2.1.x-dev",
- "target-dir": "Symfony/Component/Routing",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Routing",
- "reference": "v2.1.2"
- },
- "dist": {
- "type": "zip",
- "url": "https://github.com/symfony/Routing/zipball/v2.1.2",
- "reference": "v2.1.2",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "symfony/config": "2.1.*",
- "symfony/yaml": "2.1.*",
- "symfony/http-kernel": "2.1.*",
- "doctrine/common": ">=2.2,<2.4-dev"
- },
- "suggest": {
- "doctrine/common": ">=2.2,<2.4-dev",
- "symfony/config": "2.1.*",
- "symfony/yaml": "2.1.*"
- },
- "time": "1347274422",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Routing": ""
- }
- },
- "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"
- }
- ],
- "aliases": [
- ],
- "minimum-stability": "dev",
- "stability-flags": {
- "silex/silex": 20
- }
- }
|