2014-11-19 16:51:43 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2015-10-24 22:35:57 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2014-11-19 16:51:43 +00:00
"This file is @generated automatically"
],
2017-06-28 23:24:09 +01:00
"content-hash": "c54768ae2bf05cf41daedaeecdef7b63",
2014-11-19 16:51:43 +00:00
"packages": [
2016-02-01 17:14:38 +00:00
{
"name": "alt-three/badger",
2017-01-02 13:59:18 +00:00
"version": "v3.2.0",
2016-02-01 17:14:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/Badger.git",
2017-01-02 13:59:18 +00:00
"reference": "c4cd7140aed3554ba4b8c44a877d400d6e5e3554"
2016-02-01 17:14:38 +00:00
},
"dist": {
"type": "zip",
2017-01-02 13:59:18 +00:00
"url": "https://api.github.com/repos/AltThree/Badger/zipball/c4cd7140aed3554ba4b8c44a877d400d6e5e3554",
"reference": "c4cd7140aed3554ba4b8c44a877d400d6e5e3554",
2016-02-01 17:14:38 +00:00
"shasum": ""
},
"require": {
2017-01-02 13:59:18 +00:00
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
2016-02-01 17:14:38 +00:00
"php": ">=5.5.9"
},
"require-dev": {
"graham-campbell/testbench": "^3.1",
"phpunit/phpunit": "^4.8|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-02 13:59:18 +00:00
"dev-master": "3.2-dev"
2016-02-01 17:14:38 +00:00
}
},
"autoload": {
"psr-4": {
"AltThree\\Badger\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "James Brooks",
"email": "james@alt-three.com"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
},
{
"name": "Joseph Cohen",
"email": "joe@alt-three.com"
}
],
"description": "A Badge Generator For Laravel 5",
"keywords": [
"Alt Three",
"badge",
2016-02-20 21:18:26 +00:00
"badger",
2016-02-01 17:14:38 +00:00
"shield",
"svg"
],
2017-01-12 18:09:52 +00:00
"time": "2017-01-01T12:36:28+00:00"
2016-02-01 17:14:38 +00:00
},
2015-12-24 16:29:55 +00:00
{
"name": "alt-three/bus",
2017-01-02 13:59:18 +00:00
"version": "v2.1.0",
2015-12-24 16:29:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/Bus.git",
2017-01-02 13:59:18 +00:00
"reference": "a71bafc3d56fd8e980ecd31447a75fd846494539"
2015-12-24 16:29:55 +00:00
},
"dist": {
"type": "zip",
2017-01-02 13:59:18 +00:00
"url": "https://api.github.com/repos/AltThree/Bus/zipball/a71bafc3d56fd8e980ecd31447a75fd846494539",
"reference": "a71bafc3d56fd8e980ecd31447a75fd846494539",
2015-12-24 16:29:55 +00:00
"shasum": ""
},
"require": {
2017-01-02 13:59:18 +00:00
"illuminate/bus": "5.3.*|5.4.*",
"illuminate/container": "5.3.*|5.4.*",
"illuminate/contracts": "5.3.*|5.4.*",
"illuminate/pipeline": "5.3.*|5.4.*",
"illuminate/support": "5.3.*|5.4.*",
2016-10-19 16:42:42 +01:00
"php": ">=5.6.4"
2015-12-24 16:29:55 +00:00
},
"require-dev": {
2016-10-19 16:42:42 +01:00
"graham-campbell/testbench": "^3.1",
2015-12-24 16:29:55 +00:00
"mockery/mockery": "^0.9.4",
2016-10-19 16:42:42 +01:00
"phpunit/phpunit": "^5.0"
2015-12-24 16:29:55 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-02 13:59:18 +00:00
"dev-master": "2.1-dev"
2015-12-24 16:29:55 +00:00
}
},
"autoload": {
"psr-4": {
"AltThree\\Bus\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "James Brooks",
"email": "james@alt-three.com"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
},
{
"name": "Joseph Cohen",
"email": "joe@alt-three.com"
}
],
2016-04-27 09:41:33 +01:00
"description": "An improved command bus for Laravel 5.2+",
2015-12-24 16:29:55 +00:00
"keywords": [
"Alt Three",
"bus",
"command",
"command bus",
"job"
],
2017-01-12 18:09:52 +00:00
"time": "2017-01-01T12:37:11+00:00"
2015-12-24 16:29:55 +00:00
},
2015-07-25 16:06:30 +01:00
{
"name": "alt-three/emoji",
2017-03-04 17:34:44 +00:00
"version": "v4.1.0",
2015-07-25 16:06:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/Emoji.git",
2017-03-04 17:34:44 +00:00
"reference": "3aa00f11d5a13f7fb43fc8f1e8d66c9788e626ec"
2015-07-25 16:06:30 +01:00
},
"dist": {
"type": "zip",
2017-03-04 17:34:44 +00:00
"url": "https://api.github.com/repos/AltThree/Emoji/zipball/3aa00f11d5a13f7fb43fc8f1e8d66c9788e626ec",
"reference": "3aa00f11d5a13f7fb43fc8f1e8d66c9788e626ec",
2015-07-25 16:06:30 +01:00
"shasum": ""
},
"require": {
2015-11-14 15:16:15 +00:00
"guzzlehttp/guzzle": "^5.3|^6.0",
2017-03-04 17:34:44 +00:00
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"league/commonmark": "^0.15",
2015-07-25 16:06:30 +01:00
"php": ">=5.5.9"
},
"require-dev": {
2017-03-04 17:34:44 +00:00
"graham-campbell/markdown": "^7.0",
2015-11-14 15:16:15 +00:00
"graham-campbell/testbench": "^3.1",
"phpunit/phpunit": "^4.8|^5.0"
2015-07-25 16:06:30 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-04 17:34:44 +00:00
"dev-master": "4.1-dev"
2015-07-25 16:06:30 +01:00
}
},
"autoload": {
"psr-4": {
"AltThree\\Emoji\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "James Brooks",
"email": "james@alt-three.com"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
},
{
"name": "Joseph Cohen",
"email": "joe@alt-three.com"
}
],
"description": "An Emoji Parser For Laravel 5",
"keywords": [
"Alt Three",
"emoji",
"parser"
],
2017-03-04 17:34:44 +00:00
"time": "2017-01-01T12:37:40+00:00"
2015-07-25 16:06:30 +01:00
},
2017-01-06 19:19:51 +00:00
{
"name": "alt-three/logger",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/AltThree/Logger.git",
"reference": "2136162549b6ec99e3eae9f8cfff84e41caafe15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AltThree/Logger/zipball/2136162549b6ec99e3eae9f8cfff84e41caafe15",
"reference": "2136162549b6ec99e3eae9f8cfff84e41caafe15",
"shasum": ""
},
"require": {
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"php": ">=5.5.9",
"psr/log": "^1.0"
},
"require-dev": {
"graham-campbell/testbench": "^3.1",
"phpunit/phpunit": "^4.8|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"AltThree\\Logger\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "James Brooks",
"email": "james@alt-three.com"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
},
{
"name": "Joseph Cohen",
"email": "joe@alt-three.com"
}
],
"description": "A Logger Wrapper For Laravel 5",
"keywords": [
"Alt Three",
"logger",
"logging"
],
2017-01-12 18:09:52 +00:00
"time": "2017-01-01T12:36:39+00:00"
2017-01-06 19:19:51 +00:00
},
2016-05-28 15:45:38 +01:00
{
"name": "alt-three/throttle",
2017-01-02 13:59:18 +00:00
"version": "v1.2.0",
2016-05-28 15:45:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/Throttle.git",
2017-01-02 13:59:18 +00:00
"reference": "bda58993b1818b943f1738661af692a639c4aa5e"
2016-05-28 15:45:38 +01:00
},
"dist": {
"type": "zip",
2017-01-02 13:59:18 +00:00
"url": "https://api.github.com/repos/AltThree/Throttle/zipball/bda58993b1818b943f1738661af692a639c4aa5e",
"reference": "bda58993b1818b943f1738661af692a639c4aa5e",
2016-05-28 15:45:38 +01:00
"shasum": ""
},
"require": {
2017-01-02 13:59:18 +00:00
"illuminate/cache": "5.2.*|5.3.*|5.4.*",
"illuminate/http": "5.2.*|5.3.*|5.4.*",
2016-05-28 15:45:38 +01:00
"php": ">=5.5.9"
},
"require-dev": {
"graham-campbell/testbench": "^3.1",
"phpunit/phpunit": "^4.8|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-02 13:59:18 +00:00
"dev-master": "1.2-dev"
2016-05-28 15:45:38 +01:00
}
},
"autoload": {
"psr-4": {
"AltThree\\Throttle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "James Brooks",
"email": "james@alt-three.com"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
},
{
"name": "Joseph Cohen",
"email": "joe@alt-three.com"
}
],
"description": "A request rate limiter for Laravel 5.2+",
"keywords": [
"Alt Three",
"http",
"rate limit",
"rate limiter",
"throttle"
],
2017-01-12 18:09:52 +00:00
"time": "2017-01-01T12:37:29+00:00"
2016-05-28 15:45:38 +01:00
},
2017-03-04 17:34:44 +00:00
{
"name": "alt-three/twitter",
2017-06-19 19:51:45 +01:00
"version": "v1.0.1",
2017-03-04 17:34:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/Twitter.git",
2017-06-19 19:51:45 +01:00
"reference": "2a00a4d416cb97f2ad4e20bb5a31fe02b6a19aab"
2017-03-04 17:34:44 +00:00
},
"dist": {
"type": "zip",
2017-06-19 19:51:45 +01:00
"url": "https://api.github.com/repos/AltThree/Twitter/zipball/2a00a4d416cb97f2ad4e20bb5a31fe02b6a19aab",
"reference": "2a00a4d416cb97f2ad4e20bb5a31fe02b6a19aab",
2017-03-04 17:34:44 +00:00
"shasum": ""
},
"require": {
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"league/commonmark": "^0.15",
"php": ">=5.5.9"
},
"require-dev": {
"graham-campbell/markdown": "^7.0",
"graham-campbell/testbench": "^3.1",
"phpunit/phpunit": "^4.8|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"AltThree\\Twitter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "James Brooks",
"email": "james@alt-three.com"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
},
{
"name": "Joseph Cohen",
"email": "joe@alt-three.com"
}
],
"description": "A Twitter handle parser for Laravel 5",
"keywords": [
"Alt Three",
"markdown",
"parser",
"twitter"
],
2017-06-19 19:51:45 +01:00
"time": "2017-06-01T22:25:39+00:00"
2017-03-04 17:34:44 +00:00
},
2015-08-03 22:32:36 +01:00
{
"name": "alt-three/validator",
2017-06-24 18:52:55 +01:00
"version": "v2.0.0",
2015-08-03 22:32:36 +01:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/Validator.git",
2017-06-24 18:52:55 +01:00
"reference": "08754a80d86804f0b8df5c06d3354c4534a430ab"
2015-08-03 22:32:36 +01:00
},
"dist": {
"type": "zip",
2017-06-24 18:52:55 +01:00
"url": "https://api.github.com/repos/AltThree/Validator/zipball/08754a80d86804f0b8df5c06d3354c4534a430ab",
"reference": "08754a80d86804f0b8df5c06d3354c4534a430ab",
2015-08-03 22:32:36 +01:00
"shasum": ""
},
"require": {
2017-01-02 13:59:18 +00:00
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
2015-08-03 22:32:36 +01:00
"php": ">=5.5.9",
2015-11-14 15:16:15 +00:00
"psr/log": "^1.0"
2015-08-03 22:32:36 +01:00
},
"require-dev": {
2015-11-14 15:16:15 +00:00
"phpunit/phpunit": "^4.8|^5.0"
2015-08-03 22:32:36 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-06-24 18:52:55 +01:00
"dev-master": "2.0-dev"
2015-08-03 22:32:36 +01:00
}
},
"autoload": {
"psr-4": {
"AltThree\\Validator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "James Brooks",
"email": "james@alt-three.com"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
},
{
"name": "Joseph Cohen",
"email": "joe@alt-three.com"
}
],
"description": "A Validation Wrapper For Laravel 5",
"keywords": [
"Alt Three",
"logging",
"validator"
],
2017-06-24 18:52:55 +01:00
"time": "2017-06-01T22:25:25+00:00"
2015-08-03 22:32:36 +01:00
},
2016-06-11 00:45:26 +01:00
{
"name": "aws/aws-sdk-php",
2017-07-27 20:23:41 -04:00
"version": "3.31.6",
2016-06-11 00:45:26 +01:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2017-07-27 20:23:41 -04:00
"reference": "4e066559063683aa4574aee3ed54fcb90b2b10b2"
2016-06-11 00:45:26 +01:00
},
"dist": {
"type": "zip",
2017-07-27 20:23:41 -04:00
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4e066559063683aa4574aee3ed54fcb90b2b10b2",
"reference": "4e066559063683aa4574aee3ed54fcb90b2b10b2",
2016-06-11 00:45:26 +01:00
"shasum": ""
},
"require": {
2016-07-18 18:46:43 +01:00
"guzzlehttp/guzzle": "^5.3.1|^6.2.1",
2016-06-11 00:45:26 +01:00
"guzzlehttp/promises": "~1.0",
2017-03-25 11:40:44 +00:00
"guzzlehttp/psr7": "^1.4.1",
2016-06-11 00:45:26 +01:00
"mtdowling/jmespath.php": "~2.2",
"php": ">=5.5"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"ext-spl": "*",
"nette/neon": "^2.3",
2017-05-02 08:12:54 +01:00
"phpunit/phpunit": "^4.8.35|^5.4.0",
2016-06-11 00:45:26 +01:00
"psr/cache": "^1.0"
},
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
"ext-curl": "To send requests using cURL",
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Aws\\": "src/"
},
"files": [
"src/functions.php"
]
},
"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"
],
2017-07-27 20:23:41 -04:00
"time": "2017-07-17T21:18:04+00:00"
2016-06-11 00:45:26 +01:00
},
2016-04-29 13:20:17 +01:00
{
"name": "backup-manager/backup-manager",
2017-01-12 18:09:52 +00:00
"version": "1.1.3",
2016-04-29 13:20:17 +01:00
"source": {
"type": "git",
"url": "https://github.com/backup-manager/backup-manager.git",
2017-01-12 18:09:52 +00:00
"reference": "9e53714a993135f57fe2bff001203b6f75c2387c"
2016-04-29 13:20:17 +01:00
},
"dist": {
"type": "zip",
2017-01-12 18:09:52 +00:00
"url": "https://api.github.com/repos/backup-manager/backup-manager/zipball/9e53714a993135f57fe2bff001203b6f75c2387c",
"reference": "9e53714a993135f57fe2bff001203b6f75c2387c",
2016-04-29 13:20:17 +01:00
"shasum": ""
},
"require": {
"league/flysystem": "~1.0",
"php": ">=5.5.9",
2017-01-12 18:09:52 +00:00
"symfony/process": "~2.1|~3.0"
2016-04-29 13:20:17 +01:00
},
"require-dev": {
"aws/aws-sdk-php": "~3.0",
"dropbox/dropbox-sdk": "~1.1",
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-dropbox": "~1.0",
"league/flysystem-rackspace": "~1.0",
"league/flysystem-sftp": "~1.0",
"mockery/mockery": "~0.9",
"phpspec/phpspec": "~2.1",
"satooshi/php-coveralls": "~0.6"
},
"suggest": {
"league/flysystem-aws-s3-v3": "AwsS3 and GoogleCS adapter support.",
"league/flysystem-dropbox": "Dropbox adapter support.",
"league/flysystem-rackspace": "Rackspace adapter support.",
"league/flysystem-sftp": "Sftp adapter support."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"BackupManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shawn McCool",
"email": "shawn@heybigname.com",
"homepage": "http://heybigname.com/"
},
{
"name": "Mitchell van Wijngaarden",
"email": "mitchell@kooding.nl",
"homepage": "http://heybigname.com/"
}
],
"description": "A framework agnostic database backup manager with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more with drivers for popular frameworks.",
2017-01-12 18:09:52 +00:00
"time": "2017-01-05T12:10:13+00:00"
2016-04-29 13:20:17 +01:00
},
{
"name": "backup-manager/laravel",
2017-06-28 23:24:09 +01:00
"version": "dev-master",
2016-04-29 13:20:17 +01:00
"source": {
"type": "git",
"url": "https://github.com/backup-manager/laravel.git",
2017-06-28 23:24:09 +01:00
"reference": "df53f9c9d8c6be5d7a2638f45d54b8fb7bc51e2b"
2016-04-29 13:20:17 +01:00
},
"dist": {
"type": "zip",
2017-06-28 23:24:09 +01:00
"url": "https://api.github.com/repos/backup-manager/laravel/zipball/df53f9c9d8c6be5d7a2638f45d54b8fb7bc51e2b",
"reference": "df53f9c9d8c6be5d7a2638f45d54b8fb7bc51e2b",
2016-04-29 13:20:17 +01:00
"shasum": ""
},
"require": {
"backup-manager/backup-manager": "^1.0",
"illuminate/console": "^4.0||^5.0",
"illuminate/container": "^4.0||^5.0",
"illuminate/support": "^4.0||^5.0",
"php": ">=5.5.0",
"symfony/process": "^2.0||^3.0"
},
"require-dev": {
"mockery/mockery": "dev-master",
"satooshi/php-coveralls": "~0.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"BackupManager\\Laravel\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shawn McCool",
"email": "shawn@heybigname.com",
"homepage": "http://heybigname.com/"
},
{
"name": "Mitchell van Wijngaarden",
"email": "mitchell@kooding.nl",
"homepage": "http://heybigname.com/"
}
],
"description": "Database backup manager seamlessly integrated with Laravel 4 or 5 with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more.",
2017-07-17 20:57:40 +01:00
"time": "2017-07-01T09:35:25+00:00"
2016-04-29 13:20:17 +01:00
},
2015-11-08 19:15:54 +00:00
{
"name": "bacon/bacon-qr-code",
2016-01-18 08:10:46 +00:00
"version": "1.0.1",
2015-11-08 19:15:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
2016-01-18 08:10:46 +00:00
"reference": "031a2ce68c5794064b49d11775b2daf45c96e21c"
2015-11-08 19:15:54 +00:00
},
"dist": {
"type": "zip",
2016-01-18 08:10:46 +00:00
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/031a2ce68c5794064b49d11775b2daf45c96e21c",
"reference": "031a2ce68c5794064b49d11775b2daf45c96e21c",
2015-11-08 19:15:54 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-gd": "to generate QR code images"
},
"type": "library",
"autoload": {
"psr-0": {
"BaconQrCode": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "http://www.dasprids.de",
"role": "Developer"
}
],
"description": "BaconQrCode is a QR code generator for PHP.",
"homepage": "https://github.com/Bacon/BaconQrCode",
2017-01-12 18:09:52 +00:00
"time": "2016-01-09T22:55:35+00:00"
2015-11-08 19:15:54 +00:00
},
2015-05-18 22:07:28 +01:00
{
"name": "barryvdh/laravel-cors",
2017-02-19 10:28:30 +00:00
"version": "v0.8.6",
2015-05-18 22:07:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-cors.git",
2017-02-19 10:28:30 +00:00
"reference": "9bf14c1d5ebe46738e8c535e56e621f98779197d"
2015-05-18 22:07:28 +01:00
},
"dist": {
"type": "zip",
2017-02-19 10:28:30 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/9bf14c1d5ebe46738e8c535e56e621f98779197d",
"reference": "9bf14c1d5ebe46738e8c535e56e621f98779197d",
2015-05-18 22:07:28 +01:00
"shasum": ""
},
"require": {
2017-01-30 13:52:54 +00:00
"illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x",
2016-02-24 12:32:39 +00:00
"php": ">=5.5.9",
"symfony/http-foundation": "~2.7|~3.0",
"symfony/http-kernel": "~2.7|~3.0"
},
"require-dev": {
2016-08-27 08:53:43 +01:00
"phpunit/phpunit": "^4.8|^5.2"
2015-05-18 22:07:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-02-24 12:32:39 +00:00
"dev-master": "0.8-dev"
2015-05-18 22:07:28 +01:00
}
},
"autoload": {
"psr-4": {
"Barryvdh\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
"keywords": [
"api",
"cors",
"crossdomain",
"laravel"
],
2017-02-19 10:28:30 +00:00
"time": "2017-02-15T21:21:33+00:00"
2015-05-18 22:07:28 +01:00
},
2015-11-08 19:15:54 +00:00
{
"name": "christian-riesen/base32",
2016-05-06 13:46:46 +01:00
"version": "1.3.1",
2015-11-08 19:15:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/ChristianRiesen/base32.git",
2016-05-06 13:46:46 +01:00
"reference": "0a31e50c0fa9b1692d077c86ac188eecdcbaf7fa"
2015-11-08 19:15:54 +00:00
},
"dist": {
"type": "zip",
2016-05-06 13:46:46 +01:00
"url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/0a31e50c0fa9b1692d077c86ac188eecdcbaf7fa",
"reference": "0a31e50c0fa9b1692d077c86ac188eecdcbaf7fa",
2015-11-08 19:15:54 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"satooshi/php-coveralls": "0.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Base32\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Riesen",
"email": "chris.riesen@gmail.com",
"homepage": "http://christianriesen.com",
"role": "Developer"
}
],
"description": "Base32 encoder/decoder according to RFC 4648",
"homepage": "https://github.com/ChristianRiesen/base32",
"keywords": [
"base32",
"decode",
"encode",
"rfc4648"
],
2017-01-12 18:09:52 +00:00
"time": "2016-05-05T11:49:03+00:00"
2015-11-08 19:15:54 +00:00
},
2014-12-29 19:58:48 +00:00
{
"name": "doctrine/annotations",
2017-07-27 20:23:41 -04:00
"version": "v1.4.0",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2017-07-27 20:23:41 -04:00
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2017-07-27 20:23:41 -04:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2017-07-27 20:23:41 -04:00
"php": "^5.6 || ^7.0"
2014-12-29 19:58:48 +00:00
},
"require-dev": {
"doctrine/cache": "1.*",
2017-02-27 19:52:41 +00:00
"phpunit/phpunit": "^5.7"
2014-12-29 19:58:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-07-27 20:23:41 -04:00
"dev-master": "1.4.x-dev"
2014-12-29 19:58:48 +00:00
}
},
"autoload": {
2016-10-29 16:51:42 +01:00
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2014-12-29 19:58:48 +00:00
}
},
"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": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2017-07-27 20:23:41 -04:00
"time": "2017-02-24T16:22:25+00:00"
2014-12-29 19:58:48 +00:00
},
{
"name": "doctrine/cache",
2017-07-27 20:23:41 -04:00
"version": "v1.6.1",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2017-07-27 20:23:41 -04:00
"reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2017-07-27 20:23:41 -04:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
"reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
2017-07-27 20:23:41 -04:00
"php": "~5.5|~7.0"
2014-12-29 19:58:48 +00:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
2017-07-27 20:23:41 -04:00
"phpunit/phpunit": "~4.8|~5.0",
"predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6"
2014-12-29 19:58:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-07-27 20:23:41 -04:00
"dev-master": "1.6.x-dev"
2014-12-29 19:58:48 +00:00
}
},
"autoload": {
2015-10-28 14:40:43 +00:00
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
2014-12-29 19:58:48 +00:00
}
},
"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": "Caching library offering an object-oriented API for many cache backends",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],
2017-07-27 20:23:41 -04:00
"time": "2016-10-29T11:16:17+00:00"
2014-12-29 19:58:48 +00:00
},
{
"name": "doctrine/collections",
2017-07-27 20:23:41 -04:00
"version": "v1.4.0",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2017-07-27 20:23:41 -04:00
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2017-07-27 20:23:41 -04:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
2017-07-27 20:23:41 -04:00
"php": "^5.6 || ^7.0"
2014-12-29 19:58:48 +00:00
},
2015-04-18 13:59:37 +01:00
"require-dev": {
2017-01-30 13:52:54 +00:00
"doctrine/coding-standard": "~0.1@dev",
"phpunit/phpunit": "^5.7"
2015-04-18 13:59:37 +01:00
},
2014-12-29 19:58:48 +00:00
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 13:52:54 +00:00
"dev-master": "1.3.x-dev"
2014-12-29 19:58:48 +00:00
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Collections\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
2015-04-18 13:59:37 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
2014-12-29 19:58:48 +00:00
{
"name": "Johannes Schmitt",
2015-04-18 13:59:37 +01:00
"email": "schmittjoh@gmail.com"
2014-12-29 19:58:48 +00:00
}
],
"description": "Collections Abstraction library",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"array",
"collections",
"iterator"
],
2017-07-27 20:23:41 -04:00
"time": "2017-01-03T10:49:41+00:00"
2014-12-29 19:58:48 +00:00
},
{
"name": "doctrine/common",
2017-07-27 20:23:41 -04:00
"version": "v2.7.2",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2017-07-27 20:23:41 -04:00
"reference": "930297026c8009a567ac051fd545bf6124150347"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2017-07-27 20:23:41 -04:00
"url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
"reference": "930297026c8009a567ac051fd545bf6124150347",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
"doctrine/annotations": "1.*",
"doctrine/cache": "1.*",
"doctrine/collections": "1.*",
"doctrine/inflector": "1.*",
"doctrine/lexer": "1.*",
2017-07-27 20:23:41 -04:00
"php": "~5.6|~7.0"
2014-12-29 19:58:48 +00:00
},
"require-dev": {
2017-07-27 20:23:41 -04:00
"phpunit/phpunit": "^5.4.6"
2014-12-29 19:58:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-07-27 20:23:41 -04:00
"dev-master": "2.7.x-dev"
2014-12-29 19:58:48 +00:00
}
},
"autoload": {
2015-12-29 10:48:08 +00:00
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
2014-12-29 19:58:48 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
2015-04-03 17:07:06 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
2014-12-29 19:58:48 +00:00
{
"name": "Johannes Schmitt",
2015-04-03 17:07:06 +01:00
"email": "schmittjoh@gmail.com"
2014-12-29 19:58:48 +00:00
}
],
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"collections",
"eventmanager",
"persistence",
"spl"
],
2017-07-27 20:23:41 -04:00
"time": "2017-01-13T14:02:13+00:00"
2014-12-29 19:58:48 +00:00
},
{
"name": "doctrine/dbal",
2017-07-27 20:23:41 -04:00
"version": "v2.5.12",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2017-07-27 20:23:41 -04:00
"reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2017-07-27 20:23:41 -04:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
"reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
2017-07-27 20:23:41 -04:00
"doctrine/common": ">=2.4,<2.8-dev",
"php": ">=5.3.2"
2014-12-29 19:58:48 +00:00
},
"require-dev": {
2017-07-27 20:23:41 -04:00
"phpunit/phpunit": "4.*",
2016-09-12 18:15:16 +01:00
"symfony/console": "2.*||^3.0"
2014-12-29 19:58:48 +00:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
2017-07-27 20:23:41 -04:00
"dev-master": "2.5.x-dev"
2014-12-29 19:58:48 +00:00
}
},
"autoload": {
"psr-0": {
"Doctrine\\DBAL\\": "lib/"
}
},
"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"
}
],
"description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"persistence",
"queryobject"
],
2017-07-27 20:23:41 -04:00
"time": "2017-02-08T12:53:47+00:00"
2014-12-29 19:58:48 +00:00
},
{
"name": "doctrine/inflector",
2017-07-27 20:23:41 -04:00
"version": "v1.1.0",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2017-07-27 20:23:41 -04:00
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2017-07-27 20:23:41 -04:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
2017-07-27 20:23:41 -04:00
"php": ">=5.3.2"
2014-12-29 19:58:48 +00:00
},
"require-dev": {
2017-07-27 20:23:41 -04:00
"phpunit/phpunit": "4.*"
2014-12-29 19:58:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-07-27 20:23:41 -04:00
"dev-master": "1.1.x-dev"
2014-12-29 19:58:48 +00:00
}
},
"autoload": {
2017-07-27 20:23:41 -04:00
"psr-0": {
"Doctrine\\Common\\Inflector\\": "lib/"
2014-12-29 19:58:48 +00:00
}
},
"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"
],
2017-07-27 20:23:41 -04:00
"time": "2015-11-06T14:35:42+00:00"
2014-12-29 19:58:48 +00:00
},
{
"name": "doctrine/lexer",
2015-01-04 23:56:28 +00:00
"version": "v1.0.1",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2015-01-04 23:56:28 +00:00
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2015-01-04 23:56:28 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
2015-01-04 23:56:28 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2014-12-29 19:58:48 +00:00
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2015-01-04 23:56:28 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2014-12-29 19:58:48 +00:00
{
"name": "Johannes Schmitt",
2015-01-04 23:56:28 +00:00
"email": "schmittjoh@gmail.com"
2014-12-29 19:58:48 +00:00
}
],
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"lexer",
"parser"
],
2017-01-12 18:09:52 +00:00
"time": "2014-09-09T13:34:57+00:00"
2014-12-29 19:58:48 +00:00
},
2017-01-30 14:54:19 +00:00
{
"name": "erusev/parsedown",
2017-07-17 20:57:40 +01:00
"version": "1.6.3",
2017-01-30 14:54:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2017-07-17 20:57:40 +01:00
"reference": "728952b90a333b5c6f77f06ea9422b94b585878d"
2017-01-30 14:54:19 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/728952b90a333b5c6f77f06ea9422b94b585878d",
"reference": "728952b90a333b5c6f77f06ea9422b94b585878d",
2017-01-30 14:54:19 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
2017-07-17 20:57:40 +01:00
"time": "2017-05-14T14:47:48+00:00"
2017-01-30 14:54:19 +00:00
},
2015-01-16 08:36:29 +00:00
{
"name": "fideloper/proxy",
2017-07-17 20:57:40 +01:00
"version": "3.3.4",
2015-01-16 08:36:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/fideloper/TrustedProxy.git",
2017-07-17 20:57:40 +01:00
"reference": "9cdf6f118af58d89764249bbcc7bb260c132924f"
2015-01-16 08:36:29 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9cdf6f118af58d89764249bbcc7bb260c132924f",
"reference": "9cdf6f118af58d89764249bbcc7bb260c132924f",
2015-01-16 08:36:29 +00:00
"shasum": ""
},
"require": {
2015-03-20 18:30:45 -06:00
"illuminate/contracts": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/http": "~5.0",
2017-06-07 14:22:05 +01:00
"mockery/mockery": "~0.9.3",
"phpunit/phpunit": "^5.7"
2015-01-16 08:36:29 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-25 11:40:44 +00:00
"dev-master": "3.3-dev"
2017-07-17 20:57:40 +01:00
},
"laravel": {
"providers": [
"Fideloper\\Proxy\\TrustedProxyServiceProvider"
]
2015-01-16 08:36:29 +00:00
}
},
"autoload": {
2015-03-20 18:30:45 -06:00
"psr-4": {
"Fideloper\\Proxy\\": "src/"
2015-01-16 08:36:29 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Fidao",
"email": "fideloper@gmail.com"
}
],
"description": "Set trusted proxies for Laravel",
"keywords": [
"load balancing",
"proxy",
"trusted proxy"
],
2017-07-17 20:57:40 +01:00
"time": "2017-06-15T17:19:42+00:00"
2015-01-16 08:36:29 +00:00
},
2014-11-19 16:51:43 +00:00
{
2015-03-20 18:30:45 -06:00
"name": "graham-campbell/binput",
2017-01-02 13:59:18 +00:00
"version": "v3.6.0",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-03-20 18:30:45 -06:00
"url": "https://github.com/GrahamCampbell/Laravel-Binput.git",
2017-01-02 13:59:18 +00:00
"reference": "9b2873184bf77bb6ee478d79d0da21427b70164e"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-01-02 13:59:18 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Binput/zipball/9b2873184bf77bb6ee478d79d0da21427b70164e",
"reference": "9b2873184bf77bb6ee478d79d0da21427b70164e",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-11-14 15:16:15 +00:00
"graham-campbell/security": "^3.5",
2017-01-02 13:59:18 +00:00
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
2015-05-23 07:35:41 +01:00
"php": ">=5.5.9"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
2015-11-14 15:16:15 +00:00
"graham-campbell/testbench": "^3.1",
2015-06-24 20:37:13 +01:00
"mockery/mockery": "^0.9.4",
2015-11-14 15:16:15 +00:00
"phpunit/phpunit": "^4.8|^5.0"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-02 13:59:18 +00:00
"dev-master": "3.6-dev"
2014-11-19 16:51:43 +00:00
}
2015-01-02 12:05:50 +00:00
},
"autoload": {
"psr-4": {
"GrahamCampbell\\Binput\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-01-04 23:56:28 +00:00
"MIT"
2015-01-02 12:05:50 +00:00
],
"authors": [
{
"name": "Graham Campbell",
2015-06-25 14:51:14 +01:00
"email": "graham@alt-three.com"
2015-01-02 12:05:50 +00:00
}
],
2015-03-20 18:30:45 -06:00
"description": "Binput Is An Input Protector For Laravel 5",
2015-01-02 12:05:50 +00:00
"keywords": [
"Binput",
"Graham Campbell",
"GrahamCampbell",
"Laravel Binput",
"Laravel-Binput",
"better",
"better input",
"framework",
"input",
"laravel",
"security"
],
2017-01-12 18:09:52 +00:00
"time": "2017-01-01T13:34:01+00:00"
2015-01-02 12:05:50 +00:00
},
2015-08-06 15:17:30 +01:00
{
"name": "graham-campbell/core",
2017-02-03 22:07:38 +00:00
"version": "v5.3.2",
2015-08-06 15:17:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Core.git",
2017-02-03 22:07:38 +00:00
"reference": "27c0c9a0aa294dd06cfd2c6b15080c47f15bbb47"
2015-08-06 15:17:30 +01:00
},
"dist": {
"type": "zip",
2017-02-03 22:07:38 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Core/zipball/27c0c9a0aa294dd06cfd2c6b15080c47f15bbb47",
"reference": "27c0c9a0aa294dd06cfd2c6b15080c47f15bbb47",
2015-08-06 15:17:30 +01:00
"shasum": ""
},
"require": {
2017-01-02 13:59:18 +00:00
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
2015-08-06 15:17:30 +01:00
"php": ">=5.5.9"
},
"require-dev": {
2015-11-14 15:16:15 +00:00
"graham-campbell/testbench": "^3.1",
2015-08-06 15:17:30 +01:00
"mockery/mockery": "^0.9.4",
2015-11-14 15:16:15 +00:00
"phpunit/phpunit": "^4.8|^5.0"
2015-08-06 15:17:30 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 13:52:54 +00:00
"dev-master": "5.3-dev"
2015-08-06 15:17:30 +01:00
}
},
"autoload": {
"psr-4": {
"GrahamCampbell\\Core\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
}
],
"description": "Core Provides Some Extra Functionality For Laravel 5",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Laravel Core",
"Laravel-Core",
"base",
"core",
"framework",
"laravel",
"starter"
],
2017-02-03 22:07:38 +00:00
"time": "2017-02-03T22:03:48+00:00"
2015-08-06 15:17:30 +01:00
},
2015-03-30 21:44:32 +01:00
{
"name": "graham-campbell/exceptions",
2017-01-30 13:52:54 +00:00
"version": "v9.3.0",
2015-03-30 21:44:32 +01:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Exceptions.git",
2017-01-30 13:52:54 +00:00
"reference": "b2001ce4e992ca473af6f470cddfcf6e0a83430d"
2015-03-30 21:44:32 +01:00
},
"dist": {
"type": "zip",
2017-01-30 13:52:54 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Exceptions/zipball/b2001ce4e992ca473af6f470cddfcf6e0a83430d",
"reference": "b2001ce4e992ca473af6f470cddfcf6e0a83430d",
2015-03-30 21:44:32 +01:00
"shasum": ""
},
"require": {
2017-01-02 13:59:18 +00:00
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
2016-04-27 09:41:33 +01:00
"paragonie/random_compat": "^1.1|^2.0",
2015-05-25 20:06:09 +01:00
"php": ">=5.5.9",
2015-11-14 15:16:15 +00:00
"psr/log": "^1.0",
"symfony/debug": "^2.7|^3.0",
"symfony/http-foundation": "^2.7|^3.0"
2015-03-30 21:44:32 +01:00
},
"require-dev": {
2016-01-18 08:10:46 +00:00
"filp/whoops": "^1.1|^2.0",
2015-11-14 15:16:15 +00:00
"graham-campbell/testbench": "^3.1",
2015-06-24 20:37:13 +01:00
"mockery/mockery": "^0.9.4",
2015-11-14 15:16:15 +00:00
"phpunit/phpunit": "^4.8|^5.0"
2015-03-30 21:44:32 +01:00
},
2015-11-22 20:06:29 +00:00
"suggest": {
"filp/whoops": "Enables use of the debug displayer."
},
2015-03-30 21:44:32 +01:00
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 13:52:54 +00:00
"dev-master": "9.3-dev"
2015-03-30 21:44:32 +01:00
}
},
"autoload": {
"psr-4": {
"GrahamCampbell\\Exceptions\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
2015-06-25 14:51:14 +01:00
"email": "graham@alt-three.com"
2015-03-30 21:44:32 +01:00
}
],
2015-11-22 20:06:29 +00:00
"description": "Provides A Powerful Error Response System For Both Development And Production",
2015-03-30 21:44:32 +01:00
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Laravel Exceptions",
"Laravel-Exceptions",
"error",
"errors",
"exception",
"exceptions",
"framework",
"laravel",
"whoops"
],
2017-01-30 13:52:54 +00:00
"time": "2017-01-21T16:49:20+00:00"
2015-03-30 21:44:32 +01:00
},
2014-12-30 12:49:39 +00:00
{
"name": "graham-campbell/markdown",
2017-03-04 17:34:44 +00:00
"version": "v7.1.0",
2014-12-30 12:49:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Markdown.git",
2017-03-04 17:34:44 +00:00
"reference": "507783993b40f4b118f201e8a8bec9e908b3ab1d"
2014-12-30 12:49:39 +00:00
},
"dist": {
"type": "zip",
2017-03-04 17:34:44 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Markdown/zipball/507783993b40f4b118f201e8a8bec9e908b3ab1d",
"reference": "507783993b40f4b118f201e8a8bec9e908b3ab1d",
2014-12-30 12:49:39 +00:00
"shasum": ""
},
"require": {
2017-03-04 17:34:44 +00:00
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*",
"league/commonmark": "^0.15",
2015-05-23 07:35:41 +01:00
"php": ">=5.5.9"
2014-12-30 12:49:39 +00:00
},
"require-dev": {
2015-11-14 15:16:15 +00:00
"graham-campbell/testbench": "^3.1",
2017-03-04 17:34:44 +00:00
"league/commonmark-extras": "^0.1.2",
2015-06-24 20:37:13 +01:00
"mockery/mockery": "^0.9.4",
2015-11-14 15:16:15 +00:00
"phpunit/phpunit": "^4.8|^5.0"
2014-12-30 12:49:39 +00:00
},
"type": "library",
2015-03-20 18:30:45 -06:00
"extra": {
"branch-alias": {
2017-03-04 17:34:44 +00:00
"dev-master": "7.1-dev"
2015-03-20 18:30:45 -06:00
}
},
2014-12-30 12:49:39 +00:00
"autoload": {
"psr-4": {
"GrahamCampbell\\Markdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-01-04 23:56:28 +00:00
"MIT"
2014-12-30 12:49:39 +00:00
],
"authors": [
{
"name": "Graham Campbell",
2015-06-25 14:51:14 +01:00
"email": "graham@alt-three.com"
2014-12-30 12:49:39 +00:00
}
],
2015-03-20 18:30:45 -06:00
"description": "Markdown Is A CommonMark Wrapper For Laravel 5",
2014-12-30 12:49:39 +00:00
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Laravel Markdown",
"Laravel-Markdown",
2015-03-20 18:30:45 -06:00
"common mark",
"commonmark",
2014-12-30 12:49:39 +00:00
"framework",
"laravel",
2015-03-20 18:30:45 -06:00
"markdown"
2014-12-30 12:49:39 +00:00
],
2017-03-04 17:34:44 +00:00
"time": "2017-01-01T13:30:44+00:00"
2014-12-30 12:49:39 +00:00
},
2015-01-02 12:05:50 +00:00
{
"name": "graham-campbell/security",
2017-01-02 13:59:18 +00:00
"version": "v3.7.0",
2015-01-02 12:05:50 +00:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Security.git",
2017-01-02 13:59:18 +00:00
"reference": "48d92c56581142d776cf2c5a0185a4319c6eb063"
2015-01-02 12:05:50 +00:00
},
"dist": {
"type": "zip",
2017-01-02 13:59:18 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Security/zipball/48d92c56581142d776cf2c5a0185a4319c6eb063",
"reference": "48d92c56581142d776cf2c5a0185a4319c6eb063",
2015-01-02 12:05:50 +00:00
"shasum": ""
},
"require": {
2017-01-02 13:59:18 +00:00
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
2015-05-23 07:35:41 +01:00
"php": ">=5.5.9"
2015-01-02 12:05:50 +00:00
},
"require-dev": {
2015-11-14 15:16:15 +00:00
"graham-campbell/testbench": "^3.1",
"phpunit/phpunit": "^4.8|^5.0"
2015-01-02 12:05:50 +00:00
},
"type": "library",
2015-03-20 18:30:45 -06:00
"extra": {
"branch-alias": {
2017-01-02 13:59:18 +00:00
"dev-master": "3.7-dev"
2015-03-20 18:30:45 -06:00
}
},
2015-01-02 12:05:50 +00:00
"autoload": {
"psr-4": {
"GrahamCampbell\\Security\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-01-04 23:56:28 +00:00
"MIT"
2015-01-02 12:05:50 +00:00
],
"authors": [
{
"name": "Graham Campbell",
2015-06-25 14:51:14 +01:00
"email": "graham@alt-three.com"
2015-01-02 12:05:50 +00:00
}
],
2015-03-20 18:30:45 -06:00
"description": "Security Is A Port Of The Security Class From Codeigniter 3 For Laravel 5",
2015-01-02 12:05:50 +00:00
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Laravel Security",
"Laravel-Security",
"codeigniter",
"framework",
"laravel",
"security"
],
2017-01-12 18:09:52 +00:00
"time": "2017-01-01T13:20:49+00:00"
2015-01-02 12:05:50 +00:00
},
2014-11-24 18:01:11 +00:00
{
"name": "guzzlehttp/guzzle",
2017-06-24 18:52:55 +01:00
"version": "6.3.0",
2014-11-24 18:01:11 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2017-06-24 18:52:55 +01:00
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
2014-11-24 18:01:11 +00:00
},
"dist": {
"type": "zip",
2017-06-24 18:52:55 +01:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
2014-11-24 18:01:11 +00:00
"shasum": ""
},
"require": {
2016-07-18 18:46:43 +01:00
"guzzlehttp/promises": "^1.0",
2017-03-09 19:44:03 +00:00
"guzzlehttp/psr7": "^1.4",
2016-07-18 18:46:43 +01:00
"php": ">=5.5"
2014-11-24 18:01:11 +00:00
},
"require-dev": {
"ext-curl": "*",
2017-06-24 18:52:55 +01:00
"phpunit/phpunit": "^4.0 || ^5.0",
2016-07-18 18:46:43 +01:00
"psr/log": "^1.0"
2014-11-24 18:01:11 +00:00
},
2017-06-24 18:52:55 +01:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2014-11-24 18:01:11 +00:00
"type": "library",
"extra": {
"branch-alias": {
2016-03-24 13:53:48 +00:00
"dev-master": "6.2-dev"
2014-11-24 18:01:11 +00:00
}
},
"autoload": {
2015-05-28 21:37:44 +01:00
"files": [
2015-07-02 17:23:32 +01:00
"src/functions_include.php"
2015-05-28 21:37:44 +01:00
],
2014-11-24 18:01:11 +00:00
"psr-4": {
"GuzzleHttp\\": "src/"
2014-11-27 12:30:06 +00:00
}
2014-11-24 18:01:11 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
2015-05-28 21:37:44 +01:00
"description": "Guzzle is a PHP HTTP client library",
2014-11-24 18:01:11 +00:00
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2017-06-24 18:52:55 +01:00
"time": "2017-06-22T18:50:49+00:00"
2014-11-27 12:30:06 +00:00
},
{
2015-05-28 21:37:44 +01:00
"name": "guzzlehttp/promises",
2016-12-26 12:22:04 +00:00
"version": "v1.3.1",
2014-11-27 12:30:06 +00:00
"source": {
"type": "git",
2015-05-28 21:37:44 +01:00
"url": "https://github.com/guzzle/promises.git",
2016-12-26 12:22:04 +00:00
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2014-11-27 12:30:06 +00:00
},
"dist": {
"type": "zip",
2016-12-26 12:22:04 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2014-11-27 12:30:06 +00:00
"shasum": ""
},
"require": {
2015-05-28 21:37:44 +01:00
"php": ">=5.5.0"
2014-11-27 12:30:06 +00:00
},
"require-dev": {
2016-12-26 12:22:04 +00:00
"phpunit/phpunit": "^4.0"
2014-11-27 12:30:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-12-26 12:22:04 +00:00
"dev-master": "1.4-dev"
2014-11-27 12:30:06 +00:00
}
},
"autoload": {
"psr-4": {
2015-05-28 21:37:44 +01:00
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
2015-08-18 16:17:24 +01:00
"src/functions_include.php"
2015-05-28 21:37:44 +01:00
]
2014-11-27 12:30:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
2015-05-28 21:37:44 +01:00
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2017-01-12 18:09:52 +00:00
"time": "2016-12-20T10:07:11+00:00"
2014-11-24 18:01:11 +00:00
},
{
2015-05-28 21:37:44 +01:00
"name": "guzzlehttp/psr7",
2017-03-25 11:40:44 +00:00
"version": "1.4.2",
2014-11-24 18:01:11 +00:00
"source": {
"type": "git",
2015-05-28 21:37:44 +01:00
"url": "https://github.com/guzzle/psr7.git",
2017-03-25 11:40:44 +00:00
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
2014-11-24 18:01:11 +00:00
},
"dist": {
"type": "zip",
2017-03-25 11:40:44 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2014-11-24 18:01:11 +00:00
"shasum": ""
},
"require": {
2015-05-28 21:37:44 +01:00
"php": ">=5.4.0",
2015-06-24 21:16:45 +01:00
"psr/http-message": "~1.0"
2015-05-28 21:37:44 +01:00
},
"provide": {
"psr/http-message-implementation": "1.0"
2014-11-24 18:01:11 +00:00
},
"require-dev": {
2015-06-24 21:16:45 +01:00
"phpunit/phpunit": "~4.0"
2014-11-24 18:01:11 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-27 15:48:35 +01:00
"dev-master": "1.4-dev"
2014-11-24 18:01:11 +00:00
}
},
"autoload": {
"psr-4": {
2015-05-28 21:37:44 +01:00
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
2015-08-18 16:17:24 +01:00
"src/functions_include.php"
2015-05-28 21:37:44 +01:00
]
2014-11-24 18:01:11 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2017-03-09 19:44:03 +00:00
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
2014-11-24 18:01:11 +00:00
}
],
2017-03-09 19:44:03 +00:00
"description": "PSR-7 message implementation that also provides common utility methods",
2014-11-24 18:01:11 +00:00
"keywords": [
2015-05-28 21:37:44 +01:00
"http",
"message",
2017-03-09 19:44:03 +00:00
"request",
"response",
2015-05-28 21:37:44 +01:00
"stream",
2017-03-09 19:44:03 +00:00
"uri",
"url"
2014-11-24 18:01:11 +00:00
],
2017-03-25 11:40:44 +00:00
"time": "2017-03-20T17:10:46+00:00"
2014-11-24 18:01:11 +00:00
},
2017-03-09 19:44:03 +00:00
{
"name": "jenssegers/date",
2017-07-17 20:57:40 +01:00
"version": "v3.2.12",
2017-03-09 19:44:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/jenssegers/date.git",
2017-07-17 20:57:40 +01:00
"reference": "1db4d580d1d45085a48fd4a332697619b9a3851c"
2017-03-09 19:44:03 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/jenssegers/date/zipball/1db4d580d1d45085a48fd4a332697619b9a3851c",
"reference": "1db4d580d1d45085a48fd4a332697619b9a3851c",
2017-03-09 19:44:03 +00:00
"shasum": ""
},
"require": {
"nesbot/carbon": "^1.0",
"php": ">=5.4",
"symfony/translation": "^2.7|^3.0"
},
"require-dev": {
2017-03-12 11:46:17 +00:00
"phpunit/phpunit": "^4.0|^5.0|^6.0",
2017-03-09 19:44:03 +00:00
"satooshi/php-coveralls": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
2017-07-17 20:57:40 +01:00
},
"laravel": {
"providers": [
"Jenssegers\\Date\\DateServiceProvider"
],
"aliases": {
"Date": "Jenssegers\\Date\\Date"
}
2017-03-09 19:44:03 +00:00
}
},
"autoload": {
"psr-4": {
"Jenssegers\\Date\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jens Segers",
"homepage": "https://jenssegers.com"
}
],
"description": "A date library to help you work with dates in different languages",
"homepage": "https://github.com/jenssegers/date",
"keywords": [
"carbon",
"date",
"datetime",
"i18n",
"laravel",
"time",
"translation"
],
2017-07-17 20:57:40 +01:00
"time": "2017-06-30T11:51:03+00:00"
2017-03-09 19:44:03 +00:00
},
2014-11-19 16:51:43 +00:00
{
"name": "laravel/framework",
2017-07-27 20:23:41 -04:00
"version": "v5.4.28",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2017-07-27 20:23:41 -04:00
"reference": "442511fc62121085d184355e4f964c88942bbecb"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-07-27 20:23:41 -04:00
"url": "https://api.github.com/repos/laravel/framework/zipball/442511fc62121085d184355e4f964c88942bbecb",
"reference": "442511fc62121085d184355e4f964c88942bbecb",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-03-20 18:30:45 -06:00
"doctrine/inflector": "~1.0",
2017-01-30 14:54:19 +00:00
"erusev/parsedown": "~1.6",
2015-03-20 18:30:45 -06:00
"ext-mbstring": "*",
"ext-openssl": "*",
"league/flysystem": "~1.0",
"monolog/monolog": "~1.11",
"mtdowling/cron-expression": "~1.0",
2015-12-24 16:29:55 +00:00
"nesbot/carbon": "~1.20",
2016-10-19 16:42:42 +01:00
"paragonie/random_compat": "~1.4|~2.0",
"php": ">=5.6.4",
"ramsey/uuid": "~3.0",
2017-01-12 18:09:52 +00:00
"swiftmailer/swiftmailer": "~5.4",
2017-01-30 14:54:19 +00:00
"symfony/console": "~3.2",
"symfony/debug": "~3.2",
"symfony/finder": "~3.2",
"symfony/http-foundation": "~3.2",
"symfony/http-kernel": "~3.2",
"symfony/process": "~3.2",
"symfony/routing": "~3.2",
"symfony/var-dumper": "~3.2",
"tijsverkoyen/css-to-inline-styles": "~2.2",
2015-12-30 14:43:22 +00:00
"vlucas/phpdotenv": "~2.2"
2014-11-19 16:51:43 +00:00
},
"replace": {
"illuminate/auth": "self.version",
2015-05-28 21:37:44 +01:00
"illuminate/broadcasting": "self.version",
2015-03-20 18:30:45 -06:00
"illuminate/bus": "self.version",
2014-11-19 16:51:43 +00:00
"illuminate/cache": "self.version",
"illuminate/config": "self.version",
"illuminate/console": "self.version",
"illuminate/container": "self.version",
2015-03-20 18:30:45 -06:00
"illuminate/contracts": "self.version",
2014-11-19 16:51:43 +00:00
"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/hashing": "self.version",
"illuminate/http": "self.version",
"illuminate/log": "self.version",
"illuminate/mail": "self.version",
2016-10-19 16:42:42 +01:00
"illuminate/notifications": "self.version",
2014-11-19 16:51:43 +00:00
"illuminate/pagination": "self.version",
2015-03-20 18:30:45 -06:00
"illuminate/pipeline": "self.version",
2014-11-19 16:51:43 +00:00
"illuminate/queue": "self.version",
"illuminate/redis": "self.version",
"illuminate/routing": "self.version",
"illuminate/session": "self.version",
"illuminate/support": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
2016-08-10 11:16:57 +01:00
"illuminate/view": "self.version",
"tightenco/collect": "self.version"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
2015-06-01 21:53:57 +01:00
"aws/aws-sdk-php": "~3.0",
2017-01-30 14:54:19 +00:00
"doctrine/dbal": "~2.5",
2016-04-18 18:28:49 +01:00
"mockery/mockery": "~0.9.4",
2015-03-20 18:30:45 -06:00
"pda/pheanstalk": "~3.0",
2017-01-30 14:54:19 +00:00
"phpunit/phpunit": "~5.7",
2015-12-24 16:29:55 +00:00
"predis/predis": "~1.0",
2017-01-30 14:54:19 +00:00
"symfony/css-selector": "~3.2",
"symfony/dom-crawler": "~3.2"
2014-11-19 16:51:43 +00:00
},
"suggest": {
2015-06-01 21:53:57 +01:00
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
2017-01-30 14:54:19 +00:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
2015-05-28 21:37:44 +01:00
"fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
2017-01-30 14:54:19 +00:00
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
"laravel/tinker": "Required to use the tinker console command (~1.0).",
2015-06-01 21:53:57 +01:00
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
2015-03-20 18:30:45 -06:00
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
2017-01-30 14:54:19 +00:00
"nexmo/client": "Required to use the Nexmo transport (~1.0).",
2015-03-20 18:30:45 -06:00
"pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
2015-05-28 21:37:44 +01:00
"predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
2015-12-24 16:29:55 +00:00
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
2017-01-30 14:54:19 +00:00
"symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "5.4-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
"files": [
2015-03-20 18:30:45 -06:00
"src/Illuminate/Foundation/helpers.php",
2014-11-19 16:51:43 +00:00
"src/Illuminate/Support/helpers.php"
],
2015-03-20 18:30:45 -06:00
"psr-4": {
"Illuminate\\": "src/Illuminate/"
2014-11-19 16:51:43 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
2016-10-19 16:42:42 +01:00
"email": "taylor@laravel.com"
2014-11-19 16:51:43 +00:00
}
],
"description": "The Laravel Framework.",
2016-10-19 16:42:42 +01:00
"homepage": "https://laravel.com",
2014-11-19 16:51:43 +00:00
"keywords": [
"framework",
"laravel"
],
2017-07-27 20:23:41 -04:00
"time": "2017-06-30T13:43:07+00:00"
2014-11-19 16:51:43 +00:00
},
2016-12-29 14:01:09 +00:00
{
"name": "lcobucci/jwt",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "ddce703826f9c5229781933b1a39069e38e6a0f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/ddce703826f9c5229781933b1a39069e38e6a0f3",
"reference": "ddce703826f9c5229781933b1a39069e38e6a0f3",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"php": ">=5.5"
},
"require-dev": {
"mdanter/ecc": "~0.3.1",
"mikey179/vfsstream": "~1.5",
"phpmd/phpmd": "~2.2",
"phpunit/php-invoker": "~1.1",
"phpunit/phpunit": "~4.5",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"mdanter/ecc": "Required to use Elliptic Curves based algorithms."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Otávio Cobucci Oblonczyk",
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
2017-01-12 18:09:52 +00:00
"time": "2016-10-31T20:09:32+00:00"
2016-12-29 14:01:09 +00:00
},
2014-11-24 18:01:11 +00:00
{
2015-03-20 18:30:45 -06:00
"name": "league/commonmark",
2017-06-07 14:22:05 +01:00
"version": "0.15.4",
2014-11-24 18:01:11 +00:00
"source": {
"type": "git",
2015-03-20 18:30:45 -06:00
"url": "https://github.com/thephpleague/commonmark.git",
2017-06-07 14:22:05 +01:00
"reference": "c4c8e6bf99e62d9568875d9fc3ef473fe3e18e0c"
2014-11-24 18:01:11 +00:00
},
"dist": {
"type": "zip",
2017-06-07 14:22:05 +01:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c4c8e6bf99e62d9568875d9fc3ef473fe3e18e0c",
"reference": "c4c8e6bf99e62d9568875d9fc3ef473fe3e18e0c",
2014-11-24 18:01:11 +00:00
"shasum": ""
},
"require": {
2015-03-20 18:30:45 -06:00
"ext-mbstring": "*",
2015-05-08 11:07:17 +01:00
"php": ">=5.4.8"
2015-03-20 18:30:45 -06:00
},
"replace": {
"colinodell/commonmark-php": "*"
},
"require-dev": {
2016-05-25 10:31:05 +01:00
"cebe/markdown": "~1.0",
2015-03-20 18:30:45 -06:00
"erusev/parsedown": "~1.0",
2017-03-04 17:34:44 +00:00
"jgm/commonmark": "0.27",
2015-03-20 18:30:45 -06:00
"michelf/php-markdown": "~1.4",
2016-03-13 11:02:36 +00:00
"mikehaertl/php-shellcommand": "~1.2.0",
2015-11-05 16:06:48 +00:00
"phpunit/phpunit": "~4.3|~5.0",
2016-03-13 11:02:36 +00:00
"scrutinizer/ocular": "~1.1",
"symfony/finder": "~2.3|~3.0"
2015-03-20 18:30:45 -06:00
},
2016-01-18 08:10:46 +00:00
"suggest": {
"league/commonmark-extras": "Library of useful extensions including smart punctuation"
},
2015-10-07 14:29:53 +01:00
"bin": [
"bin/commonmark"
],
2015-03-20 18:30:45 -06:00
"type": "library",
"extra": {
"branch-alias": {
2017-03-04 17:34:44 +00:00
"dev-master": "0.16-dev"
2015-03-20 18:30:45 -06:00
}
},
"autoload": {
"psr-4": {
"League\\CommonMark\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
2016-04-02 09:49:40 +01:00
"homepage": "https://www.colinodell.com",
2015-03-20 18:30:45 -06:00
"role": "Lead Developer"
}
],
"description": "Markdown parser for PHP based on the CommonMark spec",
"homepage": "https://github.com/thephpleague/commonmark",
"keywords": [
"commonmark",
"markdown",
"parser"
],
2017-06-07 14:22:05 +01:00
"time": "2017-05-09T12:47:53+00:00"
2015-03-20 18:30:45 -06:00
},
{
"name": "league/flysystem",
2017-05-02 08:12:54 +01:00
"version": "1.0.40",
2015-03-20 18:30:45 -06:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2017-05-02 08:12:54 +01:00
"reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61"
2015-03-20 18:30:45 -06:00
},
"dist": {
"type": "zip",
2017-05-02 08:12:54 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3828f0b24e2c1918bb362d57a53205d6dc8fde61",
"reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61",
2015-03-20 18:30:45 -06:00
"shasum": ""
},
"require": {
2016-10-19 16:42:42 +01:00
"php": ">=5.5.9"
2014-11-24 18:01:11 +00:00
},
2015-09-20 18:51:14 +01:00
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
2014-11-24 18:01:11 +00:00
"require-dev": {
2015-03-20 18:30:45 -06:00
"ext-fileinfo": "*",
2014-11-24 18:01:11 +00:00
"mockery/mockery": "~0.9",
2015-07-08 21:59:04 +01:00
"phpspec/phpspec": "^2.2",
2016-07-18 18:46:43 +01:00
"phpunit/phpunit": "~4.8"
2014-11-24 18:01:11 +00:00
},
"suggest": {
2015-03-20 18:30:45 -06:00
"ext-fileinfo": "Required for MimeType",
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-copy": "Allows you to use Copy.com storage",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
2017-04-24 08:05:55 +01:00
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage"
2014-11-24 18:01:11 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-03-20 18:30:45 -06:00
"dev-master": "1.1-dev"
2014-11-24 18:01:11 +00:00
}
},
"autoload": {
"psr-4": {
2015-03-20 18:30:45 -06:00
"League\\Flysystem\\": "src/"
2014-11-24 18:01:11 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-03-20 18:30:45 -06:00
"name": "Frank de Jonge",
"email": "info@frenky.net"
2014-11-24 18:01:11 +00:00
}
],
2015-07-08 21:59:04 +01:00
"description": "Filesystem abstraction: Many filesystems, one API.",
2014-11-24 18:01:11 +00:00
"keywords": [
2015-03-20 18:30:45 -06:00
"Cloud Files",
"WebDAV",
2015-07-08 21:59:04 +01:00
"abstraction",
2015-03-20 18:30:45 -06:00
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
2015-07-08 21:59:04 +01:00
"filesystems",
2015-03-20 18:30:45 -06:00
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
2014-11-24 18:01:11 +00:00
],
2017-05-02 08:12:54 +01:00
"time": "2017-04-28T10:15:08+00:00"
2014-11-24 18:01:11 +00:00
},
2015-01-07 18:48:10 -06:00
{
"name": "mccool/laravel-auto-presenter",
2017-01-30 14:54:19 +00:00
"version": "5.0.0",
2015-01-07 18:48:10 -06:00
"source": {
"type": "git",
2015-05-19 20:29:50 +01:00
"url": "https://github.com/laravel-auto-presenter/laravel-auto-presenter.git",
2017-01-30 14:54:19 +00:00
"reference": "150afe842a973e5c6ad1db9f6878d096d7c5cf1e"
2015-01-07 18:48:10 -06:00
},
"dist": {
"type": "zip",
2017-01-30 14:54:19 +00:00
"url": "https://api.github.com/repos/laravel-auto-presenter/laravel-auto-presenter/zipball/150afe842a973e5c6ad1db9f6878d096d7c5cf1e",
"reference": "150afe842a973e5c6ad1db9f6878d096d7c5cf1e",
2015-01-07 18:48:10 -06:00
"shasum": ""
},
"require": {
2017-01-30 14:54:19 +00:00
"illuminate/container": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/pagination": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*",
2015-10-07 14:43:00 +01:00
"php": ">=5.5.9"
2015-01-07 18:48:10 -06:00
},
"require-dev": {
2015-11-14 15:16:15 +00:00
"graham-campbell/testbench": "^3.1",
2015-10-07 14:43:00 +01:00
"mockery/mockery": "^0.9.4",
2015-11-14 15:16:15 +00:00
"phpunit/phpunit": "^4.8|^5.0"
2015-01-07 18:48:10 -06:00
},
"type": "library",
2015-03-20 18:30:45 -06:00
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "5.0-dev"
2015-03-20 18:30:45 -06:00
}
},
2015-01-07 18:48:10 -06:00
"autoload": {
2015-03-20 18:30:45 -06:00
"psr-4": {
"McCool\\LaravelAutoPresenter\\": "src/"
2015-01-07 18:48:10 -06:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shawn McCool",
"email": "shawn@heybigname.com"
2015-06-01 21:53:57 +01:00
},
{
"name": "Graham Campbell",
2015-06-27 09:58:55 +01:00
"email": "graham@alt-three.com"
2015-01-07 18:48:10 -06:00
}
],
"description": "A system for auto-decorating models with presenter objects.",
"keywords": [
"eloquent",
"laravel",
"lpm",
"presenter"
],
2017-01-30 14:54:19 +00:00
"time": "2017-01-01T12:52:59+00:00"
2015-01-07 18:48:10 -06:00
},
2014-11-19 16:51:43 +00:00
{
"name": "monolog/monolog",
2017-06-19 19:51:45 +01:00
"version": "1.23.0",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2017-06-19 19:51:45 +01:00
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-06-19 19:51:45 +01:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
2016-12-03 18:44:36 +00:00
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
2014-11-19 16:51:43 +00:00
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
2015-10-20 20:36:36 +01:00
"jakub-onderka/php-parallel-lint": "0.9",
2016-04-02 15:28:58 +01:00
"php-amqplib/php-amqplib": "~2.4",
2015-06-19 21:16:04 +01:00
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
2016-07-06 18:32:04 +01:00
"sentry/sentry": "^0.13",
2017-06-19 19:51:45 +01:00
"swiftmailer/swiftmailer": "^5.3|^6.0"
2014-11-19 16:51:43 +00:00
},
"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",
2016-03-08 08:56:25 +00:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2016-04-02 15:28:58 +01:00
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2015-06-19 21:16:04 +01:00
"php-console/php-console": "Allow sending log messages to Google Chrome",
2014-11-19 16:51:43 +00:00
"rollbar/rollbar": "Allow sending log messages to Rollbar",
2016-07-06 18:32:04 +01:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-08 08:56:25 +00:00
"dev-master": "2.0.x-dev"
2014-11-19 16:51:43 +00:00
}
},
"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"
],
2017-06-19 19:51:45 +01:00
"time": "2017-06-19T01:22:40+00:00"
2014-11-19 16:51:43 +00:00
},
{
2015-03-20 18:30:45 -06:00
"name": "mtdowling/cron-expression",
2017-01-30 13:52:54 +00:00
"version": "v1.2.0",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-03-20 18:30:45 -06:00
"url": "https://github.com/mtdowling/cron-expression.git",
2017-01-30 13:52:54 +00:00
"reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-01-30 13:52:54 +00:00
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
"reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-03-20 18:30:45 -06:00
"php": ">=5.3.2"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
2016-01-29 22:29:06 +00:00
"phpunit/phpunit": "~4.0|~5.0"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"autoload": {
2017-01-30 13:52:54 +00:00
"psr-4": {
"Cron\\": "src/Cron/"
2014-11-19 16:51:43 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-03-20 18:30:45 -06:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2014-11-19 16:51:43 +00:00
}
],
2015-03-20 18:30:45 -06:00
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
2014-11-19 16:51:43 +00:00
"keywords": [
2015-03-20 18:30:45 -06:00
"cron",
"schedule"
2014-11-19 16:51:43 +00:00
],
2017-01-30 13:52:54 +00:00
"time": "2017-01-23T04:29:33+00:00"
2014-11-19 16:51:43 +00:00
},
2016-06-11 00:45:26 +01:00
{
"name": "mtdowling/jmespath.php",
2016-12-04 17:26:35 +00:00
"version": "2.4.0",
2016-06-11 00:45:26 +01:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
2016-12-04 17:26:35 +00:00
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
2016-06-11 00:45:26 +01:00
},
"dist": {
"type": "zip",
2016-12-04 17:26:35 +00:00
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
2016-06-11 00:45:26 +01:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"JmesPath\\": "src/"
},
"files": [
"src/JmesPath.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
2017-01-12 18:09:52 +00:00
"time": "2016-12-03T22:08:25+00:00"
2016-06-11 00:45:26 +01:00
},
2014-11-19 16:51:43 +00:00
{
2015-03-20 18:30:45 -06:00
"name": "nesbot/carbon",
2017-01-18 19:19:26 +00:00
"version": "1.22.1",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-03-20 18:30:45 -06:00
"url": "https://github.com/briannesbitt/Carbon.git",
2017-01-18 19:19:26 +00:00
"reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-01-18 19:19:26 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
"reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-05-28 21:37:44 +01:00
"php": ">=5.3.0",
2017-01-15 19:19:53 +00:00
"symfony/translation": "~2.6 || ~3.0"
2014-11-19 16:51:43 +00:00
},
2015-03-20 18:30:45 -06:00
"require-dev": {
2017-01-15 19:19:53 +00:00
"friendsofphp/php-cs-fixer": "~2",
"phpunit/phpunit": "~4.0 || ~5.0"
2014-11-19 16:51:43 +00:00
},
"type": "library",
2017-01-15 19:19:53 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.23-dev"
}
},
2014-11-19 16:51:43 +00:00
"autoload": {
2015-11-05 16:06:48 +00:00
"psr-4": {
"Carbon\\": "src/Carbon/"
2014-11-19 16:51:43 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-03-20 18:30:45 -06:00
"MIT"
2014-11-19 16:51:43 +00:00
],
"authors": [
{
2015-03-20 18:30:45 -06:00
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
2014-11-19 16:51:43 +00:00
}
],
2015-03-20 18:30:45 -06:00
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
2014-11-19 16:51:43 +00:00
"keywords": [
2015-03-20 18:30:45 -06:00
"date",
"datetime",
"time"
2014-11-19 16:51:43 +00:00
],
2017-01-18 19:19:26 +00:00
"time": "2017-01-16T07:55:07+00:00"
2014-11-19 16:51:43 +00:00
},
2016-12-29 14:01:09 +00:00
{
"name": "nexmo/client",
2017-04-24 08:05:55 +01:00
"version": "0.4.0",
2016-12-29 14:01:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/Nexmo/nexmo-php.git",
2017-04-24 08:05:55 +01:00
"reference": "1941107765a99e830d9ac913631b5c3c85e68f8d"
2016-12-29 14:01:09 +00:00
},
"dist": {
"type": "zip",
2017-04-24 08:05:55 +01:00
"url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/1941107765a99e830d9ac913631b5c3c85e68f8d",
"reference": "1941107765a99e830d9ac913631b5c3c85e68f8d",
2016-12-29 14:01:09 +00:00
"shasum": ""
},
"require": {
"lcobucci/jwt": "^3.2",
"php": ">=5.4",
"php-http/client-implementation": "^1.0",
"php-http/guzzle6-adapter": "^1.0",
"zendframework/zend-diactoros": "^1.3"
},
"require-dev": {
2017-04-24 08:05:55 +01:00
"estahn/phpunit-json-assertions": "@stable",
2016-12-29 14:01:09 +00:00
"php-http/mock-client": "^0.3.0",
"phpunit/phpunit": "^5.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Nexmo\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tim Lytle",
"email": "tim@nexmo.com",
"homepage": "http://twitter.com/tjlytle",
"role": "Developer"
}
],
"description": "PHP Client for using Nexmo's API.",
2017-04-24 08:05:55 +01:00
"time": "2017-04-04T23:27:54+00:00"
2016-12-29 14:01:09 +00:00
},
2015-10-20 20:36:36 +01:00
{
"name": "paragonie/random_compat",
2017-03-17 20:49:04 +00:00
"version": "v2.0.10",
2015-10-20 20:36:36 +01:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2017-03-17 20:49:04 +00:00
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
2015-10-20 20:36:36 +01:00
},
"dist": {
"type": "zip",
2017-03-17 20:49:04 +00:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
2015-10-20 20:36:36 +01:00
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
2015-11-12 15:27:50 +00:00
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
},
2015-10-20 20:36:36 +01:00
"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"
],
2017-03-17 20:49:04 +00:00
"time": "2017-03-13T16:27:32+00:00"
2015-10-20 20:36:36 +01:00
},
2016-12-29 14:01:09 +00:00
{
"name": "php-http/guzzle6-adapter",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-http/guzzle6-adapter.git",
"reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
"reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"php": ">=5.5.0",
"php-http/httplug": "^1.0"
},
"provide": {
"php-http/async-client-implementation": "1.0",
"php-http/client-implementation": "1.0"
},
"require-dev": {
"ext-curl": "*",
"php-http/adapter-integration-tests": "^0.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Adapter\\Guzzle6\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
},
{
"name": "David de Boer",
"email": "david@ddeboer.nl"
}
],
"description": "Guzzle 6 HTTP Adapter",
"homepage": "http://httplug.io",
"keywords": [
"Guzzle",
"http"
],
2017-01-12 18:09:52 +00:00
"time": "2016-05-10T06:13:32+00:00"
2016-12-29 14:01:09 +00:00
},
{
"name": "php-http/httplug",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
"reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
"reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
"shasum": ""
},
"require": {
"php": ">=5.4",
"php-http/promise": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "HTTPlug, the HTTP client abstraction for PHP",
"homepage": "http://httplug.io",
"keywords": [
"client",
"http"
],
2017-01-12 18:09:52 +00:00
"time": "2016-08-31T08:30:17+00:00"
2016-12-29 14:01:09 +00:00
},
{
"name": "php-http/promise",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/promise.git",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
"shasum": ""
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
},
{
"name": "Joel Wurtz",
"email": "joel.wurtz@gmail.com"
}
],
"description": "Promise used for asynchronous HTTP requests",
"homepage": "http://httplug.io",
"keywords": [
"promise"
],
2017-01-12 18:09:52 +00:00
"time": "2016-01-26T13:27:02+00:00"
2016-12-29 14:01:09 +00:00
},
2015-01-09 09:03:07 +00:00
{
"name": "pragmarx/google2fa",
2015-11-08 19:15:54 +00:00
"version": "v0.7.1",
2015-01-09 09:03:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/antonioribeiro/google2fa.git",
2015-11-08 19:15:54 +00:00
"reference": "908678ba9b26cf8ecd7ddca6bfd86afc5b4874df"
2015-01-09 09:03:07 +00:00
},
"dist": {
"type": "zip",
2015-11-08 19:15:54 +00:00
"url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/908678ba9b26cf8ecd7ddca6bfd86afc5b4874df",
"reference": "908678ba9b26cf8ecd7ddca6bfd86afc5b4874df",
2015-01-09 09:03:07 +00:00
"shasum": ""
},
"require": {
2015-11-08 19:15:54 +00:00
"christian-riesen/base32": "~1.0",
"php": ">=5.3.7",
"simplesoftwareio/simple-qrcode": "1.3.*"
2015-01-09 09:03:07 +00:00
},
"require-dev": {
2015-11-08 19:15:54 +00:00
"phpspec/phpspec": "~2.1"
2015-01-09 09:03:07 +00:00
},
"type": "library",
"extra": {
"component": "package",
"frameworks": [
"Laravel"
]
},
"autoload": {
"psr-4": {
"PragmaRX\\Google2FA\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-05-28 21:37:44 +01:00
"BSD-3-Clause"
2015-01-09 09:03:07 +00:00
],
"authors": [
{
"name": "Antonio Carlos Ribeiro",
"email": "acr@antoniocarlosribeiro.com",
"role": "Creator & Designer"
}
],
"description": "A One Time Password Authentication package, compatible with Google Authenticator.",
"keywords": [
"Authentication",
"Two Factor Authentication",
"google2fa",
"laravel"
],
2017-01-12 18:09:52 +00:00
"time": "2015-11-07T13:57:42+00:00"
2015-05-28 21:37:44 +01:00
},
2016-08-23 13:12:33 +01:00
{
"name": "predis/predis",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/nrk/predis.git",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"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-4": {
"Predis\\": "src/"
}
},
"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 Redis client for PHP and HHVM",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
2017-01-12 18:09:52 +00:00
"time": "2016-06-16T16:22:20+00:00"
2016-08-23 13:12:33 +01:00
},
2015-05-28 21:37:44 +01:00
{
"name": "psr/http-message",
2016-08-07 22:01:00 +01:00
"version": "1.0.1",
2015-05-28 21:37:44 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
2016-08-07 22:01:00 +01:00
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2015-05-28 21:37:44 +01:00
},
"dist": {
"type": "zip",
2016-08-07 22:01:00 +01:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2015-05-28 21:37:44 +01:00
"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",
2016-08-07 22:01:00 +01:00
"homepage": "https://github.com/php-fig/http-message",
2015-05-28 21:37:44 +01:00
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2017-01-12 18:09:52 +00:00
"time": "2016-08-06T14:39:51+00:00"
2015-01-09 09:03:07 +00:00
},
2014-11-19 16:51:43 +00:00
{
"name": "psr/log",
2016-10-11 19:32:45 +01:00
"version": "1.0.2",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2016-10-11 19:32:45 +01:00
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2016-10-11 19:32:45 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2015-03-20 18:30:45 -06:00
"shasum": ""
2015-01-23 17:24:34 +00:00
},
2016-10-02 11:29:12 +01:00
"require": {
"php": ">=5.3.0"
},
2015-01-23 17:24:34 +00:00
"type": "library",
2016-10-02 11:29:12 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2015-01-23 17:24:34 +00:00
"autoload": {
2016-10-02 11:29:12 +01:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
2015-03-20 18:30:45 -06:00
}
2015-01-23 17:24:34 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-03-20 18:30:45 -06:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2015-01-23 17:24:34 +00:00
}
],
2015-03-20 18:30:45 -06:00
"description": "Common interface for logging libraries",
2016-10-02 11:29:12 +01:00
"homepage": "https://github.com/php-fig/log",
2015-01-23 17:24:34 +00:00
"keywords": [
2015-03-20 18:30:45 -06:00
"log",
"psr",
"psr-3"
2015-01-23 17:24:34 +00:00
],
2017-01-12 18:09:52 +00:00
"time": "2016-10-10T12:19:37+00:00"
2015-01-23 17:24:34 +00:00
},
2016-10-19 16:42:42 +01:00
{
"name": "ramsey/uuid",
2017-04-24 08:05:55 +01:00
"version": "3.6.1",
2016-10-19 16:42:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2017-04-24 08:05:55 +01:00
"reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"
2016-10-19 16:42:42 +01:00
},
"dist": {
"type": "zip",
2017-04-24 08:05:55 +01:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
"reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
2016-10-19 16:42:42 +01:00
"shasum": ""
},
"require": {
"paragonie/random_compat": "^1.0|^2.0",
2017-03-25 11:40:44 +00:00
"php": "^5.4 || ^7.0"
2016-10-19 16:42:42 +01:00
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
"apigen/apigen": "^4.1",
2017-04-24 08:05:55 +01:00
"codeception/aspect-mock": "^1.0 | ^2.0",
2016-11-25 19:59:04 +00:00
"doctrine/annotations": "~1.2.0",
2017-04-24 08:05:55 +01:00
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
2016-10-19 16:42:42 +01:00
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"mockery/mockery": "^0.9.4",
"moontoast/math": "^1.1",
2016-11-25 19:59:04 +00:00
"php-mock/php-mock-phpunit": "^0.3|^1.1",
2016-10-19 16:42:42 +01:00
"phpunit/phpunit": "^4.7|>=5.0 <5.4",
"satooshi/php-coveralls": "^0.6.1",
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
},
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ 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"
],
2017-04-24 08:05:55 +01:00
"time": "2017-03-26T20:37:53+00:00"
2016-10-19 16:42:42 +01:00
},
2014-11-19 16:51:43 +00:00
{
2015-03-20 18:30:45 -06:00
"name": "roumen/feed",
2017-03-26 11:48:08 +01:00
"version": "v2.10.5",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-03-20 18:30:45 -06:00
"url": "https://github.com/RoumenDamianoff/laravel-feed.git",
2017-03-26 11:48:08 +01:00
"reference": "ffbdb58f2ef41c7cb5d3bcd0aec2273e8eabc58b"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-03-26 11:48:08 +01:00
"url": "https://api.github.com/repos/RoumenDamianoff/laravel-feed/zipball/ffbdb58f2ef41c7cb5d3bcd0aec2273e8eabc58b",
"reference": "ffbdb58f2ef41c7cb5d3bcd0aec2273e8eabc58b",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2016-02-09 19:51:07 +00:00
"illuminate/support": "^5.0",
2015-06-12 22:56:59 +01:00
"php": ">=5.5.9"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
2016-02-09 19:51:07 +00:00
"orchestra/testbench": "^3.0",
"phpunit/phpunit": "^4.8"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"autoload": {
"psr-0": {
2015-03-20 18:30:45 -06:00
"Roumen\\Feed": "src/"
2014-11-19 16:51:43 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-03-20 18:30:45 -06:00
"name": "Roumen Damianoff",
2017-03-26 11:48:08 +01:00
"email": "roumen@crimsson.com",
2015-03-20 18:30:45 -06:00
"homepage": "https://roumen.it",
"role": "Developer"
2014-11-19 16:51:43 +00:00
}
],
2015-03-20 18:30:45 -06:00
"description": "A simple feed generator for Laravel.",
"homepage": "https://roumen.it/projects/laravel-feed",
"keywords": [
2015-06-12 22:56:59 +01:00
"atom",
2015-03-20 18:30:45 -06:00
"feed",
2015-06-12 22:56:59 +01:00
"generator",
"laravel",
"rss"
2015-03-20 18:30:45 -06:00
],
2017-03-26 11:48:08 +01:00
"time": "2017-03-22T17:31:36+00:00"
2015-03-20 18:34:05 -06:00
},
2015-11-08 19:15:54 +00:00
{
"name": "simplesoftwareio/simple-qrcode",
2016-02-04 21:27:13 +00:00
"version": "1.3.3",
2015-11-08 19:15:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/SimpleSoftwareIO/simple-qrcode.git",
2016-02-04 21:27:13 +00:00
"reference": "17c5e45c79c40f717d4bc08cf5e568f29ebf9333"
2015-11-08 19:15:54 +00:00
},
"dist": {
"type": "zip",
2016-02-04 21:27:13 +00:00
"url": "https://api.github.com/repos/SimpleSoftwareIO/simple-qrcode/zipball/17c5e45c79c40f717d4bc08cf5e568f29ebf9333",
"reference": "17c5e45c79c40f717d4bc08cf5e568f29ebf9333",
2015-11-08 19:15:54 +00:00
"shasum": ""
},
"require": {
"bacon/bacon-qr-code": "1.0.*",
"ext-gd": "*",
"illuminate/support": ">=4.2.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.7.*"
},
"type": "library",
"autoload": {
"psr-0": {
"SimpleSoftwareIO\\QrCode\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Simple Software LLC",
"email": "support@simplesoftware.io"
}
],
"description": "Simple QrCode is a QR code generator made for Laravel.",
"homepage": "http://www.simplesoftware.io",
"keywords": [
"Simple",
"generator",
"laravel",
"qrcode",
"wrapper"
],
2017-01-12 18:09:52 +00:00
"time": "2016-01-31T02:09:25+00:00"
2015-11-08 19:15:54 +00:00
},
2014-11-19 16:51:43 +00:00
{
2015-03-20 18:30:45 -06:00
"name": "swiftmailer/swiftmailer",
2017-06-07 14:22:05 +01:00
"version": "v5.4.8",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-03-20 18:30:45 -06:00
"url": "https://github.com/swiftmailer/swiftmailer.git",
2017-06-07 14:22:05 +01:00
"reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-06-07 14:22:05 +01:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
"reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2017-01-02 13:59:18 +00:00
"mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.2"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-03-20 18:30:45 -06:00
"dev-master": "5.4-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
2015-03-20 18:30:45 -06:00
"files": [
"lib/swift_required.php"
]
2014-11-19 16:51:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2017-01-30 14:54:19 +00:00
{
"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": "2017-05-01T15:54:03+00:00"
},
{
"name": "symfony/console",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2017-01-30 14:54:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2017-07-17 20:57:40 +01:00
"reference": "a97e45d98c59510f085fa05225a1acb74dfe0546"
2017-01-30 14:54:19 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/a97e45d98c59510f085fa05225a1acb74dfe0546",
"reference": "a97e45d98c59510f085fa05225a1acb74dfe0546",
2017-01-30 14:54:19 +00:00
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/debug": "~2.8|~3.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.3"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.3",
"symfony/dependency-injection": "~3.3",
"symfony/event-dispatcher": "~2.8|~3.0",
"symfony/filesystem": "~2.8|~3.0",
"symfony/http-kernel": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/filesystem": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-11-19 16:51:43 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-01-30 14:54:19 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-19 16:51:43 +00:00
}
],
2017-01-30 14:54:19 +00:00
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2017-07-17 20:57:40 +01:00
"time": "2017-07-03T13:19:36+00:00"
2014-11-19 16:51:43 +00:00
},
{
2017-01-30 14:54:19 +00:00
"name": "symfony/css-selector",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2017-01-30 14:54:19 +00:00
"url": "https://github.com/symfony/css-selector.git",
"reference": "4d882dced7b995d5274293039370148e291808f2"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-01-30 14:54:19 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2",
"reference": "4d882dced7b995d5274293039370148e291808f2",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2017-01-30 14:54:19 +00:00
"php": ">=5.5.9"
2015-03-20 18:30:45 -06:00
},
2014-11-19 16:51:43 +00:00
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "3.3-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
2015-05-28 21:37:44 +01:00
"psr-4": {
2017-01-30 14:54:19 +00:00
"Symfony\\Component\\CssSelector\\": ""
2015-11-24 19:55:06 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2014-11-19 16:51:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2017-01-30 14:54:19 +00:00
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
2014-11-19 16:51:43 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-19 16:51:43 +00:00
}
],
2017-01-30 14:54:19 +00:00
"description": "Symfony CssSelector Component",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2017-01-30 14:54:19 +00:00
"time": "2017-05-01T15:01:29+00:00"
2014-11-19 16:51:43 +00:00
},
{
"name": "symfony/debug",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-10-01 20:38:42 +01:00
"url": "https://github.com/symfony/debug.git",
2017-07-17 20:57:40 +01:00
"reference": "63b85a968486d95ff9542228dc2e4247f16f9743"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743",
"reference": "63b85a968486d95ff9542228dc2e4247f16f9743",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-12-24 16:29:55 +00:00
"php": ">=5.5.9",
2015-03-20 18:30:45 -06:00
"psr/log": "~1.0"
2014-11-19 16:51:43 +00:00
},
2015-02-03 17:08:52 +00:00
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
},
2014-11-19 16:51:43 +00:00
"require-dev": {
2015-12-24 16:29:55 +00:00
"symfony/http-kernel": "~2.8|~3.0"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "3.3-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
2015-05-28 21:37:44 +01:00
"psr-4": {
2014-11-19 16:51:43 +00:00
"Symfony\\Component\\Debug\\": ""
2015-11-24 19:55:06 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2014-11-19 16:51:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-19 16:51:43 +00:00
}
],
"description": "Symfony Debug Component",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2017-07-17 20:57:40 +01:00
"time": "2017-07-05T13:02:37+00:00"
2015-05-28 21:37:44 +01:00
},
{
2015-12-24 16:29:55 +00:00
"name": "symfony/event-dispatcher",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2015-05-28 21:37:44 +01:00
"source": {
"type": "git",
2015-12-24 16:29:55 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
2017-07-17 20:57:40 +01:00
"reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
2015-05-28 21:37:44 +01:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
"reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
2015-05-28 21:37:44 +01:00
"shasum": ""
},
"require": {
2015-12-24 16:29:55 +00:00
"php": ">=5.5.9"
2015-05-28 21:37:44 +01:00
},
2017-06-07 14:22:05 +01:00
"conflict": {
"symfony/dependency-injection": "<3.3"
},
2015-05-28 21:37:44 +01:00
"require-dev": {
2015-12-24 16:29:55 +00:00
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0",
2017-06-07 14:22:05 +01:00
"symfony/dependency-injection": "~3.3",
2015-12-24 16:29:55 +00:00
"symfony/expression-language": "~2.8|~3.0",
"symfony/stopwatch": "~2.8|~3.0"
2015-05-28 21:37:44 +01:00
},
"suggest": {
2015-12-24 16:29:55 +00:00
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2015-05-28 21:37:44 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-06-07 14:22:05 +01:00
"dev-master": "3.3-dev"
2015-05-28 21:37:44 +01:00
}
},
"autoload": {
"psr-4": {
2015-12-24 16:29:55 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
2015-11-24 19:55:06 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-05-28 21:37:44 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-24 16:29:55 +00:00
"description": "Symfony EventDispatcher Component",
2015-05-28 21:37:44 +01:00
"homepage": "https://symfony.com",
2017-07-17 20:57:40 +01:00
"time": "2017-06-09T14:53:08+00:00"
2014-11-19 16:51:43 +00:00
},
{
2015-12-24 16:29:55 +00:00
"name": "symfony/finder",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-12-24 16:29:55 +00:00
"url": "https://github.com/symfony/finder.git",
2017-01-30 14:54:19 +00:00
"reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-01-30 14:54:19 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
"reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-12-24 16:29:55 +00:00
"php": ">=5.5.9"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "3.3-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
2015-06-01 21:53:57 +01:00
"psr-4": {
2015-12-24 16:29:55 +00:00
"Symfony\\Component\\Finder\\": ""
2015-11-24 19:55:06 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2014-11-19 16:51:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-19 16:51:43 +00:00
}
],
2015-12-24 16:29:55 +00:00
"description": "Symfony Finder Component",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2017-01-30 14:54:19 +00:00
"time": "2017-06-01T21:01:25+00:00"
2014-11-19 16:51:43 +00:00
},
{
2015-12-24 16:29:55 +00:00
"name": "symfony/http-foundation",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-12-24 16:29:55 +00:00
"url": "https://github.com/symfony/http-foundation.git",
2017-07-17 20:57:40 +01:00
"reference": "e307abe4b79ccbbfdced9b91c132fd128f456bc5"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e307abe4b79ccbbfdced9b91c132fd128f456bc5",
"reference": "e307abe4b79ccbbfdced9b91c132fd128f456bc5",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2016-04-02 09:49:40 +01:00
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.1"
2015-12-24 16:29:55 +00:00
},
"require-dev": {
"symfony/expression-language": "~2.8|~3.0"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "3.3-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
2015-05-28 21:37:44 +01:00
"psr-4": {
2015-12-24 16:29:55 +00:00
"Symfony\\Component\\HttpFoundation\\": ""
2015-11-24 19:55:06 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2014-11-19 16:51:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-19 16:51:43 +00:00
}
],
2015-12-24 16:29:55 +00:00
"description": "Symfony HttpFoundation Component",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2017-07-17 20:57:40 +01:00
"time": "2017-07-17T14:07:10+00:00"
2014-11-19 16:51:43 +00:00
},
{
2015-12-24 16:29:55 +00:00
"name": "symfony/http-kernel",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-12-24 16:29:55 +00:00
"url": "https://github.com/symfony/http-kernel.git",
2017-07-17 20:57:40 +01:00
"reference": "16ceea64d23abddf58797a782ae96a5242282cd8"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/16ceea64d23abddf58797a782ae96a5242282cd8",
"reference": "16ceea64d23abddf58797a782ae96a5242282cd8",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-12-24 16:29:55 +00:00
"php": ">=5.5.9",
"psr/log": "~1.0",
"symfony/debug": "~2.8|~3.0",
"symfony/event-dispatcher": "~2.8|~3.0",
2017-01-30 14:54:19 +00:00
"symfony/http-foundation": "~3.3"
2015-12-24 16:29:55 +00:00
},
"conflict": {
2017-01-30 14:54:19 +00:00
"symfony/config": "<2.8",
"symfony/dependency-injection": "<3.3",
"symfony/var-dumper": "<3.3",
"twig/twig": "<1.34|<2.4,>=2"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
2017-01-30 14:54:19 +00:00
"psr/cache": "~1.0",
2015-12-24 16:29:55 +00:00
"symfony/browser-kit": "~2.8|~3.0",
"symfony/class-loader": "~2.8|~3.0",
"symfony/config": "~2.8|~3.0",
"symfony/console": "~2.8|~3.0",
"symfony/css-selector": "~2.8|~3.0",
2017-01-30 14:54:19 +00:00
"symfony/dependency-injection": "~3.3",
2015-12-24 16:29:55 +00:00
"symfony/dom-crawler": "~2.8|~3.0",
"symfony/expression-language": "~2.8|~3.0",
"symfony/finder": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0",
"symfony/routing": "~2.8|~3.0",
"symfony/stopwatch": "~2.8|~3.0",
"symfony/templating": "~2.8|~3.0",
"symfony/translation": "~2.8|~3.0",
2017-01-30 14:54:19 +00:00
"symfony/var-dumper": "~3.3"
2015-12-24 16:29:55 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/class-loader": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/finder": "",
"symfony/var-dumper": ""
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "3.3-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
2015-05-28 21:37:44 +01:00
"psr-4": {
2015-12-24 16:29:55 +00:00
"Symfony\\Component\\HttpKernel\\": ""
2014-11-19 16:51:43 +00:00
},
2015-11-24 19:55:06 +00:00
"exclude-from-classmap": [
"/Tests/"
2014-11-19 16:51:43 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-19 16:51:43 +00:00
}
],
2015-12-24 16:29:55 +00:00
"description": "Symfony HttpKernel Component",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2017-07-17 20:57:40 +01:00
"time": "2017-07-17T19:08:23+00:00"
2014-11-19 16:51:43 +00:00
},
{
2015-12-24 16:29:55 +00:00
"name": "symfony/polyfill-mbstring",
2017-06-13 22:40:14 +01:00
"version": "v1.4.0",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-12-24 16:29:55 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2017-06-13 22:40:14 +01:00
"reference": "f29dca382a6485c3cbe6379f0c61230167681937"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-06-13 22:40:14 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
"reference": "f29dca382a6485c3cbe6379f0c61230167681937",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-12-24 16:29:55 +00:00
"php": ">=5.3.3"
2014-11-19 16:51:43 +00:00
},
2015-12-29 10:48:08 +00:00
"suggest": {
"ext-mbstring": "For best performance"
},
2014-11-19 16:51:43 +00:00
"type": "library",
"extra": {
"branch-alias": {
2017-06-13 22:40:14 +01:00
"dev-master": "1.4-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
2015-05-28 21:37:44 +01:00
"psr-4": {
2015-12-24 16:29:55 +00:00
"Symfony\\Polyfill\\Mbstring\\": ""
2015-11-24 19:55:06 +00:00
},
2015-12-24 16:29:55 +00:00
"files": [
"bootstrap.php"
2015-11-24 19:55:06 +00:00
]
2014-11-19 16:51:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-12-24 16:29:55 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-19 16:51:43 +00:00
}
],
2015-12-24 16:29:55 +00:00
"description": "Symfony polyfill for the Mbstring extension",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2015-12-24 16:29:55 +00:00
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2017-06-13 22:40:14 +01:00
"time": "2017-06-09T14:24:12+00:00"
2014-11-19 16:51:43 +00:00
},
{
"name": "symfony/process",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-10-01 20:38:42 +01:00
"url": "https://github.com/symfony/process.git",
2017-07-17 20:57:40 +01:00
"reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
"reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-12-24 16:29:55 +00:00
"php": ">=5.5.9"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "3.3-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
2015-05-28 21:37:44 +01:00
"psr-4": {
2014-11-19 16:51:43 +00:00
"Symfony\\Component\\Process\\": ""
2015-11-24 19:55:06 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2014-11-19 16:51:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-19 16:51:43 +00:00
}
],
"description": "Symfony Process Component",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2017-07-17 20:57:40 +01:00
"time": "2017-07-13T13:05:09+00:00"
2014-11-19 16:51:43 +00:00
},
{
"name": "symfony/routing",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-10-01 20:38:42 +01:00
"url": "https://github.com/symfony/routing.git",
2017-07-17 20:57:40 +01:00
"reference": "dc70bbd0ca7b19259f63cdacc8af370bc32a4728"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/symfony/routing/zipball/dc70bbd0ca7b19259f63cdacc8af370bc32a4728",
"reference": "dc70bbd0ca7b19259f63cdacc8af370bc32a4728",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-12-24 16:29:55 +00:00
"php": ">=5.5.9"
2015-05-28 21:37:44 +01:00
},
"conflict": {
2017-01-30 14:54:19 +00:00
"symfony/config": "<2.8",
"symfony/dependency-injection": "<3.3",
"symfony/yaml": "<3.3"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
"doctrine/annotations": "~1.0",
2015-01-08 17:38:22 +00:00
"doctrine/common": "~2.2",
2014-11-19 16:51:43 +00:00
"psr/log": "~1.0",
2015-12-24 16:29:55 +00:00
"symfony/config": "~2.8|~3.0",
2017-01-30 14:54:19 +00:00
"symfony/dependency-injection": "~3.3",
2015-12-24 16:29:55 +00:00
"symfony/expression-language": "~2.8|~3.0",
"symfony/http-foundation": "~2.8|~3.0",
2017-01-30 14:54:19 +00:00
"symfony/yaml": "~3.3"
2014-11-19 16:51:43 +00:00
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
2015-12-24 16:29:55 +00:00
"symfony/dependency-injection": "For loading routes from a service",
2014-11-19 16:51:43 +00:00
"symfony/expression-language": "For using expression matching",
2016-02-29 20:34:09 +00:00
"symfony/http-foundation": "For using a Symfony Request object",
2014-11-19 16:51:43 +00:00
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "3.3-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
2015-05-28 21:37:44 +01:00
"psr-4": {
2014-11-19 16:51:43 +00:00
"Symfony\\Component\\Routing\\": ""
2015-11-24 19:55:06 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2014-11-19 16:51:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-19 16:51:43 +00:00
}
],
"description": "Symfony Routing Component",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2014-11-19 16:51:43 +00:00
"keywords": [
"router",
"routing",
"uri",
"url"
],
2017-07-17 20:57:40 +01:00
"time": "2017-06-24T09:29:48+00:00"
2014-11-19 16:51:43 +00:00
},
{
"name": "symfony/translation",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
2015-10-01 20:38:42 +01:00
"url": "https://github.com/symfony/translation.git",
2017-07-17 20:57:40 +01:00
"reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
"reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2015-12-24 16:29:55 +00:00
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
2015-05-28 21:37:44 +01:00
},
"conflict": {
2017-01-30 14:54:19 +00:00
"symfony/config": "<2.8",
"symfony/yaml": "<3.3"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
2015-03-20 18:30:45 -06:00
"psr/log": "~1.0",
2015-12-24 16:29:55 +00:00
"symfony/config": "~2.8|~3.0",
2017-01-30 14:54:19 +00:00
"symfony/intl": "^2.8.18|^3.2.5",
"symfony/yaml": "~3.3"
2014-11-19 16:51:43 +00:00
},
"suggest": {
2015-03-20 18:30:45 -06:00
"psr/log": "To use logging capability in translator",
2014-11-19 16:51:43 +00:00
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "3.3-dev"
2014-11-19 16:51:43 +00:00
}
},
"autoload": {
2015-05-28 21:37:44 +01:00
"psr-4": {
2014-11-19 16:51:43 +00:00
"Symfony\\Component\\Translation\\": ""
2015-11-24 19:55:06 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2014-11-19 16:51:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-19 16:51:43 +00:00
}
],
"description": "Symfony Translation Component",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2017-07-17 20:57:40 +01:00
"time": "2017-06-24T16:45:30+00:00"
2014-11-25 11:06:28 +00:00
},
2014-11-27 14:31:33 +00:00
{
2015-03-20 18:30:45 -06:00
"name": "symfony/var-dumper",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2014-11-27 14:31:33 +00:00
"source": {
"type": "git",
2015-03-20 18:30:45 -06:00
"url": "https://github.com/symfony/var-dumper.git",
2017-07-17 20:57:40 +01:00
"reference": "0f32b62d21991700250fed5109b092949007c5b3"
2014-11-27 14:31:33 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/0f32b62d21991700250fed5109b092949007c5b3",
"reference": "0f32b62d21991700250fed5109b092949007c5b3",
2014-11-27 14:31:33 +00:00
"shasum": ""
},
"require": {
2015-12-24 16:29:55 +00:00
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
},
2017-01-30 14:54:19 +00:00
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
2015-12-24 16:29:55 +00:00
"require-dev": {
2017-01-30 14:54:19 +00:00
"ext-iconv": "*",
"twig/twig": "~1.34|~2.4"
2015-03-20 18:30:45 -06:00
},
"suggest": {
2017-01-30 14:54:19 +00:00
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2015-03-20 18:30:45 -06:00
"ext-symfony_debug": ""
2014-11-27 14:31:33 +00:00
},
"type": "library",
2015-03-20 18:30:45 -06:00
"extra": {
"branch-alias": {
2017-01-30 14:54:19 +00:00
"dev-master": "3.3-dev"
2015-03-20 18:30:45 -06:00
}
},
2014-11-27 14:31:33 +00:00
"autoload": {
2015-03-20 18:30:45 -06:00
"files": [
"Resources/functions/dump.php"
],
2015-05-28 21:37:44 +01:00
"psr-4": {
2015-03-20 18:30:45 -06:00
"Symfony\\Component\\VarDumper\\": ""
2015-11-24 19:55:06 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2014-11-27 14:31:33 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2015-03-20 18:30:45 -06:00
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-27 14:31:33 +00:00
}
],
2015-03-20 18:30:45 -06:00
"description": "Symfony mechanism for exploring and dumping PHP variables",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2014-11-27 14:31:33 +00:00
"keywords": [
2015-03-20 18:30:45 -06:00
"debug",
"dump"
],
2017-07-17 20:57:40 +01:00
"time": "2017-07-10T14:18:27+00:00"
2017-01-30 14:54:19 +00:00
},
{
"name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
"reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7",
"symfony/css-selector": "^2.7|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8|5.1.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"time": "2016-09-20T12:50:39+00:00"
2015-03-20 18:30:45 -06:00
},
2015-11-12 14:55:25 +00:00
{
"name": "twig/twig",
2017-07-17 20:57:40 +01:00
"version": "v1.34.4",
2015-11-12 14:55:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2017-07-17 20:57:40 +01:00
"reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee"
2015-11-12 14:55:25 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/f878bab48edb66ad9c6ed626bf817f60c6c096ee",
"reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee",
2015-11-12 14:55:25 +00:00
"shasum": ""
},
"require": {
2017-06-07 14:22:05 +01:00
"php": ">=5.3.3"
2015-11-12 14:55:25 +00:00
},
"require-dev": {
2017-02-27 19:52:41 +00:00
"psr/container": "^1.0",
2015-11-12 14:55:25 +00:00
"symfony/debug": "~2.7",
2017-03-25 11:40:44 +00:00
"symfony/phpunit-bridge": "~3.3@dev"
2015-11-12 14:55:25 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-06-07 14:22:05 +01:00
"dev-master": "1.34-dev"
2015-11-12 14:55:25 +00:00
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
2017-06-07 14:22:05 +01:00
},
"psr-4": {
"Twig\\": "src/"
2015-11-12 14:55:25 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
},
{
"name": "Twig Team",
"homepage": "http://twig.sensiolabs.org/contributors",
"role": "Contributors"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
],
2017-07-17 20:57:40 +01:00
"time": "2017-07-04T13:19:31+00:00"
2015-11-12 14:55:25 +00:00
},
2015-03-20 18:30:45 -06:00
{
"name": "vlucas/phpdotenv",
2016-09-01 20:31:50 +01:00
"version": "v2.4.0",
2015-03-20 18:30:45 -06:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2016-09-01 20:31:50 +01:00
"reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2015-03-20 18:30:45 -06:00
},
"dist": {
"type": "zip",
2016-09-01 20:31:50 +01:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
"reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2015-03-20 18:30:45 -06:00
"shasum": ""
},
"require": {
2015-12-24 16:29:55 +00:00
"php": ">=5.3.9"
2015-03-20 18:30:45 -06:00
},
"require-dev": {
2016-04-23 10:24:21 +01:00
"phpunit/phpunit": "^4.8 || ^5.0"
2015-03-20 18:30:45 -06:00
},
"type": "library",
2015-12-24 16:29:55 +00:00
"extra": {
"branch-alias": {
2016-09-01 20:31:50 +01:00
"dev-master": "2.4-dev"
2015-12-24 16:29:55 +00:00
}
},
2015-03-20 18:30:45 -06:00
"autoload": {
2015-12-24 16:29:55 +00:00
"psr-4": {
"Dotenv\\": "src/"
2015-03-20 18:30:45 -06:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-04-23 10:24:21 +01:00
"BSD-3-Clause-Attribution"
2015-03-20 18:30:45 -06:00
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
2014-11-27 14:31:33 +00:00
],
2017-01-12 18:09:52 +00:00
"time": "2016-09-01T10:05:43+00:00"
2016-12-29 14:01:09 +00:00
},
{
"name": "zendframework/zend-diactoros",
2017-04-24 08:05:55 +01:00
"version": "1.4.0",
2016-12-29 14:01:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
2017-04-24 08:05:55 +01:00
"reference": "b03f285a333f51e58c95cce54109a4a9ed691436"
2016-12-29 14:01:09 +00:00
},
"dist": {
"type": "zip",
2017-04-24 08:05:55 +01:00
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436",
"reference": "b03f285a333f51e58c95cce54109a4a9ed691436",
2016-12-29 14:01:09 +00:00
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0",
"psr/http-message": "~1.0"
},
"provide": {
2017-04-24 08:05:55 +01:00
"psr/http-message-implementation": "1.0"
2016-12-29 14:01:09 +00:00
},
"require-dev": {
2017-04-24 08:05:55 +01:00
"ext-dom": "*",
"ext-libxml": "*",
2016-12-29 14:01:09 +00:00
"phpunit/phpunit": "^4.6 || ^5.5",
2017-01-12 18:09:52 +00:00
"zendframework/zend-coding-standard": "~1.0.0"
2016-12-29 14:01:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-04-24 08:05:55 +01:00
"dev-master": "1.4-dev",
"dev-develop": "1.5-dev"
2016-12-29 14:01:09 +00:00
}
},
"autoload": {
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://github.com/zendframework/zend-diactoros",
"keywords": [
"http",
"psr",
"psr-7"
],
2017-04-24 08:05:55 +01:00
"time": "2017-04-06T16:18:34+00:00"
2014-11-19 16:51:43 +00:00
}
],
2014-11-26 15:38:59 +00:00
"packages-dev": [
2015-12-06 11:04:02 +00:00
{
"name": "alt-three/testbench",
2017-01-02 13:59:18 +00:00
"version": "v1.11.3",
2015-12-06 11:04:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/TestBench.git",
2017-01-02 13:59:18 +00:00
"reference": "41921bae1a2228785fa54dc3b2fa206e484e5f79"
2015-12-06 11:04:02 +00:00
},
"dist": {
"type": "zip",
2017-01-02 13:59:18 +00:00
"url": "https://api.github.com/repos/AltThree/TestBench/zipball/41921bae1a2228785fa54dc3b2fa206e484e5f79",
"reference": "41921bae1a2228785fa54dc3b2fa206e484e5f79",
2015-12-06 11:04:02 +00:00
"shasum": ""
},
"require": {
"graham-campbell/testbench-core": "^1.1",
"php": ">=5.5.9"
},
"require-dev": {
2016-12-15 10:26:19 +00:00
"nikic/php-parser": "^2.0|^3.0",
2015-12-06 11:04:02 +00:00
"phpunit/phpunit": "^4.8|^5.0"
},
2015-12-06 12:02:12 +00:00
"suggest": {
2016-07-24 14:47:29 +01:00
"laravel/framework": "Enables the use of every trait.",
"nikic/php-parser": "Enables the use of the static analyzer."
2015-12-06 12:02:12 +00:00
},
2015-12-06 11:04:02 +00:00
"type": "library",
"extra": {
"branch-alias": {
2016-12-15 10:26:19 +00:00
"dev-master": "1.11-dev"
2015-12-06 11:04:02 +00:00
}
},
"autoload": {
"psr-4": {
"AltThree\\TestBench\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "James Brooks",
"email": "james@alt-three.com"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
},
{
"name": "Joseph Cohen",
"email": "joe@alt-three.com"
}
],
2015-12-06 12:02:12 +00:00
"description": "Provides Some Testing Traits For Apps",
2015-12-06 11:04:02 +00:00
"keywords": [
"Alt Three",
"TestBench",
2015-12-06 12:02:12 +00:00
"app"
2015-12-06 11:04:02 +00:00
],
2017-01-12 18:09:52 +00:00
"time": "2017-01-01T12:36:00+00:00"
2015-12-06 11:04:02 +00:00
},
2017-06-13 22:44:44 +01:00
{
"name": "brianium/habitat",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/brianium/habitat.git",
"reference": "d0979e3bb379cbc78ecb42b3ac171bc2b7e06d96"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brianium/habitat/zipball/d0979e3bb379cbc78ecb42b3ac171bc2b7e06d96",
"reference": "d0979e3bb379cbc78ecb42b3ac171bc2b7e06d96",
"shasum": ""
},
"require-dev": {
"monolog/monolog": ">=1.5.0",
"phpunit/phpunit": ">=3.7.21"
},
"type": "library",
"autoload": {
"psr-0": {
"Habitat": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian",
"email": "scaturrob@gmail.com",
"homepage": "http://brianscaturro.com",
"role": "Lead"
}
],
"description": "A dependable php environment",
"time": "2013-06-08T04:42:29+00:00"
},
{
"name": "brianium/paratest",
"version": "0.15.0",
"source": {
"type": "git",
"url": "https://github.com/brianium/paratest.git",
"reference": "13af4ef6631a2638498de9813bbe0f6493ba84ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brianium/paratest/zipball/13af4ef6631a2638498de9813bbe0f6493ba84ad",
"reference": "13af4ef6631a2638498de9813bbe0f6493ba84ad",
"shasum": ""
},
"require": {
"brianium/habitat": "1.0.0",
"composer/semver": "~1.2",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-simplexml": "*",
"php": ">=5.5.11",
"phpunit/php-timer": ">=1.0.4",
"phpunit/phpunit": "~5.0",
"symfony/console": "~2.3|~3.0",
"symfony/process": "~2.3|~3.0"
},
"bin": [
"bin/paratest"
],
"type": "library",
"autoload": {
"psr-0": {
"ParaTest": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Scaturro",
"email": "scaturrob@gmail.com",
"homepage": "http://brianscaturro.com",
"role": "Lead"
}
],
"description": "Parallel testing for PHP",
"homepage": "https://github.com/brianium/paratest",
"keywords": [
"concurrent",
"parallel",
"phpunit",
"testing"
],
"time": "2017-06-13T19:50:32+00:00"
},
{
"name": "composer/semver",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"time": "2016-08-30T16:08:34+00:00"
},
2014-11-26 15:38:59 +00:00
{
"name": "doctrine/instantiator",
2017-07-27 20:23:41 -04:00
"version": "1.0.5",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2017-07-27 20:23:41 -04:00
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2017-07-27 20:23:41 -04:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2017-07-27 20:23:41 -04:00
"php": ">=5.3,<8.0-DEV"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
2017-07-27 20:23:41 -04:00
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-07-27 20:23:41 -04:00
"dev-master": "1.0.x-dev"
2014-11-26 15:38:59 +00:00
}
},
"autoload": {
2015-06-18 17:04:32 +01:00
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2014-11-26 15:38:59 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
2017-07-27 20:23:41 -04:00
"time": "2015-06-14T21:17:01+00:00"
2017-01-06 19:19:51 +00:00
},
2015-11-22 20:06:29 +00:00
{
"name": "filp/whoops",
2017-06-07 14:22:05 +01:00
"version": "2.1.9",
2015-11-22 20:06:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2017-06-07 14:22:05 +01:00
"reference": "b238974e1c7cc1859b0c16ddc1c02ecb70ecc07f"
2015-11-22 20:06:29 +00:00
},
"dist": {
"type": "zip",
2017-06-07 14:22:05 +01:00
"url": "https://api.github.com/repos/filp/whoops/zipball/b238974e1c7cc1859b0c16ddc1c02ecb70ecc07f",
"reference": "b238974e1c7cc1859b0c16ddc1c02ecb70ecc07f",
2015-11-22 20:06:29 +00:00
"shasum": ""
},
"require": {
2017-03-04 17:34:44 +00:00
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
2015-11-22 20:06:29 +00:00
},
"require-dev": {
2016-01-18 14:14:03 +00:00
"mockery/mockery": "0.9.*",
2016-03-13 11:02:36 +00:00
"phpunit/phpunit": "^4.8 || ^5.0",
2016-10-11 19:32:45 +01:00
"symfony/var-dumper": "^2.6 || ^3.0"
2016-01-18 14:14:03 +00:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
2015-11-22 20:06:29 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-01-18 14:14:03 +00:00
"dev-master": "2.0-dev"
2015-11-22 20:06:29 +00:00
}
},
"autoload": {
2016-01-18 14:14:03 +00:00
"psr-4": {
"Whoops\\": "src/Whoops/"
}
2015-11-22 20:06:29 +00:00
},
"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",
2016-10-11 19:32:45 +01:00
"homepage": "https://filp.github.io/whoops/",
2015-11-22 20:06:29 +00:00
"keywords": [
"error",
"exception",
"handling",
"library",
"whoops",
"zf2"
],
2017-06-07 14:22:05 +01:00
"time": "2017-06-03T18:33:07+00:00"
2015-11-22 20:06:29 +00:00
},
2015-06-01 21:53:57 +01:00
{
"name": "fzaninotto/faker",
2016-04-29 16:54:08 +01:00
"version": "v1.6.0",
2015-06-01 21:53:57 +01:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
2016-04-29 16:54:08 +01:00
"reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
2015-06-01 21:53:57 +01:00
},
"dist": {
"type": "zip",
2016-04-29 16:54:08 +01:00
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
"reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
2015-06-01 21:53:57 +01:00
"shasum": ""
},
"require": {
2016-04-29 16:54:08 +01:00
"php": "^5.3.3|^7.0"
2015-06-01 21:53:57 +01:00
},
"require-dev": {
2016-04-29 16:54:08 +01:00
"ext-intl": "*",
2015-06-01 21:53:57 +01:00
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
2016-04-29 16:54:08 +01:00
"branch-alias": []
2015-06-01 21:53:57 +01:00
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-03-24 13:53:48 +00:00
"name": "François Zaninotto"
2015-06-01 21:53:57 +01:00
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
2017-01-12 18:09:52 +00:00
"time": "2016-04-29T12:21:54+00:00"
2015-06-01 21:53:57 +01:00
},
2015-10-05 14:07:06 +01:00
{
"name": "graham-campbell/testbench-core",
2017-01-02 13:59:18 +00:00
"version": "v1.1.2",
2015-10-05 14:07:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-TestBench-Core.git",
2017-01-02 13:59:18 +00:00
"reference": "9dcc8fe7feb891e4c7ffb85d7bc316de9699cf41"
2015-10-05 14:07:06 +01:00
},
"dist": {
"type": "zip",
2017-01-02 13:59:18 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-TestBench-Core/zipball/9dcc8fe7feb891e4c7ffb85d7bc316de9699cf41",
"reference": "9dcc8fe7feb891e4c7ffb85d7bc316de9699cf41",
2015-10-05 14:07:06 +01:00
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"require-dev": {
2015-11-08 21:18:19 +00:00
"phpunit/phpunit": "^4.8|^5.0"
2015-10-05 14:07:06 +01:00
},
"suggest": {
"illuminate/support": "Required to use the laravel trait.",
"mockery/mockery": "Required to use the mockery trait.",
"phpunit/phpunit": "Required to use the most of the features."
},
"type": "library",
"extra": {
"branch-alias": {
2015-11-08 21:18:19 +00:00
"dev-master": "1.1-dev"
2015-10-05 14:07:06 +01:00
}
},
"autoload": {
"psr-4": {
"GrahamCampbell\\TestBenchCore\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
}
],
"description": "TestBench Core Provides Some Testing Functionality For Laravel 5",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Laravel TestBench Core",
"Laravel-TestBench-Core",
"TestBench",
"framework",
"laravel",
"testbench-core",
"testing"
],
2017-01-12 18:09:52 +00:00
"time": "2017-01-01T13:06:17+00:00"
2015-10-05 14:07:06 +01:00
},
2015-07-14 14:09:32 +01:00
{
"name": "hamcrest/hamcrest-php",
"version": "v1.2.2",
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
"phpunit/php-file-iterator": "1.3.3",
"satooshi/php-coveralls": "dev-master"
},
"type": "library",
"autoload": {
"classmap": [
"hamcrest"
],
"files": [
"hamcrest/Hamcrest.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
2017-01-12 18:09:52 +00:00
"time": "2015-05-11T14:41:42+00:00"
2015-07-14 14:09:32 +01:00
},
2017-06-13 23:00:48 +01:00
{
"name": "laravel/browser-kit-testing",
2017-06-24 18:52:55 +01:00
"version": "v2.0.0",
2017-06-13 23:00:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/browser-kit-testing.git",
2017-06-24 18:52:55 +01:00
"reference": "23f1a7eefcbca0797305b236600aa5426c9528f2"
2017-06-13 23:00:48 +01:00
},
"dist": {
"type": "zip",
2017-06-24 18:52:55 +01:00
"url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/23f1a7eefcbca0797305b236600aa5426c9528f2",
"reference": "23f1a7eefcbca0797305b236600aa5426c9528f2",
2017-06-13 23:00:48 +01:00
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/css-selector": "~3.1",
"symfony/dom-crawler": "~3.1"
},
"type": "library",
"extra": {
"branch-alias": {
2017-06-24 18:52:55 +01:00
"dev-master": "2.0-dev"
2017-06-13 23:00:48 +01:00
}
},
"autoload": {
"psr-4": {
"Laravel\\BrowserKitTesting\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Provides backwards compatibility for BrowserKit testing in Laravel 5.4.",
"keywords": [
"laravel",
"testing"
],
2017-06-24 18:52:55 +01:00
"time": "2017-05-26T12:46:48+00:00"
2017-06-13 23:00:48 +01:00
},
2015-07-14 14:09:32 +01:00
{
"name": "mockery/mockery",
2017-06-28 23:24:09 +01:00
"version": "0.9.9",
2015-07-14 14:09:32 +01:00
"source": {
"type": "git",
2017-06-13 22:40:14 +01:00
"url": "https://github.com/mockery/mockery.git",
2017-06-28 23:24:09 +01:00
"reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
2015-07-14 14:09:32 +01:00
},
"dist": {
"type": "zip",
2017-06-28 23:24:09 +01:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
"reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
2015-07-14 14:09:32 +01:00
"shasum": ""
},
"require": {
"hamcrest/hamcrest-php": "~1.1",
"lib-pcre": ">=7.0",
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.9.x-dev"
}
},
"autoload": {
"psr-0": {
"Mockery": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2016-01-25 09:45:08 +00:00
"name": "Pádraic Brady",
2015-07-14 14:09:32 +01:00
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
},
{
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
"homepage": "http://davedevelopment.co.uk"
}
],
"description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
"homepage": "http://github.com/padraic/mockery",
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
2017-06-28 23:24:09 +01:00
"time": "2017-02-28T12:52:32+00:00"
2015-07-14 14:09:32 +01:00
},
2016-10-19 16:42:42 +01:00
{
"name": "myclabs/deep-copy",
2017-04-24 08:05:55 +01:00
"version": "1.6.1",
2016-10-19 16:42:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2017-04-24 08:05:55 +01:00
"reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
2016-10-19 16:42:42 +01:00
},
"dist": {
"type": "zip",
2017-04-24 08:05:55 +01:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
"reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2016-10-19 16:42:42 +01:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"doctrine/collections": "1.*",
"phpunit/phpunit": "~4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"homepage": "https://github.com/myclabs/DeepCopy",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2017-04-24 08:05:55 +01:00
"time": "2017-04-12T18:52:22+00:00"
2016-10-19 16:42:42 +01:00
},
2017-06-13 23:00:48 +01:00
{
"name": "nikic/php-parser",
2017-06-28 23:06:52 +01:00
"version": "v3.0.6",
2017-06-13 23:00:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2017-06-28 23:06:52 +01:00
"reference": "0808939f81c1347a3c8a82a5925385a08074b0f1"
2017-06-13 23:00:48 +01:00
},
"dist": {
"type": "zip",
2017-06-28 23:06:52 +01:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0808939f81c1347a3c8a82a5925385a08074b0f1",
"reference": "0808939f81c1347a3c8a82a5925385a08074b0f1",
2017-06-13 23:00:48 +01:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2017-06-28 23:06:52 +01:00
"time": "2017-06-28T20:53:48+00:00"
2017-06-13 23:00:48 +01:00
},
2016-06-07 11:07:02 +01:00
{
"name": "phpdocumentor/reflection-common",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2017-01-12 18:09:52 +00:00
"time": "2015-12-27T11:43:31+00:00"
2016-06-07 11:07:02 +01:00
},
2015-07-01 11:26:38 -05:00
{
2015-02-06 14:22:07 +00:00
"name": "phpdocumentor/reflection-docblock",
2017-07-17 20:57:40 +01:00
"version": "3.2.0",
2015-02-06 14:22:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2017-07-17 20:57:40 +01:00
"reference": "46f7e8bb075036c92695b15a1ddb6971c751e585"
2015-02-06 14:22:07 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585",
"reference": "46f7e8bb075036c92695b15a1ddb6971c751e585",
2015-02-06 14:22:07 +00:00
"shasum": ""
},
"require": {
2016-06-07 11:07:02 +01:00
"php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0@dev",
2017-07-17 20:57:40 +01:00
"phpdocumentor/type-resolver": "^0.4.0",
2016-06-07 11:07:02 +01:00
"webmozart/assert": "^1.0"
2015-02-06 14:22:07 +00:00
},
"require-dev": {
2016-06-07 11:07:02 +01:00
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.4"
2015-02-06 14:22:07 +00:00
},
2016-06-07 11:07:02 +01:00
"type": "library",
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2017-07-17 20:57:40 +01:00
"time": "2017-07-15T11:38:20+00:00"
2016-06-07 11:07:02 +01:00
},
{
"name": "phpdocumentor/type-resolver",
2017-07-17 20:57:40 +01:00
"version": "0.4.0",
2016-06-07 11:07:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2017-07-17 20:57:40 +01:00
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2016-06-07 11:07:02 +01:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2016-06-07 11:07:02 +01:00
"shasum": ""
},
"require": {
2017-07-17 20:57:40 +01:00
"php": "^5.5 || ^7.0",
2016-06-07 11:07:02 +01:00
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
2016-06-11 00:19:19 +01:00
"phpunit/phpunit": "^5.2||^4.8.24"
2015-02-06 14:22:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-07 11:07:02 +01:00
"dev-master": "1.0.x-dev"
2015-02-06 14:22:07 +00:00
}
},
"autoload": {
2016-06-07 11:07:02 +01:00
"psr-4": {
"phpDocumentor\\Reflection\\": [
2015-02-06 14:22:07 +00:00
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
2016-06-07 11:07:02 +01:00
"email": "me@mikevanriel.com"
2015-02-06 14:22:07 +00:00
}
],
2017-07-17 20:57:40 +01:00
"time": "2017-07-14T14:27:02+00:00"
2015-02-06 14:22:07 +00:00
},
{
"name": "phpspec/prophecy",
2017-03-04 17:34:44 +00:00
"version": "v1.7.0",
2015-02-06 14:22:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2017-03-04 17:34:44 +00:00
"reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2015-02-06 14:22:07 +00:00
},
"dist": {
"type": "zip",
2017-03-04 17:34:44 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
"reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2015-02-06 14:22:07 +00:00
"shasum": ""
},
"require": {
2015-03-30 21:14:15 +01:00
"doctrine/instantiator": "^1.0.2",
2016-02-17 11:43:52 +00:00
"php": "^5.3|^7.0",
2016-06-07 11:07:02 +01:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2017-03-04 17:34:44 +00:00
"sebastian/comparator": "^1.1|^2.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
2015-02-06 14:22:07 +00:00
},
"require-dev": {
2017-03-04 17:34:44 +00:00
"phpspec/phpspec": "^2.5|^3.2",
2016-11-25 19:59:04 +00:00
"phpunit/phpunit": "^4.8 || ^5.6.5"
2015-02-06 14:22:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-07 11:07:02 +01:00
"dev-master": "1.6.x-dev"
2015-02-06 14:22:07 +00:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
2015-03-30 21:14:15 +01:00
"homepage": "https://github.com/phpspec/prophecy",
2015-02-06 14:22:07 +00:00
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2017-03-04 17:34:44 +00:00
"time": "2017-03-02T20:05:34+00:00"
2015-02-06 14:22:07 +00:00
},
2014-11-26 15:38:59 +00:00
{
"name": "phpunit/php-code-coverage",
2017-04-24 08:05:55 +01:00
"version": "4.0.8",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2017-04-24 08:05:55 +01:00
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2017-04-24 08:05:55 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2017-03-04 17:34:44 +00:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2016-10-19 16:42:42 +01:00
"php": "^5.6 || ^7.0",
2017-03-04 17:34:44 +00:00
"phpunit/php-file-iterator": "^1.3",
"phpunit/php-text-template": "^1.2",
2017-02-27 19:52:41 +00:00
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
2017-03-04 17:34:44 +00:00
"sebastian/code-unit-reverse-lookup": "^1.0",
2016-10-19 16:42:42 +01:00
"sebastian/environment": "^1.3.2 || ^2.0",
2017-03-04 17:34:44 +00:00
"sebastian/version": "^1.0 || ^2.0"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2017-03-04 17:34:44 +00:00
"ext-xdebug": "^2.1.4",
"phpunit/phpunit": "^5.7"
2014-11-26 15:38:59 +00:00
},
"suggest": {
2017-03-04 17:34:44 +00:00
"ext-xdebug": "^2.5.1"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-10-19 16:42:42 +01:00
"dev-master": "4.0.x-dev"
2014-11-26 15:38:59 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2017-04-24 08:05:55 +01:00
"time": "2017-04-02T07:44:40+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "phpunit/php-file-iterator",
2016-12-03 18:44:36 +00:00
"version": "1.4.2",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2016-12-03 18:44:36 +00:00
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2016-12-03 18:44:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
2015-04-03 17:07:06 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
2014-11-26 15:38:59 +00:00
"autoload": {
"classmap": [
2015-04-03 17:07:06 +01:00
"src/"
2014-11-26 15:38:59 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2017-01-12 18:09:52 +00:00
"time": "2016-10-03T07:40:28+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "phpunit/php-text-template",
2015-06-24 19:58:57 +01:00
"version": "1.2.1",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2015-06-24 19:58:57 +01:00
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2015-06-24 19:58:57 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
2015-06-24 19:58:57 +01:00
"src/"
2014-11-26 15:38:59 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2015-06-24 19:58:57 +01:00
"email": "sebastian@phpunit.de",
2014-11-26 15:38:59 +00:00
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2017-01-12 18:09:52 +00:00
"time": "2015-06-21T13:50:34+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "phpunit/php-timer",
2017-02-27 19:52:41 +00:00
"version": "1.0.9",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2017-02-27 19:52:41 +00:00
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2017-02-27 19:52:41 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2017-02-27 19:52:41 +00:00
"php": "^5.3.3 || ^7.0"
2014-11-26 15:38:59 +00:00
},
2016-05-13 00:27:00 +01:00
"require-dev": {
2017-02-27 19:52:41 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2016-05-13 00:27:00 +01:00
},
2014-11-26 15:38:59 +00:00
"type": "library",
2017-02-27 19:52:41 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2014-11-26 15:38:59 +00:00
"autoload": {
"classmap": [
2015-06-13 10:09:20 +01:00
"src/"
2014-11-26 15:38:59 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2017-02-27 19:52:41 +00:00
"time": "2017-02-26T11:10:40+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "phpunit/php-token-stream",
2017-02-27 19:52:41 +00:00
"version": "1.4.11",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2017-02-27 19:52:41 +00:00
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2017-02-27 19:52:41 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"type": "library",
"extra": {
"branch-alias": {
2015-01-27 16:58:04 +00:00
"dev-master": "1.4-dev"
2014-11-26 15:38:59 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2017-02-27 19:52:41 +00:00
"time": "2017-02-27T10:12:30+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "phpunit/phpunit",
2017-06-07 14:22:05 +01:00
"version": "5.7.20",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2017-06-07 14:22:05 +01:00
"reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2017-06-07 14:22:05 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3cb94a5f8c07a03c8b7527ed7468a2926203f58b",
"reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
2016-10-19 16:42:42 +01:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"myclabs/deep-copy": "~1.3",
"php": "^5.6 || ^7.0",
2016-12-15 10:26:19 +00:00
"phpspec/prophecy": "^1.6.2",
2017-01-30 13:52:54 +00:00
"phpunit/php-code-coverage": "^4.0.4",
2015-04-03 17:07:06 +01:00
"phpunit/php-file-iterator": "~1.4",
2014-11-26 15:38:59 +00:00
"phpunit/php-text-template": "~1.2",
2016-10-19 16:42:42 +01:00
"phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "^3.2",
2017-02-06 20:35:48 +00:00
"sebastian/comparator": "^1.2.4",
2017-06-07 14:22:05 +01:00
"sebastian/diff": "^1.4.3",
2016-12-03 18:44:36 +00:00
"sebastian/environment": "^1.3.4 || ^2.0",
2016-11-25 19:59:04 +00:00
"sebastian/exporter": "~2.0",
2017-02-06 20:35:48 +00:00
"sebastian/global-state": "^1.1",
2016-11-25 19:59:04 +00:00
"sebastian/object-enumerator": "~2.0",
2016-10-19 16:42:42 +01:00
"sebastian/resource-operations": "~1.0",
2017-02-19 10:28:30 +00:00
"sebastian/version": "~1.0.3|~2.0",
2015-04-03 17:07:06 +01:00
"symfony/yaml": "~2.1|~3.0"
2014-11-26 15:38:59 +00:00
},
2016-10-19 16:42:42 +01:00
"conflict": {
"phpdocumentor/reflection-docblock": "3.0.2"
},
"require-dev": {
"ext-pdo": "*"
},
2014-11-26 15:38:59 +00:00
"suggest": {
2016-10-19 16:42:42 +01:00
"ext-xdebug": "*",
2014-11-26 15:38:59 +00:00
"phpunit/php-invoker": "~1.1"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2016-12-03 18:44:36 +00:00
"dev-master": "5.7.x-dev"
2014-11-26 15:38:59 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
2014-12-21 11:41:16 +00:00
"homepage": "https://phpunit.de/",
2014-11-26 15:38:59 +00:00
"keywords": [
"phpunit",
"testing",
"xunit"
],
2017-06-07 14:22:05 +01:00
"time": "2017-05-22T07:42:55+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "phpunit/phpunit-mock-objects",
2017-07-17 20:57:40 +01:00
"version": "3.4.4",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2017-07-17 20:57:40 +01:00
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2015-09-02 07:58:12 +01:00
"doctrine/instantiator": "^1.0.2",
2016-10-19 16:42:42 +01:00
"php": "^5.6 || ^7.0",
"phpunit/php-text-template": "^1.2",
2016-11-25 19:59:04 +00:00
"sebastian/exporter": "^1.2 || ^2.0"
2016-10-19 16:42:42 +01:00
},
"conflict": {
"phpunit/phpunit": "<5.4.0"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2016-10-19 16:42:42 +01:00
"phpunit/phpunit": "^5.4"
2014-11-26 15:38:59 +00:00
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2016-10-19 16:42:42 +01:00
"dev-master": "3.2.x-dev"
2014-11-26 15:38:59 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
],
2017-07-17 20:57:40 +01:00
"time": "2017-06-30T09:13:00+00:00"
2016-10-19 16:42:42 +01:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2017-03-04 17:34:44 +00:00
"version": "1.0.1",
2016-10-19 16:42:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2017-03-04 17:34:44 +00:00
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2016-10-19 16:42:42 +01:00
},
"dist": {
"type": "zip",
2017-03-04 17:34:44 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2016-10-19 16:42:42 +01:00
"shasum": ""
},
"require": {
2017-03-04 17:34:44 +00:00
"php": "^5.6 || ^7.0"
2016-10-19 16:42:42 +01:00
},
"require-dev": {
2017-03-04 17:34:44 +00:00
"phpunit/phpunit": "^5.7 || ^6.0"
2016-10-19 16:42:42 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2017-03-04 17:34:44 +00:00
"time": "2017-03-04T06:30:41+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "sebastian/comparator",
2017-01-30 13:52:54 +00:00
"version": "1.2.4",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2017-01-30 13:52:54 +00:00
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2017-01-30 13:52:54 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2015-02-03 17:08:52 +00:00
"sebastian/diff": "~1.2",
2016-11-25 19:59:04 +00:00
"sebastian/exporter": "~1.2 || ~2.0"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2015-02-03 17:08:52 +00:00
"phpunit/phpunit": "~4.4"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-07-26 22:56:29 +01:00
"dev-master": "1.2.x-dev"
2014-11-26 15:38:59 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "http://www.github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
2017-01-30 13:52:54 +00:00
"time": "2017-01-29T09:50:25+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "sebastian/diff",
2017-06-07 14:22:05 +01:00
"version": "1.4.3",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2017-06-07 14:22:05 +01:00
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2017-06-07 14:22:05 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2017-06-07 14:22:05 +01:00
"php": "^5.3.3 || ^7.0"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2017-06-07 14:22:05 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-06 10:38:15 +00:00
"dev-master": "1.4-dev"
2014-11-26 15:38:59 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
2015-12-06 10:38:15 +00:00
"homepage": "https://github.com/sebastianbergmann/diff",
2014-11-26 15:38:59 +00:00
"keywords": [
"diff"
],
2017-06-07 14:22:05 +01:00
"time": "2017-05-22T07:24:03+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "sebastian/environment",
2016-12-03 18:44:36 +00:00
"version": "2.0.0",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2016-12-03 18:44:36 +00:00
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2016-12-03 18:44:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2016-12-03 18:44:36 +00:00
"php": "^5.6 || ^7.0"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2016-12-03 18:44:36 +00:00
"phpunit/phpunit": "^5.0"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-12-03 18:44:36 +00:00
"dev-master": "2.0.x-dev"
2014-11-26 15:38:59 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2017-01-12 18:09:52 +00:00
"time": "2016-11-26T07:53:53+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "sebastian/exporter",
2016-11-25 19:59:04 +00:00
"version": "2.0.0",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2016-11-25 19:59:04 +00:00
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2016-11-25 19:59:04 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2015-01-27 16:58:04 +00:00
"php": ">=5.3.3",
2016-11-25 19:59:04 +00:00
"sebastian/recursion-context": "~2.0"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2016-06-20 13:49:55 +01:00
"ext-mbstring": "*",
2015-01-27 16:58:04 +00:00
"phpunit/phpunit": "~4.4"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-11-25 19:59:04 +00:00
"dev-master": "2.0.x-dev"
2014-11-26 15:38:59 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2017-01-12 18:09:52 +00:00
"time": "2016-11-19T08:54:04+00:00"
2014-11-26 15:38:59 +00:00
},
2014-12-21 11:41:16 +00:00
{
"name": "sebastian/global-state",
2015-10-13 22:33:23 +01:00
"version": "1.1.1",
2014-12-21 11:41:16 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2015-10-13 22:33:23 +01:00
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2014-12-21 11:41:16 +00:00
},
"dist": {
"type": "zip",
2015-10-13 22:33:23 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2014-12-21 11:41:16 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2017-01-12 18:09:52 +00:00
"time": "2015-10-12T03:26:01+00:00"
2014-12-21 11:41:16 +00:00
},
2016-10-19 16:42:42 +01:00
{
"name": "sebastian/object-enumerator",
2017-02-19 10:28:30 +00:00
"version": "2.0.1",
2016-10-19 16:42:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2017-02-19 10:28:30 +00:00
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2016-10-19 16:42:42 +01:00
},
"dist": {
"type": "zip",
2017-02-19 10:28:30 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2016-10-19 16:42:42 +01:00
"shasum": ""
},
"require": {
"php": ">=5.6",
2016-11-25 19:59:04 +00:00
"sebastian/recursion-context": "~2.0"
2016-10-19 16:42:42 +01:00
},
"require-dev": {
"phpunit/phpunit": "~5"
},
"type": "library",
"extra": {
"branch-alias": {
2016-11-25 19:59:04 +00:00
"dev-master": "2.0.x-dev"
2016-10-19 16:42:42 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2017-02-19 10:28:30 +00:00
"time": "2017-02-18T15:18:39+00:00"
2016-10-19 16:42:42 +01:00
},
2015-01-27 16:58:04 +00:00
{
"name": "sebastian/recursion-context",
2016-11-25 19:59:04 +00:00
"version": "2.0.0",
2015-01-27 16:58:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2016-11-25 19:59:04 +00:00
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2015-01-27 16:58:04 +00:00
},
"dist": {
"type": "zip",
2016-11-25 19:59:04 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2015-01-27 16:58:04 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
2016-11-25 19:59:04 +00:00
"dev-master": "2.0.x-dev"
2015-01-27 16:58:04 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2017-01-12 18:09:52 +00:00
"time": "2016-11-19T07:33:16+00:00"
2015-01-27 16:58:04 +00:00
},
2016-10-19 16:42:42 +01:00
{
"name": "sebastian/resource-operations",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2017-01-12 18:09:52 +00:00
"time": "2015-07-28T20:34:47+00:00"
2016-10-19 16:42:42 +01:00
},
2014-11-26 15:38:59 +00:00
{
"name": "sebastian/version",
2016-12-03 18:44:36 +00:00
"version": "2.0.1",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2016-12-03 18:44:36 +00:00
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2016-12-03 18:44:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
2016-10-19 16:42:42 +01:00
"require": {
"php": ">=5.6"
},
2014-11-26 15:38:59 +00:00
"type": "library",
2016-10-19 16:42:42 +01:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2014-11-26 15:38:59 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2017-01-12 18:09:52 +00:00
"time": "2016-10-03T07:35:21+00:00"
2014-11-26 15:38:59 +00:00
},
2015-12-24 16:29:55 +00:00
{
"name": "symfony/dom-crawler",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2015-12-24 16:29:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2017-06-07 14:22:05 +01:00
"reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1"
2015-12-24 16:29:55 +00:00
},
"dist": {
"type": "zip",
2017-06-07 14:22:05 +01:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1",
"reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1",
2015-12-24 16:29:55 +00:00
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"symfony/css-selector": "~2.8|~3.0"
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
2017-06-07 14:22:05 +01:00
"dev-master": "3.3-dev"
2015-12-24 16:29:55 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"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 DomCrawler Component",
"homepage": "https://symfony.com",
2017-06-07 14:22:05 +01:00
"time": "2017-05-25T23:10:31+00:00"
2015-12-24 16:29:55 +00:00
},
2014-11-26 15:38:59 +00:00
{
"name": "symfony/yaml",
2017-07-17 20:57:40 +01:00
"version": "v3.3.5",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
2015-10-01 20:38:42 +01:00
"url": "https://github.com/symfony/yaml.git",
2017-07-17 20:57:40 +01:00
"reference": "1f93a8d19b8241617f5074a123e282575b821df8"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2017-07-17 20:57:40 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8",
"reference": "1f93a8d19b8241617f5074a123e282575b821df8",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2015-12-02 22:21:45 +00:00
"php": ">=5.5.9"
2014-11-26 15:38:59 +00:00
},
2016-12-03 18:44:36 +00:00
"require-dev": {
"symfony/console": "~2.8|~3.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2014-11-26 15:38:59 +00:00
"type": "library",
"extra": {
"branch-alias": {
2017-06-07 14:22:05 +01:00
"dev-master": "3.3-dev"
2014-11-26 15:38:59 +00:00
}
},
"autoload": {
2015-06-01 21:53:57 +01:00
"psr-4": {
2014-11-26 15:38:59 +00:00
"Symfony\\Component\\Yaml\\": ""
2015-11-24 19:55:06 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2014-11-26 15:38:59 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-19 20:29:50 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-11-26 15:38:59 +00:00
}
],
"description": "Symfony Yaml Component",
2015-05-19 20:29:50 +01:00
"homepage": "https://symfony.com",
2017-07-17 20:57:40 +01:00
"time": "2017-06-15T12:58:50+00:00"
2016-06-07 11:07:02 +01:00
},
2016-08-20 13:51:12 +01:00
{
"name": "tightenco/mailthief",
2017-06-07 14:22:05 +01:00
"version": "v0.3.6",
2016-08-20 13:51:12 +01:00
"source": {
"type": "git",
"url": "https://github.com/tightenco/mailthief.git",
2017-06-07 14:22:05 +01:00
"reference": "fda78fe3dc649ea405378fe77c016d96a1d2eae7"
2016-08-20 13:51:12 +01:00
},
"dist": {
"type": "zip",
2017-06-07 14:22:05 +01:00
"url": "https://api.github.com/repos/tightenco/mailthief/zipball/fda78fe3dc649ea405378fe77c016d96a1d2eae7",
"reference": "fda78fe3dc649ea405378fe77c016d96a1d2eae7",
2016-08-20 13:51:12 +01:00
"shasum": ""
},
"require": {
2016-10-19 16:42:42 +01:00
"illuminate/mail": "^5.0",
"illuminate/view": "^5.0"
2016-08-20 13:51:12 +01:00
},
"require-dev": {
2016-10-19 16:42:42 +01:00
"laravel/framework": "^5.1",
2016-08-20 13:51:12 +01:00
"mockery/mockery": "^0.9.5",
2016-10-19 16:42:42 +01:00
"phpunit/phpunit": "^5.5"
2016-08-20 13:51:12 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"MailThief\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adam Wathan",
"email": "adam.wathan@gmail.com"
}
],
"description": "A fake Mailer for Laravel applications that takes the pain out of testing mail.",
2017-06-07 14:22:05 +01:00
"time": "2017-05-16T15:04:00+00:00"
2017-01-06 19:19:51 +00:00
},
2016-06-07 11:07:02 +01:00
{
"name": "webmozart/assert",
2016-11-25 19:59:04 +00:00
"version": "1.2.0",
2016-06-07 11:07:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2016-11-25 19:59:04 +00:00
"reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2016-06-07 11:07:02 +01:00
},
"dist": {
"type": "zip",
2016-11-25 19:59:04 +00:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
"reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2016-06-07 11:07:02 +01:00
"shasum": ""
},
"require": {
2016-11-25 19:59:04 +00:00
"php": "^5.3.3 || ^7.0"
2016-06-07 11:07:02 +01:00
},
"require-dev": {
2016-08-10 11:16:57 +01:00
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
2016-06-07 11:07:02 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-11-25 19:59:04 +00:00
"dev-master": "1.3-dev"
2016-06-07 11:07:02 +01:00
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2017-01-12 18:09:52 +00:00
"time": "2016-11-23T20:04:58+00:00"
2014-11-26 15:38:59 +00:00
}
],
2016-06-03 17:20:14 +01:00
"aliases": [],
2017-06-13 23:00:48 +01:00
"minimum-stability": "dev",
2016-12-29 14:01:09 +00:00
"stability-flags": {
2017-06-28 23:24:09 +01:00
"backup-manager/laravel": 20,
2016-12-29 14:01:09 +00:00
"nexmo/client": 10
},
2015-05-23 10:48:10 +01:00
"prefer-stable": true,
2015-01-02 08:20:04 +00:00
"prefer-lowest": false,
2014-12-30 10:33:06 +00:00
"platform": {
2016-10-19 16:42:42 +01:00
"php": ">=5.6.4",
2016-08-05 07:51:25 +01:00
"ext-xml": "*"
2014-12-30 10:33:06 +00:00
},
2017-06-28 23:06:52 +01:00
"platform-dev": {
"ext-sqlite3": "*"
}
2014-11-19 16:51:43 +00:00
}