osb/composer.lock

7508 lines
263 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"
],
"content-hash": "ef180c81ebb0ec6d711835337143759d",
2017-11-03 05:26:07 +00:00
"packages": [
{
"name": "acacha/user",
"version": "0.2.2",
"source": {
"type": "git",
"url": "https://github.com/acacha/user.git",
"reference": "4c70815d20ae5c5035e5cfa137bfab0a0a3b9922"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/acacha/user/zipball/4c70815d20ae5c5035e5cfa137bfab0a0a3b9922",
"reference": "4c70815d20ae5c5035e5cfa137bfab0a0a3b9922",
"shasum": ""
},
"require": {
"laravel/framework": "^5.3",
"php": "~5.6|~7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0||~5.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Acacha\\User\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sergi Tur Badenas",
"email": "sergiturbadenas@gmail.com",
"homepage": "https://github.com/acacha",
"role": "Developer"
}
],
"description": "A boosted User for Laravel",
"homepage": "https://github.com/acacha/user",
"keywords": [
"acacha",
"user"
],
"time": "2016-12-05T13:39:37+00:00"
},
{
"name": "barryvdh/laravel-debugbar",
2019-06-02 05:35:48 +00:00
"version": "v3.2.3",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
2019-06-02 05:35:48 +00:00
"reference": "5fcba4cc8e92a230b13b99c1083fc22ba8a5c479"
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/5fcba4cc8e92a230b13b99c1083fc22ba8a5c479",
"reference": "5fcba4cc8e92a230b13b99c1083fc22ba8a5c479",
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"illuminate/routing": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/session": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x",
"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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-26T18:01:54+00:00"
},
2018-05-20 12:53:14 +00:00
{
2018-08-01 13:29:16 +00:00
"name": "barryvdh/laravel-snappy",
2019-06-02 05:35:48 +00:00
"version": "v0.4.4",
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",
2019-06-02 05:35:48 +00:00
"reference": "4379153df99c04938946b8174337eb99a8852a8f"
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/barryvdh/laravel-snappy/zipball/4379153df99c04938946b8174337eb99a8852a8f",
"reference": "4379153df99c04938946b8174337eb99a8852a8f",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"illuminate/filesystem": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x",
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
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-26T20:00:55+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "clarkeash/doorman",
2019-06-02 05:35:48 +00:00
"version": "v2.1.1",
"source": {
"type": "git",
"url": "https://github.com/clarkeash/doorman.git",
2019-06-02 05:35:48 +00:00
"reference": "7cdfe6e0d98ecbfb12cc02464cb73bb3da3c68de"
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/clarkeash/doorman/zipball/7cdfe6e0d98ecbfb12cc02464cb73bb3da3c68de",
"reference": "7cdfe6e0d98ecbfb12cc02464cb73bb3da3c68de",
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"laravel/framework": "^5.6",
"php": ">=7.1.3",
"ramsey/uuid": "^3.6"
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"mockery/mockery": "^1.2",
"orchestra/testbench": "^3.6",
"phpunit/phpunit": "^7.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"
}
],
2019-06-02 05:35:48 +00:00
"time": "2018-10-14T19:02:29+00:00"
},
{
"name": "creativeorange/gravatar",
"version": "v1.0.11",
"source": {
"type": "git",
"url": "https://github.com/creativeorange/gravatar.git",
"reference": "4459b68a853ffdb1c2abbf9419214df46371889b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/creativeorange/gravatar/zipball/4459b68a853ffdb1c2abbf9419214df46371889b",
"reference": "4459b68a853ffdb1c2abbf9419214df46371889b",
"shasum": ""
},
"require": {
"illuminate/support": "5.*",
"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"
}
],
"description": "Gravatar for Laravel 5.0.x through 5.5.x package for retrieving gravatar image URLs or checking the existance of an image.",
"keywords": [
"avatar",
"gravatar",
"laravel"
],
"time": "2018-03-29T22:10:58+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",
"version": "0.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "@stable"
},
"type": "project",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"time": "2014-10-24T07:27:01+00:00"
},
{
"name": "doctrine/cache",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
"shasum": ""
},
"require": {
"php": "~7.1"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^4.0",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
"homepage": "https://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],
"time": "2018-08-21T18:01:43+00:00"
},
{
"name": "doctrine/dbal",
"version": "v2.9.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.1"
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
"jetbrains/phpstorm-stubs": "^2018.1.2",
"phpstan/phpstan": "^0.10.1",
"phpunit/phpunit": "^7.4",
"symfony/console": "^2.0.5|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.9.x-dev",
"dev-develop": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"keywords": [
"abstraction",
"database",
"dbal",
"mysql",
"persistence",
"pgsql",
"php",
"queryobject"
],
"time": "2018-12-31T03:27:51+00:00"
},
{
"name": "doctrine/event-manager",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Doctrine Event Manager component",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"eventdispatcher",
"eventmanager"
],
"time": "2018-06-11T11:59:03+00:00"
},
2017-11-03 05:26:07 +00:00
{
2018-05-20 12:53:14 +00:00
"name": "doctrine/inflector",
"version": "v1.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/doctrine/inflector.git",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
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/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
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": [
{
2018-05-20 12:53:14 +00:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
"time": "2018-01-09T20:05:19+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "doctrine/lexer",
"version": "v1.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/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
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/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"php": ">=5.3.2"
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": {
2018-05-20 12:53:14 +00:00
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
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": "Roman Borschel",
"email": "roman@code-factory.org"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"lexer",
"parser"
2017-11-03 05:26:07 +00:00
],
2018-05-20 12:53:14 +00:00
"time": "2014-09-09T13:34:57+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",
2019-06-02 05:35:48 +00:00
"version": "2.1.8",
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",
2019-06-02 05:35:48 +00:00
"reference": "c26463ff9241f27907112fbcd0c86fa670cfef98"
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/egulias/EmailValidator/zipball/c26463ff9241f27907112fbcd0c86fa670cfef98",
"reference": "c26463ff9241f27907112fbcd0c86fa670cfef98",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"doctrine/lexer": "^1.0.1",
"php": ">= 5.5"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2018-05-20 12:53:14 +00:00
"dominicsayers/isemail": "dev-master",
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
2017-11-03 05:26:07 +00:00
},
"type": "library",
2018-05-20 12:53:14 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-16T22:02:54+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "erusev/parsedown",
2019-06-02 05:35:48 +00:00
"version": "1.7.3",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/erusev/parsedown.git",
2019-06-02 05:35:48 +00:00
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
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/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"ext-mbstring": "*",
2017-11-03 05:26:07 +00:00
"php": ">=5.3.0"
},
"require-dev": {
2018-05-20 12:53:14 +00:00
"phpunit/phpunit": "^4.8.35"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"autoload": {
"psr-0": {
2018-05-20 12:53:14 +00:00
"Parsedown": ""
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": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
2019-06-02 05:35:48 +00:00
"time": "2019-03-17T18:48:37+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "fideloper/proxy",
2019-06-02 05:35:48 +00:00
"version": "4.1.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/fideloper/TrustedProxy.git",
2019-06-02 05:35:48 +00:00
"reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb"
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/fideloper/TrustedProxy/zipball/177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
"reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"illuminate/contracts": "~5.0",
"php": ">=5.4.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2018-05-20 12:53:14 +00:00
"illuminate/http": "~5.6",
2017-11-03 05:26:07 +00:00
"mockery/mockery": "~1.0",
2018-05-20 12:53:14 +00:00
"phpunit/phpunit": "^6.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
2018-05-20 12:53:14 +00:00
"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
],
2019-06-02 05:35:48 +00:00
"time": "2019-01-10T14:06:47+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",
"version": "6.3.3",
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",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
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/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
"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",
"psr/log": "^1.0"
2017-11-03 05:26:07 +00:00
},
"suggest": {
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": {
2018-05-20 12:53:14 +00:00
"dev-master": "6.3-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
2018-05-20 12:53:14 +00:00
"files": [
"src/functions_include.php"
],
2017-11-03 05:26:07 +00:00
"psr-4": {
2018-05-20 12:53:14 +00:00
"GuzzleHttp\\": "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": "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
],
2018-05-20 12:53:14 +00:00
"time": "2018-04-22T15:46:56+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",
2019-06-02 05:35:48 +00:00
"version": "1.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/psr7.git",
2019-06-02 05:35:48 +00:00
"reference": "9f83dded91781a01c63574e387eaa769be769115"
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/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
"reference": "9f83dded91781a01c63574e387eaa769be769115",
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",
"ralouphie/getallheaders": "^2.0.5"
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": {
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
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "1.5-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"
],
2019-06-02 05:35:48 +00:00
"time": "2018-12-04T20:46:45+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",
"version": "v2.0.12",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/igaster/laravel-theme.git",
"reference": "f75d323e1310c8506eff0f67814861cf9ced6567"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/igaster/laravel-theme/zipball/f75d323e1310c8506eff0f67814861cf9ced6567",
"reference": "f75d323e1310c8506eff0f67814861cf9ced6567",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"illuminate/contracts": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
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/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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"
],
"time": "2019-07-03T05:25:33+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "intervention/image",
2018-06-18 11:51:20 +00:00
"version": "2.4.2",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2018-06-18 11:51:20 +00:00
"reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
2018-05-20 12:53:14 +00:00
},
"dist": {
"type": "zip",
2018-06-18 11:51:20 +00:00
"url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
"reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
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"
],
2018-06-18 11:51:20 +00:00
"time": "2018-05-29T14:19:03+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",
2019-06-02 05:35:48 +00:00
"version": "v1.1.0",
2018-08-01 13:29:16 +00:00
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/snappy.git",
2019-06-02 05:35:48 +00:00
"reference": "ea037298d3c613454da77ecb9588cf0397d695e1"
2018-08-01 13:29:16 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/KnpLabs/snappy/zipball/ea037298d3c613454da77ecb9588cf0397d695e1",
"reference": "ea037298d3c613454da77ecb9588cf0397d695e1",
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",
2019-06-02 05:35:48 +00:00
"symfony/process": "~3.4||~4.1"
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"
],
2019-06-02 05:35:48 +00:00
"time": "2018-12-14T14:59:37+00:00"
2018-08-01 13:29:16 +00:00
},
2018-05-20 12:53:14 +00:00
{
"name": "laravel/framework",
2019-06-02 05:35:48 +00:00
"version": "v5.8.18",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2019-06-02 05:35:48 +00:00
"reference": "9f571be04435883dab6f23ecfadb204273b7f527"
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/laravel/framework/zipball/9f571be04435883dab6f23ecfadb204273b7f527",
"reference": "9f571be04435883dab6f23ecfadb204273b7f527",
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",
"egulias/email-validator": "^2.0",
"erusev/parsedown": "^1.7",
"ext-json": "*",
2018-05-20 12:53:14 +00:00
"ext-mbstring": "*",
"ext-openssl": "*",
"league/flysystem": "^1.0.8",
2019-06-02 05:35:48 +00:00
"monolog/monolog": "^1.12",
"nesbot/carbon": "^1.26.3 || ^2.0",
"opis/closure": "^3.1",
2018-05-20 12:53:14 +00:00
"php": "^7.1.3",
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",
"symfony/console": "^4.2",
"symfony/debug": "^4.2",
"symfony/finder": "^4.2",
"symfony/http-foundation": "^4.2",
"symfony/http-kernel": "^4.2",
"symfony/process": "^4.2",
"symfony/routing": "^4.2",
"symfony/var-dumper": "^4.2",
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",
2018-05-20 12:53:14 +00:00
"filp/whoops": "^2.1.4",
2019-06-02 05:35:48 +00:00
"guzzlehttp/guzzle": "^6.3",
"league/flysystem-cached-adapter": "^1.0",
"mockery/mockery": "^1.0",
2018-05-20 12:53:14 +00:00
"moontoast/math": "^1.1",
2019-06-02 05:35:48 +00:00
"orchestra/testbench-core": "3.8.*",
"pda/pheanstalk": "^4.0",
"phpunit/phpunit": "^7.5|^8.0",
2018-05-20 12:53:14 +00:00
"predis/predis": "^1.1.1",
2019-06-02 05:35:48 +00:00
"symfony/css-selector": "^4.2",
"symfony/dom-crawler": "^4.2",
"true/punycode": "^2.1"
2018-05-20 12:53:14 +00:00
},
"suggest": {
2019-06-02 05:35:48 +00:00
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
2018-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.",
2019-06-02 05:35:48 +00:00
"filp/whoops": "Required for friendly error pages in development (^2.1.4).",
"fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
"laravel/tinker": "Required to use the tinker console command (^1.0).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"nexmo/client": "Required to use the Nexmo transport (^1.0).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
"predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
"symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.2).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.2).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).",
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "5.8-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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-21T16:40:34+00:00"
2018-05-20 12:53:14 +00:00
},
2018-06-05 11:13:57 +00:00
{
"name": "laravel/passport",
2019-06-02 05:35:48 +00:00
"version": "v7.3.0",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/passport.git",
2019-06-02 05:35:48 +00:00
"reference": "758e143052f0a353df8dff9349f84601579e457d"
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/laravel/passport/zipball/758e143052f0a353df8dff9349f84601579e457d",
"reference": "758e143052f0a353df8dff9349f84601579e457d",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"ext-json": "*",
2018-06-05 11:13:57 +00:00
"firebase/php-jwt": "~3.0|~4.0|~5.0",
"guzzlehttp/guzzle": "~6.0",
2019-06-02 05:35:48 +00:00
"illuminate/auth": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/console": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/container": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/contracts": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/database": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/encryption": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/http": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
2018-06-05 11:13:57 +00:00
"league/oauth2-server": "^7.0",
2019-06-02 05:35:48 +00:00
"php": ">=7.1",
2018-06-05 11:13:57 +00:00
"phpseclib/phpseclib": "^2.0",
"symfony/psr-http-message-bridge": "~1.0",
2019-06-02 05:35:48 +00:00
"zendframework/zend-diactoros": "~1.0|~2.0"
2018-06-05 11:13:57 +00:00
},
"require-dev": {
"mockery/mockery": "~1.0",
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "~7.4"
2018-06-05 11:13:57 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "7.0-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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-28T16:06:20+00:00"
2018-06-05 11:13:57 +00:00
},
2018-05-20 12:53:14 +00:00
{
"name": "laravel/socialite",
2019-06-02 05:35:48 +00:00
"version": "v4.1.3",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/socialite.git",
2019-06-02 05:35:48 +00:00
"reference": "f92e15a8ba4dfd730cddc775a7c1ca2251f30cff"
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/laravel/socialite/zipball/f92e15a8ba4dfd730cddc775a7c1ca2251f30cff",
"reference": "f92e15a8ba4dfd730cddc775a7c1ca2251f30cff",
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",
2019-06-02 05:35:48 +00:00
"illuminate/http": "~5.7.0|~5.8.0|~5.9.0",
"illuminate/support": "~5.7.0|~5.8.0|~5.9.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": {
2019-06-02 05:35:48 +00:00
"illuminate/contracts": "~5.7.0|~5.8.0|~5.9.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-04-02T17:06:04+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "laravel/tinker",
2019-06-02 05:35:48 +00:00
"version": "v1.0.8",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2019-06-02 05:35:48 +00:00
"reference": "cafbf598a90acde68985660e79b2b03c5609a405"
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/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405",
"reference": "cafbf598a90acde68985660e79b2b03c5609a405",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
"illuminate/console": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/support": "~5.1",
"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"
],
2019-06-02 05:35:48 +00:00
"time": "2018-10-12T19:39:35+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "laravie/html",
2019-06-02 05:35:48 +00:00
"version": "v5.8.1",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravie/html.git",
2019-06-02 05:35:48 +00:00
"reference": "d6147c2274d8709f60aa1ca218a304e9f7586a01"
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/laravie/html/zipball/d6147c2274d8709f60aa1ca218a304e9f7586a01",
"reference": "d6147c2274d8709f60aa1ca218a304e9f7586a01",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"illuminate/http": "~5.8.0",
"illuminate/routing": "~5.8.0",
"illuminate/session": "~5.8.0",
"illuminate/support": "~5.8.0",
"illuminate/view": "~5.8.0",
2018-06-18 11:51:20 +00:00
"php": ">=7.1.3"
2018-05-20 12:53:14 +00:00
},
"replace": {
"laravelcollective/html": "*"
},
"require-dev": {
"mockery/mockery": "^1.0",
2019-06-02 05:35:48 +00:00
"orchestra/testbench": "~3.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": "5.8-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": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com"
},
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
}
],
"description": "HTML and Form Builders for the Laravel Framework",
"homepage": "https://github.com/laravie/html",
"keywords": [
"form",
"html",
"laravel"
],
2019-06-02 05:35:48 +00:00
"time": "2019-03-09T03:49:38+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
},
{
"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",
2019-06-02 05:35:48 +00:00
"version": "1.0.52",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2019-06-02 05:35:48 +00:00
"reference": "c5a5097156387970e6f0ccfcdf03f752856f3391"
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/thephpleague/flysystem/zipball/c5a5097156387970e6f0ccfcdf03f752856f3391",
"reference": "c5a5097156387970e6f0ccfcdf03f752856f3391",
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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-20T20:21:14+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "league/glide",
2019-06-02 05:35:48 +00:00
"version": "1.5.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/glide.git",
2019-06-02 05:35:48 +00:00
"reference": "a5477e9e822ed57b39861a17092b92553634932d"
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/thephpleague/glide/zipball/a5477e9e822ed57b39861a17092b92553634932d",
"reference": "a5477e9e822ed57b39861a17092b92553634932d",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"intervention/image": "^2.4",
2018-05-20 12:53:14 +00:00
"league/flysystem": "^1.0",
2019-06-02 05:35:48 +00:00
"php": "^5.5 | ^7.0",
2018-05-20 12:53:14 +00:00
"psr/http-message": "^1.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/php-token-stream": "^1.4",
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Glide\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca",
"homepage": "http://reinink.ca"
}
],
"description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
"homepage": "http://glide.thephpleague.com",
"keywords": [
"ImageMagick",
"editing",
"gd",
"image",
"imagick",
"league",
"manipulation",
"processing"
],
2019-06-02 05:35:48 +00:00
"time": "2019-04-03T23:46:42+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "league/oauth1-client",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth1-client.git",
"reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647",
"reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"php": ">=5.5.0"
},
"require-dev": {
"mockery/mockery": "^0.9",
"phpunit/phpunit": "^4.0",
"squizlabs/php_codesniffer": "^2.0"
},
"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",
2019-06-02 05:35:48 +00:00
"version": "7.4.0",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git",
2019-06-02 05:35:48 +00:00
"reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf"
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/oauth2-server/zipball/2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf",
"reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
"defuse/php-encryption": "^2.1",
"ext-openssl": "*",
"lcobucci/jwt": "^3.2.2",
"league/event": "^2.1",
"php": ">=7.0.0",
"psr/http-message": "^1.0.1"
},
"replace": {
"league/oauth2server": "*",
"lncd/oauth2": "*"
},
"require-dev": {
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-strict-rules": "^0.9.0",
"phpunit/phpunit": "^6.3 || ^7.0",
2019-06-02 05:35:48 +00:00
"roave/security-advisories": "dev-master",
2018-06-05 11:13:57 +00:00
"zendframework/zend-diactoros": "^1.3.2"
},
"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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-05T09:22:01+00:00"
2018-06-05 11:13:57 +00:00
},
2018-05-20 12:53:14 +00:00
{
"name": "leenooks/laravel",
2019-09-03 04:43:59 +00:00
"version": "0.3.12",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://dev.leenooks.net/leenooks/laravel",
2019-09-03 04:43:59 +00:00
"reference": "a946ce44185a21abd28c56981b55867201c403e9"
2018-05-20 12:53:14 +00:00
},
"require": {
2019-06-02 05:35:48 +00:00
"acacha/user": "^0.2.2",
"creativeorange/gravatar": "^1.0",
"igaster/laravel-theme": "^2.0.12",
2018-05-20 12:53:14 +00:00
"orchestra/asset": "^3.6"
},
"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"
],
2019-09-03 04:43:59 +00:00
"time": "2019-09-03T04:37:52+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "maximebf/debugbar",
"version": "v1.15.0",
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
"reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
"reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "^1.0",
"symfony/var-dumper": "^2.6|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.14-dev"
}
},
"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"
],
"time": "2017-12-15T11:13:46+00:00"
},
{
"name": "monolog/monolog",
2019-06-02 05:35:48 +00:00
"version": "1.24.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2019-06-02 05:35:48 +00:00
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
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/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
2019-06-02 05:35:48 +00:00
"time": "2018-11-05T09:00:11+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "namshi/jose",
"version": "7.2.3",
"source": {
"type": "git",
"url": "https://github.com/namshi/jose.git",
"reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
"reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
"shasum": ""
},
"require": {
"ext-date": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-spl": "*",
"php": ">=5.5",
"symfony/polyfill-php56": "^1.0"
},
"require-dev": {
"phpseclib/phpseclib": "^2.0",
"phpunit/phpunit": "^4.5|^5.0",
"satooshi/php-coveralls": "^1.0"
},
"suggest": {
"ext-openssl": "Allows to use OpenSSL as crypto engine.",
"phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
},
"type": "library",
"autoload": {
"psr-4": {
"Namshi\\JOSE\\": "src/Namshi/JOSE/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Nadalin",
"email": "alessandro.nadalin@gmail.com"
},
{
"name": "Alessandro Cinelli (cirpo)",
"email": "alessandro.cinelli@gmail.com"
}
],
"description": "JSON Object Signing and Encryption library for PHP.",
"keywords": [
"JSON Web Signature",
"JSON Web Token",
"JWS",
"json",
"jwt",
"token"
],
"time": "2016-12-05T07:27:31+00:00"
},
{
"name": "nesbot/carbon",
2019-06-02 05:35:48 +00:00
"version": "1.37.1",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2019-06-02 05:35:48 +00:00
"reference": "5be4fdf97076a685b23efdedfc2b73ad0c5eab70"
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/briannesbitt/Carbon/zipball/5be4fdf97076a685b23efdedfc2b73ad0c5eab70",
"reference": "5be4fdf97076a685b23efdedfc2b73ad0c5eab70",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7"
},
2019-06-02 05:35:48 +00:00
"suggest": {
"friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
"phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
},
2018-05-20 12:53:14 +00:00
"type": "library",
"extra": {
2019-06-02 05:35:48 +00:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
2019-06-02 05:35:48 +00:00
"": "src/"
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"
}
],
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2019-06-02 05:35:48 +00:00
"time": "2019-04-19T10:27:42+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "nicmart/tree",
"version": "v0.2.7",
"source": {
"type": "git",
"url": "https://github.com/nicmart/Tree.git",
"reference": "0616b54bb49938e1a816141d7943db48ebf76938"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nicmart/Tree/zipball/0616b54bb49938e1a816141d7943db48ebf76938",
"reference": "0616b54bb49938e1a816141d7943db48ebf76938",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Tree\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolò Martini",
"email": "nicmartnic@gmail.com"
}
],
"description": "A basic but flexible php tree data structure and a fluent tree builder implementation.",
"time": "2015-08-20T20:50:35+00:00"
},
{
"name": "nikic/php-parser",
2019-06-02 05:35:48 +00:00
"version": "v4.2.2",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2019-06-02 05:35:48 +00:00
"reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420"
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/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
"reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.2-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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-25T20:07:01+00:00"
},
{
"name": "opis/closure",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/opis/closure.git",
"reference": "09b4389715a7eec100176ea58286649181753508"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/opis/closure/zipball/09b4389715a7eec100176ea58286649181753508",
"reference": "09b4389715a7eec100176ea58286649181753508",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0"
},
"require-dev": {
"jeremeamia/superclosure": "^2.0",
"phpunit/phpunit": "^4.0|^5.0|^6.0|^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
},
"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"
],
"time": "2019-05-05T12:50:25+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "orchestra/asset",
2019-06-02 05:35:48 +00:00
"version": "v3.8.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/orchestral/asset.git",
2019-06-02 05:35:48 +00:00
"reference": "de4009057cee54bf59a30d9f323974d932010164"
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/orchestral/asset/zipball/de4009057cee54bf59a30d9f323974d932010164",
"reference": "de4009057cee54bf59a30d9f323974d932010164",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"laravie/html": "~5.8.0",
"orchestra/contracts": "~3.8.0",
"orchestra/support-facades": "~3.8.0",
2018-05-20 12:53:14 +00:00
"php": ">=7.1"
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"illuminate/filesystem": "~5.8.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.0"
2018-05-20 12:53:14 +00:00
},
"suggest": {
2019-06-02 05:35:48 +00:00
"illuminate/filesystem": "Allow using orchestra/asset component outside of Laravel app (~5.8).",
"orchestra/html": "Allow using orchestra/asset with HTML component (~3.8)."
2018-05-20 12:53:14 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "3.8-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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-03-02T08:01:26+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "orchestra/contracts",
2019-06-02 05:35:48 +00:00
"version": "v3.8.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/orchestral/contracts.git",
2019-06-02 05:35:48 +00:00
"reference": "ee371953c60b8371ff896a9bba767295dee3f5da"
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/orchestral/contracts/zipball/ee371953c60b8371ff896a9bba767295dee3f5da",
"reference": "ee371953c60b8371ff896a9bba767295dee3f5da",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"illuminate/contracts": "~5.8.0",
2018-05-20 12:53:14 +00:00
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "3.8-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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-27T04:22:29+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "orchestra/support-facades",
2019-06-02 05:35:48 +00:00
"version": "v3.8.1",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/orchestral/support-facades.git",
2019-06-02 05:35:48 +00:00
"reference": "84f7ec1e9f708deb39aac21f7ee6bbbf44f2b8b6"
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/orchestral/support-facades/zipball/84f7ec1e9f708deb39aac21f7ee6bbbf44f2b8b6",
"reference": "84f7ec1e9f708deb39aac21f7ee6bbbf44f2b8b6",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"illuminate/support": "~5.8.0",
2018-05-20 12:53:14 +00:00
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "3.8-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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-20T02:45:07+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",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
"reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-0": {
"PhpOption\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
"time": "2015-07-25T16:39:46+00:00"
2018-05-20 12:53:14 +00:00
},
2018-06-05 11:13:57 +00:00
{
"name": "phpseclib/phpseclib",
2019-06-02 05:35:48 +00:00
"version": "2.0.17",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
2019-06-02 05:35:48 +00:00
"reference": "3ca5b88d582c69178c8d01fd9d02b94e15042bb8"
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/phpseclib/phpseclib/zipball/3ca5b88d582c69178c8d01fd9d02b94e15042bb8",
"reference": "3ca5b88d582c69178c8d01fd9d02b94e15042bb8",
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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-26T20:38:34+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"
},
{
"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",
2019-06-02 05:35:48 +00:00
"version": "1.1.0",
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/php-fig/log.git",
2019-06-02 05:35:48 +00:00
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2018-05-20 12:53:14 +00:00
"dev-master": "1.0.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"
],
2019-06-02 05:35:48 +00:00
"time": "2018-11-20T15:27:04+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",
2019-06-02 05:35:48 +00:00
"version": "v0.9.9",
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",
2019-06-02 05:35:48 +00:00
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
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/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +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",
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
"symfony/var-dumper": "~2.7|~3.0|~4.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
],
2019-06-02 05:35:48 +00:00
"time": "2018-10-13T15:16:03+00:00"
},
{
"name": "quickbooks/v3-php-sdk",
"version": "5.0.4",
"source": {
"type": "git",
"url": "https://github.com/intuit/QuickBooks-V3-PHP-SDK.git",
"reference": "f9d1e768adaba9bda7a1fd374adca04fc119b85c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/intuit/QuickBooks-V3-PHP-SDK/zipball/f9d1e768adaba9bda7a1fd374adca04fc119b85c",
"reference": "f9d1e768adaba9bda7a1fd374adca04fc119b85c",
"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"
],
"time": "2019-03-26T08:42:18+00:00"
2018-06-18 11:51:20 +00:00
},
{
2019-06-02 05:35:48 +00:00
"name": "ralouphie/getallheaders",
"version": "2.0.5",
2018-06-18 11:51:20 +00:00
"source": {
"type": "git",
2019-06-02 05:35:48 +00:00
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
2018-06-18 11:51:20 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
2018-06-18 11:51:20 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": ">=5.3"
2018-06-18 11:51:20 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "~3.7.0",
"satooshi/php-coveralls": ">=1.0"
2018-06-18 11:51:20 +00:00
},
"type": "library",
"autoload": {
2019-06-02 05:35:48 +00:00
"files": [
"src/getallheaders.php"
]
2018-06-18 11:51:20 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-02 05:35:48 +00:00
"MIT"
2018-06-18 11:51:20 +00:00
],
"authors": [
{
2019-06-02 05:35:48 +00:00
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
2018-06-18 11:51:20 +00:00
}
],
2019-06-02 05:35:48 +00:00
"description": "A polyfill for getallheaders.",
"time": "2016-02-11T07:05:27+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "ramsey/uuid",
2019-06-02 05:35:48 +00:00
"version": "3.8.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/ramsey/uuid.git",
2019-06-02 05:35:48 +00:00
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
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/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"paragonie/random_compat": "^1.0|^2.0|9.99.99",
"php": "^5.4 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2018-05-20 12:53:14 +00:00
},
"replace": {
"rhumsaa/uuid": "self.version"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2018-05-20 12:53:14 +00:00
"codeception/aspect-mock": "^1.0 | ~2.0.0",
"doctrine/annotations": "~1.2.0",
2019-06-02 05:35:48 +00:00
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
2018-05-20 12:53:14 +00:00
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"mockery/mockery": "^0.9.9",
"moontoast/math": "^1.1",
"php-mock/php-mock-phpunit": "^0.3|^1.1",
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "^4.7|^5.0|^6.5",
2018-05-20 12:53:14 +00:00
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
2019-06-02 05:35:48 +00:00
"ext-ctype": "Provides support for PHP Ctype functions",
2018-05-20 12:53:14 +00:00
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-05-20 12:53:14 +00:00
"dev-master": "3.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Ramsey\\Uuid\\": "src/"
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": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
},
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +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": [
2018-05-20 12:53:14 +00:00
"guid",
"identifier",
"uuid"
2017-11-03 05:26:07 +00:00
],
2019-06-02 05:35:48 +00:00
"time": "2018-07-19T23:38:55+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "spatie/browsershot",
2019-06-02 05:35:48 +00:00
"version": "3.26.0",
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/spatie/browsershot.git",
2019-06-02 05:35:48 +00:00
"reference": "42dd2120577d9a4c6937773d7a233fffe72a06c7"
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/spatie/browsershot/zipball/42dd2120577d9a4c6937773d7a233fffe72a06c7",
"reference": "42dd2120577d9a4c6937773d7a233fffe72a06c7",
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"php": "^7.1",
"spatie/image": "^1.4",
"spatie/temporary-directory": "^1.1",
"symfony/process": "^3.0|^4.0"
},
2018-05-20 12:53:14 +00:00
"require-dev": {
"phpunit/phpunit": "^6.1|^7.0",
"spatie/phpunit-snapshot-assertions": "^1.0"
},
2018-05-20 12:53:14 +00:00
"type": "library",
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Spatie\\Browsershot\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://github.com/freekmurze",
"role": "Developer"
}
],
2018-05-20 12:53:14 +00:00
"description": "Convert a webpage to an image or pdf using headless Chrome",
"homepage": "https://github.com/spatie/browsershot",
"keywords": [
2018-05-20 12:53:14 +00:00
"chrome",
"convert",
"headless",
"image",
"pdf",
"puppeteer",
"screenshot",
"webpage"
],
2019-06-02 05:35:48 +00:00
"time": "2018-10-18T17:24:07+00:00"
},
{
2018-05-20 12:53:14 +00:00
"name": "spatie/crawler",
2019-06-02 05:35:48 +00:00
"version": "4.4.0",
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/spatie/crawler.git",
2019-06-02 05:35:48 +00:00
"reference": "5797619a831f17139e3c8437fdc897c2d6efef8f"
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/spatie/crawler/zipball/5797619a831f17139e3c8437fdc897c2d6efef8f",
"reference": "5797619a831f17139e3c8437fdc897c2d6efef8f",
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/psr7": "^1.4",
"nicmart/tree": "^0.2.7",
"php": "^7.1",
"spatie/browsershot": "^3.14",
2018-06-18 11:51:20 +00:00
"spatie/robots-txt": "^1.0.1",
2018-05-20 12:53:14 +00:00
"symfony/dom-crawler": "^4.0",
"tightenco/collect": "^5.6"
},
"require-dev": {
"larapack/dd": "^1.1",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
2018-05-20 12:53:14 +00:00
"dev-master": "0.0.x-dev"
}
},
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Spatie\\Crawler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-05-20 12:53:14 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be"
}
],
2018-05-20 12:53:14 +00:00
"description": "Crawl all internal links found on a website",
"homepage": "https://github.com/spatie/crawler",
"keywords": [
2018-05-20 12:53:14 +00:00
"crawler",
"link",
"spatie",
"website"
],
2019-06-02 05:35:48 +00:00
"time": "2019-04-05T12:40:56+00:00"
},
2017-11-03 05:26:07 +00:00
{
2018-05-20 12:53:14 +00:00
"name": "spatie/image",
"version": "1.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/spatie/image.git",
"reference": "d4cb6afff1b98fd6e17396d91e0e584c3d91bb23"
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/spatie/image/zipball/d4cb6afff1b98fd6e17396d91e0e584c3d91bb23",
"reference": "d4cb6afff1b98fd6e17396d91e0e584c3d91bb23",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-05-20 12:53:14 +00:00
"league/glide": "^1.2",
"php": "^7.0",
"spatie/image-optimizer": "^1.0",
"spatie/temporary-directory": "^1.0.0",
"symfony/process": "^3.0|^4.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
2018-05-20 12:53:14 +00:00
"larapack/dd": "^1.1",
"phpunit/phpunit": "^6.0|^7.0",
"symfony/var-dumper": "^3.2"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"autoload": {
2018-05-20 12:53:14 +00:00
"psr-4": {
"Spatie\\Image\\": "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": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Manipulate images with an expressive API",
"homepage": "https://github.com/spatie/image",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"image",
"spatie"
2017-11-03 05:26:07 +00:00
],
2018-05-20 12:53:14 +00:00
"time": "2018-05-05T21:44:52+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "spatie/image-optimizer",
2019-06-02 05:35:48 +00:00
"version": "1.1.5",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/spatie/image-optimizer.git",
2019-06-02 05:35:48 +00:00
"reference": "e62f8b459bee0a880c8976c316e82638a74510b5"
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/spatie/image-optimizer/zipball/e62f8b459bee0a880c8976c316e82638a74510b5",
"reference": "e62f8b459bee0a880c8976c316e82638a74510b5",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"ext-fileinfo": "*",
"php": "^7.2",
2018-05-20 12:53:14 +00:00
"psr/log": "^1.0",
2019-06-02 05:35:48 +00:00
"symfony/process": "^4.2"
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
"require-dev": {
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "^8.0",
"symfony/var-dumper": "^4.2"
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
"type": "library",
2017-11-03 05:26:07 +00:00
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Spatie\\ImageOptimizer\\": "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": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Easily optimize images using PHP",
"homepage": "https://github.com/spatie/image-optimizer",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"image-optimizer",
"spatie"
2017-11-03 05:26:07 +00:00
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-15T12:11:38+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "spatie/laravel-demo-mode",
2019-06-02 05:35:48 +00:00
"version": "2.4.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/spatie/laravel-demo-mode.git",
2019-06-02 05:35:48 +00:00
"reference": "6475dc5abab93d61036d8bf5acd304368e59ad42"
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/spatie/laravel-demo-mode/zipball/6475dc5abab93d61036d8bf5acd304368e59ad42",
"reference": "6475dc5abab93d61036d8bf5acd304368e59ad42",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"illuminate/support": "~5.5.5|~5.6.0|~5.7.0|~5.8.0",
"php": "^7.2"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"orchestra/testbench": "~3.5.3|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit": "^8.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
2018-05-20 12:53:14 +00:00
"laravel": {
"providers": [
"Spatie\\DemoMode\\DemoModeServiceProvider"
]
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Spatie\\DemoMode\\": "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": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +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": [
2018-05-20 12:53:14 +00:00
"laravel-demo-mode",
"spatie"
2017-11-03 05:26:07 +00:00
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-27T08:49:40+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "spatie/laravel-failed-job-monitor",
2019-06-02 05:35:48 +00:00
"version": "3.1.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/spatie/laravel-failed-job-monitor.git",
2019-06-02 05:35:48 +00:00
"reference": "1609bb4bf10d585724c5ca6c148810e8ff6e6767"
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/spatie/laravel-failed-job-monitor/zipball/1609bb4bf10d585724c5ca6c148810e8ff6e6767",
"reference": "1609bb4bf10d585724c5ca6c148810e8ff6e6767",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"laravel/framework": "~5.8.0",
"php": "^7.2"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"orchestra/testbench": "~3.8.0",
"phpunit/phpunit": "^8.0"
2018-05-20 12:53:14 +00:00
},
"suggest": {
"guzzlehttp/guzzle": "Allows notifications to be sent via Slack"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
2018-05-20 12:53:14 +00:00
"laravel": {
"providers": [
"Spatie\\FailedJobMonitor\\FailedJobMonitorServiceProvider"
]
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Spatie\\FailedJobMonitor\\": "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": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Get notified when a queued job fails",
"homepage": "https://github.com/spatie/laravel-failed-job-monitor",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"job",
"laravel-failed-job-monitor",
"monitor",
"notify",
"queue",
"slack",
"spatie"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-27T09:42:15+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "spatie/laravel-sitemap",
2019-06-02 05:35:48 +00:00
"version": "5.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/spatie/laravel-sitemap.git",
2019-06-02 05:35:48 +00:00
"reference": "1bd689d14e807c3e6b739b89922a3475c3535ece"
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/spatie/laravel-sitemap/zipball/1bd689d14e807c3e6b739b89922a3475c3535ece",
"reference": "1bd689d14e807c3e6b739b89922a3475c3535ece",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"illuminate/support": "~5.8.0",
"nesbot/carbon": "^1.21|^2.0",
"php": "^7.2",
"spatie/crawler": "^4.1.0"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"orchestra/testbench": "~3.8.0",
"phpunit/phpunit": "^8.0",
"spatie/phpunit-snapshot-assertions": "^2.0.0",
2018-05-20 12:53:14 +00:00
"spatie/temporary-directory": "^1.1"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
2018-05-20 12:53:14 +00:00
"laravel": {
"providers": [
"Spatie\\Sitemap\\SitemapServiceProvider"
]
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Spatie\\Sitemap\\": "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": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Create and generate sitemaps with ease",
"homepage": "https://github.com/spatie/laravel-sitemap",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"laravel-sitemap",
"spatie"
2017-11-03 05:26:07 +00:00
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-27T20:30:30+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "spatie/robots-txt",
2019-06-02 05:35:48 +00:00
"version": "1.0.3",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
2018-05-20 12:53:14 +00:00
"url": "https://github.com/spatie/robots-txt.git",
2019-06-02 05:35:48 +00:00
"reference": "a07b2e896ac68edde6b69fca6bcbc621ac6913b4"
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/spatie/robots-txt/zipball/a07b2e896ac68edde6b69fca6bcbc621ac6913b4",
"reference": "a07b2e896ac68edde6b69fca6bcbc621ac6913b4",
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
"larapack/dd": "^1.0",
"phpunit/phpunit": "^7.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Spatie\\Robots\\": "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": "Brent Roose",
"email": "brent@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Determine if a page may be crawled from robots.txt and robots meta tags",
"homepage": "https://github.com/spatie/robots-txt",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"robots-txt",
"spatie"
2017-11-03 05:26:07 +00:00
],
2019-06-02 05:35:48 +00:00
"time": "2019-03-11T11:36:05+00:00"
2017-11-03 05:26:07 +00:00
},
{
2018-05-20 12:53:14 +00:00
"name": "spatie/temporary-directory",
"version": "1.1.4",
2017-11-03 05:26:07 +00:00
"source": {
2018-05-20 12:53:14 +00:00
"type": "git",
"url": "https://github.com/spatie/temporary-directory.git",
"reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7"
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/temporary-directory/zipball/5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
"reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
"shasum": ""
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3"
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
"type": "library",
2017-11-03 05:26:07 +00:00
"autoload": {
"psr-4": {
2018-05-20 12:53:14 +00:00
"Spatie\\TemporaryDirectory\\": "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": "Alex Vanderbist",
"email": "alex@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
2017-11-03 05:26:07 +00:00
}
],
2018-05-20 12:53:14 +00:00
"description": "Easily create, use and destroy temporary directories",
"homepage": "https://github.com/spatie/temporary-directory",
2017-11-03 05:26:07 +00:00
"keywords": [
2018-05-20 12:53:14 +00:00
"spatie",
"temporary-directory"
2017-11-03 05:26:07 +00:00
],
2018-05-20 12:53:14 +00:00
"time": "2018-04-12T09:34:43+00:00"
2017-11-03 05:26:07 +00:00
},
2019-06-12 06:25:15 +00:00
{
"name": "spinen/laravel-quickbooks-client",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/spinen/laravel-quickbooks-client.git",
"reference": "7360de3e07f1b397452c0b668787cfc0bb54b674"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spinen/laravel-quickbooks-client/zipball/7360de3e07f1b397452c0b668787cfc0bb54b674",
"reference": "7360de3e07f1b397452c0b668787cfc0bb54b674",
"shasum": ""
},
"require": {
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/http": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*",
"nesbot/carbon": "^1.26.3 || ^2.0",
"php": ">=7.2",
"quickbooks/v3-php-sdk": "^5.0.3"
},
"require-dev": {
"mockery/mockery": "^1",
"phpunit/phpunit": "~7.0.1|~8.0",
"psy/psysh": "^0.5.1",
"symfony/thanks": "^1.0"
},
"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"
],
"time": "2019-02-27T02:38:48+00:00"
},
2017-11-03 05:26:07 +00:00
{
"name": "swiftmailer/swiftmailer",
2019-06-02 05:35:48 +00:00
"version": "v6.2.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2019-06-02 05:35:48 +00:00
"reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
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/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
"reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-04-21T09:21:45+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/console",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2019-06-02 05:35:48 +00:00
"reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81"
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/symfony/console/zipball/e2840bb38bddad7a0feaf85931e38fdcffdb2f81",
"reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-06-02 05:35:48 +00:00
"symfony/contracts": "^1.0",
2017-11-03 05:26:07 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.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",
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.4|~4.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": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.2-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",
2019-06-02 05:35:48 +00:00
"time": "2019-04-08T14:23:48+00:00"
},
{
"name": "symfony/contracts",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
"reference": "d3636025e8253c6144358ec0a62773cae588395b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b",
"reference": "d3636025e8253c6144358ec0a62773cae588395b",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"psr/cache": "^1.0",
"psr/container": "^1.0",
"symfony/polyfill-intl-idn": "^1.10"
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
"symfony/event-dispatcher-implementation": "",
"symfony/http-client-contracts-implementation": "",
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\": ""
},
"exclude-from-classmap": [
"**/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A set of abstractions extracted out of the Symfony components",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-04-27T14:29:50+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/css-selector",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2019-06-02 05:35:48 +00:00
"reference": "48eddf66950fa57996e1be4a55916d65c10c604a"
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/symfony/css-selector/zipball/48eddf66950fa57996e1be4a55916d65c10c604a",
"reference": "48eddf66950fa57996e1be4a55916d65c10c604a",
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": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.2-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
2019-06-02 05:35:48 +00:00
"time": "2019-01-16T20:31:39+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/debug",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2019-06-02 05:35:48 +00:00
"reference": "2d279b6bb1d582dd5740d4d3251ae8c18812ed37"
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/symfony/debug/zipball/2d279b6bb1d582dd5740d4d3251ae8c18812ed37",
"reference": "2d279b6bb1d582dd5740d4d3251ae8c18812ed37",
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"
},
"conflict": {
"symfony/http-kernel": "<3.4"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
"symfony/http-kernel": "~3.4|~4.0"
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": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2019-06-02 05:35:48 +00:00
"time": "2019-04-11T11:27:41+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "symfony/dom-crawler",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2019-06-02 05:35:48 +00:00
"reference": "53c97769814c80a84a8403efcf3ae7ae966d53bb"
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/symfony/dom-crawler/zipball/53c97769814c80a84a8403efcf3ae7ae966d53bb",
"reference": "53c97769814c80a84a8403efcf3ae7ae966d53bb",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2018-06-18 11:51:20 +00:00
"symfony/polyfill-ctype": "~1.8",
2018-05-20 12:53:14 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"symfony/css-selector": "~3.4|~4.0"
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.2-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
2019-06-02 05:35:48 +00:00
"time": "2019-02-23T15:17:42+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/event-dispatcher",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2019-06-02 05:35:48 +00:00
"reference": "fbce53cd74ac509cbe74b6f227622650ab759b02"
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/symfony/event-dispatcher/zipball/fbce53cd74ac509cbe74b6f227622650ab759b02",
"reference": "fbce53cd74ac509cbe74b6f227622650ab759b02",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": "^7.1.3",
"symfony/contracts": "^1.0"
2017-11-03 05:26:07 +00:00
},
"conflict": {
"symfony/dependency-injection": "<3.4"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0"
2017-11-03 05:26:07 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"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": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
2019-06-02 05:35:48 +00:00
"time": "2019-04-06T13:51:08+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/finder",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2019-06-02 05:35:48 +00:00
"reference": "e45135658bd6c14b61850bf131c4f09a55133f69"
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/symfony/finder/zipball/e45135658bd6c14b61850bf131c4f09a55133f69",
"reference": "e45135658bd6c14b61850bf131c4f09a55133f69",
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": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.2-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",
2019-06-02 05:35:48 +00:00
"time": "2019-04-06T13:51:08+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/http-foundation",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2019-06-02 05:35:48 +00:00
"reference": "1ea878bd3af18f934dedb8c0de60656a9a31a718"
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/symfony/http-foundation/zipball/1ea878bd3af18f934dedb8c0de60656a9a31a718",
"reference": "1ea878bd3af18f934dedb8c0de60656a9a31a718",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"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",
"symfony/expression-language": "~3.4|~4.0"
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": {
"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",
2019-06-02 05:35:48 +00:00
"time": "2019-05-01T08:36:31+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/http-kernel",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2019-06-02 05:35:48 +00:00
"reference": "a7713bc522f1a1cdf0b39f809fa4542523fc3114"
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/symfony/http-kernel/zipball/a7713bc522f1a1cdf0b39f809fa4542523fc3114",
"reference": "a7713bc522f1a1cdf0b39f809fa4542523fc3114",
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",
2019-06-02 05:35:48 +00:00
"symfony/contracts": "^1.0.2",
"symfony/debug": "~3.4|~4.0",
2018-06-18 11:51:20 +00:00
"symfony/event-dispatcher": "~4.1",
2019-06-02 05:35:48 +00:00
"symfony/http-foundation": "^4.1.1",
2018-06-18 11:51:20 +00:00
"symfony/polyfill-ctype": "~1.8"
2017-11-03 05:26:07 +00:00
},
"conflict": {
"symfony/config": "<3.4",
2019-06-02 05:35:48 +00:00
"symfony/dependency-injection": "<4.2",
"symfony/translation": "<4.2",
"symfony/var-dumper": "<4.1.1",
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",
"symfony/browser-kit": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
2019-06-02 05:35:48 +00:00
"symfony/dependency-injection": "^4.2",
"symfony/dom-crawler": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
2019-06-02 05:35:48 +00:00
"symfony/translation": "~4.2",
"symfony/var-dumper": "^4.1.1"
2017-11-03 05:26:07 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/var-dumper": ""
},
"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": {
"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",
2019-06-02 05:35:48 +00:00
"time": "2019-05-01T13:31:08+00:00"
2018-06-18 11:51:20 +00:00
},
{
"name": "symfony/polyfill-ctype",
2019-06-02 05:35:48 +00:00
"version": "v1.11.0",
2018-06-18 11:51:20 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2019-06-02 05:35:48 +00:00
"reference": "82ebae02209c21113908c229e9883c419720738a"
2018-06-18 11:51:20 +00:00
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
"reference": "82ebae02209c21113908c229e9883c419720738a",
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": {
2019-06-02 05:35:48 +00:00
"dev-master": "1.11-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"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
"reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af",
"reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af",
"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": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"time": "2019-03-04T13:44:35+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/polyfill-mbstring",
2019-06-02 05:35:48 +00:00
"version": "v1.11.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2019-06-02 05:35:48 +00:00
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
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/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
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": {
2019-06-02 05:35:48 +00:00
"dev-master": "1.11-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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-06T07:57:58+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "symfony/polyfill-php56",
2019-06-02 05:35:48 +00:00
"version": "v1.11.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
2019-06-02 05:35:48 +00:00
"reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42"
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/symfony/polyfill-php56/zipball/f4dddbc5c3471e1b700a147a20ae17cdb72dbe42",
"reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "1.11-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-06T07:57:58+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/polyfill-php72",
2019-06-02 05:35:48 +00:00
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2019-06-02 05:35:48 +00:00
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
},
"dist": {
"type": "zip",
2019-06-02 05:35:48 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "1.11-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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-06T07:57:58+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "symfony/polyfill-util",
2019-06-02 05:35:48 +00:00
"version": "v1.11.0",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
2019-06-02 05:35:48 +00:00
"reference": "b46c6cae28a3106735323f00a0c38eccf2328897"
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/symfony/polyfill-util/zipball/b46c6cae28a3106735323f00a0c38eccf2328897",
"reference": "b46c6cae28a3106735323f00a0c38eccf2328897",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "1.11-dev"
2018-05-20 12:53:14 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-08T14:16:39+00:00"
},
2017-11-03 05:26:07 +00:00
{
"name": "symfony/process",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2019-06-02 05:35:48 +00:00
"reference": "8cf39fb4ccff793340c258ee7760fd40bfe745fe"
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/symfony/process/zipball/8cf39fb4ccff793340c258ee7760fd40bfe745fe",
"reference": "8cf39fb4ccff793340c258ee7760fd40bfe745fe",
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": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.2-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",
2019-06-02 05:35:48 +00:00
"time": "2019-04-10T16:20:36+00:00"
2017-11-03 05:26:07 +00:00
},
2018-06-05 11:13:57 +00:00
{
"name": "symfony/psr-http-message-bridge",
2019-06-02 05:35:48 +00:00
"version": "v1.2.0",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
2019-06-02 05:35:48 +00:00
"reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad"
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/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
"reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
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",
"symfony/http-foundation": "^3.4 || ^4.0"
2018-06-05 11:13:57 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"nyholm/psr7": "^1.1",
"symfony/phpunit-bridge": "^3.4.20 || ^4.0",
"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": {
2019-06-02 05:35:48 +00:00
"dev-master": "1.2-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": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-03-11T18:22:33+00:00"
2018-06-05 11:13:57 +00:00
},
2017-11-03 05:26:07 +00:00
{
"name": "symfony/routing",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2019-06-02 05:35:48 +00:00
"reference": "f4e43bb0dff56f0f62fa056c82d7eadcdb391bab"
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/symfony/routing/zipball/f4e43bb0dff56f0f62fa056c82d7eadcdb391bab",
"reference": "f4e43bb0dff56f0f62fa056c82d7eadcdb391bab",
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": {
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",
2019-06-02 05:35:48 +00:00
"symfony/config": "~4.2",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.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": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.2-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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-04-27T09:38:08+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/translation",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2019-06-02 05:35:48 +00:00
"reference": "181a426dd129cb496f12d7e7555f6d0b37a7615b"
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/symfony/translation/zipball/181a426dd129cb496f12d7e7555f6d0b37a7615b",
"reference": "181a426dd129cb496f12d7e7555f6d0b37a7615b",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-06-02 05:35:48 +00:00
"symfony/contracts": "^1.0.2",
2017-11-03 05:26:07 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
2017-11-03 05:26:07 +00:00
},
2019-06-02 05:35:48 +00:00
"provide": {
"symfony/translation-contracts-implementation": "1.0"
},
2017-11-03 05:26:07 +00:00
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
2018-06-18 11:51:20 +00:00
"symfony/console": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
2019-06-02 05:35:48 +00:00
"symfony/http-kernel": "~3.4|~4.0",
"symfony/intl": "~3.4|~4.0",
2019-06-02 05:35:48 +00:00
"symfony/var-dumper": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.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": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.2-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",
2019-06-02 05:35:48 +00:00
"time": "2019-05-01T12:55:36+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "symfony/var-dumper",
2019-06-02 05:35:48 +00:00
"version": "v4.2.8",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2019-06-02 05:35:48 +00:00
"reference": "3c4084cb1537c0e2ad41aad622bbf55a44a5c9ce"
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/symfony/var-dumper/zipball/3c4084cb1537c0e2ad41aad622bbf55a44a5c9ce",
"reference": "3c4084cb1537c0e2ad41aad622bbf55a44a5c9ce",
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": "*",
2019-06-02 05:35:48 +00:00
"symfony/console": "~3.4|~4.0",
2018-06-18 11:51:20 +00:00
"symfony/process": "~3.4|~4.0",
2017-11-03 05:26:07 +00:00
"twig/twig": "~1.34|~2.4"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
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": {
2019-06-02 05:35:48 +00:00
"dev-master": "4.2-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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-01T12:55:36+00:00"
2018-05-20 12:53:14 +00:00
},
{
"name": "tightenco/collect",
2019-06-02 05:35:48 +00:00
"version": "v5.8.18",
2018-05-20 12:53:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/tightenco/collect.git",
2019-06-02 05:35:48 +00:00
"reference": "328a1df987fe08969a31b8db474e1c4847202d46"
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/tightenco/collect/zipball/328a1df987fe08969a31b8db474e1c4847202d46",
"reference": "328a1df987fe08969a31b8db474e1c4847202d46",
2018-05-20 12:53:14 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +00:00
"php": "^7.1.3",
"symfony/var-dumper": ">=3.4 <5"
2018-05-20 12:53:14 +00:00
},
"require-dev": {
2019-06-02 05:35:48 +00:00
"mockery/mockery": "^1.0",
"nesbot/carbon": "^1.26.3",
"phpunit/phpunit": "^7.0"
2018-05-20 12:53:14 +00:00
},
"type": "library",
"autoload": {
"files": [
"src/Collect/Support/helpers.php",
"src/Collect/Support/alias.php"
],
"psr-4": {
"Tightenco\\Collect\\": "src/Collect"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"description": "Collect - Illuminate Collections as a separate package.",
"keywords": [
"collection",
"laravel"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-18T17:03:47+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
2017-11-03 05:26:07 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
2017-11-03 05:26:07 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"time": "2017-11-27T11:13:29+00:00"
2017-11-03 05:26:07 +00:00
},
2018-05-20 12:53:14 +00:00
{
"name": "tymon/jwt-auth",
"version": "0.5.12",
"source": {
"type": "git",
"url": "https://github.com/tymondesigns/jwt-auth.git",
"reference": "614ee3410a1cc18ef13c8d5ffd491b5608afabd8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/614ee3410a1cc18ef13c8d5ffd491b5608afabd8",
"reference": "614ee3410a1cc18ef13c8d5ffd491b5608afabd8",
"shasum": ""
},
"require": {
"illuminate/http": "~5.0",
"illuminate/support": "~5.0",
"namshi/jose": "^5.0 || ^7.0",
"nesbot/carbon": "~1.0",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/auth": "~5.0",
"illuminate/console": "~5.0",
"illuminate/database": "~5.0",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.5-dev"
}
},
"autoload": {
"psr-4": {
"Tymon\\JWTAuth\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sean Tymon",
"email": "tymon148@gmail.com",
"homepage": "http://tymondesigns.com",
"role": "Developer"
}
],
"description": "JSON Web Token Authentication for Laravel 4 and 5",
"homepage": "https://github.com/tymondesigns/jwt-auth",
"keywords": [
"Authentication",
"JSON Web Token",
"auth",
"jwt",
"laravel",
"tymon"
],
"time": "2017-06-07T21:32:02+00:00"
},
2017-11-03 05:26:07 +00:00
{
"name": "vlucas/phpdotenv",
2019-06-02 05:35:48 +00:00
"version": "v3.3.3",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2019-06-02 05:35:48 +00:00
"reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde"
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/vlucas/phpdotenv/zipball/dbcc609971dd9b55f48b8008b553d79fd372ddde",
"reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2019-06-02 05:35:48 +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": {
2019-06-02 05:35:48 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "3.3-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-02 05:35:48 +00:00
"BSD-3-Clause"
2017-11-03 05:26:07 +00:00
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2019-06-02 05:35:48 +00:00
"time": "2019-03-06T09:39:45+00:00"
2018-06-05 11:13:57 +00:00
},
{
"name": "zendframework/zend-diactoros",
2019-06-02 05:35:48 +00:00
"version": "1.8.6",
2018-06-05 11:13:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
2019-06-02 05:35:48 +00:00
"reference": "20da13beba0dde8fb648be3cc19765732790f46e"
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/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
"reference": "20da13beba0dde8fb648be3cc19765732790f46e",
2018-06-05 11:13:57 +00:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
2019-06-02 05:35:48 +00:00
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
2018-06-05 11:13:57 +00:00
"zendframework/zend-coding-standard": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "1.8.x-dev",
"dev-develop": "1.9.x-dev",
2018-06-05 11:13:57 +00:00
"dev-release-2.0": "2.0.x-dev"
}
},
"autoload": {
2019-06-02 05:35:48 +00:00
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php"
],
2018-06-05 11:13:57 +00:00
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://github.com/zendframework/zend-diactoros",
"keywords": [
"http",
"psr",
"psr-7"
],
2019-06-02 05:35:48 +00:00
"time": "2018-09-05T19:29:37+00:00"
2017-11-03 05:26:07 +00:00
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",
2019-06-02 05:35:48 +00:00
"version": "1.2.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2019-06-02 05:35:48 +00:00
"reference": "a2c590166b2133a4633738648b6b064edae0814a"
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/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
"reference": "a2c590166b2133a4633738648b6b064edae0814a",
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
"doctrine/coding-standard": "^6.0",
2017-11-03 05:26:07 +00:00
"ext-pdo": "*",
"ext-phar": "*",
2019-06-02 05:35:48 +00:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2019-06-02 05:35:48 +00:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2017-11-03 05:26:07 +00:00
"keywords": [
"constructor",
"instantiate"
],
2019-06-02 05:35:48 +00:00
"time": "2019-03-17T17:37:11+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "filp/whoops",
2019-06-02 05:35:48 +00:00
"version": "2.3.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2019-06-02 05:35:48 +00:00
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
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/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
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",
"phpunit/phpunit": "^4.8.35 || ^5.7",
2018-06-18 11:51:20 +00:00
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.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": {
2019-06-02 05:35:48 +00:00
"dev-master": "2.2-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"
],
2019-06-02 05:35:48 +00:00
"time": "2018-10-23T09:00:00+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "fzaninotto/faker",
2019-06-02 05:35:48 +00:00
"version": "v1.8.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
2019-06-02 05:35:48 +00:00
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
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/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
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",
2017-11-03 05:26:07 +00:00
"squizlabs/php_codesniffer": "^1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
},
"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"
],
2019-06-02 05:35:48 +00:00
"time": "2018-07-12T10:23:15+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",
2019-06-02 05:35:48 +00:00
"version": "1.2.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
2019-06-02 05:35:48 +00:00
"reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2"
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/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
"reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
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": {
"dev-master": "1.0.x-dev"
}
},
"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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-13T09:37:52+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "myclabs/deep-copy",
2019-06-02 05:35:48 +00:00
"version": "1.9.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2019-06-02 05:35:48 +00:00
"reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
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/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
"reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-04-07T13:18:21+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",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"time": "2017-09-11T18:02:19+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
2019-06-02 05:35:48 +00:00
"version": "4.3.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2019-06-02 05:35:48 +00:00
"reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
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/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
"reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.0",
"phpdocumentor/reflection-common": "^1.0.0",
2017-11-03 05:26:07 +00:00
"phpdocumentor/type-resolver": "^0.4.0",
"webmozart/assert": "^1.0"
},
"require-dev": {
"doctrine/instantiator": "~1.0.5",
"mockery/mockery": "^1.0",
"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.",
2019-06-02 05:35:48 +00:00
"time": "2019-04-30T17:48:53+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpdocumentor/type-resolver",
"version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0",
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.2||^4.8.24"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"time": "2017-07-14T14:27:02+00:00"
},
{
"name": "phpspec/prophecy",
2019-06-02 05:35:48 +00:00
"version": "1.8.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2019-06-02 05:35:48 +00:00
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
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/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2018-05-20 12:53:14 +00:00
"sebastian/comparator": "^1.1|^2.0|^3.0",
2017-11-03 05:26:07 +00:00
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
},
"require-dev": {
"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": {
2019-06-02 05:35:48 +00:00
"dev-master": "1.8.x-dev"
2017-11-03 05:26:07 +00:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2019-06-02 05:35:48 +00:00
"time": "2018-08-05T17:53:17+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpunit/php-code-coverage",
2019-06-02 05:35:48 +00:00
"version": "6.1.4",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2019-06-02 05:35:48 +00:00
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
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-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^7.1",
2018-06-18 11:51:20 +00:00
"phpunit/php-file-iterator": "^2.0",
2017-11-03 05:26:07 +00:00
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.0",
2017-11-03 05:26:07 +00:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2019-06-02 05:35:48 +00:00
"sebastian/environment": "^3.1 || ^4.0",
2017-11-03 05:26:07 +00:00
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
2017-11-03 05:26:07 +00:00
},
"suggest": {
"ext-xdebug": "^2.6.0"
2017-11-03 05:26:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "6.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": "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"
],
2019-06-02 05:35:48 +00:00
"time": "2018-10-31T16:06:48+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",
2019-06-02 05:35:48 +00:00
"version": "2.1.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2019-06-02 05:35:48 +00:00
"reference": "8b389aebe1b8b0578430bda0c7c95a829608e059"
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-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
"reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-02-20T10:12:59+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpunit/php-token-stream",
2019-06-02 05:35:48 +00:00
"version": "3.0.1",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2019-06-02 05:35:48 +00:00
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
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-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
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": {
"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": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2019-06-02 05:35:48 +00:00
"time": "2018-10-30T05:52:18+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "phpunit/phpunit",
2019-06-02 05:35:48 +00:00
"version": "7.5.11",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2019-06-02 05:35:48 +00:00
"reference": "64cb33f5b520da490a7b13149d39b43cf3c890c6"
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/phpunit/zipball/64cb33f5b520da490a7b13149d39b43cf3c890c6",
"reference": "64cb33f5b520da490a7b13149d39b43cf3c890c6",
2017-11-03 05:26:07 +00:00
"shasum": ""
},
"require": {
2018-06-18 11:51:20 +00:00
"doctrine/instantiator": "^1.1",
2017-11-03 05:26:07 +00:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2018-06-18 11:51:20 +00:00
"myclabs/deep-copy": "^1.7",
2019-06-02 05:35:48 +00:00
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
"php": "^7.1",
2017-11-03 05:26:07 +00:00
"phpspec/prophecy": "^1.7",
2018-06-18 11:51:20 +00:00
"phpunit/php-code-coverage": "^6.0.7",
2019-06-02 05:35:48 +00:00
"phpunit/php-file-iterator": "^2.0.1",
2017-11-03 05:26:07 +00:00
"phpunit/php-text-template": "^1.2.1",
2019-06-02 05:35:48 +00:00
"phpunit/php-timer": "^2.1",
2018-05-20 12:53:14 +00:00
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
2019-06-02 05:35:48 +00:00
"sebastian/environment": "^4.0",
2017-11-03 05:26:07 +00:00
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
2019-06-02 05:35:48 +00:00
"sebastian/resource-operations": "^2.0",
2017-11-03 05:26:07 +00:00
"sebastian/version": "^2.0.1"
},
2018-06-18 11:51:20 +00:00
"conflict": {
"phpunit/phpunit-mock-objects": "*"
},
2017-11-03 05:26:07 +00:00
"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": "*",
"phpunit/php-invoker": "^2.0"
2017-11-03 05:26:07 +00:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2019-06-02 05:35:48 +00:00
"dev-master": "7.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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-14T04:53:02+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",
2019-06-02 05:35:48 +00:00
"version": "4.2.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2019-06-02 05:35:48 +00:00
"reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
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/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
"reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
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"
],
2019-06-02 05:35:48 +00:00
"time": "2019-05-05T09:05:15+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "sebastian/exporter",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
"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": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"time": "2017-04-03T13:19:02+00:00"
},
{
"name": "sebastian/global-state",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"time": "2017-04-27T15:39:26+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
},
{
"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",
2019-06-02 05:35:48 +00:00
"version": "1.1.2",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2019-06-02 05:35:48 +00:00
"reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8"
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/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8",
"reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8",
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",
2019-06-02 05:35:48 +00:00
"time": "2019-04-04T09:56:43+00:00"
2017-11-03 05:26:07 +00:00
},
{
"name": "webmozart/assert",
2019-06-02 05:35:48 +00:00
"version": "1.4.0",
2017-11-03 05:26:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2019-06-02 05:35:48 +00:00
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
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/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
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
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"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"
],
2019-06-02 05:35:48 +00:00
"time": "2018-12-25T11:19:39+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": {
2019-06-02 05:35:48 +00:00
"php": "^7.1.3"
2017-11-03 05:26:07 +00:00
},
"platform-dev": []
}