lancache-autofill/composer.lock

2951 lines
105 KiB
Text
Raw Permalink Normal View History

2017-08-14 16:49:04 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2017-08-14 16:49:04 +00:00
"This file is @generated automatically"
],
"content-hash": "bc39ae19d7d209f1f067847f7f22e792",
2017-08-14 16:49:04 +00:00
"packages": [
{
"name": "bandwidth-throttle/token-bucket",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/bandwidth-throttle/token-bucket.git",
"reference": "a0c31a4d0fbcf0c1a68c895fc91bf71455bcec08"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bandwidth-throttle/token-bucket/zipball/a0c31a4d0fbcf0c1a68c895fc91bf71455bcec08",
"reference": "a0c31a4d0fbcf0c1a68c895fc91bf71455bcec08",
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"malkusch/lock": "^1",
"php": ">=5.6"
},
"require-dev": {
"ext-redis": "^2.2.4|^3",
"mikey179/vfsstream": "^1.5.0",
"php-mock/php-mock-phpunit": "^1",
"phpunit/phpunit": "^5",
"predis/predis": "^1"
},
"type": "library",
"autoload": {
"psr-4": {
"bandwidthThrottle\\tokenBucket\\": "classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Markus Malkusch",
"email": "markus@malkusch.de",
"homepage": "http://markus.malkusch.de",
"role": "Developer"
}
],
"description": "Implementation of the Token Bucket algorithm.",
"homepage": "https://github.com/bandwidth-throttle/token-bucket",
"keywords": [
"bandwidth",
"rate limit",
"rate limiting",
"throttle",
"throttling",
"token bucket"
],
"time": "2017-10-13T19:09:01+00:00"
},
2017-08-14 16:49:04 +00:00
{
"name": "doctrine/inflector",
2020-05-17 12:32:50 +00:00
"version": "1.3.1",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2020-05-17 12:32:50 +00:00
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2018-11-15 22:31:05 +00:00
"php": "^7.1"
2017-08-14 16:49:04 +00:00
},
"require-dev": {
"phpunit/phpunit": "^6.2"
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-15 22:31:05 +00:00
"dev-master": "1.3.x-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-17 12:32:50 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-08-14 16:49:04 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"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"
],
2020-05-17 12:32:50 +00:00
"time": "2019-10-30T19:59:35+00:00"
2017-08-14 16:49:04 +00:00
},
2017-12-03 13:08:45 +00:00
{
"name": "doctrine/lexer",
2020-05-17 12:32:50 +00:00
"version": "1.0.2",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2020-05-17 12:32:50 +00:00
"reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
"reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
2020-05-17 12:32:50 +00:00
"require-dev": {
"phpunit/phpunit": "^4.5"
},
2017-12-03 13:08:45 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
2020-05-17 12:32:50 +00:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2017-12-03 13:08:45 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-05-17 12:32:50 +00:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2017-12-03 13:08:45 +00:00
"keywords": [
2020-05-17 12:32:50 +00:00
"annotations",
"docblock",
2017-12-03 13:08:45 +00:00
"lexer",
2020-05-17 12:32:50 +00:00
"parser",
"php"
2017-12-03 13:08:45 +00:00
],
2020-05-17 12:32:50 +00:00
"time": "2019-06-08T11:03:04+00:00"
2017-12-03 13:08:45 +00:00
},
{
"name": "egulias/email-validator",
2020-05-17 12:32:50 +00:00
"version": "2.1.17",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2020-05-17 12:32:50 +00:00
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
2020-05-17 12:32:50 +00:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
2017-12-03 13:08:45 +00:00
},
"require-dev": {
2020-05-17 12:32:50 +00:00
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
2017-12-09 01:00:20 +00:00
"satooshi/php-coveralls": "^1.0.1"
2017-12-03 13:08:45 +00:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "2.1.x-dev"
2017-12-03 13:08:45 +00:00
}
},
"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"
],
2020-05-17 12:32:50 +00:00
"time": "2020-02-13T22:36:52+00:00"
2017-12-03 13:08:45 +00:00
},
{
"name": "erusev/parsedown",
2020-05-17 12:32:50 +00:00
"version": "1.7.4",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2020-05-17 12:32:50 +00:00
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
2018-11-15 22:31:05 +00:00
"ext-mbstring": "*",
2017-12-03 13:08:45 +00:00
"php": ">=5.3.0"
},
2017-12-09 01:00:20 +00:00
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
2017-12-03 13:08:45 +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"
],
2020-05-17 12:32:50 +00:00
"time": "2019-12-30T22:54:17+00:00"
2017-12-03 13:08:45 +00:00
},
2017-08-14 16:49:04 +00:00
{
"name": "guzzlehttp/guzzle",
2020-05-17 12:32:50 +00:00
"version": "6.5.3",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2020-05-17 12:32:50 +00:00
"reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e",
"reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2020-05-17 12:32:50 +00:00
"ext-json": "*",
2017-08-14 16:49:04 +00:00
"guzzlehttp/promises": "^1.0",
2020-05-17 12:32:50 +00:00
"guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.11"
2017-08-14 16:49:04 +00:00
},
"require-dev": {
"ext-curl": "*",
2018-11-15 22:31:05 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2020-05-17 12:32:50 +00:00
"psr/log": "^1.1"
2017-08-14 16:49:04 +00:00
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "6.5-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
2020-05-17 12:32:50 +00:00
},
"files": [
"src/functions_include.php"
]
2017-08-14 16:49:04 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2020-05-17 12:32:50 +00:00
"time": "2020-04-18T10:38:46+00:00"
2017-08-14 16:49:04 +00:00
},
{
"name": "guzzlehttp/promises",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"time": "2016-12-20T10:07:11+00:00"
2017-08-14 16:49:04 +00:00
},
{
"name": "guzzlehttp/psr7",
2020-05-17 12:32:50 +00:00
"version": "1.6.1",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2020-05-17 12:32:50 +00:00
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2020-05-17 12:32:50 +00:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2017-08-14 16:49:04 +00:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2020-05-17 12:32:50 +00:00
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
},
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2017-08-14 16:49:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "1.6-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
2020-05-17 12:32:50 +00:00
"psr-7",
2017-08-14 16:49:04 +00:00
"request",
"response",
"stream",
"uri",
"url"
],
2020-05-17 12:32:50 +00:00
"time": "2019-07-01T23:21:34+00:00"
},
{
"name": "kylekatarnls/update-helper",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/kylekatarnls/update-helper.git",
"reference": "429be50660ed8a196e0798e5939760f168ec8ce9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9",
"reference": "429be50660ed8a196e0798e5939760f168ec8ce9",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0.0",
"php": ">=5.3.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"composer/composer": "2.0.x-dev || ^2.0.0-dev",
"phpunit/phpunit": ">=4.8.35 <6.0"
},
"type": "composer-plugin",
"extra": {
"class": "UpdateHelper\\ComposerPlugin"
},
"autoload": {
"psr-0": {
"UpdateHelper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Update helper",
"time": "2020-04-07T20:44:10+00:00"
2017-08-14 16:49:04 +00:00
},
{
2017-12-03 13:08:45 +00:00
"name": "laravel/framework",
2020-05-17 12:32:50 +00:00
"version": "v5.5.49",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
2017-12-03 13:08:45 +00:00
"url": "https://github.com/laravel/framework.git",
2020-05-17 12:32:50 +00:00
"reference": "a81f23d0ccd2fefa7fa9b79649ab23811631d9bf"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/laravel/framework/zipball/a81f23d0ccd2fefa7fa9b79649ab23811631d9bf",
"reference": "a81f23d0ccd2fefa7fa9b79649ab23811631d9bf",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2017-12-03 13:08:45 +00:00
"doctrine/inflector": "~1.1",
2018-11-15 22:31:05 +00:00
"erusev/parsedown": "~1.7",
2017-12-03 13:08:45 +00:00
"ext-mbstring": "*",
"ext-openssl": "*",
2018-11-15 22:31:05 +00:00
"league/flysystem": "^1.0.8",
2017-12-03 13:08:45 +00:00
"monolog/monolog": "~1.12",
"mtdowling/cron-expression": "~1.0",
2020-05-17 12:32:50 +00:00
"nesbot/carbon": "^1.26.0",
2017-09-03 20:10:32 +00:00
"php": ">=7.0",
2017-12-03 13:08:45 +00:00
"psr/container": "~1.0",
"psr/simple-cache": "^1.0",
"ramsey/uuid": "~3.0",
"swiftmailer/swiftmailer": "~6.0",
"symfony/console": "~3.3",
"symfony/debug": "~3.3",
"symfony/finder": "~3.3",
"symfony/http-foundation": "~3.3",
"symfony/http-kernel": "~3.3",
"symfony/process": "~3.3",
"symfony/routing": "~3.3",
"symfony/var-dumper": "~3.3",
"tijsverkoyen/css-to-inline-styles": "~2.2",
"vlucas/phpdotenv": "~2.2"
},
"replace": {
"illuminate/auth": "self.version",
"illuminate/broadcasting": "self.version",
"illuminate/bus": "self.version",
"illuminate/cache": "self.version",
"illuminate/config": "self.version",
"illuminate/console": "self.version",
"illuminate/container": "self.version",
"illuminate/contracts": "self.version",
"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",
"illuminate/notifications": "self.version",
"illuminate/pagination": "self.version",
"illuminate/pipeline": "self.version",
"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",
"illuminate/view": "self.version",
2018-11-15 22:31:05 +00:00
"tightenco/collect": "<5.5.33"
2017-12-03 13:08:45 +00:00
},
"require-dev": {
"aws/aws-sdk-php": "~3.0",
"doctrine/dbal": "~2.5",
"filp/whoops": "^2.1.4",
2017-12-09 01:00:20 +00:00
"mockery/mockery": "~1.0",
2017-12-03 13:08:45 +00:00
"orchestra/testbench-core": "3.5.*",
"pda/pheanstalk": "~3.0",
"phpunit/phpunit": "~6.0",
"predis/predis": "^1.1.1",
"symfony/css-selector": "~3.3",
"symfony/dom-crawler": "~3.3"
2017-08-14 16:49:04 +00:00
},
"suggest": {
2017-12-03 13:08:45 +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.5).",
2017-12-09 01:00:20 +00:00
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
2017-12-03 13:08:45 +00:00
"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).",
2018-11-15 22:31:05 +00:00
"league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
2017-12-03 13:08:45 +00:00
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
"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).",
2017-12-09 01:00:20 +00:00
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
2017-12-03 13:08:45 +00:00
"symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).",
2017-12-09 01:00:20 +00:00
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
2017-08-14 16:49:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-03 20:10:32 +00:00
"dev-master": "5.5-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
2017-12-03 13:08:45 +00:00
"files": [
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
2017-08-14 16:49:04 +00:00
"psr-4": {
2017-12-03 13:08:45 +00:00
"Illuminate\\": "src/Illuminate/"
2017-08-14 16:49:04 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
2017-12-03 13:08:45 +00:00
"description": "The Laravel Framework.",
2017-08-14 16:49:04 +00:00
"homepage": "https://laravel.com",
2017-12-03 13:08:45 +00:00
"keywords": [
"framework",
"laravel"
],
2020-05-17 12:32:50 +00:00
"time": "2020-04-14T14:17:19+00:00"
2017-08-14 16:49:04 +00:00
},
{
2017-12-03 13:08:45 +00:00
"name": "league/flysystem",
2020-05-17 12:32:50 +00:00
"version": "1.0.46",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
2017-12-03 13:08:45 +00:00
"url": "https://github.com/thephpleague/flysystem.git",
2020-05-17 12:32:50 +00:00
"reference": "f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2",
"reference": "f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2017-12-03 13:08:45 +00:00
"php": ">=5.5.9"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
2020-05-17 12:32:50 +00:00
"ext-fileinfo": "*",
2018-11-15 22:31:05 +00:00
"phpspec/phpspec": "^3.4",
"phpunit/phpunit": "^5.7.10"
2017-12-03 13:08:45 +00:00
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
2018-11-15 22:31:05 +00:00
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
2017-12-03 13:08:45 +00: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",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
2017-08-14 16:49:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-03 13:08:45 +00:00
"dev-master": "1.1-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
2017-12-03 13:08:45 +00:00
"League\\Flysystem\\": "src/"
2017-08-14 16:49:04 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-12-03 13:08:45 +00:00
"name": "Frank de Jonge",
"email": "info@frenky.net"
2017-08-14 16:49:04 +00:00
}
],
2017-12-03 13:08:45 +00:00
"description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [
"Cloud Files",
"WebDAV",
"abstraction",
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
"filesystems",
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
],
2020-05-17 12:32:50 +00:00
"time": "2018-08-22T07:45:22+00:00"
2017-08-14 16:49:04 +00:00
},
{
"name": "malkusch/lock",
2020-05-17 12:32:50 +00:00
"version": "v1.4",
"source": {
"type": "git",
2020-05-17 12:32:50 +00:00
"url": "https://github.com/php-lock/lock.git",
"reference": "96cd2d82180fc87bd8ad45aac25486f82d9fbf4b"
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/php-lock/lock/zipball/96cd2d82180fc87bd8ad45aac25486f82d9fbf4b",
"reference": "96cd2d82180fc87bd8ad45aac25486f82d9fbf4b",
"shasum": ""
},
"require": {
2020-05-17 12:32:50 +00:00
"paragonie/random_compat": "^1|^2",
"php": ">=5.6",
"psr/log": "^1"
},
"require-dev": {
2020-05-17 12:32:50 +00:00
"eloquent/liberator": "^2.0",
"ext-memcached": "*",
"ext-pcntl": "*",
"ext-pdo_mysql": "*",
"ext-pdo_sqlite": "*",
"ext-redis": "*",
"johnkary/phpunit-speedtrap": "^1.0",
"kriswallsmith/spork": "^0.3",
"mikey179/vfsstream": "^1.5.0",
"php-mock/php-mock-phpunit": "^1",
"phpunit/phpunit": "^5",
"predis/predis": "~1.0",
2020-05-17 12:32:50 +00:00
"squizlabs/php_codesniffer": "^3.2"
},
"suggest": {
"ext-pnctl": "Enables locking with flock without busy waiting in CLI scripts"
},
"type": "library",
"autoload": {
"psr-4": {
"malkusch\\lock\\": "classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Markus Malkusch",
"email": "markus@malkusch.de",
"homepage": "http://markus.malkusch.de",
"role": "Developer"
2020-05-17 12:32:50 +00:00
},
{
"name": "Willem Stuursma-Ruwen",
"email": "willem@stuursma.name",
"role": "Developer"
}
],
"description": "Mutex library for exclusive code execution.",
"homepage": "https://github.com/malkusch/lock",
"keywords": [
2020-05-17 12:32:50 +00:00
"advisory locks",
"cas",
"flock",
"lock",
2020-05-17 12:32:50 +00:00
"locking",
"memcache",
"mutex",
2020-05-17 12:32:50 +00:00
"mysql",
"postgresql",
"redis",
"redlock",
"semaphore"
],
2020-05-17 12:32:50 +00:00
"time": "2018-07-07T18:43:25+00:00"
},
2017-08-14 16:49:04 +00:00
{
2017-12-03 13:08:45 +00:00
"name": "monolog/monolog",
2020-05-17 12:32:50 +00:00
"version": "1.25.3",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
2017-12-03 13:08:45 +00:00
"url": "https://github.com/Seldaek/monolog.git",
2020-05-17 12:32:50 +00:00
"reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
"reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2017-12-03 13:08:45 +00:00
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
2017-08-14 16:49:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-03 13:08:45 +00:00
"dev-master": "2.0.x-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
2017-12-03 13:08:45 +00:00
"Monolog\\": "src/Monolog"
2017-08-14 16:49:04 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-12-03 13:08:45 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2017-08-14 16:49:04 +00:00
}
],
2017-12-03 13:08:45 +00:00
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
2020-05-17 12:32:50 +00:00
"time": "2019-12-20T14:15:16+00:00"
2017-08-14 16:49:04 +00:00
},
{
2017-12-03 13:08:45 +00:00
"name": "mtdowling/cron-expression",
2020-05-17 12:32:50 +00:00
"version": "v1.2.3",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
2017-12-03 13:08:45 +00:00
"url": "https://github.com/mtdowling/cron-expression.git",
2020-05-17 12:32:50 +00:00
"reference": "9be552eebcc1ceec9776378f7dcc085246cacca6"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6",
"reference": "9be552eebcc1ceec9776378f7dcc085246cacca6",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2017-12-03 13:08:45 +00:00
"php": ">=5.3.2"
2017-08-14 16:49:04 +00:00
},
2017-12-03 13:08:45 +00:00
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
2017-08-14 16:49:04 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-12-03 13:08:45 +00:00
"Cron\\": "src/Cron/"
2017-08-14 16:49:04 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-12-03 13:08:45 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2017-08-14 16:49:04 +00:00
}
],
2017-12-03 13:08:45 +00:00
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
2017-08-14 16:49:04 +00:00
"keywords": [
2017-12-03 13:08:45 +00:00
"cron",
"schedule"
2017-08-14 16:49:04 +00:00
],
"abandoned": "dragonmantank/cron-expression",
2020-05-17 12:32:50 +00:00
"time": "2019-12-28T04:23:06+00:00"
2017-08-14 16:49:04 +00:00
},
{
2017-12-03 13:08:45 +00:00
"name": "nesbot/carbon",
2020-05-17 12:32:50 +00:00
"version": "1.39.1",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
2017-12-03 13:08:45 +00:00
"url": "https://github.com/briannesbitt/Carbon.git",
2020-05-17 12:32:50 +00:00
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2020-05-17 12:32:50 +00:00
"kylekatarnls/update-helper": "^1.1",
2018-11-15 22:31:05 +00:00
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
2017-12-03 13:08:45 +00:00
},
"require-dev": {
2020-05-17 12:32:50 +00:00
"composer/composer": "^1.2",
"friendsofphp/php-cs-fixer": "~2",
2018-11-15 22:31:05 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7"
},
2020-05-17 12:32:50 +00:00
"bin": [
"bin/upgrade-carbon"
],
2017-08-14 16:49:04 +00:00
"type": "library",
"extra": {
2020-05-17 12:32:50 +00:00
"update-helper": "Carbon\\Upgrade",
2018-11-15 22:31:05 +00:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
2018-11-15 22:31:05 +00:00
"": "src/"
2017-08-14 16:49:04 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-12-03 13:08:45 +00:00
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
2017-08-14 16:49:04 +00:00
}
],
2017-12-03 13:08:45 +00:00
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2020-05-17 12:32:50 +00:00
"time": "2019-10-14T05:51:36+00:00"
2017-08-14 16:49:04 +00:00
},
{
2017-12-03 13:08:45 +00:00
"name": "nukacode/database",
"version": "1.0.2",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
2017-12-03 13:08:45 +00:00
"url": "https://github.com/NukaCode/database.git",
"reference": "f1ed3a188c617afeebcf8c70b38baead1302492c"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2017-12-03 13:08:45 +00:00
"url": "https://api.github.com/repos/NukaCode/database/zipball/f1ed3a188c617afeebcf8c70b38baead1302492c",
"reference": "f1ed3a188c617afeebcf8c70b38baead1302492c",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2017-12-03 13:08:45 +00:00
"illuminate/database": "^5.0"
2017-08-14 16:49:04 +00:00
},
2017-12-03 13:08:45 +00:00
"require-dev": {
"benconstable/phpspec-laravel": "~2.0",
"fzaninotto/faker": "~1.4",
"henrikbjorn/phpspec-code-coverage": "~0.2",
"mockery/mockery": "0.9.*",
"phpspec/phpspec": "~2.1",
"phpunit/phpunit": "~4.0"
2017-08-14 16:49:04 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-12-03 13:08:45 +00:00
"NukaCode\\Database\\": "src/NukaCode/Database"
}
2017-08-14 16:49:04 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-12-03 13:08:45 +00:00
"name": "Stygian",
"email": "stygian.warlock.v2@gmail.com"
},
{
"name": "Riddles",
"email": "riddles@dev-toolbox.com"
2017-08-14 16:49:04 +00:00
}
],
2017-12-03 13:08:45 +00:00
"description": "Database helpers for Laravel sites.",
"time": "2016-08-24T14:04:32+00:00"
2017-08-14 16:49:04 +00:00
},
{
2017-12-03 13:08:45 +00:00
"name": "paragonie/random_compat",
2020-05-17 12:32:50 +00:00
"version": "v2.0.18",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
2017-12-03 13:08:45 +00:00
"url": "https://github.com/paragonie/random_compat.git",
2020-05-17 12:32:50 +00:00
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2020-05-17 12:32:50 +00:00
"php": ">=5.2.0"
2017-08-14 16:49:04 +00:00
},
"require-dev": {
2020-05-17 12:32:50 +00:00
"phpunit/phpunit": "4.*|5.*"
2017-08-14 16:49:04 +00:00
},
2017-12-03 13:08:45 +00:00
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2017-08-14 16:49:04 +00:00
},
2017-12-03 13:08:45 +00:00
"type": "library",
2020-05-17 12:32:50 +00:00
"autoload": {
"files": [
"lib/random.php"
]
},
2017-08-14 16:49:04 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-12-03 13:08:45 +00:00
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
2017-08-14 16:49:04 +00:00
}
],
2017-12-03 13:08:45 +00:00
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2017-08-14 16:49:04 +00:00
"keywords": [
2017-12-03 13:08:45 +00:00
"csprng",
2018-11-15 22:31:05 +00:00
"polyfill",
2017-12-03 13:08:45 +00:00
"pseudorandom",
"random"
2017-08-14 16:49:04 +00:00
],
2020-05-17 12:32:50 +00:00
"time": "2019-01-03T20:59:08+00:00"
2017-08-14 16:49:04 +00:00
},
{
2017-09-03 20:10:32 +00:00
"name": "psr/container",
"version": "1.0.0",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
2017-09-03 20:10:32 +00:00
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2017-09-03 20:10:32 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2017-09-03 20:10:32 +00:00
"php": ">=5.3.0"
2017-08-14 16:49:04 +00:00
},
"type": "library",
2017-09-03 20:10:32 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2017-08-14 16:49:04 +00:00
"autoload": {
2017-09-03 20:10:32 +00:00
"psr-4": {
"Psr\\Container\\": "src/"
}
2017-08-14 16:49:04 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-03 20:10:32 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-08-14 16:49:04 +00:00
}
],
2017-09-03 20:10:32 +00:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
2017-08-14 16:49:04 +00:00
"keywords": [
2017-09-03 20:10:32 +00:00
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
2017-08-14 16:49:04 +00:00
],
"time": "2017-02-14T16:28:37+00:00"
2017-08-14 16:49:04 +00:00
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
2017-08-14 16:49:04 +00:00
},
{
"name": "psr/log",
2020-05-17 12:32:50 +00:00
"version": "1.1.3",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2020-05-17 12:32:50 +00:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "1.1.x-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2020-05-17 12:32:50 +00:00
"time": "2020-03-23T09:12:05+00:00"
2017-08-14 16:49:04 +00:00
},
2017-09-03 20:10:32 +00:00
{
"name": "psr/simple-cache",
2018-11-15 22:31:05 +00:00
"version": "1.0.1",
2017-09-03 20:10:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
2018-11-15 22:31:05 +00:00
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2017-09-03 20:10:32 +00:00
},
"dist": {
"type": "zip",
2018-11-15 22:31:05 +00:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2017-09-03 20:10:32 +00:00
"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"
],
2018-11-15 22:31:05 +00:00
"time": "2017-10-23T01:57:42+00:00"
2017-09-03 20:10:32 +00:00
},
2020-05-17 12:32:50 +00:00
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"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": "2019-03-08T08:55:37+00:00"
},
2017-08-14 16:49:04 +00:00
{
2017-12-03 13:08:45 +00:00
"name": "ramsey/uuid",
2020-05-17 12:32:50 +00:00
"version": "3.9.3",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
2017-12-03 13:08:45 +00:00
"url": "https://github.com/ramsey/uuid.git",
2020-05-17 12:32:50 +00:00
"reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
"reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
2020-05-17 12:32:50 +00:00
"ext-json": "*",
"paragonie/random_compat": "^1 | ^2 | 9.99.99",
"php": "^5.4 | ^7 | ^8",
2018-11-15 22:31:05 +00:00
"symfony/polyfill-ctype": "^1.8"
2017-12-03 13:08:45 +00:00
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
2020-05-17 12:32:50 +00:00
"codeception/aspect-mock": "^1 | ^2",
"doctrine/annotations": "^1.2",
"goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
"jakub-onderka/php-parallel-lint": "^1",
"mockery/mockery": "^0.9.11 | ^1",
2017-12-03 13:08:45 +00:00
"moontoast/math": "^1.1",
2020-05-17 12:32:50 +00:00
"paragonie/random-lib": "^2",
"php-mock/php-mock-phpunit": "^0.3 | ^1.1",
"phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
"squizlabs/php_codesniffer": "^3.5"
2017-12-03 13:08:45 +00:00
},
"suggest": {
2018-11-15 22:31:05 +00:00
"ext-ctype": "Provides support for PHP Ctype functions",
2017-12-03 13:08:45 +00:00
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2020-05-17 12:32:50 +00:00
"ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
2017-12-03 13:08:45 +00:00
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2020-05-17 12:32:50 +00:00
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2017-12-03 13:08:45 +00:00
"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/"
2020-05-17 12:32:50 +00:00
},
"files": [
"src/functions.php"
]
2017-12-03 13:08:45 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-17 12:32:50 +00:00
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
},
2017-12-03 13:08:45 +00:00
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
}
],
"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"
],
2020-05-17 12:32:50 +00:00
"time": "2020-02-21T04:36:14+00:00"
2017-12-03 13:08:45 +00:00
},
{
"name": "swiftmailer/swiftmailer",
2020-05-17 12:32:50 +00:00
"version": "v6.2.3",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2020-05-17 12:32:50 +00:00
"reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
"reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
"egulias/email-validator": "~2.0",
2020-05-17 12:32:50 +00:00
"php": ">=7.0.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
2017-12-03 13:08:45 +00:00
},
"require-dev": {
"mockery/mockery": "~0.9.1",
2020-05-17 12:32:50 +00:00
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
2017-12-03 13:08:45 +00:00
},
2018-11-15 22:31:05 +00:00
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
},
2017-12-03 13:08:45 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "6.2-dev"
2017-12-03 13:08:45 +00:00
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
2018-11-15 22:31:05 +00:00
"homepage": "https://swiftmailer.symfony.com",
2017-12-03 13:08:45 +00:00
"keywords": [
"email",
"mail",
"mailer"
],
2020-05-17 12:32:50 +00:00
"time": "2019-11-12T09:31:26+00:00"
2017-12-03 13:08:45 +00:00
},
{
"name": "symfony/console",
2020-05-17 12:32:50 +00:00
"version": "v3.4.40",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2020-05-17 12:32:50 +00:00
"reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/bf60d5e606cd595391c5f82bf6b570d9573fa120",
"reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2017-09-03 20:10:32 +00:00
"php": "^5.5.9|>=7.0.8",
2017-12-09 01:00:20 +00:00
"symfony/debug": "~2.8|~3.0|~4.0",
2017-08-14 16:49:04 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2017-12-09 01:00:20 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-08-14 16:49:04 +00:00
},
2020-05-17 12:32:50 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2017-08-14 16:49:04 +00:00
"require-dev": {
"psr/log": "~1.0",
2017-12-09 01:00:20 +00:00
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"
2017-08-14 16:49:04 +00:00
},
"suggest": {
2020-05-17 12:32:50 +00:00
"psr/log": "For using the console logger",
2017-08-14 16:49:04 +00:00
"symfony/event-dispatcher": "",
2017-12-09 01:00:20 +00:00
"symfony/lock": "",
2017-08-14 16:49:04 +00:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-09 01:00:20 +00:00
"dev-master": "3.4-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2020-05-17 12:32:50 +00:00
"time": "2020-03-27T17:07:22+00:00"
2017-08-14 16:49:04 +00:00
},
2017-12-03 13:08:45 +00:00
{
"name": "symfony/css-selector",
2020-05-17 12:32:50 +00:00
"version": "v4.4.8",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2020-05-17 12:32:50 +00:00
"reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/afc26133a6fbdd4f8842e38893e0ee4685c7c94b",
"reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
2018-11-15 22:31:05 +00:00
"php": "^7.1.3"
2017-12-03 13:08:45 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "4.4-dev"
2017-12-03 13:08:45 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
2020-05-17 12:32:50 +00:00
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
2017-12-03 13:08:45 +00:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
2020-05-17 12:32:50 +00:00
"time": "2020-03-27T16:54:36+00:00"
2017-12-03 13:08:45 +00:00
},
2017-08-14 16:49:04 +00:00
{
"name": "symfony/debug",
2020-05-17 12:32:50 +00:00
"version": "v3.4.40",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2020-05-17 12:32:50 +00:00
"reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
"reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2017-09-03 20:10:32 +00:00
"php": "^5.5.9|>=7.0.8",
2017-08-14 16:49:04 +00:00
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
},
"require-dev": {
2017-12-09 01:00:20 +00:00
"symfony/http-kernel": "~2.8|~3.0|~4.0"
2017-08-14 16:49:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-09 01:00:20 +00:00
"dev-master": "3.4-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2020-05-17 12:32:50 +00:00
"time": "2020-03-23T10:22:40+00:00"
2017-08-14 16:49:04 +00:00
},
2017-12-03 13:08:45 +00:00
{
"name": "symfony/event-dispatcher",
2020-05-17 12:32:50 +00:00
"version": "v4.4.8",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2020-05-17 12:32:50 +00:00
"reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abc8e3618bfdb55e44c8c6a00abd333f831bbfed",
"reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
2020-05-17 12:32:50 +00:00
"php": "^7.1.3",
"symfony/event-dispatcher-contracts": "^1.1"
2017-12-03 13:08:45 +00:00
},
"conflict": {
2018-11-15 22:31:05 +00:00
"symfony/dependency-injection": "<3.4"
2017-12-03 13:08:45 +00:00
},
2020-05-17 12:32:50 +00:00
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
},
2017-12-03 13:08:45 +00:00
"require-dev": {
"psr/log": "~1.0",
2020-05-17 12:32:50 +00:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/stopwatch": "^3.4|^4.0|^5.0"
2017-12-03 13:08:45 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "4.4-dev"
2017-12-03 13:08:45 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"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 EventDispatcher Component",
"homepage": "https://symfony.com",
2020-05-17 12:32:50 +00:00
"time": "2020-03-27T16:54:36+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v1.1.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"suggest": {
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"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": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-09-17T09:54:03+00:00"
2017-12-03 13:08:45 +00:00
},
{
"name": "symfony/finder",
2020-05-17 12:32:50 +00:00
"version": "v3.4.40",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2020-05-17 12:32:50 +00:00
"reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
"reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-09 01:00:20 +00:00
"dev-master": "3.4-dev"
2017-12-03 13:08:45 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
2020-05-17 12:32:50 +00:00
"time": "2020-02-14T07:34:21+00:00"
2017-12-03 13:08:45 +00:00
},
{
"name": "symfony/http-foundation",
2020-05-17 12:32:50 +00:00
"version": "v3.4.40",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2020-05-17 12:32:50 +00:00
"reference": "eded33daef1147be7ff1249706be9a49fe2c7a44"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/eded33daef1147be7ff1249706be9a49fe2c7a44",
"reference": "eded33daef1147be7ff1249706be9a49fe2c7a44",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
2017-12-09 01:00:20 +00:00
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php70": "~1.6"
2017-12-03 13:08:45 +00:00
},
"require-dev": {
2017-12-09 01:00:20 +00:00
"symfony/expression-language": "~2.8|~3.0|~4.0"
2017-12-03 13:08:45 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-09 01:00:20 +00:00
"dev-master": "3.4-dev"
2017-12-03 13:08:45 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
2020-05-17 12:32:50 +00:00
"time": "2020-04-18T20:23:17+00:00"
2017-12-03 13:08:45 +00:00
},
{
"name": "symfony/http-kernel",
2020-05-17 12:32:50 +00:00
"version": "v3.4.40",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2020-05-17 12:32:50 +00:00
"reference": "139d477cc926de9ca03c3d59b51ab6e22450c6df"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/139d477cc926de9ca03c3d59b51ab6e22450c6df",
"reference": "139d477cc926de9ca03c3d59b51ab6e22450c6df",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0",
2020-05-17 12:32:50 +00:00
"symfony/debug": "^3.3.3|~4.0",
2017-12-09 01:00:20 +00:00
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2018-11-15 22:31:05 +00:00
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
2020-05-17 12:32:50 +00:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php56": "~1.8"
2017-12-03 13:08:45 +00:00
},
"conflict": {
"symfony/config": "<2.8",
2018-11-15 22:31:05 +00:00
"symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
2017-12-03 13:08:45 +00:00
"symfony/var-dumper": "<3.3",
"twig/twig": "<1.34|<2.4,>=2"
},
2017-12-09 01:00:20 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2017-12-03 13:08:45 +00:00
"require-dev": {
"psr/cache": "~1.0",
2017-12-09 01:00:20 +00:00
"symfony/browser-kit": "~2.8|~3.0|~4.0",
2017-12-03 13:08:45 +00:00
"symfony/class-loader": "~2.8|~3.0",
2017-12-09 01:00:20 +00:00
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/console": "~2.8|~3.0|~4.0",
"symfony/css-selector": "~2.8|~3.0|~4.0",
2018-11-15 22:31:05 +00:00
"symfony/dependency-injection": "^3.4.10|^4.0.10",
2017-12-09 01:00:20 +00:00
"symfony/dom-crawler": "~2.8|~3.0|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/process": "~2.8|~3.0|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0",
"symfony/templating": "~2.8|~3.0|~4.0",
"symfony/translation": "~2.8|~3.0|~4.0",
"symfony/var-dumper": "~3.3|~4.0"
2017-12-03 13:08:45 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/finder": "",
"symfony/var-dumper": ""
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-09 01:00:20 +00:00
"dev-master": "3.4-dev"
2017-12-03 13:08:45 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"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 HttpKernel Component",
"homepage": "https://symfony.com",
2020-05-17 12:32:50 +00:00
"time": "2020-04-28T17:41:38+00:00"
2018-11-15 22:31:05 +00:00
},
{
"name": "symfony/polyfill-ctype",
2020-05-17 12:32:50 +00:00
"version": "v1.17.0",
2018-11-15 22:31:05 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-05-17 12:32:50 +00:00
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
2018-11-15 22:31:05 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2018-11-15 22:31:05 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "1.17-dev"
2018-11-15 22:31:05 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2020-05-17 12:32:50 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-11-15 22:31:05 +00:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-05-17 12:32:50 +00:00
"time": "2020-05-12T16:14:59+00:00"
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
"reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"time": "2020-05-12T16:47:27+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"time": "2020-05-12T16:47:27+00:00"
2017-12-03 13:08:45 +00:00
},
2017-08-14 16:49:04 +00:00
{
"name": "symfony/polyfill-mbstring",
2020-05-17 12:32:50 +00:00
"version": "v1.17.0",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-05-17 12:32:50 +00:00
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "1.17-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2020-05-17 12:32:50 +00:00
"time": "2020-05-12T16:47:27+00:00"
},
{
"name": "symfony/polyfill-php56",
"version": "v1.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
"reference": "e3c8c138280cdfe4b81488441555583aa1984e23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e3c8c138280cdfe4b81488441555583aa1984e23",
"reference": "e3c8c138280cdfe4b81488441555583aa1984e23",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2020-05-12T16:47:27+00:00"
2017-12-09 01:00:20 +00:00
},
{
"name": "symfony/polyfill-php70",
2020-05-17 12:32:50 +00:00
"version": "v1.17.0",
2017-12-09 01:00:20 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
2020-05-17 12:32:50 +00:00
"reference": "82225c2d7d23d7e70515496d249c0152679b468e"
2017-12-09 01:00:20 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e",
"reference": "82225c2d7d23d7e70515496d249c0152679b468e",
2017-12-09 01:00:20 +00:00
"shasum": ""
},
"require": {
2018-11-15 22:31:05 +00:00
"paragonie/random_compat": "~1.0|~2.0|~9.99",
2017-12-09 01:00:20 +00:00
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "1.17-dev"
2017-12-09 01:00:20 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php70\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2020-05-17 12:32:50 +00:00
"time": "2020-05-12T16:47:27+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "f048e612a3905f34931127360bdd2def19a5e582"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
"reference": "f048e612a3905f34931127360bdd2def19a5e582",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2020-05-12T16:47:27+00:00"
},
{
"name": "symfony/polyfill-util",
"version": "v1.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
"reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4afb4110fc037752cf0ce9869f9ab8162c4e20d7",
"reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
"time": "2020-05-12T16:14:59+00:00"
},
{
"name": "symfony/process",
2020-05-17 12:32:50 +00:00
"version": "v3.4.40",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2020-05-17 12:32:50 +00:00
"reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
"reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
"shasum": ""
},
"require": {
2017-09-03 20:10:32 +00:00
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-09 01:00:20 +00:00
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"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 Process Component",
"homepage": "https://symfony.com",
2020-05-17 12:32:50 +00:00
"time": "2020-04-12T14:33:46+00:00"
2017-08-14 16:49:04 +00:00
},
2017-12-03 13:08:45 +00:00
{
"name": "symfony/routing",
2020-05-17 12:32:50 +00:00
"version": "v3.4.40",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2020-05-17 12:32:50 +00:00
"reference": "53b432fde8eea7dab820e75abda5b97fdaa829b4"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/routing/zipball/53b432fde8eea7dab820e75abda5b97fdaa829b4",
"reference": "53b432fde8eea7dab820e75abda5b97fdaa829b4",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
2018-11-15 22:31:05 +00:00
"symfony/config": "<3.3.1",
2017-12-03 13:08:45 +00:00
"symfony/dependency-injection": "<3.3",
2017-12-09 01:00:20 +00:00
"symfony/yaml": "<3.4"
2017-12-03 13:08:45 +00:00
},
"require-dev": {
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",
2018-11-15 22:31:05 +00:00
"symfony/config": "^3.3.1|~4.0",
2017-12-09 01:00:20 +00:00
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/yaml": "~3.4|~4.0"
2017-12-03 13:08:45 +00:00
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-09 01:00:20 +00:00
"dev-master": "3.4-dev"
2017-12-03 13:08:45 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"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 Routing Component",
"homepage": "https://symfony.com",
"keywords": [
"router",
"routing",
"uri",
"url"
],
2020-05-17 12:32:50 +00:00
"time": "2020-04-12T09:58:27+00:00"
2017-12-03 13:08:45 +00:00
},
2017-08-14 16:49:04 +00:00
{
"name": "symfony/translation",
2020-05-17 12:32:50 +00:00
"version": "v4.3.11",
2017-08-14 16:49:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2020-05-17 12:32:50 +00:00
"reference": "46e462be71935ae15eab531e4d491d801857f24c"
2017-08-14 16:49:04 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/46e462be71935ae15eab531e4d491d801857f24c",
"reference": "46e462be71935ae15eab531e4d491d801857f24c",
2017-08-14 16:49:04 +00:00
"shasum": ""
},
"require": {
2018-11-15 22:31:05 +00:00
"php": "^7.1.3",
2020-05-17 12:32:50 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6"
2017-08-14 16:49:04 +00:00
},
"conflict": {
2018-11-15 22:31:05 +00:00
"symfony/config": "<3.4",
2017-12-09 01:00:20 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
2017-08-14 16:49:04 +00:00
},
2020-05-17 12:32:50 +00:00
"provide": {
"symfony/translation-implementation": "1.0"
},
2017-08-14 16:49:04 +00:00
"require-dev": {
"psr/log": "~1.0",
2018-11-15 22:31:05 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
2017-12-09 01:00:20 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
2020-05-17 12:32:50 +00:00
"symfony/http-kernel": "~3.4|~4.0",
2018-11-15 22:31:05 +00:00
"symfony/intl": "~3.4|~4.0",
2020-05-17 12:32:50 +00:00
"symfony/service-contracts": "^1.1.2",
"symfony/var-dumper": "~3.4|~4.0",
2017-12-09 01:00:20 +00:00
"symfony/yaml": "~3.4|~4.0"
2017-08-14 16:49:04 +00:00
},
"suggest": {
2018-11-15 22:31:05 +00:00
"psr/log-implementation": "To use logging capability in translator",
2017-08-14 16:49:04 +00:00
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "4.3-dev"
2017-08-14 16:49:04 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
2020-05-17 12:32:50 +00:00
"time": "2020-01-04T12:24:57+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v1.1.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "364518c132c95642e530d9b2d217acbc2ccac3e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6",
"reference": "364518c132c95642e530d9b2d217acbc2ccac3e6",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"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": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-09-17T11:12:18+00:00"
2017-08-16 23:32:47 +00:00
},
2017-12-03 13:08:45 +00:00
{
"name": "symfony/var-dumper",
2020-05-17 12:32:50 +00:00
"version": "v3.4.40",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2020-05-17 12:32:50 +00:00
"reference": "13c03169ae485fc7f1a5143256622ce1bd3c77eb"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/13c03169ae485fc7f1a5143256622ce1bd3c77eb",
"reference": "13c03169ae485fc7f1a5143256622ce1bd3c77eb",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
"require-dev": {
"ext-iconv": "*",
"twig/twig": "~1.34|~2.4"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2017-12-09 01:00:20 +00:00
"ext-intl": "To show region name in time zone dump",
2017-12-03 13:08:45 +00:00
"ext-symfony_debug": ""
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-09 01:00:20 +00:00
"dev-master": "3.4-dev"
2017-12-03 13:08:45 +00:00
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2020-05-17 12:32:50 +00:00
"time": "2020-03-17T22:27:36+00:00"
2017-12-03 13:08:45 +00:00
},
{
"name": "syntax/steam-api",
"version": "2.0.16",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/syntaxerrors/Steam.git",
"reference": "61323d368d7eca17a267612a2434f570518fd069"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/syntaxerrors/Steam/zipball/61323d368d7eca17a267612a2434f570518fd069",
"reference": "61323d368d7eca17a267612a2434f570518fd069",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"laravel/framework": "^5.0",
"nukacode/database": "^1.0",
"php": ">=5.5.0"
},
"require-dev": {
"mockery/mockery": "0.9.3",
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "~3.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Syntax\\SteamApi\\SteamApiServiceProvider"
]
}
},
2017-12-03 13:08:45 +00:00
"autoload": {
"psr-4": {
"Syntax\\SteamApi\\": "src/Syntax/SteamApi"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Stygian",
"email": "stygian.warlock.v2@gmail.com"
}
],
"description": "A steam-api client for Laravel 5.",
"time": "2019-10-09T11:48:34+00:00"
2017-12-03 13:08:45 +00:00
},
{
"name": "tijsverkoyen/css-to-inline-styles",
2020-05-17 12:32:50 +00:00
"version": "2.2.2",
2017-12-03 13:08:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2020-05-17 12:32:50 +00:00
"reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
2017-12-03 13:08:45 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
"reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
2017-12-03 13:08:45 +00:00
"shasum": ""
},
"require": {
2020-05-17 12:32:50 +00:00
"ext-dom": "*",
"ext-libxml": "*",
2018-11-15 22:31:05 +00:00
"php": "^5.5 || ^7.0",
2020-05-17 12:32:50 +00:00
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2017-12-03 13:08:45 +00:00
},
"require-dev": {
2018-11-15 22:31:05 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-12-03 13:08:45 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-15 22:31:05 +00:00
"dev-master": "2.2.x-dev"
2017-12-03 13:08:45 +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",
2020-05-17 12:32:50 +00:00
"time": "2019-10-24T08:53:34+00:00"
2017-12-03 13:08:45 +00:00
},
2017-08-16 23:32:47 +00:00
{
"name": "vlucas/phpdotenv",
2020-05-17 12:32:50 +00:00
"version": "v2.6.4",
2017-08-16 23:32:47 +00:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2020-05-17 12:32:50 +00:00
"reference": "67d472b1794c986381a8950e4958e1adb779d561"
2017-08-16 23:32:47 +00:00
},
"dist": {
"type": "zip",
2020-05-17 12:32:50 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/67d472b1794c986381a8950e4958e1adb779d561",
"reference": "67d472b1794c986381a8950e4958e1adb779d561",
2017-08-16 23:32:47 +00:00
"shasum": ""
},
"require": {
2020-05-17 12:32:50 +00:00
"php": "^5.3.9 || ^7.0 || ^8.0",
"symfony/polyfill-ctype": "^1.9"
2017-08-16 23:32:47 +00:00
},
"require-dev": {
2020-05-17 12:32:50 +00:00
"ext-filter": "*",
"ext-pcre": "*",
2018-11-15 22:31:05 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.0"
2017-08-16 23:32:47 +00:00
},
2020-05-17 12:32:50 +00:00
"suggest": {
"ext-filter": "Required to use the boolean validator.",
"ext-pcre": "Required to use most of the library."
},
2017-08-16 23:32:47 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-05-17 12:32:50 +00:00
"dev-master": "2.6-dev"
2017-08-16 23:32:47 +00:00
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-11-15 22:31:05 +00:00
"BSD-3-Clause"
2017-08-16 23:32:47 +00:00
],
"authors": [
2020-05-17 12:32:50 +00:00
{
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"homepage": "https://gjcampbell.co.uk/"
},
2017-08-16 23:32:47 +00:00
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
2020-05-17 12:32:50 +00:00
"homepage": "https://vancelucas.com/"
2017-08-16 23:32:47 +00:00
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2020-05-17 12:32:50 +00:00
"time": "2020-05-02T13:38:00+00:00"
2017-08-14 16:49:04 +00:00
}
],
"packages-dev": [],
"aliases": [],
2018-11-27 23:10:15 +00:00
"minimum-stability": "dev",
2017-08-14 16:49:04 +00:00
"stability-flags": [],
2018-11-27 23:10:15 +00:00
"prefer-stable": true,
2017-08-14 16:49:04 +00:00
"prefer-lowest": false,
"platform": [],
2020-05-17 12:32:50 +00:00
"platform-dev": []
2017-08-14 16:49:04 +00:00
}