{ "_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" ], "content-hash": "c1a2145571facd626f8ba9747fecb5c0", "packages": [ { "name": "aferrandini/phpqrcode", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/aferrandini/PHPQRCode.git", "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aferrandini/PHPQRCode/zipball/3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "PHPQRCode": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ariel Ferrandini", "email": "arielferrandini@gmail.com", "homepage": "http://www.ferrandini.com/", "role": "Developer" } ], "description": "PHPQRCode porting and changed for PHP 5.3 compatibility", "homepage": "https://github.com/aferrandini/PHPQRCode", "keywords": [ "barcode", "php", "qrcode" ], "time": "2013-07-08T09:39:08+00:00" }, { "name": "aura/accept", "version": "2.2.5", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Accept.git", "reference": "38d835363d424e07b35dd35f46b00b2916500ee6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/Aura.Accept/zipball/38d835363d424e07b35dd35f46b00b2916500ee6", "reference": "38d835363d424e07b35dd35f46b00b2916500ee6", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "aura/di": "~2.0", "phpunit/phpunit": "~5.7 || ~4.8" }, "type": "library", "extra": { "aura": { "type": "library", "config": { "common": "Aura\\Accept\\_Config\\Common" } } }, "autoload": { "psr-4": { "Aura\\Accept\\": "src/", "Aura\\Accept\\_Config\\": "config/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Aura.Accept Contributors", "homepage": "https://github.com/auraphp/Aura.Accept/contributors" } ], "description": "Provides content-negotiation tools using Accept* headers.", "homepage": "https://github.com/auraphp/Aura.Accept", "keywords": [ "accept", "accept-charset", "accept-encoding", "accept-language", "content negotiation", "content type", "media type" ], "time": "2017-03-10T17:30:49+00:00" }, { "name": "aura/session", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Session.git", "reference": "7d2f7d41ad693970b5b6b83facca0961d3378883" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/Aura.Session/zipball/7d2f7d41ad693970b5b6b83facca0961d3378883", "reference": "7d2f7d41ad693970b5b6b83facca0961d3378883", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "aura/di": "~2.0" }, "suggest": { "ext-mcrypt": "Mcrypt generates the next best secure CSRF tokens.", "ext-openssl": "OpenSSL generates the best secure CSRF tokens.", "ircmaxell/random-lib": "A Library For Generating Secure Random Numbers", "paragonie/random_compat": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7" }, "type": "library", "extra": { "aura": { "type": "library", "config": { "common": "Aura\\Session\\_Config\\Common" } } }, "autoload": { "psr-4": { "Aura\\Session\\": "src/", "Aura\\Session\\_Config\\": "config/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Aura.Session Contributors", "homepage": "https://github.com/auraphp/Aura.Session/contributors" } ], "description": "Provides session management functionality, including lazy session starting, session segments, next-request-only (\"flash\") values, and CSRF tools.", "homepage": "https://github.com/auraphp/Aura.Session", "keywords": [ "csrf", "flash", "flash message", "session", "sessions" ], "time": "2016-10-03T20:28:32+00:00" }, { "name": "doctrine/inflector", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ], "time": "2017-07-22T12:18:28+00:00" }, { "name": "dompdf/dompdf", "version": "v0.7.0", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14", "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14", "shasum": "" }, "require": { "ext-dom": "*", "ext-gd": "*", "ext-mbstring": "*", "phenx/php-font-lib": "0.4.*", "phenx/php-svg-lib": "0.1.*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "autoload": { "psr-4": { "Dompdf\\": "src/" }, "classmap": [ "lib/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" }, { "name": "Brian Sweeney", "email": "eclecticgeek@gmail.com" }, { "name": "Gabriel Bull", "email": "me@gabrielbull.com" } ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", "time": "2016-05-11T00:36:29+00:00" }, { "name": "eventviva/php-image-resize", "version": "1.6.8", "source": { "type": "git", "url": "https://github.com/eventviva/php-image-resize.git", "reference": "10c3ca9f58298713599600f358e35fc29599a9d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/eventviva/php-image-resize/zipball/10c3ca9f58298713599600f358e35fc29599a9d4", "reference": "10c3ca9f58298713599600f358e35fc29599a9d4", "shasum": "" }, "require": { "ext-gd": "*", "php": ">=5.3.0" }, "suggest": { "ext-exif": "Auto-rotate jpeg files" }, "type": "library", "autoload": { "classmap": [ "lib" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aditya Patadia", "homepage": "http://aditya.patadia.org/" } ], "description": "PHP class to re-size and scale images", "homepage": "https://github.com/eventviva/php-image-resize", "keywords": [ "image", "php", "resize", "scale" ], "time": "2017-09-09T04:37:46+00:00" }, { "name": "filp/whoops", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "a327942c50cbd62b25c6fbe08f173031ce25fbff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/a327942c50cbd62b25c6fbe08f173031ce25fbff", "reference": "a327942c50cbd62b25c6fbe08f173031ce25fbff", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "mockery/mockery": "0.9.*", "phpunit/phpunit": "^4.8 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", "whoops/soap": "Formats errors as SOAP responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Whoops\\": "src/Whoops/" } }, "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", "whoops", "zf2" ], "time": "2016-01-06T17:51:21+00:00" }, { "name": "firebase/php-jwt", "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": " 4.8.35" }, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "time": "2017-06-27T22:17:23+00:00" }, { "name": "google/apiclient", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/google/google-api-php-client.git", "reference": "f3fadd538315d62ebd1191d89ac791468c617260" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/google/google-api-php-client/zipball/f3fadd538315d62ebd1191d89ac791468c617260", "reference": "f3fadd538315d62ebd1191d89ac791468c617260", "shasum": "" }, "require": { "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", "google/apiclient-services": "~0.13", "google/auth": "^1.0", "guzzlehttp/guzzle": "~5.3.1|~6.0", "guzzlehttp/psr7": "^1.2", "monolog/monolog": "^1.17", "php": ">=5.4", "phpseclib/phpseclib": "~0.3.10|~2.0" }, "require-dev": { "cache/filesystem-adapter": "^0.3.2", "phpunit/phpunit": "~4", "squizlabs/php_codesniffer": "~2.3", "symfony/css-selector": "~2.1", "symfony/dom-crawler": "~2.1" }, "suggest": { "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-0": { "Google_": "src/" }, "classmap": [ "src/Google/Service/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Client library for Google APIs", "homepage": "http://developers.google.com/api-client-library/php", "keywords": [ "google" ], "time": "2017-07-10T15:34:54+00:00" }, { "name": "google/apiclient-services", "version": "v0.24", "source": { "type": "git", "url": "https://github.com/google/google-api-php-client-services.git", "reference": "3e90db2d96265bbe1f3e855f9558e6bb12ae2dc6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/3e90db2d96265bbe1f3e855f9558e6bb12ae2dc6", "reference": "3e90db2d96265bbe1f3e855f9558e6bb12ae2dc6", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { "psr-0": { "Google_Service_": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Client library for Google APIs", "homepage": "http://developers.google.com/api-client-library/php", "keywords": [ "google" ], "time": "2017-09-13T20:25:35+00:00" }, { "name": "google/auth", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/google/google-auth-library-php.git", "reference": "db8e3022a308cb0e988026d38e67b91a42b41622" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/db8e3022a308cb0e988026d38e67b91a42b41622", "reference": "db8e3022a308cb0e988026d38e67b91a42b41622", "shasum": "" }, "require": { "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", "guzzlehttp/guzzle": "~5.3.1|~6.0", "guzzlehttp/psr7": "~1.2", "php": ">=5.4", "psr/cache": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.11", "phpunit/phpunit": "3.7.*" }, "type": "library", "autoload": { "classmap": [ "src/" ], "psr-4": { "Google\\Auth\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Google Auth Library for PHP", "homepage": "http://github.com/google/google-auth-library-php", "keywords": [ "Authentication", "google", "oauth2" ], "time": "2017-07-31T16:34:40+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0 || ^5.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "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": "2017-06-22T18:50:49+00:00" }, { "name": "guzzlehttp/promises", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-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-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "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" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "request", "response", "stream", "uri", "url" ], "time": "2017-03-20T17:10:46+00:00" }, { "name": "illuminate/container", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "8047b47e1f731c975d9aa0fe0b269064d3f1346d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/8047b47e1f731c975d9aa0fe0b269064d3f1346d", "reference": "8047b47e1f731c975d9aa0fe0b269064d3f1346d", "shasum": "" }, "require": { "illuminate/contracts": "5.3.*", "php": ">=5.6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Container\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Container package.", "homepage": "https://laravel.com", "time": "2016-10-02T01:14:30+00:00" }, { "name": "illuminate/contracts", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "ce5d73c6015b2054d32f3f8530767847b358ae4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/ce5d73c6015b2054d32f3f8530767847b358ae4e", "reference": "ce5d73c6015b2054d32f3f8530767847b358ae4e", "shasum": "" }, "require": { "php": ">=5.6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Contracts\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", "time": "2016-09-26T20:36:27+00:00" }, { "name": "illuminate/database", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", "reference": "8db1197b3d3e8a7393153643774d2924cdc6d906" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/database/zipball/8db1197b3d3e8a7393153643774d2924cdc6d906", "reference": "8db1197b3d3e8a7393153643774d2924cdc6d906", "shasum": "" }, "require": { "illuminate/container": "5.3.*", "illuminate/contracts": "5.3.*", "illuminate/support": "5.3.*", "nesbot/carbon": "~1.20", "php": ">=5.6.4" }, "suggest": { "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", "illuminate/console": "Required to use the database commands (5.3.*).", "illuminate/events": "Required to use the observers with Eloquent (5.3.*).", "illuminate/filesystem": "Required to use the migrations (5.3.*).", "illuminate/pagination": "Required to paginate the result set (5.3.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Database\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Database package.", "homepage": "https://laravel.com", "keywords": [ "database", "laravel", "orm", "sql" ], "time": "2016-11-14T15:37:58+00:00" }, { "name": "illuminate/events", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", "reference": "cb29124d4eaba8a60bad40e95e3d8b199d040d77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/events/zipball/cb29124d4eaba8a60bad40e95e3d8b199d040d77", "reference": "cb29124d4eaba8a60bad40e95e3d8b199d040d77", "shasum": "" }, "require": { "illuminate/container": "5.3.*", "illuminate/contracts": "5.3.*", "illuminate/support": "5.3.*", "php": ">=5.6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Events\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Events package.", "homepage": "https://laravel.com", "time": "2016-08-12T14:24:30+00:00" }, { "name": "illuminate/filesystem", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", "reference": "82576e0a6193e76929c929c8a2d3e1552ab64e76" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/82576e0a6193e76929c929c8a2d3e1552ab64e76", "reference": "82576e0a6193e76929c929c8a2d3e1552ab64e76", "shasum": "" }, "require": { "illuminate/contracts": "5.3.*", "illuminate/support": "5.3.*", "php": ">=5.6.4", "symfony/finder": "3.1.*" }, "suggest": { "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Filesystem\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Filesystem package.", "homepage": "https://laravel.com", "time": "2016-11-07T22:09:46+00:00" }, { "name": "illuminate/support", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "050d0ed3e1c0e1d129d73b2eaa14044e46a66f77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/050d0ed3e1c0e1d129d73b2eaa14044e46a66f77", "reference": "050d0ed3e1c0e1d129d73b2eaa14044e46a66f77", "shasum": "" }, "require": { "doctrine/inflector": "~1.0", "ext-mbstring": "*", "illuminate/contracts": "5.3.*", "paragonie/random_compat": "~1.4|~2.0", "php": ">=5.6.4" }, "replace": { "tightenco/collect": "self.version" }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.2.*).", "symfony/process": "Required to use the composer class (3.1.*).", "symfony/var-dumper": "Required to use the dd function (3.1.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", "time": "2016-11-03T15:25:28+00:00" }, { "name": "illuminate/validation", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/validation.git", "reference": "0fe74fcee292e19fac222c449043ece9faf5a36c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/validation/zipball/0fe74fcee292e19fac222c449043ece9faf5a36c", "reference": "0fe74fcee292e19fac222c449043ece9faf5a36c", "shasum": "" }, "require": { "illuminate/container": "5.3.*", "illuminate/contracts": "5.3.*", "illuminate/support": "5.3.*", "php": ">=5.6.4", "symfony/http-foundation": "3.1.*", "symfony/translation": "3.1.*" }, "suggest": { "illuminate/database": "Required to use the database presence verifier (5.3.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Validation\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Validation package.", "homepage": "https://laravel.com", "time": "2016-11-10T13:34:31+00:00" }, { "name": "klein/klein", "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/klein/klein.php.git", "reference": "6549676cc831b9417332b3d9485c64bbf7bac728" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/klein/klein.php/zipball/6549676cc831b9417332b3d9485c64bbf7bac728", "reference": "6549676cc831b9417332b3d9485c64bbf7bac728", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/php-code-coverage": "^2.2", "phpunit/phpunit": "^4.8", "squizlabs/php_codesniffer": "1.4.8" }, "type": "library", "autoload": { "psr-4": { "Klein\\": "src/Klein/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris O'Hara", "email": "cohara87@gmail.com", "homepage": "http://chris6f.com/", "role": "Creator/Developer" }, { "name": "Trevor Suarez", "email": "rican7@gmail.com", "homepage": "https://trevorsuarez.com/", "role": "Contributor/Developer" } ], "description": "A lightning fast router for PHP", "homepage": "https://github.com/klein/klein.php", "keywords": [ "boilerplate", "router", "routing", "sinatra" ], "time": "2017-02-01T23:08:58+00:00" }, { "name": "mobiledetect/mobiledetectlib", "version": "2.8.26", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", "reference": "a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297", "reference": "a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-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": "2017-08-29T18:23:54+00:00" }, { "name": "monolog/monolog", "version": "1.23.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "jakub-onderka/php-parallel-lint": "0.9", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "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", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "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": "2017-06-19T01:22:40+00:00" }, { "name": "mtdowling/cron-expression", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/mtdowling/cron-expression.git", "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad", "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0|~5.0" }, "type": "library", "autoload": { "psr-4": { "Cron\\": "src/Cron/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", "keywords": [ "cron", "schedule" ], "time": "2017-01-23T04:29:33+00:00" }, { "name": "nesbot/carbon", "version": "1.22.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/translation": "~2.6 || ~3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2", "phpunit/phpunit": "~4.0 || ~5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.23-dev" } }, "autoload": { "psr-4": { "Carbon\\": "src/Carbon/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" } ], "description": "A simple API extension for DateTime.", "homepage": "http://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "time": "2017-01-16T07:55:07+00:00" }, { "name": "paquettg/php-html-parser", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/paquettg/php-html-parser.git", "reference": "18845e09831dd0772b88b51e788a4f74c701224c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/18845e09831dd0772b88b51e788a4f74c701224c", "reference": "18845e09831dd0772b88b51e788a4f74c701224c", "shasum": "" }, "require": { "paquettg/string-encode": "~0.1.0", "php": ">=5.4" }, "require-dev": { "mockery/mockery": "~0.9.0", "phpunit/phpunit": "~4.8.0", "satooshi/php-coveralls": "~0.6.0" }, "type": "library", "autoload": { "psr-0": { "PHPHtmlParser": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gilles Paquette", "email": "paquettg@gmail.com", "homepage": "http://gillespaquette.ca" } ], "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.", "homepage": "https://github.com/paquettg/php-html-parser", "keywords": [ "dom", "html", "parser" ], "time": "2016-04-06T15:24:40+00:00" }, { "name": "paquettg/string-encode", "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/paquettg/string-encoder.git", "reference": "cf08343649701979f581c1601d01247fa3782439" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/cf08343649701979f581c1601d01247fa3782439", "reference": "cf08343649701979f581c1601d01247fa3782439", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "autoload": { "psr-0": { "stringEncode": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gilles Paquette", "email": "paquettg@gmail.com", "homepage": "http://gillespaquette.ca" } ], "description": "Facilitating the process of altering string encoding in PHP.", "homepage": "https://github.com/paquettg/string-encoder", "keywords": [ "charset", "encoding", "string" ], "time": "2014-05-29T18:38:09+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.10", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "pseudorandom", "random" ], "time": "2017-03-13T16:27:32+00:00" }, { "name": "phenx/php-font-lib", "version": "0.4", "source": { "type": "git", "url": "https://github.com/PhenX/php-font-lib.git", "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088", "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "FontLib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse, export and make subsets of different types of font files.", "homepage": "https://github.com/PhenX/php-font-lib", "time": "2015-05-06T20:02:39+00:00" }, { "name": "phenx/php-svg-lib", "version": "0.1", "source": { "type": "git", "url": "https://github.com/PhenX/php-svg-lib.git", "reference": "b419766515b3426c6da74b0e29e93d71c4f17099" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099", "reference": "b419766515b3426c6da74b0e29e93d71c4f17099", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Svg\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib", "time": "2015-05-06T18:49:49+00:00" }, { "name": "php-console/php-console", "version": "3.1.6", "source": { "type": "git", "url": "https://github.com/barbushin/php-console.git", "reference": "07801c32ea32e4d57ddf1c6b9cf98ff7f2982542" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/barbushin/php-console/zipball/07801c32ea32e4d57ddf1c6b9cf98ff7f2982542", "reference": "07801c32ea32e4d57ddf1c6b9cf98ff7f2982542", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-0": { "PhpConsole": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD 3-Clause" ], "authors": [ { "name": "Sergey Barbushin", "email": "barbushin@gmail.com", "homepage": "http://linkedin.com/in/barbushin" } ], "description": "Server side PHP library for Google Chrome extension \"PHP Console\".", "homepage": "https://github.com/barbushin/php-console", "keywords": [ "chrome", "debug", "error handler", "errors", "google chrome", "php" ], "time": "2016-02-19T16:00:24+00:00" }, { "name": "phpmailer/phpmailer", "version": "v5.2.25", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2baf20b01690fba8cf720c1ebcf9b988eda50915", "reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915", "shasum": "" }, "require": { "ext-ctype": "*", "php": ">=5.0.0" }, "require-dev": { "doctrine/annotations": "1.2.*", "jms/serializer": "0.16.*", "phpdocumentor/phpdocumentor": "2.*", "phpunit/phpunit": "4.8.*", "symfony/debug": "2.8.*", "symfony/filesystem": "2.8.*", "symfony/translation": "2.8.*", "symfony/yaml": "2.8.*", "zendframework/zend-cache": "2.5.1", "zendframework/zend-config": "2.5.1", "zendframework/zend-eventmanager": "2.5.1", "zendframework/zend-filter": "2.5.1", "zendframework/zend-i18n": "2.5.1", "zendframework/zend-json": "2.5.1", "zendframework/zend-math": "2.5.1", "zendframework/zend-serializer": "2.5.*", "zendframework/zend-servicemanager": "2.5.*", "zendframework/zend-stdlib": "2.5.1" }, "suggest": { "league/oauth2-google": "Needed for Google XOAUTH2 authentication" }, "type": "library", "autoload": { "classmap": [ "class.phpmailer.php", "class.phpmaileroauth.php", "class.phpmaileroauthgoogle.php", "class.smtp.php", "class.pop3.php", "extras/EasyPeasyICS.php", "extras/ntlm_sasl_client.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "time": "2017-08-28T11:12:07+00:00" }, { "name": "phpoffice/phpexcel", "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/PHPOffice/PHPExcel.git", "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32", "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32", "shasum": "" }, "require": { "ext-xml": "*", "ext-xmlwriter": "*", "php": ">=5.2.0" }, "type": "library", "autoload": { "psr-0": { "PHPExcel": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Maarten Balliauw", "homepage": "http://blog.maartenballiauw.be" }, { "name": "Mark Baker" }, { "name": "Franck Lefevre", "homepage": "http://blog.rootslabs.net" }, { "name": "Erik Tilt" } ], "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", "homepage": "http://phpexcel.codeplex.com", "keywords": [ "OpenXML", "excel", "php", "spreadsheet", "xls", "xlsx" ], "time": "2015-05-01T07:00:55+00:00" }, { "name": "phpseclib/phpseclib", "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34a7699e6f31b1ef4035ee36444407cecf9f56aa", "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "~4.0", "sami/sami": "~2.0", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "time": "2017-06-05T06:31:10+00:00" }, { "name": "piwik/piwik-php-tracker", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/piwik/piwik-php-tracker.git", "reference": "08deaa8d7ff2627a66aaad5e3a3cce51f7131cef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/piwik/piwik-php-tracker/zipball/08deaa8d7ff2627a66aaad5e3a3cce51f7131cef", "reference": "08deaa8d7ff2627a66aaad5e3a3cce51f7131cef", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "." ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "The Piwik Team", "email": "hello@piwik.org", "homepage": "http://piwik.org/the-piwik-team/" } ], "description": "PHP Client for Piwik Analytics Tracking API", "homepage": "http://piwik.org", "keywords": [ "analytics", "piwik", "tracker" ], "time": "2017-06-08T19:14:40+00:00" }, { "name": "psr/cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "time": "2016-08-06T20:24:11+00:00" }, { "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-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "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", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-10-10T12:19:37+00:00" }, { "name": "symfony/finder", "version": "v3.1.10", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "59687a255d1562f2c17b012418273862083d85f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/59687a255d1562f2c17b012418273862083d85f7", "reference": "59687a255d1562f2c17b012418273862083d85f7", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "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 Finder Component", "homepage": "https://symfony.com", "time": "2017-01-02T20:31:54+00:00" }, { "name": "symfony/http-foundation", "version": "v3.1.10", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "cef0ad49a2e90455cfc649522025b5a2929648c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cef0ad49a2e90455cfc649522025b5a2929648c0", "reference": "cef0ad49a2e90455cfc649522025b5a2929648c0", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.1" }, "require-dev": { "symfony/expression-language": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "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 HttpFoundation Component", "homepage": "https://symfony.com", "time": "2017-01-08T20:43:43+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-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": "2017-06-14T15:44:48+00:00" }, { "name": "symfony/translation", "version": "v3.1.10", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "d5a20fab5f63f44c233c69b3041c3cb1d4945e45" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/d5a20fab5f63f44c233c69b3041c3cb1d4945e45", "reference": "d5a20fab5f63f44c233c69b3041c3cb1d4945e45", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.8" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/intl": "~2.8|~3.0", "symfony/yaml": "~2.8|~3.0" }, "suggest": { "psr/log": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "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 Translation Component", "homepage": "https://symfony.com", "time": "2017-01-21T17:01:39+00:00" }, { "name": "tecnickcom/tcpdf", "version": "6.2.12", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f", "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "classmap": [ "fonts", "config", "include", "tcpdf.php", "tcpdf_parser.php", "tcpdf_import.php", "tcpdf_barcodes_1d.php", "tcpdf_barcodes_2d.php", "include/tcpdf_colors.php", "include/tcpdf_filters.php", "include/tcpdf_font_data.php", "include/tcpdf_fonts.php", "include/tcpdf_images.php", "include/tcpdf_static.php", "include/barcodes/datamatrix.php", "include/barcodes/pdf417.php", "include/barcodes/qrcode.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPLv3" ], "authors": [ { "name": "Nicola Asuni", "email": "info@tecnick.com", "homepage": "http://nicolaasuni.tecnick.com" } ], "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", "homepage": "http://www.tcpdf.org/", "keywords": [ "PDFD32000-2008", "TCPDF", "barcodes", "datamatrix", "pdf", "pdf417", "qrcode" ], "time": "2015-09-12T10:08:34+00:00" }, { "name": "theiconic/php-ga-measurement-protocol", "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/theiconic/php-ga-measurement-protocol.git", "reference": "26c09a43a25235da85131c0fa060ec1fe2b2f16f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theiconic/php-ga-measurement-protocol/zipball/26c09a43a25235da85131c0fa060ec1fe2b2f16f", "reference": "26c09a43a25235da85131c0fa060ec1fe2b2f16f", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0", "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "4.7.*", "satooshi/php-coveralls": "1.0.1" }, "type": "library", "autoload": { "psr-4": { "TheIconic\\Tracking\\GoogleAnalytics\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "THE ICONIC ENGINEERING TEAM", "email": "engineering@theiconic.com.au" } ], "description": "Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.", "time": "2017-06-30T02:41:52+00:00" }, { "name": "twilio/sdk", "version": "4.12.0", "source": { "type": "git", "url": "https://github.com/twilio/twilio-php.git", "reference": "6e4b45fc3f8b56c088dfecf4bced76c712cb6182" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twilio/twilio-php/zipball/6e4b45fc3f8b56c088dfecf4bced76c712cb6182", "reference": "6e4b45fc3f8b56c088dfecf4bced76c712cb6182", "shasum": "" }, "require": { "php": ">=5.2.1" }, "require-dev": { "mockery/mockery": ">=0.7.2", "phpunit/phpunit": "4.5.*" }, "type": "library", "autoload": { "files": [ "Services/Twilio.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kevin Burke", "email": "kevin@twilio.com" }, { "name": "Kyle Conroy", "email": "kyle+pear@twilio.com" } ], "description": "A PHP wrapper for Twilio's API", "homepage": "http://github.com/twilio/twilio-php", "keywords": [ "api", "sms", "twilio" ], "time": "2016-09-01T18:42:52+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }