2014-11-19 16:51:43 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-10-15 11:20:42 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2014-11-19 16:51:43 +00:00
"This file is @generated automatically"
],
2018-12-30 03:08:41 +00:00
"content-hash": "12d855b337f541613b905d498637b782",
2014-11-19 16:51:43 +00:00
"packages": [
2016-02-01 17:14:38 +00:00
{
"name": "alt-three/badger",
2018-10-15 11:20:42 +01:00
"version": "v5.1.0",
2016-02-01 17:14:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/Badger.git",
2018-10-15 11:20:42 +01:00
"reference": "885d70fca53d6c77a875cfe26cb45d3a89fa09d2"
2016-02-01 17:14:38 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/AltThree/Badger/zipball/885d70fca53d6c77a875cfe26cb45d3a89fa09d2",
"reference": "885d70fca53d6c77a875cfe26cb45d3a89fa09d2",
2016-02-01 17:14:38 +00:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2016-02-01 17:14:38 +00:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.1",
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.5|^7.0"
2016-02-01 17:14:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "5.1-dev"
2018-06-17 00:23:59 +01:00
},
"laravel": {
"providers": [
"AltThree\\Badger\\BadgerServiceProvider"
]
2016-02-01 17:14:38 +00:00
}
},
"autoload": {
"psr-4": {
"AltThree\\Badger\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-06-17 00:23:59 +01:00
"name": "Alt Three",
"email": "support@alt-three.com"
2016-02-01 17:14:38 +00:00
}
],
"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"
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-29T10:43:08+00:00"
2016-02-01 17:14:38 +00:00
},
2015-12-24 16:29:55 +00:00
{
"name": "alt-three/bus",
2018-10-15 11:20:42 +01:00
"version": "v4.1.0",
2015-12-24 16:29:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/Bus.git",
2018-10-15 11:20:42 +01:00
"reference": "4ba1e8bd9b9a9b757e57b511182b72677b5fbd89"
2015-12-24 16:29:55 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/AltThree/Bus/zipball/4ba1e8bd9b9a9b757e57b511182b72677b5fbd89",
"reference": "4ba1e8bd9b9a9b757e57b511182b72677b5fbd89",
2015-12-24 16:29:55 +00:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"illuminate/bus": "5.5.*|5.6.*|5.7.*",
"illuminate/container": "5.5.*|5.6.*|5.7.*",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/pipeline": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2015-12-24 16:29:55 +00:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.1",
2018-06-17 00:23:59 +01:00
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.5|^7.0"
2015-12-24 16:29:55 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "4.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": [
{
2018-06-17 00:23:59 +01:00
"name": "Alt Three",
"email": "support@alt-three.com"
2015-12-24 16:29:55 +00:00
}
],
2018-06-17 00:23:59 +01:00
"description": "An improved command bus for Laravel 5",
2015-12-24 16:29:55 +00:00
"keywords": [
"Alt Three",
"bus",
"command",
"command bus",
"job"
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-29T10:43:20+00:00"
2015-12-24 16:29:55 +00:00
},
2015-07-25 16:06:30 +01:00
{
"name": "alt-three/emoji",
2018-12-28 16:43:38 +00:00
"version": "v7.0.0",
2015-07-25 16:06:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/Emoji.git",
2018-12-28 16:43:38 +00:00
"reference": "e0eab12ca83e0ec56908fc066227e7da7f97d7f0"
2015-07-25 16:06:30 +01:00
},
"dist": {
"type": "zip",
2018-12-28 16:43:38 +00:00
"url": "https://api.github.com/repos/AltThree/Emoji/zipball/e0eab12ca83e0ec56908fc066227e7da7f97d7f0",
"reference": "e0eab12ca83e0ec56908fc066227e7da7f97d7f0",
2015-07-25 16:06:30 +01:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"graham-campbell/guzzle-factory": "^3.0",
2018-10-15 11:20:42 +01:00
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"league/commonmark": "^0.18",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2015-07-25 16:06:30 +01:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
"graham-campbell/markdown": "^10.2",
"graham-campbell/testbench": "^5.1",
2018-12-28 16:43:38 +00:00
"mockery/mockery": "^1.0",
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.5|^7.0"
2015-07-25 16:06:30 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-28 16:43:38 +00:00
"dev-master": "7.0-dev"
2018-06-17 00:23:59 +01:00
},
"laravel": {
"providers": [
"AltThree\\Emoji\\EmojiServiceProvider"
]
2015-07-25 16:06:30 +01:00
}
},
"autoload": {
"psr-4": {
"AltThree\\Emoji\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-06-17 00:23:59 +01:00
"name": "Alt Three",
"email": "support@alt-three.com"
2015-07-25 16:06:30 +01:00
}
],
"description": "An Emoji Parser For Laravel 5",
"keywords": [
"Alt Three",
"emoji",
"parser"
],
2018-12-28 16:43:38 +00:00
"time": "2018-12-28T16:34:12+00:00"
2015-07-25 16:06:30 +01:00
},
2017-01-06 19:19:51 +00:00
{
2018-06-17 00:23:59 +01:00
"name": "alt-three/throttle",
2018-10-15 11:20:42 +01:00
"version": "v3.1.0",
2017-01-06 19:19:51 +00:00
"source": {
"type": "git",
2018-06-17 00:23:59 +01:00
"url": "https://github.com/AltThree/Throttle.git",
2018-10-15 11:20:42 +01:00
"reference": "6f85d5dac57ad1092983b64bb59650e9096c9385"
2017-01-06 19:19:51 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/AltThree/Throttle/zipball/6f85d5dac57ad1092983b64bb59650e9096c9385",
"reference": "6f85d5dac57ad1092983b64bb59650e9096c9385",
2017-01-06 19:19:51 +00:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"illuminate/cache": "5.5.*|5.6.*|5.7.*",
"illuminate/http": "5.5.*|5.6.*|5.7.*",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2017-01-06 19:19:51 +00:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.1",
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.5|^7.0"
2017-01-06 19:19:51 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "3.1-dev"
2017-01-06 19:19:51 +00:00
}
},
"autoload": {
"psr-4": {
2018-06-17 00:23:59 +01:00
"AltThree\\Throttle\\": "src/"
2017-01-06 19:19:51 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-06-17 00:23:59 +01:00
"name": "Alt Three",
"email": "support@alt-three.com"
2017-01-06 19:19:51 +00:00
}
],
2018-06-17 00:23:59 +01:00
"description": "A request rate limiter for Laravel 5.2+",
2017-01-06 19:19:51 +00:00
"keywords": [
"Alt Three",
2018-06-17 00:23:59 +01:00
"http",
"rate limit",
"rate limiter",
"throttle"
2017-01-06 19:19:51 +00:00
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-29T10:43:47+00:00"
2017-01-06 19:19:51 +00:00
},
2016-05-28 15:45:38 +01:00
{
2018-06-17 00:23:59 +01:00
"name": "alt-three/twitter",
2018-10-15 11:20:42 +01:00
"version": "v3.1.0",
2016-05-28 15:45:38 +01:00
"source": {
"type": "git",
2018-06-17 00:23:59 +01:00
"url": "https://github.com/AltThree/Twitter.git",
2018-10-15 11:20:42 +01:00
"reference": "6f1f33b208118dfadf089c51c3410f62400147f3"
2016-05-28 15:45:38 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/AltThree/Twitter/zipball/6f1f33b208118dfadf089c51c3410f62400147f3",
"reference": "6f1f33b208118dfadf089c51c3410f62400147f3",
2016-05-28 15:45:38 +01:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"league/commonmark": "^0.18",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2016-05-28 15:45:38 +01:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
"graham-campbell/markdown": "^10.2",
"graham-campbell/testbench": "^5.1",
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.5|^7.0"
2016-05-28 15:45:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "3.1-dev"
2018-06-17 00:23:59 +01:00
},
"laravel": {
"providers": [
"AltThree\\Twitter\\TwitterServiceProvider"
]
2016-05-28 15:45:38 +01:00
}
},
"autoload": {
"psr-4": {
2018-06-17 00:23:59 +01:00
"AltThree\\Twitter\\": "src/"
2016-05-28 15:45:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-06-17 00:23:59 +01:00
"name": "Alt Three",
"email": "support@alt-three.com"
2016-05-28 15:45:38 +01:00
}
],
2018-06-17 00:23:59 +01:00
"description": "A Twitter handle parser for Laravel 5",
2016-05-28 15:45:38 +01:00
"keywords": [
"Alt Three",
2018-06-17 00:23:59 +01:00
"markdown",
"parser",
"twitter"
2016-05-28 15:45:38 +01:00
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-29T10:43:36+00:00"
2016-05-28 15:45:38 +01:00
},
2017-03-04 17:34:44 +00:00
{
2018-06-17 00:23:59 +01:00
"name": "alt-three/validator",
2018-10-15 11:20:42 +01:00
"version": "v4.1.0",
2017-03-04 17:34:44 +00:00
"source": {
"type": "git",
2018-06-17 00:23:59 +01:00
"url": "https://github.com/AltThree/Validator.git",
2018-10-15 11:20:42 +01:00
"reference": "08790e15af3464d9e9a3c759eab1138774c68b82"
2017-03-04 17:34:44 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/AltThree/Validator/zipball/08790e15af3464d9e9a3c759eab1138774c68b82",
"reference": "08790e15af3464d9e9a3c759eab1138774c68b82",
2017-03-04 17:34:44 +00:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3",
"psr/log": "^1.0"
2017-03-04 17:34:44 +00:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.5|^7.0"
2017-03-04 17:34:44 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "4.1-dev"
2017-03-04 17:34:44 +00:00
}
},
"autoload": {
"psr-4": {
2018-06-17 00:23:59 +01:00
"AltThree\\Validator\\": "src/"
2017-03-04 17:34:44 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-06-17 00:23:59 +01:00
"name": "Alt Three",
"email": "support@alt-three.com"
2017-03-04 17:34:44 +00:00
}
],
2018-06-17 00:23:59 +01:00
"description": "A Validation Wrapper For Laravel 5",
2017-03-04 17:34:44 +00:00
"keywords": [
"Alt Three",
2018-06-17 00:23:59 +01:00
"logging",
"validator"
2017-03-04 17:34:44 +00:00
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-29T10:43:41+00:00"
2017-03-04 17:34:44 +00:00
},
2015-08-03 22:32:36 +01:00
{
2018-06-17 00:23:59 +01:00
"name": "asm89/stack-cors",
"version": "1.2.0",
2015-08-03 22:32:36 +01:00
"source": {
"type": "git",
2018-06-17 00:23:59 +01:00
"url": "https://github.com/asm89/stack-cors.git",
"reference": "c163e2b614550aedcf71165db2473d936abbced6"
2015-08-03 22:32:36 +01:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
"reference": "c163e2b614550aedcf71165db2473d936abbced6",
2015-08-03 22:32:36 +01:00
"shasum": ""
},
"require": {
"php": ">=5.5.9",
2018-06-17 00:23:59 +01:00
"symfony/http-foundation": "~2.7|~3.0|~4.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0"
2015-08-03 22:32:36 +01:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^5.0 || ^4.8.10",
"squizlabs/php_codesniffer": "^2.3"
2015-08-03 22:32:36 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "1.2-dev"
2015-08-03 22:32:36 +01:00
}
},
"autoload": {
"psr-4": {
2018-06-17 00:23:59 +01:00
"Asm89\\Stack\\": "src/Asm89/Stack/"
2015-08-03 22:32:36 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-06-17 00:23:59 +01:00
"name": "Alexander",
"email": "iam.asm89@gmail.com"
2015-08-03 22:32:36 +01:00
}
],
2018-06-17 00:23:59 +01:00
"description": "Cross-origin resource sharing library and stack middleware",
"homepage": "https://github.com/asm89/stack-cors",
2015-08-03 22:32:36 +01:00
"keywords": [
2018-06-17 00:23:59 +01:00
"cors",
"stack"
2015-08-03 22:32:36 +01:00
],
2018-06-17 00:23:59 +01:00
"time": "2017-12-20T14:37:45+00:00"
2015-08-03 22:32:36 +01:00
},
2016-06-11 00:45:26 +01:00
{
"name": "aws/aws-sdk-php",
2019-01-21 07:02:56 +00:00
"version": "3.86.2",
2016-06-11 00:45:26 +01:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2019-01-21 07:02:56 +00:00
"reference": "50224232ac7a4e2a6fa4ebbe0281e5b7503acf76"
2016-06-11 00:45:26 +01:00
},
"dist": {
"type": "zip",
2019-01-21 07:02:56 +00:00
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/50224232ac7a4e2a6fa4ebbe0281e5b7503acf76",
"reference": "50224232ac7a4e2a6fa4ebbe0281e5b7503acf76",
2016-06-11 00:45:26 +01:00
"shasum": ""
},
"require": {
2017-08-27 11:29:25 +01:00
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"ext-spl": "*",
2018-11-12 06:55:31 +00:00
"guzzlehttp/guzzle": "^5.3.3|^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-openssl": "*",
2018-10-15 11:20:42 +01:00
"ext-pcntl": "*",
"ext-sockets": "*",
2016-06-11 00:45:26 +01:00
"nette/neon": "^2.3",
2018-01-21 20:53:09 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3",
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",
2018-10-15 11:20:42 +01:00
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
2016-06-11 00:45:26 +01:00
},
"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"
],
2019-01-21 07:02:56 +00:00
"time": "2019-01-18T21:10:44+00:00"
2016-04-29 13:20:17 +01:00
},
2015-11-08 19:15:54 +00:00
{
"name": "bacon/bacon-qr-code",
2017-11-20 21:47:34 +00:00
"version": "1.0.3",
2015-11-08 19:15:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
2017-11-20 21:47:34 +00:00
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
2015-11-08 19:15:54 +00:00
},
"dist": {
"type": "zip",
2017-11-20 21:47:34 +00:00
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
2015-11-08 19:15:54 +00:00
"shasum": ""
},
"require": {
2017-11-20 21:47:34 +00:00
"ext-iconv": "*",
"php": "^5.4|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
2015-11-08 19:15:54 +00:00
},
"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-11-20 21:47:34 +00:00
"time": "2017-10-17T09:59:25+00:00"
2015-11-08 19:15:54 +00:00
},
2015-05-18 22:07:28 +01:00
{
"name": "barryvdh/laravel-cors",
2018-10-15 11:20:42 +01:00
"version": "v0.11.2",
2015-05-18 22:07:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-cors.git",
2018-10-15 11:20:42 +01:00
"reference": "7969a52f52d0d9a04b42565d25ac9994b8c83332"
2015-05-18 22:07:28 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/7969a52f52d0d9a04b42565d25ac9994b8c83332",
"reference": "7969a52f52d0d9a04b42565d25ac9994b8c83332",
2015-05-18 22:07:28 +01:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"asm89/stack-cors": "^1.2",
2018-10-15 11:20:42 +01:00
"illuminate/support": "5.5.x|5.6.x|5.7.x",
"php": ">=7",
2018-06-17 00:23:59 +01:00
"symfony/http-foundation": "^3.1|^4",
"symfony/http-kernel": "^3.1|^4"
2016-02-24 12:32:39 +00:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"laravel/framework": "^5.5",
"orchestra/testbench": "3.3.x|3.4.x|3.5.x|3.6.x|3.7.x",
"phpunit/phpunit": "^4.8|^5.2|^7.0",
2018-06-17 00:23:59 +01:00
"squizlabs/php_codesniffer": "^2.3"
2015-05-18 22:07:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "0.11-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Cors\\ServiceProvider"
]
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"
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-06T13:20:53+00:00"
2015-05-18 22:07:28 +01:00
},
2015-11-08 19:15:54 +00:00
{
"name": "christian-riesen/base32",
2018-11-14 21:27:24 +00:00
"version": "1.3.2",
2015-11-08 19:15:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/ChristianRiesen/base32.git",
2018-11-14 21:27:24 +00:00
"reference": "80ff0e3b2124e61b4b39e2535709452f70bff367"
2015-11-08 19:15:54 +00:00
},
"dist": {
"type": "zip",
2018-11-14 21:27:24 +00:00
"url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/80ff0e3b2124e61b4b39e2535709452f70bff367",
"reference": "80ff0e3b2124e61b4b39e2535709452f70bff367",
2015-11-08 19:15:54 +00:00
"shasum": ""
},
"require": {
2018-11-14 21:27:24 +00:00
"php": ">=5.3"
2015-11-08 19:15:54 +00:00
},
"require-dev": {
2018-11-14 21:27:24 +00:00
"php": ">=5.6",
"phpunit/phpunit": "^5.0",
"satooshi/php-coveralls": "^1.0"
2015-11-08 19:15:54 +00:00
},
"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"
],
2018-11-14 21:27:24 +00:00
"time": "2018-11-02T09:03:50+00:00"
2015-11-08 19:15:54 +00:00
},
2017-12-03 17:34:59 +00:00
{
"name": "danielstjules/stringy",
2018-12-28 00:40:58 +00:00
"version": "3.1.0",
2017-12-03 17:34:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/danielstjules/Stringy.git",
2018-12-28 00:40:58 +00:00
"reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
2017-12-03 17:34:59 +00:00
},
"dist": {
"type": "zip",
2018-12-28 00:40:58 +00:00
"url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
"reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
2017-12-03 17:34:59 +00:00
"shasum": ""
},
"require": {
2018-12-28 00:40:58 +00:00
"php": ">=5.4.0",
2017-12-03 17:34:59 +00:00
"symfony/polyfill-mbstring": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Stringy\\": "src/"
},
"files": [
"src/Create.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel St. Jules",
"email": "danielst.jules@gmail.com",
"homepage": "http://www.danielstjules.com"
}
],
"description": "A string manipulation library with multibyte support",
"homepage": "https://github.com/danielstjules/Stringy",
"keywords": [
"UTF",
"helpers",
"manipulation",
"methods",
"multibyte",
"string",
"utf-8",
"utility",
"utils"
],
2018-12-28 00:40:58 +00:00
"time": "2017-06-12T01:10:27+00:00"
2017-12-03 17:34:59 +00:00
},
2017-09-30 11:29:03 +01:00
{
"name": "dnoegel/php-xdg-base-dir",
"version": "0.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "@stable"
},
"type": "project",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"time": "2014-10-24T07:27:01+00:00"
},
2014-12-29 19:58:48 +00:00
{
"name": "doctrine/cache",
2018-10-15 11:20:42 +01:00
"version": "v1.8.0",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2018-10-15 11:20:42 +01:00
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "~7.1"
2014-12-29 19:58:48 +00:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"alcaeus/mongo-php-adapter": "^1.1",
2018-10-15 11:20:42 +01:00
"doctrine/coding-standard": "^4.0",
2018-06-17 00:23:59 +01:00
"mongodb/mongodb": "^1.1",
2018-10-15 11:20:42 +01:00
"phpunit/phpunit": "^7.0",
2018-06-17 00:23:59 +01:00
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2014-12-29 19:58:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "1.8.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",
2018-10-15 11:20:42 +01:00
"homepage": "https://www.doctrine-project.org",
2014-12-29 19:58:48 +00:00
"keywords": [
"cache",
"caching"
],
2018-10-15 11:20:42 +01:00
"time": "2018-08-21T18:01:43+00:00"
2014-12-29 19:58:48 +00:00
},
{
2018-11-05 06:21:20 +00:00
"name": "doctrine/dbal",
2018-12-31 06:39:46 +00:00
"version": "v2.9.2",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
2018-11-05 06:21:20 +00:00
"url": "https://github.com/doctrine/dbal.git",
2018-12-31 06:39:46 +00:00
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2018-12-31 06:39:46 +00:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
2018-11-05 06:21:20 +00:00
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
2018-06-17 00:23:59 +01:00
"php": "^7.1"
2014-12-29 19:58:48 +00:00
},
2015-04-18 13:59:37 +01:00
"require-dev": {
2018-12-28 16:43:38 +00:00
"doctrine/coding-standard": "^5.0",
2018-11-05 06:21:20 +00:00
"jetbrains/phpstorm-stubs": "^2018.1.2",
"phpstan/phpstan": "^0.10.1",
2018-12-28 16:43:38 +00:00
"phpunit/phpunit": "^7.4",
2018-11-05 06:21:20 +00:00
"symfony/console": "^2.0.5|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
2015-04-18 13:59:37 +01:00
},
2018-11-05 06:21:20 +00:00
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
2014-12-29 19:58:48 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-12-28 16:43:38 +00:00
"dev-master": "2.9.x-dev",
2018-11-05 06:21:20 +00:00
"dev-develop": "3.0.x-dev"
2014-12-29 19:58:48 +00:00
}
},
"autoload": {
2018-12-28 16:43:38 +00:00
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
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-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
}
],
2018-12-28 16:43:38 +00:00
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
2014-12-29 19:58:48 +00:00
"keywords": [
2018-12-28 16:43:38 +00:00
"abstraction",
2018-11-05 06:21:20 +00:00
"database",
"dbal",
2018-12-28 16:43:38 +00:00
"mysql",
2018-11-05 06:21:20 +00:00
"persistence",
2018-12-28 16:43:38 +00:00
"pgsql",
"php",
2018-11-05 06:21:20 +00:00
"queryobject"
2014-12-29 19:58:48 +00:00
],
2018-12-31 06:39:46 +00:00
"time": "2018-12-31T03:27:51+00:00"
2014-12-29 19:58:48 +00:00
},
{
2018-11-05 06:21:20 +00:00
"name": "doctrine/event-manager",
"version": "v1.0.0",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
2018-11-05 06:21:20 +00:00
"url": "https://github.com/doctrine/event-manager.git",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2018-11-05 06:21:20 +00:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
2018-11-05 06:21:20 +00:00
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
2014-12-29 19:58:48 +00:00
},
"require-dev": {
2018-11-05 06:21:20 +00:00
"doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0"
2014-12-29 19:58:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-05 06:21:20 +00:00
"dev-master": "1.0.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
},
{
2018-11-05 06:21:20 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2014-12-29 19:58:48 +00:00
}
],
2018-11-05 06:21:20 +00:00
"description": "Doctrine Event Manager component",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
2014-12-29 19:58:48 +00:00
"keywords": [
2018-11-05 06:21:20 +00:00
"event",
"eventdispatcher",
"eventmanager"
2014-12-29 19:58:48 +00:00
],
2018-11-05 06:21:20 +00:00
"time": "2018-06-11T11:59:03+00:00"
2014-12-29 19:58:48 +00:00
},
{
"name": "doctrine/inflector",
2018-06-17 00:23:59 +01:00
"version": "v1.3.0",
2014-12-29 19:58:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2018-06-17 00:23:59 +01:00
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
2014-12-29 19:58:48 +00:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
2014-12-29 19:58:48 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1"
2014-12-29 19:58:48 +00:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.2"
2014-12-29 19:58:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "1.3.x-dev"
2014-12-29 19:58:48 +00:00
}
},
"autoload": {
2018-06-17 00:23:59 +01:00
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
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"
],
2018-06-17 00:23:59 +01:00
"time": "2018-01-09T20:05:19+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
},
2018-06-17 00:23:59 +01:00
{
"name": "dragonmantank/cron-expression",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2018-06-06T03:12:17+00:00"
},
{
"name": "egulias/email-validator",
2018-12-27 22:17:10 +00:00
"version": "2.1.7",
2018-06-17 00:23:59 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2018-12-27 22:17:10 +00:00
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
2018-06-17 00:23:59 +01:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
2018-06-17 00:23:59 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
"php": ">= 5.5"
},
"require-dev": {
"dominicsayers/isemail": "dev-master",
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
2018-12-27 22:17:10 +00:00
"time": "2018-12-04T22:38:24+00:00"
2018-06-17 00:23:59 +01:00
},
2017-01-30 14:54:19 +00:00
{
"name": "erusev/parsedown",
2018-03-15 13:48:11 +00:00
"version": "1.7.1",
2017-01-30 14:54:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2018-03-15 13:48:11 +00:00
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
2017-01-30 14:54:19 +00:00
},
"dist": {
"type": "zip",
2018-03-15 13:48:11 +00:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
2017-01-30 14:54:19 +00:00
"shasum": ""
},
"require": {
2018-03-15 13:48:11 +00:00
"ext-mbstring": "*",
2017-01-30 14:54:19 +00:00
"php": ">=5.3.0"
},
2017-11-20 21:47:34 +00:00
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
2017-01-30 14:54:19 +00:00
"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"
],
2018-03-15 13:48:11 +00:00
"time": "2018-03-08T01:11:30+00:00"
2017-01-30 14:54:19 +00:00
},
2015-01-16 08:36:29 +00:00
{
"name": "fideloper/proxy",
2019-01-14 07:10:31 +00:00
"version": "4.1.0",
2015-01-16 08:36:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/fideloper/TrustedProxy.git",
2019-01-14 07:10:31 +00:00
"reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb"
2015-01-16 08:36:29 +00:00
},
"dist": {
"type": "zip",
2019-01-14 07:10:31 +00:00
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
"reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
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": {
2018-06-17 00:23:59 +01:00
"illuminate/http": "~5.6",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "^6.0"
2015-01-16 08:36:29 +00:00
},
"type": "library",
"extra": {
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"
],
2019-01-14 07:10:31 +00:00
"time": "2019-01-10T14:06:47+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",
2018-12-30 02:46:15 +00:00
"version": "v6.0.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",
2018-12-30 02:46:15 +00:00
"reference": "0fa8c850860adf5016d251b504024bc03a5cb742"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2018-12-30 02:46:15 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Binput/zipball/0fa8c850860adf5016d251b504024bc03a5cb742",
"reference": "0fa8c850860adf5016d251b504024bc03a5cb742",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-12-30 02:46:15 +00:00
"graham-campbell/security": "^6.0",
2018-10-15 11:20:42 +01:00
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/http": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.1",
2018-06-17 00:23:59 +01:00
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.5|^7.0"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-30 02:46:15 +00:00
"dev-master": "6.0-dev"
2018-06-17 00:23:59 +01:00
},
"laravel": {
"providers": [
"GrahamCampbell\\Binput\\BinputServiceProvider"
]
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"
],
2018-12-30 02:46:15 +00:00
"time": "2018-12-30T02:14:58+00:00"
2015-01-02 12:05:50 +00:00
},
2015-03-30 21:44:32 +01:00
{
"name": "graham-campbell/exceptions",
2018-10-15 11:20:42 +01:00
"version": "v11.1.0",
2015-03-30 21:44:32 +01:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Exceptions.git",
2018-10-15 11:20:42 +01:00
"reference": "e13b615499ccbfb7f9772fe1552dcf099a39c4f3"
2015-03-30 21:44:32 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Exceptions/zipball/e13b615499ccbfb7f9772fe1552dcf099a39c4f3",
"reference": "e13b615499ccbfb7f9772fe1552dcf099a39c4f3",
2015-03-30 21:44:32 +01:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3",
2015-11-14 15:16:15 +00:00
"psr/log": "^1.0",
2018-06-17 00:23:59 +01:00
"symfony/console": "^3.3|^4.0",
"symfony/debug": "^3.3|^4.0",
"symfony/http-foundation": "^3.3|^4.0"
2015-03-30 21:44:32 +01:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"filp/whoops": "^2.1.4",
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.1",
2018-06-17 00:23:59 +01:00
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.5|^7.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": {
2018-10-15 11:20:42 +01:00
"dev-master": "11.1-dev"
2018-06-17 00:23:59 +01:00
},
"laravel": {
"providers": [
"GrahamCampbell\\Exceptions\\ExceptionsServiceProvider"
]
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"
],
2018-10-15 11:20:42 +01:00
"time": "2018-08-23T12:17:59+00:00"
2018-06-17 00:23:59 +01:00
},
{
"name": "graham-campbell/guzzle-factory",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Guzzle-Factory.git",
"reference": "ce3b6e4c6761537e977833e949aa3e4333075a0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Guzzle-Factory/zipball/ce3b6e4c6761537e977833e949aa3e4333075a0d",
"reference": "ce3b6e4c6761537e977833e949aa3e4333075a0d",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.2",
"php": "^7.0"
},
"require-dev": {
"graham-campbell/analyzer": "^2.0",
"phpunit/phpunit": "^6.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"GrahamCampbell\\GuzzleFactory\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
}
],
"description": "Provides A Simple Guzzle Factory With Good Defaults",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Guzzle",
"Guzzle Factory",
"Guzzle-Factory",
"http"
],
"time": "2017-12-27T23:12:00+00:00"
2015-03-30 21:44:32 +01:00
},
2014-12-30 12:49:39 +00:00
{
"name": "graham-campbell/markdown",
2018-10-15 11:20:42 +01:00
"version": "v10.2.0",
2014-12-30 12:49:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Markdown.git",
2018-10-15 11:20:42 +01:00
"reference": "fdb55c7953c85c60f742294a9cd2b3b010bca0b6"
2014-12-30 12:49:39 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Markdown/zipball/fdb55c7953c85c60f742294a9cd2b3b010bca0b6",
"reference": "fdb55c7953c85c60f742294a9cd2b3b010bca0b6",
2014-12-30 12:49:39 +00:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"illuminate/view": "5.5.*|5.6.*|5.7.*",
"league/commonmark": "^0.18",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2014-12-30 12:49:39 +00:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.1",
"league/commonmark-extras": "^0.1.5",
2018-06-17 00:23:59 +01:00
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.5|^7.0"
2014-12-30 12:49:39 +00:00
},
"type": "library",
2015-03-20 18:30:45 -06:00
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "10.2-dev"
2018-06-17 00:23:59 +01:00
},
"laravel": {
"providers": [
"GrahamCampbell\\Markdown\\MarkdownServiceProvider"
]
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
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-29T10:19:14+00:00"
2014-12-30 12:49:39 +00:00
},
2015-01-02 12:05:50 +00:00
{
"name": "graham-campbell/security",
2018-12-30 02:46:15 +00:00
"version": "v6.0.0",
2015-01-02 12:05:50 +00:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Security.git",
2018-12-30 02:46:15 +00:00
"reference": "fa9378a3897feba6da9b75c626ad00aa96c76263"
2015-01-02 12:05:50 +00:00
},
"dist": {
"type": "zip",
2018-12-30 02:46:15 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Security/zipball/fa9378a3897feba6da9b75c626ad00aa96c76263",
"reference": "fa9378a3897feba6da9b75c626ad00aa96c76263",
2015-01-02 12:05:50 +00:00
"shasum": ""
},
"require": {
2018-12-30 02:46:15 +00:00
"graham-campbell/security-core": "^1.0",
2018-10-15 11:20:42 +01:00
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2015-01-02 12:05:50 +00:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.1",
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.5|^7.0"
2015-01-02 12:05:50 +00:00
},
"type": "library",
2015-03-20 18:30:45 -06:00
"extra": {
"branch-alias": {
2018-12-30 02:46:15 +00:00
"dev-master": "6.0-dev"
2018-06-17 00:23:59 +01:00
},
"laravel": {
"providers": [
"GrahamCampbell\\Security\\SecurityServiceProvider"
]
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"
],
2018-12-30 02:46:15 +00:00
"time": "2018-12-30T02:00:46+00:00"
},
{
"name": "graham-campbell/security-core",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Security-Core.git",
"reference": "6873cee667e415d0b429adc807b8e1ee450e0f5f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Security-Core/zipball/6873cee667e415d0b429adc807b8e1ee450e0f5f",
"reference": "6873cee667e415d0b429adc807b8e1ee450e0f5f",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"graham-campbell/analyzer": "^2.1",
"phpunit/phpunit": "^6.5|^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"GrahamCampbell\\SecurityCore\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
}
],
"description": "Security Core Is A Port Of The Security Class From Codeigniter 3 For General Use",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Security Core",
"Security-Core",
"codeigniter",
"framework",
"laravel",
"security"
],
"time": "2018-12-30T01:50:43+00:00"
2015-01-02 12:05:50 +00:00
},
2014-11-24 18:01:11 +00:00
{
"name": "guzzlehttp/guzzle",
2018-05-11 18:23:11 +01:00
"version": "6.3.3",
2014-11-24 18:01:11 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2018-05-11 18:23:11 +01:00
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
2014-11-24 18:01:11 +00:00
},
"dist": {
"type": "zip",
2018-05-11 18:23:11 +01:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
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": "*",
2018-05-11 18:23:11 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.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": {
2018-03-26 20:38:19 +01:00
"dev-master": "6.3-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"
],
2018-05-11 18:23:11 +01:00
"time": "2018-04-22T15:46:56+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",
2018-12-27 22:17:10 +00:00
"version": "1.5.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",
2018-12-27 22:17:10 +00:00
"reference": "9f83dded91781a01c63574e387eaa769be769115"
2014-11-24 18:01:11 +00:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
"reference": "9f83dded91781a01c63574e387eaa769be769115",
2014-11-24 18:01:11 +00:00
"shasum": ""
},
"require": {
2015-05-28 21:37:44 +01:00
"php": ">=5.4.0",
2018-12-27 22:17:10 +00:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5"
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": {
2018-12-27 22:17:10 +00:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2014-11-24 18:01:11 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "1.5-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",
2018-12-27 22:17:10 +00:00
"psr-7",
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
],
2018-12-27 22:17:10 +00:00
"time": "2018-12-04T20:46:45+00:00"
2014-11-24 18:01:11 +00:00
},
2017-12-03 17:34:59 +00:00
{
"name": "intervention/image",
2018-06-14 07:37:38 +01:00
"version": "2.4.2",
2017-12-03 17:34:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2018-06-14 07:37:38 +01:00
"reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
2017-12-03 17:34:59 +00:00
},
"dist": {
"type": "zip",
2018-06-14 07:37:38 +01:00
"url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
"reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
2017-12-03 17:34:59 +00:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"guzzlehttp/psr7": "~1.1",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "^4.8 || ^5.7"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-14 07:37:38 +01:00
"dev-master": "2.4-dev"
2017-12-03 17:34:59 +00:00
},
"laravel": {
"providers": [
"Intervention\\Image\\ImageServiceProvider"
],
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
}
}
},
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src/Intervention/Image"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@olivervogel.com",
"homepage": "http://olivervogel.com/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
"thumbnail",
"watermark"
],
2018-06-14 07:37:38 +01:00
"time": "2018-05-29T14:19:03+00:00"
2017-12-03 17:34:59 +00:00
},
2017-09-30 11:29:03 +01:00
{
"name": "jakub-onderka/php-console-color",
2018-10-15 11:20:42 +01:00
"version": "v0.2",
2017-09-30 11:29:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
2018-10-15 11:20:42 +01:00
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2017-09-30 11:29:03 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2017-09-30 11:29:03 +01:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"php": ">=5.4.0"
2017-09-30 11:29:03 +01:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
2018-10-15 11:20:42 +01:00
"jakub-onderka/php-parallel-lint": "1.0",
2017-09-30 11:29:03 +01:00
"jakub-onderka/php-var-dump-check": "0.*",
2018-10-15 11:20:42 +01:00
"phpunit/phpunit": "~4.3",
2017-09-30 11:29:03 +01:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
2018-10-15 11:20:42 +01:00
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2017-09-30 11:29:03 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
2018-10-15 11:20:42 +01:00
"email": "jakub.onderka@gmail.com"
2017-09-30 11:29:03 +01:00
}
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-29T17:23:10+00:00"
2017-09-30 11:29:03 +01:00
},
{
"name": "jakub-onderka/php-console-highlighter",
2018-10-15 11:20:42 +01:00
"version": "v0.4",
2017-09-30 11:29:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
2018-10-15 11:20:42 +01:00
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
2017-09-30 11:29:03 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
2017-09-30 11:29:03 +01:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"ext-tokenizer": "*",
"jakub-onderka/php-console-color": "~0.2",
"php": ">=5.4.0"
2017-09-30 11:29:03 +01:00
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
2018-10-15 11:20:42 +01:00
"jakub-onderka/php-parallel-lint": "~1.0",
2017-09-30 11:29:03 +01:00
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
2018-10-15 11:20:42 +01:00
"psr-4": {
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
2017-09-30 11:29:03 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
2018-10-15 11:20:42 +01:00
"description": "Highlight PHP code in terminal",
"time": "2018-09-29T18:48:56+00:00"
2017-09-30 11:29:03 +01:00
},
2017-03-09 19:44:03 +00:00
{
"name": "jenssegers/date",
2018-06-14 07:37:38 +01:00
"version": "v3.4.0",
2017-03-09 19:44:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/jenssegers/date.git",
2018-06-14 07:37:38 +01:00
"reference": "3f5f94f28bd5108fab011869434209101d4189ae"
2017-03-09 19:44:03 +00:00
},
"dist": {
"type": "zip",
2018-06-14 07:37:38 +01:00
"url": "https://api.github.com/repos/jenssegers/date/zipball/3f5f94f28bd5108fab011869434209101d4189ae",
"reference": "3f5f94f28bd5108fab011869434209101d4189ae",
2017-03-09 19:44:03 +00:00
"shasum": ""
},
"require": {
"nesbot/carbon": "^1.0",
2018-06-14 07:37:38 +01:00
"php": ">=5.6",
2018-03-15 13:48:11 +00:00
"symfony/translation": "^2.7|^3.0|^4.0"
2017-03-09 19:44:03 +00:00
},
"require-dev": {
2018-06-14 07:37:38 +01:00
"phpunit/phpunit": "^5.0|^6.0|^7.0",
"satooshi/php-coveralls": "^2.0"
2017-03-09 19:44:03 +00:00
},
"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"
],
2018-06-14 07:37:38 +01:00
"time": "2018-05-16T11:53:55+00:00"
2017-03-09 19:44:03 +00:00
},
2014-11-19 16:51:43 +00:00
{
"name": "laravel/framework",
2019-01-21 07:06:07 +00:00
"version": "v5.7.21",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2019-01-21 07:06:07 +00:00
"reference": "25f74458a242b61cc9e9c09d31f94fb13ed805f3"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/laravel/framework/zipball/25f74458a242b61cc9e9c09d31f94fb13ed805f3",
"reference": "25f74458a242b61cc9e9c09d31f94fb13ed805f3",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-12-28 13:05:23 +00:00
"doctrine/inflector": "^1.1",
"dragonmantank/cron-expression": "^2.0",
"erusev/parsedown": "^1.7",
2015-03-20 18:30:45 -06:00
"ext-mbstring": "*",
"ext-openssl": "*",
2018-12-28 13:05:23 +00:00
"laravel/nexmo-notification-channel": "^1.0",
"laravel/slack-notification-channel": "^1.0",
2018-06-17 00:23:59 +01:00
"league/flysystem": "^1.0.8",
2018-12-28 13:05:23 +00:00
"monolog/monolog": "^1.12",
"nesbot/carbon": "^1.26.3",
"opis/closure": "^3.1",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3",
2018-12-28 13:05:23 +00:00
"psr/container": "^1.0",
2018-06-17 00:23:59 +01:00
"psr/simple-cache": "^1.0",
"ramsey/uuid": "^3.7",
2018-12-28 13:05:23 +00:00
"swiftmailer/swiftmailer": "^6.0",
"symfony/console": "^4.1",
"symfony/debug": "^4.1",
"symfony/finder": "^4.1",
"symfony/http-foundation": "^4.1",
"symfony/http-kernel": "^4.1",
"symfony/process": "^4.1",
"symfony/routing": "^4.1",
"symfony/var-dumper": "^4.1",
2018-06-17 00:23:59 +01:00
"tijsverkoyen/css-to-inline-styles": "^2.2.1",
2018-12-28 13:05:23 +00:00
"vlucas/phpdotenv": "^2.2"
2014-11-19 16:51:43 +00:00
},
2018-06-17 00:23:59 +01:00
"conflict": {
"tightenco/collect": "<5.5.33"
},
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/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",
2018-06-17 00:23:59 +01:00
"illuminate/view": "self.version"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
2018-12-28 13:05:23 +00:00
"aws/aws-sdk-php": "^3.0",
"doctrine/dbal": "^2.6",
2018-06-17 00:23:59 +01:00
"filp/whoops": "^2.1.4",
2018-12-28 13:05:23 +00:00
"guzzlehttp/guzzle": "^6.3",
"league/flysystem-cached-adapter": "^1.0",
"mockery/mockery": "^1.0",
2018-06-17 00:23:59 +01:00
"moontoast/math": "^1.1",
2018-12-28 13:05:23 +00:00
"orchestra/testbench-core": "3.7.*",
"pda/pheanstalk": "^3.0",
2019-01-21 07:06:07 +00:00
"phpunit/phpunit": "^7.5",
2018-06-17 00:23:59 +01:00
"predis/predis": "^1.1.1",
2018-12-28 13:05:23 +00:00
"symfony/css-selector": "^4.1",
"symfony/dom-crawler": "^4.1",
"true/punycode": "^2.1"
2014-11-19 16:51:43 +00:00
},
"suggest": {
2018-12-28 13:05:23 +00:00
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
2018-06-17 00:23:59 +01:00
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
2018-12-28 13:05:23 +00:00
"filp/whoops": "Required for friendly error pages in development (^2.1.4).",
"fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
"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).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"nexmo/client": "Required to use the Nexmo transport (^1.0).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^3.0).",
"predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
"symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.1).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.1).",
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (^1.0)."
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-28 13:05:23 +00:00
"dev-master": "5.7-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"
],
2019-01-21 07:06:07 +00:00
"time": "2019-01-15T15:20:32+00:00"
2018-12-28 13:05:23 +00:00
},
{
"name": "laravel/nexmo-notification-channel",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/nexmo-notification-channel.git",
"reference": "03edd42a55b306ff980c9950899d5a2b03260d48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/nexmo-notification-channel/zipball/03edd42a55b306ff980c9950899d5a2b03260d48",
"reference": "03edd42a55b306ff980c9950899d5a2b03260d48",
"shasum": ""
},
"require": {
"nexmo/client": "^1.0",
"php": "^7.1.3"
},
"require-dev": {
"illuminate/notifications": "~5.7",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Illuminate\\Notifications\\NexmoChannelServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Illuminate\\Notifications\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Nexmo Notification Channel for laravel.",
"keywords": [
"laravel",
"nexmo",
"notifications"
],
"time": "2018-12-04T12:57:08+00:00"
},
{
"name": "laravel/slack-notification-channel",
"version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/slack-notification-channel.git",
"reference": "6e164293b754a95f246faf50ab2bbea3e4923cc9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/6e164293b754a95f246faf50ab2bbea3e4923cc9",
"reference": "6e164293b754a95f246faf50ab2bbea3e4923cc9",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"php": "^7.1.3"
},
"require-dev": {
"illuminate/notifications": "~5.7",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Illuminate\\Notifications\\SlackChannelServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Illuminate\\Notifications\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Slack Notification Channel for laravel.",
"keywords": [
"laravel",
"notifications",
"slack"
],
"time": "2018-12-12T13:12:06+00:00"
2014-11-19 16:51:43 +00:00
},
2017-09-30 11:29:03 +01:00
{
"name": "laravel/tinker",
2018-10-15 11:20:42 +01:00
"version": "v1.0.8",
2017-09-30 11:29:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2018-10-15 11:20:42 +01:00
"reference": "cafbf598a90acde68985660e79b2b03c5609a405"
2017-09-30 11:29:03 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405",
"reference": "cafbf598a90acde68985660e79b2b03c5609a405",
2017-09-30 11:29:03 +01:00
"shasum": ""
},
"require": {
"illuminate/console": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/support": "~5.1",
"php": ">=5.5.9",
2018-05-11 18:23:11 +01:00
"psy/psysh": "0.7.*|0.8.*|0.9.*",
2018-01-21 20:53:09 +00:00
"symfony/var-dumper": "~3.0|~4.0"
2017-09-30 11:29:03 +01:00
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"suggest": {
"illuminate/database": "The Illuminate Database package (~5.1)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Tinker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Powerful REPL for the Laravel framework.",
"keywords": [
"REPL",
"Tinker",
"laravel",
"psysh"
],
2018-10-15 11:20:42 +01:00
"time": "2018-10-12T19:39:35+00:00"
2017-09-30 11:29:03 +01:00
},
2017-12-03 17:34:59 +00:00
{
"name": "laravolt/avatar",
2018-12-28 00:40:58 +00:00
"version": "2.1.0",
2017-12-03 17:34:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravolt/avatar.git",
2018-12-28 00:40:58 +00:00
"reference": "68293c983d08caf11a668613a958325b94389fc8"
2017-12-03 17:34:59 +00:00
},
"dist": {
"type": "zip",
2018-12-28 00:40:58 +00:00
"url": "https://api.github.com/repos/laravolt/avatar/zipball/68293c983d08caf11a668613a958325b94389fc8",
"reference": "68293c983d08caf11a668613a958325b94389fc8",
2017-12-03 17:34:59 +00:00
"shasum": ""
},
"require": {
2018-12-28 00:40:58 +00:00
"danielstjules/stringy": "~3.1",
2017-12-03 17:34:59 +00:00
"illuminate/cache": "~5.2",
"illuminate/support": "~5.2",
"intervention/image": "^2.1",
2018-12-28 00:40:58 +00:00
"php": ">=7.0"
2017-12-03 17:34:59 +00:00
},
"require-dev": {
2018-12-28 00:40:58 +00:00
"mockery/mockery": "^0.9.1",
"phpunit/phpunit": "~6.0"
2017-12-03 17:34:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-28 00:40:58 +00:00
"dev-master": "2.0-dev"
},
"laravel": {
"providers": [
"Laravolt\\Avatar\\ServiceProvider"
],
"aliases": {
"Avatar": "Laravolt\\Avatar\\Facade"
}
2017-12-03 17:34:59 +00:00
}
},
"autoload": {
"psr-4": {
"Laravolt\\Avatar\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bayu Hendra Winata",
"email": "uyab.exe@gmail.com",
"homepage": "http://id-laravel.com",
"role": "Developer"
}
],
2018-12-28 00:40:58 +00:00
"description": "Turn name, email, and any other string into beautiful, initial-based avatar.",
2017-12-03 17:34:59 +00:00
"homepage": "https://github.com/laravolt/avatar",
"keywords": [
"avatar",
"laravel",
"laravolt"
],
2018-12-28 00:40:58 +00:00
"time": "2018-11-08T23:46:21+00:00"
2017-12-03 17:34:59 +00:00
},
2016-12-29 14:01:09 +00:00
{
"name": "lcobucci/jwt",
2018-11-12 06:52:18 +00:00
"version": "3.2.5",
2016-12-29 14:01:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2018-11-12 06:52:18 +00:00
"reference": "82be04b4753f8b7693b62852b7eab30f97524f9b"
2016-12-29 14:01:09 +00:00
},
"dist": {
"type": "zip",
2018-11-12 06:52:18 +00:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/82be04b4753f8b7693b62852b7eab30f97524f9b",
"reference": "82be04b4753f8b7693b62852b7eab30f97524f9b",
2016-12-29 14:01:09 +00:00
"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",
2018-12-28 00:36:11 +00:00
"role": "developer"
2016-12-29 14:01:09 +00:00
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
2018-11-12 06:52:18 +00:00
"time": "2018-11-11T12:22:26+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",
2018-12-30 02:46:15 +00:00
"version": "0.18.1",
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",
2018-12-30 02:46:15 +00:00
"reference": "e5029f74ba39e043ce4b3ca6c05dc719d8aafd94"
2014-11-24 18:01:11 +00:00
},
"dist": {
"type": "zip",
2018-12-30 02:46:15 +00:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/e5029f74ba39e043ce4b3ca6c05dc719d8aafd94",
"reference": "e5029f74ba39e043ce4b3ca6c05dc719d8aafd94",
2014-11-24 18:01:11 +00:00
"shasum": ""
},
"require": {
2015-03-20 18:30:45 -06:00
"ext-mbstring": "*",
2018-06-17 00:23:59 +01:00
"php": ">=5.6.5"
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",
2018-06-17 00:23:59 +01:00
"commonmark/commonmark.js": "0.28",
2015-03-20 18:30:45 -06:00
"erusev/parsedown": "~1.0",
"michelf/php-markdown": "~1.4",
2018-06-17 00:23:59 +01:00
"mikehaertl/php-shellcommand": "^1.2",
"phpunit/phpunit": "^5.7|^6.5",
"scrutinizer/ocular": "^1.1",
"symfony/finder": "^3.0|^4.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": {
2018-10-15 11:20:42 +01:00
"dev-master": "0.19-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"
}
],
2018-12-30 02:46:15 +00:00
"description": "PHP Markdown parser based on the CommonMark spec",
2015-03-20 18:30:45 -06:00
"homepage": "https://github.com/thephpleague/commonmark",
"keywords": [
"commonmark",
"markdown",
"parser"
],
2018-12-30 02:46:15 +00:00
"time": "2018-12-30T01:55:29+00:00"
2015-03-20 18:30:45 -06:00
},
{
"name": "league/flysystem",
2018-12-27 22:17:10 +00:00
"version": "1.0.49",
2015-03-20 18:30:45 -06:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2018-12-27 22:17:10 +00:00
"reference": "a63cc83d8a931b271be45148fa39ba7156782ffd"
2015-03-20 18:30:45 -06:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a63cc83d8a931b271be45148fa39ba7156782ffd",
"reference": "a63cc83d8a931b271be45148fa39ba7156782ffd",
2015-03-20 18:30:45 -06:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"ext-fileinfo": "*",
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": {
2018-03-15 13:48:11 +00:00
"phpspec/phpspec": "^3.4",
2018-10-15 11:20:42 +01:00
"phpunit/phpunit": "^5.7.10"
2014-11-24 18:01:11 +00:00
},
"suggest": {
2015-03-20 18:30:45 -06:00
"ext-fileinfo": "Required for MimeType",
2018-03-15 13:48:11 +00:00
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
2015-03-20 18:30:45 -06:00
"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-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",
2017-08-27 11:29:25 +01:00
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
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
],
2018-12-27 22:17:10 +00:00
"time": "2018-11-23T23:41:29+00:00"
2014-11-24 18:01:11 +00:00
},
2015-01-07 18:48:10 -06:00
{
"name": "mccool/laravel-auto-presenter",
2018-10-15 11:20:42 +01:00
"version": "7.1.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",
2018-10-15 11:20:42 +01:00
"reference": "827326a3b1218a3f789723eb36bb9aa4d3f47181"
2015-01-07 18:48:10 -06:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/laravel-auto-presenter/laravel-auto-presenter/zipball/827326a3b1218a3f789723eb36bb9aa4d3f47181",
"reference": "827326a3b1218a3f789723eb36bb9aa4d3f47181",
2015-01-07 18:48:10 -06:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"illuminate/container": "5.5.*|5.6.*|5.7.*",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/events": "5.5.*|5.6.*|5.7.*",
"illuminate/pagination": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"illuminate/view": "5.5.*|5.6.*|5.7.*",
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2015-01-07 18:48:10 -06:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.1",
2018-06-17 00:23:59 +01:00
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.5|^7.0"
2015-01-07 18:48:10 -06:00
},
"type": "library",
2015-03-20 18:30:45 -06:00
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "7.1-dev"
2018-06-17 00:23:59 +01:00
},
"laravel": {
"providers": [
"McCool\\LaravelAutoPresenter\\AutoPresenterServiceProvider"
]
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"
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-06T13:54:36+00:00"
2015-01-07 18:48:10 -06:00
},
2014-11-19 16:51:43 +00:00
{
"name": "monolog/monolog",
2018-11-14 21:27:24 +00:00
"version": "1.24.0",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2018-11-14 21:27:24 +00:00
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2018-11-14 21:27:24 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
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",
2018-06-17 00:23:59 +01:00
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
2014-11-19 16:51:43 +00:00
},
"type": "library",
2018-06-17 00:23:59 +01:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2014-11-19 16:51:43 +00:00
"autoload": {
2017-01-30 13:52:54 +00:00
"psr-4": {
2018-06-17 00:23:59 +01:00
"Monolog\\": "src/Monolog"
2014-11-19 16:51:43 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-06-17 00:23:59 +01:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2014-11-19 16:51:43 +00:00
}
],
2018-06-17 00:23:59 +01:00
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
2014-11-19 16:51:43 +00:00
"keywords": [
2018-06-17 00:23:59 +01:00
"log",
"logging",
"psr-3"
2014-11-19 16:51:43 +00:00
],
2018-11-14 21:27:24 +00:00
"time": "2018-11-05T09:00:11+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",
2018-12-28 13:05:23 +00:00
"version": "1.36.2",
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",
2018-12-28 13:05:23 +00:00
"reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2018-12-28 13:05:23 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
"reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-03-15 13:48:11 +00:00
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
2014-11-19 16:51:43 +00:00
},
2015-03-20 18:30:45 -06:00
"require-dev": {
2018-03-15 13:48:11 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7"
2014-11-19 16:51:43 +00:00
},
2018-12-28 13:05:23 +00:00
"suggest": {
"friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
"phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
},
2014-11-19 16:51:43 +00:00
"type": "library",
2018-06-17 00:23:59 +01:00
"extra": {
2018-12-28 13:05:23 +00:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2018-06-17 00:23:59 +01:00
}
},
2014-11-19 16:51:43 +00:00
"autoload": {
2015-11-05 16:06:48 +00:00
"psr-4": {
2018-12-28 13:05:23 +00:00
"": "src/"
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
],
2018-12-28 13:05:23 +00:00
"time": "2018-12-28T10:07:33+00:00"
2014-11-19 16:51:43 +00:00
},
2016-12-29 14:01:09 +00:00
{
"name": "nexmo/client",
2018-12-27 22:17:10 +00:00
"version": "1.6.0",
2016-12-29 14:01:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/Nexmo/nexmo-php.git",
2018-12-27 22:17:10 +00:00
"reference": "01809cc1e17a5af275913c49bb5d444eb6cc06d4"
2016-12-29 14:01:09 +00:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/01809cc1e17a5af275913c49bb5d444eb6cc06d4",
"reference": "01809cc1e17a5af275913c49bb5d444eb6cc06d4",
2016-12-29 14:01:09 +00:00
"shasum": ""
},
"require": {
"lcobucci/jwt": "^3.2",
2017-09-10 14:47:13 +01:00
"php": ">=5.6",
2016-12-29 14:01:09 +00:00
"php-http/client-implementation": "^1.0",
"php-http/guzzle6-adapter": "^1.0",
"zendframework/zend-diactoros": "^1.3"
},
"require-dev": {
2018-11-12 06:52:18 +00:00
"estahn/phpunit-json-assertions": "^1.0.0",
2016-12-29 14:01:09 +00:00
"php-http/mock-client": "^0.3.0",
2018-10-15 11:20:42 +01:00
"phpunit/phpunit": "^5.7",
2017-11-20 21:47:34 +00:00
"squizlabs/php_codesniffer": "^3.1"
2016-12-29 14:01:09 +00:00
},
"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.",
2018-12-27 22:17:10 +00:00
"time": "2018-12-17T10:47:50+00:00"
2016-12-29 14:01:09 +00:00
},
2017-09-30 11:29:03 +01:00
{
"name": "nikic/php-parser",
2018-12-27 22:17:10 +00:00
"version": "v4.1.1",
2017-09-30 11:29:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2018-12-27 22:17:10 +00:00
"reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610"
2017-09-30 11:29:03 +01:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8aae5b59b83bb4d0dbf07b0a835f2680a658f610",
"reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610",
2017-09-30 11:29:03 +01:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2018-10-15 11:20:42 +01:00
"php": ">=7.0"
2017-09-30 11:29:03 +01:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"phpunit/phpunit": "^6.5 || ^7.0"
2017-09-30 11:29:03 +01:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "4.1-dev"
2017-09-30 11:29:03 +01:00
}
},
"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"
],
2018-12-27 22:17:10 +00:00
"time": "2018-12-26T11:32:39+00:00"
2017-09-30 11:29:03 +01:00
},
2018-12-28 13:05:23 +00:00
{
"name": "opis/closure",
2019-01-21 07:06:07 +00:00
"version": "3.1.5",
2018-12-28 13:05:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/opis/closure.git",
2019-01-21 07:06:07 +00:00
"reference": "41f5da65d75cf473e5ee582df8fc7f2c733ce9d6"
2018-12-28 13:05:23 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/opis/closure/zipball/41f5da65d75cf473e5ee582df8fc7f2c733ce9d6",
"reference": "41f5da65d75cf473e5ee582df8fc7f2c733ce9d6",
2018-12-28 13:05:23 +00:00
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0"
},
"require-dev": {
"jeremeamia/superclosure": "^2.0",
"phpunit/phpunit": "^4.0|^5.0|^6.0|^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-01-21 07:06:07 +00:00
"dev-master": "3.1.x-dev"
2018-12-28 13:05:23 +00:00
}
},
"autoload": {
"psr-4": {
"Opis\\Closure\\": "src/"
},
"files": [
"functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marius Sarca",
"email": "marius.sarca@gmail.com"
},
{
"name": "Sorin Sarca",
"email": "sarca_sorin@hotmail.com"
}
],
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
"homepage": "https://opis.io/closure",
"keywords": [
"anonymous functions",
"closure",
"function",
"serializable",
"serialization",
"serialize"
],
2019-01-21 07:06:07 +00:00
"time": "2019-01-14T14:45:33+00:00"
2018-12-28 13:05:23 +00: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
},
2018-06-17 00:23:59 +01:00
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00: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",
2018-12-27 22:17:10 +00:00
"version": "1.1.0",
2014-11-19 16:51:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2018-12-27 22:17:10 +00:00
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
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
],
2018-12-27 22:17:10 +00:00
"time": "2018-11-20T15:27:04+00:00"
2015-01-23 17:24:34 +00:00
},
2018-06-17 00:23:59 +01:00
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
},
2017-09-30 11:29:03 +01:00
{
"name": "psy/psysh",
2018-10-15 11:20:42 +01:00
"version": "v0.9.9",
2017-09-30 11:29:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2018-10-15 11:20:42 +01:00
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
2017-09-30 11:29:03 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2017-09-30 11:29:03 +01:00
"shasum": ""
},
"require": {
"dnoegel/php-xdg-base-dir": "0.1",
2018-10-15 11:20:42 +01:00
"ext-json": "*",
"ext-tokenizer": "*",
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2018-05-11 18:23:11 +01:00
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
2018-01-21 20:53:09 +00:00
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0"
2017-09-30 11:29:03 +01:00
},
"require-dev": {
2018-06-14 07:37:38 +01:00
"bamarni/composer-bin-plugin": "^1.2",
2018-05-11 18:23:11 +01:00
"hoa/console": "~2.15|~3.16",
2018-06-14 07:37:38 +01:00
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2017-09-30 11:29:03 +01:00
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
2018-05-11 18:23:11 +01:00
"dev-develop": "0.9.x-dev"
2017-09-30 11:29:03 +01:00
}
},
"autoload": {
"files": [
2018-05-11 18:23:11 +01:00
"src/functions.php"
2017-09-30 11:29:03 +01:00
],
"psr-4": {
2018-05-11 18:23:11 +01:00
"Psy\\": "src/"
2017-09-30 11:29:03 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
2018-10-15 11:20:42 +01:00
"time": "2018-10-13T15:16:03+00:00"
2017-09-30 11:29:03 +01:00
},
2018-12-27 22:17:10 +00:00
{
"name": "ralouphie/getallheaders",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "~3.7.0",
"satooshi/php-coveralls": ">=1.0"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"time": "2016-02-11T07:05:27+00:00"
},
2016-10-19 16:42:42 +01:00
{
"name": "ramsey/uuid",
2018-07-24 11:39:51 +02:00
"version": "3.8.0",
2016-10-19 16:42:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2018-07-24 11:39:51 +02:00
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
2016-10-19 16:42:42 +01:00
},
"dist": {
"type": "zip",
2018-07-24 11:39:51 +02:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2016-10-19 16:42:42 +01:00
"shasum": ""
},
"require": {
2018-07-24 11:39:51 +02:00
"paragonie/random_compat": "^1.0|^2.0|9.99.99",
"php": "^5.4 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2016-10-19 16:42:42 +01:00
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
2018-01-21 20:53:09 +00:00
"codeception/aspect-mock": "^1.0 | ~2.0.0",
2016-11-25 19:59:04 +00:00
"doctrine/annotations": "~1.2.0",
2018-07-24 11:39:51 +02:00
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
2016-10-19 16:42:42 +01:00
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
2018-01-21 20:53:09 +00:00
"mockery/mockery": "^0.9.9",
2016-10-19 16:42:42 +01:00
"moontoast/math": "^1.1",
2016-11-25 19:59:04 +00:00
"php-mock/php-mock-phpunit": "^0.3|^1.1",
2018-07-24 11:39:51 +02:00
"phpunit/phpunit": "^4.7|^5.0|^6.5",
2016-10-19 16:42:42 +01:00
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
2018-07-24 11:39:51 +02:00
"ext-ctype": "Provides support for PHP Ctype functions",
2016-10-19 16:42:42 +01:00
"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"
],
2018-07-24 11:39:51 +02:00
"time": "2018-07-19T23:38:55+00:00"
2016-10-19 16:42:42 +01: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",
2018-10-15 11:20:42 +01:00
"version": "v6.1.3",
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",
2018-10-15 11:20:42 +01:00
"reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
"reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"egulias/email-validator": "~2.0",
"php": ">=7.0.0"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
2017-01-02 13:59:18 +00:00
"mockery/mockery": "~0.9.1",
2018-06-17 00:23:59 +01:00
"symfony/phpunit-bridge": "~3.3@dev"
2014-11-19 16:51:43 +00:00
},
2018-07-02 21:42:18 +01:00
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
},
2014-11-19 16:51:43 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-07-02 21:42:18 +01:00
"dev-master": "6.1-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",
2018-07-02 21:42:18 +01:00
"homepage": "https://swiftmailer.symfony.com",
2017-01-30 14:54:19 +00:00
"keywords": [
"email",
"mail",
"mailer"
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-11T07:12:52+00:00"
2017-01-30 14:54:19 +00:00
},
{
"name": "symfony/console",
2019-01-21 07:06:07 +00:00
"version": "v4.2.2",
2017-01-30 14:54:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2019-01-21 07:06:07 +00:00
"reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522"
2017-01-30 14:54:19 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
"reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
2017-01-30 14:54:19 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1.3",
2018-12-27 22:17:10 +00:00
"symfony/contracts": "^1.0",
2017-01-30 14:54:19 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2018-01-21 20:53:09 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-01-30 14:54:19 +00:00
},
"require-dev": {
"psr/log": "~1.0",
2018-06-17 00:23:59 +01:00
"symfony/config": "~3.4|~4.0",
2018-01-21 20:53:09 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
2018-06-17 00:23:59 +01:00
"symfony/event-dispatcher": "~3.4|~4.0",
2018-01-21 20:53:09 +00:00
"symfony/lock": "~3.4|~4.0",
2018-06-17 00:23:59 +01:00
"symfony/process": "~3.4|~4.0"
2017-01-30 14:54:19 +00:00
},
"suggest": {
2018-05-11 18:23:11 +01:00
"psr/log-implementation": "For using the console logger",
2017-01-30 14:54:19 +00:00
"symfony/event-dispatcher": "",
2018-01-21 20:53:09 +00:00
"symfony/lock": "",
2017-01-30 14:54:19 +00:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-dev"
2017-01-30 14:54:19 +00:00
}
},
"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",
2019-01-21 07:06:07 +00:00
"time": "2019-01-04T15:13:53+00:00"
2018-12-27 22:17:10 +00:00
},
{
"name": "symfony/contracts",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"psr/cache": "^1.0",
"psr/container": "^1.0"
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\": ""
},
"exclude-from-classmap": [
"**/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A set of abstractions extracted out of the Symfony components",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2018-12-05T08:06:11+00:00"
2014-11-19 16:51:43 +00:00
},
{
2017-01-30 14:54:19 +00:00
"name": "symfony/css-selector",
2018-12-27 22:17:10 +00:00
"version": "v4.2.1",
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",
2018-12-27 22:17:10 +00:00
"reference": "aa9fa526ba1b2ec087ffdfb32753803d999fcfcd"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/aa9fa526ba1b2ec087ffdfb32753803d999fcfcd",
"reference": "aa9fa526ba1b2ec087ffdfb32753803d999fcfcd",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-11-14 21:27:24 +00:00
"php": "^7.1.3"
2015-03-20 18:30:45 -06:00
},
2014-11-19 16:51:43 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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",
2018-12-27 22:17:10 +00:00
"time": "2018-11-11T19:52:12+00:00"
2014-11-19 16:51:43 +00:00
},
{
"name": "symfony/debug",
2019-01-21 07:06:07 +00:00
"version": "v4.2.2",
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",
2019-01-21 07:06:07 +00:00
"reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
"reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1.3",
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": {
2018-06-17 00:23:59 +01:00
"symfony/http-kernel": "<3.4"
2015-02-03 17:08:52 +00:00
},
2014-11-19 16:51:43 +00:00
"require-dev": {
2018-06-17 00:23:59 +01:00
"symfony/http-kernel": "~3.4|~4.0"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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",
2019-01-21 07:06:07 +00:00
"time": "2019-01-03T09:07:35+00:00"
2015-05-28 21:37:44 +01:00
},
{
2015-12-24 16:29:55 +00:00
"name": "symfony/event-dispatcher",
2019-01-21 07:06:07 +00:00
"version": "v4.2.2",
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",
2019-01-21 07:06:07 +00:00
"reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e"
2015-05-28 21:37:44 +01:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
"reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
2015-05-28 21:37:44 +01:00
"shasum": ""
},
"require": {
2018-12-27 22:17:10 +00:00
"php": "^7.1.3",
"symfony/contracts": "^1.0"
2015-05-28 21:37:44 +01:00
},
2017-06-07 14:22:05 +01:00
"conflict": {
2018-06-17 00:23:59 +01:00
"symfony/dependency-injection": "<3.4"
2017-06-07 14:22:05 +01:00
},
2015-05-28 21:37:44 +01:00
"require-dev": {
2015-12-24 16:29:55 +00:00
"psr/log": "~1.0",
2018-06-17 00:23:59 +01:00
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.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": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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",
2019-01-21 07:06:07 +00:00
"time": "2019-01-05T16:37:49+00:00"
2014-11-19 16:51:43 +00:00
},
{
2015-12-24 16:29:55 +00:00
"name": "symfony/finder",
2019-01-21 07:06:07 +00:00
"version": "v4.2.2",
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",
2019-01-21 07:06:07 +00:00
"reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
"reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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",
2019-01-21 07:06:07 +00:00
"time": "2019-01-03T09:07:35+00:00"
2014-11-19 16:51:43 +00:00
},
{
2015-12-24 16:29:55 +00:00
"name": "symfony/http-foundation",
2019-01-21 07:06:07 +00:00
"version": "v4.2.2",
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",
2019-01-21 07:06:07 +00:00
"reference": "a633d422a09242064ba24e44a6e1494c5126de86"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86",
"reference": "a633d422a09242064ba24e44a6e1494c5126de86",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.1"
2015-12-24 16:29:55 +00:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"predis/predis": "~1.0",
"symfony/expression-language": "~3.4|~4.0"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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",
2019-01-21 07:06:07 +00:00
"time": "2019-01-05T16:37:49+00:00"
2014-11-19 16:51:43 +00:00
},
{
2015-12-24 16:29:55 +00:00
"name": "symfony/http-kernel",
2019-01-21 07:06:07 +00:00
"version": "v4.2.2",
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",
2019-01-21 07:06:07 +00:00
"reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/83de6543328917c18d5498eeb6bb6d36f7aab31b",
"reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1.3",
2015-12-24 16:29:55 +00:00
"psr/log": "~1.0",
2018-12-27 22:17:10 +00:00
"symfony/contracts": "^1.0.2",
2018-06-17 00:23:59 +01:00
"symfony/debug": "~3.4|~4.0",
"symfony/event-dispatcher": "~4.1",
"symfony/http-foundation": "^4.1.1",
2018-06-14 07:37:38 +01:00
"symfony/polyfill-ctype": "~1.8"
2015-12-24 16:29:55 +00:00
},
"conflict": {
2018-06-17 00:23:59 +01:00
"symfony/config": "<3.4",
2018-12-27 22:17:10 +00:00
"symfony/dependency-injection": "<4.2",
"symfony/translation": "<4.2",
2018-06-17 00:23:59 +01:00
"symfony/var-dumper": "<4.1.1",
2017-01-30 14:54:19 +00:00
"twig/twig": "<1.34|<2.4,>=2"
2014-11-19 16:51:43 +00:00
},
2018-01-21 20:53:09 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2014-11-19 16:51:43 +00:00
"require-dev": {
2017-01-30 14:54:19 +00:00
"psr/cache": "~1.0",
2018-06-17 00:23:59 +01:00
"symfony/browser-kit": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
2018-12-27 22:17:10 +00:00
"symfony/dependency-injection": "^4.2",
2018-06-17 00:23:59 +01:00
"symfony/dom-crawler": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
2018-01-21 20:53:09 +00:00
"symfony/routing": "~3.4|~4.0",
2018-06-17 00:23:59 +01:00
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
2018-12-27 22:17:10 +00:00
"symfony/translation": "~4.2",
2018-06-17 00:23:59 +01:00
"symfony/var-dumper": "^4.1.1"
2015-12-24 16:29:55 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/var-dumper": ""
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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",
2019-01-21 07:06:07 +00:00
"time": "2019-01-06T16:19:23+00:00"
2018-06-14 07:37:38 +01:00
},
{
"name": "symfony/polyfill-ctype",
2018-11-14 21:27:24 +00:00
"version": "v1.10.0",
2018-06-14 07:37:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2018-10-15 11:20:42 +01:00
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2018-06-14 07:37:38 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2018-06-14 07:37:38 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2018-10-15 11:20:42 +01:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-06-14 07:37:38 +01:00
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "1.9-dev"
2018-06-14 07:37:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
2019-01-21 07:06:07 +00:00
"email": "backendtea@gmail.com"
2018-06-14 07:37:38 +01:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2018-10-15 11:20:42 +01:00
"time": "2018-08-06T14:22:27+00:00"
2014-11-19 16:51:43 +00:00
},
2018-01-21 20:53:09 +00:00
{
2018-06-17 00:23:59 +01:00
"name": "symfony/polyfill-php72",
2018-11-14 21:27:24 +00:00
"version": "v1.10.0",
2018-01-21 20:53:09 +00:00
"source": {
"type": "git",
2018-06-17 00:23:59 +01:00
"url": "https://github.com/symfony/polyfill-php72.git",
2018-11-14 21:27:24 +00:00
"reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
2018-01-21 20:53:09 +00:00
},
"dist": {
"type": "zip",
2018-11-14 21:27:24 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
"reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
2018-01-21 20:53:09 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "1.9-dev"
2018-01-21 20:53:09 +00:00
}
},
"autoload": {
"psr-4": {
2018-06-17 00:23:59 +01:00
"Symfony\\Polyfill\\Php72\\": ""
2018-01-21 20:53:09 +00:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-06-17 00:23:59 +01:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2018-01-21 20:53:09 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2018-11-14 21:27:24 +00:00
"time": "2018-09-21T13:07:52+00:00"
2018-01-21 20:53:09 +00:00
},
2014-11-19 16:51:43 +00:00
{
"name": "symfony/process",
2019-01-21 07:06:07 +00:00
"version": "v4.2.2",
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",
2019-01-21 07:06:07 +00:00
"reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/ea043ab5d8ed13b467a9087d81cb876aee7f689a",
"reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2014-11-19 16:51:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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",
2019-01-21 07:06:07 +00:00
"time": "2019-01-03T14:48:52+00:00"
2014-11-19 16:51:43 +00:00
},
{
"name": "symfony/routing",
2019-01-21 07:06:07 +00:00
"version": "v4.2.2",
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",
2019-01-21 07:06:07 +00:00
"reference": "e69b7a13a0b58af378a49b49dd7084462de16cee"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/symfony/routing/zipball/e69b7a13a0b58af378a49b49dd7084462de16cee",
"reference": "e69b7a13a0b58af378a49b49dd7084462de16cee",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1.3"
2015-05-28 21:37:44 +01:00
},
"conflict": {
2018-12-27 22:17:10 +00:00
"symfony/config": "<4.2",
2018-06-17 00:23:59 +01:00
"symfony/dependency-injection": "<3.4",
2018-01-21 20:53:09 +00:00
"symfony/yaml": "<3.4"
2014-11-19 16:51:43 +00:00
},
"require-dev": {
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",
2018-12-27 22:17:10 +00:00
"symfony/config": "~4.2",
2018-06-17 00:23:59 +01:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
2018-01-21 20:53:09 +00:00
"symfony/yaml": "~3.4|~4.0"
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": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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"
],
2019-01-21 07:06:07 +00:00
"time": "2019-01-03T09:07:35+00:00"
2014-11-19 16:51:43 +00:00
},
{
"name": "symfony/translation",
2019-01-21 07:06:07 +00:00
"version": "v4.2.2",
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",
2019-01-21 07:06:07 +00:00
"reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0"
2014-11-19 16:51:43 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
"reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
2014-11-19 16:51:43 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1.3",
2018-12-27 22:17:10 +00:00
"symfony/contracts": "^1.0.2",
2015-12-24 16:29:55 +00:00
"symfony/polyfill-mbstring": "~1.0"
2015-05-28 21:37:44 +01:00
},
"conflict": {
2018-06-17 00:23:59 +01:00
"symfony/config": "<3.4",
2018-01-21 20:53:09 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
2014-11-19 16:51:43 +00:00
},
2018-12-27 22:17:10 +00:00
"provide": {
"symfony/translation-contracts-implementation": "1.0"
},
2014-11-19 16:51:43 +00:00
"require-dev": {
2015-03-20 18:30:45 -06:00
"psr/log": "~1.0",
2018-06-17 00:23:59 +01:00
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
2018-01-21 20:53:09 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
2018-06-17 00:23:59 +01:00
"symfony/intl": "~3.4|~4.0",
2018-01-21 20:53:09 +00:00
"symfony/yaml": "~3.4|~4.0"
2014-11-19 16:51:43 +00:00
},
"suggest": {
2018-05-11 18:23:11 +01:00
"psr/log-implementation": "To use logging capability in translator",
2014-11-19 16:51:43 +00:00
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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",
2019-01-21 07:06:07 +00:00
"time": "2019-01-03T09:07:35+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",
2019-01-21 07:06:07 +00:00
"version": "v4.2.2",
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",
2019-01-21 07:06:07 +00:00
"reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2"
2014-11-27 14:31:33 +00:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bde661b178173d85c6f11ea9d03b61d1212bb2",
"reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2",
2014-11-27 14:31:33 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
2015-12-24 16:29:55 +00:00
},
2017-01-30 14:54:19 +00:00
"conflict": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
2017-01-30 14:54:19 +00:00
},
2015-12-24 16:29:55 +00:00
"require-dev": {
2017-01-30 14:54:19 +00:00
"ext-iconv": "*",
2019-01-21 07:06:07 +00:00
"symfony/console": "~3.4|~4.0",
2018-06-17 00:23:59 +01:00
"symfony/process": "~3.4|~4.0",
2017-01-30 14:54:19 +00:00
"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).",
2018-01-21 20:53:09 +00:00
"ext-intl": "To show region name in time zone dump",
2018-06-17 00:23:59 +01:00
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2014-11-27 14:31:33 +00:00
},
2018-06-17 00:23:59 +01:00
"bin": [
"Resources/bin/var-dump-server"
],
2014-11-27 14:31:33 +00:00
"type": "library",
2015-03-20 18:30:45 -06:00
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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"
],
2019-01-21 07:06:07 +00:00
"time": "2019-01-03T09:07:35+00:00"
2017-01-30 14:54:19 +00:00
},
{
"name": "tijsverkoyen/css-to-inline-styles",
2018-01-21 20:53:09 +00:00
"version": "2.2.1",
2017-01-30 14:54:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2018-01-21 20:53:09 +00:00
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
2017-01-30 14:54:19 +00:00
},
"dist": {
"type": "zip",
2018-01-21 20:53:09 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2017-01-30 14:54:19 +00:00
"shasum": ""
},
"require": {
2018-01-21 20:53:09 +00:00
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
2017-01-30 14:54:19 +00:00
},
"require-dev": {
2018-01-21 20:53:09 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-01-30 14:54:19 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-21 20:53:09 +00:00
"dev-master": "2.2.x-dev"
2017-01-30 14:54:19 +00:00
}
},
"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",
2018-01-21 20:53:09 +00:00
"time": "2017-11-27T11:13:29+00:00"
2015-03-20 18:30:45 -06:00
},
2018-07-24 15:40:14 +02:00
{
"name": "twig/twig",
2019-01-21 07:00:14 +00:00
"version": "v2.6.2",
2018-07-24 15:40:14 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2019-01-21 07:00:14 +00:00
"reference": "7d7342c8a4059fefb9b8d07db0cc14007021f9b7"
2018-07-24 15:40:14 +02:00
},
"dist": {
"type": "zip",
2019-01-21 07:00:14 +00:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/7d7342c8a4059fefb9b8d07db0cc14007021f9b7",
"reference": "7d7342c8a4059fefb9b8d07db0cc14007021f9b7",
2018-07-24 15:40:14 +02:00
"shasum": ""
},
"require": {
2018-12-30 03:08:41 +00:00
"php": "^7.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
2018-07-24 15:40:14 +02:00
},
"require-dev": {
"psr/container": "^1.0",
"symfony/debug": "^2.7",
2018-12-27 22:17:10 +00:00
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
2018-07-24 15:40:14 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-30 03:08:41 +00:00
"dev-master": "2.6-dev"
2018-07-24 15:40:14 +02:00
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
},
"psr-4": {
"Twig\\": "src/"
}
},
"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": "https://twig.symfony.com/contributors",
"role": "Contributors"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
2019-01-21 07:00:14 +00:00
"time": "2019-01-14T15:00:48+00:00"
2018-07-24 15:40:14 +02:00
},
2015-03-20 18:30:45 -06:00
{
"name": "vlucas/phpdotenv",
2019-01-21 07:06:07 +00:00
"version": "v2.5.2",
2015-03-20 18:30:45 -06:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2019-01-21 07:06:07 +00:00
"reference": "cfd5dc225767ca154853752abc93aeec040fcf36"
2015-03-20 18:30:45 -06:00
},
"dist": {
"type": "zip",
2019-01-21 07:06:07 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/cfd5dc225767ca154853752abc93aeec040fcf36",
"reference": "cfd5dc225767ca154853752abc93aeec040fcf36",
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": {
2018-07-02 21:42:18 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.0"
2015-03-20 18:30:45 -06:00
},
"type": "library",
2015-12-24 16:29:55 +00:00
"extra": {
"branch-alias": {
2018-07-02 21:42:18 +01:00
"dev-master": "2.5-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": [
2018-07-02 21:42:18 +01:00
"BSD-3-Clause"
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
],
2019-01-21 07:06:07 +00:00
"time": "2018-10-30T17:29:25+00:00"
2016-12-29 14:01:09 +00:00
},
{
"name": "zendframework/zend-diactoros",
2018-10-15 11:20:42 +01:00
"version": "1.8.6",
2016-12-29 14:01:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
2018-10-15 11:20:42 +01:00
"reference": "20da13beba0dde8fb648be3cc19765732790f46e"
2016-12-29 14:01:09 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
"reference": "20da13beba0dde8fb648be3cc19765732790f46e",
2016-12-29 14:01:09 +00:00
"shasum": ""
},
"require": {
2017-08-27 11:29:25 +01:00
"php": "^5.6 || ^7.0",
"psr/http-message": "^1.0"
2016-12-29 14:01:09 +00:00
},
"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": "*",
2018-10-15 11:20:42 +01:00
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
2017-08-27 11:29:25 +01:00
"zendframework/zend-coding-standard": "~1.0"
2016-12-29 14:01:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-29 19:48:50 +01:00
"dev-master": "1.8.x-dev",
"dev-develop": "1.9.x-dev",
2018-06-14 07:37:38 +01:00
"dev-release-2.0": "2.0.x-dev"
2016-12-29 14:01:09 +00:00
}
},
"autoload": {
2018-06-29 19:48:50 +01:00
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php"
],
2016-12-29 14:01:09 +00:00
"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"
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-05T19:29:37+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",
2018-06-17 00:39:24 +01:00
"version": "v4.0.1",
2015-12-06 11:04:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/AltThree/TestBench.git",
2018-06-17 00:39:24 +01:00
"reference": "38c964dea94cef18c6a8a3bf6f18c2d641ea2cca"
2015-12-06 11:04:02 +00:00
},
"dist": {
"type": "zip",
2018-06-17 00:39:24 +01:00
"url": "https://api.github.com/repos/AltThree/TestBench/zipball/38c964dea94cef18c6a8a3bf6f18c2d641ea2cca",
"reference": "38c964dea94cef18c6a8a3bf6f18c2d641ea2cca",
2015-12-06 11:04:02 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:39:24 +01:00
"graham-campbell/testbench-core": "^3.0",
"php": "^7.0"
2015-12-06 11:04:02 +00:00
},
"require-dev": {
2018-06-17 00:39:24 +01:00
"graham-campbell/analyzer": "^2.0",
"phpunit/phpunit": "^6.5|^7.0"
2015-12-06 11:04:02 +00:00
},
2015-12-06 12:02:12 +00:00
"suggest": {
2018-06-17 00:39:24 +01:00
"laravel/framework": "Enables the use of most traits."
2015-12-06 12:02:12 +00:00
},
2015-12-06 11:04:02 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:39:24 +01:00
"dev-master": "4.0-dev"
2015-12-06 11:04:02 +00:00
}
},
"autoload": {
"psr-4": {
"AltThree\\TestBench\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-06-17 00:39:24 +01:00
"name": "Alt Three",
"email": "support@alt-three.com"
2015-12-06 11:04:02 +00:00
}
],
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
],
2018-06-17 00:39:24 +01:00
"time": "2018-04-21T17:21:30+00:00"
2015-12-06 11:04:02 +00:00
},
2018-06-14 20:29:50 +01:00
{
"name": "barryvdh/laravel-debugbar",
2018-12-27 22:17:10 +00:00
"version": "v3.2.1",
2018-06-14 20:29:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
2018-12-27 22:17:10 +00:00
"reference": "9d5caf43c5f3a3aea2178942f281054805872e7c"
2018-06-14 20:29:50 +01:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/9d5caf43c5f3a3aea2178942f281054805872e7c",
"reference": "9d5caf43c5f3a3aea2178942f281054805872e7c",
2018-06-14 20:29:50 +01:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"illuminate/routing": "5.5.x|5.6.x|5.7.x",
"illuminate/session": "5.5.x|5.6.x|5.7.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x",
2018-06-17 00:23:59 +01:00
"maximebf/debugbar": "~1.15.0",
"php": ">=7.0",
"symfony/debug": "^3|^4",
"symfony/finder": "^3|^4"
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"laravel/framework": "5.5.x"
2018-06-14 20:29:50 +01:00
},
"type": "library",
2018-06-17 00:23:59 +01:00
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facade"
}
}
},
2018-06-14 20:29:50 +01:00
"autoload": {
"psr-4": {
"Barryvdh\\Debugbar\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "PHP Debugbar integration for Laravel",
"keywords": [
"debug",
"debugbar",
"laravel",
"profiler",
"webprofiler"
],
2018-12-27 22:17:10 +00:00
"time": "2018-11-09T08:37:55+00:00"
2018-06-14 20:29:50 +01:00
},
2014-11-26 15:38:59 +00:00
{
"name": "doctrine/instantiator",
2018-06-17 00:23:59 +01:00
"version": "1.1.0",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2018-06-17 00:23:59 +01:00
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.2.3",
"squizlabs/php_codesniffer": "^3.0.2"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "1.2.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"
],
2018-06-17 00:23:59 +01:00
"time": "2017-07-22T11:58:36+00:00"
2017-01-06 19:19:51 +00:00
},
2015-11-22 20:06:29 +00:00
{
"name": "filp/whoops",
2018-11-14 21:27:24 +00:00
"version": "2.3.1",
2015-11-22 20:06:29 +00:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2018-11-14 21:27:24 +00:00
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
2015-11-22 20:06:29 +00:00
},
"dist": {
"type": "zip",
2018-11-14 21:27:24 +00:00
"url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
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": {
2018-06-14 07:37:38 +01:00
"mockery/mockery": "^0.9 || ^1.0",
2017-11-20 21:47:34 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
2018-06-14 07:37:38 +01:00
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.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": {
2018-10-15 11:20:42 +01:00
"dev-master": "2.2-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",
2017-11-20 21:47:34 +00:00
"throwable",
"whoops"
2015-11-22 20:06:29 +00:00
],
2018-11-14 21:27:24 +00:00
"time": "2018-10-23T09:00:00+00:00"
2015-11-22 20:06:29 +00:00
},
2015-06-01 21:53:57 +01:00
{
"name": "fzaninotto/faker",
2018-07-24 11:39:51 +02:00
"version": "v1.8.0",
2015-06-01 21:53:57 +01:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
2018-07-24 11:39:51 +02:00
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
2015-06-01 21:53:57 +01:00
},
"dist": {
"type": "zip",
2018-07-24 11:39:51 +02:00
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
2015-06-01 21:53:57 +01:00
"shasum": ""
},
"require": {
2017-08-27 11:29:25 +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": "*",
2018-07-24 11:39:51 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
2017-08-27 11:29:25 +01:00
"squizlabs/php_codesniffer": "^1.5"
2015-06-01 21:53:57 +01:00
},
"type": "library",
"extra": {
2017-08-27 11:29:25 +01:00
"branch-alias": {
"dev-master": "1.8-dev"
}
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"
],
2018-07-24 11:39:51 +02:00
"time": "2018-07-12T10:23:15+00:00"
2015-06-01 21:53:57 +01:00
},
2018-06-17 00:39:24 +01:00
{
"name": "graham-campbell/analyzer",
2018-10-15 11:20:42 +01:00
"version": "v2.1.0",
2018-06-17 00:39:24 +01:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Analyzer.git",
2018-10-15 11:20:42 +01:00
"reference": "05c382068f76b95e282b4ca47e5ff6cc6104b83d"
2018-06-17 00:39:24 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/GrahamCampbell/Analyzer/zipball/05c382068f76b95e282b4ca47e5ff6cc6104b83d",
"reference": "05c382068f76b95e282b4ca47e5ff6cc6104b83d",
2018-06-17 00:39:24 +01:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"nikic/php-parser": "^2.0|^3.0|^4.0",
2018-06-17 00:39:24 +01:00
"php": "^7.0",
2018-10-15 11:20:42 +01:00
"phpdocumentor/reflection-docblock": "4.2.*|4.3.*",
2018-06-17 00:39:24 +01:00
"phpdocumentor/type-resolver": "0.4.*"
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"phpunit/phpunit": "^6.5|^7.0"
2018-06-17 00:39:24 +01:00
},
"suggest": {
"phpunit/phpunit": "Required to use the analysis trait."
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "2.1-dev"
2018-06-17 00:39:24 +01:00
}
},
"autoload": {
"psr-4": {
"GrahamCampbell\\Analyzer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
}
],
"description": "Checks if referenced classes really exist.",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"analysis",
"analyzer",
"classes",
"testing"
],
2018-10-15 11:20:42 +01:00
"time": "2018-08-23T10:06:35+00:00"
2018-06-17 00:39:24 +01:00
},
2015-10-05 14:07:06 +01:00
{
"name": "graham-campbell/testbench-core",
2018-06-17 00:39:24 +01:00
"version": "v3.0.0",
2015-10-05 14:07:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-TestBench-Core.git",
2018-06-17 00:39:24 +01:00
"reference": "2f1fcb1871aa490fd46efbfcfd25f715a371e800"
2015-10-05 14:07:06 +01:00
},
"dist": {
"type": "zip",
2018-06-17 00:39:24 +01:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-TestBench-Core/zipball/2f1fcb1871aa490fd46efbfcfd25f715a371e800",
"reference": "2f1fcb1871aa490fd46efbfcfd25f715a371e800",
2015-10-05 14:07:06 +01:00
"shasum": ""
},
"require": {
2018-06-17 00:39:24 +01:00
"php": "^7.0"
2015-10-05 14:07:06 +01:00
},
"require-dev": {
2018-06-17 00:39:24 +01:00
"graham-campbell/analyzer": "^2.0",
"phpunit/phpunit": "^6.5"
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": {
2018-06-17 00:39:24 +01:00
"dev-master": "3.0-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"
],
2018-06-17 00:39:24 +01:00
"time": "2018-01-02T16:16:42+00:00"
2015-10-05 14:07:06 +01:00
},
2015-07-14 14:09:32 +01:00
{
"name": "hamcrest/hamcrest-php",
2018-06-17 00:39:24 +01:00
"version": "v2.0.0",
2015-07-14 14:09:32 +01:00
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
2018-06-17 00:39:24 +01:00
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2015-07-14 14:09:32 +01:00
},
"dist": {
"type": "zip",
2018-06-17 00:39:24 +01:00
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2015-07-14 14:09:32 +01:00
"shasum": ""
},
"require": {
2018-06-17 00:39:24 +01:00
"php": "^5.3|^7.0"
2015-07-14 14:09:32 +01:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
"phpunit/php-file-iterator": "1.3.3",
2018-06-17 00:39:24 +01:00
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "^1.0"
2015-07-14 14:09:32 +01:00
},
"type": "library",
2018-06-17 00:39:24 +01:00
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
2015-07-14 14:09:32 +01:00
"autoload": {
"classmap": [
"hamcrest"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
2018-06-17 00:39:24 +01:00
"time": "2016-01-20T08:20:44+00:00"
2015-07-14 14:09:32 +01:00
},
2018-06-14 20:29:50 +01:00
{
"name": "maximebf/debugbar",
2018-06-17 00:23:59 +01:00
"version": "v1.15.0",
2018-06-14 20:29:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
2018-06-17 00:23:59 +01:00
"reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
2018-06-14 20:29:50 +01:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
"reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
2018-06-14 20:29:50 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "^1.0",
2018-06-17 00:23:59 +01:00
"symfony/var-dumper": "^2.6|^3.0|^4.0"
2018-06-14 20:29:50 +01:00
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "1.14-dev"
2018-06-14 20:29:50 +01:00
}
},
"autoload": {
"psr-4": {
"DebugBar\\": "src/DebugBar/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Debug bar in the browser for php application",
"homepage": "https://github.com/maximebf/php-debugbar",
"keywords": [
"debug",
"debugbar"
],
2018-06-17 00:23:59 +01:00
"time": "2017-12-15T11:13:46+00:00"
2018-06-14 20:29:50 +01:00
},
2015-07-14 14:09:32 +01:00
{
"name": "mockery/mockery",
2018-10-15 11:20:42 +01:00
"version": "1.2.0",
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",
2018-10-15 11:20:42 +01:00
"reference": "100633629bf76d57430b86b7098cd6beb996a35a"
2015-07-14 14:09:32 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a",
"reference": "100633629bf76d57430b86b7098cd6beb996a35a",
2015-07-14 14:09:32 +01:00
"shasum": ""
},
"require": {
2018-06-17 00:39:24 +01:00
"hamcrest/hamcrest-php": "~2.0",
2015-07-14 14:09:32 +01:00
"lib-pcre": ">=7.0",
2018-06-17 00:39:24 +01:00
"php": ">=5.6.0"
2015-07-14 14:09:32 +01:00
},
"require-dev": {
2018-10-15 11:20:42 +01:00
"phpunit/phpunit": "~5.7.10|~6.5|~7.0"
2015-07-14 14:09:32 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:39:24 +01:00
"dev-master": "1.0.x-dev"
2015-07-14 14:09:32 +01:00
}
},
"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"
}
],
2018-06-17 00:39:24 +01:00
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
2015-07-14 14:09:32 +01:00
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
2018-10-15 11:20:42 +01:00
"time": "2018-10-02T21:52:37+00:00"
2015-07-14 14:09:32 +01:00
},
2016-10-19 16:42:42 +01:00
{
"name": "myclabs/deep-copy",
2018-06-17 00:23:59 +01:00
"version": "1.8.1",
2016-10-19 16:42:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2018-06-17 00:23:59 +01:00
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2016-10-19 16:42:42 +01:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2016-10-19 16:42:42 +01:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2016-10-19 16:42:42 +01:00
},
"require-dev": {
2017-11-20 21:47:34 +00:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^7.1"
2016-10-19 16:42:42 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2017-11-20 21:47:34 +00:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2016-10-19 16:42:42 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2018-06-17 00:23:59 +01:00
"time": "2018-06-11T23:09:50+00:00"
},
{
"name": "phar-io/manifest",
2018-07-24 11:39:51 +02:00
"version": "1.0.3",
2018-06-17 00:23:59 +01:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2018-07-24 11:39:51 +02:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2018-06-17 00:23:59 +01:00
},
"dist": {
"type": "zip",
2018-07-24 11:39:51 +02:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2018-06-17 00:23:59 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2018-07-24 11:39:51 +02:00
"phar-io/version": "^2.0",
2018-06-17 00:23:59 +01:00
"php": "^5.6 || ^7.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": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2018-07-24 11:39:51 +02:00
"time": "2018-07-08T19:23:20+00:00"
2018-06-17 00:23:59 +01:00
},
{
"name": "phar-io/version",
2018-07-24 11:39:51 +02:00
"version": "2.0.1",
2018-06-17 00:23:59 +01:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2018-07-24 11:39:51 +02:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2018-06-17 00:23:59 +01:00
},
"dist": {
"type": "zip",
2018-07-24 11:39:51 +02:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2018-06-17 00:23:59 +01:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
2018-07-24 11:39:51 +02:00
"time": "2018-07-08T19:19:57+00:00"
2016-10-19 16:42:42 +01:00
},
2016-06-07 11:07:02 +01:00
{
"name": "phpdocumentor/reflection-common",
2017-09-14 01:31:53 +02:00
"version": "1.0.1",
2016-06-07 11:07:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2017-09-14 01:31:53 +02:00
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2016-06-07 11:07:02 +01:00
},
"dist": {
"type": "zip",
2017-09-14 01:31:53 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2016-06-07 11:07:02 +01:00
"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-09-14 01:31:53 +02:00
"time": "2017-09-11T18:02:19+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",
2018-10-15 11:20:42 +01:00
"version": "4.3.0",
2015-02-06 14:22:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2018-10-15 11:20:42 +01:00
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2015-02-06 14:22:07 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2015-02-06 14:22:07 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.0",
2018-01-21 20:53:09 +00:00
"phpdocumentor/reflection-common": "^1.0.0",
"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": {
2018-06-17 00:23:59 +01:00
"doctrine/instantiator": "~1.0.5",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4"
2015-02-06 14:22:07 +00:00
},
2016-06-07 11:07:02 +01:00
"type": "library",
2018-06-17 00:23:59 +01:00
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
2016-06-07 11:07:02 +01:00
"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.",
2018-10-15 11:20:42 +01:00
"time": "2017-11-30T07:14:17+00:00"
2016-06-07 11:07:02 +01:00
},
{
"name": "phpdocumentor/type-resolver",
2018-01-21 20:53:09 +00:00
"version": "0.4.0",
2016-06-07 11:07:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2018-01-21 20:53:09 +00:00
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2016-06-07 11:07:02 +01:00
},
"dist": {
"type": "zip",
2018-01-21 20:53:09 +00: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
}
],
2018-01-21 20:53:09 +00:00
"time": "2017-07-14T14:27:02+00:00"
2015-02-06 14:22:07 +00:00
},
{
"name": "phpspec/prophecy",
2018-10-15 11:20:42 +01:00
"version": "1.8.0",
2015-02-06 14:22:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2018-10-15 11:20:42 +01:00
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2015-02-06 14:22:07 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
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",
2017-09-10 14:47:13 +01:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2018-05-11 18:23:11 +01:00
"sebastian/comparator": "^1.1|^2.0|^3.0",
2017-03-04 17:34:44 +00:00
"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",
2018-10-15 11:20:42 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2015-02-06 14:22:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "1.8.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"
],
2018-10-15 11:20:42 +01:00
"time": "2018-08-05T17:53:17+00:00"
2015-02-06 14:22:07 +00:00
},
2014-11-26 15:38:59 +00:00
{
"name": "phpunit/php-code-coverage",
2018-11-14 21:27:24 +00:00
"version": "6.1.4",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2018-11-14 21:27:24 +00:00
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-11-14 21:27:24 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2017-03-04 17:34:44 +00:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2018-06-17 00:23:59 +01:00
"php": "^7.1",
"phpunit/php-file-iterator": "^2.0",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.0",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2018-11-14 21:27:24 +00:00
"sebastian/environment": "^3.1 || ^4.0",
2018-06-17 00:23:59 +01:00
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^7.0"
2014-11-26 15:38:59 +00:00
},
"suggest": {
2018-06-17 00:23:59 +01:00
"ext-xdebug": "^2.6.0"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-14 21:27:24 +00:00
"dev-master": "6.1-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",
2018-06-17 00:23:59 +01:00
"email": "sebastian@phpunit.de",
2014-11-26 15:38:59 +00:00
"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"
],
2018-11-14 21:27:24 +00:00
"time": "2018-10-31T16:06:48+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "phpunit/php-file-iterator",
2018-10-15 11:20:42 +01:00
"version": "2.0.2",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2018-10-15 11:20:42 +01:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1"
2014-11-26 15:38:59 +00:00
},
2018-10-15 11:20:42 +01:00
"require-dev": {
"phpunit/phpunit": "^7.1"
},
2014-11-26 15:38:59 +00:00
"type": "library",
2015-04-03 17:07:06 +01:00
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "2.0.x-dev"
2015-04-03 17:07:06 +01:00
}
},
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",
2018-06-17 00:23:59 +01:00
"email": "sebastian@phpunit.de",
2014-11-26 15:38:59 +00:00
"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"
],
2018-10-15 11:20:42 +01:00
"time": "2018-09-13T20:33:42+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",
2018-06-17 00:23:59 +01:00
"version": "2.0.0",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2018-06-17 00:23:59 +01:00
"reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
"reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1"
2014-11-26 15:38:59 +00:00
},
2016-05-13 00:27:00 +01:00
"require-dev": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^7.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": {
2018-06-17 00:23:59 +01:00
"dev-master": "2.0-dev"
2017-02-27 19:52:41 +00:00
}
},
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",
2018-06-17 00:23:59 +01:00
"email": "sebastian@phpunit.de",
2014-11-26 15:38:59 +00:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2018-06-17 00:23:59 +01:00
"time": "2018-02-01T13:07:23+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "phpunit/php-token-stream",
2018-11-14 21:27:24 +00:00
"version": "3.0.1",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2018-11-14 21:27:24 +00:00
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-11-14 21:27:24 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2018-06-17 00:23:59 +01:00
"php": "^7.1"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^7.0"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "3.0-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"
],
2018-11-14 21:27:24 +00:00
"time": "2018-10-30T05:52:18+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "phpunit/phpunit",
2018-12-27 22:17:10 +00:00
"version": "7.5.1",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2018-12-27 22:17:10 +00:00
"reference": "c23d78776ad415d5506e0679723cb461d71f488f"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c23d78776ad415d5506e0679723cb461d71f488f",
"reference": "c23d78776ad415d5506e0679723cb461d71f488f",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"doctrine/instantiator": "^1.1",
2014-11-26 15:38:59 +00:00
"ext-dom": "*",
"ext-json": "*",
2016-10-19 16:42:42 +01:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2018-06-17 00:23:59 +01:00
"myclabs/deep-copy": "^1.7",
2018-07-24 11:39:51 +02:00
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
2018-06-17 00:23:59 +01:00
"php": "^7.1",
"phpspec/prophecy": "^1.7",
"phpunit/php-code-coverage": "^6.0.7",
"phpunit/php-file-iterator": "^2.0.1",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.0",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
2018-12-27 22:17:10 +00:00
"sebastian/environment": "^4.0",
2018-06-17 00:23:59 +01:00
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
2018-10-15 11:20:42 +01:00
"sebastian/resource-operations": "^2.0",
2018-06-17 00:23:59 +01:00
"sebastian/version": "^2.0.1"
2014-11-26 15:38:59 +00:00
},
2016-10-19 16:42:42 +01:00
"conflict": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit-mock-objects": "*"
2016-10-19 16:42:42 +01:00
},
"require-dev": {
"ext-pdo": "*"
},
2014-11-26 15:38:59 +00:00
"suggest": {
2018-06-17 00:23:59 +01:00
"ext-soap": "*",
2016-10-19 16:42:42 +01:00
"ext-xdebug": "*",
2018-06-17 00:23:59 +01:00
"phpunit/php-invoker": "^2.0"
2014-11-26 15:38:59 +00:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "7.5-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"
],
2018-12-27 22:17:10 +00:00
"time": "2018-12-12T07:20:32+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",
2018-07-24 11:39:51 +02:00
"version": "3.0.2",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2018-07-24 11:39:51 +02:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-07-24 11:39:51 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1",
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^7.1"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "3.0-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",
2018-06-17 00:23:59 +01:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2014-11-26 15:38:59 +00:00
"keywords": [
"comparator",
"compare",
"equality"
],
2018-07-24 11:39:51 +02:00
"time": "2018-07-12T15:12:46+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "sebastian/diff",
2018-06-17 00:23:59 +01:00
"version": "3.0.1",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2018-06-17 00:23:59 +01:00
"reference": "366541b989927187c4ca70490a35615d3fef2dce"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
"reference": "366541b989927187c4ca70490a35615d3fef2dce",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.1"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^7.0",
"symfony/process": "^2 || ^3.3 || ^4"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "3.0-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": [
2018-06-17 00:23:59 +01:00
"diff",
"udiff",
"unidiff",
"unified diff"
2014-11-26 15:38:59 +00:00
],
2018-06-17 00:23:59 +01:00
"time": "2018-06-10T07:54:39+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "sebastian/environment",
2018-12-27 22:17:10 +00:00
"version": "4.0.1",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2018-12-27 22:17:10 +00:00
"reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f",
"reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2018-12-27 22:17:10 +00:00
"php": "^7.1"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2018-12-27 22:17:10 +00:00
"phpunit/phpunit": "^7.4"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.0-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"
],
2018-12-27 22:17:10 +00:00
"time": "2018-11-25T09:31:21+00:00"
2014-11-26 15:38:59 +00:00
},
{
"name": "sebastian/exporter",
2018-06-17 00:23:59 +01:00
"version": "3.1.0",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2018-06-17 00:23:59 +01:00
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2014-11-26 15:38:59 +00:00
},
"require-dev": {
2016-06-20 13:49:55 +01:00
"ext-mbstring": "*",
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.0"
2014-11-26 15:38:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "3.1.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"
],
2018-06-17 00:23:59 +01:00
"time": "2017-04-03T13:19:02+00:00"
2014-11-26 15:38:59 +00:00
},
2014-12-21 11:41:16 +00:00
{
"name": "sebastian/global-state",
2018-06-17 00:23:59 +01:00
"version": "2.0.0",
2014-12-21 11:41:16 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2018-06-17 00:23:59 +01:00
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2014-12-21 11:41:16 +00:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2014-12-21 11:41:16 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.0"
2014-12-21 11:41:16 +00:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.0"
2014-12-21 11:41:16 +00:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "2.0-dev"
2014-12-21 11:41:16 +00:00
}
},
"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"
],
2018-06-17 00:23:59 +01:00
"time": "2017-04-27T15:39:26+00:00"
2014-12-21 11:41:16 +00:00
},
2016-10-19 16:42:42 +01:00
{
"name": "sebastian/object-enumerator",
2018-06-17 00:23:59 +01:00
"version": "3.0.3",
2016-10-19 16:42:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2018-06-17 00:23:59 +01:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2016-10-19 16:42:42 +01:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2016-10-19 16:42:42 +01:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2016-10-19 16:42:42 +01:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.0"
2016-10-19 16:42:42 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "3.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/",
2018-06-17 00:23:59 +01:00
"time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
2016-10-19 16:42:42 +01:00
},
2015-01-27 16:58:04 +00:00
{
"name": "sebastian/recursion-context",
2018-06-17 00:23:59 +01:00
"version": "3.0.0",
2015-01-27 16:58:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2018-06-17 00:23:59 +01:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2015-01-27 16:58:04 +00:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2015-01-27 16:58:04 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"php": "^7.0"
2015-01-27 16:58:04 +00:00
},
"require-dev": {
2018-06-17 00:23:59 +01:00
"phpunit/phpunit": "^6.0"
2015-01-27 16:58:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-17 00:23:59 +01:00
"dev-master": "3.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",
2018-06-17 00:23:59 +01:00
"time": "2017-03-03T06:23:57+00:00"
2015-01-27 16:58:04 +00:00
},
2016-10-19 16:42:42 +01:00
{
"name": "sebastian/resource-operations",
2018-10-15 11:20:42 +01:00
"version": "2.0.1",
2016-10-19 16:42:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2018-10-15 11:20:42 +01:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2016-10-19 16:42:42 +01:00
},
"dist": {
"type": "zip",
2018-10-15 11:20:42 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2016-10-19 16:42:42 +01:00
"shasum": ""
},
"require": {
2018-10-15 11:20:42 +01:00
"php": "^7.1"
2016-10-19 16:42:42 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-15 11:20:42 +01:00
"dev-master": "2.0-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": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2018-10-15 11:20:42 +01:00
"time": "2018-10-04T04:07:39+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",
2019-01-07 05:46:03 +00:00
"version": "v4.2.2",
2015-12-24 16:29:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2019-01-07 05:46:03 +00:00
"reference": "8dc06251d5ad98d8494e1f742bec9cfdb9e42044"
2015-12-24 16:29:55 +00:00
},
"dist": {
"type": "zip",
2019-01-07 05:46:03 +00:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8dc06251d5ad98d8494e1f742bec9cfdb9e42044",
"reference": "8dc06251d5ad98d8494e1f742bec9cfdb9e42044",
2015-12-24 16:29:55 +00:00
"shasum": ""
},
"require": {
2018-11-14 21:27:24 +00:00
"php": "^7.1.3",
2018-06-14 07:37:38 +01:00
"symfony/polyfill-ctype": "~1.8",
2015-12-24 16:29:55 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
2018-11-14 21:27:24 +00:00
"symfony/css-selector": "~3.4|~4.0"
2015-12-24 16:29:55 +00:00
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-27 22:17:10 +00:00
"dev-master": "4.2-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",
2019-01-07 05:46:03 +00:00
"time": "2019-01-03T09:07:35+00:00"
2015-12-24 16:29:55 +00:00
},
2014-11-26 15:38:59 +00:00
{
2018-06-17 00:23:59 +01:00
"name": "theseer/tokenizer",
"version": "1.1.0",
2014-11-26 15:38:59 +00:00
"source": {
"type": "git",
2018-06-17 00:23:59 +01:00
"url": "https://github.com/theseer/tokenizer.git",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
2014-11-26 15:38:59 +00:00
},
"dist": {
"type": "zip",
2018-06-17 00:23:59 +01:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2014-11-26 15:38:59 +00:00
"shasum": ""
},
"require": {
2018-06-17 00:23:59 +01:00
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
2016-12-03 18:44:36 +00:00
},
2014-11-26 15:38:59 +00:00
"type": "library",
"autoload": {
2018-06-17 00:23:59 +01:00
"classmap": [
"src/"
2015-11-24 19:55:06 +00:00
]
2014-11-26 15:38:59 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-06-17 00:23:59 +01:00
"BSD-3-Clause"
2014-11-26 15:38:59 +00:00
],
"authors": [
{
2018-06-17 00:23:59 +01:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2014-11-26 15:38:59 +00:00
}
],
2018-06-17 00:23:59 +01:00
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2017-04-07T12:08:54+00:00"
2016-06-07 11:07:02 +01:00
},
2016-08-20 13:51:12 +01:00
{
"name": "tightenco/mailthief",
2018-03-15 13:48:11 +00:00
"version": "v0.3.14",
2016-08-20 13:51:12 +01:00
"source": {
"type": "git",
"url": "https://github.com/tightenco/mailthief.git",
2018-03-15 13:48:11 +00:00
"reference": "9a8c2443be2b3d77753596f70ae6cd879b5b26a6"
2016-08-20 13:51:12 +01:00
},
"dist": {
"type": "zip",
2018-03-15 13:48:11 +00:00
"url": "https://api.github.com/repos/tightenco/mailthief/zipball/9a8c2443be2b3d77753596f70ae6cd879b5b26a6",
"reference": "9a8c2443be2b3d77753596f70ae6cd879b5b26a6",
2016-08-20 13:51:12 +01:00
"shasum": ""
},
"require": {
2017-09-10 14:47:13 +01:00
"illuminate/mail": "5.*",
"illuminate/view": "5.*"
2016-08-20 13:51:12 +01:00
},
"require-dev": {
2017-09-10 14:47:13 +01:00
"laravel/framework": ">=5.0 <5.5",
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.",
2018-03-15 13:48:11 +00:00
"time": "2018-02-10T04:17:52+00:00"
2017-01-06 19:19:51 +00:00
},
2016-06-07 11:07:02 +01:00
{
"name": "webmozart/assert",
2018-12-27 22:17:10 +00:00
"version": "1.4.0",
2016-06-07 11:07:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2018-12-27 22:17:10 +00:00
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
2016-06-07 11:07:02 +01:00
},
"dist": {
"type": "zip",
2018-12-27 22:17:10 +00:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
2016-06-07 11:07:02 +01:00
"shasum": ""
},
"require": {
2018-12-27 22:17:10 +00:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
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"
],
2018-12-27 22:17:10 +00:00
"time": "2018-12-25T11:19:39+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",
2018-11-12 06:52:18 +00:00
"stability-flags": [],
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": {
2018-06-29 19:48:50 +01:00
"php": "^7.1.3",
2018-11-14 21:27:24 +00:00
"ext-mbstring": "*",
"ext-openssl": "*",
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": "*"
2018-11-14 21:27:24 +00:00
},
"platform-overrides": {
"php": "7.1.3"
2017-06-28 23:06:52 +01:00
}
2014-11-19 16:51:43 +00:00
}