{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "7b6917c7f8db497fe30d244acf85f213", "content-hash": "74a2c4059e90774e766f2e9611f545fd", "packages": [ { "name": "aura/installer-default", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/auraphp/installer-default.git", "reference": "52f8de3670cc1ef45a916f40f732937436d028c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/installer-default/zipball/52f8de3670cc1ef45a916f40f732937436d028c8", "reference": "52f8de3670cc1ef45a916f40f732937436d028c8", "shasum": "" }, "type": "composer-installer", "extra": { "class": "Aura\\Composer\\DefaultInstaller" }, "autoload": { "psr-0": { "Aura\\Composer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Paul M. Jones", "email": "pmjones88@gmail.com", "homepage": "http://paul-m-jones.com" } ], "description": "Installs Aura packages using the Composer defaults.", "keywords": [ "aura", "installer" ], "time": "2012-11-26 21:35:57" }, { "name": "aura/intl", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Intl.git", "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/c5fe620167550ad6fa77dd3570fba2efc77a2a21", "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21", "shasum": "" }, "require": { "aura/installer-default": "1.0.*", "php": ">=5.4.0" }, "type": "aura-package", "extra": { "aura": { "type": "library", "config": { "common": "Aura\\Intl\\_Config\\Common" } }, "branch-alias": { "dev-develop": "1.1.x-dev" } }, "autoload": { "psr-0": { "Aura\\Intl": "src/" }, "psr-4": { "Aura\\Intl\\_Config\\": "config/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Paul M. Jones", "email": "pmjones88@gmail.com", "homepage": "http://paul-m-jones.com" }, { "name": "Aura.Intl Contributors", "homepage": "https://github.com/auraphp/Aura.Intl/contributors" }, { "name": "Pascal Borreli", "email": "pascal@borreli.com" }, { "name": "Mapthegod", "email": "mapthegod@gmail.com" }, { "name": "Jose Lorenzo Rodriguez", "email": "jose.zap@gmail.com" } ], "description": "The Aura.Intl package provides internationalization (I18N) tools, specifically\npackage-oriented per-locale message translation.", "homepage": "http://auraphp.com/Aura.Intl", "keywords": [ "g11n", "globalization", "i18n", "internationalization", "intl", "l10n", "localization" ], "time": "2014-08-24 00:00:00" }, { "name": "cakedc/users", "version": "3.1.6", "source": { "type": "git", "url": "https://github.com/CakeDC/users.git", "reference": "9236b121f1228d2fe59584a909863ef106e81c66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/CakeDC/users/zipball/9236b121f1228d2fe59584a909863ef106e81c66", "reference": "9236b121f1228d2fe59584a909863ef106e81c66", "shasum": "" }, "require": { "cakephp/cakephp": "~3.1", "php": ">=5.4.16" }, "require-dev": { "cakephp/cakephp-codesniffer": "^2.0", "league/oauth2-facebook": "@stable", "league/oauth2-google": "@stable", "league/oauth2-instagram": "@stable", "league/oauth2-linkedin": "@stable", "phpunit/phpunit": "*" }, "suggest": { "google/recaptcha": "Provides reCAPTCHA validation for registration form", "league/oauth1-client": "Provides Social Authentication with Twitter", "league/oauth2-facebook": "Provides Social Authentication with Facebook", "league/oauth2-google": "Provides Social Authentication with Google+", "league/oauth2-instagram": "Provides Social Authentication with Instagram", "league/oauth2-linkedin": "Provides Social Authentication with LinkedIn" }, "type": "cakephp-plugin", "autoload": { "psr-4": { "CakeDC\\Users\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakeDC", "homepage": "http://www.cakedc.com", "role": "Author" }, { "name": "Others", "homepage": "https://github.com/CakeDC/users/graphs/contributors" } ], "description": "Users plugin for CakePHP 3.1", "homepage": "https://github.com/CakeDC/users", "keywords": [ "Authentication", "auth", "cakedc", "cakephp", "oauth2" ], "time": "2016-03-20 16:30:44" }, { "name": "cakephp/cakephp", "version": "3.3.5", "source": { "type": "git", "url": "https://github.com/cakephp/cakephp.git", "reference": "d1a1d304af8d04ef50add08d9610c224662b2295" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/cakephp/zipball/d1a1d304af8d04ef50add08d9610c224662b2295", "reference": "d1a1d304af8d04ef50add08d9610c224662b2295", "shasum": "" }, "require": { "aura/intl": "1.1.*", "cakephp/chronos": "~1.0", "ext-intl": "*", "ext-mbstring": "*", "php": ">=5.5.9", "psr/log": "1.0", "zendframework/zend-diactoros": "~1.0" }, "replace": { "cakephp/cache": "self.version", "cakephp/collection": "self.version", "cakephp/core": "self.version", "cakephp/database": "self.version", "cakephp/datasource": "self.version", "cakephp/event": "self.version", "cakephp/filesystem": "self.version", "cakephp/i18n": "self.version", "cakephp/log": "self.version", "cakephp/orm": "self.version", "cakephp/utility": "self.version", "cakephp/validation": "self.version" }, "require-dev": { "cakephp/cakephp-codesniffer": "~2.1", "phpunit/phpunit": "*" }, "suggest": { "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation." }, "type": "library", "autoload": { "psr-4": { "Cake\\": "src" }, "files": [ "src/Core/functions.php", "src/Collection/functions.php", "src/I18n/functions.php", "src/Utility/bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/cakephp/graphs/contributors" } ], "description": "The CakePHP framework", "homepage": "http://cakephp.org", "keywords": [ "framework" ], "time": "2016-09-30 01:33:11" }, { "name": "cakephp/chronos", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/cakephp/chronos.git", "reference": "a40b330d84a74975119c10a4e890391e0611e5ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/chronos/zipball/a40b330d84a74975119c10a4e890391e0611e5ef", "reference": "a40b330d84a74975119c10a4e890391e0611e5ef", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "athletic/athletic": "~0.1", "cakephp/cakephp-codesniffer": "dev-master", "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-4": { "Cake\\Chronos\\": "src" }, "files": [ "src/carbon_compat.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" }, { "name": "The CakePHP Team", "homepage": "http://cakephp.org" } ], "description": "A simple API extension for DateTime.", "homepage": "http://cakephp.org", "keywords": [ "date", "datetime", "time" ], "time": "2016-07-14 05:16:14" }, { "name": "cakephp/elastic-search", "version": "0.3.4", "source": { "type": "git", "url": "https://github.com/cakephp/elastic-search.git", "reference": "e96022cefdfda37701dcd2d49e8326b27aecb00b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/elastic-search/zipball/e96022cefdfda37701dcd2d49e8326b27aecb00b", "reference": "e96022cefdfda37701dcd2d49e8326b27aecb00b", "shasum": "" }, "require": { "cakephp/cakephp": "~3.1", "ruflin/elastica": "~2.2" }, "require-dev": { "cakephp/cakephp-codesniffer": "dev-master", "phpunit/phpunit": "~4.0", "psr/log": "~1.0" }, "type": "cakephp-plugin", "autoload": { "psr-4": { "Cake\\ElasticSearch\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/elastic-search/graphs/contributors" } ], "description": "An Elastic Search datasource and data mapper for CakePHP 3.0", "homepage": "https://github.com/cakephp/elastic-search", "keywords": [ "cakephp", "elasticsearch" ], "time": "2016-05-03 02:31:57" }, { "name": "cakephp/migrations", "version": "1.6.3", "source": { "type": "git", "url": "https://github.com/cakephp/migrations.git", "reference": "b683daebb6d0f0ea41546b14f8a9ea591cebedfd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/migrations/zipball/b683daebb6d0f0ea41546b14f8a9ea591cebedfd", "reference": "b683daebb6d0f0ea41546b14f8a9ea591cebedfd", "shasum": "" }, "require": { "cakephp/cakephp": "~3.1", "php": ">=5.4", "robmorgan/phinx": "0.5.3" }, "require-dev": { "cakephp/bake": "@stable", "phpunit/phpunit": "*" }, "suggest": { "cakephp/bake": "Required if you want to generate migrations." }, "type": "cakephp-plugin", "autoload": { "psr-4": { "Migrations\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/migrations/graphs/contributors" } ], "description": "Database Migration plugin for CakePHP 3.0 based on Phinx", "homepage": "https://github.com/cakephp/migrations", "keywords": [ "cakephp", "migrations" ], "time": "2016-06-23 17:18:29" }, { "name": "cakephp/plugin-installer", "version": "0.0.15", "source": { "type": "git", "url": "https://github.com/cakephp/plugin-installer.git", "reference": "8e84898b44df50e88b5109bb7d4d28de845e9bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/8e84898b44df50e88b5109bb7d4d28de845e9bf8", "reference": "8e84898b44df50e88b5109bb7d4d28de845e9bf8", "shasum": "" }, "require-dev": { "cakephp/cakephp-codesniffer": "dev-master", "composer/composer": "1.0.*@dev" }, "type": "composer-installer", "extra": { "class": "Cake\\Composer\\Installer\\PluginInstaller" }, "autoload": { "psr-4": { "Cake\\Composer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakePHP Community", "homepage": "http://cakephp.org" } ], "description": "A composer installer for CakePHP 3.0+ plugins.", "time": "2016-04-28 03:01:34" }, { "name": "friendsofcake/bootstrap-ui", "version": "v0.4.1", "source": { "type": "git", "url": "https://github.com/FriendsOfCake/bootstrap-ui.git", "reference": "1030a62bd8c04aece85824ffc8cc97703403995c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfCake/bootstrap-ui/zipball/1030a62bd8c04aece85824ffc8cc97703403995c", "reference": "1030a62bd8c04aece85824ffc8cc97703403995c", "shasum": "" }, "require": { "cakephp/cakephp": "~3.0" }, "require-dev": { "phpunit/phpunit": "4.1.*" }, "type": "cakephp-plugin", "autoload": { "psr-4": { "BootstrapUI\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jad Bitar", "homepage": "http://jadb.io", "role": "Author" }, { "name": "Others", "homepage": "https://github.com/friendsofcake/bootstrap-ui/graphs/contributors" } ], "description": "Twitter Bootstrap 3 support for CakePHP 3", "homepage": "http://github.com/friendsofcake/bootstrap-ui", "keywords": [ "bootstrap", "cakephp", "twitter" ], "time": "2016-03-13 10:32:02" }, { "name": "google/recaptcha", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/google/recaptcha.git", "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/google/recaptcha/zipball/2b7e00566afca82a38a1d3adb8e42c118006296e", "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "4.5.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "ReCaptcha\\": "src/ReCaptcha" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.", "homepage": "http://www.google.com/recaptcha/", "keywords": [ "Abuse", "captcha", "recaptcha", "spam" ], "time": "2015-09-02 17:23:59" }, { "name": "guzzlehttp/guzzle", "version": "6.2.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.3.1", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0", "psr/log": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.2-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2016-10-08 15:01:37" }, { "name": "guzzlehttp/promises", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579", "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2016-05-18 16:56:05" }, { "name": "guzzlehttp/psr7", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "PSR-7 message implementation", "keywords": [ "http", "message", "stream", "uri" ], "time": "2016-06-24 23:00:38" }, { "name": "ircmaxell/random-lib", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/ircmaxell/RandomLib.git", "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/e9e0204f40e49fa4419946c677eccd3fa25b8cf4", "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4", "shasum": "" }, "require": { "ircmaxell/security-lib": "^1.1", "php": ">=5.3.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.11", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^4.8|^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "RandomLib": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@ircmaxell.com", "homepage": "http://blog.ircmaxell.com" } ], "description": "A Library For Generating Secure Random Numbers", "homepage": "https://github.com/ircmaxell/RandomLib", "keywords": [ "cryptography", "random", "random-numbers", "random-strings" ], "time": "2016-09-07 15:52:06" }, { "name": "ircmaxell/security-lib", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/ircmaxell/SecurityLib.git", "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5", "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "mikey179/vfsstream": "1.1.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "SecurityLib": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@ircmaxell.com", "homepage": "http://blog.ircmaxell.com" } ], "description": "A Base Security Library", "homepage": "https://github.com/ircmaxell/SecurityLib", "time": "2015-03-20 14:31:23" }, { "name": "jakeasmith/http_build_url", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/jakeasmith/http_build_url.git", "reference": "15bdd686e5178ddfa3e88de60fa585adffb292bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/15bdd686e5178ddfa3e88de60fa585adffb292bb", "reference": "15bdd686e5178ddfa3e88de60fa585adffb292bb", "shasum": "" }, "require-dev": { "phpunit/phpunit": "~3.7" }, "type": "library", "autoload": { "files": [ "src/http_build_url.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jake A. Smith", "email": "theman@jakeasmith.com" } ], "description": "Provides functionality for http_build_url() to environments without pecl_http.", "time": "2015-05-06 12:27:20" }, { "name": "league/oauth1-client", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth1-client.git", "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647", "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0", "php": ">=5.5.0" }, "require-dev": { "mockery/mockery": "^0.9", "phpunit/phpunit": "^4.0", "squizlabs/php_codesniffer": "^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "League\\OAuth1\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ben Corlett", "email": "bencorlett@me.com", "homepage": "http://www.webcomm.com.au", "role": "Developer" } ], "description": "OAuth 1.0 Client Library", "keywords": [ "Authentication", "SSO", "authorization", "bitbucket", "identity", "idp", "oauth", "oauth1", "single sign on", "trello", "tumblr", "twitter" ], "time": "2016-08-17 00:36:58" }, { "name": "league/oauth2-client", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-client.git", "reference": "01f955b85040b41cf48885b078f7fd39a8be5411" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/01f955b85040b41cf48885b078f7fd39a8be5411", "reference": "01f955b85040b41cf48885b078f7fd39a8be5411", "shasum": "" }, "require": { "ext-curl": "*", "guzzlehttp/guzzle": "~6.0", "ircmaxell/random-lib": "~1.1", "php": ">=5.5.0" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.8.*", "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "0.6.*", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alex Bilbie", "email": "hello@alexbilbie.com", "homepage": "http://www.alexbilbie.com", "role": "Developer" } ], "description": "OAuth 2.0 Client Library", "keywords": [ "Authentication", "SSO", "authorization", "identity", "idp", "oauth", "oauth2", "single sign on" ], "time": "2016-07-28 13:20:43" }, { "name": "league/oauth2-facebook", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-facebook.git", "reference": "5995a4e53d49f0c0c2f859c823c467d252627157" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-facebook/zipball/5995a4e53d49f0c0c2f859c823c467d252627157", "reference": "5995a4e53d49f0c0c2f859c823c467d252627157", "shasum": "" }, "require": { "league/oauth2-client": "~1.0", "php": ">=5.5.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sammy Kaye Powers", "email": "me@sammyk.me", "homepage": "http://www.sammyk.me" } ], "description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "Authentication", "authorization", "client", "facebook", "oauth", "oauth2" ], "time": "2016-08-02 16:34:29" }, { "name": "league/oauth2-google", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-google.git", "reference": "4788fcef5cf0fdb65e0322c3f4d4632d8f1f3e82" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/4788fcef5cf0fdb65e0322c3f4d4632d8f1f3e82", "reference": "4788fcef5cf0fdb65e0322c3f4d4632d8f1f3e82", "shasum": "" }, "require": { "league/oauth2-client": "~1.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Woody Gilk", "email": "woody.gilk@gmail.com", "homepage": "http://shadowhand.me" } ], "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "Authentication", "authorization", "client", "google", "oauth", "oauth2" ], "time": "2015-08-28 18:33:30" }, { "name": "league/oauth2-instagram", "version": "0.2.2", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-instagram.git", "reference": "f973049ded5f819e88a94d84a77b6a875da750bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-instagram/zipball/f973049ded5f819e88a94d84a77b6a875da750bd", "reference": "f973049ded5f819e88a94d84a77b6a875da750bd", "shasum": "" }, "require": { "jakeasmith/http_build_url": "^1.0", "league/oauth2-client": "~1.0", "php": ">=5.5.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Steven Maguire", "email": "stevenmaguire@gmail.com", "homepage": "https://github.com/stevenmaguire" } ], "description": "Instagram OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "authorisation", "authorization", "client", "instagram", "oauth", "oauth2" ], "time": "2016-04-14 02:15:44" }, { "name": "league/oauth2-linkedin", "version": "0.4.1", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-linkedin.git", "reference": "705fedb30765573970cac064eda501f1d7b55692" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-linkedin/zipball/705fedb30765573970cac064eda501f1d7b55692", "reference": "705fedb30765573970cac064eda501f1d7b55692", "shasum": "" }, "require": { "league/oauth2-client": "~1.0", "php": ">=5.5.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Steven Maguire", "email": "stevenmaguire@gmail.com", "homepage": "https://github.com/stevenmaguire" } ], "description": "LinkedIn OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "authorisation", "authorization", "client", "linkedin", "oauth", "oauth2" ], "time": "2016-08-06 13:53:15" }, { "name": "lorenzo/audit-stash", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/lorenzo/audit-stash.git", "reference": "5d35a299ad99903a91e2cadac8f1080dc7e05e1d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lorenzo/audit-stash/zipball/5d35a299ad99903a91e2cadac8f1080dc7e05e1d", "reference": "5d35a299ad99903a91e2cadac8f1080dc7e05e1d", "shasum": "" }, "require": { "cakephp/orm": "~3.0", "php": ">=5.5.0" }, "require-dev": { "cakephp/cakephp": "~3.0", "cakephp/elastic-search": "~0.1", "friendsofcake/process-mq": "dev-master", "phpunit/phpunit": "*" }, "suggest": { "cakephp/elastic-search": "The default persister engine for audit-stash is elastic search and requires this plugin", "friendsofcake/crud": "audit-stash provide Crud Action classes for displaying audit logs", "friendsofcake/process-mq": "Use this package if you prefer sending the audit events to RabbitMQ" }, "type": "cakephp-plugin", "autoload": { "psr-4": { "AuditStash\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Flexible and rock solid audit log tracking plugin for cakephp", "time": "2016-09-12 13:12:17" }, { "name": "mobiledetect/mobiledetectlib", "version": "2.8.22", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", "reference": "53cddae0c272a478b24a4b5fb60d0f838caf70b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/53cddae0c272a478b24a4b5fb60d0f838caf70b6", "reference": "53cddae0c272a478b24a4b5fb60d0f838caf70b6", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", "johnkary/phpunit-speedtrap": "~1.0@dev", "phpunit/phpunit": "*" }, "type": "library", "autoload": { "classmap": [ "Mobile_Detect.php" ], "psr-0": { "Detection": "namespaced/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Serban Ghita", "email": "serbanghita@gmail.com", "homepage": "http://mobiledetect.net", "role": "Developer" } ], "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", "homepage": "https://github.com/serbanghita/Mobile-Detect", "keywords": [ "detect mobile devices", "mobile", "mobile detect", "mobile detector", "php mobile detect" ], "time": "2016-04-24 09:47:16" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06 14:39:51" }, { "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": "robmorgan/phinx", "version": "v0.5.3", "source": { "type": "git", "url": "https://github.com/robmorgan/phinx.git", "reference": "4e7fee7792f4bf3dbf55ee29001850ba26c86a88" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/robmorgan/phinx/zipball/4e7fee7792f4bf3dbf55ee29001850ba26c86a88", "reference": "4e7fee7792f4bf3dbf55ee29001850ba26c86a88", "shasum": "" }, "require": { "php": ">=5.4", "symfony/config": "~2.8|~3.0", "symfony/console": "~2.8|~3.0", "symfony/yaml": "~2.8|~3.0" }, "require-dev": { "phpunit/phpunit": "^3.7|^4.0|^5.0" }, "bin": [ "bin/phinx" ], "type": "library", "autoload": { "psr-4": { "Phinx\\": "src/Phinx" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Morgan", "email": "robbym@gmail.com", "homepage": "http://robmorgan.id.au", "role": "Lead Developer" }, { "name": "Woody Gilk", "email": "woody.gilk@gmail.com", "homepage": "http://shadowhand.me", "role": "Developer" } ], "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.", "homepage": "https://phinx.org", "keywords": [ "database", "database migrations", "db", "migrations", "phinx" ], "time": "2016-03-07 14:09:22" }, { "name": "ruflin/elastica", "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/ruflin/Elastica.git", "reference": "0df1d7b513960ba11d3075652dcd71fcab8dd37a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ruflin/Elastica/zipball/0df1d7b513960ba11d3075652dcd71fcab8dd37a", "reference": "0df1d7b513960ba11d3075652dcd71fcab8dd37a", "shasum": "" }, "require": { "php": ">=5.3.3", "psr/log": "~1.0" }, "require-dev": { "guzzlehttp/guzzle": "5.3.*", "munkie/elasticsearch-thrift-php": "1.4.*" }, "suggest": { "egeloen/http-adapter": "Allow using httpadapter transport", "guzzlehttp/guzzle": "Allow using guzzle 5.3.x as the http transport (Requires php 5.4)", "monolog/monolog": "Logging request", "munkie/elasticsearch-thrift-php": "Allow using thrift transport" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "psr-4": { "Elastica\\": "lib/Elastica/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Ruflin", "homepage": "http://ruflin.com/" } ], "description": "Elasticsearch Client", "homepage": "http://elastica.io/", "keywords": [ "client", "search" ], "time": "2015-10-19 07:09:10" }, { "name": "symfony/config", "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/949e7e846743a7f9e46dc50eb639d5fde1f53341", "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/filesystem": "~2.8|~3.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Config Component", "homepage": "https://symfony.com", "time": "2016-09-25 08:27:07" }, { "name": "symfony/console", "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/6cb0872fb57b38b3b09ff213c21ed693956b9eb0", "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/debug": "~2.8|~3.0", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.8|~3.0", "symfony/process": "~2.8|~3.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2016-09-28 00:11:12" }, { "name": "symfony/debug", "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", "shasum": "" }, "require": { "php": ">=5.5.9", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/class-loader": "~2.8|~3.0", "symfony/http-kernel": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", "time": "2016-09-06 11:02:40" }, { "name": "symfony/filesystem", "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "682fd8fdb3135fdf05fc496a01579ccf6c85c0e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/682fd8fdb3135fdf05fc496a01579ccf6c85c0e5", "reference": "682fd8fdb3135fdf05fc496a01579ccf6c85c0e5", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "time": "2016-09-14 00:18:46" }, { "name": "symfony/polyfill-mbstring", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "dff51f72b0706335131b00a7f49606168c582594" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", "reference": "dff51f72b0706335131b00a7f49606168c582594", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2016-05-18 14:26:46" }, { "name": "symfony/yaml", "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/368b9738d4033c8b93454cb0dbd45d305135a6d3", "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "time": "2016-09-25 08:27:07" }, { "name": "zendframework/zend-diactoros", "version": "1.3.6", "source": { "type": "git", "url": "https://github.com/zendframework/zend-diactoros.git", "reference": "a60da179c37f2c4e44ef734d0b92824a58943f7f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a60da179c37f2c4e44ef734d0b92824a58943f7f", "reference": "a60da179c37f2c4e44ef734d0b92824a58943f7f", "shasum": "" }, "require": { "php": "^5.4 || ^7.0", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "~1.0.0" }, "require-dev": { "phpunit/phpunit": "^4.6 || ^5.5", "squizlabs/php_codesniffer": "^2.3.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev", "dev-develop": "1.4-dev" } }, "autoload": { "psr-4": { "Zend\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "description": "PSR HTTP Message implementations", "homepage": "https://github.com/zendframework/zend-diactoros", "keywords": [ "http", "psr", "psr-7" ], "time": "2016-09-07 17:57:29" } ], "packages-dev": [ { "name": "cakephp/bake", "version": "1.2.8", "source": { "type": "git", "url": "https://github.com/cakephp/bake.git", "reference": "dfa20d4113253dc02e6fccd2115a8ba3f8cb51b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/bake/zipball/dfa20d4113253dc02e6fccd2115a8ba3f8cb51b8", "reference": "dfa20d4113253dc02e6fccd2115a8ba3f8cb51b8", "shasum": "" }, "require": { "cakephp/cakephp": ">=3.2.0", "cakephp/plugin-installer": "*", "php": ">=5.5.9" }, "require-dev": { "cakephp/cakephp-codesniffer": "^2.1", "phpunit/phpunit": "*" }, "type": "cakephp-plugin", "autoload": { "psr-4": { "Bake\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/bake/graphs/contributors" } ], "description": "Bake plugin for CakePHP 3.0", "homepage": "https://github.com/cakephp/bake", "keywords": [ "bake", "cakephp" ], "time": "2016-09-03 13:29:04" }, { "name": "cakephp/debug_kit", "version": "3.3.4", "source": { "type": "git", "url": "https://github.com/cakephp/debug_kit.git", "reference": "8b3fa35ef51b35611ae285d3d35a84b945dea245" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/8b3fa35ef51b35611ae285d3d35a84b945dea245", "reference": "8b3fa35ef51b35611ae285d3d35a84b945dea245", "shasum": "" }, "require": { "cakephp/cakephp": ">=3.1.0 <4.0", "cakephp/plugin-installer": "*", "jdorn/sql-formatter": "~1.2" }, "require-dev": { "cakephp/cakephp-codesniffer": "dev-master", "phpunit/phpunit": "4.1.*" }, "suggest": { "ext-sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use." }, "type": "cakephp-plugin", "autoload": { "psr-4": { "DebugKit\\": "src", "DebugKit\\Test\\Fixture\\": "tests\\Fixture" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mark Story", "homepage": "http://mark-story.com", "role": "Author" }, { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/debug_kit/graphs/contributors" } ], "description": "CakePHP Debug Kit", "homepage": "https://github.com/cakephp/debug_kit", "keywords": [ "cakephp", "debug", "kit" ], "time": "2016-09-29 01:25:58" }, { "name": "dnoegel/php-xdg-base-dir", "version": "0.1", "source": { "type": "git", "url": "https://github.com/dnoegel/php-xdg-base-dir.git", "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "@stable" }, "type": "project", "autoload": { "psr-4": { "XdgBaseDir\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "implementation of xdg base directory specification for php", "time": "2014-10-24 07:27:01" }, { "name": "jakub-onderka/php-console-color", "version": "0.1", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "jakub-onderka/php-code-style": "1.0", "jakub-onderka/php-parallel-lint": "0.*", "jakub-onderka/php-var-dump-check": "0.*", "phpunit/phpunit": "3.7.*", "squizlabs/php_codesniffer": "1.*" }, "type": "library", "autoload": { "psr-0": { "JakubOnderka\\PhpConsoleColor": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Jakub Onderka", "email": "jakub.onderka@gmail.com", "homepage": "http://www.acci.cz" } ], "time": "2014-04-08 15:00:19" }, { "name": "jakub-onderka/php-console-highlighter", "version": "v0.3.2", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", "shasum": "" }, "require": { "jakub-onderka/php-console-color": "~0.1", "php": ">=5.3.0" }, "require-dev": { "jakub-onderka/php-code-style": "~1.0", "jakub-onderka/php-parallel-lint": "~0.5", "jakub-onderka/php-var-dump-check": "~0.1", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~1.5" }, "type": "library", "autoload": { "psr-0": { "JakubOnderka\\PhpConsoleHighlighter": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jakub Onderka", "email": "acci@acci.cz", "homepage": "http://www.acci.cz/" } ], "time": "2015-04-20 18:58:01" }, { "name": "jdorn/sql-formatter", "version": "v1.2.17", "source": { "type": "git", "url": "https://github.com/jdorn/sql-formatter.git", "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "classmap": [ "lib" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Dorn", "email": "jeremy@jeremydorn.com", "homepage": "http://jeremydorn.com/" } ], "description": "a PHP SQL highlighting library", "homepage": "https://github.com/jdorn/sql-formatter/", "keywords": [ "highlight", "sql" ], "time": "2014-01-12 16:20:24" }, { "name": "nikic/php-parser", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0", "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "autoload": { "psr-4": { "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "time": "2016-09-16 12:04:44" }, { "name": "psy/psysh", "version": "v0.7.2", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280", "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280", "shasum": "" }, "require": { "dnoegel/php-xdg-base-dir": "0.1", "jakub-onderka/php-console-highlighter": "0.3.*", "nikic/php-parser": "^1.2.1|~2.0", "php": ">=5.3.9", "symfony/console": "~2.3.10|^2.4.2|~3.0", "symfony/var-dumper": "~2.7|~3.0" }, "require-dev": { "fabpot/php-cs-fixer": "~1.5", "phpunit/phpunit": "~3.7|~4.0|~5.0", "squizlabs/php_codesniffer": "~2.0", "symfony/finder": "~2.1|~3.0" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." }, "bin": [ "bin/psysh" ], "type": "library", "extra": { "branch-alias": { "dev-develop": "0.8.x-dev" } }, "autoload": { "files": [ "src/Psy/functions.php" ], "psr-4": { "Psy\\": "src/Psy/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "An interactive shell for modern PHP.", "homepage": "http://psysh.org", "keywords": [ "REPL", "console", "interactive", "shell" ], "time": "2016-03-09 05:03:14" }, { "name": "symfony/var-dumper", "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "70bfe927b86ba9999aeebd829715b0bb2cd39a10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/70bfe927b86ba9999aeebd829715b0bb2cd39a10", "reference": "70bfe927b86ba9999aeebd829715b0bb2cd39a10", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "twig/twig": "~1.20|~2.0" }, "suggest": { "ext-symfony_debug": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony mechanism for exploring and dumping PHP variables", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "time": "2016-09-29 14:13:09" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "league/oauth2-facebook": 0, "league/oauth2-instagram": 0, "league/oauth2-google": 0, "league/oauth2-linkedin": 0, "league/oauth1-client": 0, "psy/psysh": 0 }, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=5.5.9" }, "platform-dev": [] }