akaunting/composer.lock

10408 lines
364 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-05-23 19:14:42 +03:00
"content-hash": "11a567b30598b418b543e50ee1cc7e39",
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-05-02 21:36:02 +03:00
"version": "1.1.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/akaunting/setting.git",
2020-05-02 21:36:02 +03:00
"reference": "194f8c60285f66835f70e0a8e87e1a66d989b111"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/akaunting/setting/zipball/194f8c60285f66835f70e0a8e87e1a66d989b111",
"reference": "194f8c60285f66835f70e0a8e87e1a66d989b111",
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-05-02 21:36:02 +03:00
"time": "2020-04-29T07:18:49+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-05-21 22:22:13 +03:00
"version": "3.7.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/BKWLD/cloner.git",
2020-05-21 22:22:13 +03:00
"reference": "bfb2db6e4e42cf2710b5d507074d0e1c1af04da3"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/BKWLD/cloner/zipball/bfb2db6e4e42cf2710b5d507074d0e1c1af04da3",
"reference": "bfb2db6e4e42cf2710b5d507074d0e1c1af04da3",
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-05-21 22:22:13 +03:00
"time": "2020-05-07T16:08:16+00:00"
2018-05-03 15:48:13 +03:00
},
2020-03-24 22:44:35 +03:00
{
"name": "brick/math",
2020-04-18 22:11:06 +03:00
"version": "0.8.15",
2020-03-24 22:44:35 +03:00
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
2020-04-18 22:11:06 +03:00
"reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
2020-03-24 22:44:35 +03:00
},
"dist": {
"type": "zip",
2020-04-18 22:11:06 +03:00
"url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
"reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
2020-03-24 22:44:35 +03:00
"shasum": ""
},
"require": {
2020-04-18 22:11:06 +03:00
"ext-json": "*",
"php": "^7.1|^8.0"
2020-03-24 22:44:35 +03:00
},
"require-dev": {
2020-04-18 22:11:06 +03:00
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.5.15|^8.5",
"vimeo/psalm": "^3.5"
2020-03-24 22:44:35 +03:00
},
"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"
],
2020-04-18 22:11:06 +03:00
"time": "2020-04-15T15:59:35+00:00"
2020-03-24 22:44:35 +03:00
},
2020-05-23 19:14:42 +03:00
{
"name": "clue/stream-filter",
"version": "v1.4.1",
"source": {
"type": "git",
"url": "https://github.com/clue/php-stream-filter.git",
"reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
"reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Clue\\StreamFilter\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "A simple and modern approach to stream filtering in PHP",
"homepage": "https://github.com/clue/php-stream-filter",
"keywords": [
"bucket brigade",
"callback",
"filter",
"php_user_filter",
"stream",
"stream_filter_append",
"stream_filter_register"
],
"time": "2019-04-09T12:31:48+00:00"
},
2018-05-03 15:48:13 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "composer/ca-bundle",
2020-04-18 22:11:06 +03:00
"version": "1.2.7",
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-04-18 22:11:06 +03:00
"reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-18 22:11:06 +03:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
"reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
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-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2020-04-18 22:11:06 +03:00
"time": "2020-04-08T08:27:21+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "composer/composer",
2020-05-21 22:22:13 +03:00
"version": "1.10.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/composer.git",
2020-05-21 22:22:13 +03:00
"reference": "be81b9c4735362c26876bdbfd3b5bc7e7f711c88"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/composer/composer/zipball/be81b9c4735362c26876bdbfd3b5bc7e7f711c88",
"reference": "be81b9c4735362c26876bdbfd3b5bc7e7f711c88",
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": {
2020-05-21 22:22:13 +03:00
"symfony/console": "2.8.38",
"symfony/phpunit-bridge": "3.4.40"
2019-11-16 10:21:14 +03:00
},
"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-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2020-05-21 22:22:13 +03:00
"time": "2020-05-06T08:28:10+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",
2020-04-24 23:39:30 +03:00
"version": "1.10.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2020-04-24 23:39:30 +03:00
"reference": "b9d758e831c70751155c698c2f7df4665314a1cb"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-24 23:39:30 +03:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb",
"reference": "b9d758e831c70751155c698c2f7df4665314a1cb",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2020-04-07 10:56:06 +03:00
"ext-tokenizer": "*",
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": {
2020-04-07 10:56:06 +03:00
"dev-master": "1.9.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"
],
2020-04-24 23:39:30 +03:00
"time": "2020-04-20T09:18:32+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",
2020-05-21 22:22:13 +03:00
"version": "2.0.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2020-05-21 22:22:13 +03:00
"reference": "18b995743e7ec8b15fd6efc594f0fa3de4bfe6d7"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/18b995743e7ec8b15fd6efc594f0fa3de4bfe6d7",
"reference": "18b995743e7ec8b15fd6efc594f0fa3de4bfe6d7",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-05-21 22:22:13 +03:00
"php": "^7.2"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-05-21 22:22:13 +03:00
"doctrine/coding-standard": "^7.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2018-05-03 15:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-21 22:22:13 +03:00
"dev-master": "2.0.x-dev"
2018-05-03 15:48:13 +03:00
}
},
"autoload": {
2019-11-16 10:21:14 +03:00
"psr-4": {
2020-05-21 22:22:13 +03:00
"Doctrine\\Inflector\\": "lib/Doctrine/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"
}
],
2020-05-21 22:22:13 +03:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2018-05-03 15:48:13 +03:00
"keywords": [
"inflection",
2020-05-21 22:22:13 +03:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
2018-05-03 15:48:13 +03:00
],
2020-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
],
2020-05-21 22:22:13 +03:00
"time": "2020-05-11T11:25:59+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",
2020-05-02 21:36:02 +03:00
"version": "v1.0.6",
2020-03-15 01:44:57 +03:00
"source": {
"type": "git",
"url": "https://github.com/fruitcake/laravel-cors.git",
2020-05-02 21:36:02 +03:00
"reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6"
2020-03-15 01:44:57 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/1d127dbec313e2e227d65e0c483765d8d7559bf6",
"reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6",
2020-03-15 01:44:57 +03:00
"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-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2020-05-02 21:36:02 +03:00
"time": "2020-04-28T08:47:37+00:00"
2018-05-03 15:48:13 +03:00
},
{
2020-01-18 13:00:15 +03:00
"name": "genealabs/laravel-model-caching",
2020-05-21 22:22:13 +03:00
"version": "0.8.6",
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-05-21 22:22:13 +03:00
"reference": "6ebe855e5ae9a9a9c3c7b43764d12f2b7cf261d2"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/GeneaLabs/laravel-model-caching/zipball/6ebe855e5ae9a9a9c3c7b43764d12f2b7cf261d2",
"reference": "6ebe855e5ae9a9a9c3c7b43764d12f2b7cf261d2",
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",
2020-05-03 00:54:41 +03:00
"php": ">=7.2.5",
2020-03-15 01:44:57 +03:00
"predis/predis": "^1.1"
2018-05-03 15:48:13 +03:00
},
"require-dev": {
2020-05-02 21:36:02 +03:00
"doctrine/dbal": "^2.10",
2020-04-18 22:11:06 +03:00
"fzaninotto/faker": "^1.9",
2020-05-02 21:36:02 +03:00
"laravel/nova": "^3.0",
2020-03-15 01:44:57 +03:00
"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-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://github.com/mikebronner",
"type": "github"
}
],
2020-05-21 22:22:13 +03:00
"time": "2020-05-12T22:46:24+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",
2020-04-18 22:11:06 +03:00
"version": "v12.0.2",
2020-03-12 15:20:45 +03:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Markdown.git",
2020-04-18 22:11:06 +03:00
"reference": "584eb9f24004238b80ee98b6e7be82f0933554dd"
2020-03-12 15:20:45 +03:00
},
"dist": {
"type": "zip",
2020-04-18 22:11:06 +03:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Markdown/zipball/584eb9f24004238b80ee98b6e7be82f0933554dd",
"reference": "584eb9f24004238b80ee98b6e7be82f0933554dd",
2020-03-12 15:20:45 +03:00
"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-04-18 22:11:06 +03:00
"time": "2020-04-14T16:14:52+00:00"
2020-03-12 15:20:45 +03:00
},
2018-05-03 15:48:13 +03:00
{
"name": "guzzlehttp/guzzle",
2020-04-18 22:11:06 +03:00
"version": "6.5.3",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2020-04-18 22:11:06 +03:00
"reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-18 22:11:06 +03:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e",
"reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e",
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",
2020-04-18 22:11:06 +03:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.11"
2018-05-03 15:48:13 +03:00
},
"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": {
"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"
],
2020-04-18 22:11:06 +03:00
"time": "2020-04-18T10:38:46+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
},
{
2019-11-16 10:21:14 +03:00
"name": "jaybizzle/crawler-detect",
2020-04-18 22:11:06 +03:00
"version": "v1.2.95",
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-04-18 22:11:06 +03:00
"reference": "a7936c4b60c78f8ae9024eeecf7e8d4cf470b730"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-18 22:11:06 +03:00
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/a7936c4b60c78f8ae9024eeecf7e8d4cf470b730",
"reference": "a7936c4b60c78f8ae9024eeecf7e8d4cf470b730",
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-04-18 22:11:06 +03:00
"time": "2020-04-14T20:42:56+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": "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-05-21 22:22:13 +03:00
"version": "v7.12.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2020-05-21 22:22:13 +03:00
"reference": "c2fff1e9879494a6f853593b3c517dc9922bbb51"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/laravel/framework/zipball/c2fff1e9879494a6f853593b3c517dc9922bbb51",
"reference": "c2fff1e9879494a6f853593b3c517dc9922bbb51",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-05-21 22:22:13 +03:00
"doctrine/inflector": "^1.4|^2.0",
2019-11-16 10:21:14 +03:00
"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",
2020-05-21 22:22:13 +03:00
"symfony/polyfill-php73": "^1.17",
2020-03-15 01:44:57 +03:00
"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).",
2020-04-24 23:39:30 +03:00
"symfony/filesystem": "Required to create relative storage directory symbolic links (^5.0).",
2020-03-15 01:44:57 +03:00
"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-05-21 22:22:13 +03:00
"time": "2020-05-19T17:09:00+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "laravel/tinker",
2020-04-18 22:11:06 +03:00
"version": "v2.4.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2020-04-18 22:11:06 +03:00
"reference": "cde90a7335a2130a4488beb68f4b2141869241db"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-18 22:11:06 +03:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/cde90a7335a2130a4488beb68f4b2141869241db",
"reference": "cde90a7335a2130a4488beb68f4b2141869241db",
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-04-18 22:11:06 +03:00
"psy/psysh": "^0.10.3",
"symfony/var-dumper": "^4.3|^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",
2020-04-18 22:11:06 +03:00
"phpunit/phpunit": "^8.4|^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-04-18 22:11:06 +03:00
"time": "2020-04-07T15:01:31+00:00"
2020-03-15 01:44:57 +03:00
},
{
"name": "laravel/ui",
2020-05-02 21:36:02 +03:00
"version": "v2.0.3",
2020-03-15 01:44:57 +03:00
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
2020-05-02 21:36:02 +03:00
"reference": "15368c5328efb7ce94f35ca750acde9b496ab1b1"
2020-03-15 01:44:57 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/laravel/ui/zipball/15368c5328efb7ce94f35ca750acde9b496ab1b1",
"reference": "15368c5328efb7ce94f35ca750acde9b496ab1b1",
2020-03-15 01:44:57 +03:00
"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"
],
2020-05-02 21:36:02 +03:00
"time": "2020-04-29T15:06:45+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "laravelcollective/html",
2020-05-21 22:22:13 +03:00
"version": "v6.1.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/LaravelCollective/html.git",
2020-05-21 22:22:13 +03:00
"reference": "5ef9a3c9ae2423fe5618996f3cde375d461a3fc6"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/5ef9a3c9ae2423fe5618996f3cde375d461a3fc6",
"reference": "5ef9a3c9ae2423fe5618996f3cde375d461a3fc6",
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-05-21 22:22:13 +03:00
"time": "2020-05-19T18:02:16+00:00"
2018-05-03 15:48:13 +03:00
},
2020-01-18 13:00:15 +03:00
{
"name": "league/commonmark",
2020-05-21 22:22:13 +03:00
"version": "1.4.3",
2020-01-18 13:00:15 +03:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2020-05-21 22:22:13 +03:00
"reference": "412639f7cfbc0b31ad2455b2fe965095f66ae505"
2020-01-18 13:00:15 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/412639f7cfbc0b31ad2455b2fe965095f66ae505",
"reference": "412639f7cfbc0b31ad2455b2fe965095f66ae505",
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",
2020-04-19 17:49:47 +03:00
"phpstan/phpstan": "^0.12",
2020-01-18 13:00:15 +03:00
"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-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
"type": "custom"
},
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
},
{
"url": "https://www.patreon.com/colinodell",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/commonmark",
"type": "tidelift"
}
],
2020-05-21 22:22:13 +03:00
"time": "2020-05-04T22:15:21+00:00"
2020-01-18 13:00:15 +03:00
},
2018-05-03 15:48:13 +03:00
{
"name": "league/flysystem",
2020-05-21 22:22:13 +03:00
"version": "1.0.69",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2020-05-21 22:22:13 +03:00
"reference": "7106f78428a344bc4f643c233a94e48795f10967"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7106f78428a344bc4f643c233a94e48795f10967",
"reference": "7106f78428a344bc4f643c233a94e48795f10967",
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-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
],
2020-05-21 22:22:13 +03:00
"time": "2020-05-18T15:13:39+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
},
2020-05-23 19:14:42 +03:00
{
"name": "league/omnipay",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/omnipay.git",
"reference": "9e10d91cbf84744207e13d4483e79de39b133368"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/omnipay/zipball/9e10d91cbf84744207e13d4483e79de39b133368",
"reference": "9e10d91cbf84744207e13d4483e79de39b133368",
"shasum": ""
},
"require": {
"omnipay/common": "^3",
"php": "^5.6|^7",
"php-http/guzzle6-adapter": "^1.1|^2"
},
"require-dev": {
"omnipay/tests": "^3"
},
"type": "metapackage",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adrian Macneil",
"email": "adrian@adrianmacneil.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Omnipay payment processing library",
"homepage": "https://omnipay.thephpleague.com/",
"keywords": [
"checkout",
"creditcard",
"omnipay",
"payment"
],
"time": "2019-03-20T14:28:28+00:00"
},
2018-10-16 13:09:46 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "lorisleiva/laravel-search-string",
2020-04-07 10:56:06 +03:00
"version": "v0.1.6",
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-04-07 10:56:06 +03:00
"reference": "68189cad7614d0c9cb09a83315e1ccfe49e7f0c1"
2018-10-16 13:09:46 +03:00
},
"dist": {
"type": "zip",
2020-04-07 10:56:06 +03:00
"url": "https://api.github.com/repos/lorisleiva/laravel-search-string/zipball/68189cad7614d0c9cb09a83315e1ccfe49e7f0c1",
"reference": "68189cad7614d0c9cb09a83315e1ccfe49e7f0c1",
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-04-07 10:56:06 +03:00
"time": "2020-04-05T15:40:30+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-05-21 22:22:13 +03:00
"version": "v1.16.3",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
2020-05-21 22:22:13 +03:00
"reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
"reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
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-05-21 22:22:13 +03:00
"time": "2020-05-06T07:06:27+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
},
2020-05-23 19:14:42 +03:00
{
"name": "moneyphp/money",
"version": "v3.3.1",
"source": {
"type": "git",
"url": "https://github.com/moneyphp/money.git",
"reference": "122664c2621a95180a13c1ac81fea1d2ef20781e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/moneyphp/money/zipball/122664c2621a95180a13c1ac81fea1d2ef20781e",
"reference": "122664c2621a95180a13c1ac81fea1d2ef20781e",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.6"
},
"require-dev": {
"cache/taggable-cache": "^0.4.0",
"doctrine/instantiator": "^1.0.5",
"ext-bcmath": "*",
"ext-gmp": "*",
"ext-intl": "*",
"florianv/exchanger": "^1.0",
"florianv/swap": "^3.0",
"friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
"moneyphp/iso-currencies": "^3.2.1",
"php-http/message": "^1.4",
"php-http/mock-client": "^1.0.0",
"phpspec/phpspec": "^3.4.3",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
"psr/cache": "^1.0",
"symfony/phpunit-bridge": "^4"
},
"suggest": {
"ext-bcmath": "Calculate without integer limits",
"ext-gmp": "Calculate without integer limits",
"ext-intl": "Format Money objects with intl",
"florianv/exchanger": "Exchange rates library for PHP",
"florianv/swap": "Exchange rates library for PHP",
"psr/cache-implementation": "Used for Currency caching"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Money\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mathias Verraes",
"email": "mathias@verraes.net",
"homepage": "http://verraes.net"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
},
{
"name": "Frederik Bosch",
"email": "f.bosch@genkgo.nl"
}
],
"description": "PHP implementation of Fowler's Money pattern",
"homepage": "http://moneyphp.org",
"keywords": [
"Value Object",
"money",
"vo"
],
"time": "2020-03-18T17:49:59+00:00"
},
2018-05-03 15:48:13 +03:00
{
"name": "monolog/monolog",
2020-05-23 19:14:42 +03:00
"version": "2.1.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2020-05-23 19:14:42 +03:00
"reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-23 19:14:42 +03:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
"reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-05-23 19:14:42 +03:00
"php": ">=7.2",
2019-11-16 10:21:14 +03:00
"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",
2018-05-03 15:48:13 +03:00
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
2020-05-23 19:14:42 +03:00
"php-parallel-lint/php-parallel-lint": "^1.0",
2019-11-16 10:21:14 +03:00
"phpspec/prophecy": "^1.6.1",
2020-05-23 19:14:42 +03:00
"phpunit/phpunit": "^8.5",
2019-11-16 10:21:14 +03:00
"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"
],
2020-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
2020-05-23 19:14:42 +03:00
"time": "2020-05-22T08:12:19+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-05-21 22:22:13 +03:00
"version": "2.34.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2020-05-21 22:22:13 +03:00
"reference": "3e87404329b8072295ea11d548b47a1eefe5a162"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/3e87404329b8072295ea11d548b47a1eefe5a162",
"reference": "3e87404329b8072295ea11d548b47a1eefe5a162",
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",
2020-05-02 21:36:02 +03:00
"symfony/polyfill-mbstring": "^1.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": {
2020-05-21 22:22:13 +03:00
"dev-master": "2.x-dev",
"dev-3.x": "3.x-dev"
2019-12-04 21:09:08 +03:00
},
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-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
2020-05-21 22:22:13 +03:00
"time": "2020-05-19T22:14:16+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "nikic/php-parser",
2020-04-18 22:11:06 +03:00
"version": "v4.4.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2020-04-18 22:11:06 +03:00
"reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-18 22:11:06 +03:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
"reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
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"
],
2020-04-18 22:11:06 +03:00
"time": "2020-04-10T16:34:50+00:00"
2018-05-03 15:48:13 +03:00
},
2020-05-23 19:14:42 +03:00
{
"name": "omnipay/common",
"version": "v3.0.3",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/omnipay-common.git",
"reference": "24ea70aa6e0f76d8b85d7a35d8a6560c746f566f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/24ea70aa6e0f76d8b85d7a35d8a6560c746f566f",
"reference": "24ea70aa6e0f76d8b85d7a35d8a6560c746f566f",
"shasum": ""
},
"require": {
"moneyphp/money": "^3.1",
"php": "^5.6|^7",
"php-http/client-implementation": "^1",
"php-http/discovery": "^1.2.1",
"php-http/message": "^1.5",
"symfony/http-foundation": "^2.1|^3|^4|^5"
},
"require-dev": {
"omnipay/tests": "^3",
"php-http/mock-client": "^1",
"phpro/grumphp": "^0.14",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
"league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Omnipay\\Common\\": "src/Common"
},
"classmap": [
"src/Omnipay.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adrian Macneil",
"email": "adrian@adrianmacneil.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
},
{
"name": "Jason Judge",
"email": "jason.judge@consil.co.uk"
},
{
"name": "Del"
},
{
"name": "Omnipay Contributors",
"homepage": "https://github.com/thephpleague/omnipay-common/contributors"
}
],
"description": "Common components for Omnipay payment processing library",
"homepage": "https://github.com/thephpleague/omnipay-common",
"keywords": [
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"purchase"
],
"time": "2020-02-12T12:28:23+00:00"
},
2018-05-03 15:48:13 +03:00
{
2019-11-16 10:21:14 +03:00
"name": "opis/closure",
2020-05-22 02:00:52 +03:00
"version": "3.5.2",
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",
2020-05-22 02:00:52 +03:00
"reference": "2e3299cea6f485ca64d19c540f46d7896c512ace"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-22 02:00:52 +03:00
"url": "https://api.github.com/repos/opis/closure/zipball/2e3299cea6f485ca64d19c540f46d7896c512ace",
"reference": "2e3299cea6f485ca64d19c540f46d7896c512ace",
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
],
2020-05-22 02:00:52 +03:00
"time": "2020-05-21T20:09:36+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "phenx/php-font-lib",
2020-04-18 22:11:06 +03:00
"version": "0.5.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/PhenX/php-font-lib.git",
2020-04-18 22:11:06 +03:00
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-18 22:11:06 +03:00
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require-dev": {
2020-04-18 22:11:06 +03:00
"phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
2018-05-03 15:48:13 +03:00
},
"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",
2020-04-18 22:11:06 +03:00
"time": "2020-03-08T15:31:32+00:00"
2018-05-03 15:48:13 +03: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
},
2020-05-23 19:14:42 +03:00
{
"name": "php-http/discovery",
"version": "1.7.4",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
"reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"conflict": {
"nyholm/psr7": "<1.0"
},
"require-dev": {
"akeneo/phpspec-skip-example-extension": "^4.0",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
"phpspec/phpspec": "^5.1",
"puli/composer-plugin": "1.0.0-beta10"
},
"suggest": {
"php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
"puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Discovery\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Finds installed HTTPlug implementations and PSR-7 message factories",
"homepage": "http://php-http.org",
"keywords": [
"adapter",
"client",
"discovery",
"factory",
"http",
"message",
"psr7"
],
"time": "2020-01-03T11:25:47+00:00"
},
{
"name": "php-http/guzzle6-adapter",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-http/guzzle6-adapter.git",
"reference": "6074a4b1f4d5c21061b70bab3b8ad484282fe31f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/6074a4b1f4d5c21061b70bab3b8ad484282fe31f",
"reference": "6074a4b1f4d5c21061b70bab3b8ad484282fe31f",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"php": "^7.1",
"php-http/httplug": "^2.0",
"psr/http-client": "^1.0"
},
"provide": {
"php-http/async-client-implementation": "1.0",
"php-http/client-implementation": "1.0",
"psr/http-client-implementation": "1.0"
},
"require-dev": {
"ext-curl": "*",
"php-http/client-integration-tests": "^2.0",
"phpunit/phpunit": "^7.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Adapter\\Guzzle6\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
},
{
"name": "David de Boer",
"email": "david@ddeboer.nl"
}
],
"description": "Guzzle 6 HTTP Adapter",
"homepage": "http://httplug.io",
"keywords": [
"Guzzle",
"http"
],
"time": "2018-12-16T14:44:03+00:00"
},
{
"name": "php-http/httplug",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
"reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
"reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
"shasum": ""
},
"require": {
"php": "^7.0",
"php-http/promise": "^1.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"friends-of-phpspec/phpspec-code-coverage": "^4.1",
"phpspec/phpspec": "^4.3.4|^5.0|^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "HTTPlug, the HTTP client abstraction for PHP",
"homepage": "http://httplug.io",
"keywords": [
"client",
"http"
],
"time": "2019-12-27T10:07:11+00:00"
},
{
"name": "php-http/message",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/message.git",
"reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
"reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
"shasum": ""
},
"require": {
"clue/stream-filter": "^1.4",
"php": "^7.1",
"php-http/message-factory": "^1.0.2",
"psr/http-message": "^1.0"
},
"provide": {
"php-http/message-factory-implementation": "1.0"
},
"require-dev": {
"akeneo/phpspec-skip-example-extension": "^1.0",
"coduo/phpspec-data-provider-extension": "^1.0",
"ext-zlib": "*",
"guzzlehttp/psr7": "^1.0",
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4",
"slim/slim": "^3.0",
"zendframework/zend-diactoros": "^1.0"
},
"suggest": {
"ext-zlib": "Used with compressor/decompressor streams",
"guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
"slim/slim": "Used with Slim Framework PSR-7 implementation",
"zendframework/zend-diactoros": "Used with Diactoros Factories"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
},
"files": [
"src/filters.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "HTTP Message related tools",
"homepage": "http://php-http.org",
"keywords": [
"http",
"message",
"psr-7"
],
"time": "2019-08-05T06:55:08+00:00"
},
{
"name": "php-http/message-factory",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"shasum": ""
},
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Factory interfaces for PSR-7 HTTP Message",
"homepage": "http://php-http.org",
"keywords": [
"factory",
"http",
"message",
"stream",
"uri"
],
"time": "2015-12-19T14:08:53+00:00"
},
{
"name": "php-http/promise",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/promise.git",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
"shasum": ""
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
},
{
"name": "Joel Wurtz",
"email": "joel.wurtz@gmail.com"
}
],
"description": "Promise used for asynchronous HTTP requests",
"homepage": "http://httplug.io",
"keywords": [
"promise"
],
"time": "2016-01-26T13:27:02+00:00"
},
2018-05-03 15:48:13 +03:00
{
"name": "phpdocumentor/reflection-common",
2020-05-02 21:36:02 +03:00
"version": "2.1.0",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-05-02 21:36:02 +03:00
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
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
},
"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"
],
2020-05-02 21:36:02 +03:00
"time": "2020-04-27T09:25:28+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-05-02 21:36:02 +03:00
"version": "1.12.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-05-02 21:36:02 +03:00
"reference": "f79611d6dc1f6b7e8e30b738fc371b392001dbfd"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/f79611d6dc1f6b7e8e30b738fc371b392001dbfd",
"reference": "f79611d6dc1f6b7e8e30b738fc371b392001dbfd",
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-05-02 21:36:02 +03:00
"time": "2020-04-27T08:12:48+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-05-21 22:22:13 +03:00
"version": "4.2.2",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/plank/laravel-mediable.git",
2020-05-21 22:22:13 +03:00
"reference": "06351900d67ec1021b6e1035e9b350bfabda22ac"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/plank/laravel-mediable/zipball/06351900d67ec1021b6e1035e9b350bfabda22ac",
"reference": "06351900d67ec1021b6e1035e9b350bfabda22ac",
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-05-21 22:22:13 +03:00
"time": "2020-05-14T02:55:04+00:00"
2020-03-15 01:44:57 +03: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"
},
2020-05-23 19:14:42 +03:00
{
"name": "psr/http-client",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "496a823ef742b632934724bf769560c2a5c7c44e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
"reference": "496a823ef742b632934724bf769560c2a5c7c44e",
"shasum": ""
},
"require": {
"php": "^7.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"time": "2018-10-30T23:29:13+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-05-21 22:22:13 +03:00
"version": "v0.10.4",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2020-05-21 22:22:13 +03:00
"reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560",
"reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560",
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
"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-04-18 22:11:06 +03:00
"hoa/console": "3.17.*"
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-05-21 22:22:13 +03:00
"time": "2020-05-03T19:32:03+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-04-07 10:56:06 +03:00
"version": "4.0.1",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2020-04-07 10:56:06 +03:00
"reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-07 10:56:06 +03:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d",
"reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d",
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",
"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",
2020-04-07 10:56:06 +03:00
"php-parallel-lint/php-parallel-lint": "^1.1",
2020-03-24 22:44:35 +03:00
"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-04-07 10:56:06 +03:00
"time": "2020-03-29T20:13:32+00:00"
2018-05-03 15:48:13 +03:00
},
2020-04-18 19:48:08 +03:00
{
"name": "riverskies/laravel-mobile-detect",
"version": "1.3",
"source": {
"type": "git",
"url": "https://github.com/riverskies/laravel-mobile-detect.git",
"reference": "0ddb27d31a4a1148875424426b9feda6598f2f14"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/riverskies/laravel-mobile-detect/zipball/0ddb27d31a4a1148875424426b9feda6598f2f14",
"reference": "0ddb27d31a4a1148875424426b9feda6598f2f14",
"shasum": ""
},
"require": {
"mobiledetect/mobiledetectlib": "^2.8"
},
"require-dev": {
"laravel/laravel": "5.5.*",
"philo/laravel-blade": "^3.1",
"phpspec/prophecy-phpunit": "^1.1",
"phpunit/phpunit": "^6.3"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Riverskies\\Laravel\\MobileDetect\\MobileDetectServiceProvider"
],
"aliases": {
"MobileDetect": "Riverskies\\Laravel\\MobileDetect\\Facades\\MobileDetect"
}
}
},
"autoload": {
"psr-4": {
"Riverskies\\Laravel\\MobileDetect\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barnabas Kecskes",
"email": "barnabas@riverskies.com"
}
],
"description": "Instant mobile detection access directly from within Blade templates.",
"keywords": [
"blade",
"detection",
"laravel",
"mobile"
],
"time": "2017-09-02T08:11:53+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-05-02 21:36:02 +03:00
"version": "5.2.9",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/santigarcor/laratrust.git",
2020-05-02 21:36:02 +03:00
"reference": "454a338500ea5ab2807da5ee0a799c9c3d01cc05"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/santigarcor/laratrust/zipball/454a338500ea5ab2807da5ee0a799c9c3d01cc05",
"reference": "454a338500ea5ab2807da5ee0a799c9c3d01cc05",
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",
2020-05-02 21:36:02 +03:00
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0|~3.9.0|4.*|5.*",
2019-11-16 10:21:14 +03:00
"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-05-02 21:36:02 +03:00
"time": "2020-04-29T23:28:02+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "seld/jsonlint",
2020-05-02 21:36:02 +03:00
"version": "1.8.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/jsonlint.git",
2020-05-02 21:36:02 +03:00
"reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
"reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
2020-05-02 21:36:02 +03:00
"php": "^5.3 || ^7.0 || ^8.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"
],
2020-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
"type": "tidelift"
}
],
2020-05-02 21:36:02 +03:00
"time": "2020-04-30T19:05:18+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-05-02 21:36:02 +03:00
"version": "v5.0.8",
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-04-07 10:56:06 +03:00
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-07 10:56:06 +03:00
"url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
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-05-23 22:12:20 +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-04-07 10:56:06 +03:00
"time": "2020-03-30T11:42:42+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/css-selector",
2020-05-02 21:36:02 +03:00
"version": "v5.0.8",
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-04-07 10:56:06 +03:00
"reference": "5f8d5271303dad260692ba73dfa21777d38e124e"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-07 10:56:06 +03:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/5f8d5271303dad260692ba73dfa21777d38e124e",
"reference": "5f8d5271303dad260692ba73dfa21777d38e124e",
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-05-23 22:12:20 +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-04-07 10:56:06 +03:00
"time": "2020-03-27T16:56:45+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/debug",
2020-05-02 21:36:02 +03:00
"version": "v4.4.8",
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-04-07 10:56:06 +03:00
"reference": "346636d2cae417992ecfd761979b2ab98b339a45"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-07 10:56:06 +03:00
"url": "https://api.github.com/repos/symfony/debug/zipball/346636d2cae417992ecfd761979b2ab98b339a45",
"reference": "346636d2cae417992ecfd761979b2ab98b339a45",
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-05-23 22:12:20 +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-04-07 10:56:06 +03:00
"time": "2020-03-27T16:54:36+00:00"
2019-12-04 21:09:08 +03:00
},
{
"name": "symfony/error-handler",
2020-05-02 21:36:02 +03:00
"version": "v5.0.8",
2019-12-04 21:09:08 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2020-04-07 10:56:06 +03:00
"reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4"
2019-12-04 21:09:08 +03:00
},
"dist": {
"type": "zip",
2020-04-07 10:56:06 +03:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
"reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
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-05-23 22:12:20 +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-04-07 10:56:06 +03:00
"time": "2020-03-30T14:14:32+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/event-dispatcher",
2020-05-02 21:36:02 +03:00
"version": "v5.0.8",
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-04-07 10:56:06 +03:00
"reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-07 10:56:06 +03:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
"reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
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-05-23 22:12:20 +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-04-07 10:56:06 +03:00
"time": "2020-03-27T16:56:45+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-05-02 21:36:02 +03:00
"version": "v5.0.8",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2020-05-02 21:36:02 +03:00
"reference": "7cd0dafc4353a0f62e307df90b48466379c8cc91"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7cd0dafc4353a0f62e307df90b48466379c8cc91",
"reference": "7cd0dafc4353a0f62e307df90b48466379c8cc91",
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-05-23 22:12:20 +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-05-02 21:36:02 +03:00
"time": "2020-04-12T14:40:17+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/finder",
2020-05-02 21:36:02 +03:00
"version": "v5.0.8",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2020-04-07 10:56:06 +03:00
"reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-07 10:56:06 +03:00
"url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
"reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
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-05-23 22:12:20 +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-04-07 10:56:06 +03:00
"time": "2020-03-27T16:56:45+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/http-foundation",
2020-05-02 21:36:02 +03:00
"version": "v5.0.8",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2020-05-02 21:36:02 +03:00
"reference": "e47fdf8b24edc12022ba52923150ec6484d7f57d"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e47fdf8b24edc12022ba52923150ec6484d7f57d",
"reference": "e47fdf8b24edc12022ba52923150ec6484d7f57d",
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-05-23 22:12:20 +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-05-02 21:36:02 +03:00
"time": "2020-04-18T20:50:06+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/http-kernel",
2020-05-02 21:36:02 +03:00
"version": "v5.0.8",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2020-05-02 21:36:02 +03:00
"reference": "3565e51eecd06106304baba5ccb7ba89db2d7d2b"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/3565e51eecd06106304baba5ccb7ba89db2d7d2b",
"reference": "3565e51eecd06106304baba5ccb7ba89db2d7d2b",
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",
2020-05-02 21:36:02 +03:00
"symfony/console": "<4.4",
2020-03-15 01:44:57 +03:00
"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-05-23 22:12:20 +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-05-02 21:36:02 +03:00
"time": "2020-04-28T18:53:25+00:00"
2018-05-22 12:42:19 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/mime",
2020-05-02 21:36:02 +03:00
"version": "v5.0.8",
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-05-02 21:36:02 +03:00
"reference": "5d6c81c39225a750f3f43bee15f03093fb9aaa0b"
2018-05-22 12:42:19 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/symfony/mime/zipball/5d6c81c39225a750f3f43bee15f03093fb9aaa0b",
"reference": "5d6c81c39225a750f3f43bee15f03093fb9aaa0b",
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-05-23 22:12:20 +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-05-02 21:36:02 +03:00
"time": "2020-04-17T03:29:44+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "symfony/polyfill-ctype",
2020-05-21 22:22:13 +03:00
"version": "v1.17.0",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-05-21 22:22:13 +03:00
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
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-05-21 22:22:13 +03:00
"dev-master": "1.17-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-05-23 22:12:20 +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-05-21 22:22:13 +03:00
"time": "2020-05-12T16:14:59+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/polyfill-iconv",
2020-05-21 22:22:13 +03:00
"version": "v1.17.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-05-21 22:22:13 +03:00
"reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
"reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
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-05-21 22:22:13 +03:00
"dev-master": "1.17-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-05-23 22:12:20 +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-05-21 22:22:13 +03:00
"time": "2020-05-12T16:47:27+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/polyfill-intl-idn",
2020-05-21 22:22:13 +03:00
"version": "v1.17.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-05-21 22:22:13 +03:00
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
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-05-21 22:22:13 +03:00
"dev-master": "1.17-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-05-23 22:12:20 +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-05-21 22:22:13 +03:00
"time": "2020-05-12T16:47:27+00:00"
2019-11-16 10:21:14 +03:00
},
{
"name": "symfony/polyfill-mbstring",
2020-05-21 22:22:13 +03:00
"version": "v1.17.0",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-05-21 22:22:13 +03:00
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
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-05-21 22:22:13 +03:00
"dev-master": "1.17-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-05-23 22:12:20 +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-05-21 22:22:13 +03:00
"time": "2020-05-12T16:47:27+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/polyfill-php72",
2020-05-21 22:22:13 +03:00
"version": "v1.17.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-05-21 22:22:13 +03:00
"reference": "f048e612a3905f34931127360bdd2def19a5e582"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
"reference": "f048e612a3905f34931127360bdd2def19a5e582",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-21 22:22:13 +03:00
"dev-master": "1.17-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-05-23 22:12:20 +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-05-21 22:22:13 +03:00
"time": "2020-05-12T16:47:27+00:00"
2018-05-03 15:48:13 +03:00
},
{
2019-11-16 10:21:14 +03:00
"name": "symfony/polyfill-php73",
2020-05-21 22:22:13 +03:00
"version": "v1.17.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-05-21 22:22:13 +03:00
"reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
"reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
2018-05-03 15:48:13 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-21 22:22:13 +03:00
"dev-master": "1.17-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-05-23 22:12:20 +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-05-21 22:22:13 +03:00
"time": "2020-05-12T16:47:27+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/process",
2020-05-02 21:36:02 +03:00
"version": "v5.0.8",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2020-05-02 21:36:02 +03:00
"reference": "3179f68dff5bad14d38c4114a1dab98030801fd7"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/symfony/process/zipball/3179f68dff5bad14d38c4114a1dab98030801fd7",
"reference": "3179f68dff5bad14d38c4114a1dab98030801fd7",
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-05-23 22:12:20 +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-05-02 21:36:02 +03:00
"time": "2020-04-15T15:59:10+00:00"
2018-05-03 15:48:13 +03:00
},
{
"name": "symfony/routing",
2020-05-02 21:36:02 +03:00
"version": "v5.0.8",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2020-05-02 21:36:02 +03:00
"reference": "9b18480a6e101f8d9ab7c483ace7c19441be5111"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/symfony/routing/zipball/9b18480a6e101f8d9ab7c483ace7c19441be5111",
"reference": "9b18480a6e101f8d9ab7c483ace7c19441be5111",
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-05-23 22:12:20 +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-05-02 21:36:02 +03:00
"time": "2020-04-21T21:02:50+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-05-02 21:36:02 +03:00
"version": "v5.0.8",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2020-05-02 21:36:02 +03:00
"reference": "c3879db7a68fe3e12b41263b05879412c87b27fd"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/symfony/translation/zipball/c3879db7a68fe3e12b41263b05879412c87b27fd",
"reference": "c3879db7a68fe3e12b41263b05879412c87b27fd",
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-05-23 22:12:20 +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-05-02 21:36:02 +03:00
"time": "2020-04-12T16:45:47+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-05-02 21:36:02 +03:00
"version": "v5.0.8",
2018-05-03 15:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2020-05-02 21:36:02 +03:00
"reference": "09de28632f16f81058a85fcf318397218272a07b"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-05-02 21:36:02 +03:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/09de28632f16f81058a85fcf318397218272a07b",
"reference": "09de28632f16f81058a85fcf318397218272a07b",
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-05-23 22:12:20 +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-05-02 21:36:02 +03:00
"time": "2020-04-12T16:45:47+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-05-23 19:14:42 +03:00
"version": "v4.1.6",
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-05-23 19:14:42 +03:00
"reference": "0b32505d67c1abbfa829283c86bfc0642a661bf6"
2018-10-16 13:09:46 +03:00
},
"dist": {
"type": "zip",
2020-05-23 19:14:42 +03:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0b32505d67c1abbfa829283c86bfc0642a661bf6",
"reference": "0b32505d67c1abbfa829283c86bfc0642a661bf6",
2018-10-16 13:09:46 +03:00
"shasum": ""
},
"require": {
2020-05-02 21:36:02 +03:00
"php": "^5.5.9 || ^7.0 || ^8.0",
2020-03-15 01:44:57 +03:00
"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": "*",
2020-04-07 10:56:06 +03:00
"ext-pcre": "*",
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": {
2020-04-07 10:56:06 +03:00
"ext-filter": "Required to use the boolean validator.",
"ext-pcre": "Required to use most of the library."
2020-03-13 16:40:47 +03:00
},
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-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2020-05-23 19:14:42 +03:00
"time": "2020-05-23T09:43:32+00:00"
2020-03-15 01:44:57 +03: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-05-23 22:12:20 +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-04-18 22:11:06 +03:00
"version": "1.8.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-04-18 22:11:06 +03:00
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
2018-05-03 15:48:13 +03:00
},
"dist": {
"type": "zip",
2020-04-18 22:11:06 +03:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
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": {
2020-04-18 22:11:06 +03:00
"vimeo/psalm": "<3.9.1"
2019-12-04 21:09:08 +03:00
},
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-04-18 22:11:06 +03:00
"time": "2020-04-18T12:12:48+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-05-23 22:12:20 +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-05-21 22:22:13 +03:00
"version": "2.0.4",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/facade/ignition.git",
2020-05-21 22:22:13 +03:00
"reference": "749fba7bf560fe2600ea55bf8734a7c9b8c30cfd"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/facade/ignition/zipball/749fba7bf560fe2600ea55bf8734a7c9b8c30cfd",
"reference": "749fba7bf560fe2600ea55bf8734a7c9b8c30cfd",
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-05-21 22:22:13 +03:00
"illuminate/support": "^7.0|^8.0",
2020-03-15 01:44:57 +03:00
"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-05-21 22:22:13 +03:00
"time": "2020-05-18T15:20:13+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-05-21 22:22:13 +03:00
"version": "2.7.2",
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-05-21 22:22:13 +03:00
"reference": "17d0d3f266c8f925ebd035cd36f83cf802b47d4a"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2020-05-21 22:22:13 +03:00
"url": "https://api.github.com/repos/filp/whoops/zipball/17d0d3f266c8f925ebd035cd36f83cf802b47d4a",
"reference": "17d0d3f266c8f925ebd035cd36f83cf802b47d4a",
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-05-21 22:22:13 +03:00
"time": "2020-05-05T12:28:07+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",
2020-05-23 22:12:20 +03:00
"version": "1.3.1",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
2020-05-23 22:12:20 +03:00
"reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-05-23 22:12:20 +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",
2020-05-23 22:12:20 +03:00
"php": ">=5.6.0"
2019-11-16 10:21:14 +03:00
},
"require-dev": {
2020-05-23 22:12:20 +03:00
"phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
2019-11-16 10:21:14 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-23 22:12:20 +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"
],
2020-05-23 22:12:20 +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-04-07 10:56:06 +03:00
"version": "v4.2.0",
2019-11-16 10:21:14 +03:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
2020-04-07 10:56:06 +03:00
"reference": "d50490417eded97be300a92cd7df7badc37a9018"
2019-11-16 10:21:14 +03:00
},
"dist": {
"type": "zip",
2020-04-07 10:56:06 +03:00
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/d50490417eded97be300a92cd7df7badc37a9018",
"reference": "d50490417eded97be300a92cd7df7badc37a9018",
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",
"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",
2020-04-07 10:56:06 +03:00
"friendsofphp/php-cs-fixer": "^2.16",
2020-03-15 01:44:57 +03:00
"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-05-23 22:12:20 +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-04-07 10:56:06 +03:00
"time": "2020-04-04T19:56:08+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-05-23 19:14:42 +03:00
"version": "8.5.5",
2018-07-14 13:22:33 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-05-23 19:14:42 +03:00
"reference": "63dda3b212a0025d380a745f91bdb4d8c985adb7"
2018-07-14 13:22:33 +03:00
},
"dist": {
"type": "zip",
2020-05-23 19:14:42 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/63dda3b212a0025d380a745f91bdb4d8c985adb7",
"reference": "63dda3b212a0025d380a745f91bdb4d8c985adb7",
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-05-23 22:12:20 +03:00
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-05-23 19:14:42 +03:00
"time": "2020-05-22T13:51:52+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-05-23 22:12:20 +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-04-07 10:56:06 +03:00
"stability-flags": [],
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-05-23 22:12:20 +03:00
"platform-dev": [],
"plugin-api-version": "1.1.0"
2018-05-03 15:48:13 +03:00
}