osb/composer.lock

7188 lines
253 KiB
Plaintext
Raw Normal View History

2017-11-03 05:26:07 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-06-02 05:35:48 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2017-11-03 05:26:07 +00:00
"This file is @generated automatically"
],
2020-01-11 02:36:11 +00:00
"content-hash": "259eb57b25f43c2d10f401255d575e7e",
2017-11-03 05:26:07 +00:00
"packages": [
{
"name": "barryvdh/laravel-debugbar",
2020-01-11 02:36:11 +00:00
"version": "v3.2.8",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
2020-01-11 02:36:11 +00:00
"reference": "18208d64897ab732f6c04a19b319fe8f1d57a9c0"
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/18208d64897ab732f6c04a19b319fe8f1d57a9c0",
"reference": "18208d64897ab732f6c04a19b319fe8f1d57a9c0",
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/routing": "^5.5|^6",
"illuminate/session": "^5.5|^6",
"illuminate/support": "^5.5|^6",
"maximebf/debugbar": "~1.15.0",
"php": ">=7.0",
"symfony/debug": "^3|^4",
"symfony/finder": "^3|^4"
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"laravel/framework": "5.5.x"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facade"
}
}
},
"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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-08-29T07:01:03+00:00"
},
2018-05-20 12:53:14 +00:00
{
2018-08-01 13:29:16 +00:00
"name": "barryvdh/laravel-snappy",
2020-01-11 02:36:11 +00:00
"version": "v0.4.6",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
2018-08-01 13:29:16 +00:00
"url": "https://github.com/barryvdh/laravel-snappy.git",
2020-01-11 02:36:11 +00:00
"reference": "94d53c88fa58baa4573c5854663ebc9955f21265"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/94d53c88fa58baa4573c5854663ebc9955f21265",
"reference": "94d53c88fa58baa4573c5854663ebc9955f21265",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/filesystem": "5.5.x|5.6.x|5.7.x|5.8.x|6.*",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.*",
2018-08-01 13:29:16 +00:00
"knplabs/knp-snappy": "^1",
2019-06-02 05:35:48 +00:00
"php": ">=7"
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-01 13:29:16 +00:00
"dev-master": "0.4-dev"
2018-05-20 12:53:14 +00:00
},
"laravel": {
"providers": [
2018-08-01 13:29:16 +00:00
"Barryvdh\\Snappy\\ServiceProvider"
2018-05-20 12:53:14 +00:00
],
"aliases": {
2018-08-01 13:29:16 +00:00
"PDF": "Barryvdh\\Snappy\\Facades\\SnappyPdf",
"SnappyImage": "Barryvdh\\Snappy\\Facades\\SnappyImage"
2018-05-20 12:53:14 +00:00
}
}
},
"autoload": {
"psr-4": {
2018-08-01 13:29:16 +00:00
"Barryvdh\\Snappy\\": "src/"
2018-05-20 12:53:14 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
2019-06-02 05:35:48 +00:00
"description": "Snappy PDF/Image for Laravel",
2018-05-20 12:53:14 +00:00
"keywords": [
2018-08-01 13:29:16 +00:00
"image",
2018-05-20 12:53:14 +00:00
"laravel",
2018-08-01 13:29:16 +00:00
"pdf",
"snappy",
"wkhtmltoimage",
"wkhtmltopdf"
2018-05-20 12:53:14 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-10-02T23:27:09+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "clarkeash/doorman",
2020-01-11 02:36:11 +00:00
"version": "v4.0.0",
"source": {
"type": "git",
"url": "https://github.com/clarkeash/doorman.git",
2020-01-11 02:36:11 +00:00
"reference": "9870fcaba34aaeb1fc09c42e946b2280176e97f0"
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/clarkeash/doorman/zipball/9870fcaba34aaeb1fc09c42e946b2280176e97f0",
"reference": "9870fcaba34aaeb1fc09c42e946b2280176e97f0",
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"laravel/framework": "^6.0",
"php": "^7.2",
"ramsey/uuid": "^3.6"
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"mockery/mockery": "^1.2",
2020-01-11 02:36:11 +00:00
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Clarkeash\\Doorman\\Providers\\DoormanServiceProvider"
],
"aliases": {
"Doorman": "Clarkeash\\Doorman\\Facades\\Doorman"
}
}
},
"autoload": {
"psr-4": {
"Clarkeash\\Doorman\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ashley Clarke",
"email": "me@ashleyclarke.me"
}
],
2020-01-11 02:36:11 +00:00
"time": "2019-09-05T18:06:04+00:00"
},
{
"name": "creativeorange/gravatar",
2020-01-11 02:36:11 +00:00
"version": "v1.0.13",
"source": {
"type": "git",
"url": "https://github.com/creativeorange/gravatar.git",
2020-01-11 02:36:11 +00:00
"reference": "c757291f791bf169e614b98b2ac3dad189bba2c9"
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/creativeorange/gravatar/zipball/c757291f791bf169e614b98b2ac3dad189bba2c9",
"reference": "c757291f791bf169e614b98b2ac3dad189bba2c9",
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/support": "^5.0|^6",
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Creativeorange\\Gravatar\\GravatarServiceProvider"
],
"aliases": {
"Gravatar": "Creativeorange\\Gravatar\\Facades\\Gravatar"
}
}
},
"autoload": {
"psr-4": {
"Creativeorange\\Gravatar\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaco Tijssen",
"email": "jaco@creativeorange.nl",
"homepage": "https://www.creativeorange.nl",
"role": "Developer"
}
],
2020-01-11 02:36:11 +00:00
"description": "A Laravel Gravatar package for retrieving gravatar image URLs or checking the existance of an image.",
"keywords": [
"avatar",
"gravatar",
"laravel"
],
2020-01-11 02:36:11 +00:00
"time": "2019-08-29T20:00:13+00:00"
},
2018-06-05 11:13:57 +00:00
{
"name": "defuse/php-encryption",
2019-06-02 05:35:48 +00:00
"version": "v2.2.1",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/defuse/php-encryption.git",
2019-06-02 05:35:48 +00:00
"reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
2018-06-05 11:13:57 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
"reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
2019-06-02 05:35:48 +00:00
"paragonie/random_compat": ">= 2",
2018-06-05 11:13:57 +00:00
"php": ">=5.4.0"
},
"require-dev": {
"nikic/php-parser": "^2.0|^3.0|^4.0",
"phpunit/phpunit": "^4|^5"
},
"bin": [
"bin/generate-defuse-key"
],
"type": "library",
"autoload": {
"psr-4": {
"Defuse\\Crypto\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Hornby",
"email": "taylor@defuse.ca",
"homepage": "https://defuse.ca/"
},
{
"name": "Scott Arciszewski",
"email": "info@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "Secure PHP Encryption Library",
"keywords": [
"aes",
"authenticated encryption",
"cipher",
"crypto",
"cryptography",
"encrypt",
"encryption",
"openssl",
"security",
"symmetric key cryptography"
],
2019-06-02 05:35:48 +00:00
"time": "2018-07-24T23:27:56+00:00"
2018-06-05 11:13:57 +00:00
},
2017-11-03 05:26:07 +00:00
{
"name": "dnoegel/php-xdg-base-dir",
2020-01-11 02:36:11 +00:00
"version": "v0.1.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
2020-01-11 02:36:11 +00:00
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
2017-11-03 05:26:07 +00:00
},
2020-01-11 02:36:11 +00:00
"type": "library",
2017-11-03 05:26:07 +00:00
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
2020-01-11 02:36:11 +00:00
"time": "2019-12-04T15:06:13+00:00"
},
2017-11-03 05:26:07 +00:00
{
2018-05-20 12:53:14 +00:00
"name": "doctrine/inflector",
2020-01-11 02:36:11 +00:00
"version": "1.3.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/doctrine/inflector.git",
2020-01-11 02:36:11 +00:00
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"php": "^7.1"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2018-05-20 12:53:14 +00:00
"phpunit/phpunit": "^6.2"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
2018-05-20 12:53:14 +00:00
"branch-alias": {
"dev-master": "1.3.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
2017-11-03 05:26:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-01-11 02:36:11 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-11-03 05:26:07 +00:00
{
2018-05-20 12:53:14 +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-01-11 02:36:11 +00:00
"time": "2019-10-30T19:59:35+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "doctrine/lexer",
2020-01-11 02:36:11 +00:00
"version": "1.2.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/doctrine/lexer.git",
2020-01-11 02:36:11 +00:00
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.2.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
2020-01-11 02:36:11 +00:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2018-05-20 12:53:14 +00:00
}
2017-11-03 05:26:07 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2020-01-11 02:36:11 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2018-05-20 12:53:14 +00:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2017-11-03 05:26:07 +00:00
}
],
2020-01-11 02:36:11 +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-11-03 05:26:07 +00:00
"keywords": [
2020-01-11 02:36:11 +00:00
"annotations",
"docblock",
2018-05-20 12:53:14 +00:00
"lexer",
2020-01-11 02:36:11 +00:00
"parser",
"php"
2017-11-03 05:26:07 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-10-30T14:39:59+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "dragonmantank/cron-expression",
2019-06-02 05:35:48 +00:00
"version": "v2.3.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/dragonmantank/cron-expression.git",
2019-06-02 05:35:48 +00:00
"reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
"reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": "^7.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "^6.4|^7.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
2019-06-02 05:35:48 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
2017-11-03 05:26:07 +00:00
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Cron\\": "src/Cron/"
2017-11-03 05:26:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"cron",
"schedule"
2017-11-03 05:26:07 +00:00
],
2019-06-02 05:35:48 +00:00
"time": "2019-03-31T00:38:28+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "egulias/email-validator",
2020-01-11 02:36:11 +00:00
"version": "2.1.14",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/egulias/EmailValidator.git",
2020-01-11 02:36:11 +00:00
"reference": "c4b8d12921999d8a561004371701dbc2e05b5ece"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c4b8d12921999d8a561004371701dbc2e05b5ece",
"reference": "c4b8d12921999d8a561004371701dbc2e05b5ece",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"doctrine/lexer": "^1.0.1",
2020-01-11 02:36:11 +00:00
"php": ">=5.5"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
2018-05-20 12:53:14 +00:00
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
2017-11-03 05:26:07 +00:00
},
"type": "library",
2018-05-20 12:53:14 +00:00
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "2.1.x-dev"
2018-05-20 12:53:14 +00:00
}
},
2017-11-03 05:26:07 +00:00
"autoload": {
2018-05-20 12:53:14 +00:00
"psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator"
2017-11-03 05:26:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-05-20 12:53:14 +00:00
"MIT"
2017-11-03 05:26:07 +00:00
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "Eduardo Gulias Davis"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
2020-01-11 02:36:11 +00:00
"time": "2020-01-05T14:11:20+00:00"
2017-11-03 05:26:07 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "fideloper/proxy",
"version": "4.2.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/fideloper/TrustedProxy.git",
"reference": "790194d5d3da89a713478875d2e2d05855a90a81"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/790194d5d3da89a713478875d2e2d05855a90a81",
"reference": "790194d5d3da89a713478875d2e2d05855a90a81",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/contracts": "^5.0|^6.0|^7.0",
"php": ">=5.4.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"illuminate/http": "^5.0|^6.0|^7.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
2020-01-11 02:36:11 +00:00
"extra": {
"laravel": {
"providers": [
"Fideloper\\Proxy\\TrustedProxyServiceProvider"
]
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Fideloper\\Proxy\\": "src/"
2017-11-03 05:26:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "Chris Fidao",
"email": "fideloper@gmail.com"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Set trusted proxies for Laravel",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"load balancing",
"proxy",
"trusted proxy"
2017-11-03 05:26:07 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-20T13:11:11+00:00"
2017-11-03 05:26:07 +00:00
},
2018-06-05 11:13:57 +00:00
{
"name": "firebase/php-jwt",
"version": "v5.0.0",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
"reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
"reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": " 4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"Firebase\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Neuman Vong",
"email": "neuman+pear@twilio.com",
"role": "Developer"
},
{
"name": "Anant Narayanan",
"email": "anant@php.net",
"role": "Developer"
}
],
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
"homepage": "https://github.com/firebase/php-jwt",
"time": "2017-06-27T22:17:23+00:00"
},
2017-11-03 05:26:07 +00:00
{
2018-05-20 12:53:14 +00:00
"name": "guzzlehttp/guzzle",
2020-01-11 02:36:11 +00:00
"version": "6.5.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/guzzle/guzzle.git",
2020-01-11 02:36:11 +00:00
"reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
"reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"ext-json": "*",
2018-05-20 12:53:14 +00:00
"guzzlehttp/promises": "^1.0",
2020-01-11 02:36:11 +00:00
"guzzlehttp/psr7": "^1.6.1",
2018-05-20 12:53:14 +00:00
"php": ">=5.5"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2018-05-20 12:53:14 +00:00
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2020-01-11 02:36:11 +00:00
"psr/log": "^1.1"
2017-11-03 05:26:07 +00:00
},
"suggest": {
2020-01-11 02:36:11 +00:00
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
2018-05-20 12:53:14 +00:00
"psr/log": "Required for using the Log middleware"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "6.5-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"GuzzleHttp\\": "src/"
2020-01-11 02:36:11 +00:00
},
"files": [
"src/functions_include.php"
]
2017-11-03 05:26:07 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
2017-11-03 05:26:07 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-23T11:57:10+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "guzzlehttp/promises",
"version": "v1.3.1",
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
2018-05-20 12:53:14 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"php": ">=5.5.0"
},
"require-dev": {
2018-05-20 12:53:14 +00:00
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2018-05-20 12:53:14 +00:00
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
2018-05-20 12:53:14 +00:00
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
2018-05-20 12:53:14 +00:00
"description": "Guzzle promises library",
"keywords": [
2018-05-20 12:53:14 +00:00
"promise"
],
2018-05-20 12:53:14 +00:00
"time": "2016-12-20T10:07:11+00:00"
},
2017-11-03 05:26:07 +00:00
{
2018-05-20 12:53:14 +00:00
"name": "guzzlehttp/psr7",
2020-01-11 02:36:11 +00:00
"version": "1.6.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/guzzle/psr7.git",
2020-01-11 02:36:11 +00:00
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"php": ">=5.4.0",
2019-06-02 05:35:48 +00:00
"psr/http-message": "~1.0",
2020-01-11 02:36:11 +00:00
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
"provide": {
"psr/http-message-implementation": "1.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"ext-zlib": "*",
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2017-11-03 05:26:07 +00:00
},
2020-01-11 02:36:11 +00:00
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
},
2017-11-03 05:26:07 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.6-dev"
2018-05-20 12:53:14 +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",
2019-06-02 05:35:48 +00:00
"psr-7",
2018-05-20 12:53:14 +00:00
"request",
"response",
"stream",
"uri",
"url"
],
2020-01-11 02:36:11 +00:00
"time": "2019-07-01T23:21:34+00:00"
2018-05-20 12:53:14 +00:00
},
2018-08-01 13:29:16 +00:00
{
"name": "h4cc/wkhtmltoimage-amd64",
"version": "0.12.4",
"source": {
"type": "git",
"url": "https://github.com/h4cc/wkhtmltoimage-amd64.git",
"reference": "c4e33f635207af89a704205b8902fb5715ca88be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/h4cc/wkhtmltoimage-amd64/zipball/c4e33f635207af89a704205b8902fb5715ca88be",
"reference": "c4e33f635207af89a704205b8902fb5715ca88be",
"shasum": ""
},
"bin": [
"bin/wkhtmltoimage-amd64"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL Version 3"
],
"authors": [
{
"name": "Julius Beckmann",
"email": "github@h4cc.de"
}
],
"description": "Convert html to image using webkit (qtwebkit). Static linked linux binary for amd64 systems.",
"homepage": "http://wkhtmltopdf.org/",
"keywords": [
"binary",
"convert",
"image",
"snapshot",
"thumbnail",
"wkhtmltoimage"
],
"time": "2018-01-15T07:23:40+00:00"
},
{
"name": "h4cc/wkhtmltopdf-amd64",
"version": "0.12.4",
"source": {
"type": "git",
"url": "https://github.com/h4cc/wkhtmltopdf-amd64.git",
"reference": "4e2ab2d032a5d7fbe2a741de8b10b8989523c95b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/h4cc/wkhtmltopdf-amd64/zipball/4e2ab2d032a5d7fbe2a741de8b10b8989523c95b",
"reference": "4e2ab2d032a5d7fbe2a741de8b10b8989523c95b",
"shasum": ""
},
"bin": [
"bin/wkhtmltopdf-amd64"
],
"type": "library",
"autoload": {
"psr-4": {
"h4cc\\WKHTMLToPDF\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL Version 3"
],
"authors": [
{
"name": "Julius Beckmann",
"email": "github@h4cc.de"
}
],
"description": "Convert html to pdf using webkit (qtwebkit). Static linked linux binary for amd64 systems.",
"homepage": "http://wkhtmltopdf.org/",
"keywords": [
"binary",
"convert",
"pdf",
"snapshot",
"thumbnail",
"wkhtmltopdf"
],
"time": "2018-01-15T06:57:33+00:00"
},
2018-05-20 12:53:14 +00:00
{
"name": "igaster/laravel-theme",
2020-01-11 02:36:11 +00:00
"version": "v2.0.15",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/leenooks/laravel-theme.git",
"reference": "898295fbf189e485c69ccf008c268d86bece4a92"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/leenooks/laravel-theme/zipball/898295fbf189e485c69ccf008c268d86bece4a92",
"reference": "898295fbf189e485c69ccf008c268d86bece4a92",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/contracts": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0"
2018-05-20 12:53:14 +00:00
},
"suggest": {
"orchestra/asset": "Use '@css' and '@js' in Blade files"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Igaster\\LaravelTheme\\themeServiceProvider"
],
"aliases": {
"Theme": "Igaster\\LaravelTheme\\Facades\\Theme"
}
}
},
"autoload": {
"psr-4": {
"Igaster\\LaravelTheme\\": "src/",
"Igaster\\LaravelTheme\\Tests\\": "tests/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Giannis Gasteratos",
"email": "igasteratos@gmail.com"
}
],
"description": "Laravel 5 Themes: Asset & Views folder per theme. Theme inheritance. Blade integration and more...",
"homepage": "https://github.com/Igaster/laravel-theme.git",
"keywords": [
"assets",
"blade",
2019-06-02 05:35:48 +00:00
"laravel",
2018-05-20 12:53:14 +00:00
"package",
"themes",
"views"
],
2020-01-11 02:36:11 +00:00
"support": {
"source": "https://github.com/leenooks/laravel-theme/tree/v2.0.15"
},
"time": "2019-10-30T01:45:46+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "intervention/image",
2020-01-11 02:36:11 +00:00
"version": "2.5.1",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2020-01-11 02:36:11 +00:00
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
2018-05-20 12:53:14 +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-18 11:51:20 +00:00
"dev-master": "2.4-dev"
2018-05-20 12:53:14 +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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-02T09:15:47+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "jakub-onderka/php-console-color",
2019-06-02 05:35:48 +00:00
"version": "v0.2",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
2019-06-02 05:35:48 +00:00
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": ">=5.4.0"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
2019-06-02 05:35:48 +00:00
"jakub-onderka/php-parallel-lint": "1.0",
2018-05-20 12:53:14 +00:00
"jakub-onderka/php-var-dump-check": "0.*",
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "~4.3",
2018-05-20 12:53:14 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
2019-06-02 05:35:48 +00:00
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2018-05-20 12:53:14 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
2019-06-02 05:35:48 +00:00
"email": "jakub.onderka@gmail.com"
2018-05-20 12:53:14 +00:00
}
],
2019-06-02 05:35:48 +00:00
"time": "2018-09-29T17:23:10+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "jakub-onderka/php-console-highlighter",
2019-06-02 05:35:48 +00:00
"version": "v0.4",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
2019-06-02 05:35:48 +00:00
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"ext-tokenizer": "*",
"jakub-onderka/php-console-color": "~0.2",
"php": ">=5.4.0"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
2019-06-02 05:35:48 +00:00
"jakub-onderka/php-parallel-lint": "~1.0",
2018-05-20 12:53:14 +00:00
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
2019-06-02 05:35:48 +00:00
"psr-4": {
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
2018-05-20 12:53:14 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
2019-06-02 05:35:48 +00:00
"description": "Highlight PHP code in terminal",
"time": "2018-09-29T18:48:56+00:00"
2018-05-20 12:53:14 +00:00
},
2018-08-01 13:29:16 +00:00
{
"name": "knplabs/knp-snappy",
2020-01-11 02:36:11 +00:00
"version": "v1.2.0",
2018-08-01 13:29:16 +00:00
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/snappy.git",
2020-01-11 02:36:11 +00:00
"reference": "162633e3143f7f03b395e1dbd53df25e1e87d2f5"
2018-08-01 13:29:16 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/KnpLabs/snappy/zipball/162633e3143f7f03b395e1dbd53df25e1e87d2f5",
"reference": "162633e3143f7f03b395e1dbd53df25e1e87d2f5",
2018-08-01 13:29:16 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": ">=7.1",
2018-08-01 13:29:16 +00:00
"psr/log": "^1.0",
2020-01-11 02:36:11 +00:00
"symfony/process": "~3.4||~4.3||~5.0"
2018-08-01 13:29:16 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "~7.4"
2018-08-01 13:29:16 +00:00
},
"suggest": {
"h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
"h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
"h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
"h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
"wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "1.x-dev"
2018-08-01 13:29:16 +00:00
}
},
"autoload": {
"psr-4": {
"Knp\\Snappy\\": "src/Knp/Snappy"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "http://github.com/KnpLabs/snappy/contributors"
}
],
"description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
"homepage": "http://github.com/KnpLabs/snappy",
"keywords": [
"knp",
"knplabs",
"pdf",
"snapshot",
"thumbnail",
"wkhtmltopdf"
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-02T16:06:55+00:00"
},
{
"name": "laminas/laminas-diactoros",
"version": "2.2.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-diactoros.git",
"reference": "95178c4751d737cdf9ab0a9f70a42754ac860e7b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/95178c4751d737cdf9ab0a9f70a42754ac860e7b",
"reference": "95178c4751d737cdf9ab0a9f70a42754ac860e7b",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"replace": {
"zendframework/zend-diactoros": "self.version"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.5.0",
"laminas/laminas-coding-standard": "~1.0.0",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^7.5.18"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev",
"dev-develop": "2.2.x-dev",
"dev-release-1.8": "1.8.x-dev"
}
},
"autoload": {
"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",
"src/functions/create_uploaded_file.legacy.php",
"src/functions/marshal_headers_from_sapi.legacy.php",
"src/functions/marshal_method_from_sapi.legacy.php",
"src/functions/marshal_protocol_version_from_sapi.legacy.php",
"src/functions/marshal_uri_from_sapi.legacy.php",
"src/functions/normalize_server.legacy.php",
"src/functions/normalize_uploaded_files.legacy.php",
"src/functions/parse_cookie_header.legacy.php"
],
"psr-4": {
"Laminas\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://laminas.dev",
"keywords": [
"http",
"laminas",
"psr",
"psr-7"
],
"time": "2020-01-07T19:39:26+00:00"
},
{
"name": "laminas/laminas-zendframework-bridge",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "0fb9675b84a1666ab45182b6c5b29956921e818d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/0fb9675b84a1666ab45182b6c5b29956921e818d",
"reference": "0fb9675b84a1666ab45182b6c5b29956921e818d",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
}
},
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ZendFrameworkBridge\\": "src//"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"keywords": [
"ZendFramework",
"autoloading",
"laminas",
"zf"
],
"time": "2020-01-07T22:58:31+00:00"
2018-08-01 13:29:16 +00:00
},
2018-05-20 12:53:14 +00:00
{
"name": "laravel/framework",
2020-01-11 02:36:11 +00:00
"version": "v6.10.1",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2020-01-11 02:36:11 +00:00
"reference": "fe45ad5bc89e5e1b08ab2c8687f9be01c9c84d14"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/laravel/framework/zipball/fe45ad5bc89e5e1b08ab2c8687f9be01c9c84d14",
"reference": "fe45ad5bc89e5e1b08ab2c8687f9be01c9c84d14",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"doctrine/inflector": "^1.1",
"dragonmantank/cron-expression": "^2.0",
2020-01-11 02:36:11 +00:00
"egulias/email-validator": "^2.1.10",
2019-06-02 05:35:48 +00:00
"ext-json": "*",
2018-05-20 12:53:14 +00:00
"ext-mbstring": "*",
"ext-openssl": "*",
2020-01-11 02:36:11 +00:00
"league/commonmark": "^1.1",
"league/commonmark-ext-table": "^2.1",
2018-05-20 12:53:14 +00:00
"league/flysystem": "^1.0.8",
2020-01-11 02:36:11 +00:00
"monolog/monolog": "^1.12|^2.0",
"nesbot/carbon": "^2.0",
2019-06-02 05:35:48 +00:00
"opis/closure": "^3.1",
2020-01-11 02:36:11 +00:00
"php": "^7.2",
2019-06-02 05:35:48 +00:00
"psr/container": "^1.0",
2018-05-20 12:53:14 +00:00
"psr/simple-cache": "^1.0",
"ramsey/uuid": "^3.7",
2019-06-02 05:35:48 +00:00
"swiftmailer/swiftmailer": "^6.0",
2020-01-11 02:36:11 +00:00
"symfony/console": "^4.3.4",
"symfony/debug": "^4.3.4",
"symfony/finder": "^4.3.4",
"symfony/http-foundation": "^4.3.4",
"symfony/http-kernel": "^4.3.4",
"symfony/process": "^4.3.4",
"symfony/routing": "^4.3.4",
"symfony/var-dumper": "^4.3.4",
2018-05-20 12:53:14 +00:00
"tijsverkoyen/css-to-inline-styles": "^2.2.1",
2019-06-02 05:35:48 +00:00
"vlucas/phpdotenv": "^3.3"
2018-05-20 12:53:14 +00:00
},
"conflict": {
"tightenco/collect": "<5.5.33"
},
"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"
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"aws/aws-sdk-php": "^3.0",
"doctrine/dbal": "^2.6",
2020-01-11 02:36:11 +00:00
"filp/whoops": "^2.4",
2019-06-02 05:35:48 +00:00
"guzzlehttp/guzzle": "^6.3",
"league/flysystem-cached-adapter": "^1.0",
2020-01-11 02:36:11 +00:00
"mockery/mockery": "^1.3.1",
2018-05-20 12:53:14 +00:00
"moontoast/math": "^1.1",
2020-01-11 02:36:11 +00:00
"orchestra/testbench-core": "^4.0",
2019-06-02 05:35:48 +00:00
"pda/pheanstalk": "^4.0",
2020-01-11 02:36:11 +00:00
"phpunit/phpunit": "^8.4|^9.0",
2018-05-20 12:53:14 +00:00
"predis/predis": "^1.1.1",
2020-01-11 02:36:11 +00:00
"symfony/cache": "^4.3.4"
2018-05-20 12:53:14 +00:00
},
"suggest": {
2020-01-11 02:36:11 +00:00
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
2019-06-02 05:35:48 +00:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
2020-01-11 02:36:11 +00:00
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
"ext-memcached": "Required to use the memcache cache driver.",
2018-05-20 12:53:14 +00:00
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
2020-01-11 02:36:11 +00:00
"ext-redis": "Required to use the Redis cache and queue drivers.",
"filp/whoops": "Required for friendly error pages in development (^2.4).",
2019-06-02 05:35:48 +00:00
"fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
2020-01-11 02:36:11 +00:00
"guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.0).",
2019-06-02 05:35:48 +00:00
"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-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
2020-01-11 02:36:11 +00:00
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
2019-06-02 05:35:48 +00:00
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
2020-01-11 02:36:11 +00:00
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^4.3.4).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.2).",
2019-06-02 05:35:48 +00:00
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "6.x-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"files": [
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
"psr-4": {
"Illuminate\\": "src/Illuminate/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Laravel Framework.",
"homepage": "https://laravel.com",
"keywords": [
"framework",
"laravel"
],
2020-01-11 02:36:11 +00:00
"time": "2020-01-08T21:17:42+00:00"
2018-05-20 12:53:14 +00:00
},
2018-06-05 11:13:57 +00:00
{
"name": "laravel/passport",
2020-01-11 02:36:11 +00:00
"version": "v8.2.0",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/passport.git",
2020-01-11 02:36:11 +00:00
"reference": "4c163b7821d29b6166fc2e93ad7649428b51c6db"
2018-06-05 11:13:57 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/laravel/passport/zipball/4c163b7821d29b6166fc2e93ad7649428b51c6db",
"reference": "4c163b7821d29b6166fc2e93ad7649428b51c6db",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"ext-json": "*",
2020-01-11 02:36:11 +00:00
"firebase/php-jwt": "^3.0|^4.0|^5.0",
"guzzlehttp/guzzle": "^6.0",
"illuminate/auth": "^6.0|^7.0",
"illuminate/console": "^6.0|^7.0",
"illuminate/container": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0",
"illuminate/cookie": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0",
"illuminate/encryption": "^6.0|^7.0",
"illuminate/http": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"laminas/laminas-diactoros": "^2.2",
"league/oauth2-server": "^8.0",
"php": "^7.2",
2018-06-05 11:13:57 +00:00
"phpseclib/phpseclib": "^2.0",
2020-01-11 02:36:11 +00:00
"symfony/psr-http-message-bridge": "^1.0"
2018-06-05 11:13:57 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"mockery/mockery": "^1.0",
"orchestra/testbench": "^4.4|^5.0",
"phpunit/phpunit": "^8.0"
2018-06-05 11:13:57 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "8.x-dev"
2018-06-05 11:13:57 +00:00
},
"laravel": {
"providers": [
"Laravel\\Passport\\PassportServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Passport\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel Passport provides OAuth2 server support to Laravel.",
"keywords": [
"laravel",
"oauth",
"passport"
],
2020-01-11 02:36:11 +00:00
"time": "2020-01-07T19:25:00+00:00"
2018-06-05 11:13:57 +00:00
},
2018-05-20 12:53:14 +00:00
{
"name": "laravel/socialite",
2020-01-11 02:36:11 +00:00
"version": "v4.3.1",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/socialite.git",
2020-01-11 02:36:11 +00:00
"reference": "2d670d5b100ef2dc72dc578126b2b97985791f52"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/laravel/socialite/zipball/2d670d5b100ef2dc72dc578126b2b97985791f52",
"reference": "2d670d5b100ef2dc72dc578126b2b97985791f52",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"ext-json": "*",
2018-05-20 12:53:14 +00:00
"guzzlehttp/guzzle": "~6.0",
2020-01-11 02:36:11 +00:00
"illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0",
2018-05-20 12:53:14 +00:00
"league/oauth1-client": "~1.0",
2019-06-02 05:35:48 +00:00
"php": "^7.1.3"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0"
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.0-dev"
2018-05-20 12:53:14 +00:00
},
"laravel": {
"providers": [
"Laravel\\Socialite\\SocialiteServiceProvider"
],
"aliases": {
"Socialite": "Laravel\\Socialite\\Facades\\Socialite"
}
}
},
"autoload": {
"psr-4": {
"Laravel\\Socialite\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
2019-06-02 05:35:48 +00:00
"homepage": "https://laravel.com",
2018-05-20 12:53:14 +00:00
"keywords": [
"laravel",
"oauth"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-26T17:39:15+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "laravel/tinker",
2020-01-11 02:36:11 +00:00
"version": "v1.0.10",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2020-01-11 02:36:11 +00:00
"reference": "ad571aacbac1539c30d480908f9d0c9614eaf1a7"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/ad571aacbac1539c30d480908f9d0c9614eaf1a7",
"reference": "ad571aacbac1539c30d480908f9d0c9614eaf1a7",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/console": "~5.1|^6.0",
"illuminate/contracts": "~5.1|^6.0",
"illuminate/support": "~5.1|^6.0",
2018-05-20 12:53:14 +00:00
"php": ">=5.5.9",
"psy/psysh": "0.7.*|0.8.*|0.9.*",
"symfony/var-dumper": "~3.0|~4.0"
},
"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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-08-07T15:10:45+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "laravie/html",
2020-01-11 02:36:11 +00:00
"version": "v6.0.1",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravie/html.git",
2020-01-11 02:36:11 +00:00
"reference": "6a25870ed1af7623386946748394d82ebe22f7dc"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/laravie/html/zipball/6a25870ed1af7623386946748394d82ebe22f7dc",
"reference": "6a25870ed1af7623386946748394d82ebe22f7dc",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/http": "^6.0",
"illuminate/routing": "^6.0",
"illuminate/session": "^6.0",
"illuminate/support": "^6.0",
"illuminate/view": "^6.0",
"php": ">=7.2"
2018-05-20 12:53:14 +00:00
},
"replace": {
"laravelcollective/html": "*"
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"orchestra/testbench": "^4.0.1"
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "6.0-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
"Collective\\Html\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com"
},
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
2020-01-11 02:36:11 +00:00
},
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
2018-05-20 12:53:14 +00:00
}
],
"description": "HTML and Form Builders for the Laravel Framework",
"homepage": "https://github.com/laravie/html",
"keywords": [
"form",
"html",
"laravel"
],
2020-01-11 02:36:11 +00:00
"time": "2019-10-30T22:21:28+00:00"
2018-05-20 12:53:14 +00:00
},
2018-06-05 11:13:57 +00:00
{
"name": "lcobucci/jwt",
2019-06-02 05:35:48 +00:00
"version": "3.3.1",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2019-06-02 05:35:48 +00:00
"reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
2018-06-05 11:13:57 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
"reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"ext-mbstring": "*",
2018-06-05 11:13:57 +00:00
"ext-openssl": "*",
2019-06-02 05:35:48 +00:00
"php": "^5.6 || ^7.0"
2018-06-05 11:13:57 +00:00
},
"require-dev": {
"mikey179/vfsstream": "~1.5",
"phpmd/phpmd": "~2.2",
"phpunit/php-invoker": "~1.1",
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "^5.7 || ^7.3",
2018-06-05 11:13:57 +00:00
"squizlabs/php_codesniffer": "~2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Otávio Cobucci Oblonczyk",
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-24T18:30:49+00:00"
2018-06-05 11:13:57 +00:00
},
2020-01-11 02:36:11 +00:00
{
"name": "league/commonmark",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "2533c389fd2a7573d4f7be279b1c33cf941c8dfc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2533c389fd2a7573d4f7be279b1c33cf941c8dfc",
"reference": "2533c389fd2a7573d4f7be279b1c33cf941c8dfc",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^7.1"
},
"replace": {
"colinodell/commonmark-php": "*"
},
"require-dev": {
"cebe/markdown": "~1.0",
"commonmark/commonmark.js": "0.29.1",
"erusev/parsedown": "~1.0",
"ext-json": "*",
"michelf/php-markdown": "~1.4",
"mikehaertl/php-shellcommand": "^1.4",
"phpstan/phpstan-shim": "^0.11.5",
"phpunit/phpunit": "^7.5",
"scrutinizer/ocular": "^1.5",
"symfony/finder": "^4.2"
},
"suggest": {
"league/commonmark-extras": "Library of useful extensions including smart punctuation"
},
"bin": [
"bin/commonmark"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"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",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "PHP Markdown parser based on the CommonMark spec",
"homepage": "https://commonmark.thephpleague.com",
"keywords": [
"commonmark",
"markdown",
"parser"
],
"time": "2020-01-09T22:41:09+00:00"
},
{
"name": "league/commonmark-ext-table",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark-ext-table.git",
"reference": "3228888ea69636e855efcf6636ff8e6316933fe7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark-ext-table/zipball/3228888ea69636e855efcf6636ff8e6316933fe7",
"reference": "3228888ea69636e855efcf6636ff8e6316933fe7",
"shasum": ""
},
"require": {
"league/commonmark": "~0.19.3|^1.0",
"php": "^7.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"phpstan/phpstan": "~0.11",
"phpunit/phpunit": "^7.0|^8.0",
"symfony/var-dumper": "^4.0",
"vimeo/psalm": "^3.0"
},
"type": "commonmark-extension",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-4": {
"League\\CommonMark\\Ext\\Table\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Martin Hasoň",
"email": "martin.hason@gmail.com"
},
{
"name": "Webuni s.r.o.",
"homepage": "https://www.webuni.cz"
},
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com"
}
],
"description": "Table extension for league/commonmark",
"homepage": "https://github.com/thephpleague/commonmark-ext-table",
"keywords": [
"commonmark",
"extension",
"markdown",
"table"
],
"time": "2019-09-26T13:28:33+00:00"
},
2018-06-05 11:13:57 +00:00
{
"name": "league/event",
2019-06-02 05:35:48 +00:00
"version": "2.2.0",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/event.git",
2019-06-02 05:35:48 +00:00
"reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
2018-06-05 11:13:57 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
"reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "~1.0.1",
2019-06-02 05:35:48 +00:00
"phpspec/phpspec": "^2.2"
2018-06-05 11:13:57 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-4": {
"League\\Event\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Event package",
"keywords": [
"emitter",
"event",
"listener"
],
2019-06-02 05:35:48 +00:00
"time": "2018-11-26T11:52:41+00:00"
2018-06-05 11:13:57 +00:00
},
2018-05-20 12:53:14 +00:00
{
"name": "league/flysystem",
2020-01-11 02:36:11 +00:00
"version": "1.0.63",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2020-01-11 02:36:11 +00:00
"reference": "8132daec326565036bc8e8d1876f77ec183a7bd6"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8132daec326565036bc8e8d1876f77ec183a7bd6",
"reference": "8132daec326565036bc8e8d1876f77ec183a7bd6",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"ext-fileinfo": "*",
2018-05-20 12:53:14 +00:00
"php": ">=5.5.9"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
"phpspec/phpspec": "^3.4",
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "^5.7.10"
2018-05-20 12:53:14 +00:00
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
"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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"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-01-11 02:36:11 +00:00
"time": "2020-01-04T16:30:31+00:00"
2018-05-20 12:53:14 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "league/oauth1-client",
"version": "1.7.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/thephpleague/oauth1-client.git",
"reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647",
"reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"guzzlehttp/guzzle": "^6.0",
"php": ">=5.5.0"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"mockery/mockery": "^0.9",
"phpunit/phpunit": "^4.0",
"squizlabs/php_codesniffer": "^2.0"
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"League\\OAuth1\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Corlett",
"email": "bencorlett@me.com",
"homepage": "http://www.webcomm.com.au",
"role": "Developer"
}
],
"description": "OAuth 1.0 Client Library",
"keywords": [
"Authentication",
"SSO",
"authorization",
"bitbucket",
"identity",
"idp",
"oauth",
"oauth1",
"single sign on",
"trello",
"tumblr",
"twitter"
],
"time": "2016-08-17T00:36:58+00:00"
},
2018-06-05 11:13:57 +00:00
{
"name": "league/oauth2-server",
2020-01-11 02:36:11 +00:00
"version": "8.0.0",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git",
2020-01-11 02:36:11 +00:00
"reference": "e1dc4d708c56fcfa205be4bb1862b6d525b4baac"
2018-06-05 11:13:57 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/e1dc4d708c56fcfa205be4bb1862b6d525b4baac",
"reference": "e1dc4d708c56fcfa205be4bb1862b6d525b4baac",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"defuse/php-encryption": "^2.2.1",
"ext-json": "*",
2018-06-05 11:13:57 +00:00
"ext-openssl": "*",
2020-01-11 02:36:11 +00:00
"lcobucci/jwt": "^3.3.1",
"league/event": "^2.2",
"php": ">=7.1.0",
2018-06-05 11:13:57 +00:00
"psr/http-message": "^1.0.1"
},
"replace": {
"league/oauth2server": "*",
"lncd/oauth2": "*"
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"phpstan/phpstan": "^0.11.8",
"phpstan/phpstan-phpunit": "^0.11.2",
"phpunit/phpunit": "^7.5.13 || ^8.2.3",
2019-06-02 05:35:48 +00:00
"roave/security-advisories": "dev-master",
2020-01-11 02:36:11 +00:00
"zendframework/zend-diactoros": "^2.1.2"
2018-06-05 11:13:57 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"League\\OAuth2\\Server\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
2019-06-02 05:35:48 +00:00
},
{
"name": "Andy Millington",
"email": "andrew@noexceptions.io",
"homepage": "https://www.noexceptions.io",
"role": "Developer"
2018-06-05 11:13:57 +00:00
}
],
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
"homepage": "https://oauth2.thephpleague.com/",
"keywords": [
"Authentication",
"api",
"auth",
"authorisation",
"authorization",
"oauth",
"oauth 2",
"oauth 2.0",
"oauth2",
"protect",
"resource",
"secure",
"server"
],
2020-01-11 02:36:11 +00:00
"time": "2019-07-13T18:58:26+00:00"
2018-06-05 11:13:57 +00:00
},
2018-05-20 12:53:14 +00:00
{
"name": "leenooks/laravel",
2020-01-14 10:57:33 +00:00
"version": "6.0.13",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://dev.leenooks.net/leenooks/laravel",
2020-01-14 10:57:33 +00:00
"reference": "62f66d7eedaa4e86595965e146fb1cf3e9c341d8"
2018-05-20 12:53:14 +00:00
},
"require": {
2019-06-02 05:35:48 +00:00
"creativeorange/gravatar": "^1.0",
2020-01-11 02:36:11 +00:00
"igaster/laravel-theme": "^2.0.15",
"orchestra/asset": "^4.0"
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Leenooks\\Providers\\LeenooksServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Leenooks\\": "src"
2018-06-18 11:51:20 +00:00
},
"files": [
"src/helpers.php"
]
2018-05-20 12:53:14 +00:00
},
"license": [
"MIT"
],
"authors": [
{
"name": "Deon George",
"email": "deon@leenooks.net"
}
],
"description": "Leenooks standard templates and tools.",
"keywords": [
"laravel",
"leenooks"
],
2020-01-14 10:57:33 +00:00
"time": "2020-01-14T10:43:40+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "maximebf/debugbar",
2020-01-11 02:36:11 +00:00
"version": "v1.15.1",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
2020-01-11 02:36:11 +00:00
"reference": "6c4277f6117e4864966c9cb58fb835cee8c74a1e"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/6c4277f6117e4864966c9cb58fb835cee8c74a1e",
"reference": "6c4277f6117e4864966c9cb58fb835cee8c74a1e",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": ">=5.6",
2018-05-20 12:53:14 +00:00
"psr/log": "^1.0",
2020-01-11 02:36:11 +00:00
"symfony/var-dumper": "^2.6|^3|^4"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"phpunit/phpunit": "^5"
2018-05-20 12:53:14 +00:00
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.15-dev"
2018-05-20 12:53:14 +00: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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-09-24T14:55:42+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "monolog/monolog",
2020-01-11 02:36:11 +00:00
"version": "2.0.2",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2020-01-11 02:36:11 +00:00
"reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/c861fcba2ca29404dc9e617eedd9eff4616986b8",
"reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": "^7.2",
"psr/log": "^1.0.1"
2018-05-20 12:53:14 +00:00
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
2020-01-11 02:36:11 +00:00
"elasticsearch/elasticsearch": "^6.0",
"graylog2/gelf-php": "^1.4.2",
"jakub-onderka/php-parallel-lint": "^0.9",
2018-05-20 12:53:14 +00:00
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
2020-01-11 02:36:11 +00:00
"phpspec/prophecy": "^1.6.1",
"phpunit/phpunit": "^8.3",
"predis/predis": "^1.1",
"rollbar/rollbar": "^1.3",
2018-05-20 12:53:14 +00:00
"ruflin/elastica": ">=0.90 <3.0",
"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",
2020-01-11 02:36:11 +00:00
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2018-05-20 12:53:14 +00:00
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2020-01-11 02:36:11 +00:00
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2018-05-20 12:53:14 +00:00
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2020-01-11 02:36:11 +00:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2018-05-20 12:53:14 +00:00
"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",
2020-01-11 02:36:11 +00:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "2.x-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-20T14:22:59+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "nesbot/carbon",
2020-01-11 02:36:11 +00:00
"version": "2.28.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2020-01-11 02:36:11 +00:00
"reference": "e2bcbcd43e67ee6101d321d5de916251d2870ca8"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e2bcbcd43e67ee6101d321d5de916251d2870ca8",
"reference": "e2bcbcd43e67ee6101d321d5de916251d2870ca8",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/translation": "^3.4 || ^4.0 || ^5.0"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^1.1",
"phpmd/phpmd": "dev-php-7.1-compatibility",
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^7.5 || ^8.0",
"squizlabs/php_codesniffer": "^3.4"
2019-06-02 05:35:48 +00:00
},
2020-01-11 02:36:11 +00:00
"bin": [
"bin/carbon"
],
2018-05-20 12:53:14 +00:00
"type": "library",
"extra": {
2020-01-11 02:36:11 +00:00
"branch-alias": {
"dev-master": "2.x-dev"
},
2019-06-02 05:35:48 +00:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Carbon\\": "src/Carbon/"
2018-05-20 12:53:14 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
2020-01-11 02:36:11 +00:00
},
{
"name": "kylekatarnls",
"homepage": "http://github.com/kylekatarnls"
2018-05-20 12:53:14 +00:00
}
],
2020-01-11 02:36:11 +00:00
"description": "An API extension for DateTime that supports 281 different languages.",
2018-05-20 12:53:14 +00:00
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-16T16:30:25+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "nikic/php-parser",
2020-01-11 02:36:11 +00:00
"version": "v4.3.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2020-01-11 02:36:11 +00:00
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"ircmaxell/php-yacc": "0.0.5",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
2018-05-20 12:53:14 +00:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.3-dev"
2018-05-20 12:53:14 +00: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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-08T13:50:10+00:00"
2019-06-02 05:35:48 +00:00
},
{
"name": "opis/closure",
2020-01-11 02:36:11 +00:00
"version": "3.5.1",
2019-06-02 05:35:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/opis/closure.git",
2020-01-11 02:36:11 +00:00
"reference": "93ebc5712cdad8d5f489b500c59d122df2e53969"
2019-06-02 05:35:48 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/opis/closure/zipball/93ebc5712cdad8d5f489b500c59d122df2e53969",
"reference": "93ebc5712cdad8d5f489b500c59d122df2e53969",
2019-06-02 05:35:48 +00:00
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0"
},
"require-dev": {
"jeremeamia/superclosure": "^2.0",
2020-01-11 02:36:11 +00:00
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2019-06-02 05:35:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "3.5.x-dev"
2019-06-02 05:35:48 +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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-29T22:36:02+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "orchestra/asset",
2020-01-11 02:36:11 +00:00
"version": "v4.0.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/orchestral/asset.git",
2020-01-11 02:36:11 +00:00
"reference": "bb29a22179ef4f010986f24c0ef98ce3daef84a6"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/orchestral/asset/zipball/bb29a22179ef4f010986f24c0ef98ce3daef84a6",
"reference": "bb29a22179ef4f010986f24c0ef98ce3daef84a6",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"laravie/html": "^6.0",
"orchestra/contracts": "^4.0",
"orchestra/support-facades": "^4.0",
"php": ">=7.2"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"illuminate/filesystem": "^6.0",
"mockery/mockery": "^1.2",
"phpunit/phpunit": " ^8.0"
2018-05-20 12:53:14 +00:00
},
"suggest": {
2020-01-11 02:36:11 +00:00
"illuminate/filesystem": "Allow using orchestra/asset component outside of Laravel app (^6.0).",
"orchestra/html": "Allow using orchestra/asset with HTML component (^4.0)."
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.0-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
"Orchestra\\Asset\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"description": "Asset Component for Orchestra Platform",
"homepage": "http://orchestraplatform.com/docs/latest/components/asset/",
"keywords": [
"asset",
"laravel",
"orchestra-platform",
"orchestral"
],
2020-01-11 02:36:11 +00:00
"time": "2019-08-29T22:25:10+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "orchestra/contracts",
2020-01-11 02:36:11 +00:00
"version": "v4.1.1",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/orchestral/contracts.git",
2020-01-11 02:36:11 +00:00
"reference": "a9a08a8d316ae6aa8fc523c09e5c85db39c89f08"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/orchestral/contracts/zipball/a9a08a8d316ae6aa8fc523c09e5c85db39c89f08",
"reference": "a9a08a8d316ae6aa8fc523c09e5c85db39c89f08",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/contracts": "^6.1",
"php": ">=7.2"
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "5.0-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
"Orchestra\\Contracts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"description": "Contracts for Orchestra Platform",
"keywords": [
"contracts",
"orchestra-platform",
"orchestral"
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-06T14:24:46+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "orchestra/support-facades",
2020-01-11 02:36:11 +00:00
"version": "v4.0.2",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/orchestral/support-facades.git",
2020-01-11 02:36:11 +00:00
"reference": "d302ae7340291743967261c904937bdce4bf29ab"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/orchestral/support-facades/zipball/d302ae7340291743967261c904937bdce4bf29ab",
"reference": "d302ae7340291743967261c904937bdce4bf29ab",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/support": "^6.0",
"php": ">=7.2"
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "5.0-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
"Orchestra\\Support\\Facades\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Support (Facades) Component for Orchestra Platform",
"homepage": "http://orchestraplatform.com/docs/latest/components/support/",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"laravel",
"orchestra-platform",
"orchestral"
],
2020-01-11 02:36:11 +00:00
"time": "2019-10-29T22:49:12+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "paragonie/random_compat",
2019-06-02 05:35:48 +00:00
"version": "v9.99.99",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2019-06-02 05:35:48 +00:00
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": "^7"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
2018-05-20 12:53:14 +00:00
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
2018-06-18 11:51:20 +00:00
"polyfill",
2018-05-20 12:53:14 +00:00
"pseudorandom",
"random"
],
2019-06-02 05:35:48 +00:00
"time": "2018-07-02T15:55:56+00:00"
},
{
"name": "phpoption/phpoption",
2020-01-11 02:36:11 +00:00
"version": "1.7.2",
2019-06-02 05:35:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
2020-01-11 02:36:11 +00:00
"reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
2019-06-02 05:35:48 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
"reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
2019-06-02 05:35:48 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": "^5.5.9 || ^7.0"
2019-06-02 05:35:48 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"bamarni/composer-bin-plugin": "^1.3",
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2019-06-02 05:35:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.7-dev"
2019-06-02 05:35:48 +00:00
}
},
"autoload": {
2020-01-11 02:36:11 +00:00
"psr-4": {
"PhpOption\\": "src/PhpOption/"
2019-06-02 05:35:48 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-01-11 02:36:11 +00:00
"Apache-2.0"
2019-06-02 05:35:48 +00:00
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
2020-01-11 02:36:11 +00:00
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
2019-06-02 05:35:48 +00:00
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-15T19:35:24+00:00"
2018-05-20 12:53:14 +00:00
},
2018-06-05 11:13:57 +00:00
{
"name": "phpseclib/phpseclib",
2020-01-11 02:36:11 +00:00
"version": "2.0.23",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
2020-01-11 02:36:11 +00:00
"reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
2018-06-05 11:13:57 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
"reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phing/phing": "~2.7",
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
"sami/sami": "~2.0",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
},
"type": "library",
"autoload": {
"files": [
"phpseclib/bootstrap.php"
],
"psr-4": {
"phpseclib\\": "phpseclib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"role": "Lead Developer"
},
{
"name": "Patrick Monnerat",
"email": "pm@datasphere.ch",
"role": "Developer"
},
{
"name": "Andreas Fischer",
"email": "bantu@phpbb.com",
"role": "Developer"
},
{
"name": "Hans-Jürgen Petrich",
"email": "petrich@tronic-media.com",
"role": "Developer"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"role": "Developer"
}
],
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
"homepage": "http://phpseclib.sourceforge.net",
"keywords": [
"BigInteger",
"aes",
"asn.1",
"asn1",
"blowfish",
"crypto",
"cryptography",
"encryption",
"rsa",
"security",
"sftp",
"signature",
"signing",
"ssh",
"twofish",
"x.509",
"x509"
],
2020-01-11 02:36:11 +00:00
"time": "2019-09-17T03:41:22+00:00"
2018-06-05 11:13:57 +00:00
},
2018-05-20 12:53:14 +00: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"
},
2020-01-11 02:36:11 +00:00
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.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 interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"time": "2019-04-30T12:38:16+00:00"
},
2018-05-20 12:53:14 +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"
2017-11-03 05:26:07 +00:00
],
2018-05-20 12:53:14 +00:00
"time": "2016-08-06T14:39:51+00:00"
2017-12-04 12:37:14 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "psr/log",
2020-01-11 02:36:11 +00:00
"version": "1.1.2",
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/php-fig/log.git",
2020-01-11 02:36:11 +00:00
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
2018-05-20 12:53:14 +00:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
2018-05-20 12:53:14 +00:00
"log",
"psr",
"psr-3"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-01T11:05:21+00:00"
},
2017-11-03 05:26:07 +00:00
{
2018-05-20 12:53:14 +00:00
"name": "psr/simple-cache",
"version": "1.0.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2018-05-20 12:53:14 +00:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"php": ">=5.3.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-05-20 12:53:14 +00:00
"dev-master": "1.0.x-dev"
}
},
2017-11-03 05:26:07 +00:00
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Psr\\SimpleCache\\": "src/"
2017-11-03 05:26:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Common interfaces for simple caching",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
2017-11-03 05:26:07 +00:00
],
2018-05-20 12:53:14 +00:00
"time": "2017-10-23T01:57:42+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "psy/psysh",
2020-01-11 02:36:11 +00:00
"version": "v0.9.12",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/bobthecow/psysh.git",
2020-01-11 02:36:11 +00:00
"reference": "90da7f37568aee36b116a030c5f99c915267edd4"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4",
"reference": "90da7f37568aee36b116a030c5f99c915267edd4",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"dnoegel/php-xdg-base-dir": "0.1.*",
2019-06-02 05:35:48 +00:00
"ext-json": "*",
"ext-tokenizer": "*",
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2018-05-20 12:53:14 +00:00
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
2020-01-11 02:36:11 +00:00
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2018-06-18 11:51:20 +00:00
"bamarni/composer-bin-plugin": "^1.2",
2018-05-20 12:53:14 +00:00
"hoa/console": "~2.15|~3.16",
2018-06-18 11:51:20 +00:00
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2018-05-20 12:53:14 +00: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."
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
"bin": [
"bin/psysh"
],
2017-11-03 05:26:07 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-05-20 12:53:14 +00:00
"dev-develop": "0.9.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
2018-05-20 12:53:14 +00:00
"files": [
"src/functions.php"
],
2017-11-03 05:26:07 +00:00
"psr-4": {
2018-05-20 12:53:14 +00:00
"Psy\\": "src/"
2017-11-03 05:26:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"REPL",
"console",
"interactive",
"shell"
2017-11-03 05:26:07 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-06T14:19:43+00:00"
2019-06-02 05:35:48 +00:00
},
{
"name": "quickbooks/v3-php-sdk",
2020-01-11 02:36:11 +00:00
"version": "dev-master",
2019-06-02 05:35:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/intuit/QuickBooks-V3-PHP-SDK.git",
2020-01-11 02:36:11 +00:00
"reference": "63ab5ce9a6ae0f16ea137f89416d1537e6536f26"
2019-06-02 05:35:48 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/intuit/QuickBooks-V3-PHP-SDK/zipball/63ab5ce9a6ae0f16ea137f89416d1537e6536f26",
"reference": "63ab5ce9a6ae0f16ea137f89416d1537e6536f26",
2019-06-02 05:35:48 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"suggest": {
"ext-curl": "Uses Curl to make HTTP Requests",
"guzzlehttp/guzzle": "Uses Guzzle to make HTTP Requests"
},
"type": "library",
"autoload": {
"psr-4": {
"QuickBooksOnline\\API\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "hlu2",
"email": "Hao_Lu@intuit.com"
}
],
"description": "The Official PHP SDK for QuickBooks Online Accounting API",
"homepage": "http://developer.intuit.com",
"keywords": [
"api",
"http",
"quickbooks",
"rest",
"smallbusiness"
],
2020-01-11 02:36:11 +00:00
"time": "2020-01-10T01:16:20+00:00"
2018-06-18 11:51:20 +00:00
},
{
2019-06-02 05:35:48 +00:00
"name": "ralouphie/getallheaders",
2020-01-11 02:36:11 +00:00
"version": "3.0.3",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": ">=5.6"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"autoload": {
2020-01-11 02:36:11 +00:00
"files": [
"src/getallheaders.php"
]
2017-11-03 05:26:07 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-11 02:36:11 +00:00
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
2017-11-03 05:26:07 +00:00
}
],
2020-01-11 02:36:11 +00:00
"description": "A polyfill for getallheaders.",
"time": "2019-03-08T08:55:37+00:00"
2017-11-03 05:26:07 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "ramsey/uuid",
"version": "3.9.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/ramsey/uuid.git",
"reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
"reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"ext-json": "*",
"paragonie/random_compat": "^1 | ^2 | 9.99.99",
"php": "^5.4 | ^7 | ^8",
"symfony/polyfill-ctype": "^1.8"
},
"replace": {
"rhumsaa/uuid": "self.version"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +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",
"moontoast/math": "^1.1",
"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"
},
"suggest": {
"ext-ctype": "Provides support for PHP Ctype functions",
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
"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).",
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"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."
2017-11-03 05:26:07 +00:00
},
"type": "library",
2020-01-11 02:36:11 +00:00
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
2017-11-03 05:26:07 +00:00
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Ramsey\\Uuid\\": "src/"
},
"files": [
"src/functions.php"
]
2017-11-03 05:26:07 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-11 02:36:11 +00:00
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
},
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
2017-11-03 05:26:07 +00:00
}
],
2020-01-11 02:36:11 +00:00
"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",
2017-11-03 05:26:07 +00:00
"keywords": [
2020-01-11 02:36:11 +00:00
"guid",
"identifier",
"uuid"
2017-11-03 05:26:07 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-17T08:18:51+00:00"
2017-11-03 05:26:07 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "spatie/laravel-demo-mode",
"version": "2.5.0",
2017-11-03 05:26:07 +00:00
"source": {
2018-05-20 12:53:14 +00:00
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/spatie/laravel-demo-mode.git",
"reference": "48d5801a328dba1740ac01c9ec4df1d4c78c8ce0"
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/spatie/laravel-demo-mode/zipball/48d5801a328dba1740ac01c9ec4df1d4c78c8ce0",
"reference": "48d5801a328dba1740ac01c9ec4df1d4c78c8ce0",
2018-05-20 12:53:14 +00:00
"shasum": ""
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/support": "~5.5.5|~5.6.0|~5.7.0|~5.8.0|^6.0",
"php": "^7.2"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"orchestra/testbench": "~3.5.3|~3.6.0|~3.7.0|~3.8.0|^4.0",
"phpunit/phpunit": "^8.0"
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
"type": "library",
2020-01-11 02:36:11 +00:00
"extra": {
"laravel": {
"providers": [
"Spatie\\DemoMode\\DemoModeServiceProvider"
]
}
},
2017-11-03 05:26:07 +00:00
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Spatie\\DemoMode\\": "src"
2017-11-03 05:26:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-11 02:36:11 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
2018-05-20 12:53:14 +00:00
"homepage": "https://spatie.be",
"role": "Developer"
2017-11-03 05:26:07 +00:00
}
],
2020-01-11 02:36:11 +00:00
"description": "A middleware to protect your work in progress from prying eyes",
"homepage": "https://github.com/spatie/laravel-demo-mode",
2017-11-03 05:26:07 +00:00
"keywords": [
2020-01-11 02:36:11 +00:00
"laravel-demo-mode",
"spatie"
2017-11-03 05:26:07 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-09-04T06:58:16+00:00"
2017-11-03 05:26:07 +00:00
},
2019-06-12 06:25:15 +00:00
{
"name": "spinen/laravel-quickbooks-client",
2020-01-11 02:36:11 +00:00
"version": "3.1.0",
2019-06-12 06:25:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/spinen/laravel-quickbooks-client.git",
2020-01-11 02:36:11 +00:00
"reference": "2566e98fd5400654ca1f2bf353d37b7b9bc2e55e"
2019-06-12 06:25:15 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/spinen/laravel-quickbooks-client/zipball/2566e98fd5400654ca1f2bf353d37b7b9bc2e55e",
"reference": "2566e98fd5400654ca1f2bf353d37b7b9bc2e55e",
2019-06-12 06:25:15 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"illuminate/database": "~5.5|~6",
"illuminate/http": "~5.5|~6",
"illuminate/routing": "~5.5|~6",
"nesbot/carbon": "^1.26.3|^2.0",
2019-06-12 06:25:15 +00:00
"php": ">=7.2",
2020-01-11 02:36:11 +00:00
"quickbooks/v3-php-sdk": "dev-master"
2019-06-12 06:25:15 +00:00
},
"require-dev": {
"mockery/mockery": "^1",
"phpunit/phpunit": "~7.0.1|~8.0",
2020-01-11 02:36:11 +00:00
"psy/psysh": "^0.9.9",
"symfony/thanks": "^1.1"
2019-06-12 06:25:15 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spinen\\QuickBooks\\Providers\\ServiceProvider",
"Spinen\\QuickBooks\\Providers\\ClientServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spinen\\QuickBooks\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jimmy Puckett",
"email": "jimmy.puckett@spinen.com"
}
],
"description": "SPINEN's Laravel Client for QuickBooks.",
"keywords": [
"client",
"laravel",
"quickbooks",
"spinen"
],
2020-01-11 02:36:11 +00:00
"time": "2019-10-03T00:35:53+00:00"
2019-06-12 06:25:15 +00:00
},
2017-11-03 05:26:07 +00:00
{
"name": "swiftmailer/swiftmailer",
2020-01-11 02:36:11 +00:00
"version": "v6.2.3",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2020-01-11 02:36:11 +00:00
"reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
"reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"egulias/email-validator": "~2.0",
2019-06-02 05:35:48 +00:00
"php": ">=7.0.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
"mockery/mockery": "~0.9.1",
2019-06-02 05:35:48 +00:00
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
},
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "6.2-dev"
2017-11-03 05:26:07 +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",
2019-06-02 05:35:48 +00:00
"homepage": "https://swiftmailer.symfony.com",
2017-11-03 05:26:07 +00:00
"keywords": [
"email",
"mail",
"mailer"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-12T09:31:26+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/console",
2020-01-11 02:36:11 +00:00
"version": "v4.4.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2020-01-11 02:36:11 +00:00
"reference": "82437719dab1e6bdd28726af14cb345c2ec816d0"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/82437719dab1e6bdd28726af14cb345c2ec816d0",
"reference": "82437719dab1e6bdd28726af14cb345c2ec816d0",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2020-01-11 02:36:11 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/service-contracts": "^1.1|^2"
2017-11-03 05:26:07 +00:00
},
"conflict": {
"symfony/dependency-injection": "<3.4",
2020-01-11 02:36:11 +00:00
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
"symfony/process": "<3.3"
2017-11-03 05:26:07 +00:00
},
2019-06-02 05:35:48 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2017-11-03 05:26:07 +00:00
"require-dev": {
"psr/log": "~1.0",
2020-01-11 02:36:11 +00:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
2017-11-03 05:26:07 +00:00
},
"suggest": {
2019-06-02 05:35:48 +00:00
"psr/log": "For using the console logger",
2017-11-03 05:26:07 +00:00
"symfony/event-dispatcher": "",
"symfony/lock": "",
2017-11-03 05:26:07 +00:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2017-11-03 05:26:07 +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-01-11 02:36:11 +00:00
"time": "2019-12-17T10:32:23+00:00"
2019-06-02 05:35:48 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "symfony/css-selector",
"version": "v5.0.2",
2019-06-02 05:35:48 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/symfony/css-selector.git",
"reference": "19d29e7098b7b2c3313cb03902ca30f100dcb837"
2019-06-02 05:35:48 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/19d29e7098b7b2c3313cb03902ca30f100dcb837",
"reference": "19d29e7098b7b2c3313cb03902ca30f100dcb837",
2019-06-02 05:35:48 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": "^7.2.5"
2019-06-02 05:35:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "5.0-dev"
2019-06-02 05:35:48 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Symfony\\Component\\CssSelector\\": ""
2019-06-02 05:35:48 +00:00
},
"exclude-from-classmap": [
2020-01-11 02:36:11 +00:00
"/Tests/"
2019-06-02 05:35:48 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-11 02:36:11 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
2019-06-02 05:35:48 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-01-11 02:36:11 +00:00
"description": "Symfony CssSelector Component",
2019-06-02 05:35:48 +00:00
"homepage": "https://symfony.com",
2020-01-11 02:36:11 +00:00
"time": "2019-11-18T17:27:11+00:00"
2017-11-03 05:26:07 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "symfony/debug",
"version": "v4.4.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/symfony/debug.git",
"reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/5c4c1db977dc70bb3250e1308d3e8c6341aa38f5",
"reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": "^7.1.3",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": "<3.4"
},
"require-dev": {
"symfony/http-kernel": "^3.4|^4.0|^5.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Symfony\\Component\\Debug\\": ""
2017-11-03 05:26:07 +00:00
},
"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"
}
],
2020-01-11 02:36:11 +00:00
"description": "Symfony Debug Component",
2017-11-03 05:26:07 +00:00
"homepage": "https://symfony.com",
2020-01-11 02:36:11 +00:00
"time": "2019-12-16T14:46:54+00:00"
2017-11-03 05:26:07 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "symfony/error-handler",
"version": "v4.4.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/symfony/error-handler.git",
"reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/6d7d7712a6ff5215ec26215672293b154f1db8c1",
"reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2020-01-11 02:36:11 +00:00
"psr/log": "~1.0",
"symfony/debug": "^4.4",
"symfony/var-dumper": "^4.4|^5.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"symfony/http-kernel": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Symfony\\Component\\ErrorHandler\\": ""
2017-11-03 05:26:07 +00:00
},
"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"
}
],
2020-01-11 02:36:11 +00:00
"description": "Symfony ErrorHandler Component",
2017-11-03 05:26:07 +00:00
"homepage": "https://symfony.com",
2020-01-11 02:36:11 +00:00
"time": "2019-12-16T14:46:54+00:00"
2018-05-20 12:53:14 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "symfony/event-dispatcher",
"version": "v4.4.2",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "b3c3068a72623287550fe20b84a2b01dcba2686f"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f",
"reference": "b3c3068a72623287550fe20b84a2b01dcba2686f",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2020-01-11 02:36:11 +00:00
"symfony/event-dispatcher-contracts": "^1.1"
},
"conflict": {
"symfony/dependency-injection": "<3.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"psr/log": "~1.0",
"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"
2018-05-20 12:53:14 +00:00
},
"suggest": {
2020-01-11 02:36:11 +00:00
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
2018-05-20 12:53:14 +00:00
},
"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"
}
],
2020-01-11 02:36:11 +00:00
"description": "Symfony EventDispatcher Component",
2018-05-20 12:53:14 +00:00
"homepage": "https://symfony.com",
2020-01-11 02:36:11 +00:00
"time": "2019-11-28T13:33:56+00:00"
2017-11-03 05:26:07 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "symfony/event-dispatcher-contracts",
"version": "v1.1.7",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": "^7.1.3"
2017-11-03 05:26:07 +00:00
},
"suggest": {
2020-01-11 02:36:11 +00:00
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.1-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Symfony\\Contracts\\EventDispatcher\\": ""
}
2017-11-03 05:26:07 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-11 02:36:11 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-11-03 05:26:07 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-01-11 02:36:11 +00:00
"description": "Generic abstractions related to dispatching event",
2017-11-03 05:26:07 +00:00
"homepage": "https://symfony.com",
2020-01-11 02:36:11 +00:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-09-17T09:54:03+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/finder",
2020-01-11 02:36:11 +00:00
"version": "v4.4.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2020-01-11 02:36:11 +00:00
"reference": "ce8743441da64c41e2a667b8eb66070444ed911e"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/ce8743441da64c41e2a667b8eb66070444ed911e",
"reference": "ce8743441da64c41e2a667b8eb66070444ed911e",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2017-11-03 05:26:07 +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-01-11 02:36:11 +00:00
"time": "2019-11-17T21:56:56+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/http-foundation",
2020-01-11 02:36:11 +00:00
"version": "v4.4.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2020-01-11 02:36:11 +00:00
"reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/fcae1cff5b57b2a9c3aabefeb1527678705ddb62",
"reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2020-01-11 02:36:11 +00:00
"symfony/mime": "^4.3|^5.0",
"symfony/polyfill-mbstring": "~1.1"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2018-06-18 11:51:20 +00:00
"predis/predis": "~1.0",
2020-01-11 02:36:11 +00:00
"symfony/expression-language": "^3.4|^4.0|^5.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2017-11-03 05:26:07 +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-01-11 02:36:11 +00:00
"time": "2019-12-19T15:57:49+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/http-kernel",
2020-01-11 02:36:11 +00:00
"version": "v4.4.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2020-01-11 02:36:11 +00:00
"reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/fe310d2e95cd4c356836c8ecb0895a46d97fede2",
"reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2017-11-03 05:26:07 +00:00
"psr/log": "~1.0",
2020-01-11 02:36:11 +00:00
"symfony/error-handler": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9"
2017-11-03 05:26:07 +00:00
},
"conflict": {
2020-01-11 02:36:11 +00:00
"symfony/browser-kit": "<4.3",
"symfony/config": "<3.4",
2020-01-11 02:36:11 +00:00
"symfony/console": ">=5",
"symfony/dependency-injection": "<4.3",
2019-06-02 05:35:48 +00:00
"symfony/translation": "<4.2",
2017-11-03 05:26:07 +00:00
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
},
2017-11-03 05:26:07 +00:00
"require-dev": {
"psr/cache": "~1.0",
2020-01-11 02:36:11 +00:00
"symfony/browser-kit": "^4.3|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0",
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"twig/twig": "^1.34|^2.4|^3.0"
2017-11-03 05:26:07 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
2020-01-11 02:36:11 +00:00
"symfony/dependency-injection": ""
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2017-11-03 05:26:07 +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-01-11 02:36:11 +00:00
"time": "2019-12-19T16:23:40+00:00"
},
{
"name": "symfony/mime",
"version": "v5.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "0e6a4ced216e49d457eddcefb61132173a876d79"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/0e6a4ced216e49d457eddcefb61132173a876d79",
"reference": "0e6a4ced216e49d457eddcefb61132173a876d79",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"conflict": {
"symfony/mailer": "<4.4"
},
"require-dev": {
"egulias/email-validator": "^2.1.10",
"symfony/dependency-injection": "^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"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": "A library to manipulate MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
"time": "2019-11-30T14:12:50+00:00"
2018-06-18 11:51:20 +00:00
},
{
"name": "symfony/polyfill-ctype",
2020-01-11 02:36:11 +00:00
"version": "v1.13.1",
2018-06-18 11:51:20 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-01-11 02:36:11 +00:00
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
2018-06-18 11:51:20 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2018-06-18 11:51:20 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2019-06-02 05:35:48 +00:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-06-18 11:51:20 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.13-dev"
2018-06-18 11:51:20 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-01-11 02:36:11 +00:00
"authors": [
2018-06-18 11:51:20 +00:00
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2020-01-11 02:36:11 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-06-18 11:51:20 +00:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-27T13:56:44+00:00"
2019-06-02 05:35:48 +00:00
},
{
"name": "symfony/polyfill-iconv",
2020-01-11 02:36:11 +00:00
"version": "v1.13.1",
2019-06-02 05:35:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
2020-01-11 02:36:11 +00:00
"reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
2019-06-02 05:35:48 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
"reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
2019-06-02 05:35:48 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.13-dev"
2019-06-02 05:35:48 +00:00
}
},
"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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-27T13:56:44+00:00"
2019-06-02 05:35:48 +00:00
},
{
"name": "symfony/polyfill-intl-idn",
2020-01-11 02:36:11 +00:00
"version": "v1.13.1",
2019-06-02 05:35:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2020-01-11 02:36:11 +00:00
"reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
2019-06-02 05:35:48 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
"reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
2019-06-02 05:35:48 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.9"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.13-dev"
2019-06-02 05:35:48 +00:00
}
},
"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"
2020-01-11 02:36:11 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-02 05:35:48 +00:00
}
],
"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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-27T13:56:44+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/polyfill-mbstring",
2020-01-11 02:36:11 +00:00
"version": "v1.13.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-01-11 02:36:11 +00:00
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.13-dev"
2017-11-03 05:26:07 +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-01-11 02:36:11 +00:00
"time": "2019-11-27T14:18:11+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/polyfill-php72",
2020-01-11 02:36:11 +00:00
"version": "v1.13.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2020-01-11 02:36:11 +00:00
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.13-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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-27T13:56:44+00:00"
2018-05-20 12:53:14 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "symfony/polyfill-php73",
"version": "v1.13.1",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.13-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
2018-05-20 12:53:14 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-01-11 02:36:11 +00:00
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2018-05-20 12:53:14 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
2020-01-11 02:36:11 +00:00
"portable",
2018-05-20 12:53:14 +00:00
"shim"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-27T16:25:15+00:00"
},
2017-11-03 05:26:07 +00:00
{
"name": "symfony/process",
2020-01-11 02:36:11 +00:00
"version": "v4.4.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2020-01-11 02:36:11 +00:00
"reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/b84501ad50adb72a94fb460a5b5c91f693e99c9b",
"reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2017-11-03 05:26:07 +00:00
}
},
"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-01-11 02:36:11 +00:00
"time": "2019-12-06T10:06:46+00:00"
2017-11-03 05:26:07 +00:00
},
2018-06-05 11:13:57 +00:00
{
"name": "symfony/psr-http-message-bridge",
2020-01-11 02:36:11 +00:00
"version": "v1.3.0",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
2020-01-11 02:36:11 +00:00
"reference": "9d3e80d54d9ae747ad573cad796e8e247df7b796"
2018-06-05 11:13:57 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9d3e80d54d9ae747ad573cad796e8e247df7b796",
"reference": "9d3e80d54d9ae747ad573cad796e8e247df7b796",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": "^7.1",
"psr/http-message": "^1.0",
2020-01-11 02:36:11 +00:00
"symfony/http-foundation": "^4.4 || ^5.0"
2018-06-05 11:13:57 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"nyholm/psr7": "^1.1",
2020-01-11 02:36:11 +00:00
"symfony/phpunit-bridge": "^4.4 || ^5.0",
2019-06-02 05:35:48 +00:00
"zendframework/zend-diactoros": "^1.4.1 || ^2.0"
2018-06-05 11:13:57 +00:00
},
"suggest": {
2019-06-02 05:35:48 +00:00
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
2018-06-05 11:13:57 +00:00
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.3-dev"
2018-06-05 11:13:57 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""
2019-06-02 05:35:48 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2018-06-05 11:13:57 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2020-01-11 02:36:11 +00:00
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2018-06-05 11:13:57 +00:00
}
],
"description": "PSR HTTP message bridge",
"homepage": "http://symfony.com",
"keywords": [
"http",
"http-message",
2019-06-02 05:35:48 +00:00
"psr-17",
2018-06-05 11:13:57 +00:00
"psr-7"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-25T19:33:50+00:00"
2018-06-05 11:13:57 +00:00
},
2017-11-03 05:26:07 +00:00
{
"name": "symfony/routing",
2020-01-11 02:36:11 +00:00
"version": "v4.4.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2020-01-11 02:36:11 +00:00
"reference": "628bcafae1b2043969378dcfbf9c196539a38722"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/routing/zipball/628bcafae1b2043969378dcfbf9c196539a38722",
"reference": "628bcafae1b2043969378dcfbf9c196539a38722",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
2017-11-03 05:26:07 +00:00
},
"conflict": {
2019-06-02 05:35:48 +00:00
"symfony/config": "<4.2",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"doctrine/annotations": "~1.2",
2017-11-03 05:26:07 +00:00
"psr/log": "~1.0",
2020-01-11 02:36:11 +00:00
"symfony/config": "^4.2|^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/yaml": "^3.4|^4.0|^5.0"
2017-11-03 05:26:07 +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": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2017-11-03 05:26:07 +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-01-11 02:36:11 +00:00
"time": "2019-12-12T12:53:52+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"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 writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-11-18T17:27:11+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/translation",
2020-01-11 02:36:11 +00:00
"version": "v4.4.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2020-01-11 02:36:11 +00:00
"reference": "f7669f48a9633bf8139bc026c755e894b7206677"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/f7669f48a9633bf8139bc026c755e894b7206677",
"reference": "f7669f48a9633bf8139bc026c755e894b7206677",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2020-01-11 02:36:11 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6|^2"
2017-11-03 05:26:07 +00:00
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
2020-01-11 02:36:11 +00:00
"symfony/http-kernel": "<4.4",
"symfony/yaml": "<3.4"
2017-11-03 05:26:07 +00:00
},
2019-06-02 05:35:48 +00:00
"provide": {
2020-01-11 02:36:11 +00:00
"symfony/translation-implementation": "1.0"
2019-06-02 05:35:48 +00:00
},
2017-11-03 05:26:07 +00:00
"require-dev": {
"psr/log": "~1.0",
2020-01-11 02:36:11 +00:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
2017-11-03 05:26:07 +00:00
},
"suggest": {
2018-05-20 12:53:14 +00:00
"psr/log-implementation": "To use logging capability in translator",
2017-11-03 05:26:07 +00:00
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2017-11-03 05:26:07 +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-01-11 02:36:11 +00:00
"time": "2019-12-12T12:53:52+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"shasum": ""
},
"require": {
"php": "^7.2.5"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-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-11-18T17:27:11+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/var-dumper",
2020-01-11 02:36:11 +00:00
"version": "v4.4.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2020-01-11 02:36:11 +00:00
"reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/be330f919bdb395d1e0c3f2bfb8948512d6bdd99",
"reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
2017-11-03 05:26:07 +00:00
},
"conflict": {
2018-06-18 11:51:20 +00:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
"ext-iconv": "*",
2020-01-11 02:36:11 +00:00
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/process": "^4.4|^5.0",
"twig/twig": "^1.34|^2.4|^3.0"
2017-11-03 05:26:07 +00:00
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2018-06-18 11:51:20 +00:00
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2017-11-03 05:26:07 +00:00
},
2018-06-18 11:51:20 +00:00
"bin": [
"Resources/bin/var-dump-server"
],
2017-11-03 05:26:07 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "4.4-dev"
2017-11-03 05:26:07 +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-01-11 02:36:11 +00:00
"time": "2019-12-18T13:41:29+00:00"
2018-05-20 12:53:14 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.2",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
"reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"ext-dom": "*",
"ext-libxml": "*",
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2018-05-20 12:53:14 +00:00
},
"type": "library",
2020-01-11 02:36:11 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
2018-05-20 12:53:14 +00:00
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"TijsVerkoyen\\CssToInlineStyles\\": "src"
2018-05-20 12:53:14 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-01-11 02:36:11 +00:00
"BSD-3-Clause"
2018-05-20 12:53:14 +00:00
],
"authors": [
{
2020-01-11 02:36:11 +00:00
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
2018-05-20 12:53:14 +00:00
}
],
2020-01-11 02:36:11 +00:00
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"time": "2019-10-24T08:53:34+00:00"
2017-11-03 05:26:07 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "vlucas/phpdotenv",
"version": "v3.6.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1bdf24f065975594f6a117f0f1f6cabf1333b156",
"reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": "^5.4 || ^7.0",
"phpoption/phpoption": "^1.5",
"symfony/polyfill-ctype": "^1.9"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "3.6-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Dotenv\\": "src/"
2017-11-03 05:26:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2020-01-11 02:36:11 +00:00
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"homepage": "https://gjcampbell.co.uk/"
},
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "https://vancelucas.com/"
2017-11-03 05:26:07 +00:00
}
],
2020-01-11 02:36:11 +00:00
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
"time": "2019-09-10T21:37:39+00:00"
}
],
"packages-dev": [
2018-05-20 12:53:14 +00:00
{
2020-01-11 02:36:11 +00:00
"name": "doctrine/instantiator",
"version": "1.3.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/doctrine/instantiator.git",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": "^7.1"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"doctrine/coding-standard": "^6.0",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.2.x-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2018-05-20 12:53:14 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-11 02:36:11 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
2018-05-20 12:53:14 +00:00
}
],
2020-01-11 02:36:11 +00:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2018-05-20 12:53:14 +00:00
"keywords": [
2020-01-11 02:36:11 +00:00
"constructor",
"instantiate"
2018-05-20 12:53:14 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-10-21T16:45:58+00:00"
2018-05-20 12:53:14 +00:00
},
2017-11-03 05:26:07 +00:00
{
2020-01-11 02:36:11 +00:00
"name": "facade/flare-client-php",
"version": "1.3.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/facade/flare-client-php.git",
"reference": "24444ea0e1556f0a4b5fc8e61802caf72ae9a408"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/24444ea0e1556f0a4b5fc8e61802caf72ae9a408",
"reference": "24444ea0e1556f0a4b5fc8e61802caf72ae9a408",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"facade/ignition-contracts": "~1.0",
"illuminate/pipeline": "~5.5|~5.6|~5.7|~5.8|^6.0",
"php": "^7.1",
"symfony/http-foundation": "~3.3|~4.1",
"symfony/var-dumper": "^3.4|^4.0|^5.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"larapack/dd": "^1.1",
"phpunit/phpunit": "^7.5.16",
"spatie/phpunit-snapshot-assertions": "^2.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.0-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Facade\\FlareClient\\": "src"
},
"files": [
"src/helpers.php"
]
2017-11-03 05:26:07 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-01-11 02:36:11 +00:00
"MIT"
2017-11-03 05:26:07 +00:00
],
2020-01-11 02:36:11 +00:00
"description": "Send PHP errors to Flare",
"homepage": "https://github.com/facade/flare-client-php",
2017-11-03 05:26:07 +00:00
"keywords": [
2020-01-11 02:36:11 +00:00
"exception",
"facade",
"flare",
"reporting"
2017-11-03 05:26:07 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-15T18:28:38+00:00"
2018-06-05 11:13:57 +00:00
},
{
2020-01-11 02:36:11 +00:00
"name": "facade/ignition",
"version": "1.11.1",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/facade/ignition.git",
"reference": "dc56111b19e160236084dc6ab460e9c08912ecac"
2018-06-05 11:13:57 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/facade/ignition/zipball/dc56111b19e160236084dc6ab460e9c08912ecac",
"reference": "dc56111b19e160236084dc6ab460e9c08912ecac",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"ext-json": "*",
"ext-mbstring": "*",
"facade/flare-client-php": "^1.1",
"facade/ignition-contracts": "^1.0",
"filp/whoops": "^2.4",
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0",
"monolog/monolog": "^1.12 || ^2.0",
"php": "^7.1",
"scrivo/highlight.php": "^9.15",
"symfony/console": "^3.4 || ^4.0",
"symfony/var-dumper": "^3.4 || ^4.0"
2018-06-05 11:13:57 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"friendsofphp/php-cs-fixer": "^2.14",
"mockery/mockery": "^1.2",
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
},
"suggest": {
"laravel/telescope": "^2.0"
2018-06-05 11:13:57 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Facade\\Ignition\\IgnitionServiceProvider"
],
"aliases": {
"Flare": "Facade\\Ignition\\Facades\\Flare"
}
2018-06-05 11:13:57 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Facade\\Ignition\\": "src"
},
"files": [
"src/helpers.php"
]
2018-06-05 11:13:57 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-01-11 02:36:11 +00:00
"MIT"
2018-06-05 11:13:57 +00:00
],
2020-01-11 02:36:11 +00:00
"description": "A beautiful error page for Laravel applications.",
"homepage": "https://github.com/facade/ignition",
2018-06-05 11:13:57 +00:00
"keywords": [
2020-01-11 02:36:11 +00:00
"error",
"flare",
"laravel",
"page"
2018-06-05 11:13:57 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-10-08T07:36:31+00:00"
},
2017-11-03 05:26:07 +00:00
{
2020-01-11 02:36:11 +00:00
"name": "facade/ignition-contracts",
"version": "1.0.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2020-01-11 02:36:11 +00:00
"url": "https://github.com/facade/ignition-contracts.git",
"reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
"reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"Facade\\IgnitionContracts\\": "src"
2017-11-03 05:26:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-11 02:36:11 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://flareapp.io",
"role": "Developer"
2017-11-03 05:26:07 +00:00
}
],
2020-01-11 02:36:11 +00:00
"description": "Solution contracts for Ignition",
"homepage": "https://github.com/facade/ignition-contracts",
2017-11-03 05:26:07 +00:00
"keywords": [
2020-01-11 02:36:11 +00:00
"contracts",
"flare",
"ignition"
2017-11-03 05:26:07 +00:00
],
2020-01-11 02:36:11 +00:00
"time": "2019-08-30T14:06:08+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "filp/whoops",
2020-01-11 02:36:11 +00:00
"version": "2.7.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2020-01-11 02:36:11 +00:00
"reference": "4c97f814aa2f0dd4d5bedc89181c10ef12c004c5"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/filp/whoops/zipball/4c97f814aa2f0dd4d5bedc89181c10ef12c004c5",
"reference": "4c97f814aa2f0dd4d5bedc89181c10ef12c004c5",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
},
"require-dev": {
2018-06-18 11:51:20 +00:00
"mockery/mockery": "^0.9 || ^1.0",
2020-01-11 02:36:11 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
2017-11-03 05:26:07 +00:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "2.6-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-29T10:00:00+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "fzaninotto/faker",
2020-01-11 02:36:11 +00:00
"version": "v1.9.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
2020-01-11 02:36:11 +00:00
"reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
"reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"ext-intl": "*",
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
2020-01-11 02:36:11 +00:00
"squizlabs/php_codesniffer": "^2.9.2"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.9-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-12T13:22:17+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "hamcrest/hamcrest-php",
"version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
"shasum": ""
},
"require": {
"php": "^5.3|^7.0"
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
"phpunit/php-file-iterator": "1.3.3",
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"hamcrest"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
"time": "2016-01-20T08:20:44+00:00"
},
{
"name": "mockery/mockery",
2020-01-11 02:36:11 +00:00
"version": "1.3.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
2020-01-11 02:36:11 +00:00
"reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
"reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"hamcrest/hamcrest-php": "~2.0",
"lib-pcre": ">=7.0",
"php": ">=5.6.0"
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.3.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-0": {
"Mockery": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pádraic Brady",
"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-18 11:51:20 +00:00
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
2017-11-03 05:26:07 +00:00
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-26T09:49:15+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "myclabs/deep-copy",
2020-01-11 02:36:11 +00:00
"version": "1.9.4",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2020-01-11 02:36:11 +00:00
"reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/579bb7356d91f9456ccd505f24ca8b667966a0a7",
"reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-06-18 11:51:20 +00:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2018-06-18 11:51:20 +00:00
"phpunit/phpunit": "^7.1"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-15T19:12:40+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "nunomaduro/collision",
2019-06-02 05:35:48 +00:00
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
2019-06-02 05:35:48 +00:00
"reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
"reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
"shasum": ""
},
"require": {
"filp/whoops": "^2.1.4",
2019-06-02 05:35:48 +00:00
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
"php": "^7.1",
"symfony/console": "~2.8|~3.3|~4.0"
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"laravel/framework": "5.8.*",
"nunomaduro/larastan": "^0.3.0",
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "~8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"NunoMaduro\\Collision\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Cli error handling for console/command-line PHP applications.",
"keywords": [
"artisan",
"cli",
"command-line",
"console",
"error",
"handling",
"laravel",
"laravel-zero",
"php",
"symfony"
],
2019-06-02 05:35:48 +00:00
"time": "2019-03-07T21:35:13+00:00"
},
2017-11-03 05:26:07 +00:00
{
"name": "phar-io/manifest",
2019-06-02 05:35:48 +00:00
"version": "1.0.3",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2019-06-02 05:35:48 +00:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2019-06-02 05:35:48 +00:00
"phar-io/version": "^2.0",
2017-11-03 05:26:07 +00: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)",
2019-06-02 05:35:48 +00:00
"time": "2018-07-08T19:23:20+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phar-io/version",
2019-06-02 05:35:48 +00:00
"version": "2.0.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2019-06-02 05:35:48 +00:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2017-11-03 05:26:07 +00: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",
2019-06-02 05:35:48 +00:00
"time": "2018-07-08T19:19:57+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpdocumentor/reflection-common",
2020-01-11 02:36:11 +00:00
"version": "2.0.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-01-11 02:36:11 +00:00
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": ">=7.1"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"phpunit/phpunit": "~6"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "2.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"phpDocumentor\\Reflection\\": "src/"
2017-11-03 05:26:07 +00:00
}
},
"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"
],
2020-01-11 02:36:11 +00:00
"time": "2018-08-07T13:53:10+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpdocumentor/reflection-docblock",
2020-01-11 02:36:11 +00:00
"version": "4.3.4",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-01-11 02:36:11 +00:00
"reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
"reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.0",
2020-01-11 02:36:11 +00:00
"phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
"phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
2017-11-03 05:26:07 +00:00
"webmozart/assert": "^1.0"
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"doctrine/instantiator": "^1.0.5",
"mockery/mockery": "^1.0",
2020-01-11 02:36:11 +00:00
"phpdocumentor/type-resolver": "0.4.*",
"phpunit/phpunit": "^6.4"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
2017-11-03 05:26:07 +00: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.",
2020-01-11 02:36:11 +00:00
"time": "2019-12-28T18:55:12+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpdocumentor/type-resolver",
2020-01-11 02:36:11 +00:00
"version": "1.0.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-01-11 02:36:11 +00:00
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": "^7.1",
"phpdocumentor/reflection-common": "^2.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"ext-tokenizer": "^7.1",
"mockery/mockery": "~1",
"phpunit/phpunit": "^7.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-11 02:36:11 +00:00
"phpDocumentor\\Reflection\\": "src"
2017-11-03 05:26:07 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2020-01-11 02:36:11 +00:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2019-08-22T18:11:29+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpspec/prophecy",
2020-01-11 02:36:11 +00:00
"version": "1.10.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2020-01-11 02:36:11 +00:00
"reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/cbe1df668b3fe136bcc909126a0f529a78d4cbbc",
"reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2020-01-11 02:36:11 +00:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
"sebastian/comparator": "^1.2.3|^2.0|^3.0",
2017-11-03 05:26:07 +00:00
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"phpspec/phpspec": "^2.5 || ^3.2",
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "1.10.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
2020-01-11 02:36:11 +00:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2017-11-03 05:26:07 +00:00
}
},
"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+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2020-01-11 02:36:11 +00:00
"time": "2019-12-22T21:05:45+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpunit/php-code-coverage",
2020-01-11 02:36:11 +00:00
"version": "7.0.10",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2020-01-11 02:36:11 +00:00
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
2020-01-11 02:36:11 +00:00
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
2017-11-03 05:26:07 +00:00
"phpunit/php-text-template": "^1.2.1",
2020-01-11 02:36:11 +00:00
"phpunit/php-token-stream": "^3.1.1",
2017-11-03 05:26:07 +00:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2020-01-11 02:36:11 +00:00
"sebastian/environment": "^4.2.2",
2017-11-03 05:26:07 +00:00
"sebastian/version": "^2.0.1",
2020-01-11 02:36:11 +00:00
"theseer/tokenizer": "^1.1.3"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"phpunit/phpunit": "^8.2.2"
2017-11-03 05:26:07 +00:00
},
"suggest": {
2020-01-11 02:36:11 +00:00
"ext-xdebug": "^2.7.2"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "7.0-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
2017-11-03 05:26:07 +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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-20T13:55:58+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpunit/php-file-iterator",
2019-06-02 05:35:48 +00:00
"version": "2.0.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2019-06-02 05:35:48 +00:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-06-18 11:51:20 +00:00
"php": "^7.1"
2017-11-03 05:26:07 +00:00
},
2019-06-02 05:35:48 +00:00
"require-dev": {
"phpunit/phpunit": "^7.1"
},
2017-11-03 05:26:07 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-06-18 11:51:20 +00:00
"dev-master": "2.0.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-06-18 11:51:20 +00:00
"email": "sebastian@phpunit.de",
2017-11-03 05:26:07 +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"
],
2019-06-02 05:35:48 +00:00
"time": "2018-09-13T20:33:42+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
2020-01-11 02:36:11 +00:00
"version": "2.1.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2020-01-11 02:36:11 +00:00
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
"phpunit/phpunit": "^7.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "2.1-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
2017-11-03 05:26:07 +00:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2020-01-11 02:36:11 +00:00
"time": "2019-06-07T04:22:29+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpunit/php-token-stream",
2020-01-11 02:36:11 +00:00
"version": "3.1.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2020-01-11 02:36:11 +00:00
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": "^7.1"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
"phpunit/phpunit": "^7.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "3.1-dev"
2017-11-03 05:26:07 +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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-09-17T06:23:10+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpunit/phpunit",
2020-01-11 02:36:11 +00:00
"version": "8.5.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-01-11 02:36:11 +00:00
"reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
"reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"doctrine/instantiator": "^1.2.0",
2017-11-03 05:26:07 +00:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2020-01-11 02:36:11 +00:00
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.9.1",
"phar-io/manifest": "^1.0.3",
"phar-io/version": "^2.0.1",
"php": "^7.2",
"phpspec/prophecy": "^1.8.1",
"phpunit/php-code-coverage": "^7.0.7",
"phpunit/php-file-iterator": "^2.0.2",
2017-11-03 05:26:07 +00:00
"phpunit/php-text-template": "^1.2.1",
2020-01-11 02:36:11 +00:00
"phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2",
"sebastian/environment": "^4.2.2",
"sebastian/exporter": "^3.1.1",
"sebastian/global-state": "^3.0.0",
2017-11-03 05:26:07 +00:00
"sebastian/object-enumerator": "^3.0.3",
2020-01-11 02:36:11 +00:00
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
2017-11-03 05:26:07 +00:00
"sebastian/version": "^2.0.1"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
2018-06-18 11:51:20 +00:00
"ext-soap": "*",
2017-11-03 05:26:07 +00:00
"ext-xdebug": "*",
2020-01-11 02:36:11 +00:00
"phpunit/php-invoker": "^2.0.0"
2017-11-03 05:26:07 +00:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "8.5-dev"
2017-11-03 05:26:07 +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.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2020-01-11 02:36:11 +00:00
"time": "2020-01-08T08:49:49+00:00"
},
{
"name": "scrivo/highlight.php",
"version": "v9.17.1.0",
"source": {
"type": "git",
"url": "https://github.com/scrivo/highlight.php.git",
"reference": "5451a9ad6d638559cf2a092880f935c39776134e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/5451a9ad6d638559cf2a092880f935c39776134e",
"reference": "5451a9ad6d638559cf2a092880f935c39776134e",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7",
"symfony/finder": "^3.4",
"symfony/var-dumper": "^3.4"
},
"suggest": {
"ext-dom": "Needed to make use of the features in the utilities namespace"
},
"type": "library",
"autoload": {
"psr-0": {
"Highlight\\": "",
"HighlightUtilities\\": ""
},
"files": [
"HighlightUtilities/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Geert Bergman",
"homepage": "http://www.scrivo.org/",
"role": "Project Author"
},
{
"name": "Vladimir Jimenez",
"homepage": "https://allejo.io",
"role": "Maintainer"
},
{
"name": "Martin Folkers",
"homepage": "https://twobrain.io",
"role": "Contributor"
}
],
"description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
"keywords": [
"code",
"highlight",
"highlight.js",
"highlight.php",
"syntax"
],
"time": "2019-12-13T21:54:06+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
},
{
"name": "sebastian/comparator",
2019-06-02 05:35:48 +00:00
"version": "3.0.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2019-06-02 05:35:48 +00:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"php": "^7.1",
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2018-05-20 12:53:14 +00:00
"phpunit/phpunit": "^7.1"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-05-20 12:53:14 +00:00
"dev-master": "3.0-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
2017-11-03 05:26:07 +00:00
"keywords": [
"comparator",
"compare",
"equality"
],
2019-06-02 05:35:48 +00:00
"time": "2018-07-12T15:12:46+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "sebastian/diff",
2019-06-02 05:35:48 +00:00
"version": "3.0.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2019-06-02 05:35:48 +00:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
2017-11-03 05:26:07 +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",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
2017-11-03 05:26:07 +00:00
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-04T06:01:07+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "sebastian/environment",
2020-01-11 02:36:11 +00:00
"version": "4.2.3",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2020-01-11 02:36:11 +00:00
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": "^7.1"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.2-dev"
2017-11-03 05:26:07 +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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-20T08:46:58+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "sebastian/exporter",
2020-01-11 02:36:11 +00:00
"version": "3.1.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2020-01-11 02:36:11 +00:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-01-11 02:36:11 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2017-11-03 05:26:07 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2020-01-11 02:36:11 +00:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2017-11-03 05:26:07 +00:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2020-01-11 02:36:11 +00:00
"time": "2019-09-14T09:02:43+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "sebastian/global-state",
2020-01-11 02:36:11 +00:00
"version": "3.0.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2020-01-11 02:36:11 +00:00
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2020-01-11 02:36:11 +00:00
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2020-01-11 02:36:11 +00:00
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
2017-11-03 05:26:07 +00:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 02:36:11 +00:00
"dev-master": "3.0-dev"
2017-11-03 05:26:07 +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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-02-01T05:30:01+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "sebastian/object-enumerator",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.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": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"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"
},
{
"name": "sebastian/recursion-context",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"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",
"time": "2017-03-03T06:23:57+00:00"
},
{
"name": "sebastian/resource-operations",
2019-06-02 05:35:48 +00:00
"version": "2.0.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2019-06-02 05:35:48 +00:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": "^7.1"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "2.0-dev"
2017-11-03 05:26:07 +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 a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2019-06-02 05:35:48 +00:00
"time": "2018-10-04T04:07:39+00:00"
2017-11-03 05:26:07 +00:00
},
2020-01-11 02:36:11 +00:00
{
"name": "sebastian/type",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.2"
},
"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",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"time": "2019-07-02T08:10:15+00:00"
},
2017-11-03 05:26:07 +00:00
{
"name": "sebastian/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"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",
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "theseer/tokenizer",
2020-01-11 02:36:11 +00:00
"version": "1.1.3",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2020-01-11 02:36:11 +00:00
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^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"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2020-01-11 02:36:11 +00:00
"time": "2019-06-13T22:48:21+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "webmozart/assert",
2020-01-11 02:36:11 +00:00
"version": "1.6.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-01-11 02:36:11 +00:00
"reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
2020-01-11 02:36:11 +00:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
"reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2017-11-03 05:26:07 +00:00
},
2020-01-11 02:36:11 +00:00
"conflict": {
"vimeo/psalm": "<3.6.0"
},
2017-11-03 05:26:07 +00:00
"require-dev": {
2020-01-11 02:36:11 +00:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"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"
],
2020-01-11 02:36:11 +00:00
"time": "2019-11-24T13:36:37+00:00"
2017-11-03 05:26:07 +00:00
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
2017-11-03 05:26:07 +00:00
"prefer-lowest": false,
"platform": {
2020-01-11 02:36:11 +00:00
"php": "^7.2"
2017-11-03 05:26:07 +00:00
},
"platform-dev": []
}