{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "aa0542f3863689243f41840f1282a032", "packages": [ { "name": "aws/aws-sdk-php", "version": "2.8.20", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", "reference": "e01825efad025dbe6d88997e02bd32ec80814381" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e01825efad025dbe6d88997e02bd32ec80814381", "reference": "e01825efad025dbe6d88997e02bd32ec80814381", "shasum": "" }, "require": { "guzzle/guzzle": "~3.7", "php": ">=5.3.3" }, "require-dev": { "doctrine/cache": "~1.0", "ext-openssl": "*", "monolog/monolog": "~1.4", "phpunit/phpunit": "~4.0", "phpunit/phpunit-mock-objects": "2.3.1", "symfony/yaml": "~2.1" }, "suggest": { "doctrine/cache": "Adds support for caching of credentials and responses", "ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching", "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", "monolog/monolog": "Adds support for logging HTTP requests and responses", "symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export" }, "type": "library", "autoload": { "psr-0": { "Aws": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Amazon Web Services", "homepage": "http://aws.amazon.com" } ], "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", "homepage": "http://aws.amazon.com/sdkforphp", "keywords": [ "amazon", "aws", "cloud", "dynamodb", "ec2", "glacier", "s3", "sdk" ], "time": "2015-09-03 22:25:15" }, { "name": "aws/aws-sdk-php-laravel", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php-laravel.git", "reference": "a114872a916a567f2fba539b8d1709a97b582097" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aws/aws-sdk-php-laravel/zipball/a114872a916a567f2fba539b8d1709a97b582097", "reference": "a114872a916a567f2fba539b8d1709a97b582097", "shasum": "" }, "require": { "aws/aws-sdk-php": "~2.2", "illuminate/foundation": "4.*", "illuminate/support": "4.*", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "autoload": { "psr-0": { "Aws\\Laravel": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Amazon Web Services", "homepage": "http://aws.amazon.com" } ], "description": "A simple Laravel 4 service provider for including the AWS SDK for PHP.", "homepage": "http://aws.amazon.com/sdkforphp2", "keywords": [ "Laravel 4", "amazon", "aws", "dynamodb", "ec2", "laravel", "s3", "sdk" ], "time": "2015-02-13 19:51:35" }, { "name": "classpreloader/classpreloader", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/mtdowling/ClassPreloader.git", "reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mtdowling/ClassPreloader/zipball/2c9f3bcbab329570c57339895bd11b5dd3b00877", "reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877", "shasum": "" }, "require": { "nikic/php-parser": "~0.9", "php": ">=5.3.3", "symfony/console": "~2.1", "symfony/filesystem": "~2.1", "symfony/finder": "~2.1" }, "bin": [ "classpreloader.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "ClassPreloader": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", "keywords": [ "autoload", "class", "preload" ], "time": "2014-03-12 00:05:31" }, { "name": "d11wtq/boris", "version": "v1.0.8", "source": { "type": "git", "url": "https://github.com/d11wtq/boris.git", "reference": "125dd4e5752639af7678a22ea597115646d89c6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/d11wtq/boris/zipball/125dd4e5752639af7678a22ea597115646d89c6e", "reference": "125dd4e5752639af7678a22ea597115646d89c6e", "shasum": "" }, "require": { "php": ">=5.3.0" }, "suggest": { "ext-pcntl": "*", "ext-posix": "*", "ext-readline": "*" }, "bin": [ "bin/boris" ], "type": "library", "autoload": { "psr-0": { "Boris": "lib" } }, "notification-url": "https://packagist.org/downloads/", "time": "2014-01-17 12:21:18" }, { "name": "davelip/laravel-database-queue", "version": "0.4.1", "source": { "type": "git", "url": "https://github.com/davelip/laravel-database-queue.git", "reference": "4a72af1d71a7759b161d61c7bba21522956dbad1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/davelip/laravel-database-queue/zipball/4a72af1d71a7759b161d61c7bba21522956dbad1", "reference": "4a72af1d71a7759b161d61c7bba21522956dbad1", "shasum": "" }, "require": { "illuminate/console": "~4.0", "illuminate/support": "~4.0", "php": ">=5.3.0", "symfony/process": "~2.3" }, "type": "library", "autoload": { "psr-4": { "Davelip\\Queue\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "David Lippi", "email": "lippi.david@gmail.com" } ], "time": "2015-06-23 15:47:34" }, { "name": "efficiently/authority-controller", "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/efficiently/authority-controller.git", "reference": "5434a144e72ee2c22ba317d3e833e4b61374be40" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/efficiently/authority-controller/zipball/5434a144e72ee2c22ba317d3e833e4b61374be40", "reference": "5434a144e72ee2c22ba317d3e833e4b61374be40", "shasum": "" }, "require": { "machuga/authority-l4": "2.2.*", "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "0.9.*", "orchestra/testbench": "2.2.*", "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-1.0": "1.0.x-dev", "dev-1.1": "1.1.x-dev", "dev-1.2": "1.2.x-dev" } }, "autoload": { "classmap": [ "tests/AcTestCase.php", "tests/helpers", "tests/fixtures/", "tests/fixtures/models", "tests/fixtures/controllers" ], "files": [ "src/Efficiently/AuthorityController/helpers.php" ], "psr-0": { "Efficiently\\AuthorityController": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "TortueTorche", "email": "tortuetorche@spam.me" } ], "description": "AuthorityController is an PHP authorization library for Laravel 4 which restricts what resources a given user is allowed to access.", "keywords": [ "Authentication", "ability", "acl", "allow", "authority", "authorization", "can", "cancan", "deny", "laravel", "permission", "rails", "rbac", "role", "security" ], "time": "2014-12-18 15:39:34" }, { "name": "filp/whoops", "version": "1.1.7", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "72538eeb70bbfb11964412a3d098d109efd012f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/72538eeb70bbfb11964412a3d098d109efd012f7", "reference": "72538eeb70bbfb11964412a3d098d109efd012f7", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mockery/mockery": "0.9.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-0": { "Whoops": "src/" }, "classmap": [ "src/deprecated" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Filipe Dobreira", "homepage": "https://github.com/filp", "role": "Developer" } ], "description": "php error handling for cool kids", "homepage": "https://github.com/filp/whoops", "keywords": [ "error", "exception", "handling", "library", "silex-provider", "whoops", "zf2" ], "time": "2015-06-29 05:42:04" }, { "name": "geoip/geoip", "version": "v1.15", "source": { "type": "git", "url": "https://github.com/maxmind/geoip-api-php.git", "reference": "352ab1a43124b13878e1dc58ccd16c9d607cae22" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maxmind/geoip-api-php/zipball/352ab1a43124b13878e1dc58ccd16c9d607cae22", "reference": "352ab1a43124b13878e1dc58ccd16c9d607cae22", "shasum": "" }, "conflict": { "ext-geoip": "*" }, "require-dev": { "phpunit/phpunit": "3.7.*", "satooshi/php-coveralls": "dev-master" }, "type": "library", "autoload": { "files": [ "src/geoip.inc", "src/geoipcity.inc", "src/timezone.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL 2.1+" ], "authors": [ { "name": "MaxMind, Inc.", "email": "support@maxmind.com", "homepage": "http://www.maxmind.com/" } ], "description": "MaxMind GeoIP PHP API", "homepage": "http://dev.maxmind.com/geoip/legacy/downloadable", "keywords": [ "geoip", "geolocation", "maxmind" ], "time": "2015-05-01 17:22:02" }, { "name": "guzzle/guzzle", "version": "v3.9.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle3.git", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.3", "symfony/event-dispatcher": "~2.1" }, "replace": { "guzzle/batch": "self.version", "guzzle/cache": "self.version", "guzzle/common": "self.version", "guzzle/http": "self.version", "guzzle/inflection": "self.version", "guzzle/iterator": "self.version", "guzzle/log": "self.version", "guzzle/parser": "self.version", "guzzle/plugin": "self.version", "guzzle/plugin-async": "self.version", "guzzle/plugin-backoff": "self.version", "guzzle/plugin-cache": "self.version", "guzzle/plugin-cookie": "self.version", "guzzle/plugin-curlauth": "self.version", "guzzle/plugin-error-response": "self.version", "guzzle/plugin-history": "self.version", "guzzle/plugin-log": "self.version", "guzzle/plugin-md5": "self.version", "guzzle/plugin-mock": "self.version", "guzzle/plugin-oauth": "self.version", "guzzle/service": "self.version", "guzzle/stream": "self.version" }, "require-dev": { "doctrine/cache": "~1.3", "monolog/monolog": "~1.0", "phpunit/phpunit": "3.7.*", "psr/log": "~1.0", "symfony/class-loader": "~2.1", "zendframework/zend-cache": "2.*,<2.3", "zendframework/zend-log": "2.*,<2.3" }, "suggest": { "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.9-dev" } }, "autoload": { "psr-0": { "Guzzle": "src/", "Guzzle\\Tests": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Guzzle Community", "homepage": "https://github.com/guzzle/guzzle/contributors" } ], "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2015-03-18 18:23:50" }, { "name": "guzzlehttp/psr7", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/4ef919b0cf3b1989523138b60163bbcb7ba1ff7e", "reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e", "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.0-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": "2015-08-15 19:32:36" }, { "name": "intervention/image", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", "reference": "44c9a6bb292e50cf8a1e4b5030c7954c2709c089" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Intervention/image/zipball/44c9a6bb292e50cf8a1e4b5030c7954c2709c089", "reference": "44c9a6bb292e50cf8a1e4b5030c7954c2709c089", "shasum": "" }, "require": { "ext-fileinfo": "*", "guzzlehttp/psr7": "~1.1", "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "~0.9.2", "phpunit/phpunit": "3.*" }, "suggest": { "ext-gd": "to use GD library based image processing.", "ext-imagick": "to use Imagick based image processing.", "intervention/imagecache": "Caching extension for the Intervention Image library" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-4": { "Intervention\\Image\\": "src/Intervention/Image" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oliver Vogel", "email": "oliver@olivervogel.net", "homepage": "http://olivervogel.net/" } ], "description": "Image handling and manipulation library with support for Laravel integration", "homepage": "http://image.intervention.io/", "keywords": [ "gd", "image", "imagick", "laravel", "thumbnail", "watermark" ], "time": "2015-08-30 15:37:50" }, { "name": "ircmaxell/password-compat", "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/ircmaxell/password_compat.git", "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", "shasum": "" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "autoload": { "files": [ "lib/password.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@php.net", "homepage": "http://blog.ircmaxell.com" } ], "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", "homepage": "https://github.com/ircmaxell/password_compat", "keywords": [ "hashing", "password" ], "time": "2014-11-20 16:49:30" }, { "name": "jenssegers/agent", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/jenssegers/agent.git", "reference": "9e7283261f453c07bcde18d0a52019367c37adf3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jenssegers/agent/zipball/9e7283261f453c07bcde18d0a52019367c37adf3", "reference": "9e7283261f453c07bcde18d0a52019367c37adf3", "shasum": "" }, "require": { "illuminate/support": "~4.0|~5.0", "mobiledetect/mobiledetectlib": "~2.0", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "~0.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Jenssegers\\Agent\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jens Segers", "homepage": "http://jenssegers.be" } ], "description": "A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect", "keywords": [ "Agent", "browser", "laravel", "mobile", "platform", "user agent", "useragent" ], "time": "2015-08-15 11:01:18" }, { "name": "jeremeamia/SuperClosure", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/jeremeamia/super_closure.git", "reference": "4d89ca74994feab128ea46d5b3add92e6cb84554" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/4d89ca74994feab128ea46d5b3add92e6cb84554", "reference": "4d89ca74994feab128ea46d5b3add92e6cb84554", "shasum": "" }, "require": { "nikic/php-parser": "~0.9", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~3.7" }, "type": "library", "autoload": { "psr-0": { "Jeremeamia\\SuperClosure": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Lindblom" } ], "description": "Doing interesting things with closures like serialization.", "homepage": "https://github.com/jeremeamia/super_closure", "keywords": [ "closure", "function", "parser", "serializable", "serialize", "tokenizer" ], "time": "2015-01-10 01:09:28" }, { "name": "laravel/framework", "version": "v4.2.17", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", "reference": "3359de6d6cd322e8a1b251c2f8d9dd42a3e4e232" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/framework/zipball/3359de6d6cd322e8a1b251c2f8d9dd42a3e4e232", "reference": "3359de6d6cd322e8a1b251c2f8d9dd42a3e4e232", "shasum": "" }, "require": { "classpreloader/classpreloader": "~1.0.2", "d11wtq/boris": "~1.0", "filp/whoops": "1.1.*", "ircmaxell/password-compat": "~1.0", "jeremeamia/superclosure": "~1.0.1", "monolog/monolog": "~1.6", "nesbot/carbon": "~1.0", "patchwork/utf8": "~1.1", "php": ">=5.4.0", "phpseclib/phpseclib": "0.3.*", "predis/predis": "0.8.*", "stack/builder": "~1.0", "swiftmailer/swiftmailer": "~5.1", "symfony/browser-kit": "2.5.*", "symfony/console": "2.5.*", "symfony/css-selector": "2.5.*", "symfony/debug": "2.5.*", "symfony/dom-crawler": "2.5.*", "symfony/finder": "2.5.*", "symfony/http-foundation": "2.5.*", "symfony/http-kernel": "2.5.*", "symfony/process": "2.5.*", "symfony/routing": "2.5.*", "symfony/security-core": "2.5.*", "symfony/translation": "2.5.*" }, "replace": { "illuminate/auth": "self.version", "illuminate/cache": "self.version", "illuminate/config": "self.version", "illuminate/console": "self.version", "illuminate/container": "self.version", "illuminate/cookie": "self.version", "illuminate/database": "self.version", "illuminate/encryption": "self.version", "illuminate/events": "self.version", "illuminate/exception": "self.version", "illuminate/filesystem": "self.version", "illuminate/foundation": "self.version", "illuminate/hashing": "self.version", "illuminate/html": "self.version", "illuminate/http": "self.version", "illuminate/log": "self.version", "illuminate/mail": "self.version", "illuminate/pagination": "self.version", "illuminate/queue": "self.version", "illuminate/redis": "self.version", "illuminate/remote": "self.version", "illuminate/routing": "self.version", "illuminate/session": "self.version", "illuminate/support": "self.version", "illuminate/translation": "self.version", "illuminate/validation": "self.version", "illuminate/view": "self.version", "illuminate/workbench": "self.version" }, "require-dev": { "aws/aws-sdk-php": "~2.6", "iron-io/iron_mq": "~1.5", "mockery/mockery": "~0.9", "pda/pheanstalk": "~2.1", "phpunit/phpunit": "~4.0" }, "suggest": { "doctrine/dbal": "Allow renaming columns and dropping SQLite columns." }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "autoload": { "classmap": [ "src/Illuminate/Queue/IlluminateQueueClosure.php" ], "files": [ "src/Illuminate/Support/helpers.php" ], "psr-0": { "Illuminate": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Laravel Framework.", "keywords": [ "framework", "laravel" ], "time": "2015-02-11 20:37:15" }, { "name": "maartenstaa/laravel-41-route-caching", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/MaartenStaa/laravel-41-route-caching.git", "reference": "47df3d88150e716aba208551e830d69244815ef9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/MaartenStaa/laravel-41-route-caching/zipball/47df3d88150e716aba208551e830d69244815ef9", "reference": "47df3d88150e716aba208551e830d69244815ef9", "shasum": "" }, "require": { "laravel/framework": ">=4.1,<4.3" }, "require-dev": { "phpunit/phpunit": "~4" }, "type": "library", "autoload": { "psr-4": { "MaartenStaa\\Routing\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Maarten Staa", "email": "maartenstaa@gmail.com" } ], "description": "This package allows you to cache your routes definitions, thereby speeding up each request.", "keywords": [ "cache", "caching", "laravel", "performance", "route", "routes" ], "time": "2015-06-18 14:47:36" }, { "name": "machuga/authority", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/machuga/authority.git", "reference": "e12c9cb5b2d0624f190ff21d27bd00a1de645b34" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/machuga/authority/zipball/e12c9cb5b2d0624f190ff21d27bd00a1de645b34", "reference": "e12c9cb5b2d0624f190ff21d27bd00a1de645b34", "shasum": "" }, "require": { "illuminate/events": "~4", "php": ">=5.3.0" }, "require-dev": { "mockery/mockery": "0.7.*", "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "psr-0": { "Authority": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "mit" ], "authors": [ { "name": "Matthew Machuga", "email": "machuga@gmail.com" }, { "name": "Koen Schmeets", "email": "hello@koenschmeets.nl" }, { "name": "Jesse O'Brien", "email": "jesse@jesse-obrien.ca" } ], "description": "A simple and flexible authorization system for PHP", "time": "2015-02-19 04:30:09" }, { "name": "machuga/authority-l4", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/machuga/authority-l4.git", "reference": "016ddd3892ec8c07c830f7e34e48bf8c63e022dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/machuga/authority-l4/zipball/016ddd3892ec8c07c830f7e34e48bf8c63e022dd", "reference": "016ddd3892ec8c07c830f7e34e48bf8c63e022dd", "shasum": "" }, "require": { "illuminate/support": "~4", "machuga/authority": "2.1.*", "php": ">=5.3.0" }, "require-dev": { "mockery/mockery": "0.7.*", "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "classmap": [ "src/migrations" ], "psr-0": { "Authority\\AuthorityL4": "src/" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Matthew Machuga", "email": "machuga@gmail.com" }, { "name": "Koen Schmeets", "email": "hello@koenschmeets.nl" }, { "name": "Jesse O'Brien", "email": "jesse@jesse-obrien.ca" }, { "name": "Conar Welsh", "email": "conar@welshlabs.com" } ], "description": "A simple and flexible authorization system for PHP", "homepage": "https://github.com/machuga/authority-l4", "keywords": [ "Authentication", "Laravel 4", "authorization", "laravel" ], "time": "2014-03-13 16:49:16" }, { "name": "mobiledetect/mobiledetectlib", "version": "2.8.16", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", "reference": "9a8b6c6b259924a7c80021da8ba167766a9fd5b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/9a8b6c6b259924a7c80021da8ba167766a9fd5b6", "reference": "9a8b6c6b259924a7c80021da8ba167766a9fd5b6", "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": "2015-08-31 13:30:54" }, { "name": "monolog/monolog", "version": "1.17.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422", "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422", "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", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", "raven/raven": "~0.11", "ruflin/elastica": ">=0.90 <3.0", "swiftmailer/swiftmailer": "~5.3", "videlalvaro/php-amqplib": "~2.4" }, "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", "php-console/php-console": "Allow sending log messages to Google Chrome", "raven/raven": "Allow sending log messages to a Sentry server", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.16.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": "2015-08-31 09:17:37" }, { "name": "nesbot/carbon", "version": "1.17.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "a1dd1ad9abfc8b3c4d8768068e6c71d293424e86" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a1dd1ad9abfc8b3c4d8768068e6c71d293424e86", "reference": "a1dd1ad9abfc8b3c4d8768068e6c71d293424e86", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-0": { "Carbon": "src" } }, "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": "2015-03-08 14:05:44" }, { "name": "nikic/php-parser", "version": "v0.9.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb", "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.9-dev" } }, "autoload": { "psr-0": { "PHPParser": "lib/" } }, "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": "2014-07-23 18:24:17" }, { "name": "patchwork/utf8", "version": "v1.2.3", "source": { "type": "git", "url": "https://github.com/tchwork/utf8.git", "reference": "a7a9a987d01d052ff9c99510ecbd07ebc6c270f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tchwork/utf8/zipball/a7a9a987d01d052ff9c99510ecbd07ebc6c270f2", "reference": "a7a9a987d01d052ff9c99510ecbd07ebc6c270f2", "shasum": "" }, "require": { "lib-pcre": ">=7.3", "php": ">=5.3.0" }, "suggest": { "ext-iconv": "Use iconv for best performance", "ext-intl": "Use Intl for best performance", "ext-mbstring": "Use Mbstring for best performance", "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { "Patchwork\\": "src/Patchwork/" }, "classmap": [ "src/Normalizer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "(Apache-2.0 or GPL-2.0)" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" } ], "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP", "homepage": "https://github.com/tchwork/utf8", "keywords": [ "grapheme", "i18n", "unicode", "utf-8", "utf8" ], "time": "2015-06-25 08:17:49" }, { "name": "phpseclib/phpseclib", "version": "0.3.10", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4", "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "~4.0", "sami/sami": "~2.0", "squizlabs/php_codesniffer": "~1.5" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3." }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.3-dev" } }, "autoload": { "psr-0": { "Crypt": "phpseclib/", "File": "phpseclib/", "Math": "phpseclib/", "Net": "phpseclib/", "System": "phpseclib/" }, "files": [ "phpseclib/Crypt/Random.php" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "phpseclib/" ], "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" } ], "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": "2015-01-28 21:50:33" }, { "name": "pragmarx/datatables", "version": "v1.4.10", "source": { "type": "git", "url": "https://github.com/antonioribeiro/laravel4-datatables-package.git", "reference": "887ce4362361efda906dae74ddc501335c7457e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/antonioribeiro/laravel4-datatables-package/zipball/887ce4362361efda906dae74ddc501335c7457e5", "reference": "887ce4362361efda906dae74ddc501335c7457e5", "shasum": "" }, "require": { "illuminate/database": ">=4.0.0", "illuminate/filesystem": ">=4.0.0", "illuminate/support": ">=4.0.0", "illuminate/view": ">=4.0.0", "php": ">=5.3.0" }, "require-dev": { "laravel/laravel": ">=4.0.0", "mockery/mockery": "0.7.2", "phpunit/phpunit": "3.7.*" }, "type": "library", "autoload": { "classmap": [ "src/migrations" ], "psr-0": { "Bllim\\Datatables": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bilal Gultekin", "email": "bilal@bilal.im" } ], "description": "Server-side handler of DataTables Jquery Plugin for Laravel 4", "keywords": [ "datatable", "datatables", "datatables jquery plugin", "laravel", "laravel4" ], "time": "2015-03-08 15:07:57" }, { "name": "pragmarx/firewall", "version": "v0.5.2", "source": { "type": "git", "url": "https://github.com/antonioribeiro/firewall.git", "reference": "5c0659d96a41658c05b2a93d28d6fce93d330ee6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/antonioribeiro/firewall/zipball/5c0659d96a41658c05b2a93d28d6fce93d330ee6", "reference": "5c0659d96a41658c05b2a93d28d6fce93d330ee6", "shasum": "" }, "require": { "illuminate/cache": "~4|~5", "illuminate/filesystem": "~4|~5", "illuminate/support": "~4|~5", "php": ">=5.3.7", "pragmarx/support": "~0.5" }, "suggest": { "geoip/geoip": "~1.14" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.x-dev" } }, "autoload": { "psr-4": { "PragmaRX\\Firewall\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Antonio Carlos Ribeiro", "email": "acr@antoniocarlosribeiro.com", "role": "Creator" } ], "description": "A Laravel 4.1+ IP whitelisting and blacklisting", "keywords": [ "blacklist", "firewall", "laravel", "whitelist" ], "time": "2015-03-11 01:50:11" }, { "name": "pragmarx/support", "version": "v0.6.2", "source": { "type": "git", "url": "https://github.com/antonioribeiro/support.git", "reference": "20e98b01b24120bb463a201509e64a5d6dd0f367" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/antonioribeiro/support/zipball/20e98b01b24120bb463a201509e64a5d6dd0f367", "reference": "20e98b01b24120bb463a201509e64a5d6dd0f367", "shasum": "" }, "require": { "illuminate/filesystem": "~4.0|~5.0", "php": ">=5.4.0", "symfony/var-dumper": "~2.6" }, "suggest": { "laravel/framework": "Laravel framework." }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.7.x-dev" } }, "autoload": { "psr-4": { "PragmaRX\\Support\\": "src/" }, "files": [ "src/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Antonio Carlos Ribeiro", "email": "acr@antoniocarlosribeiro.com", "role": "Creator" } ], "description": "PragmaRX components support package", "keywords": [ "laravel", "pragmarx" ], "time": "2015-08-24 14:44:48" }, { "name": "pragmarx/tracker", "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/antonioribeiro/tracker.git", "reference": "e42afeeca47dd071d50ae25e0979e851adc2be66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/antonioribeiro/tracker/zipball/e42afeeca47dd071d50ae25e0979e851adc2be66", "reference": "e42afeeca47dd071d50ae25e0979e851adc2be66", "shasum": "" }, "require": { "jenssegers/agent": "~2.1", "laravel/framework": "~4|~5", "php": ">=5.3.7", "pragmarx/datatables": "1.4.10", "pragmarx/support": "~0.6", "pragmarx/ua-parser": "0.3.4", "rhumsaa/uuid": "~2.7" }, "require-dev": { "mockery/mockery": "~0.8" }, "suggest": { "geoip/geoip": "~1.14" }, "type": "library", "extra": { "branch-alias": { "dev-laravel5": "2.0.x-dev" } }, "autoload": { "psr-4": { "PragmaRX\\Tracker\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Antonio Carlos Ribeiro", "email": "acr@antoniocarlosribeiro.com", "role": "Creator & Designer" } ], "description": "A Laravel Visitor Tracker", "keywords": [ "laravel", "logging", "mobile detection", "pragmarx", "tracker", "tracking", "user agent", "visitor" ], "time": "2015-03-10 15:35:15" }, { "name": "pragmarx/ua-parser", "version": "v0.3.4", "source": { "type": "git", "url": "https://github.com/antonioribeiro/ua-parser.git", "reference": "24c267f59420c35705cad038c3f8544db94152aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/antonioribeiro/ua-parser/zipball/24c267f59420c35705cad038c3f8544db94152aa", "reference": "24c267f59420c35705cad038c3f8544db94152aa", "shasum": "" }, "require": { "symfony/console": "~2", "symfony/filesystem": "~2", "symfony/finder": "~2", "symfony/yaml": "~2" }, "require-dev": { "phpunit/phpunit": "~3" }, "type": "library", "autoload": { "psr-0": { "UAParser": "php/src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com" } ], "description": "DO NOT USER THIS PACKAGE DIRECTLY, pleas go to https://packagist.org/packages/tobie/ua-parser ", "time": "2015-01-08 13:14:44" }, { "name": "predis/predis", "version": "v0.8.7", "source": { "type": "git", "url": "https://github.com/nrk/predis.git", "reference": "4123fcd85d61354c6c9900db76c9597dbd129bf6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nrk/predis/zipball/4123fcd85d61354c6c9900db76c9597dbd129bf6", "reference": "4123fcd85d61354c6c9900db76c9597dbd129bf6", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "suggest": { "ext-curl": "Allows access to Webdis when paired with phpiredis", "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" }, "type": "library", "autoload": { "psr-0": { "Predis": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniele Alessandri", "email": "suppakilla@gmail.com", "homepage": "http://clorophilla.net" } ], "description": "Flexible and feature-complete PHP client library for Redis", "homepage": "http://github.com/nrk/predis", "keywords": [ "nosql", "predis", "redis" ], "time": "2014-08-01 09:43:10" }, { "name": "psr/http-message", "version": "1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", "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", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2015-05-04 20:22:00" }, { "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": "ramsey/uuid", "version": "2.8.3", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "767a5b5f70cd990c04ef21d8374794d1a02fa9e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/767a5b5f70cd990c04ef21d8374794d1a02fa9e8", "reference": "767a5b5f70cd990c04ef21d8374794d1a02fa9e8", "shasum": "" }, "require": { "php": ">=5.3.3" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { "doctrine/dbal": ">=2.3", "jakub-onderka/php-parallel-lint": "^0.9.0", "moontoast/math": "~1.1", "phpunit/phpunit": "~4.1", "satooshi/php-coveralls": "~0.6", "squizlabs/php_codesniffer": "^2.3", "symfony/console": "~2.3" }, "suggest": { "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", "symfony/console": "Support for use of the bin/uuid command line tool." }, "bin": [ "bin/uuid" ], "type": "library", "autoload": { "psr-4": { "Rhumsaa\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marijn Huizendveld", "email": "marijn.huizendveld@gmail.com" }, { "name": "Ben Ramsey", "homepage": "http://benramsey.com" } ], "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "homepage": "https://github.com/ramsey/uuid", "keywords": [ "guid", "identifier", "uuid" ], "time": "2015-08-31 13:34:50" }, { "name": "schickling/backup", "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/schickling/laravel-backup.git", "reference": "5243dc1d9b11390e1eb58202fd07dc3829b1bbe0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schickling/laravel-backup/zipball/5243dc1d9b11390e1eb58202fd07dc3829b1bbe0", "reference": "5243dc1d9b11390e1eb58202fd07dc3829b1bbe0", "shasum": "" }, "require": { "aws/aws-sdk-php-laravel": "1.*", "php": ">=5.3.0", "symfony/finder": "2.*" }, "require-dev": { "laravel/framework": "4.1.*", "mockery/mockery": "dev-master", "orchestra/testbench": "2.1.*", "satooshi/php-coveralls": "0.6.1" }, "type": "library", "autoload": { "psr-0": { "Schickling\\Backup": "src/" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Johannes Schickling", "email": "schickling.j@gmail.com" } ], "description": "Backup and restore database support for Laravel 4 applications", "time": "2014-12-14 09:18:56" }, { "name": "stack/builder", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/stackphp/builder.git", "reference": "c1f8a4693b55c563405024f708a76ef576c3b276" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stackphp/builder/zipball/c1f8a4693b55c563405024f708a76ef576c3b276", "reference": "c1f8a4693b55c563405024f708a76ef576c3b276", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/http-foundation": "~2.1", "symfony/http-kernel": "~2.1" }, "require-dev": { "silex/silex": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Stack": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Igor Wiedler", "email": "igor@wiedler.ch" } ], "description": "Builder for stack middlewares based on HttpKernelInterface.", "keywords": [ "stack" ], "time": "2014-11-23 20:37:11" }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.1", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421", "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "~0.9.1,<0.9.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "http://swiftmailer.org", "keywords": [ "email", "mail", "mailer" ], "time": "2015-06-06 14:19:39" }, { "name": "symfony/browser-kit", "version": "v2.5.12", "target-dir": "Symfony/Component/BrowserKit", "source": { "type": "git", "url": "https://github.com/symfony/BrowserKit.git", "reference": "b2b78b850a32251cbbd9915ab61453302e7ecd72" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/b2b78b850a32251cbbd9915ab61453302e7ecd72", "reference": "b2b78b850a32251cbbd9915ab61453302e7ecd72", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/dom-crawler": "~2.0,>=2.0.5" }, "require-dev": { "symfony/css-selector": "~2.0,>=2.0.5", "symfony/process": "~2.0,>=2.0.5" }, "suggest": { "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\BrowserKit\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony BrowserKit Component", "homepage": "http://symfony.com", "time": "2015-01-03 08:01:13" }, { "name": "symfony/console", "version": "v2.5.12", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", "reference": "a43e750b4c74f3bdfca77c79c343033d35a6cd6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Console/zipball/a43e750b4c74f3bdfca77c79c343033d35a6cd6e", "reference": "a43e750b4c74f3bdfca77c79c343033d35a6cd6e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Console Component", "homepage": "http://symfony.com", "time": "2015-02-08 07:07:45" }, { "name": "symfony/css-selector", "version": "v2.5.12", "target-dir": "Symfony/Component/CssSelector", "source": { "type": "git", "url": "https://github.com/symfony/CssSelector.git", "reference": "d45b306421462295e76b94bcf76b963867450327" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/CssSelector/zipball/d45b306421462295e76b94bcf76b963867450327", "reference": "d45b306421462295e76b94bcf76b963867450327", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\CssSelector\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Jean-François Simon", "email": "jeanfrancois.simon@sensiolabs.com" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony CssSelector Component", "homepage": "http://symfony.com", "time": "2015-01-03 08:01:13" }, { "name": "symfony/debug", "version": "v2.5.12", "target-dir": "Symfony/Component/Debug", "source": { "type": "git", "url": "https://github.com/symfony/Debug.git", "reference": "ed3019589cdadf32c521d1e181f9d72955645c67" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Debug/zipball/ed3019589cdadf32c521d1e181f9d72955645c67", "reference": "ed3019589cdadf32c521d1e181f9d72955645c67", "shasum": "" }, "require": { "php": ">=5.3.3" }, "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.2", "symfony/http-foundation": "~2.1", "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2" }, "suggest": { "symfony/http-foundation": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Debug\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Debug Component", "homepage": "http://symfony.com", "time": "2015-01-16 14:51:58" }, { "name": "symfony/dom-crawler", "version": "v2.5.12", "target-dir": "Symfony/Component/DomCrawler", "source": { "type": "git", "url": "https://github.com/symfony/DomCrawler.git", "reference": "3860edcf7ff7e173cfe2151f0d425e610e77cc35" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/3860edcf7ff7e173cfe2151f0d425e610e77cc35", "reference": "3860edcf7ff7e173cfe2151f0d425e610e77cc35", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/css-selector": "~2.3" }, "suggest": { "symfony/css-selector": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\DomCrawler\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony DomCrawler Component", "homepage": "http://symfony.com", "time": "2015-01-03 08:01:13" }, { "name": "symfony/event-dispatcher", "version": "v2.7.4", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/b58c916f1db03a611b72dd702564f30ad8fe83fa", "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.0,>=2.0.5", "symfony/dependency-injection": "~2.6", "symfony/expression-language": "~2.6", "symfony/phpunit-bridge": "~2.7", "symfony/stopwatch": "~2.3" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" } }, "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 EventDispatcher Component", "homepage": "https://symfony.com", "time": "2015-08-24 07:13:45" }, { "name": "symfony/filesystem", "version": "v2.7.4", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", "reference": "f079e9933799929584200b9a926f72f29e291654" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/f079e9933799929584200b9a926f72f29e291654", "reference": "f079e9933799929584200b9a926f72f29e291654", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" } }, "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": "2015-08-27 07:03:44" }, { "name": "symfony/finder", "version": "v2.5.12", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Finder/zipball/e527ebf47ff912a45e148b7d0b107b80ec0b3cc2", "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Finder\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", "time": "2015-01-03 08:01:13" }, { "name": "symfony/http-foundation", "version": "v2.5.12", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation.git", "reference": "08e783861dd9579bac4092814bbfb0cae6666b65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/08e783861dd9579bac4092814bbfb0cae6666b65", "reference": "08e783861dd9579bac4092814bbfb0cae6666b65", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/expression-language": "~2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\HttpFoundation\\": "" }, "classmap": [ "Symfony/Component/HttpFoundation/Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", "time": "2015-04-01 15:49:36" }, { "name": "symfony/http-kernel", "version": "v2.5.12", "target-dir": "Symfony/Component/HttpKernel", "source": { "type": "git", "url": "https://github.com/symfony/HttpKernel.git", "reference": "31652385d94eafc2103a98435d6d5bd7eea61736" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/31652385d94eafc2103a98435d6d5bd7eea61736", "reference": "31652385d94eafc2103a98435d6d5bd7eea61736", "shasum": "" }, "require": { "php": ">=5.3.3", "psr/log": "~1.0", "symfony/debug": "~2.5.9|~2.6,>=2.6.2", "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2", "symfony/http-foundation": "~2.5" }, "require-dev": { "symfony/browser-kit": "~2.3", "symfony/class-loader": "~2.1", "symfony/config": "~2.0,>=2.0.5", "symfony/console": "~2.2", "symfony/css-selector": "~2.0,>=2.0.5", "symfony/dependency-injection": "~2.2", "symfony/dom-crawler": "~2.0,>=2.0.5", "symfony/expression-language": "~2.4", "symfony/finder": "~2.0,>=2.0.5", "symfony/process": "~2.0,>=2.0.5", "symfony/routing": "~2.2", "symfony/stopwatch": "~2.3", "symfony/templating": "~2.2" }, "suggest": { "symfony/browser-kit": "", "symfony/class-loader": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\HttpKernel\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", "time": "2015-05-26 23:43:20" }, { "name": "symfony/process", "version": "v2.5.12", "target-dir": "Symfony/Component/Process", "source": { "type": "git", "url": "https://github.com/symfony/Process.git", "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Process/zipball/00a1308e8b5aec5eba7c8f1708426a78f929be8c", "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Process\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Process Component", "homepage": "http://symfony.com", "time": "2015-02-08 07:07:45" }, { "name": "symfony/routing", "version": "v2.5.12", "target-dir": "Symfony/Component/Routing", "source": { "type": "git", "url": "https://github.com/symfony/Routing.git", "reference": "46142c34ea830f47429df6e15faec3a33292d618" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Routing/zipball/46142c34ea830f47429df6e15faec3a33292d618", "reference": "46142c34ea830f47429df6e15faec3a33292d618", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "doctrine/annotations": "~1.0", "doctrine/common": "~2.2", "psr/log": "~1.0", "symfony/config": "~2.2", "symfony/expression-language": "~2.4", "symfony/http-foundation": "~2.3", "symfony/yaml": "~2.0,>=2.0.5" }, "suggest": { "doctrine/annotations": "For using the annotation loader", "symfony/config": "For using the all-in-one router or any loader", "symfony/expression-language": "For using expression matching", "symfony/yaml": "For using the YAML loader" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Routing\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Routing Component", "homepage": "http://symfony.com", "keywords": [ "router", "routing", "uri", "url" ], "time": "2015-02-08 07:07:45" }, { "name": "symfony/security-core", "version": "v2.5.12", "target-dir": "Symfony/Component/Security/Core", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", "reference": "3a27d7b34ee62cb0fdf5ad970e7777912ef4722f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-core/zipball/3a27d7b34ee62cb0fdf5ad970e7777912ef4722f", "reference": "3a27d7b34ee62cb0fdf5ad970e7777912ef4722f", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "ircmaxell/password-compat": "1.0.*", "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1", "symfony/expression-language": "~2.4", "symfony/http-foundation": "~2.4", "symfony/translation": "~2.0,>=2.0.5", "symfony/validator": "~2.5,>=2.5.5" }, "suggest": { "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", "symfony/event-dispatcher": "", "symfony/expression-language": "For using the expression voter", "symfony/http-foundation": "", "symfony/validator": "For using the user password constraint" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Security\\Core\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Security Component - Core Library", "homepage": "http://symfony.com", "time": "2015-01-25 04:37:39" }, { "name": "symfony/translation", "version": "v2.5.12", "target-dir": "Symfony/Component/Translation", "source": { "type": "git", "url": "https://github.com/symfony/Translation.git", "reference": "165b5348cd20f8c4b2fcf1097c9c8300d1093b90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Translation/zipball/165b5348cd20f8c4b2fcf1097c9c8300d1093b90", "reference": "165b5348cd20f8c4b2fcf1097c9c8300d1093b90", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/config": "~2.3,>=2.3.12", "symfony/intl": "~2.3", "symfony/yaml": "~2.2" }, "suggest": { "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Translation\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", "time": "2015-01-03 15:23:51" }, { "name": "symfony/var-dumper", "version": "v2.7.4", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "b39221998ff5fc26ba63f96d2b833dfddc233d57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b39221998ff5fc26ba63f96d2b833dfddc233d57", "reference": "b39221998ff5fc26ba63f96d2b833dfddc233d57", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "suggest": { "ext-symfony_debug": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" } }, "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": "2015-08-31 12:28:11" }, { "name": "symfony/yaml", "version": "v2.7.4", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", "reference": "2dc7b06c065df96cc686c66da2705e5e18aef661" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Yaml/zipball/2dc7b06c065df96cc686c66da2705e5e18aef661", "reference": "2dc7b06c065df96cc686c66da2705e5e18aef661", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" } }, "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": "2015-08-24 07:13:45" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "intervention/image": 20, "maartenstaa/laravel-41-route-caching": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }