akaunting/composer.lock

9571 lines
335 KiB
Plaintext
Raw Normal View History

2018-05-03 15:48:13 +03:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2018-05-03 15:48:13 +03:00
"This file is @generated automatically"
],
2020-03-24 22:44:35 +03:00
"content-hash": "1a359109c6a6d7823097ec183d324dc4",
2018-05-03 15:48:13 +03:00
"packages": [
2019-11-16 10:21:14 +03:00
{
"name": "akaunting/firewall",
2020-03-12 15:20:45 +03:00
"version": "1.2.9",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/akaunting/firewall.git",
2020-03-12 15:20:45 +03:00
"reference": "4841fb744976d5f0a0e3c85982e788a3ba6990ba"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-03-12 15:20:45 +03:00
"url": "https://api.github.com/repos/akaunting/firewall/zipball/4841fb744976d5f0a0e3c85982e788a3ba6990ba",
"reference": "4841fb744976d5f0a0e3c85982e788a3ba6990ba",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"jenssegers/agent": "2.6.*",
"laravel/framework": ">=5.4",
"php": ">=5.6.4"
},
"require-dev": {
2020-03-12 15:20:45 +03:00
"orchestra/testbench": ">=3.4",
"phpunit/phpunit": ">=5.7"
2019-11-16 10:21:14 +03:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Firewall\\Provider"
]
}
},
"autoload": {
"psr-4": {
"Akaunting\\Firewall\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Web Application Firewall (WAF) package for Laravel",
"keywords": [
"blacklist",
"firewall",
"laravel",
"lfi",
"rfi",
"security",
"sqli",
"waf",
"xss"
],
2020-03-12 15:20:45 +03:00
"time": "2020-03-07T22:10:02+00:00"
2019-11-16 10:21:14 +03:00
},
2018-05-03 15:48:13 +03:00
{
"name": "akaunting/language",
2020-03-12 15:20:45 +03:00
"version": "1.0.16",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/akaunting/language.git",
2020-03-12 15:20:45 +03:00
"reference": "ba89481c2d16dbe7554c6b1a1e9deaf89d8ec7d0"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-12 15:20:45 +03:00
"url": "https://api.github.com/repos/akaunting/language/zipball/ba89481c2d16dbe7554c6b1a1e9deaf89d8ec7d0",
"reference": "ba89481c2d16dbe7554c6b1a1e9deaf89d8ec7d0",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-12 15:20:45 +03:00
"jenssegers/agent": "2.6.*",
2018-05-03 15:48:13 +03:00
"laravel/framework": ">=5.4.0",
"php": ">=5.6.4"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Language\\Provider"
],
"aliases": {
"Language": "Akaunting\\Language\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Akaunting\\Language\\": "./src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Language switcher package for Laravel.",
"keywords": [
"language",
"laravel",
"switcher"
],
2020-03-12 15:20:45 +03:00
"time": "2020-03-09T21:53:59+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "akaunting/menu",
2020-03-12 15:20:45 +03:00
"version": "1.0.9",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/akaunting/menu.git",
2020-03-12 15:20:45 +03:00
"reference": "3b8b703a149fee090af9468be531bb335e2d8f88"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-03-12 15:20:45 +03:00
"url": "https://api.github.com/repos/akaunting/menu/zipball/3b8b703a149fee090af9468be531bb335e2d8f88",
"reference": "3b8b703a149fee090af9468be531bb335e2d8f88",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"illuminate/config": ">=5.5",
"illuminate/support": ">=5.5",
"illuminate/view": ">=5.5",
"laravelcollective/html": ">=5.5",
"php": ">=7.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.10",
2020-03-12 15:20:45 +03:00
"mockery/mockery": ">=1.0",
"orchestra/testbench": ">=3.8",
"phpunit/phpunit": ">=7.0"
2019-11-16 10:21:14 +03:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Menu\\Provider"
],
"aliases": {
"Menu": "Akaunting\\Menu\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Akaunting\\Menu\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Menu and sidebar management package for Laravel.",
"keywords": [
"bootstrap",
"laravel",
"menu",
"navigation",
"sidebar"
],
2020-03-12 15:20:45 +03:00
"time": "2020-03-07T22:36:44+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "akaunting/module",
2020-03-12 15:20:45 +03:00
"version": "1.0.10",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/akaunting/module.git",
2020-03-12 15:20:45 +03:00
"reference": "ab24ced4d42716782424227002b670e29cffabbb"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-03-12 15:20:45 +03:00
"url": "https://api.github.com/repos/akaunting/module/zipball/ab24ced4d42716782424227002b670e29cffabbb",
"reference": "ab24ced4d42716782424227002b670e29cffabbb",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
2020-03-12 15:20:45 +03:00
"friendsofphp/php-cs-fixer": ">=2.15",
"mockery/mockery": ">=1.0",
"orchestra/testbench": ">=3.8",
"phpstan/phpstan": ">=0.9.2",
"phpunit/phpunit": ">=7.0",
"spatie/phpunit-snapshot-assertions": ">=2.1.0"
2019-11-16 10:21:14 +03:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Module\\Providers\\Laravel"
],
"aliases": {
"Module": "Akaunting\\Module\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Akaunting\\Module\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Module management package for Laravel.",
"keywords": [
"akaunting",
"laravel",
"module",
"rad"
],
2020-03-12 15:20:45 +03:00
"time": "2020-03-07T22:53:21+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "akaunting/money",
2020-03-12 15:20:45 +03:00
"version": "1.1.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/akaunting/money.git",
2020-03-12 15:20:45 +03:00
"reference": "1bab074aa71ed994eff140b26fb6ce9aecf82430"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-12 15:20:45 +03:00
"url": "https://api.github.com/repos/akaunting/money/zipball/1bab074aa71ed994eff140b26fb6ce9aecf82430",
"reference": "1bab074aa71ed994eff140b26fb6ce9aecf82430",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-12 15:20:45 +03:00
"illuminate/support": ">=5.4",
"illuminate/view": ">=5.4",
"php": ">=5.6.4"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-12 15:20:45 +03:00
"mockery/mockery": ">=1.0",
"phpunit/phpunit": ">=5.7"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Money\\Provider"
]
}
},
"autoload": {
"psr-4": {
"Akaunting\\Money\\": "./src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Currency formatting and conversion package for Laravel.",
"keywords": [
"convert",
"currency",
"format",
"laravel",
"money"
],
2020-03-12 15:20:45 +03:00
"time": "2020-03-09T15:01:03+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "akaunting/setting",
2020-01-01 01:00:01 +03:00
"version": "1.1.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/akaunting/setting.git",
2020-01-01 01:00:01 +03:00
"reference": "231b673a19f96fba050e9c005d3cbc7e428c914b"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-01-01 01:00:01 +03:00
"url": "https://api.github.com/repos/akaunting/setting/zipball/231b673a19f96fba050e9c005d3cbc7e428c914b",
"reference": "231b673a19f96fba050e9c005d3cbc7e428c914b",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"laravel/framework": ">=5.3",
2018-05-03 15:48:13 +03:00
"php": ">=5.5.9"
},
2018-06-10 02:48:51 +03:00
"require-dev": {
2019-11-16 10:21:14 +03:00
"laravel/framework": ">=5.3",
2018-06-10 02:48:51 +03:00
"mockery/mockery": "0.9.*",
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": ">=4.8"
2018-06-10 02:48:51 +03:00
},
2018-05-03 15:48:13 +03:00
"type": "library",
"extra": {
"laravel": {
"providers": [
"Akaunting\\Setting\\Provider"
],
"aliases": {
"Setting": "Akaunting\\Setting\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Akaunting\\Setting\\": "./src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Denis Duliçi",
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
"description": "Persistent settings package for Laravel.",
"keywords": [
"Settings",
"config",
"laravel",
"persistent"
],
2020-01-01 01:00:01 +03:00
"time": "2019-12-31T21:50:36+00:00"
2018-05-03 15:48:13 +03:00
},
2018-10-16 13:09:46 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "akaunting/version",
"version": "1.0.3",
2018-10-16 13:09:46 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/akaunting/version.git",
"reference": "aab53338484268958f15ae09517d7cc901b261f6"
2018-10-16 13:09:46 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/akaunting/version/zipball/aab53338484268958f15ae09517d7cc901b261f6",
"reference": "aab53338484268958f15ae09517d7cc901b261f6",
2018-10-16 13:09:46 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"laravel/framework": ">=5.2.0",
"php": ">=5.5.9"
2018-10-16 13:09:46 +03:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
2019-11-16 10:21:14 +03:00
"Akaunting\\Version\\Provider"
2018-10-16 13:09:46 +03:00
],
"aliases": {
2019-11-16 10:21:14 +03:00
"Version": "Akaunting\\Version\\Facade"
2018-10-16 13:09:46 +03:00
}
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Akaunting\\Version\\": "./src"
},
"files": [
"src/helpers.php"
]
2018-10-16 13:09:46 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Denis Duliçi",
2018-10-16 13:09:46 +03:00
"email": "info@akaunting.com",
"homepage": "https://akaunting.com",
"role": "Developer"
}
],
2019-11-16 10:21:14 +03:00
"description": "Version management package for Laravel.",
2018-10-16 13:09:46 +03:00
"keywords": [
"laravel",
2019-11-16 10:21:14 +03:00
"version"
2018-10-16 13:09:46 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2019-09-26T18:32:38+00:00"
2018-10-16 13:09:46 +03:00
},
2020-03-15 01:44:57 +03:00
{
"name": "asm89/stack-cors",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10",
"squizlabs/php_codesniffer": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Asm89\\Stack\\": "src/Asm89/Stack/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
}
],
"description": "Cross-origin resource sharing library and stack middleware",
"homepage": "https://github.com/asm89/stack-cors",
"keywords": [
"cors",
"stack"
],
"time": "2019-12-24T22:41:47+00:00"
},
2018-05-03 15:48:13 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "balping/json-raw-encoder",
"version": "v1.0.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/balping/json-raw-encoder.git",
"reference": "c404b7fc0e04ddf5d298e53105c5fc306f523195"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/balping/json-raw-encoder/zipball/c404b7fc0e04ddf5d298e53105c5fc306f523195",
"reference": "c404b7fc0e04ddf5d298e53105c5fc306f523195",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
2019-11-16 10:21:14 +03:00
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
},
2018-05-03 15:48:13 +03:00
"type": "library",
2019-11-16 10:21:14 +03:00
"autoload": {
"psr-4": {
"Balping\\JsonRaw\\": "src/"
}
},
2018-05-03 15:48:13 +03:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-11-16 10:21:14 +03:00
"GPL-3.0-only"
2018-05-03 15:48:13 +03:00
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Balázs Dura-Kovács"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Encode arrays to json with raw JS objects (eg. callbacks) in them",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"callback",
"encode",
"json"
2018-05-03 15:48:13 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2018-05-04T15:38:02+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "barryvdh/laravel-debugbar",
2020-03-04 14:23:14 +03:00
"version": "v3.2.9",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
2020-03-04 14:23:14 +03:00
"reference": "42d5da5379a7860093f8e4032167e4cb5ebec180"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/42d5da5379a7860093f8e4032167e4cb5ebec180",
"reference": "42d5da5379a7860093f8e4032167e4cb5ebec180",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-04 14:23:14 +03:00
"illuminate/routing": "^5.5|^6|^7",
"illuminate/session": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7",
"maximebf/debugbar": "^1.15.1",
2019-11-16 10:21:14 +03:00
"php": ">=7.0",
2020-03-04 14:23:14 +03:00
"symfony/debug": "^3|^4|^5",
"symfony/finder": "^3|^4|^5"
2019-11-16 10:21:14 +03:00
},
"require-dev": {
"laravel/framework": "5.5.x"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "3.2-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facade"
}
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Barryvdh\\Debugbar\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "PHP Debugbar integration for Laravel",
"keywords": [
"debug",
"debugbar",
"laravel",
"profiler",
"webprofiler"
],
2020-03-04 14:23:14 +03:00
"time": "2020-02-25T20:42:23+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "barryvdh/laravel-dompdf",
2020-03-04 14:23:14 +03:00
"version": "v0.8.6",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-dompdf.git",
2020-03-04 14:23:14 +03:00
"reference": "d7108f78cf5254a2d8c224542967f133e5a6d4e8"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/d7108f78cf5254a2d8c224542967f133e5a6d4e8",
"reference": "d7108f78cf5254a2d8c224542967f133e5a6d4e8",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"dompdf/dompdf": "^0.8",
2020-03-04 14:23:14 +03:00
"illuminate/support": "^5.5|^6|^7",
2019-11-16 10:21:14 +03:00
"php": ">=7"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.8-dev"
},
"laravel": {
"providers": [
"Barryvdh\\DomPDF\\ServiceProvider"
],
"aliases": {
"PDF": "Barryvdh\\DomPDF\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Barryvdh\\DomPDF\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "A DOMPDF Wrapper for Laravel",
"keywords": [
"dompdf",
"laravel",
"pdf"
],
2020-03-04 14:23:14 +03:00
"time": "2020-02-25T20:44:34+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "barryvdh/laravel-ide-helper",
2020-03-04 14:23:14 +03:00
"version": "v2.6.7",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
2020-03-04 14:23:14 +03:00
"reference": "edd69c5e0508972c81f1f7173236de2459c45814"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/edd69c5e0508972c81f1f7173236de2459c45814",
"reference": "edd69c5e0508972c81f1f7173236de2459c45814",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"barryvdh/reflection-docblock": "^2.0.6",
"composer/composer": "^1.6",
"doctrine/dbal": "~2.3",
2020-03-04 14:23:14 +03:00
"illuminate/console": "^5.5|^6|^7",
"illuminate/filesystem": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7",
"php": ">=7.2"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-04 14:23:14 +03:00
"illuminate/config": "^5.5|^6|^7",
"illuminate/view": "^5.5|^6|^7",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^3|^4",
"phpro/grumphp": "^0.17.1",
2019-11-16 10:21:14 +03:00
"squizlabs/php_codesniffer": "^3"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "2.6-dev"
},
"laravel": {
"providers": [
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
]
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Barryvdh\\LaravelIdeHelper\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
"keywords": [
"autocomplete",
"codeintel",
"helper",
"ide",
"laravel",
"netbeans",
"phpdoc",
"phpstorm",
"sublime"
],
2020-03-04 14:23:14 +03:00
"time": "2020-02-25T20:41:32+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "barryvdh/reflection-docblock",
2018-12-25 12:32:23 +03:00
"version": "v2.0.6",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/ReflectionDocBlock.git",
2018-12-25 12:32:23 +03:00
"reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-12-25 12:32:23 +03:00
"url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
"reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0,<4.5"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Barryvdh": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
2018-12-25 12:32:23 +03:00
"time": "2018-12-13T10:34:14+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "bkwld/cloner",
2020-03-15 01:44:57 +03:00
"version": "3.6.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/BKWLD/cloner.git",
2020-03-15 01:44:57 +03:00
"reference": "d9c92a1e939805eb51119d63ce6da7aa5680449c"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/BKWLD/cloner/zipball/d9c92a1e939805eb51119d63ce6da7aa5680449c",
"reference": "d9c92a1e939805eb51119d63ce6da7aa5680449c",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"illuminate/support": "^5.5|^6.0|^7.0",
2019-11-16 10:21:14 +03:00
"php": ">=7.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"bkwld/upchuck": "^2.6@dev",
"illuminate/database": "^5.5|^6.0",
2018-05-03 15:48:13 +03:00
"league/flysystem-vfs": "^1.0",
2019-11-16 10:21:14 +03:00
"mockery/mockery": "^1.2.3",
"phpunit/phpunit": "~6.0|~8.0",
2018-05-03 15:48:13 +03:00
"satooshi/php-coveralls": "^1.0"
},
"suggest": {
"bkwld/upchuck": "Required for replicating of files."
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Bkwld\\Cloner\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Bkwld\\Cloner\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Robert Reinhard",
"email": "info@bkwld.com"
}
],
"description": "A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.",
2020-03-15 01:44:57 +03:00
"time": "2020-03-05T00:58:41+00:00"
2018-05-03 15:48:13 +03:00
},
2020-03-24 22:44:35 +03:00
{
"name": "brick/math",
"version": "0.8.14",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "6f7a46b5c3d487b277f38fbd17df57d348cace8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/6f7a46b5c3d487b277f38fbd17df57d348cace8a",
"reference": "6f7a46b5c3d487b277f38fbd17df57d348cace8a",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "2.*",
"phpunit/phpunit": "7.*",
"vimeo/psalm": "3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Brick\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Arbitrary-precision arithmetic library",
"keywords": [
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
],
"time": "2020-02-17T13:57:43+00:00"
},
2018-05-03 15:48:13 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "composer/ca-bundle",
2020-01-18 13:00:15 +03:00
"version": "1.2.6",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/composer/ca-bundle.git",
2020-01-18 13:00:15 +03:00
"reference": "47fe531de31fca4a1b997f87308e7d7804348f7e"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-01-18 13:00:15 +03:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e",
"reference": "47fe531de31fca4a1b997f87308e7d7804348f7e",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
"psr/log": "^1.0",
2019-12-25 16:23:49 +03:00
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
2019-11-16 10:21:14 +03:00
"branch-alias": {
"dev-master": "1.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Composer\\CaBundle\\": "src"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
2020-01-18 13:00:15 +03:00
"time": "2020-01-13T10:02:55+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "composer/composer",
2020-03-15 01:44:57 +03:00
"version": "1.10.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/composer/composer.git",
2020-03-15 01:44:57 +03:00
"reference": "b912a45da3e2b22f5cb5a23e441b697a295ba011"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/composer/composer/zipball/b912a45da3e2b22f5cb5a23e441b697a295ba011",
"reference": "b912a45da3e2b22f5cb5a23e441b697a295ba011",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
2020-03-12 15:20:45 +03:00
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2019-11-16 10:21:14 +03:00
},
"conflict": {
"symfony/console": "2.8.38"
},
"require-dev": {
2020-03-12 15:20:45 +03:00
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^3.4"
2019-11-16 10:21:14 +03:00
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"bin": [
"bin/composer"
],
2018-05-03 15:48:13 +03:00
"type": "library",
2019-11-16 10:21:14 +03:00
"extra": {
"branch-alias": {
2020-03-12 15:20:45 +03:00
"dev-master": "1.10-dev"
2019-11-16 10:21:14 +03:00
}
},
2018-05-03 15:48:13 +03:00
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Composer\\": "src/Composer"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"autoload",
"dependency",
"package"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-03-13T19:34:27+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "composer/semver",
2020-01-18 13:00:15 +03:00
"version": "1.5.1",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2020-01-18 13:00:15 +03:00
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-01-18 13:00:15 +03:00
"url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
2020-01-18 13:00:15 +03:00
"phpunit/phpunit": "^4.5 || ^5.0.5"
2019-11-16 10:21:14 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2020-01-18 13:00:15 +03:00
"time": "2020-01-13T12:06:48+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "composer/spdx-licenses",
2020-02-20 12:37:28 +03:00
"version": "1.5.3",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
2020-02-20 12:37:28 +03:00
"reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-02-20 12:37:28 +03:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
"reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
2020-02-20 12:37:28 +03:00
"time": "2020-02-14T07:44:31+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "composer/xdebug-handler",
2020-03-04 14:23:14 +03:00
"version": "1.4.1",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2020-03-04 14:23:14 +03:00
"reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
"reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
2020-03-04 14:23:14 +03:00
"time": "2020-03-01T12:26:26+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "consoletvs/charts",
2020-03-04 14:23:14 +03:00
"version": "6.5.4",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/ConsoleTVs/Charts.git",
2020-03-04 14:23:14 +03:00
"reference": "524257b5d525666385bd2e91b06e376994a7b683"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/ConsoleTVs/Charts/zipball/524257b5d525666385bd2e91b06e376994a7b683",
"reference": "524257b5d525666385bd2e91b06e376994a7b683",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"balping/json-raw-encoder": "^1.0",
2020-03-04 14:23:14 +03:00
"illuminate/console": "^5.0|^6.0|^7.0",
"illuminate/support": "^5.0|^6.0|^7.0",
2019-11-16 10:21:14 +03:00
"php": ">=7.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"ConsoleTVs\\Charts\\ChartsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"ConsoleTVs\\Charts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Èrik Campobadal Forés",
"email": "soc@erik.cat"
}
],
"description": "The laravel charting package",
2020-03-04 14:23:14 +03:00
"time": "2020-03-03T23:16:14+00:00"
2019-11-16 10:21:14 +03:00
},
2018-05-03 15:48:13 +03:00
{
"name": "dingo/api",
2020-03-24 22:44:35 +03:00
"version": "v3.0.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/dingo/api.git",
2020-03-24 22:44:35 +03:00
"reference": "42c5b78d010fbd97dc73aa01b259f05b1f033ce6"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-24 22:44:35 +03:00
"url": "https://api.github.com/repos/dingo/api/zipball/42c5b78d010fbd97dc73aa01b259f05b1f033ce6",
"reference": "42c5b78d010fbd97dc73aa01b259f05b1f033ce6",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"dingo/blueprint": "^0.4",
"illuminate/routing": "^7.0",
"illuminate/support": "^7.0",
"league/fractal": "^0.19",
"php": "^7.2.5"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"friendsofphp/php-cs-fixer": "~2",
2020-03-15 01:44:57 +03:00
"illuminate/auth": "^7.0",
"illuminate/cache": "^7.0",
"illuminate/console": "^7.0",
"illuminate/database": "^7.0",
"illuminate/events": "^7.0",
"illuminate/filesystem": "^7.0",
"illuminate/log": "^7.0",
"illuminate/pagination": "^7.0",
"laravel/lumen-framework": "^7.0",
2019-11-16 10:21:14 +03:00
"mockery/mockery": "~1.0",
"phpdocumentor/reflection-docblock": "3.3.2",
2020-03-15 01:44:57 +03:00
"phpunit/phpunit": "^8.5",
2018-05-03 15:48:13 +03:00
"squizlabs/php_codesniffer": "~2.0",
"tymon/jwt-auth": "1.0.*"
},
"suggest": {
"tymon/jwt-auth": "Protect your API with JSON Web Tokens."
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "2.0-dev"
},
"laravel": {
"providers": [
"Dingo\\Api\\Provider\\LaravelServiceProvider"
],
"aliases": {
"API": "Dingo\\Api\\Facade\\API"
}
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Dingo\\Api\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jason Lewis",
"email": "jason.lewis1991@gmail.com"
}
],
"description": "A RESTful API package for the Laravel and Lumen frameworks.",
"keywords": [
"api",
"dingo",
"laravel",
"restful"
],
2020-03-24 22:44:35 +03:00
"time": "2020-03-23T00:19:41+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "dingo/blueprint",
2020-03-15 01:44:57 +03:00
"version": "v0.4.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/dingo/blueprint.git",
2020-03-15 01:44:57 +03:00
"reference": "a84221e01683957d19c9217fb6133f2a039081a3"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/dingo/blueprint/zipball/a84221e01683957d19c9217fb6133f2a039081a3",
"reference": "a84221e01683957d19c9217fb6133f2a039081a3",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"doctrine/annotations": "~1.2",
2020-03-15 01:44:57 +03:00
"illuminate/filesystem": "^7.0",
"illuminate/support": "^7.0",
"php": "^7.2.5",
"phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"phpunit/phpunit": "^6.5",
2018-05-03 15:48:13 +03:00
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
}
},
"autoload": {
"psr-4": {
"Dingo\\Blueprint\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jason Lewis",
"email": "jason.lewis1991@gmail.com"
}
],
"description": "API Blueprint documentation generator.",
"keywords": [
"api",
"blueprint",
"dingo",
"docs",
"laravel"
],
2020-03-15 01:44:57 +03:00
"time": "2020-03-14T07:33:47+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "dnoegel/php-xdg-base-dir",
2019-12-25 16:23:49 +03:00
"version": "v0.1.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
2019-12-25 16:23:49 +03:00
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-12-25 16:23:49 +03:00
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
2019-12-25 16:23:49 +03:00
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
2018-05-03 15:48:13 +03:00
},
2019-12-25 16:23:49 +03:00
"type": "library",
2018-05-03 15:48:13 +03:00
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
2019-12-25 16:23:49 +03:00
"time": "2019-12-04T15:06:13+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "doctrine/annotations",
2019-11-16 10:21:14 +03:00
"version": "v1.8.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2019-11-16 10:21:14 +03:00
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2019-11-16 10:21:14 +03:00
"php": "^7.1"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"doctrine/cache": "1.*",
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^7.5"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.7.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 10:21:14 +03:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2018-05-03 15:48:13 +03:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2019-11-16 10:21:14 +03:00
"time": "2019-10-01T18:55:10+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "doctrine/cache",
2019-12-04 21:09:08 +03:00
"version": "1.10.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2019-12-04 21:09:08 +03:00
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-12-04 21:09:08 +03:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "~7.1"
2018-05-03 15:48:13 +03:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^6.0",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.9.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 10:21:14 +03:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2018-05-03 15:48:13 +03:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-11-16 10:21:14 +03:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"abstraction",
"apcu",
2018-05-03 15:48:13 +03:00
"cache",
2019-11-16 10:21:14 +03:00
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2018-05-03 15:48:13 +03:00
],
2019-12-04 21:09:08 +03:00
"time": "2019-11-29T15:36:20+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "doctrine/collections",
2019-11-16 10:21:14 +03:00
"version": "1.6.4",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2019-11-16 10:21:14 +03:00
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.1.3"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.2.2"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.6.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
2019-11-16 10:21:14 +03:00
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 10:21:14 +03:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2018-05-03 15:48:13 +03:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-11-16 10:21:14 +03:00
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
2018-05-03 15:48:13 +03:00
"keywords": [
"array",
"collections",
2019-11-16 10:21:14 +03:00
"iterators",
"php"
2018-05-03 15:48:13 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2019-11-13T13:07:11+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "doctrine/dbal",
"version": "v2.9.3",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/doctrine/dbal.git",
"reference": "7345cd59edfa2036eb0fa4264b77ae2576842035"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035",
"reference": "7345cd59edfa2036eb0fa4264b77ae2576842035",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.1"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"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."
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"bin": [
"bin/doctrine-dbal"
],
2018-05-03 15:48:13 +03:00
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "2.9.x-dev",
"dev-develop": "3.0.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 10:21:14 +03:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2018-05-03 15:48:13 +03:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
2019-11-16 10:21:14 +03:00
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"abstraction",
"database",
"dbal",
"mysql",
2018-05-03 15:48:13 +03:00
"persistence",
2019-11-16 10:21:14 +03:00
"pgsql",
"php",
"queryobject"
2018-05-03 15:48:13 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2019-11-02T22:19:34+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "doctrine/event-manager",
"version": "1.1.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/doctrine/event-manager.git",
"reference": "629572819973f13486371cb611386eb17851e85c"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
"reference": "629572819973f13486371cb611386eb17851e85c",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.1"
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"conflict": {
"doctrine/common": "<2.9@dev"
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.0.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
2019-11-16 10:21:14 +03:00
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 10:21:14 +03:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2018-05-03 15:48:13 +03:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2019-11-16 10:21:14 +03:00
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"event",
"event dispatcher",
"event manager",
"event system",
"events"
2018-05-03 15:48:13 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2019-11-10T09:48:07+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "doctrine/inflector",
2019-11-16 10:21:14 +03:00
"version": "1.3.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2019-11-16 10:21:14 +03:00
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.1"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^6.2"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.3.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
2019-11-16 10:21:14 +03:00
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 10:21:14 +03:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2018-05-03 15:48:13 +03:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
2019-11-16 10:21:14 +03:00
"time": "2019-10-30T19:59:35+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "doctrine/lexer",
2019-11-16 10:21:14 +03:00
"version": "1.2.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2019-11-16 10:21:14 +03:00
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.2.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
2019-11-16 10:21:14 +03:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-11-16 10:21:14 +03:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2018-05-03 15:48:13 +03:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-11-16 10:21:14 +03:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"annotations",
"docblock",
2018-05-03 15:48:13 +03:00
"lexer",
2019-11-16 10:21:14 +03:00
"parser",
"php"
2018-05-03 15:48:13 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2019-10-30T14:39:59+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "dompdf/dompdf",
2020-02-24 18:33:38 +03:00
"version": "v0.8.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
2020-02-24 18:33:38 +03:00
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-02-24 18:33:38 +03:00
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56",
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
2020-02-20 12:37:28 +03:00
"phenx/php-font-lib": "^0.5.1",
"phenx/php-svg-lib": "^0.3.3",
"php": "^7.1"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-02-20 12:37:28 +03:00
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.5"
2018-05-03 15:48:13 +03:00
},
2018-12-25 12:32:23 +03:00
"suggest": {
"ext-gd": "Needed to process images",
"ext-gmagick": "Improves image processing performance",
"ext-imagick": "Improves image processing performance"
},
2018-05-03 15:48:13 +03:00
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Dompdf\\": "src/"
},
"classmap": [
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
},
{
"name": "Brian Sweeney",
"email": "eclecticgeek@gmail.com"
},
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com"
}
],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
"homepage": "https://github.com/dompdf/dompdf",
2020-02-24 18:33:38 +03:00
"time": "2020-02-20T03:52:51+00:00"
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
{
"name": "dragonmantank/cron-expression",
"version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
"reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4|^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2019-03-31T00:38:28+00:00"
},
{
"name": "egulias/email-validator",
2020-02-20 12:37:28 +03:00
"version": "2.1.17",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2020-02-20 12:37:28 +03:00
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-02-20 12:37:28 +03:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
2020-02-20 12:37:28 +03:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
2019-11-16 10:21:14 +03:00
},
"require-dev": {
2019-12-31 02:20:10 +03:00
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1"
2019-11-16 10:21:14 +03:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
2020-02-20 12:37:28 +03:00
"time": "2020-02-13T22:36:52+00:00"
2019-11-16 10:21:14 +03:00
},
2018-05-03 15:48:13 +03:00
{
2020-01-18 13:00:15 +03:00
"name": "fideloper/proxy",
2020-03-15 01:44:57 +03:00
"version": "4.3.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2020-01-18 13:00:15 +03:00
"url": "https://github.com/fideloper/TrustedProxy.git",
2020-03-15 01:44:57 +03:00
"reference": "ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a",
"reference": "ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
2020-01-18 13:00:15 +03:00
"php": ">=5.4.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"illuminate/http": "^5.0|^6.0|^7.0|^8.0",
2020-01-18 13:00:15 +03:00
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
2020-01-18 13:00:15 +03:00
"extra": {
"laravel": {
"providers": [
"Fideloper\\Proxy\\TrustedProxyServiceProvider"
]
}
},
2018-05-03 15:48:13 +03:00
"autoload": {
2020-01-18 13:00:15 +03:00
"psr-4": {
"Fideloper\\Proxy\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-18 13:00:15 +03:00
"name": "Chris Fidao",
"email": "fideloper@gmail.com"
2018-05-03 15:48:13 +03:00
}
],
2020-01-18 13:00:15 +03:00
"description": "Set trusted proxies for Laravel",
2018-05-03 15:48:13 +03:00
"keywords": [
2020-01-18 13:00:15 +03:00
"load balancing",
"proxy",
"trusted proxy"
2018-05-03 15:48:13 +03:00
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-22T01:51:47+00:00"
},
{
"name": "fruitcake/laravel-cors",
"version": "v1.0.5",
"source": {
"type": "git",
"url": "https://github.com/fruitcake/laravel-cors.git",
"reference": "0e0500133dbb6325266133dd72f040617c9cdbd0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/0e0500133dbb6325266133dd72f040617c9cdbd0",
"reference": "0e0500133dbb6325266133dd72f040617c9cdbd0",
"shasum": ""
},
"require": {
"asm89/stack-cors": "^1.3",
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"php": ">=7",
"symfony/http-foundation": "^3.3|^4.0|^5.0",
"symfony/http-kernel": "^3.3|^4.0|^5.0"
},
"require-dev": {
"laravel/framework": "^5.5|^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
"phpro/grumphp": "^0.16|^0.17",
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Fruitcake\\Cors\\CorsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Fruitcake\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fruitcake",
"homepage": "https://fruitcake.nl"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
"keywords": [
"api",
"cors",
"crossdomain",
"laravel"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-03-11T21:05:07+00:00"
2018-05-03 15:48:13 +03:00
},
{
2020-01-18 13:00:15 +03:00
"name": "genealabs/laravel-model-caching",
2020-03-15 01:44:57 +03:00
"version": "0.8.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2020-01-18 13:00:15 +03:00
"url": "https://github.com/GeneaLabs/laravel-model-caching.git",
2020-03-15 01:44:57 +03:00
"reference": "5b0bf609f2a758c36d3be67ca4d3413ca9f0bd79"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/GeneaLabs/laravel-model-caching/zipball/5b0bf609f2a758c36d3be67ca4d3413ca9f0bd79",
"reference": "5b0bf609f2a758c36d3be67ca4d3413ca9f0bd79",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"genealabs/laravel-pivot-events": "^0.3.0",
"illuminate/cache": "^7.0",
"illuminate/config": "^7.0",
"illuminate/console": "^7.0",
"illuminate/container": "^7.0",
"illuminate/database": "^7.0",
"illuminate/http": "^7.0",
"illuminate/support": "^7.0",
"php": ">=7.2.5",
"predis/predis": "^1.1"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"fzaninotto/faker": "^1.9.1",
"orchestra/testbench": "^5.0",
"orchestra/testbench-browser-kit": "^5.0",
2020-01-18 13:00:15 +03:00
"php-coveralls/php-coveralls": "^2.2",
"phpmd/phpmd": "^2.7",
"phpunit/phpunit": "^8.0",
2020-03-15 01:44:57 +03:00
"sebastian/phpcpd": "^5.0",
2020-01-18 13:00:15 +03:00
"squizlabs/php_codesniffer": "^3.4",
"symfony/thanks": "^1.2"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
2020-01-18 13:00:15 +03:00
"GeneaLabs\\LaravelModelCaching\\Providers\\Service"
2018-05-03 15:48:13 +03:00
]
}
},
"autoload": {
"psr-4": {
2020-01-18 13:00:15 +03:00
"GeneaLabs\\LaravelModelCaching\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-01-18 13:00:15 +03:00
"name": "Mike Bronner",
"email": "hello@genealabs.com"
2018-05-03 15:48:13 +03:00
}
],
2020-01-18 13:00:15 +03:00
"description": "Automatic caching for Eloquent models.",
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://github.com/mikebronner",
"type": "github"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-29T19:22:25+00:00"
2020-01-18 13:00:15 +03:00
},
{
"name": "genealabs/laravel-pivot-events",
2020-03-15 01:44:57 +03:00
"version": "0.3.0",
2020-01-18 13:00:15 +03:00
"source": {
"type": "git",
"url": "https://github.com/GeneaLabs/laravel-pivot-events.git",
2020-03-15 01:44:57 +03:00
"reference": "7f35d5af019558474c0afc437bfa49ee161b658b"
2020-01-18 13:00:15 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/GeneaLabs/laravel-pivot-events/zipball/7f35d5af019558474c0afc437bfa49ee161b658b",
"reference": "7f35d5af019558474c0afc437bfa49ee161b658b",
2020-01-18 13:00:15 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"illuminate/database": "^7.0",
"illuminate/support": "^7.0"
2020-01-18 13:00:15 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"orchestra/testbench": "^5.0",
2020-01-18 13:00:15 +03:00
"symfony/thanks": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"GeneaLabs\\LaravelPivotEvents\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike Bronner",
"email": "hello@genealabs.com",
"homepage": "https://genealabs.com",
"role": "Developer"
}
],
"description": "This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.",
"homepage": "https://github.com/fico7489/laravel-pivot",
2018-05-03 15:48:13 +03:00
"keywords": [
2020-01-18 13:00:15 +03:00
"eloquent events",
"eloquent extra events",
"laravel BelongsToMany events",
"laravel pivot events",
"laravel sync events"
2018-05-03 15:48:13 +03:00
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-29T18:56:56+00:00"
2018-05-03 15:48:13 +03:00
},
2020-03-12 15:20:45 +03:00
{
"name": "graham-campbell/markdown",
"version": "v12.0.0",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Markdown.git",
"reference": "1566129f213adf7f508e0bebc2399102c4c78cd6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Markdown/zipball/1566129f213adf7f508e0bebc2399102c4c78cd6",
"reference": "1566129f213adf7f508e0bebc2399102c4c78cd6",
"shasum": ""
},
"require": {
"illuminate/contracts": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"illuminate/view": "^6.0|^7.0",
"league/commonmark": "^1.3",
"php": "^7.2.5"
},
"require-dev": {
"graham-campbell/analyzer": "^3.0",
"graham-campbell/testbench": "^5.4",
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "12.0-dev"
},
"laravel": {
"providers": [
"GrahamCampbell\\Markdown\\MarkdownServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"GrahamCampbell\\Markdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
}
],
"description": "Markdown Is A CommonMark Wrapper For Laravel",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Laravel Markdown",
"Laravel-Markdown",
"common mark",
"commonmark",
"framework",
"laravel",
"markdown"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://www.patreon.com/GrahamJCampbell",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/markdown",
"type": "tidelift"
}
],
2020-03-12 15:20:45 +03:00
"time": "2020-03-01T11:40:45+00:00"
},
2018-05-03 15:48:13 +03:00
{
"name": "guzzlehttp/guzzle",
2019-12-31 02:20:10 +03:00
"version": "6.5.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2019-12-31 02:20:10 +03:00
"reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-12-31 02:20:10 +03:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
"reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-12-31 02:20:10 +03:00
"ext-json": "*",
2018-05-03 15:48:13 +03:00
"guzzlehttp/promises": "^1.0",
2019-12-31 02:20:10 +03:00
"guzzlehttp/psr7": "^1.6.1",
2018-05-03 15:48:13 +03:00
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2019-12-31 02:20:10 +03:00
"psr/log": "^1.1"
2018-05-03 15:48:13 +03:00
},
"suggest": {
2019-12-31 02:20:10 +03:00
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
2018-05-03 15:48:13 +03:00
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-31 02:20:10 +03:00
"dev-master": "6.5-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
2019-12-31 02:20:10 +03:00
},
"files": [
"src/functions_include.php"
]
2018-05-03 15:48:13 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2019-12-31 02:20:10 +03:00
"time": "2019-12-23T11:57:10+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "guzzlehttp/promises",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"time": "2016-12-20T10:07:11+00:00"
},
{
"name": "guzzlehttp/psr7",
2019-11-16 10:21:14 +03:00
"version": "1.6.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2019-11-16 10:21:14 +03:00
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2018-12-25 12:32:23 +03:00
"psr/http-message": "~1.0",
2019-11-16 10:21:14 +03:00
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2018-05-03 15:48:13 +03:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"ext-zlib": "*",
2018-12-25 12:32:23 +03:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
},
2018-05-03 15:48:13 +03:00
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.6-dev"
2018-05-03 15:48:13 +03: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",
2018-12-25 12:32:23 +03:00
"psr-7",
2018-05-03 15:48:13 +03:00
"request",
"response",
"stream",
"uri",
"url"
],
2019-11-16 10:21:14 +03:00
"time": "2019-07-01T23:21:34+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "intervention/image",
2019-11-16 10:21:14 +03:00
"version": "2.5.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2019-11-16 10:21:14 +03:00
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
2018-05-03 15:48:13 +03: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": {
2019-11-16 10:21:14 +03:00
"dev-master": "2.4-dev"
2018-05-03 15:48:13 +03: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"
],
2019-11-16 10:21:14 +03:00
"time": "2019-11-02T09:15:47+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "jakub-onderka/php-console-color",
2018-10-16 13:09:46 +03:00
"version": "v0.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
2018-10-16 13:09:46 +03:00
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2018-10-16 13:09:46 +03:00
"php": ">=5.4.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
2018-10-16 13:09:46 +03:00
"jakub-onderka/php-parallel-lint": "1.0",
2018-05-03 15:48:13 +03:00
"jakub-onderka/php-var-dump-check": "0.*",
2018-10-16 13:09:46 +03:00
"phpunit/phpunit": "~4.3",
2018-05-03 15:48:13 +03:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
2018-10-16 13:09:46 +03:00
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
2018-10-16 13:09:46 +03:00
"email": "jakub.onderka@gmail.com"
2018-05-03 15:48:13 +03:00
}
],
2018-10-16 13:09:46 +03:00
"time": "2018-09-29T17:23:10+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "jakub-onderka/php-console-highlighter",
2018-10-16 13:09:46 +03:00
"version": "v0.4",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
2018-10-16 13:09:46 +03:00
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2018-10-16 13:09:46 +03:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2018-10-16 13:09:46 +03:00
"ext-tokenizer": "*",
"jakub-onderka/php-console-color": "~0.2",
"php": ">=5.4.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
2018-10-16 13:09:46 +03:00
"jakub-onderka/php-parallel-lint": "~1.0",
2018-05-03 15:48:13 +03:00
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
2018-10-16 13:09:46 +03:00
"psr-4": {
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
2018-10-16 13:09:46 +03:00
"description": "Highlight PHP code in terminal",
"time": "2018-09-29T18:48:56+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "jaybizzle/crawler-detect",
2020-03-04 14:23:14 +03:00
"version": "v1.2.94",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
2020-03-04 14:23:14 +03:00
"reference": "fbd4c12741583fb9d8f0bcbf65248a34eed68fc9"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/fbd4c12741583fb9d8f0bcbf65248a34eed68fc9",
"reference": "fbd4c12741583fb9d8f0bcbf65248a34eed68fc9",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": ">=5.3.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^4.8|^5.5|^6.5",
"satooshi/php-coveralls": "1.*"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Jaybizzle\\CrawlerDetect\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Mark Beech",
"email": "m@rkbee.ch",
"role": "Developer"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
"homepage": "https://github.com/JayBizzle/Crawler-Detect/",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"crawler",
"crawler detect",
"crawler detector",
"crawlerdetect",
"php crawler detect"
2018-05-03 15:48:13 +03:00
],
2020-03-04 14:23:14 +03:00
"time": "2020-02-20T21:42:59+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "jenssegers/agent",
"version": "v2.6.3",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/jenssegers/agent.git",
"reference": "bcb895395e460478e101f41cdab139c48dc721ce"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/jenssegers/agent/zipball/bcb895395e460478e101f41cdab139c48dc721ce",
"reference": "bcb895395e460478e101f41cdab139c48dc721ce",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"jaybizzle/crawler-detect": "^1.2",
"mobiledetect/mobiledetectlib": "^2.7.6",
"php": ">=5.6"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5.0|^6.0|^7.0"
},
"suggest": {
"illuminate/support": "^4.0|^5.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "3.0-dev"
},
"laravel": {
"providers": [
"Jenssegers\\Agent\\AgentServiceProvider"
],
"aliases": {
"Agent": "Jenssegers\\Agent\\Facades\\Agent"
}
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Jenssegers\\Agent\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Jens Segers",
"homepage": "https://jenssegers.com"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect",
"homepage": "https://github.com/jenssegers/agent",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"Agent",
"browser",
"desktop",
"laravel",
"mobile",
"platform",
"user agent",
"useragent"
2018-05-03 15:48:13 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2019-01-19T21:32:55+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "jenssegers/date",
2020-03-15 01:44:57 +03:00
"version": "v4.0.0-beta",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/jenssegers/date.git",
2020-03-15 01:44:57 +03:00
"reference": "d363d44b194de9c892ec5555b69d8d977c7c51af"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/jenssegers/date/zipball/d363d44b194de9c892ec5555b69d8d977c7c51af",
"reference": "d363d44b194de9c892ec5555b69d8d977c7c51af",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
2019-11-16 10:21:14 +03:00
"require": {
2020-03-15 01:44:57 +03:00
"nesbot/carbon": "^2.16"
2019-11-16 10:21:14 +03:00
},
2018-05-03 15:48:13 +03:00
"require-dev": {
2020-03-15 01:44:57 +03:00
"phpunit/phpunit": "^7.5",
2019-11-16 10:21:14 +03:00
"satooshi/php-coveralls": "^2.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
2019-11-16 10:21:14 +03:00
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
},
"laravel": {
"providers": [
"Jenssegers\\Date\\DateServiceProvider"
],
"aliases": {
"Date": "Jenssegers\\Date\\Date"
}
}
},
2018-05-03 15:48:13 +03:00
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Jenssegers\\Date\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-11-16 10:21:14 +03:00
"MIT"
2018-05-03 15:48:13 +03:00
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Jens Segers",
"homepage": "https://jenssegers.com"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "A date library to help you work with dates in different languages",
"homepage": "https://github.com/jenssegers/date",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"carbon",
"date",
"datetime",
"i18n",
"laravel",
"time",
"translation"
2018-05-03 15:48:13 +03:00
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://github.com/jenssegers",
"type": "github"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-03-10T10:37:12+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "justinrainbow/json-schema",
"version": "5.2.9",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "44c6787311242a979fa15c704327c20e7221a0e4"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
"reference": "44c6787311242a979fa15c704327c20e7221a0e4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
"time": "2019-09-25T14:49:45+00:00"
},
{
"name": "kkszymanowski/traitor",
"version": "0.2.5",
"source": {
"type": "git",
"url": "https://github.com/KKSzymanowski/Traitor.git",
"reference": "9770fc7de72ff585601dc9c42b31715d9fc40a24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KKSzymanowski/Traitor/zipball/9770fc7de72ff585601dc9c42b31715d9fc40a24",
2018-05-03 15:48:13 +03:00
"reference": "9770fc7de72ff585601dc9c42b31715d9fc40a24",
"shasum": ""
},
"require": {
"nikic/php-parser": "^1.0|^2.0|^3.0|^4.0",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Traitor\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kuba Szymanowski",
"email": "kuba.szymanowski@inf24.pl"
}
],
"description": "Add a trait use statement to existing PHP class",
"keywords": [
"add",
"php",
"trait"
],
"time": "2018-04-19T12:24:36+00:00"
},
{
"name": "kyslik/column-sortable",
2020-03-12 15:20:45 +03:00
"version": "6.3.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/Kyslik/column-sortable.git",
2020-03-12 15:20:45 +03:00
"reference": "9f2ddfabe5cfd9cfd67b15805e2d0de48429c995"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-12 15:20:45 +03:00
"url": "https://api.github.com/repos/Kyslik/column-sortable/zipball/9f2ddfabe5cfd9cfd67b15805e2d0de48429c995",
"reference": "9f2ddfabe5cfd9cfd67b15805e2d0de48429c995",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-12 15:20:45 +03:00
"illuminate/database": "5.8.*|^6.0|^7.0",
"illuminate/support": "5.8.*|^6.0|^7.0",
2019-11-16 10:21:14 +03:00
"php": ">=7.2"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-12 15:20:45 +03:00
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5"
2018-05-03 15:48:13 +03:00
},
"type": "package",
2019-11-16 10:21:14 +03:00
"extra": {
"laravel": {
"providers": [
"Kyslik\\ColumnSortable\\ColumnSortableServiceProvider"
]
}
},
2018-05-03 15:48:13 +03:00
"autoload": {
"psr-4": {
"Kyslik\\ColumnSortable\\": "src/ColumnSortable/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Martin Kiesel",
"email": "martin.kiesel@gmail.com",
2019-11-16 10:21:14 +03:00
"role": "Developer and maintainer"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Package for handling column sorting in Laravel 6.x",
2018-05-03 15:48:13 +03:00
"keywords": [
"column",
"laravel",
"sort",
"sortable",
"sorting"
],
2020-03-12 15:20:45 +03:00
"time": "2020-03-08T12:26:23+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "laracasts/flash",
2020-03-15 01:44:57 +03:00
"version": "3.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/laracasts/flash.git",
2020-03-15 01:44:57 +03:00
"reference": "150d4348477db31b9a93ccd07f713e3d0513b3bf"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/laracasts/flash/zipball/150d4348477db31b9a93ccd07f713e3d0513b3bf",
"reference": "150d4348477db31b9a93ccd07f713e3d0513b3bf",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"illuminate/support": "~5.0|^6.0|^7.0",
2018-05-03 15:48:13 +03:00
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "dev-master",
"phpunit/phpunit": "^6.1"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laracasts\\Flash\\FlashServiceProvider"
],
"aliases": {
"Flash": "Laracasts\\Flash\\Flash"
}
}
},
"autoload": {
"psr-0": {
"Laracasts\\Flash": "src/"
},
"files": [
"src/Laracasts/Flash/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeffrey Way",
"email": "jeffrey@laracasts.com"
}
],
"description": "Easy flash notifications",
2020-03-15 01:44:57 +03:00
"time": "2020-03-03T15:50:52+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "laravel/framework",
2020-03-24 22:44:35 +03:00
"version": "v7.3.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2020-03-24 22:44:35 +03:00
"reference": "36d8958b5b8058ef0641806e490f91102fdea70d"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-24 22:44:35 +03:00
"url": "https://api.github.com/repos/laravel/framework/zipball/36d8958b5b8058ef0641806e490f91102fdea70d",
"reference": "36d8958b5b8058ef0641806e490f91102fdea70d",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"doctrine/inflector": "^1.1",
"dragonmantank/cron-expression": "^2.0",
"egulias/email-validator": "^2.1.10",
"ext-json": "*",
2018-05-03 15:48:13 +03:00
"ext-mbstring": "*",
"ext-openssl": "*",
2020-02-20 12:37:28 +03:00
"league/commonmark": "^1.3",
2019-11-16 10:21:14 +03:00
"league/flysystem": "^1.0.8",
2020-03-15 01:44:57 +03:00
"monolog/monolog": "^2.0",
"nesbot/carbon": "^2.17",
2019-11-16 10:21:14 +03:00
"opis/closure": "^3.1",
2020-03-15 01:44:57 +03:00
"php": "^7.2.5",
2019-11-16 10:21:14 +03:00
"psr/container": "^1.0",
"psr/simple-cache": "^1.0",
2020-03-24 22:44:35 +03:00
"ramsey/uuid": "^3.7|^4.0",
2019-11-16 10:21:14 +03:00
"swiftmailer/swiftmailer": "^6.0",
2020-03-15 01:44:57 +03:00
"symfony/console": "^5.0",
"symfony/error-handler": "^5.0",
"symfony/finder": "^5.0",
"symfony/http-foundation": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/mime": "^5.0",
"symfony/process": "^5.0",
"symfony/routing": "^5.0",
"symfony/var-dumper": "^5.0",
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
"vlucas/phpdotenv": "^4.0",
"voku/portable-ascii": "^1.4.8"
2019-11-16 10:21:14 +03:00
},
"conflict": {
"tightenco/collect": "<5.5.33"
2018-05-03 15:48:13 +03:00
},
"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",
2020-03-15 01:44:57 +03:00
"illuminate/testing": "self.version",
2018-05-03 15:48:13 +03:00
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
2019-11-16 10:21:14 +03:00
"illuminate/view": "self.version"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"aws/aws-sdk-php": "^3.0",
"doctrine/dbal": "^2.6",
"filp/whoops": "^2.4",
2020-03-15 01:44:57 +03:00
"guzzlehttp/guzzle": "^6.3.1|^7.0",
2019-11-16 10:21:14 +03:00
"league/flysystem-cached-adapter": "^1.0",
2020-01-18 13:00:15 +03:00
"mockery/mockery": "^1.3.1",
2019-11-16 10:21:14 +03:00
"moontoast/math": "^1.1",
2020-03-15 01:44:57 +03:00
"orchestra/testbench-core": "^5.0",
2019-11-16 10:21:14 +03:00
"pda/pheanstalk": "^4.0",
2020-03-15 01:44:57 +03:00
"phpunit/phpunit": "^8.4|^9.0",
2019-11-16 10:21:14 +03:00
"predis/predis": "^1.1.1",
2020-03-15 01:44:57 +03:00
"symfony/cache": "^5.0"
2018-05-03 15:48:13 +03:00
},
"suggest": {
2019-11-16 10:21:14 +03:00
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
"ext-memcached": "Required to use the memcache cache driver.",
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
2020-03-15 01:44:57 +03:00
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
2019-11-16 10:21:14 +03:00
"filp/whoops": "Required for friendly error pages in development (^2.4).",
2020-02-20 12:37:28 +03:00
"fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
2020-03-15 01:44:57 +03:00
"guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0).",
2020-02-20 12:37:28 +03:00
"laravel/tinker": "Required to use the tinker console command (^2.0).",
2019-11-16 10:21:14 +03:00
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
2020-03-15 01:44:57 +03:00
"mockery/mockery": "Required to use mocking (^1.3.1).",
2019-11-16 10:21:14 +03:00
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
2020-01-18 13:00:15 +03:00
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
2019-11-16 10:21:14 +03:00
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
2020-03-15 01:44:57 +03:00
"phpunit/phpunit": "Required to use assertions and run tests (^8.4|^9.0).",
2019-12-25 16:23:49 +03:00
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
2019-11-16 10:21:14 +03:00
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
2020-03-15 01:44:57 +03:00
"symfony/cache": "Required to PSR-6 cache bridge (^5.0).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
2019-11-16 10:21:14 +03:00
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "7.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"files": [
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
"psr-4": {
"Illuminate\\": "src/Illuminate/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Laravel Framework.",
"homepage": "https://laravel.com",
"keywords": [
"framework",
"laravel"
],
2020-03-24 22:44:35 +03:00
"time": "2020-03-24T15:17:51+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "laravel/tinker",
2020-03-20 19:57:39 +03:00
"version": "v2.3.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2020-03-20 19:57:39 +03:00
"reference": "5271893ec90ad9f8d3e34792ac6b72cad3b84cc2"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-20 19:57:39 +03:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/5271893ec90ad9f8d3e34792ac6b72cad3b84cc2",
"reference": "5271893ec90ad9f8d3e34792ac6b72cad3b84cc2",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-20 19:57:39 +03:00
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
2019-12-04 21:09:08 +03:00
"php": "^7.2",
2020-03-20 19:57:39 +03:00
"psy/psysh": "^0.9|^0.10",
2019-12-04 21:09:08 +03:00
"symfony/var-dumper": "^4.0|^5.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^8.0|^9.0"
2018-05-03 15:48:13 +03:00
},
"suggest": {
2020-03-20 19:57:39 +03:00
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-04 21:09:08 +03:00
"dev-master": "2.x-dev"
2018-05-03 15:48:13 +03:00
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Tinker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Powerful REPL for the Laravel framework.",
"keywords": [
"REPL",
"Tinker",
"laravel",
"psysh"
],
2020-03-20 19:57:39 +03:00
"time": "2020-03-17T15:34:59+00:00"
2020-03-15 01:44:57 +03:00
},
{
"name": "laravel/ui",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
"reference": "47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83",
"reference": "47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83",
"shasum": ""
},
"require": {
"illuminate/console": "^7.0",
"illuminate/filesystem": "^7.0",
"illuminate/support": "^7.0",
"php": "^7.2.5"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Ui\\UiServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Ui\\": "src/",
"Illuminate\\Foundation\\Auth\\": "auth-backend/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel UI utilities and presets.",
"keywords": [
"laravel",
"ui"
],
"time": "2020-03-03T20:16:46+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "laravelcollective/html",
2020-03-15 01:44:57 +03:00
"version": "v6.1.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/LaravelCollective/html.git",
2020-03-15 01:44:57 +03:00
"reference": "64f2268bf41bf02b3a9dd3c30f102e934d721664"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/64f2268bf41bf02b3a9dd3c30f102e934d721664",
"reference": "64f2268bf41bf02b3a9dd3c30f102e934d721664",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"illuminate/http": "^6.0|^7.0",
"illuminate/routing": "^6.0|^7.0",
"illuminate/session": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"illuminate/view": "^6.0|^7.0",
"php": ">=7.2.5"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"illuminate/database": "^6.0|^7.0",
2019-11-16 10:21:14 +03:00
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.1"
2018-05-03 15:48:13 +03:00
},
"type": "library",
2019-11-16 10:21:14 +03:00
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
},
"laravel": {
"providers": [
"Collective\\Html\\HtmlServiceProvider"
],
"aliases": {
"Form": "Collective\\Html\\FormFacade",
"Html": "Collective\\Html\\HtmlFacade"
}
}
},
2018-05-03 15:48:13 +03:00
"autoload": {
"psr-4": {
"Collective\\Html\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
2019-11-16 10:21:14 +03:00
},
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
2018-05-03 15:48:13 +03:00
}
],
"description": "HTML and Form Builders for the Laravel Framework",
2019-11-16 10:21:14 +03:00
"homepage": "https://laravelcollective.com",
2020-03-15 01:44:57 +03:00
"time": "2020-03-02T16:41:28+00:00"
2018-05-03 15:48:13 +03:00
},
2020-01-18 13:00:15 +03:00
{
"name": "league/commonmark",
2020-03-04 14:23:14 +03:00
"version": "1.3.1",
2020-01-18 13:00:15 +03:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2020-03-04 14:23:14 +03:00
"reference": "8015f806173c6ee54de25a87c2d69736696e88db"
2020-01-18 13:00:15 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/8015f806173c6ee54de25a87c2d69736696e88db",
"reference": "8015f806173c6ee54de25a87c2d69736696e88db",
2020-01-18 13:00:15 +03:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^7.1"
},
2020-02-20 12:37:28 +03:00
"conflict": {
"scrutinizer/ocular": "1.7.*"
2020-01-18 13:00:15 +03:00
},
"require-dev": {
"cebe/markdown": "~1.0",
"commonmark/commonmark.js": "0.29.1",
"erusev/parsedown": "~1.0",
"ext-json": "*",
2020-02-20 12:37:28 +03:00
"github/gfm": "0.29.0",
2020-01-18 13:00:15 +03:00
"michelf/php-markdown": "~1.4",
"mikehaertl/php-shellcommand": "^1.4",
"phpstan/phpstan-shim": "^0.11.5",
"phpunit/phpunit": "^7.5",
"scrutinizer/ocular": "^1.5",
"symfony/finder": "^4.2"
},
"bin": [
"bin/commonmark"
],
"type": "library",
"extra": {
"branch-alias": {
2020-02-20 12:37:28 +03:00
"dev-master": "1.4-dev"
2020-01-18 13:00:15 +03:00
}
},
"autoload": {
"psr-4": {
"League\\CommonMark\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
2020-02-20 12:37:28 +03:00
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
2020-01-18 13:00:15 +03:00
"homepage": "https://commonmark.thephpleague.com",
"keywords": [
"commonmark",
2020-02-20 12:37:28 +03:00
"flavored",
"gfm",
"github",
"github-flavored",
2020-01-18 13:00:15 +03:00
"markdown",
2020-02-20 12:37:28 +03:00
"md",
2020-01-18 13:00:15 +03:00
"parser"
],
2020-03-04 14:23:14 +03:00
"time": "2020-02-28T18:53:50+00:00"
2020-01-18 13:00:15 +03:00
},
2018-05-03 15:48:13 +03:00
{
"name": "league/flysystem",
2020-03-20 19:57:39 +03:00
"version": "1.0.66",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2020-03-20 19:57:39 +03:00
"reference": "021569195e15f8209b1c4bebb78bd66aa4f08c21"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-20 19:57:39 +03:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/021569195e15f8209b1c4bebb78bd66aa4f08c21",
"reference": "021569195e15f8209b1c4bebb78bd66aa4f08c21",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2018-10-16 13:09:46 +03:00
"ext-fileinfo": "*",
2018-05-03 15:48:13 +03:00
"php": ">=5.5.9"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
"phpspec/phpspec": "^3.4",
2020-02-20 12:37:28 +03:00
"phpunit/phpunit": "^5.7.26"
2018-05-03 15:48:13 +03: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"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [
"Cloud Files",
"WebDAV",
"abstraction",
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
"filesystems",
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
],
2020-03-20 19:57:39 +03:00
"time": "2020-03-17T18:58:12+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "league/fractal",
2020-03-15 01:44:57 +03:00
"version": "0.19.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/fractal.git",
2020-03-15 01:44:57 +03:00
"reference": "06dc15f6ba38f2dde2f919d3095d13b571190a7c"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/thephpleague/fractal/zipball/06dc15f6ba38f2dde2f919d3095d13b571190a7c",
"reference": "06dc15f6ba38f2dde2f919d3095d13b571190a7c",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"doctrine/orm": "^2.5",
"illuminate/contracts": "~5.0",
"mockery/mockery": "~0.9",
"pagerfanta/pagerfanta": "~1.0.0",
2020-03-15 01:44:57 +03:00
"phpunit/phpunit": "^4.8.35 || ^7.5",
"squizlabs/php_codesniffer": "~1.5|~2.0|~3.4",
2018-05-03 15:48:13 +03:00
"zendframework/zend-paginator": "~2.3"
},
"suggest": {
"illuminate/pagination": "The Illuminate Pagination component.",
"pagerfanta/pagerfanta": "Pagerfanta Paginator",
"zendframework/zend-paginator": "Zend Framework Paginator"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.13-dev"
}
},
"autoload": {
"psr-4": {
"League\\Fractal\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Phil Sturgeon",
"email": "me@philsturgeon.uk",
"homepage": "http://philsturgeon.uk/",
"role": "Developer"
}
],
"description": "Handle the output of complex data structures ready for API output.",
"homepage": "http://fractal.thephpleague.com/",
"keywords": [
"api",
"json",
"league",
"rest"
],
2020-03-15 01:44:57 +03:00
"time": "2020-01-24T23:17:29+00:00"
2018-05-03 15:48:13 +03:00
},
2018-10-16 13:09:46 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "lorisleiva/laravel-search-string",
2020-03-04 14:23:14 +03:00
"version": "v0.1.5",
2018-10-16 13:09:46 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/lorisleiva/laravel-search-string.git",
2020-03-04 14:23:14 +03:00
"reference": "5fd936cb2dd9e604a5786cfbacf0e1e0eb538e8f"
2018-10-16 13:09:46 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/lorisleiva/laravel-search-string/zipball/5fd936cb2dd9e604a5786cfbacf0e1e0eb538e8f",
"reference": "5fd936cb2dd9e604a5786cfbacf0e1e0eb538e8f",
2018-10-16 13:09:46 +03:00
"shasum": ""
},
"require": {
2020-03-04 14:23:14 +03:00
"illuminate/support": "^5.5|^6.0|^7.0"
2018-10-16 13:09:46 +03:00
},
"require-dev": {
2020-03-04 14:23:14 +03:00
"orchestra/testbench": "^5.0"
2018-10-16 13:09:46 +03:00
},
"type": "library",
"extra": {
2019-11-16 10:21:14 +03:00
"laravel": {
"providers": [
"Lorisleiva\\LaravelSearchString\\ServiceProvider"
]
2018-10-16 13:09:46 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Lorisleiva\\LaravelSearchString\\": "src"
2018-10-16 13:09:46 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Loris Leiva",
"email": "loris.leiva@gmail.com"
2018-10-16 13:09:46 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Generates database queries based on one unique string using a simple and customizable syntax.",
2020-03-04 14:23:14 +03:00
"time": "2020-03-01T14:09:46+00:00"
2018-10-16 13:09:46 +03:00
},
2018-05-03 15:48:13 +03:00
{
"name": "maatwebsite/excel",
2020-03-04 14:23:14 +03:00
"version": "3.1.19",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/Maatwebsite/Laravel-Excel.git",
2020-03-04 14:23:14 +03:00
"reference": "96527a9ebc2e79e9a5fa7eaef7e23c9e9bcc587c"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/96527a9ebc2e79e9a5fa7eaef7e23c9e9bcc587c",
"reference": "96527a9ebc2e79e9a5fa7eaef7e23c9e9bcc587c",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"ext-json": "*",
2020-03-04 14:23:14 +03:00
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
2019-11-16 10:21:14 +03:00
"php": "^7.0",
2019-12-25 16:23:49 +03:00
"phpoffice/phpspreadsheet": "^1.10"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"mockery/mockery": "^1.1",
"orchestra/database": "^4.0",
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0",
"predis/predis": "^1.1"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Maatwebsite\\Excel\\ExcelServiceProvider"
],
"aliases": {
"Excel": "Maatwebsite\\Excel\\Facades\\Excel"
}
}
},
"autoload": {
2019-11-16 10:21:14 +03:00
"psr-4": {
2018-05-03 15:48:13 +03:00
"Maatwebsite\\Excel\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Patrick Brouwers",
2018-05-03 15:48:13 +03:00
"email": "patrick@maatwebsite.nl"
}
],
2019-11-16 10:21:14 +03:00
"description": "Supercharged Excel exports and imports in Laravel",
2018-05-03 15:48:13 +03:00
"keywords": [
"PHPExcel",
"batch",
"csv",
"excel",
"export",
"import",
2019-11-16 10:21:14 +03:00
"laravel",
"php",
"phpspreadsheet"
],
2020-03-04 14:23:14 +03:00
"time": "2020-02-28T15:47:45+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "markbaker/complex",
2020-03-12 15:20:45 +03:00
"version": "1.4.8",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPComplex.git",
2020-03-12 15:20:45 +03:00
"reference": "8eaa40cceec7bf0518187530b2e63871be661b72"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-03-12 15:20:45 +03:00
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/8eaa40cceec7bf0518187530b2e63871be661b72",
"reference": "8eaa40cceec7bf0518187530b2e63871be661b72",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"php": "^5.6.0|^7.0.0"
},
"require-dev": {
2020-03-12 15:20:45 +03:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpcompatibility/php-compatibility": "^9.0",
2019-11-16 10:21:14 +03:00
"phpdocumentor/phpdocumentor": "2.*",
"phploc/phploc": "2.*",
"phpmd/phpmd": "2.*",
"phpunit/phpunit": "^4.8.35|^5.4.0",
"sebastian/phpcpd": "2.*",
2020-03-12 15:20:45 +03:00
"squizlabs/php_codesniffer": "^3.4.0"
2019-11-16 10:21:14 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"Complex\\": "classes/src/"
},
"files": [
"classes/src/functions/abs.php",
"classes/src/functions/acos.php",
"classes/src/functions/acosh.php",
"classes/src/functions/acot.php",
"classes/src/functions/acoth.php",
"classes/src/functions/acsc.php",
"classes/src/functions/acsch.php",
"classes/src/functions/argument.php",
"classes/src/functions/asec.php",
"classes/src/functions/asech.php",
"classes/src/functions/asin.php",
"classes/src/functions/asinh.php",
"classes/src/functions/atan.php",
"classes/src/functions/atanh.php",
"classes/src/functions/conjugate.php",
"classes/src/functions/cos.php",
"classes/src/functions/cosh.php",
"classes/src/functions/cot.php",
"classes/src/functions/coth.php",
"classes/src/functions/csc.php",
"classes/src/functions/csch.php",
"classes/src/functions/exp.php",
"classes/src/functions/inverse.php",
"classes/src/functions/ln.php",
"classes/src/functions/log2.php",
"classes/src/functions/log10.php",
"classes/src/functions/negative.php",
"classes/src/functions/pow.php",
"classes/src/functions/rho.php",
"classes/src/functions/sec.php",
"classes/src/functions/sech.php",
"classes/src/functions/sin.php",
"classes/src/functions/sinh.php",
"classes/src/functions/sqrt.php",
"classes/src/functions/tan.php",
"classes/src/functions/tanh.php",
"classes/src/functions/theta.php",
"classes/src/operations/add.php",
"classes/src/operations/subtract.php",
"classes/src/operations/multiply.php",
"classes/src/operations/divideby.php",
"classes/src/operations/divideinto.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Baker",
"email": "mark@lange.demon.co.uk"
}
],
"description": "PHP Class for working with complex numbers",
"homepage": "https://github.com/MarkBaker/PHPComplex",
"keywords": [
"complex",
"mathematics"
],
2020-03-12 15:20:45 +03:00
"time": "2020-03-11T20:15:49+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "markbaker/matrix",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPMatrix.git",
"reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/5348c5a67e3b75cd209d70103f916a93b1f1ed21",
"reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21",
"shasum": ""
},
"require": {
"php": "^5.6.0|^7.0.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"phpcompatibility/php-compatibility": "dev-master",
"phploc/phploc": "^4",
"phpmd/phpmd": "dev-master",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0@dev"
},
"type": "library",
"autoload": {
"psr-4": {
"Matrix\\": "classes/src/"
},
"files": [
"classes/src/functions/adjoint.php",
"classes/src/functions/antidiagonal.php",
"classes/src/functions/cofactors.php",
"classes/src/functions/determinant.php",
"classes/src/functions/diagonal.php",
"classes/src/functions/identity.php",
"classes/src/functions/inverse.php",
"classes/src/functions/minors.php",
"classes/src/functions/trace.php",
"classes/src/functions/transpose.php",
"classes/src/operations/add.php",
"classes/src/operations/directsum.php",
"classes/src/operations/subtract.php",
"classes/src/operations/multiply.php",
"classes/src/operations/divideby.php",
"classes/src/operations/divideinto.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Baker",
"email": "mark@lange.demon.co.uk"
}
],
"description": "PHP Class for working with matrices",
"homepage": "https://github.com/MarkBaker/PHPMatrix",
"keywords": [
"mathematics",
"matrix",
"vector"
2018-05-03 15:48:13 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2019-10-06T11:29:25+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "maximebf/debugbar",
2020-03-04 14:23:14 +03:00
"version": "v1.16.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
2020-03-04 14:23:14 +03:00
"reference": "58998b818c6567fac01e35b8a4b70c1a64530556"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/58998b818c6567fac01e35b8a4b70c1a64530556",
"reference": "58998b818c6567fac01e35b8a4b70c1a64530556",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-04 14:23:14 +03:00
"php": "^7.1",
2018-05-03 15:48:13 +03:00
"psr/log": "^1.0",
2020-03-04 14:23:14 +03:00
"symfony/var-dumper": "^2.6|^3|^4|^5"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^5"
2018-05-03 15:48:13 +03:00
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-04 14:23:14 +03:00
"dev-master": "1.16-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"DebugBar\\": "src/DebugBar/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Debug bar in the browser for php application",
"homepage": "https://github.com/maximebf/php-debugbar",
"keywords": [
"debug",
"debugbar"
],
2020-03-04 14:23:14 +03:00
"time": "2019-11-24T09:46:11+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "misterphilip/maintenance-mode",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/MisterPhilip/maintenance-mode.git",
"reference": "13ddc22036078edef6f4e5d68b7fb73956451b66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MisterPhilip/maintenance-mode/zipball/13ddc22036078edef6f4e5d68b7fb73956451b66",
"reference": "13ddc22036078edef6f4e5d68b7fb73956451b66",
"shasum": ""
},
"require": {
"illuminate/support": ">=5.5",
"nesbot/carbon": "^1.24 || ^2.0",
"php": ">=7.0.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"MisterPhilip\\MaintenanceMode\\MaintenanceModeServiceProvider",
"MisterPhilip\\MaintenanceMode\\MaintenanceCommandServiceProvider"
]
}
},
"autoload": {
"psr-0": {
"MisterPhilip\\MaintenanceMode": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Philip Lawrence",
"email": "philip@misterphilip.com",
"homepage": "http://misterphilip.com"
}
],
"description": "An enhanced drop-in replacement for Laravel's maintenance mode",
"keywords": [
"l5",
"l6",
"laravel",
"laravel5",
"laravel6",
"maintenance"
],
"time": "2019-09-06T07:59:28+00:00"
},
{
"name": "mobiledetect/mobiledetectlib",
"version": "2.8.34",
"source": {
"type": "git",
"url": "https://github.com/serbanghita/Mobile-Detect.git",
"reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
"reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35||~5.7"
},
"type": "library",
"autoload": {
"classmap": [
"Mobile_Detect.php"
],
"psr-0": {
"Detection": "namespaced/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Serban Ghita",
"email": "serbanghita@gmail.com",
"homepage": "http://mobiledetect.net",
"role": "Developer"
}
],
"description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
"homepage": "https://github.com/serbanghita/Mobile-Detect",
"keywords": [
"detect mobile devices",
"mobile",
"mobile detect",
"mobile detector",
"php mobile detect"
],
"time": "2019-09-18T18:44:20+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "monolog/monolog",
2019-12-25 16:23:49 +03:00
"version": "2.0.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2019-12-25 16:23:49 +03:00
"reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-12-25 16:23:49 +03:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/c861fcba2ca29404dc9e617eedd9eff4616986b8",
"reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.2",
"psr/log": "^1.0.1"
2018-05-03 15:48:13 +03:00
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
2019-11-16 10:21:14 +03:00
"elasticsearch/elasticsearch": "^6.0",
"graylog2/gelf-php": "^1.4.2",
"jakub-onderka/php-parallel-lint": "^0.9",
2018-05-03 15:48:13 +03:00
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
2019-11-16 10:21:14 +03:00
"phpspec/prophecy": "^1.6.1",
"phpunit/phpunit": "^8.3",
"predis/predis": "^1.1",
"rollbar/rollbar": "^1.3",
2018-05-03 15:48:13 +03:00
"ruflin/elastica": ">=0.90 <3.0",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2019-11-16 10:21:14 +03:00
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2018-05-03 15:48:13 +03:00
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2019-11-16 10:21:14 +03:00
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2018-05-03 15:48:13 +03:00
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2019-11-16 10:21:14 +03:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2018-05-03 15:48:13 +03:00
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
2019-11-16 10:21:14 +03:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "2.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
2019-12-25 16:23:49 +03:00
"time": "2019-12-20T14:22:59+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "monooso/unobserve",
2020-03-15 01:44:57 +03:00
"version": "v2.0.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/monooso/unobserve.git",
2020-03-15 01:44:57 +03:00
"reference": "93d5c974380b95783d3c2db015440a88d1d6b635"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/monooso/unobserve/zipball/93d5c974380b95783d3c2db015440a88d1d6b635",
"reference": "93d5c974380b95783d3c2db015440a88d1d6b635",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"illuminate/contracts": "^7.0",
"illuminate/support": "^7.0",
"php": ">=7.2.5"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"friendsofphp/php-cs-fixer": "^2.15",
2020-03-15 01:44:57 +03:00
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.5"
2018-05-03 15:48:13 +03:00
},
"type": "library",
2019-11-16 10:21:14 +03:00
"extra": {
"laravel": {
"providers": [
"Monooso\\Unobserve\\UnobserveServiceProvider"
]
}
},
2018-05-03 15:48:13 +03:00
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Monooso\\Unobserve\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Stephen Lewis",
"email": "code@stephenlewis.me"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Mute and unmute Laravel observers at will.",
"homepage": "https://github.com/monooso/unobserve",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"laravel"
2018-05-03 15:48:13 +03:00
],
2020-03-15 01:44:57 +03:00
"time": "2020-03-13T10:33:22+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "nesbot/carbon",
2020-03-24 22:44:35 +03:00
"version": "2.32.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2020-03-24 22:44:35 +03:00
"reference": "7410a349613bf32d02d8aaed1c669698ddd2b718"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-24 22:44:35 +03:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7410a349613bf32d02d8aaed1c669698ddd2b718",
"reference": "7410a349613bf32d02d8aaed1c669698ddd2b718",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
2019-12-04 21:09:08 +03:00
"symfony/translation": "^3.4 || ^4.0 || ^5.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-24 22:44:35 +03:00
"doctrine/orm": "^2.7",
2019-11-16 10:21:14 +03:00
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^1.1",
2020-02-20 12:37:28 +03:00
"phpmd/phpmd": "^2.8",
2019-11-16 10:21:14 +03:00
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^7.5 || ^8.0",
"squizlabs/php_codesniffer": "^3.4"
2018-11-17 13:40:57 +03:00
},
2019-11-16 10:21:14 +03:00
"bin": [
"bin/carbon"
],
2018-05-03 15:48:13 +03:00
"type": "library",
2018-07-14 13:22:33 +03:00
"extra": {
2019-12-04 21:09:08 +03:00
"branch-alias": {
"dev-master": "2.x-dev"
},
2018-07-14 13:22:33 +03:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
}
},
2018-05-03 15:48:13 +03:00
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Carbon\\": "src/Carbon/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
2019-11-16 10:21:14 +03:00
},
{
"name": "kylekatarnls",
"homepage": "http://github.com/kylekatarnls"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "An API extension for DateTime that supports 281 different languages.",
2018-05-03 15:48:13 +03:00
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
"time": "2020-03-24T16:01:47+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "nikic/php-parser",
2019-11-16 10:21:14 +03:00
"version": "v4.3.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2019-11-16 10:21:14 +03:00
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2019-11-16 10:21:14 +03:00
"php": ">=7.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"ircmaxell/php-yacc": "0.0.5",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
2018-05-03 15:48:13 +03:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "4.3-dev"
2018-05-03 15:48:13 +03: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-11-16 10:21:14 +03:00
"time": "2019-11-08T13:50:10+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "opis/closure",
2019-12-04 21:09:08 +03:00
"version": "3.5.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/opis/closure.git",
2019-12-04 21:09:08 +03:00
"reference": "93ebc5712cdad8d5f489b500c59d122df2e53969"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-12-04 21:09:08 +03:00
"url": "https://api.github.com/repos/opis/closure/zipball/93ebc5712cdad8d5f489b500c59d122df2e53969",
"reference": "93ebc5712cdad8d5f489b500c59d122df2e53969",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^5.4 || ^7.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"jeremeamia/superclosure": "^2.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
2019-11-16 10:21:14 +03:00
"branch-alias": {
2019-12-04 21:09:08 +03:00
"dev-master": "3.5.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Opis\\Closure\\": "src/"
2018-05-03 15:48:13 +03:00
},
"files": [
2019-11-16 10:21:14 +03:00
"functions.php"
2018-05-03 15:48:13 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Marius Sarca",
"email": "marius.sarca@gmail.com"
},
{
"name": "Sorin Sarca",
"email": "sarca_sorin@hotmail.com"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
"homepage": "https://opis.io/closure",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"anonymous functions",
"closure",
"function",
"serializable",
"serialization",
"serialize"
2018-05-03 15:48:13 +03:00
],
2019-12-04 21:09:08 +03:00
"time": "2019-11-29T22:36:02+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "phenx/php-font-lib",
"version": "0.5.1",
"source": {
"type": "git",
"url": "https://github.com/PhenX/php-font-lib.git",
"reference": "760148820110a1ae0936e5cc35851e25a938bc97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
"reference": "760148820110a1ae0936e5cc35851e25a938bc97",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"type": "library",
"autoload": {
"psr-4": {
"FontLib\\": "src/FontLib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"description": "A library to read, parse, export and make subsets of different types of font files.",
"homepage": "https://github.com/PhenX/php-font-lib",
"time": "2017-09-13T16:14:37+00:00"
},
{
"name": "phenx/php-svg-lib",
2019-11-16 10:21:14 +03:00
"version": "v0.3.3",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/PhenX/php-svg-lib.git",
2019-11-16 10:21:14 +03:00
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"sabberworm/php-css-parser": "^8.3"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^5.5|^6.5"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"autoload": {
2019-11-16 10:21:14 +03:00
"psr-4": {
"Svg\\": "src/Svg"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"description": "A library to read, parse and export to PDF SVG files.",
"homepage": "https://github.com/PhenX/php-svg-lib",
2019-11-16 10:21:14 +03:00
"time": "2019-09-11T20:02:13+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "phpdocumentor/reflection-common",
2019-11-16 10:21:14 +03:00
"version": "2.0.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2019-11-16 10:21:14 +03:00
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": ">=7.1"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "~6"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "2.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"phpDocumentor\\Reflection\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2019-11-16 10:21:14 +03:00
"time": "2018-08-07T13:53:10+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "phpdocumentor/reflection-docblock",
2020-03-15 01:44:57 +03:00
"version": "5.1.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-03-15 01:44:57 +03:00
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"ext-filter": "^7.1",
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/type-resolver": "^1.0",
"webmozart/assert": "^1"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"doctrine/instantiator": "^1",
"mockery/mockery": "^1"
2018-05-03 15:48:13 +03:00
},
"type": "library",
2019-11-16 10:21:14 +03:00
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.x-dev"
2019-11-16 10:21:14 +03:00
}
},
2018-05-03 15:48:13 +03:00
"autoload": {
"psr-4": {
2020-03-15 01:44:57 +03:00
"phpDocumentor\\Reflection\\": "src"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-03-15 01:44:57 +03:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2018-05-03 15:48:13 +03:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020-03-15 01:44:57 +03:00
"time": "2020-02-22T12:28:44+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "phpdocumentor/type-resolver",
2020-03-04 14:23:14 +03:00
"version": "1.1.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-03-04 14:23:14 +03:00
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-04 14:23:14 +03:00
"php": "^7.2",
2019-11-16 10:21:14 +03:00
"phpdocumentor/reflection-common": "^2.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-03-04 14:23:14 +03:00
"ext-tokenizer": "^7.2",
"mockery/mockery": "~1"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"phpDocumentor\\Reflection\\": "src"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2019-11-16 10:21:14 +03:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2020-03-04 14:23:14 +03:00
"time": "2020-02-18T18:59:58+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "phpoffice/phpspreadsheet",
2020-03-04 14:23:14 +03:00
"version": "1.11.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
2020-03-04 14:23:14 +03:00
"reference": "c2a205e82f9cf1cc9fab86b79e808d86dd680470"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c2a205e82f9cf1cc9fab86b79e808d86dd680470",
"reference": "c2a205e82f9cf1cc9fab86b79e808d86dd680470",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"ext-ctype": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-libxml": "*",
2018-11-30 18:21:06 +03:00
"ext-mbstring": "*",
2019-11-16 10:21:14 +03:00
"ext-simplexml": "*",
2018-05-03 15:48:13 +03:00
"ext-xml": "*",
2019-11-16 10:21:14 +03:00
"ext-xmlreader": "*",
2018-05-03 15:48:13 +03:00
"ext-xmlwriter": "*",
2019-11-16 10:21:14 +03:00
"ext-zip": "*",
"ext-zlib": "*",
"markbaker/complex": "^1.4",
2019-12-04 21:09:08 +03:00
"markbaker/matrix": "^1.2",
2019-11-16 10:21:14 +03:00
"php": "^7.1",
"psr/simple-cache": "^1.0"
2018-11-30 18:21:06 +03:00
},
"require-dev": {
2019-12-04 21:09:08 +03:00
"dompdf/dompdf": "^0.8.3",
"friendsofphp/php-cs-fixer": "^2.16",
2019-11-16 10:21:14 +03:00
"jpgraph/jpgraph": "^4.0",
2019-12-04 21:09:08 +03:00
"mpdf/mpdf": "^8.0",
"phpcompatibility/php-compatibility": "^9.3",
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^7.5",
2019-12-04 21:09:08 +03:00
"squizlabs/php_codesniffer": "^3.5",
"tecnickcom/tcpdf": "^6.3"
2019-11-16 10:21:14 +03:00
},
"suggest": {
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
"jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"autoload": {
2019-11-16 10:21:14 +03:00
"psr-4": {
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-12-04 21:09:08 +03:00
"MIT"
2018-05-03 15:48:13 +03:00
],
"authors": [
{
"name": "Maarten Balliauw",
2019-11-16 10:21:14 +03:00
"homepage": "https://blog.maartenballiauw.be"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "Mark Baker",
"homepage": "https://markbakeruk.net"
2018-05-03 15:48:13 +03:00
},
{
"name": "Franck Lefevre",
2019-11-16 10:21:14 +03:00
"homepage": "https://rootslabs.net"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "Erik Tilt"
},
{
"name": "Adrien Crivelli"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
2018-05-03 15:48:13 +03:00
"keywords": [
"OpenXML",
"excel",
2019-11-16 10:21:14 +03:00
"gnumeric",
"ods",
2018-05-03 15:48:13 +03:00
"php",
"spreadsheet",
"xls",
"xlsx"
],
2020-03-04 14:23:14 +03:00
"time": "2020-03-02T13:09:03+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "phpoption/phpoption",
2020-03-24 22:44:35 +03:00
"version": "1.7.3",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
2020-03-24 22:44:35 +03:00
"reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-03-24 22:44:35 +03:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
"reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
2020-03-24 22:44:35 +03:00
"php": "^5.5.9 || ^7.0 || ^8.0"
2019-11-16 10:21:14 +03:00
},
"require-dev": {
2019-12-25 16:23:49 +03:00
"bamarni/composer-bin-plugin": "^1.3",
2019-12-04 21:09:08 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2019-11-16 10:21:14 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-25 16:23:49 +03:00
"dev-master": "1.7-dev"
2019-11-16 10:21:14 +03:00
}
},
"autoload": {
2019-12-04 21:09:08 +03:00
"psr-4": {
"PhpOption\\": "src/PhpOption/"
2019-11-16 10:21:14 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
2019-12-04 21:09:08 +03:00
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
2019-11-16 10:21:14 +03:00
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
2020-03-24 22:44:35 +03:00
"time": "2020-03-21T18:07:53+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "plank/laravel-mediable",
2020-03-15 01:44:57 +03:00
"version": "4.2.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/plank/laravel-mediable.git",
2020-03-15 01:44:57 +03:00
"reference": "9c0d0aa594d5f4df0f4d3e5a1b9e4960aca437b5"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/plank/laravel-mediable/zipball/9c0d0aa594d5f4df0f4d3e5a1b9e4960aca437b5",
"reference": "9c0d0aa594d5f4df0f4d3e5a1b9e4960aca437b5",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"ext-fileinfo": "*",
2020-03-15 01:44:57 +03:00
"illuminate/database": "^5.6|^6.0|^7.0",
"illuminate/filesystem": "^5.6|^6.0|^7.0",
"illuminate/support": "^5.6|^6.0|^7.0",
2019-11-16 10:21:14 +03:00
"league/flysystem": "~1.0.23",
"php": ">=7.2.0",
2018-05-03 15:48:13 +03:00
"psr/http-message": "^1.0"
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"aws/aws-sdk-php": "~3.29.0",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/promises": "^1.3",
"league/flysystem-aws-s3-v3": "~1.0.23",
2020-03-15 01:44:57 +03:00
"orchestra/testbench": "^3.3|^4.0|^5.0",
2019-11-16 10:21:14 +03:00
"php-coveralls/php-coveralls": "^2.1",
2020-03-15 01:44:57 +03:00
"phpunit/phpunit": "^8.0|^9.0",
2019-11-16 10:21:14 +03:00
"vlucas/phpdotenv": "^3.3"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Plank\\Mediable\\MediableServiceProvider"
],
"aliases": {
"MediaUploader": "Plank\\Mediable\\MediaUploaderFacade"
}
}
},
"autoload": {
"psr-4": {
"Plank\\Mediable\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sean Fraser",
"email": "sean@plankdesign.com"
}
],
"description": "A package for easily uploading and attaching media files to models with Laravel",
"keywords": [
"eloquent",
"image",
"laravel",
"media",
"uploader"
],
2020-03-15 01:44:57 +03:00
"time": "2020-03-11T01:12:07+00:00"
},
{
"name": "predis/predis",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/nrk/predis.git",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
"homepage": "http://clorophilla.net"
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
"time": "2016-06-16T16:22:20+00:00"
2019-11-16 10:21:14 +03: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"
2018-05-03 15:48:13 +03:00
},
2020-03-15 01:44:57 +03:00
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"time": "2019-01-08T18:20:26+00:00"
},
2018-05-03 15:48:13 +03:00
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
2020-03-24 22:44:35 +03:00
"version": "1.1.3",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2020-03-24 22:44:35 +03:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-24 22:44:35 +03:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.1.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2020-03-24 22:44:35 +03:00
"time": "2020-03-23T09:12:05+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "psy/psysh",
2020-03-24 22:44:35 +03:00
"version": "v0.10.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2020-03-24 22:44:35 +03:00
"reference": "573c2362c3cdebe846b4adae4b630eecb350afd8"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-24 22:44:35 +03:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/573c2362c3cdebe846b4adae4b630eecb350afd8",
"reference": "573c2362c3cdebe846b4adae4b630eecb350afd8",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-12-25 16:23:49 +03:00
"dnoegel/php-xdg-base-dir": "0.1.*",
2018-08-30 18:12:51 +03:00
"ext-json": "*",
"ext-tokenizer": "*",
2020-03-20 19:57:39 +03:00
"jakub-onderka/php-console-highlighter": "0.4.*|0.3.*",
"nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
"php": "^8.0 || ^7.0 || ^5.5.9",
"symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
"symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2018-05-22 12:42:19 +03:00
"bamarni/composer-bin-plugin": "^1.2",
2020-03-20 19:57:39 +03:00
"hoa/console": "~3.16|~2.15"
2018-05-03 15:48:13 +03:00
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
2020-03-20 19:57:39 +03:00
"dev-master": "0.10.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Psy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
2020-03-24 22:44:35 +03:00
"time": "2020-03-21T06:55:27+00:00"
2018-05-03 15:48:13 +03:00
},
2018-12-25 12:32:23 +03:00
{
"name": "ralouphie/getallheaders",
2019-11-16 10:21:14 +03:00
"version": "3.0.3",
2018-12-25 12:32:23 +03:00
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
2019-11-16 10:21:14 +03:00
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2018-12-25 12:32:23 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
2018-12-25 12:32:23 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": ">=5.6"
2018-12-25 12:32:23 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2018-12-25 12:32:23 +03:00
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
2019-11-16 10:21:14 +03:00
"time": "2019-03-08T08:55:37+00:00"
2018-12-25 12:32:23 +03:00
},
2020-03-24 22:44:35 +03:00
{
"name": "ramsey/collection",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
"reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
"reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"fzaninotto/faker": "^1.5",
"jakub-onderka/php-parallel-lint": "^1",
"jangregor/phpstan-prophecy": "^0.6",
"mockery/mockery": "^1.3",
"phpstan/extension-installer": "^1",
"phpstan/phpdoc-parser": "0.4.1",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-mockery": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.5",
"slevomat/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Ramsey\\Collection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "A PHP 7.2+ library for representing and manipulating collections.",
"homepage": "https://github.com/ramsey/collection",
"keywords": [
"array",
"collection",
"hash",
"map",
"queue",
"set"
],
"time": "2020-01-05T00:22:59+00:00"
},
2018-05-03 15:48:13 +03:00
{
"name": "ramsey/uuid",
2020-03-24 22:44:35 +03:00
"version": "4.0.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2020-03-24 22:44:35 +03:00
"reference": "2c9644b1d0c2bc58732413252bcbb6dce2eb0e0e"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-24 22:44:35 +03:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/2c9644b1d0c2bc58732413252bcbb6dce2eb0e0e",
"reference": "2c9644b1d0c2bc58732413252bcbb6dce2eb0e0e",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-24 22:44:35 +03:00
"brick/math": "^0.8",
2019-12-04 21:09:08 +03:00
"ext-json": "*",
2020-03-24 22:44:35 +03:00
"php": "^7.2 || ^8",
"ramsey/collection": "^1.0",
"symfony/polyfill-ctype": "^1.8"
2018-05-03 15:48:13 +03:00
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
2020-03-24 22:44:35 +03:00
"codeception/aspect-mock": "^3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"doctrine/annotations": "^1.8",
"goaop/framework": "^2",
2019-12-25 16:23:49 +03:00
"jakub-onderka/php-parallel-lint": "^1",
2020-03-24 22:44:35 +03:00
"mockery/mockery": "^1.3",
2018-05-03 15:48:13 +03:00
"moontoast/math": "^1.1",
2019-12-04 21:09:08 +03:00
"paragonie/random-lib": "^2",
2020-03-24 22:44:35 +03:00
"php-mock/php-mock-mockery": "^1.3",
"php-mock/php-mock-phpunit": "^2.5",
"phpstan/extension-installer": "^1.0",
"phpstan/phpdoc-parser": "0.4.3",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-mockery": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.5",
"psy/psysh": "^0.10.0",
"slevomat/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "3.9.4"
2018-05-03 15:48:13 +03:00
},
"suggest": {
2020-03-24 22:44:35 +03:00
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
2019-12-04 21:09:08 +03:00
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2018-05-03 15:48:13 +03:00
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-24 22:44:35 +03:00
"dev-master": "4.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Ramsey\\Uuid\\": "src/"
2019-12-04 21:09:08 +03:00
},
"files": [
"src/functions.php"
]
2018-05-03 15:48:13 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-03-24 22:44:35 +03:00
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
2018-05-03 15:48:13 +03:00
"homepage": "https://github.com/ramsey/uuid",
"keywords": [
"guid",
"identifier",
"uuid"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
}
],
"time": "2020-03-22T02:34:13+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "sabberworm/php-css-parser",
2019-11-16 10:21:14 +03:00
"version": "8.3.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2019-11-16 10:21:14 +03:00
"reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
"reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"codacy/coverage": "^1.4",
"phpunit/phpunit": "~4.8"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"autoload": {
"psr-0": {
"Sabberworm\\CSS": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Raphael Schweikert"
}
],
"description": "Parser for CSS Files written in PHP",
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
"keywords": [
"css",
"parser",
"stylesheet"
],
2019-11-16 10:21:14 +03:00
"time": "2019-02-22T07:42:52+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "santigarcor/laratrust",
2020-03-12 15:20:45 +03:00
"version": "5.2.8",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/santigarcor/laratrust.git",
2020-03-12 15:20:45 +03:00
"reference": "c709f44509cf1371b777a01b6eca210bc34a06f8"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-12 15:20:45 +03:00
"url": "https://api.github.com/repos/santigarcor/laratrust/zipball/c709f44509cf1371b777a01b6eca210bc34a06f8",
"reference": "c709f44509cf1371b777a01b6eca210bc34a06f8",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"kkszymanowski/traitor": "^0.2.0",
2020-03-12 15:20:45 +03:00
"laravel/framework": "~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0",
2019-11-16 10:21:14 +03:00
"php": "^7.1"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"mockery/mockery": ">=0.9.9",
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0|~3.9.0",
"phpunit/phpunit": ">=4.1"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laratrust\\LaratrustServiceProvider"
],
"aliases": {
"Laratrust": "Laratrust\\LaratrustFacade"
}
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Laratrust\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Santiago Garcia",
"homepage": "http://santigarcor.me"
}
],
"description": "This package provides a flexible way to add Role-based Permissions to Laravel",
"keywords": [
2019-11-16 10:21:14 +03:00
"Teams",
2018-05-03 15:48:13 +03:00
"acl",
"authorization",
"laratrust",
"laravel",
2019-11-16 10:21:14 +03:00
"multiusers",
2018-05-03 15:48:13 +03:00
"permissions",
"php",
"rbac",
"roles"
],
2020-03-12 15:20:45 +03:00
"time": "2020-03-09T08:19:36+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "seld/jsonlint",
"version": "1.7.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/Seldaek/jsonlint.git",
"reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
"reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^5.3 || ^7.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"bin": [
"bin/jsonlint"
],
2018-05-03 15:48:13 +03:00
"type": "library",
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "JSON Linter",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"json",
"linter",
"parser",
"validator"
],
"time": "2019-10-24T14:27:39+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "seld/phar-utils",
2020-02-20 12:37:28 +03:00
"version": "1.1.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/Seldaek/phar-utils.git",
2020-02-20 12:37:28 +03:00
"reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-02-20 12:37:28 +03:00
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
"reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": ">=5.3"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Seld\\PharUtils\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "PHAR file format utilities, for when PHP phars you up",
2018-05-03 15:48:13 +03:00
"keywords": [
2020-02-20 12:37:28 +03:00
"phar"
2018-05-03 15:48:13 +03:00
],
2020-02-20 12:37:28 +03:00
"time": "2020-02-14T15:25:33+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "simshaun/recurr",
2019-12-04 21:09:08 +03:00
"version": "v4.0.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/simshaun/recurr.git",
2019-12-04 21:09:08 +03:00
"reference": "d6f85ec8652366f45f6d1ba07292c9653939631a"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-12-04 21:09:08 +03:00
"url": "https://api.github.com/repos/simshaun/recurr/zipball/d6f85ec8652366f45f6d1ba07292c9653939631a",
"reference": "d6f85ec8652366f45f6d1ba07292c9653939631a",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"doctrine/collections": "~1.3",
"php": ">=5.5.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "~4.5"
2018-05-03 15:48:13 +03:00
},
"type": "library",
2019-11-16 10:21:14 +03:00
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Recurr\\": "src/Recurr/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Shaun Simmons",
"email": "shaun@shaun.pub",
"homepage": "https://shaun.pub"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "PHP library for working with recurrence rules",
"homepage": "https://github.com/simshaun/recurr",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"dates",
"events",
"recurrence",
"recurring",
"rrule"
2018-05-03 15:48:13 +03:00
],
2019-12-04 21:09:08 +03:00
"time": "2019-11-18T17:48:08+00:00"
2018-05-03 15:48:13 +03:00
},
2020-01-20 22:58:49 +03:00
{
"name": "staudenmeir/belongs-to-through",
2020-03-15 01:44:57 +03:00
"version": "v2.10",
2020-01-20 22:58:49 +03:00
"source": {
"type": "git",
"url": "https://github.com/staudenmeir/belongs-to-through.git",
2020-03-15 01:44:57 +03:00
"reference": "23be043a4885f696a0e5eb24da7221947e480cb5"
2020-01-20 22:58:49 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/staudenmeir/belongs-to-through/zipball/23be043a4885f696a0e5eb24da7221947e480cb5",
"reference": "23be043a4885f696a0e5eb24da7221947e480cb5",
2020-01-20 22:58:49 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"illuminate/database": "^7.0",
"php": "^7.2.5"
2020-01-20 22:58:49 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"phpunit/phpunit": "^8.5"
2020-01-20 22:58:49 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"Znck\\Eloquent\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rahul Kadyan",
"email": "hi@znck.me"
},
{
"name": "Jonas Staudenmeir",
"email": "mail@jonas-staudenmeir.de"
}
],
2020-03-15 01:44:57 +03:00
"description": "Laravel Eloquent BelongsToThrough relationships",
"time": "2020-01-31T11:29:47+00:00"
2020-01-20 22:58:49 +03:00
},
2019-12-25 16:23:49 +03:00
{
"name": "staudenmeir/eloquent-has-many-deep",
2020-03-15 01:44:57 +03:00
"version": "v1.12",
2019-12-25 16:23:49 +03:00
"source": {
"type": "git",
"url": "https://github.com/staudenmeir/eloquent-has-many-deep.git",
2020-03-15 01:44:57 +03:00
"reference": "7417572873c9fb4fa84e894ebbf324629cbc63c0"
2019-12-25 16:23:49 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/staudenmeir/eloquent-has-many-deep/zipball/7417572873c9fb4fa84e894ebbf324629cbc63c0",
"reference": "7417572873c9fb4fa84e894ebbf324629cbc63c0",
2019-12-25 16:23:49 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"illuminate/database": "^7.0",
"php": "^7.2.5"
2019-12-25 16:23:49 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"illuminate/pagination": "^7.0",
"laravel/homestead": "^10.0",
"phpunit/phpunit": "^8.5",
"staudenmeir/eloquent-eager-limit": "^1.5"
2019-12-25 16:23:49 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"Staudenmeir\\EloquentHasManyDeep\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonas Staudenmeir",
"email": "mail@jonas-staudenmeir.de"
}
],
2020-03-15 01:44:57 +03:00
"description": "Laravel Eloquent HasManyThrough relationships with unlimited levels",
"time": "2020-01-31T12:37:57+00:00"
2019-12-25 16:23:49 +03:00
},
2018-05-03 15:48:13 +03:00
{
"name": "swiftmailer/swiftmailer",
2019-11-16 10:21:14 +03:00
"version": "v6.2.3",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2019-11-16 10:21:14 +03:00
"reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
"reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"egulias/email-validator": "~2.0",
"php": ">=7.0.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"mockery/mockery": "~0.9.1",
2019-11-16 10:21:14 +03: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"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "6.2-dev"
2018-05-03 15:48:13 +03: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",
"homepage": "https://swiftmailer.symfony.com",
"keywords": [
"email",
"mail",
"mailer"
],
2019-11-16 10:21:14 +03:00
"time": "2019-11-12T09:31:26+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/console",
2020-03-15 01:44:57 +03:00
"version": "v5.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/symfony/console.git",
2020-03-15 01:44:57 +03:00
"reference": "d29e2d36941de13600c399e393a60b8cfe59ac49"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/console/zipball/d29e2d36941de13600c399e393a60b8cfe59ac49",
"reference": "d29e2d36941de13600c399e393a60b8cfe59ac49",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5",
2019-11-16 10:21:14 +03:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2019-12-04 21:09:08 +03:00
"symfony/service-contracts": "^1.1|^2"
2019-11-16 10:21:14 +03:00
},
"conflict": {
2020-03-15 01:44:57 +03:00
"symfony/dependency-injection": "<4.4",
"symfony/event-dispatcher": "<4.4",
2019-12-04 21:09:08 +03:00
"symfony/lock": "<4.4",
2020-03-15 01:44:57 +03:00
"symfony/process": "<4.4"
2019-11-16 10:21:14 +03:00
},
"provide": {
"psr/log-implementation": "1.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"psr/log": "~1.0",
2020-03-15 01:44:57 +03:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
2019-12-04 21:09:08 +03:00
"symfony/lock": "^4.4|^5.0",
2020-03-15 01:44:57 +03:00
"symfony/process": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
2018-05-03 15:48:13 +03:00
},
"suggest": {
2019-11-16 10:21:14 +03:00
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Symfony\\Component\\Console\\": ""
2018-05-03 15:48:13 +03:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-16 10:21:14 +03:00
"description": "Symfony Console Component",
2018-05-03 15:48:13 +03:00
"homepage": "https://symfony.com",
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-24T15:05:31+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/css-selector",
2020-03-04 14:23:14 +03:00
"version": "v5.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/symfony/css-selector.git",
2020-03-04 14:23:14 +03:00
"reference": "a0b51ba9938ccc206d9284de7eb527c2d4550b44"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/a0b51ba9938ccc206d9284de7eb527c2d4550b44",
"reference": "a0b51ba9938ccc206d9284de7eb527c2d4550b44",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-12-04 21:09:08 +03:00
"php": "^7.2.5"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-04 21:09:08 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Symfony\\Component\\CssSelector\\": ""
2018-05-03 15:48:13 +03:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
2019-11-16 10:21:14 +03:00
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
2018-05-03 15:48:13 +03:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-16 10:21:14 +03:00
"description": "Symfony CssSelector Component",
2018-05-03 15:48:13 +03:00
"homepage": "https://symfony.com",
2020-03-04 14:23:14 +03:00
"time": "2020-02-04T09:41:09+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/debug",
2020-03-04 14:23:14 +03:00
"version": "v4.4.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/symfony/debug.git",
2020-03-04 14:23:14 +03:00
"reference": "a980d87a659648980d89193fd8b7a7ca89d97d21"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/symfony/debug/zipball/a980d87a659648980d89193fd8b7a7ca89d97d21",
"reference": "a980d87a659648980d89193fd8b7a7ca89d97d21",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.1.3",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": "<3.4"
},
"require-dev": {
2019-12-04 21:09:08 +03:00
"symfony/http-kernel": "^3.4|^4.0|^5.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-04 21:09:08 +03:00
"dev-master": "4.4-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Symfony\\Component\\Debug\\": ""
2018-05-03 15:48:13 +03:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-16 10:21:14 +03:00
"description": "Symfony Debug Component",
2018-05-03 15:48:13 +03:00
"homepage": "https://symfony.com",
2020-03-04 14:23:14 +03:00
"time": "2020-02-23T14:41:43+00:00"
2019-12-04 21:09:08 +03:00
},
{
"name": "symfony/error-handler",
2020-03-15 01:44:57 +03:00
"version": "v5.0.5",
2019-12-04 21:09:08 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2020-03-15 01:44:57 +03:00
"reference": "24a938d9913f42d006ee1ca0164ea1f29c1067ec"
2019-12-04 21:09:08 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/24a938d9913f42d006ee1ca0164ea1f29c1067ec",
"reference": "24a938d9913f42d006ee1ca0164ea1f29c1067ec",
2019-12-04 21:09:08 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5",
"psr/log": "^1.0",
2019-12-04 21:09:08 +03:00
"symfony/var-dumper": "^4.4|^5.0"
},
"require-dev": {
"symfony/http-kernel": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.0-dev"
2019-12-04 21:09:08 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
},
"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 ErrorHandler Component",
"homepage": "https://symfony.com",
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-29T10:07:09+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/event-dispatcher",
2020-03-15 01:44:57 +03:00
"version": "v5.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/symfony/event-dispatcher.git",
2020-03-15 01:44:57 +03:00
"reference": "b45ad88b253c5a9702ce218e201d89c85d148cea"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b45ad88b253c5a9702ce218e201d89c85d148cea",
"reference": "b45ad88b253c5a9702ce218e201d89c85d148cea",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5",
"symfony/event-dispatcher-contracts": "^2"
2018-05-03 15:48:13 +03:00
},
"conflict": {
2020-03-15 01:44:57 +03:00
"symfony/dependency-injection": "<4.4"
2019-11-16 10:21:14 +03:00
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2020-03-15 01:44:57 +03:00
"symfony/event-dispatcher-implementation": "2.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"psr/log": "~1.0",
2020-03-15 01:44:57 +03:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
2019-12-04 21:09:08 +03:00
"symfony/service-contracts": "^1.1|^2",
2020-03-15 01:44:57 +03:00
"symfony/stopwatch": "^4.4|^5.0"
2019-11-16 10:21:14 +03:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Symfony\\Component\\EventDispatcher\\": ""
2018-05-03 15:48:13 +03:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-16 10:21:14 +03:00
"description": "Symfony EventDispatcher Component",
2018-05-03 15:48:13 +03:00
"homepage": "https://symfony.com",
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-22T20:09:08+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/event-dispatcher-contracts",
2020-03-15 01:44:57 +03:00
"version": "v2.0.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2020-03-15 01:44:57 +03:00
"reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
"reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5",
"psr/event-dispatcher": "^1"
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"suggest": {
"symfony/event-dispatcher-implementation": ""
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "2.0-dev"
2019-11-16 10:21:14 +03:00
}
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2020-03-15 01:44:57 +03:00
"time": "2019-11-18T17:27:11+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "symfony/filesystem",
2020-03-12 15:20:45 +03:00
"version": "v5.0.5",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2020-03-12 15:20:45 +03:00
"reference": "3afadc0f57cd74f86379d073e694b0f2cda2a88c"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-03-12 15:20:45 +03:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/3afadc0f57cd74f86379d073e694b0f2cda2a88c",
"reference": "3afadc0f57cd74f86379d073e694b0f2cda2a88c",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
2020-03-12 15:20:45 +03:00
"php": "^7.2.5",
2019-11-16 10:21:14 +03:00
"symfony/polyfill-ctype": "~1.8"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-12 15:20:45 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Symfony\\Component\\Filesystem\\": ""
2018-05-03 15:48:13 +03:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-16 10:21:14 +03:00
"description": "Symfony Filesystem Component",
2018-05-03 15:48:13 +03:00
"homepage": "https://symfony.com",
2020-03-12 15:20:45 +03:00
"time": "2020-01-21T08:40:24+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/finder",
2020-03-15 01:44:57 +03:00
"version": "v5.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2020-03-15 01:44:57 +03:00
"reference": "6251f201187ca9d66f6b099d3de65d279e971138"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/finder/zipball/6251f201187ca9d66f6b099d3de65d279e971138",
"reference": "6251f201187ca9d66f6b099d3de65d279e971138",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-14T07:43:07+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/http-foundation",
2020-03-15 01:44:57 +03:00
"version": "v5.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2020-03-15 01:44:57 +03:00
"reference": "6f9c2ba72f4295d7ce6cf9f79dbb18036291d335"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/6f9c2ba72f4295d7ce6cf9f79dbb18036291d335",
"reference": "6f9c2ba72f4295d7ce6cf9f79dbb18036291d335",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5",
"symfony/mime": "^4.4|^5.0",
2019-11-16 10:21:14 +03:00
"symfony/polyfill-mbstring": "~1.1"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"predis/predis": "~1.0",
2020-03-15 01:44:57 +03:00
"symfony/expression-language": "^4.4|^5.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
2020-03-15 01:44:57 +03:00
"time": "2020-02-14T07:43:07+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/http-kernel",
2020-03-15 01:44:57 +03:00
"version": "v5.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2020-03-15 01:44:57 +03:00
"reference": "021d7d54e080405678f2d8c54cb31d0bb03b4520"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/021d7d54e080405678f2d8c54cb31d0bb03b4520",
"reference": "021d7d54e080405678f2d8c54cb31d0bb03b4520",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5",
2018-05-03 15:48:13 +03:00
"psr/log": "~1.0",
2020-03-15 01:44:57 +03:00
"symfony/error-handler": "^4.4|^5.0",
"symfony/event-dispatcher": "^5.0",
2019-12-04 21:09:08 +03:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
2019-11-16 10:21:14 +03:00
"symfony/polyfill-php73": "^1.9"
2018-05-03 15:48:13 +03:00
},
"conflict": {
2020-03-15 01:44:57 +03:00
"symfony/browser-kit": "<4.4",
"symfony/cache": "<5.0",
"symfony/config": "<5.0",
"symfony/dependency-injection": "<4.4",
"symfony/doctrine-bridge": "<5.0",
"symfony/form": "<5.0",
"symfony/http-client": "<5.0",
"symfony/mailer": "<5.0",
"symfony/messenger": "<5.0",
"symfony/translation": "<5.0",
"symfony/twig-bridge": "<5.0",
"symfony/validator": "<5.0",
"twig/twig": "<2.4"
2018-05-03 15:48:13 +03:00
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "~1.0",
2020-03-15 01:44:57 +03:00
"symfony/browser-kit": "^4.4|^5.0",
"symfony/config": "^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/routing": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
2019-12-04 21:09:08 +03:00
"symfony/translation-contracts": "^1.1|^2",
2020-03-15 01:44:57 +03:00
"twig/twig": "^2.4|^3.0"
2018-05-03 15:48:13 +03:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
2019-12-04 21:09:08 +03:00
"symfony/dependency-injection": ""
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-29T10:41:30+00:00"
2018-05-22 12:42:19 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/mime",
2020-03-04 14:23:14 +03:00
"version": "v5.0.5",
2018-05-22 12:42:19 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/symfony/mime.git",
2020-03-04 14:23:14 +03:00
"reference": "9b3e5b5e58c56bbd76628c952d2b78556d305f3c"
2018-05-22 12:42:19 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/symfony/mime/zipball/9b3e5b5e58c56bbd76628c952d2b78556d305f3c",
"reference": "9b3e5b5e58c56bbd76628c952d2b78556d305f3c",
2018-05-22 12:42:19 +03:00
"shasum": ""
},
"require": {
2019-12-04 21:09:08 +03:00
"php": "^7.2.5",
2019-11-16 10:21:14 +03:00
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
2018-05-22 12:42:19 +03:00
},
2019-12-04 21:09:08 +03:00
"conflict": {
"symfony/mailer": "<4.4"
},
2019-11-16 10:21:14 +03:00
"require-dev": {
"egulias/email-validator": "^2.1.10",
2019-12-04 21:09:08 +03:00
"symfony/dependency-injection": "^4.4|^5.0"
2018-08-30 18:12:51 +03:00
},
2018-05-22 12:42:19 +03:00
"type": "library",
"extra": {
"branch-alias": {
2019-12-04 21:09:08 +03:00
"dev-master": "5.0-dev"
2018-05-22 12:42:19 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Symfony\\Component\\Mime\\": ""
2018-05-22 12:42:19 +03:00
},
2019-11-16 10:21:14 +03:00
"exclude-from-classmap": [
"/Tests/"
2018-05-22 12:42:19 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 10:21:14 +03:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
2018-05-22 12:42:19 +03:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-11-16 10:21:14 +03:00
}
],
"description": "A library to manipulate MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
2020-03-04 14:23:14 +03:00
"time": "2020-02-04T09:41:09+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "symfony/polyfill-ctype",
2020-02-20 12:37:28 +03:00
"version": "v1.14.0",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-02-20 12:37:28 +03:00
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-02-20 12:37:28 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-20 12:37:28 +03:00
"dev-master": "1.14-dev"
2019-11-16 10:21:14 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
2018-05-22 12:42:19 +03:00
},
2019-11-16 10:21:14 +03:00
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2018-05-22 12:42:19 +03:00
{
"name": "Gert de Pagter",
2019-11-16 10:21:14 +03:00
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-05-22 12:42:19 +03:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-02-20 12:37:28 +03:00
"time": "2020-01-13T11:15:53+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/polyfill-iconv",
2020-02-20 12:37:28 +03:00
"version": "v1.14.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/symfony/polyfill-iconv.git",
2020-02-20 12:37:28 +03:00
"reference": "926832ce51059bb58211b7b2080a88e0c3b5328e"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-02-20 12:37:28 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/926832ce51059bb58211b7b2080a88e0c3b5328e",
"reference": "926832ce51059bb58211b7b2080a88e0c3b5328e",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
2019-11-16 10:21:14 +03:00
"ext-iconv": "For best performance"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-20 12:37:28 +03:00
"dev-master": "1.14-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Symfony\\Polyfill\\Iconv\\": ""
2018-05-03 15:48:13 +03:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-16 10:21:14 +03:00
"description": "Symfony polyfill for the Iconv extension",
2018-05-03 15:48:13 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2019-11-16 10:21:14 +03:00
"iconv",
2018-05-03 15:48:13 +03:00
"polyfill",
"portable",
"shim"
],
2020-02-20 12:37:28 +03:00
"time": "2020-01-13T11:15:53+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/polyfill-intl-idn",
2020-02-20 12:37:28 +03:00
"version": "v1.14.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2020-02-20 12:37:28 +03:00
"reference": "6842f1a39cf7d580655688069a03dd7cd83d244a"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-02-20 12:37:28 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6842f1a39cf7d580655688069a03dd7cd83d244a",
"reference": "6842f1a39cf7d580655688069a03dd7cd83d244a",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2019-11-16 10:21:14 +03:00
"symfony/polyfill-mbstring": "^1.3",
2020-02-20 12:37:28 +03:00
"symfony/polyfill-php72": "^1.10"
2019-11-16 10:21:14 +03:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-20 12:37:28 +03:00
"dev-master": "1.14-dev"
2019-11-16 10:21:14 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
2020-02-20 12:37:28 +03:00
"time": "2020-01-17T12:01:36+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "symfony/polyfill-mbstring",
2020-02-20 12:37:28 +03:00
"version": "v1.14.0",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-02-20 12:37:28 +03:00
"reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-02-20 12:37:28 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
"reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-20 12:37:28 +03:00
"dev-master": "1.14-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Symfony\\Polyfill\\Mbstring\\": ""
2018-05-03 15:48:13 +03:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-16 10:21:14 +03:00
"description": "Symfony polyfill for the Mbstring extension",
2018-05-03 15:48:13 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2019-11-16 10:21:14 +03:00
"mbstring",
2018-05-03 15:48:13 +03:00
"polyfill",
"portable",
"shim"
],
2020-02-20 12:37:28 +03:00
"time": "2020-01-13T11:15:53+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/polyfill-php72",
2020-02-20 12:37:28 +03:00
"version": "v1.14.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/symfony/polyfill-php72.git",
2020-02-20 12:37:28 +03:00
"reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-02-20 12:37:28 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
"reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-20 12:37:28 +03:00
"dev-master": "1.14-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Symfony\\Polyfill\\Php72\\": ""
2018-05-03 15:48:13 +03:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-16 10:21:14 +03:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2018-05-03 15:48:13 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2020-02-20 12:37:28 +03:00
"time": "2020-01-13T11:15:53+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/polyfill-php73",
2020-02-20 12:37:28 +03:00
"version": "v1.14.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/symfony/polyfill-php73.git",
2020-02-20 12:37:28 +03:00
"reference": "5e66a0fa1070bf46bec4bea7962d285108edd675"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-02-20 12:37:28 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675",
"reference": "5e66a0fa1070bf46bec4bea7962d285108edd675",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-20 12:37:28 +03:00
"dev-master": "1.14-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
2018-05-03 15:48:13 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-16 10:21:14 +03:00
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2018-05-03 15:48:13 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
2019-11-16 10:21:14 +03:00
"portable",
2018-05-03 15:48:13 +03:00
"shim"
],
2020-02-20 12:37:28 +03:00
"time": "2020-01-13T11:15:53+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/process",
2020-03-15 01:44:57 +03:00
"version": "v5.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2020-03-15 01:44:57 +03:00
"reference": "fd4a86dd7e36437f2fc080d8c42c7415d828a0a8"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/process/zipball/fd4a86dd7e36437f2fc080d8c42c7415d828a0a8",
"reference": "fd4a86dd7e36437f2fc080d8c42c7415d828a0a8",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2020-03-15 01:44:57 +03:00
"time": "2020-02-08T17:00:58+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/routing",
2020-03-15 01:44:57 +03:00
"version": "v5.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2020-03-15 01:44:57 +03:00
"reference": "d6ca39fd05c1902bf34d724ba06fb8044a0b46de"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/routing/zipball/d6ca39fd05c1902bf34d724ba06fb8044a0b46de",
"reference": "d6ca39fd05c1902bf34d724ba06fb8044a0b46de",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5"
2018-05-03 15:48:13 +03:00
},
"conflict": {
2020-03-15 01:44:57 +03:00
"symfony/config": "<5.0",
"symfony/dependency-injection": "<4.4",
"symfony/yaml": "<4.4"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"doctrine/annotations": "~1.2",
2018-05-03 15:48:13 +03:00
"psr/log": "~1.0",
2020-03-15 01:44:57 +03:00
"symfony/config": "^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
2018-05-03 15:48:13 +03:00
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Routing Component",
"homepage": "https://symfony.com",
"keywords": [
"router",
"routing",
"uri",
"url"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-25T14:24:11+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "symfony/service-contracts",
2019-12-04 21:09:08 +03:00
"version": "v2.0.1",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2019-12-04 21:09:08 +03:00
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2019-12-04 21:09:08 +03:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
2019-12-04 21:09:08 +03:00
"php": "^7.2.5",
2019-11-16 10:21:14 +03:00
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-04 21:09:08 +03:00
"dev-master": "2.0-dev"
2019-11-16 10:21:14 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2019-12-04 21:09:08 +03:00
"time": "2019-11-18T17:27:11+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/translation",
2020-03-15 01:44:57 +03:00
"version": "v5.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2020-03-15 01:44:57 +03:00
"reference": "e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/translation/zipball/e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b",
"reference": "e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5",
2019-11-16 10:21:14 +03:00
"symfony/polyfill-mbstring": "~1.0",
2020-03-15 01:44:57 +03:00
"symfony/translation-contracts": "^2"
2018-05-03 15:48:13 +03:00
},
"conflict": {
2020-03-15 01:44:57 +03:00
"symfony/config": "<4.4",
"symfony/dependency-injection": "<5.0",
"symfony/http-kernel": "<5.0",
"symfony/twig-bundle": "<5.0",
"symfony/yaml": "<4.4"
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"provide": {
2020-03-15 01:44:57 +03:00
"symfony/translation-implementation": "2.0"
2019-11-16 10:21:14 +03:00
},
2018-05-03 15:48:13 +03:00
"require-dev": {
"psr/log": "~1.0",
2020-03-15 01:44:57 +03:00
"symfony/config": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/http-kernel": "^5.0",
"symfony/intl": "^4.4|^5.0",
2019-12-04 21:09:08 +03:00
"symfony/service-contracts": "^1.1.2|^2",
2020-03-15 01:44:57 +03:00
"symfony/yaml": "^4.4|^5.0"
2018-05-03 15:48:13 +03:00
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-04T07:41:34+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "symfony/translation-contracts",
2019-12-04 21:09:08 +03:00
"version": "v2.0.1",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2019-12-04 21:09:08 +03:00
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2019-12-04 21:09:08 +03:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
2019-12-04 21:09:08 +03:00
"php": "^7.2.5"
2019-11-16 10:21:14 +03:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-04 21:09:08 +03:00
"dev-master": "2.0-dev"
2019-11-16 10:21:14 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2019-12-04 21:09:08 +03:00
"time": "2019-11-18T17:27:11+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/var-dumper",
2020-03-15 01:44:57 +03:00
"version": "v5.0.5",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2020-03-15 01:44:57 +03:00
"reference": "3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9",
"reference": "3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5",
"symfony/polyfill-mbstring": "~1.0"
2018-05-03 15:48:13 +03:00
},
"conflict": {
2020-03-15 01:44:57 +03:00
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"ext-iconv": "*",
2020-03-15 01:44:57 +03:00
"symfony/console": "^4.4|^5.0",
2019-12-04 21:09:08 +03:00
"symfony/process": "^4.4|^5.0",
2020-03-15 01:44:57 +03:00
"twig/twig": "^2.4|^3.0"
2018-05-03 15:48:13 +03:00
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
2019-11-16 10:21:14 +03:00
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2018-05-03 15:48:13 +03:00
},
2019-11-16 10:21:14 +03:00
"bin": [
"Resources/bin/var-dump-server"
],
2018-05-03 15:48:13 +03:00
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "5.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2020-03-15 01:44:57 +03:00
"time": "2020-02-26T22:30:10+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "tijsverkoyen/css-to-inline-styles",
2019-11-16 10:21:14 +03:00
"version": "2.2.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2019-11-16 10:21:14 +03:00
"reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
"reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"ext-dom": "*",
"ext-libxml": "*",
2018-05-03 15:48:13 +03:00
"php": "^5.5 || ^7.0",
2019-11-16 10:21:14 +03:00
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2019-11-16 10:21:14 +03:00
"time": "2019-10-24T08:53:34+00:00"
2018-05-03 15:48:13 +03:00
},
2018-10-16 13:09:46 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "vlucas/phpdotenv",
2020-03-15 01:44:57 +03:00
"version": "v4.1.2",
2018-10-16 13:09:46 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/vlucas/phpdotenv.git",
2020-03-15 01:44:57 +03:00
"reference": "939dfda2d7267ac8fc53ac3d642b5de357554c39"
2018-10-16 13:09:46 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/939dfda2d7267ac8fc53ac3d642b5de357554c39",
"reference": "939dfda2d7267ac8fc53ac3d642b5de357554c39",
2018-10-16 13:09:46 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"php": "^5.5.9 || ^7.0",
"phpoption/phpoption": "^1.7.2",
2019-11-16 10:21:14 +03:00
"symfony/polyfill-ctype": "^1.9"
2018-10-16 13:09:46 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"bamarni/composer-bin-plugin": "^1.3",
2020-03-13 16:40:47 +03:00
"ext-filter": "*",
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2018-10-16 13:09:46 +03:00
},
2020-03-13 16:40:47 +03:00
"suggest": {
"ext-filter": "Required to use the boolean validator."
},
2018-10-16 13:09:46 +03:00
"type": "library",
2019-11-16 10:21:14 +03:00
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "4.1-dev"
2019-11-16 10:21:14 +03:00
}
},
2018-10-16 13:09:46 +03:00
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Dotenv\\": "src/"
2018-10-16 13:09:46 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-11-16 10:21:14 +03:00
"BSD-3-Clause"
2018-10-16 13:09:46 +03:00
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"homepage": "https://gjcampbell.co.uk/"
},
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "https://vancelucas.com/"
2018-10-16 13:09:46 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2018-10-16 13:09:46 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"dotenv",
"env",
"environment"
2018-10-16 13:09:46 +03:00
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-03-12T13:44:15+00:00"
},
{
"name": "voku/portable-ascii",
"version": "1.4.10",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
"reference": "240e93829a5f985fab0984a6e55ae5e26b78a334"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/240e93829a5f985fab0984a6e55ae5e26b78a334",
"reference": "240e93829a5f985fab0984a6e55ae5e26b78a334",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0"
},
"suggest": {
"ext-intl": "Use Intl for transliterator_transliterate() support"
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\": "src/voku/",
"voku\\tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
}
],
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
"homepage": "https://github.com/voku/portable-ascii",
"keywords": [
"ascii",
"clean",
"php"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
"type": "tidelift"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-03-13T01:23:26+00:00"
2018-10-16 13:09:46 +03:00
},
2018-05-03 15:48:13 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "webmozart/assert",
2020-02-20 12:37:28 +03:00
"version": "1.7.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/webmozart/assert.git",
2020-02-20 12:37:28 +03:00
"reference": "aed98a490f9a8f78468232db345ab9cf606cf598"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-02-20 12:37:28 +03:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598",
"reference": "aed98a490f9a8f78468232db345ab9cf606cf598",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2018-05-03 15:48:13 +03:00
},
2019-12-04 21:09:08 +03:00
"conflict": {
"vimeo/psalm": "<3.6.0"
},
2018-05-03 15:48:13 +03:00
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Webmozart\\Assert\\": "src/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Assertions to validate method input/output with nice error messages.",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"assert",
"check",
"validate"
2018-05-03 15:48:13 +03:00
],
2020-02-20 12:37:28 +03:00
"time": "2020-02-14T12:15:55+00:00"
2019-11-16 10:21:14 +03:00
}
],
"packages-dev": [
2018-05-03 15:48:13 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "beyondcode/laravel-dump-server",
2020-03-15 01:44:57 +03:00
"version": "1.4.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/beyondcode/laravel-dump-server.git",
2020-03-15 01:44:57 +03:00
"reference": "1f1d18a2e43f96fd67c9f0269c53f8c3814867d9"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/1f1d18a2e43f96fd67c9f0269c53f8c3814867d9",
"reference": "1f1d18a2e43f96fd67c9f0269c53f8c3814867d9",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
2019-11-16 10:21:14 +03:00
"php": "^7.1",
2020-03-15 01:44:57 +03:00
"symfony/var-dumper": "^5.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"larapack/dd": "^1.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"BeyondCode\\DumpServer\\DumpServerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"BeyondCode\\DumpServer\\": "src"
},
"files": [
"helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marcel Pociot",
"email": "marcel@beyondco.de",
"homepage": "https://beyondco.de",
"role": "Developer"
}
],
"description": "Symfony Var-Dump Server for Laravel",
"homepage": "https://github.com/beyondcode/laravel-dump-server",
"keywords": [
"beyondcode",
"laravel-dump-server"
],
2020-03-15 01:44:57 +03:00
"time": "2020-03-04T15:23:26+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "doctrine/instantiator",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.2.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-11-16 10:21:14 +03:00
"MIT"
2018-05-03 15:48:13 +03:00
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"constructor",
"instantiate"
2018-05-03 15:48:13 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2019-10-21T16:45:58+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "facade/flare-client-php",
2020-03-04 14:23:14 +03:00
"version": "1.3.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/facade/flare-client-php.git",
2020-03-04 14:23:14 +03:00
"reference": "db1e03426e7f9472c9ecd1092aff00f56aa6c004"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/db1e03426e7f9472c9ecd1092aff00f56aa6c004",
"reference": "db1e03426e7f9472c9ecd1092aff00f56aa6c004",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"facade/ignition-contracts": "~1.0",
2020-03-04 14:23:14 +03:00
"illuminate/pipeline": "^5.5|^6.0|^7.0",
2019-11-16 10:21:14 +03:00
"php": "^7.1",
2020-03-04 14:23:14 +03:00
"symfony/http-foundation": "^3.3|^4.1|^5.0",
2019-12-25 16:23:49 +03:00
"symfony/var-dumper": "^3.4|^4.0|^5.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"larapack/dd": "^1.1",
"phpunit/phpunit": "^7.5.16",
"spatie/phpunit-snapshot-assertions": "^2.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "1.0-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Facade\\FlareClient\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Send PHP errors to Flare",
"homepage": "https://github.com/facade/flare-client-php",
"keywords": [
"exception",
"facade",
"flare",
"reporting"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://www.patreon.com/spatie",
"type": "patreon"
}
],
2020-03-04 14:23:14 +03:00
"time": "2020-03-02T15:52:04+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "facade/ignition",
2020-03-20 19:57:39 +03:00
"version": "2.0.2",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/facade/ignition.git",
2020-03-20 19:57:39 +03:00
"reference": "67f1677954ad33ca6b77f2c41cf43a58624f27fc"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-03-20 19:57:39 +03:00
"url": "https://api.github.com/repos/facade/ignition/zipball/67f1677954ad33ca6b77f2c41cf43a58624f27fc",
"reference": "67f1677954ad33ca6b77f2c41cf43a58624f27fc",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
2020-03-15 01:44:57 +03:00
"facade/flare-client-php": "^1.0",
2019-11-16 10:21:14 +03:00
"facade/ignition-contracts": "^1.0",
"filp/whoops": "^2.4",
2020-03-15 01:44:57 +03:00
"illuminate/support": "^7.0",
"monolog/monolog": "^2.0",
"php": "^7.2.5",
2019-11-16 10:21:14 +03:00
"scrivo/highlight.php": "^9.15",
2020-03-15 01:44:57 +03:00
"symfony/console": "^5.0",
"symfony/var-dumper": "^5.0"
2019-11-16 10:21:14 +03:00
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
2020-03-15 01:44:57 +03:00
"mockery/mockery": "^1.3",
"orchestra/testbench": "5.0"
2019-11-16 10:21:14 +03:00
},
"suggest": {
2020-03-20 19:57:39 +03:00
"laravel/telescope": "^3.1"
2019-11-16 10:21:14 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 01:44:57 +03:00
"dev-master": "2.x-dev"
2019-11-16 10:21:14 +03:00
},
"laravel": {
"providers": [
"Facade\\Ignition\\IgnitionServiceProvider"
],
"aliases": {
"Flare": "Facade\\Ignition\\Facades\\Flare"
}
}
},
"autoload": {
"psr-4": {
"Facade\\Ignition\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A beautiful error page for Laravel applications.",
"homepage": "https://github.com/facade/ignition",
"keywords": [
"error",
"flare",
"laravel",
"page"
],
2020-03-20 19:57:39 +03:00
"time": "2020-03-18T19:20:44+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "facade/ignition-contracts",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/facade/ignition-contracts.git",
"reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
"reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Facade\\IgnitionContracts\\": "src"
2018-05-03 15:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://flareapp.io",
"role": "Developer"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Solution contracts for Ignition",
"homepage": "https://github.com/facade/ignition-contracts",
2018-05-03 15:48:13 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"contracts",
"flare",
"ignition"
2018-05-03 15:48:13 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2019-08-30T14:06:08+00:00"
},
2018-07-14 13:22:33 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "filp/whoops",
2020-01-18 13:00:15 +03:00
"version": "2.7.1",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/filp/whoops.git",
2020-01-18 13:00:15 +03:00
"reference": "fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2020-01-18 13:00:15 +03:00
"url": "https://api.github.com/repos/filp/whoops/zipball/fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130",
"reference": "fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"mockery/mockery": "^0.9 || ^1.0",
2019-12-25 16:23:49 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
2019-11-16 10:21:14 +03:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-31 02:20:10 +03:00
"dev-master": "2.6-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"psr-4": {
2019-11-16 10:21:14 +03:00
"Whoops\\": "src/Whoops/"
2018-07-14 13:22:33 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
2018-07-14 13:22:33 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
2018-07-14 13:22:33 +03:00
"keywords": [
2019-11-16 10:21:14 +03:00
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
],
2020-01-18 13:00:15 +03:00
"time": "2020-01-15T10:00:00+00:00"
2018-07-14 13:22:33 +03:00
},
2018-05-03 15:48:13 +03:00
{
"name": "fzaninotto/faker",
2019-12-25 16:23:49 +03:00
"version": "v1.9.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
2019-12-25 16:23:49 +03:00
"reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2019-12-25 16:23:49 +03:00
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
"reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7",
2019-12-04 21:09:08 +03:00
"squizlabs/php_codesniffer": "^2.9.2"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
2019-12-25 16:23:49 +03:00
"branch-alias": {
"dev-master": "1.9-dev"
}
2019-11-16 10:21:14 +03:00
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
2019-12-25 16:23:49 +03:00
"time": "2019-12-12T13:22:17+00:00"
2019-11-16 10:21:14 +03: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-12-31 02:20:10 +03:00
"version": "1.3.1",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
2019-12-31 02:20:10 +03:00
"reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2019-12-31 02:20:10 +03:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
"reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"hamcrest/hamcrest-php": "~2.0",
"lib-pcre": ">=7.0",
2019-12-31 02:20:10 +03:00
"php": ">=5.6.0"
2019-11-16 10:21:14 +03:00
},
"require-dev": {
"phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-31 02:20:10 +03:00
"dev-master": "1.3.x-dev"
2019-11-16 10:21:14 +03:00
}
},
"autoload": {
"psr-0": {
"Mockery": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
},
{
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
"homepage": "http://davedevelopment.co.uk"
}
],
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
2019-12-31 02:20:10 +03:00
"time": "2019-12-26T09:49:15+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "myclabs/deep-copy",
2020-01-18 13:00:15 +03:00
"version": "1.9.5",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2020-01-18 13:00:15 +03:00
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-01-18 13:00:15 +03:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2020-01-18 13:00:15 +03:00
"time": "2020-01-17T21:11:47+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "nunomaduro/collision",
2020-03-15 01:44:57 +03:00
"version": "v4.1.3",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
2020-03-15 01:44:57 +03:00
"reference": "a430bce33d1ad07f756ea6cae9afce9ef8670b42"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-03-15 01:44:57 +03:00
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/a430bce33d1ad07f756ea6cae9afce9ef8670b42",
"reference": "a430bce33d1ad07f756ea6cae9afce9ef8670b42",
2019-11-16 10:21:14 +03:00
"shasum": ""
},
"require": {
2020-03-15 01:44:57 +03:00
"facade/ignition-contracts": "^1.0",
"filp/whoops": "^2.4",
"jakub-onderka/php-console-highlighter": "^0.4",
"php": "^7.2.5",
"symfony/console": "^5.0"
2019-11-16 10:21:14 +03:00
},
"require-dev": {
2020-03-15 01:44:57 +03:00
"facade/ignition": "^2.0",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"laravel/framework": "^7.0",
"laravel/tinker": "^2.0",
"nunomaduro/larastan": "^0.5",
"orchestra/testbench": "^5.0",
"phpstan/phpstan": "^0.12.3",
"phpunit/phpunit": "^8.5.1 || ^9.0"
2019-11-16 10:21:14 +03:00
},
"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"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://www.patreon.com/nunomaduro",
"type": "patreon"
}
],
2020-03-15 01:44:57 +03:00
"time": "2020-03-07T12:46:00+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "phar-io/manifest",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"phar-io/version": "^2.0",
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
2018-05-03 15:48:13 +03:00
},
"autoload": {
2019-11-16 10:21:14 +03:00
"classmap": [
"src/"
]
2018-05-03 15:48:13 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-11-16 10:21:14 +03:00
"BSD-3-Clause"
2018-05-03 15:48:13 +03:00
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"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"
2018-05-03 15:48:13 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2018-07-08T19:23:20+00:00"
2018-07-14 13:22:33 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "phar-io/version",
"version": "2.0.1",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/phar-io/version.git",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"autoload": {
2019-11-16 10:21:14 +03:00
"classmap": [
"src/"
2018-07-14 13:22:33 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-11-16 10:21:14 +03:00
"BSD-3-Clause"
2018-07-14 13:22:33 +03:00
],
2019-11-16 10:21:14 +03:00
"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"
}
2018-07-14 13:22:33 +03:00
],
2019-11-16 10:21:14 +03:00
"description": "Library for handling version information and constraints",
"time": "2018-07-08T19:19:57+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "phpspec/prophecy",
2020-03-12 15:20:45 +03:00
"version": "v1.10.3",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2020-03-12 15:20:45 +03:00
"reference": "451c3cd1418cf640de218914901e51b064abb093"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2020-03-12 15:20:45 +03:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
"reference": "451c3cd1418cf640de218914901e51b064abb093",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2019-11-16 10:21:14 +03:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
2020-01-20 22:58:49 +03:00
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-12-25 16:23:49 +03:00
"phpspec/phpspec": "^2.5 || ^3.2",
2018-08-30 18:12:51 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-25 16:23:49 +03:00
"dev-master": "1.10.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
2019-11-16 10:21:14 +03:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2018-07-14 13:22:33 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2020-03-12 15:20:45 +03:00
"time": "2020-03-05T15:02:03+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "phpunit/php-code-coverage",
2019-12-04 21:09:08 +03:00
"version": "7.0.10",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2019-12-04 21:09:08 +03:00
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-12-04 21:09:08 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
2019-11-16 10:21:14 +03:00
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.1.1",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^4.2.2",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1.3"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^8.2.2"
2018-07-14 13:22:33 +03:00
},
"suggest": {
2019-11-16 10:21:14 +03:00
"ext-xdebug": "^2.7.2"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "7.0-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-11-16 10:21:14 +03:00
"email": "sebastian@phpunit.de",
2018-07-14 13:22:33 +03: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-12-04 21:09:08 +03:00
"time": "2019-11-20T13:55:58+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "phpunit/php-file-iterator",
2019-11-16 10:21:14 +03:00
"version": "2.0.2",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2019-11-16 10:21:14 +03:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "2.0.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-11-16 10:21:14 +03:00
"email": "sebastian@phpunit.de",
2018-07-14 13:22:33 +03: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-11-16 10:21:14 +03:00
"time": "2018-09-13T20:33:42+00:00"
2018-07-14 13:22:33 +03: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-11-16 10:21:14 +03:00
"version": "2.1.2",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2019-11-16 10:21:14 +03:00
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.1"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^7.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "2.1-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-11-16 10:21:14 +03:00
"email": "sebastian@phpunit.de",
2018-07-14 13:22:33 +03:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2019-11-16 10:21:14 +03:00
"time": "2019-06-07T04:22:29+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "phpunit/php-token-stream",
2019-11-16 10:21:14 +03:00
"version": "3.1.1",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2019-11-16 10:21:14 +03:00
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2019-11-16 10:21:14 +03:00
"php": "^7.1"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^7.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "3.1-dev"
2018-07-14 13:22:33 +03: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-11-16 10:21:14 +03:00
"time": "2019-09-17T06:23:10+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "phpunit/phpunit",
2020-01-18 13:00:15 +03:00
"version": "8.5.2",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-01-18 13:00:15 +03:00
"reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2020-01-18 13:00:15 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
"reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"doctrine/instantiator": "^1.2.0",
2018-07-14 13:22:33 +03:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2019-11-16 10:21:14 +03:00
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.9.1",
"phar-io/manifest": "^1.0.3",
"phar-io/version": "^2.0.1",
"php": "^7.2",
"phpspec/prophecy": "^1.8.1",
"phpunit/php-code-coverage": "^7.0.7",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2",
"sebastian/environment": "^4.2.2",
"sebastian/exporter": "^3.1.1",
"sebastian/global-state": "^3.0.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
"sebastian/version": "^2.0.1"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
2019-11-16 10:21:14 +03:00
"ext-soap": "*",
2018-07-14 13:22:33 +03:00
"ext-xdebug": "*",
2019-11-16 10:21:14 +03:00
"phpunit/php-invoker": "^2.0.0"
2018-07-14 13:22:33 +03:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2019-12-25 16:23:49 +03:00
"dev-master": "8.5-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2020-01-18 13:00:15 +03:00
"time": "2020-01-08T08:49:49+00:00"
},
{
2019-11-16 10:21:14 +03:00
"name": "scrivo/highlight.php",
2020-03-04 14:23:14 +03:00
"version": "v9.18.1.1",
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/scrivo/highlight.php.git",
2020-03-04 14:23:14 +03:00
"reference": "52fc21c99fd888e33aed4879e55a3646f8d40558"
},
"dist": {
"type": "zip",
2020-03-04 14:23:14 +03:00
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/52fc21c99fd888e33aed4879e55a3646f8d40558",
"reference": "52fc21c99fd888e33aed4879e55a3646f8d40558",
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.4"
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^4.8|^5.7",
2020-03-04 14:23:14 +03:00
"sabberworm/php-css-parser": "^8.3",
2020-02-20 12:37:28 +03:00
"symfony/finder": "^2.8|^3.4",
"symfony/var-dumper": "^2.8|^3.4"
},
"suggest": {
2019-11-16 10:21:14 +03:00
"ext-dom": "Needed to make use of the features in the utilities namespace"
},
"type": "library",
"autoload": {
2019-11-16 10:21:14 +03:00
"psr-0": {
"Highlight\\": "",
"HighlightUtilities\\": ""
},
"files": [
"HighlightUtilities/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Geert Bergman",
"homepage": "http://www.scrivo.org/",
"role": "Project Author"
},
{
"name": "Vladimir Jimenez",
"homepage": "https://allejo.io",
2019-12-25 16:23:49 +03:00
"role": "Maintainer"
2019-11-16 10:21:14 +03:00
},
{
"name": "Martin Folkers",
"homepage": "https://twobrain.io",
"role": "Contributor"
}
],
2019-11-16 10:21:14 +03:00
"description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
"keywords": [
2019-11-16 10:21:14 +03:00
"code",
"highlight",
"highlight.js",
"highlight.php",
"syntax"
],
2020-03-24 22:44:35 +03:00
"funding": [
{
"url": "https://github.com/allejo",
"type": "github"
}
],
2020-03-04 14:23:14 +03:00
"time": "2020-03-02T05:59:21+00:00"
2018-07-14 13:22:33 +03: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-11-16 10:21:14 +03:00
"version": "3.0.2",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2019-11-16 10:21:14 +03:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.1",
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^7.1"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "3.0-dev"
2018-07-14 13:22:33 +03: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",
2019-11-16 10:21:14 +03:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2018-07-14 13:22:33 +03:00
"keywords": [
"comparator",
"compare",
"equality"
],
2019-11-16 10:21:14 +03:00
"time": "2018-07-12T15:12:46+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/diff",
2019-11-16 10:21:14 +03:00
"version": "3.0.2",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2019-11-16 10:21:14 +03:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.1"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "3.0-dev"
2018-07-14 13:22:33 +03: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": [
2019-11-16 10:21:14 +03:00
"diff",
"udiff",
"unidiff",
"unified diff"
2018-07-14 13:22:33 +03:00
],
2019-11-16 10:21:14 +03:00
"time": "2019-02-04T06:01:07+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/environment",
2019-12-04 21:09:08 +03:00
"version": "4.2.3",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2019-12-04 21:09:08 +03:00
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-12-04 21:09:08 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.1"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "4.2-dev"
2018-07-14 13:22:33 +03: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-12-04 21:09:08 +03:00
"time": "2019-11-20T08:46:58+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/exporter",
2019-11-16 10:21:14 +03:00
"version": "3.1.2",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2019-11-16 10:21:14 +03:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
"ext-mbstring": "*",
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^6.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "3.1.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-11-16 10:21:14 +03:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2018-07-14 13:22:33 +03:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-11-16 10:21:14 +03:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2018-07-14 13:22:33 +03:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2019-11-16 10:21:14 +03:00
"time": "2019-09-14T09:02:43+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/global-state",
2019-11-16 10:21:14 +03:00
"version": "3.0.0",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2019-11-16 10:21:14 +03:00
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
2018-07-14 13:22:33 +03:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "3.0-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2019-11-16 10:21:14 +03:00
"time": "2019-02-01T05:30:01+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/object-enumerator",
2019-11-16 10:21:14 +03:00
"version": "3.0.3",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2019-11-16 10:21:14 +03:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^6.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "3.0.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2019-11-16 10:21:14 +03:00
"time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/recursion-context",
2019-11-16 10:21:14 +03:00
"version": "3.0.0",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2019-11-16 10:21:14 +03:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.0"
2018-07-14 13:22:33 +03:00
},
"require-dev": {
2019-11-16 10:21:14 +03:00
"phpunit/phpunit": "^6.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "3.0.x-dev"
2018-07-14 13:22:33 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2019-11-16 10:21:14 +03:00
"time": "2017-03-03T06:23:57+00:00"
2018-07-14 13:22:33 +03:00
},
{
"name": "sebastian/resource-operations",
2019-11-16 10:21:14 +03:00
"version": "2.0.1",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2019-11-16 10:21:14 +03:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"php": "^7.1"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 10:21:14 +03:00
"dev-master": "2.0-dev"
2018-07-14 13:22:33 +03: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-11-16 10:21:14 +03:00
"time": "2018-10-04T04:07:39+00:00"
},
{
"name": "sebastian/type",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"time": "2019-07-02T08:10:15+00:00"
2018-07-14 13:22:33 +03: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"
},
{
2019-11-16 10:21:14 +03:00
"name": "theseer/tokenizer",
"version": "1.1.3",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
2019-11-16 10:21:14 +03:00
"url": "https://github.com/theseer/tokenizer.git",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2019-11-16 10:21:14 +03:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2018-07-14 13:22:33 +03:00
"shasum": ""
},
"require": {
2019-11-16 10:21:14 +03:00
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
2018-07-14 13:22:33 +03:00
},
"type": "library",
"autoload": {
2019-11-16 10:21:14 +03:00
"classmap": [
"src/"
2018-07-14 13:22:33 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-11-16 10:21:14 +03:00
"BSD-3-Clause"
2018-07-14 13:22:33 +03:00
],
"authors": [
{
2019-11-16 10:21:14 +03:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2018-07-14 13:22:33 +03:00
}
],
2019-11-16 10:21:14 +03:00
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2019-06-13T22:48:21+00:00"
2018-05-03 15:48:13 +03:00
}
],
"aliases": [],
"minimum-stability": "stable",
2020-03-15 01:44:57 +03:00
"stability-flags": {
"jenssegers/date": 10
},
2018-05-03 15:48:13 +03:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2020-03-15 01:44:57 +03:00
"php": "^7.2.5",
2020-02-26 19:17:38 +03:00
"ext-bcmath": "*"
2018-05-03 15:48:13 +03:00
},
2020-03-24 22:44:35 +03:00
"platform-dev": [],
"plugin-api-version": "1.1.0"
2018-05-03 15:48:13 +03:00
}