Pony.fm/composer.lock

8752 lines
311 KiB
Text
Raw Permalink Normal View History

2016-06-03 02:55:59 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2021-02-14 03:34:58 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-06-03 02:55:59 +02:00
"This file is @generated automatically"
],
2017-12-03 09:36:36 +01:00
"content-hash": "e385d19195397827ae1940ef36951ab0",
2016-06-03 02:55:59 +02:00
"packages": [
{
"name": "alsofronie/eloquent-uuid",
2017-11-28 06:44:31 +01:00
"version": "v1.0.9",
"source": {
"type": "git",
"url": "https://github.com/alsofronie/eloquent-uuid.git",
2017-11-28 06:44:31 +01:00
"reference": "90e5a41dca5d48dfa09006718a68a9d6be596f57"
},
"dist": {
"type": "zip",
2017-11-28 06:44:31 +01:00
"url": "https://api.github.com/repos/alsofronie/eloquent-uuid/zipball/90e5a41dca5d48dfa09006718a68a9d6be596f57",
"reference": "90e5a41dca5d48dfa09006718a68a9d6be596f57",
"shasum": ""
},
"require": {
"webpatser/laravel-uuid": "2.*"
},
"require-dev": {
"laravel/framework": "^5.1.0",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Alsofronie\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Sofronie",
"email": "alsofronie@gmail.com"
}
],
"description": "A Laravel Eloquent Model trait for using UUID's as primary keys",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/alsofronie/eloquent-uuid/issues",
"source": "https://github.com/alsofronie/eloquent-uuid"
},
2017-11-28 06:44:31 +01:00
"time": "2017-07-20T18:09:53+00:00"
},
{
"name": "barryvdh/laravel-cors",
2021-02-14 03:34:58 +01:00
"version": "v0.10.1",
"source": {
"type": "git",
2021-02-14 03:34:58 +01:00
"url": "https://github.com/fruitcake/laravel-cors.git",
"reference": "b64caccbfc33b9ee2ba7dcce3307590882ede9ad"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/b64caccbfc33b9ee2ba7dcce3307590882ede9ad",
"reference": "b64caccbfc33b9ee2ba7dcce3307590882ede9ad",
"shasum": ""
},
"require": {
2017-11-28 08:00:11 +01:00
"illuminate/support": "5.3.x|5.4.x|5.5.x",
"php": ">=5.5.9",
2017-11-28 08:00:11 +01:00
"symfony/http-foundation": "~3.1",
"symfony/http-kernel": "~3.1"
},
"require-dev": {
2017-11-28 08:00:11 +01:00
"orchestra/testbench": "3.x",
"phpunit/phpunit": "^4.8|^5.2",
"squizlabs/php_codesniffer": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 08:00:11 +01:00
"dev-master": "0.10-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Cors\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Barryvdh\\Cors\\": "src/"
2017-11-28 08:00:11 +01:00
},
"classmap": [
"tests"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/fruitcake/laravel-cors/issues",
"source": "https://github.com/fruitcake/laravel-cors/tree/v0.10.1"
},
"time": "2017-12-19T21:08:24+00:00"
},
2016-06-03 02:55:59 +02:00
{
"name": "barryvdh/laravel-debugbar",
2017-11-28 06:44:31 +01:00
"version": "v2.4.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
2017-11-28 06:44:31 +01:00
"reference": "d7c88f08131f6404cb714f3f6cf0642f6afa3903"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-11-28 06:44:31 +01:00
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/d7c88f08131f6404cb714f3f6cf0642f6afa3903",
"reference": "d7c88f08131f6404cb714f3f6cf0642f6afa3903",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"maximebf/debugbar": "~1.13.0",
2016-06-03 02:55:59 +02:00
"php": ">=5.5.9",
"symfony/finder": "~2.7|~3.0"
},
"type": "library",
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/2.4"
},
2017-11-28 06:44:31 +01:00
"time": "2017-07-21T11:56:48+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "barryvdh/laravel-ide-helper",
2021-02-14 03:34:58 +01:00
"version": "v2.8.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
2021-02-14 03:34:58 +01:00
"reference": "ba95d18ef55c91295250ae8b7bfa73d8fb866b9b"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/ba95d18ef55c91295250ae8b7bfa73d8fb866b9b",
"reference": "ba95d18ef55c91295250ae8b7bfa73d8fb866b9b",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"barryvdh/reflection-docblock": "^2.0.6",
"composer/composer": "^1.6 || ^2.0@dev",
"doctrine/dbal": "~2.3",
2021-02-14 03:34:58 +01:00
"illuminate/console": "^5.5 || ^6 || ^7",
"illuminate/filesystem": "^5.5 || ^6 || ^7",
"illuminate/support": "^5.5 || ^6 || ^7",
"php": ">=7.2",
"phpdocumentor/type-resolver": "^1.1.0"
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
"require-dev": {
"illuminate/config": "^5.5 || ^6 || ^7",
"illuminate/view": "^5.5 || ^6 || ^7",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^3.5 || ^4 || ^5",
"phpro/grumphp": "^0.19.0",
"spatie/phpunit-snapshot-assertions": "^1.4 || ^2.2 || ^3",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.12"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "2.7-dev"
2017-11-28 06:44:31 +01:00
},
"laravel": {
"providers": [
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
]
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.8.0"
},
"funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
"time": "2020-08-10T08:22:48+00:00"
},
{
"name": "barryvdh/reflection-docblock",
2021-02-14 03:34:58 +01:00
"version": "v2.0.6",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/ReflectionDocBlock.git",
2021-02-14 03:34:58 +01:00
"reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
"reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
"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"
}
],
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.0.6"
},
"time": "2018-12-13T10:34:14+00:00"
2016-06-03 02:55:59 +02:00
},
2016-06-10 03:19:16 +02:00
{
"name": "beberlei/assert",
2021-02-14 03:34:58 +01:00
"version": "v2.9.9",
2016-06-10 03:19:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/beberlei/assert.git",
2021-02-14 03:34:58 +01:00
"reference": "124317de301b7c91d5fce34c98bba2c6925bec95"
2016-06-10 03:19:16 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/beberlei/assert/zipball/124317de301b7c91d5fce34c98bba2c6925bec95",
"reference": "124317de301b7c91d5fce34c98bba2c6925bec95",
2016-06-10 03:19:16 +02:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3"
},
"require-dev": {
2017-11-28 06:44:31 +01:00
"friendsofphp/php-cs-fixer": "^2.1.1",
"phpunit/phpunit": "^4.8.35|^5.7"
2016-06-10 03:19:16 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Assert\\": "lib/Assert"
2016-06-10 03:19:16 +02:00
},
"files": [
"lib/Assert/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Benjamin Eberlei",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"email": "kontakt@beberlei.de",
"role": "Lead Developer"
},
{
"name": "Richard Quadling",
"email": "rquadling@gmail.com",
"role": "Collaborator"
2016-06-10 03:19:16 +02:00
}
],
"description": "Thin assertion library for input validation in business models.",
"keywords": [
"assert",
"assertion",
"validation"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/beberlei/assert/issues",
"source": "https://github.com/beberlei/assert/tree/v2.9.9"
},
"time": "2019-05-28T15:27:37+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "codescale/ffmpeg-php",
"version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/CodeScaleInc/ffmpeg-php.git",
"reference": "c4e3e71ac24116e9a8e29b423f0d5e13de980c02"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CodeScaleInc/ffmpeg-php/zipball/c4e3e71ac24116e9a8e29b423f0d5e13de980c02",
"reference": "c4e3e71ac24116e9a8e29b423f0d5e13de980c02",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"autoload": {
"classmap": [
"."
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"New BSD"
],
"authors": [
{
"name": "char0n (Vladimír Gorej, CodeScale s.r.o.)",
"email": "gorej@codescale.net",
"homepage": "http://www.codescale.net/",
"role": "Development lead"
}
],
"description": "PHP wrapper for FFmpeg application",
"homepage": "http://freecode.com/projects/ffmpegphp",
"keywords": [
"audio",
"ffmpeg",
"video"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/CodeScaleInc/ffmpeg-php/issues",
"source": "https://github.com/CodeScaleInc/ffmpeg-php/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2013-05-05T09:10:04+00:00"
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
{
"name": "composer/ca-bundle",
"version": "1.2.9",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.55",
"psr/log": "^1.0",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"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"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.2.9"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-01-12T12:10:35+00:00"
},
{
"name": "composer/composer",
"version": "2.0.9",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
"reference": "591c2c155cac0d2d7f34af41d3b1e29bcbfc685e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/591c2c155cac0d2d7f34af41d3b1e29bcbfc685e",
"reference": "591c2c155cac0d2d7f34af41d3b1e29bcbfc685e",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/semver": "^3.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
"justinrainbow/json-schema": "^5.2.10",
"php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0",
"react/promise": "^1.2 || ^2.7",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0"
},
"require-dev": {
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^4.2 || ^5.0"
},
"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"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\": "src/Composer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "https://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
}
],
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/composer/issues",
"source": "https://github.com/composer/composer/tree/2.0.9"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-01-27T15:09:27+00:00"
},
{
"name": "composer/semver",
"version": "3.2.4",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.54",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.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"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.2.4"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-11-13T08:59:24+00:00"
},
{
"name": "composer/spdx-licenses",
"version": "1.5.5",
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
"reference": "de30328a7af8680efdc03e396aad24befd513200"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
"reference": "de30328a7af8680efdc03e396aad24befd513200",
"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-main": "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"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/spdx-licenses/issues",
"source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-12-03T16:04:16+00:00"
},
{
"name": "composer/xdebug-handler",
"version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "f28d44c286812c714741478d968104c5e604a1d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
"reference": "f28d44c286812c714741478d968104c5e604a1d4",
"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"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-11-13T08:04:11+00:00"
},
2016-06-03 02:55:59 +02:00
{
"name": "cviebrock/laravel-elasticsearch",
2017-11-28 06:44:31 +01:00
"version": "1.3.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/cviebrock/laravel-elasticsearch.git",
2017-11-28 06:44:31 +01:00
"reference": "d51ed07b7d4d0fb45e803c1c6af0c148ad67e07d"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-11-28 06:44:31 +01:00
"url": "https://api.github.com/repos/cviebrock/laravel-elasticsearch/zipball/d51ed07b7d4d0fb45e803c1c6af0c148ad67e07d",
"reference": "d51ed07b7d4d0fb45e803c1c6af0c148ad67e07d",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"elasticsearch/elasticsearch": "^2.0",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"illuminate/support": "~5",
2016-06-03 02:55:59 +02:00
"monolog/monolog": "~1",
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Cviebrock\\LaravelElasticsearch\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin Viebrock",
"email": "colin@viebrock.ca"
},
{
"name": "Brandon Martel",
"email": "brandonmartel@gmail.com"
}
],
"description": "An easy way to use the official PHP ElasticSearch client in your Laravel applications.",
2016-06-03 02:55:59 +02:00
"keywords": [
"client",
"elasticsearch",
"laravel",
"search"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/cviebrock/laravel-elasticsearch/issues",
"source": "https://github.com/cviebrock/laravel-elasticsearch/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2017-02-17T13:24:59+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "dnoegel/php-xdg-base-dir",
2021-02-14 03:34:58 +01:00
"version": "v0.1.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
2021-02-14 03:34:58 +01:00
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
"type": "library",
2016-06-03 02:55:59 +02:00
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
"time": "2019-12-04T15:06:13+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "doctrine/annotations",
2017-12-03 09:36:36 +01:00
"version": "v1.4.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2017-12-03 09:36:36 +01:00
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-12-03 09:36:36 +01:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2017-12-03 09:36:36 +01:00
"php": "^5.6 || ^7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"doctrine/cache": "1.*",
2017-11-28 06:44:31 +01:00
"phpunit/phpunit": "^5.7"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-03 09:36:36 +01:00
"dev-master": "1.4.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/v1.4.0"
},
2017-12-03 09:36:36 +01:00
"time": "2017-02-24T16:22:25+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "doctrine/cache",
2017-12-03 09:36:36 +01:00
"version": "v1.6.2",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2017-12-03 09:36:36 +01:00
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-12-03 09:36:36 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-12-03 09:36:36 +01:00
"php": "~5.5|~7.0"
2016-06-03 02:55:59 +02:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
2017-12-03 09:36:36 +01:00
"phpunit/phpunit": "~4.8|~5.0",
"predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-03 09:36:36 +01:00
"dev-master": "1.6.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/1.6.x"
},
2017-12-03 09:36:36 +01:00
"time": "2017-07-22T12:49:21+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "doctrine/collections",
2017-12-03 09:36:36 +01:00
"version": "v1.4.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2017-12-03 09:36:36 +01:00
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-12-03 09:36:36 +01:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-12-03 09:36:36 +01:00
"php": "^5.6 || ^7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2017-11-28 06:44:31 +01:00
"doctrine/coding-standard": "~0.1@dev",
"phpunit/phpunit": "^5.7"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 06:44:31 +01:00
"dev-master": "1.3.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Collections\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Collections Abstraction library",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"array",
"collections",
"iterator"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/master"
},
2017-12-03 09:36:36 +01:00
"time": "2017-01-03T10:49:41+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "doctrine/common",
"version": "v2.7.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
"reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"doctrine/annotations": "1.*",
"doctrine/cache": "1.*",
"doctrine/collections": "1.*",
"doctrine/inflector": "1.*",
"doctrine/lexer": "1.*",
"php": "~5.6|~7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"phpunit/phpunit": "^5.4.6"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"collections",
"eventmanager",
"persistence",
"spl"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/common/issues",
"source": "https://github.com/doctrine/common/tree/v2.7.3"
},
"time": "2017-07-22T08:35:12+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "doctrine/dbal",
"version": "v2.5.13",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "729340d8d1eec8f01bff708e12e449a3415af873"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
"reference": "729340d8d1eec8f01bff708e12e449a3415af873",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"doctrine/common": ">=2.4,<2.8-dev",
"php": ">=5.3.2"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"phpunit/phpunit": "4.*",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"symfony/console": "2.*||^3.0"
2016-06-03 02:55:59 +02:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"psr-0": {
"Doctrine\\DBAL\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"persistence",
"queryobject"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/v2.5.13"
},
"time": "2017-07-22T20:44:48+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "doctrine/inflector",
2021-02-14 03:34:58 +01:00
"version": "1.4.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2021-02-14 03:34:58 +01:00
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^7.2 || ^8.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01: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"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "2.0.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
2017-11-28 06:44:31 +01:00
"psr-4": {
2021-02-14 03:34:58 +01:00
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-02-14 03:34:58 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2016-06-03 02:55:59 +02: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"
}
],
2021-02-14 03:34:58 +01: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",
2016-06-03 02:55:59 +02:00
"keywords": [
"inflection",
2021-02-14 03:34:58 +01:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/1.4.x"
},
"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"
}
2016-06-03 02:55:59 +02:00
],
2021-02-14 03:34:58 +01:00
"time": "2020-05-29T07:19:59+00:00"
2016-06-03 02:55:59 +02:00
},
2017-12-03 09:36:36 +01:00
{
"name": "doctrine/instantiator",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
"shasum": ""
},
"require": {
"php": ">=5.3,<8.0-DEV"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/master"
},
2017-12-03 09:36:36 +01:00
"time": "2015-06-14T21:17:01+00:00"
},
2016-06-03 02:55:59 +02:00
{
"name": "doctrine/lexer",
2021-02-14 03:34:58 +01:00
"version": "1.2.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2021-02-14 03:34:58 +01:00
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "1.2.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
2021-02-14 03:34:58 +01:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2021-02-14 03:34:58 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2016-06-03 02:55:59 +02:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2021-02-14 03:34:58 +01: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",
2016-06-03 02:55:59 +02:00
"keywords": [
2021-02-14 03:34:58 +01:00
"annotations",
"docblock",
2016-06-03 02:55:59 +02:00
"lexer",
2021-02-14 03:34:58 +01:00
"parser",
"php"
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.1"
},
"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%2Flexer",
"type": "tidelift"
}
2016-06-03 02:55:59 +02:00
],
2021-02-14 03:34:58 +01:00
"time": "2020-05-25T17:44:05+00:00"
2016-06-03 02:55:59 +02:00
},
2017-11-28 08:00:11 +01:00
{
"name": "egulias/email-validator",
2021-02-14 03:34:58 +01:00
"version": "2.1.25",
2017-11-28 08:00:11 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2021-02-14 03:34:58 +01:00
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
2017-11-28 08:00:11 +01:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
2017-11-28 08:00:11 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
2021-02-14 03:34:58 +01:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
2017-11-28 08:00:11 +01:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
2017-11-28 08:00:11 +01:00
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "2.1.x-dev"
2017-11-28 08:00:11 +01:00
}
},
"autoload": {
"psr-4": {
2021-02-14 03:34:58 +01:00
"Egulias\\EmailValidator\\": "src"
2017-11-28 08:00:11 +01:00
}
},
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
"time": "2020-12-29T14:50:06+00:00"
2017-11-28 08:00:11 +01:00
},
2016-06-03 02:55:59 +02:00
{
"name": "elasticsearch/elasticsearch",
2021-02-14 03:34:58 +01:00
"version": "v2.4.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/elastic/elasticsearch-php.git",
2021-02-14 03:34:58 +01:00
"reference": "546332c9cb6d86d8febcb65ba4ce3956ba20175b"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/546332c9cb6d86d8febcb65ba4ce3956ba20175b",
"reference": "546332c9cb6d86d8febcb65ba4ce3956ba20175b",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"guzzlehttp/ringphp": "~1.0",
"php": ">=5.4",
"psr/log": "~1.0"
},
"require-dev": {
"cpliakas/git-wrapper": "~1.0",
"mockery/mockery": "0.9.4",
"phpunit/phpunit": "~4.7",
"sami/sami": "~3.2",
2016-06-03 02:55:59 +02:00
"symfony/yaml": "2.4.3 as 2.4.2",
"twig/twig": "1.*"
},
"suggest": {
"ext-curl": "*",
"monolog/monolog": "Allows for client-level logging and tracing"
},
"type": "library",
"autoload": {
"psr-4": {
"Elasticsearch\\": "src/Elasticsearch/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
2016-06-03 02:55:59 +02:00
],
"authors": [
{
"name": "Zachary Tong"
}
],
"description": "PHP Client for Elasticsearch",
"keywords": [
"client",
"elasticsearch",
"search"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/elastic/elasticsearch-php/issues",
"source": "https://github.com/elastic/elasticsearch-php/tree/v2.4.0"
},
"time": "2019-01-08T19:01:56+00:00"
2017-11-28 06:44:31 +01:00
},
{
"name": "erusev/parsedown",
2021-02-14 03:34:58 +01:00
"version": "1.7.4",
2017-11-28 06:44:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2021-02-14 03:34:58 +01:00
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
2017-11-28 06:44:31 +01:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
2017-11-28 06:44:31 +01:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"ext-mbstring": "*",
2017-11-28 06:44:31 +01:00
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
},
"time": "2019-12-30T22:54:17+00:00"
2016-06-03 02:55:59 +02:00
},
2016-06-10 03:19:16 +02:00
{
"name": "fgrosse/phpasn1",
2021-02-14 03:34:58 +01:00
"version": "v1.5.4",
2016-06-10 03:19:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/fgrosse/PHPASN1.git",
2021-02-14 03:34:58 +01:00
"reference": "4fe0afb91b4ce3ca08c63d9cf31cec1150828e97"
2016-06-10 03:19:16 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/4fe0afb91b4ce3ca08c63d9cf31cec1150828e97",
"reference": "4fe0afb91b4ce3ca08c63d9cf31cec1150828e97",
2016-06-10 03:19:16 +02:00
"shasum": ""
},
"require": {
"ext-gmp": "*",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"php": ">=5.6.0"
2016-06-10 03:19:16 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"php-coveralls/php-coveralls": "^1.0|^2.0",
"phpunit/phpunit": "~4.5"
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
},
"suggest": {
"php-curl": "For loading OID information from the web if they have not bee defined statically"
2016-06-10 03:19:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"dev-master": "1.5.x-dev"
2016-06-10 03:19:16 +02:00
}
},
"autoload": {
"psr-4": {
"FG\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Friedrich Große",
"email": "friedrich.grosse@gmail.com",
"homepage": "https://github.com/FGrosse",
"role": "Author"
},
{
"name": "All contributors",
"homepage": "https://github.com/FGrosse/PHPASN1/contributors"
}
],
"description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
"homepage": "https://github.com/FGrosse/PHPASN1",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"keywords": [
"DER",
"asn.1",
"asn1",
"ber",
"binary",
"decoding",
"encoding",
"x.509",
"x.690",
"x509",
"x690"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/fgrosse/PHPASN1/issues",
"source": "https://github.com/fgrosse/PHPASN1/tree/1.5"
},
"time": "2018-12-02T01:31:42+00:00"
2016-06-10 03:19:16 +02:00
},
2016-06-05 20:45:21 +02:00
{
"name": "graham-campbell/exceptions",
2021-02-14 03:34:58 +01:00
"version": "v10.1.0",
2016-06-05 20:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Exceptions.git",
2021-02-14 03:34:58 +01:00
"reference": "aa191a1d5489c6243bd0533aac3d1004bf56ddd3"
2016-06-05 20:45:21 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Exceptions/zipball/aa191a1d5489c6243bd0533aac3d1004bf56ddd3",
"reference": "aa191a1d5489c6243bd0533aac3d1004bf56ddd3",
2016-06-05 20:45:21 +02:00
"shasum": ""
},
"require": {
2017-11-28 08:00:11 +01:00
"illuminate/contracts": "5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.3.*|5.4.*|5.5.*",
"php": "^7.0",
2016-06-05 20:45:21 +02:00
"psr/log": "^1.0",
2021-02-14 03:34:58 +01:00
"symfony/console": "^3.1|^4.0",
"symfony/debug": "^3.1|^4.0",
"symfony/http-foundation": "^3.1|^4.0"
2016-06-05 20:45:21 +02:00
},
"require-dev": {
"filp/whoops": "^1.1|^2.0",
2021-02-14 03:34:58 +01:00
"graham-campbell/analyzer": "^2.0",
"graham-campbell/testbench": "^4.0|^5.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.5"
2016-06-05 20:45:21 +02:00
},
"suggest": {
"filp/whoops": "Enables use of the debug displayer."
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "10.1-dev"
2017-11-28 08:00:11 +01:00
},
"laravel": {
"providers": [
"GrahamCampbell\\Exceptions\\ExceptionsServiceProvider"
]
2016-06-05 20:45:21 +02:00
}
},
"autoload": {
"psr-4": {
"GrahamCampbell\\Exceptions\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
}
],
"description": "Provides A Powerful Error Response System For Both Development And Production",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Laravel Exceptions",
"Laravel-Exceptions",
"error",
"errors",
"exception",
"exceptions",
"framework",
"laravel",
"whoops"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/GrahamCampbell/Laravel-Exceptions/issues",
"source": "https://github.com/GrahamCampbell/Laravel-Exceptions/tree/master"
},
"time": "2018-01-02T18:20:48+00:00"
2016-06-05 20:45:21 +02:00
},
2016-06-03 02:55:59 +02:00
{
"name": "guzzlehttp/guzzle",
2021-02-14 03:34:58 +01:00
"version": "6.5.5",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2021-02-14 03:34:58 +01:00
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"ext-json": "*",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"guzzlehttp/promises": "^1.0",
2021-02-14 03:34:58 +01:00
"guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.17.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"ext-curl": "*",
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.1"
2016-06-03 02:55:59 +02:00
},
2017-11-28 06:44:31 +01:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2016-06-03 02:55:59 +02:00
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "6.5-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
2021-02-14 03:34:58 +01:00
},
"files": [
"src/functions_include.php"
]
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/6.5"
},
"time": "2020-06-16T21:01:06+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "guzzlehttp/promises",
2021-02-14 03:34:58 +01:00
"version": "1.4.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2021-02-14 03:34:58 +01:00
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=5.5"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
2016-06-03 02:55:59 +02:00
}
},
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.4.0"
},
"time": "2020-09-30T07:37:28+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "guzzlehttp/psr7",
2021-02-14 03:34:58 +01:00
"version": "1.7.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2021-02-14 03:34:58 +01:00
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2021-02-14 03:34:58 +01:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2016-06-03 02:55:59 +02:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "1.7-dev"
2016-06-03 02:55:59 +02: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"
2017-11-28 06:44:31 +01:00
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
2016-06-03 02:55:59 +02:00
}
],
2017-11-28 06:44:31 +01:00
"description": "PSR-7 message implementation that also provides common utility methods",
2016-06-03 02:55:59 +02:00
"keywords": [
"http",
"message",
2021-02-14 03:34:58 +01:00
"psr-7",
2017-11-28 06:44:31 +01:00
"request",
"response",
2016-06-03 02:55:59 +02:00
"stream",
2017-11-28 06:44:31 +01:00
"uri",
"url"
2016-06-03 02:55:59 +02:00
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.7.0"
},
"time": "2020-09-30T07:37:11+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "guzzlehttp/ringphp",
2021-02-14 03:34:58 +01:00
"version": "1.1.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/RingPHP.git",
2021-02-14 03:34:58 +01:00
"reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
"reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"guzzlehttp/streams": "~3.0",
"php": ">=5.4.0",
"react/promise": "~2.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"ext-curl": "Guzzle will use specific adapters if cURL is present"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Ring\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/guzzle/RingPHP/issues",
"source": "https://github.com/guzzle/RingPHP/tree/1.1.1"
},
"abandoned": true,
"time": "2018-07-31T13:22:33+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "guzzlehttp/streams",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/streams.git",
"reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
"reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Stream\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Provides a simple abstraction over streams of data",
"homepage": "http://guzzlephp.org/",
"keywords": [
"Guzzle",
"stream"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/guzzle/streams/issues",
"source": "https://github.com/guzzle/streams/tree/master"
},
"abandoned": true,
2017-11-28 06:44:31 +01:00
"time": "2014-10-12T19:18:40+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "intouch/laravel-newrelic",
2021-02-14 03:34:58 +01:00
"version": "2.2.2",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/In-Touch/laravel-newrelic.git",
2021-02-14 03:34:58 +01:00
"reference": "18673d93ab6eaaedbe7804e7753b1113a437b094"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/In-Touch/laravel-newrelic/zipball/18673d93ab6eaaedbe7804e7753b1113a437b094",
"reference": "18673d93ab6eaaedbe7804e7753b1113a437b094",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"illuminate/support": "5.*",
"intouch/newrelic": ">=1.0.2",
"php": ">=5.5.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Intouch\\LaravelNewrelic": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache 2.0"
],
"authors": [
{
"name": "Patrick Leckey",
"email": "pleckey@intouchinsight.com"
}
],
"description": "Laravel 5 NewRelic Integration",
"homepage": "https://github.com/In-Touch/laravel-newrelic",
"keywords": [
"laravel",
"new relic",
"newrelic"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/In-Touch/laravel-newrelic/issues",
"source": "https://github.com/In-Touch/laravel-newrelic/tree/master"
},
"time": "2019-02-06T01:45:48+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "intouch/newrelic",
2021-02-14 03:34:58 +01:00
"version": "v2.0.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/In-Touch/newrelic.git",
2021-02-14 03:34:58 +01:00
"reference": "6cfe02b31ac6ec8f7ef3baa2ba3b50fe7454bccd"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/In-Touch/newrelic/zipball/6cfe02b31ac6ec8f7ef3baa2ba3b50fe7454bccd",
"reference": "6cfe02b31ac6ec8f7ef3baa2ba3b50fe7454bccd",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"autoload": {
2021-02-14 03:34:58 +01:00
"psr-4": {
"Intouch\\Newrelic\\": "src"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache 2.0"
],
"authors": [
{
"name": "Patrick Leckey",
"email": "pleckey@intouchinsight.com"
}
],
"description": "Namespaced Wrapper for NewRelic PHP Agent",
"homepage": "http://github.com/In-Touch/newrelic/",
"keywords": [
"new relic",
"newrelic"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/In-Touch/newrelic/issues",
"source": "https://github.com/In-Touch/newrelic/tree/master"
},
"time": "2019-01-26T23:44:00+00:00"
},
{
"name": "ircmaxell/random-lib",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/RandomLib.git",
"reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
"reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
"shasum": ""
},
"require": {
"ircmaxell/security-lib": "^1.1",
"php": ">=5.3.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.11",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^4.8|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"RandomLib": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@ircmaxell.com",
"homepage": "http://blog.ircmaxell.com"
}
],
"description": "A Library For Generating Secure Random Numbers",
"homepage": "https://github.com/ircmaxell/RandomLib",
"keywords": [
"cryptography",
"random",
"random-numbers",
"random-strings"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/ircmaxell/RandomLib/issues",
"source": "https://github.com/ircmaxell/RandomLib/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2016-09-07T15:52:06+00:00"
},
{
"name": "ircmaxell/security-lib",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/SecurityLib.git",
"reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
"reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"mikey179/vfsstream": "1.1.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"SecurityLib": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@ircmaxell.com",
"homepage": "http://blog.ircmaxell.com"
}
],
"description": "A Base Security Library",
"homepage": "https://github.com/ircmaxell/SecurityLib",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/ircmaxell/SecurityLib/issues",
"source": "https://github.com/ircmaxell/SecurityLib/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2015-03-20T14:31:23+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "jakub-onderka/php-console-color",
2021-02-14 03:34:58 +01:00
"version": "v0.2",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
2021-02-14 03:34:58 +01:00
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=5.4.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
2021-02-14 03:34:58 +01:00
"jakub-onderka/php-parallel-lint": "1.0",
2016-06-03 02:55:59 +02:00
"jakub-onderka/php-var-dump-check": "0.*",
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "~4.3",
2016-06-03 02:55:59 +02:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
2021-02-14 03:34:58 +01:00
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
2021-02-14 03:34:58 +01:00
"email": "jakub.onderka@gmail.com"
2016-06-03 02:55:59 +02:00
}
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/JakubOnderka/PHP-Console-Color/issues",
"source": "https://github.com/JakubOnderka/PHP-Console-Color/tree/master"
},
"abandoned": "php-parallel-lint/php-console-color",
"time": "2018-09-29T17:23:10+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "jakub-onderka/php-console-highlighter",
2021-02-14 03:34:58 +01:00
"version": "v0.4",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
2021-02-14 03:34:58 +01:00
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"ext-tokenizer": "*",
"jakub-onderka/php-console-color": "~0.2",
"php": ">=5.4.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
2021-02-14 03:34:58 +01:00
"jakub-onderka/php-parallel-lint": "~1.0",
2016-06-03 02:55:59 +02:00
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
2021-02-14 03:34:58 +01:00
"psr-4": {
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
2021-02-14 03:34:58 +01:00
"description": "Highlight PHP code in terminal",
"support": {
"issues": "https://github.com/JakubOnderka/PHP-Console-Highlighter/issues",
"source": "https://github.com/JakubOnderka/PHP-Console-Highlighter/tree/master"
},
"abandoned": "php-parallel-lint/php-console-highlighter",
"time": "2018-09-29T18:48:56+00:00"
},
{
"name": "justinrainbow/json-schema",
"version": "5.2.10",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
"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"
],
"support": {
"issues": "https://github.com/justinrainbow/json-schema/issues",
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.10"
},
"time": "2020-05-27T16:41:55+00:00"
2016-06-10 03:19:16 +02:00
},
2016-06-03 02:55:59 +02:00
{
"name": "ksubileau/color-thief-php",
2021-02-14 03:34:58 +01:00
"version": "v1.4.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/ksubileau/color-thief-php.git",
2021-02-14 03:34:58 +01:00
"reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/fc2acefacbd037f68cf61bcc62b30ac1bb16ed59",
"reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=5.4.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"friendsofphp/php-cs-fixer": "^2.13",
"phpunit/phpunit": "~4.8|~5.7"
2016-06-03 02:55:59 +02:00
},
"suggest": {
"ext-gd": "to use the GD image adapter.",
"ext-gmagick": "to use the Gmagick image adapter.",
"ext-imagick": "to use the Imagick image adapter."
},
"type": "library",
"autoload": {
"psr-4": {
"ColorThief\\": "lib/ColorThief"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC-BY-2.5"
],
"authors": [
{
"name": "Kevin Subileau",
"homepage": "http://www.kevinsubileau.fr"
}
],
"description": "Grabs the dominant color or a representative color palette from an image.",
"homepage": "http://www.kevinsubileau.fr/projets/color-thief-php",
"keywords": [
"color",
"dominant",
"palette",
"php",
"thief"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/ksubileau/color-thief-php/issues",
"source": "https://github.com/ksubileau/color-thief-php/tree/master"
},
"time": "2018-10-27T18:57:38+00:00"
},
{
"name": "kylekatarnls/update-helper",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/kylekatarnls/update-helper.git",
"reference": "429be50660ed8a196e0798e5939760f168ec8ce9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9",
"reference": "429be50660ed8a196e0798e5939760f168ec8ce9",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0.0",
"php": ">=5.3.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"composer/composer": "2.0.x-dev || ^2.0.0-dev",
"phpunit/phpunit": ">=4.8.35 <6.0"
},
"type": "composer-plugin",
"extra": {
"class": "UpdateHelper\\ComposerPlugin"
},
"autoload": {
"psr-0": {
"UpdateHelper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Update helper",
"support": {
"issues": "https://github.com/kylekatarnls/update-helper/issues",
"source": "https://github.com/kylekatarnls/update-helper/tree/1.2.1"
},
"funding": [
{
"url": "https://github.com/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
"time": "2020-04-07T20:44:10+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "laravel/framework",
2021-02-14 03:34:58 +01:00
"version": "v5.5.50",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2021-02-14 03:34:58 +01:00
"reference": "c62385a23c639742b3b74a4a78640da25e6b782b"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/laravel/framework/zipball/c62385a23c639742b3b74a4a78640da25e6b782b",
"reference": "c62385a23c639742b3b74a4a78640da25e6b782b",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"doctrine/inflector": "~1.1",
2021-02-14 03:34:58 +01:00
"erusev/parsedown": "~1.7",
2016-06-03 02:55:59 +02:00
"ext-mbstring": "*",
"ext-openssl": "*",
2021-02-14 03:34:58 +01:00
"league/flysystem": "^1.0.8",
2017-11-28 08:00:11 +01:00
"monolog/monolog": "~1.12",
2016-06-03 02:55:59 +02:00
"mtdowling/cron-expression": "~1.0",
2021-02-14 03:34:58 +01:00
"nesbot/carbon": "^1.26.0",
2017-11-28 08:00:11 +01:00
"php": ">=7.0",
"psr/container": "~1.0",
"psr/simple-cache": "^1.0",
"ramsey/uuid": "~3.0",
2017-11-28 08:00:11 +01:00
"swiftmailer/swiftmailer": "~6.0",
"symfony/console": "~3.3",
"symfony/debug": "~3.3",
"symfony/finder": "~3.3",
"symfony/http-foundation": "~3.3",
"symfony/http-kernel": "~3.3",
"symfony/process": "~3.3",
"symfony/routing": "~3.3",
"symfony/var-dumper": "~3.3",
2017-11-28 06:44:31 +01:00
"tijsverkoyen/css-to-inline-styles": "~2.2",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"vlucas/phpdotenv": "~2.2"
2016-06-03 02:55:59 +02: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",
2016-06-03 02:55:59 +02:00
"illuminate/pagination": "self.version",
"illuminate/pipeline": "self.version",
"illuminate/queue": "self.version",
"illuminate/redis": "self.version",
"illuminate/routing": "self.version",
"illuminate/session": "self.version",
"illuminate/support": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"illuminate/view": "self.version",
2021-02-14 03:34:58 +01:00
"tightenco/collect": "<5.5.33"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"aws/aws-sdk-php": "~3.0",
2017-11-28 06:44:31 +01:00
"doctrine/dbal": "~2.5",
2017-11-28 08:00:11 +01:00
"filp/whoops": "^2.1.4",
"mockery/mockery": "~1.0",
"orchestra/testbench-core": "3.5.*",
2016-06-03 02:55:59 +02:00
"pda/pheanstalk": "~3.0",
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "~6.0",
"predis/predis": "^1.1.1",
"symfony/css-selector": "~3.3",
"symfony/dom-crawler": "~3.3"
2016-06-03 02:55:59 +02:00
},
"suggest": {
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
2017-11-28 06:44:31 +01:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
2017-11-28 08:00:11 +01:00
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
2016-06-03 02:55:59 +02:00
"fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
2017-11-28 06:44:31 +01:00
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
"laravel/tinker": "Required to use the tinker console command (~1.0).",
2016-06-03 02:55:59 +02:00
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
2021-02-14 03:34:58 +01:00
"league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
2016-06-03 02:55:59 +02:00
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
2017-11-28 06:44:31 +01:00
"nexmo/client": "Required to use the Nexmo transport (~1.0).",
2016-06-03 02:55:59 +02:00
"pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
"predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
2017-11-28 08:00:11 +01:00
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
"symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).",
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 08:00:11 +01:00
"dev-master": "5.5-dev"
2016-06-03 02:55:59 +02: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"
2016-06-03 02:55:59 +02:00
}
],
"description": "The Laravel Framework.",
"homepage": "https://laravel.com",
2016-06-03 02:55:59 +02:00
"keywords": [
"framework",
"laravel"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2020-08-18T13:47:57+00:00"
2017-11-28 06:44:31 +01:00
},
{
"name": "laravel/tinker",
2021-02-14 03:34:58 +01:00
"version": "v1.0.10",
2017-11-28 06:44:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2021-02-14 03:34:58 +01:00
"reference": "ad571aacbac1539c30d480908f9d0c9614eaf1a7"
2017-11-28 06:44:31 +01:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/ad571aacbac1539c30d480908f9d0c9614eaf1a7",
"reference": "ad571aacbac1539c30d480908f9d0c9614eaf1a7",
2017-11-28 06:44:31 +01:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"illuminate/console": "~5.1|^6.0",
"illuminate/contracts": "~5.1|^6.0",
"illuminate/support": "~5.1|^6.0",
2017-11-28 06:44:31 +01:00
"php": ">=5.5.9",
2021-02-14 03:34:58 +01:00
"psy/psysh": "0.7.*|0.8.*|0.9.*",
"symfony/var-dumper": "~3.0|~4.0"
2017-11-28 06:44:31 +01:00
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"suggest": {
"illuminate/database": "The Illuminate Database package (~5.1)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Tinker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Powerful REPL for the Laravel framework.",
"keywords": [
"REPL",
"Tinker",
"laravel",
"psysh"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/laravel/tinker/issues",
"source": "https://github.com/laravel/tinker/tree/v1.0.10"
},
"time": "2019-08-07T15:10:45+00:00"
},
2016-06-03 02:55:59 +02:00
{
"name": "league/flysystem",
2021-02-14 03:34:58 +01:00
"version": "1.1.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2021-02-14 03:34:58 +01:00
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"ext-fileinfo": "*",
"league/mime-type-detection": "^1.3",
"php": "^7.2.5 || ^8.0"
2016-06-03 02:55:59 +02:00
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpspec/prophecy": "^1.11.1",
"phpunit/phpunit": "^8.5.8"
2016-06-03 02:55:59 +02:00
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
2021-02-14 03:34:58 +01:00
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
2016-06-03 02:55:59 +02:00
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
2017-11-28 06:44:31 +01:00
"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"
2016-06-03 02:55:59 +02:00
},
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/1.x"
},
"funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
],
"time": "2020-08-23T07:39:11+00:00"
},
{
"name": "league/mime-type-detection",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18",
"phpstan/phpstan": "^0.12.68",
"phpunit/phpunit": "^8.5.8 || ^9.3"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\MimeTypeDetection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "Mime-type detection for Flysystem",
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
},
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
"time": "2021-01-18T20:58:21+00:00"
},
{
"name": "league/oauth2-client",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-client.git",
"reference": "01f955b85040b41cf48885b078f7fd39a8be5411"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/01f955b85040b41cf48885b078f7fd39a8be5411",
"reference": "01f955b85040b41cf48885b078f7fd39a8be5411",
"shasum": ""
},
"require": {
"ext-curl": "*",
"guzzlehttp/guzzle": "~6.0",
"ircmaxell/random-lib": "~1.1",
"php": ">=5.5.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.8.*",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "0.6.*",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
}
],
"description": "OAuth 2.0 Client Library",
"keywords": [
"Authentication",
"SSO",
"authorization",
"identity",
"idp",
"oauth",
"oauth2",
"single sign on"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/thephpleague/oauth2-client/issues",
"source": "https://github.com/thephpleague/oauth2-client/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2016-07-28T13:20:43+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "maximebf/debugbar",
2017-11-28 06:44:31 +01:00
"version": "1.13.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
2017-11-28 06:44:31 +01:00
"reference": "afee79a236348e39a44cb837106b7c5b4897ac2a"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-11-28 06:44:31 +01:00
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/afee79a236348e39a44cb837106b7c5b4897ac2a",
"reference": "afee79a236348e39a44cb837106b7c5b4897ac2a",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "^1.0",
"symfony/var-dumper": "^2.6|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
},
"type": "library",
"extra": {
"branch-alias": {
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"dev-master": "1.13-dev"
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/maximebf/php-debugbar/issues",
"source": "https://github.com/maximebf/php-debugbar/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2017-01-05T08:46:19+00:00"
2016-06-03 02:55:59 +02:00
},
2016-06-10 03:19:16 +02:00
{
"name": "mdanter/ecc",
2021-02-14 03:34:58 +01:00
"version": "v0.4.3",
2016-06-10 03:19:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpecc/phpecc.git",
2021-02-14 03:34:58 +01:00
"reference": "fa3405da1b2bb4772a0c908c65b0c3e9dde4ccfd"
2016-06-10 03:19:16 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/phpecc/phpecc/zipball/fa3405da1b2bb4772a0c908c65b0c3e9dde4ccfd",
"reference": "fa3405da1b2bb4772a0c908c65b0c3e9dde4ccfd",
2016-06-10 03:19:16 +02:00
"shasum": ""
},
"require": {
"ext-gmp": "*",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"fgrosse/phpasn1": "~1.5",
"paragonie/random_compat": "^1|^2",
2021-02-14 03:34:58 +01:00
"php": ">=5.6.0"
2016-06-10 03:19:16 +02:00
},
"require-dev": {
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"phpunit/phpunit": "~4.1|~5.0",
2016-06-10 03:19:16 +02:00
"squizlabs/php_codesniffer": "~2",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"symfony/yaml": "~2.6|~3.0"
2016-06-10 03:19:16 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Mdanter\\Ecc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matyas Danter",
"homepage": "http://matejdanter.com/",
"role": "Author"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io",
"homepage": "http://aztech.io",
"role": "Maintainer"
}
],
"description": "PHP Elliptic Curve Cryptography library",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"homepage": "https://github.com/phpecc/phpecc",
"keywords": [
"Diffie",
"ECDSA",
"Hellman",
"curve",
"ecdh",
"elliptic",
"nistp192",
"nistp224",
"nistp256",
"nistp521",
"phpecc",
"secp256k1"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/phpecc/phpecc/issues",
"source": "https://github.com/phpecc/phpecc/tree/0.4"
},
"time": "2017-09-22T15:12:06+00:00"
2016-06-10 03:19:16 +02:00
},
{
"name": "minishlink/web-push",
2017-11-28 06:44:31 +01:00
"version": "v1.4.3",
2016-06-10 03:19:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/web-push-libs/web-push-php.git",
2017-11-28 06:44:31 +01:00
"reference": "65fcd80fccecc29a4df7fbf47c3fbc9558e07d94"
2016-06-10 03:19:16 +02:00
},
"dist": {
"type": "zip",
2017-11-28 06:44:31 +01:00
"url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/65fcd80fccecc29a4df7fbf47c3fbc9558e07d94",
"reference": "65fcd80fccecc29a4df7fbf47c3fbc9558e07d94",
2016-06-10 03:19:16 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"guzzlehttp/guzzle": "^6.2",
2016-06-10 03:19:16 +02:00
"lib-openssl": "*",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"mdanter/ecc": "^0.4.0",
2017-11-28 06:44:31 +01:00
"php": "^5.6 || ^7.0",
2016-06-10 03:19:16 +02:00
"spomky-labs/base64url": "^1.0",
"spomky-labs/jose": "^6.0",
2017-11-28 06:44:31 +01:00
"spomky-labs/php-aes-gcm": "^1.2"
2016-06-10 03:19:16 +02:00
},
"require-dev": {
2017-11-28 06:44:31 +01:00
"phpunit/phpunit": "5.7.*"
2016-06-10 03:19:16 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Minishlink\\WebPush\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Louis Lagrange",
"email": "lagrange.louis@gmail.com",
"homepage": "https://github.com/Minishlink"
}
],
"description": "Web Push library for PHP",
"homepage": "https://github.com/web-push-libs/web-push-php",
2016-06-10 03:19:16 +02:00
"keywords": [
"Push API",
"WebPush",
"notifications",
"push",
"web"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/web-push-libs/web-push-php/issues",
"source": "https://github.com/web-push-libs/web-push-php/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2017-06-28T19:03:40+00:00"
2016-06-10 03:19:16 +02:00
},
2016-06-03 02:55:59 +02:00
{
"name": "monolog/monolog",
2021-02-14 03:34:58 +01:00
"version": "1.26.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2021-02-14 03:34:58 +01:00
"reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
"reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
2016-06-03 02:55:59 +02:00
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
2021-02-14 03:34:58 +01:00
"phpstan/phpstan": "^0.12.59",
2016-06-03 02:55:59 +02:00
"phpunit/phpunit": "~4.5",
"ruflin/elastica": ">=0.90 <3.0",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"sentry/sentry": "^0.13",
2017-11-28 06:44:31 +01:00
"swiftmailer/swiftmailer": "^5.3|^6.0"
2016-06-03 02:55:59 +02:00
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/1.26.0"
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
"time": "2020-12-14T12:56:38+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "mtdowling/cron-expression",
2021-02-14 03:34:58 +01:00
"version": "v1.2.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/mtdowling/cron-expression.git",
2021-02-14 03:34:58 +01:00
"reference": "9be552eebcc1ceec9776378f7dcc085246cacca6"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6",
"reference": "9be552eebcc1ceec9776378f7dcc085246cacca6",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"type": "library",
"autoload": {
2017-11-28 06:44:31 +01:00
"psr-4": {
"Cron\\": "src/Cron/"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/mtdowling/cron-expression/issues",
"source": "https://github.com/mtdowling/cron-expression/tree/v1.2.3"
},
"abandoned": "dragonmantank/cron-expression",
"time": "2019-12-28T04:23:06+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "nesbot/carbon",
2021-02-14 03:34:58 +01:00
"version": "1.39.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2021-02-14 03:34:58 +01:00
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"kylekatarnls/update-helper": "^1.1",
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"composer/composer": "^1.2",
2017-11-28 06:44:31 +01:00
"friendsofphp/php-cs-fixer": "~2",
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7"
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
"bin": [
"bin/upgrade-carbon"
],
2016-06-03 02:55:59 +02:00
"type": "library",
2017-11-28 06:44:31 +01:00
"extra": {
2021-02-14 03:34:58 +01:00
"update-helper": "Carbon\\Upgrade",
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2017-11-28 06:44:31 +01:00
}
},
2016-06-03 02:55:59 +02:00
"autoload": {
"psr-4": {
2021-02-14 03:34:58 +01:00
"": "src/"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
}
],
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
"time": "2019-10-14T05:51:36+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "nikic/php-parser",
2021-02-14 03:34:58 +01:00
"version": "v4.10.4",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2021-02-14 03:34:58 +01:00
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2021-02-14 03:34:58 +01:00
"php": ">=7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
2016-06-03 02:55:59 +02:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "4.9-dev"
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
},
"time": "2020-12-20T10:01:03+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "paragonie/random_compat",
2021-02-14 03:34:58 +01:00
"version": "v2.0.19",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2021-02-14 03:34:58 +01:00
"reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/446fc9faa5c2a9ddf65eb7121c0af7e857295241",
"reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
2021-02-14 03:34:58 +01:00
"polyfill",
2016-06-03 02:55:59 +02:00
"pseudorandom",
"random"
],
2021-02-14 03:34:58 +01:00
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"time": "2020-10-15T10:06:57+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "pda/pheanstalk",
2021-02-14 03:34:58 +01:00
"version": "v3.2.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/pda/pheanstalk.git",
2021-02-14 03:34:58 +01:00
"reference": "57b6e76f1b06ca798e739a8dee92c2dac04fd170"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/pda/pheanstalk/zipball/57b6e76f1b06ca798e739a8dee92c2dac04fd170",
"reference": "57b6e76f1b06ca798e739a8dee92c2dac04fd170",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "3.1-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"psr-4": {
"Pheanstalk\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paul Annesley",
"email": "paul@annesley.cc",
"homepage": "http://paul.annesley.cc/",
"role": "Developer"
}
],
"description": "PHP client for beanstalkd queue",
"homepage": "https://github.com/pda/pheanstalk",
"keywords": [
"beanstalkd"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/pda/pheanstalk/issues",
"source": "https://github.com/pda/pheanstalk/tree/master"
},
"time": "2018-09-19T12:16:28+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
},
"time": "2020-09-17T18:55:26+00:00"
},
{
"name": "poniverse/api",
2017-11-29 05:47:14 +01:00
"version": "dev-rewrite",
"source": {
"type": "git",
2017-11-29 05:47:14 +01:00
"url": "https://github.com/Poniverse/poniverse-php.git",
"reference": "890eb1211ff06728d93626bd21d4bedd165bf9ec"
},
"dist": {
"type": "zip",
2017-11-29 05:47:14 +01:00
"url": "https://api.github.com/repos/Poniverse/poniverse-php/zipball/890eb1211ff06728d93626bd21d4bedd165bf9ec",
"reference": "890eb1211ff06728d93626bd21d4bedd165bf9ec",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "~6.0",
2017-11-28 08:00:11 +01:00
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"league/oauth2-client": "^1.1",
"php": ">=5.5.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Poniverse\\Lib\\": "src/"
}
},
2017-11-29 05:47:14 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adam Lavin",
"email": "adam@lavoaster.co.uk"
}
],
"description": "PHP Library to access the Poniverse APi",
"keywords": [
"api",
"laravel",
"laravel4"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/Poniverse/poniverse-php/issues",
"source": "https://github.com/Poniverse/poniverse-php/tree/rewrite"
},
2017-11-29 05:47:14 +01:00
"time": "2017-11-29T04:45:11+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "predis/predis",
2021-02-14 03:34:58 +01:00
"version": "v1.1.6",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
2021-02-14 03:34:58 +01:00
"url": "https://github.com/predis/predis.git",
"reference": "9930e933c67446962997b05201c69c2319bf26de"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/predis/predis/zipball/9930e933c67446962997b05201c69c2319bf26de",
"reference": "9930e933c67446962997b05201c69c2319bf26de",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"cweagans/composer-patches": "^1.6",
2016-06-03 02:55:59 +02:00
"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",
2021-02-14 03:34:58 +01:00
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"phpunit/phpunit-mock-objects": {
"Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
},
"phpunit/phpunit": {
"Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
"Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
}
}
},
2016-06-03 02:55:59 +02:00
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
2021-02-14 03:34:58 +01:00
"homepage": "http://clorophilla.net",
"role": "Creator & Maintainer"
},
{
"name": "Till Krüss",
"homepage": "https://till.im",
"role": "Maintainer"
2016-06-03 02:55:59 +02:00
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
2021-02-14 03:34:58 +01:00
"homepage": "http://github.com/predis/predis",
2016-06-03 02:55:59 +02:00
"keywords": [
"nosql",
"predis",
"redis"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/predis/predis/issues",
"source": "https://github.com/predis/predis/tree/v1.1.6"
},
"funding": [
{
"url": "https://github.com/sponsors/tillkruss",
"type": "github"
}
],
"time": "2020-09-11T19:18:05+00:00"
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2016-08-06T20:24:11+00:00"
2016-06-03 02:55:59 +02:00
},
2017-11-28 08:00:11 +01: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/master"
},
2017-11-28 08:00:11 +01:00
"time": "2017-02-14T16:28:37+00:00"
},
2016-06-03 02:55:59 +02:00
{
"name": "psr/http-message",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"version": "1.0.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2016-06-03 02:55:59 +02:00
"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",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"homepage": "https://github.com/php-fig/http-message",
2016-06-03 02:55:59 +02:00
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2016-08-06T14:39:51+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "psr/log",
2021-02-14 03:34:58 +01:00
"version": "1.1.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2021-02-14 03:34:58 +01:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"require": {
"php": ">=5.3.0"
},
2016-06-03 02:55:59 +02:00
"type": "library",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "1.1.x-dev"
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
}
},
2016-06-03 02:55:59 +02:00
"autoload": {
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"homepage": "https://github.com/php-fig/log",
2016-06-03 02:55:59 +02:00
"keywords": [
"log",
"psr",
"psr-3"
],
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.3"
},
"time": "2020-03-23T09:12:05+00:00"
2016-06-03 02:55:59 +02:00
},
2017-11-28 08:00:11 +01:00
{
"name": "psr/simple-cache",
2021-02-14 03:34:58 +01:00
"version": "1.0.1",
2017-11-28 08:00:11 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
2021-02-14 03:34:58 +01:00
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2017-11-28 08:00:11 +01:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2017-11-28 08:00:11 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+00:00"
2017-11-28 08:00:11 +01:00
},
2016-06-03 02:55:59 +02:00
{
"name": "psy/psysh",
2021-02-14 03:34:58 +01:00
"version": "v0.9.12",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2021-02-14 03:34:58 +01:00
"reference": "90da7f37568aee36b116a030c5f99c915267edd4"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4",
"reference": "90da7f37568aee36b116a030c5f99c915267edd4",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"dnoegel/php-xdg-base-dir": "0.1.*",
"ext-json": "*",
"ext-tokenizer": "*",
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"bamarni/composer-bin-plugin": "^1.2",
"hoa/console": "~2.15|~3.16",
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2016-06-03 02:55:59 +02: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."
2016-06-03 02:55:59 +02:00
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-develop": "0.9.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"files": [
2021-02-14 03:34:58 +01:00
"src/functions.php"
2016-06-03 02:55:59 +02:00
],
"psr-4": {
2021-02-14 03:34:58 +01:00
"Psy\\": "src/"
2016-06-03 02:55:59 +02:00
}
},
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.9.12"
},
"time": "2019-12-06T14:19:43+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "ramsey/uuid",
2021-02-14 03:34:58 +01:00
"version": "3.9.3",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2021-02-14 03:34:58 +01:00
"reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
"reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"ext-json": "*",
"paragonie/random_compat": "^1 | ^2 | 9.99.99",
"php": "^5.4 | ^7 | ^8",
"symfony/polyfill-ctype": "^1.8"
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"codeception/aspect-mock": "^1 | ^2",
"doctrine/annotations": "^1.2",
"goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
"jakub-onderka/php-parallel-lint": "^1",
"mockery/mockery": "^0.9.11 | ^1",
"moontoast/math": "^1.1",
2021-02-14 03:34:58 +01:00
"paragonie/random-lib": "^2",
"php-mock/php-mock-phpunit": "^0.3 | ^1.1",
"phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
2021-02-14 03:34:58 +01:00
"ext-ctype": "Provides support for PHP Ctype functions",
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2021-02-14 03:34:58 +01:00
"ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2021-02-14 03:34:58 +01:00
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Ramsey\\Uuid\\": "src/"
2021-02-14 03:34:58 +01:00
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-02-14 03:34:58 +01:00
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
},
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
}
],
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"homepage": "https://github.com/ramsey/uuid",
"keywords": [
"guid",
"identifier",
"uuid"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
"rss": "https://github.com/ramsey/uuid/releases.atom",
"source": "https://github.com/ramsey/uuid",
"wiki": "https://github.com/ramsey/uuid/wiki"
},
"time": "2020-02-21T04:36:14+00:00"
},
2016-06-03 02:55:59 +02:00
{
"name": "react/promise",
2021-02-14 03:34:58 +01:00
"version": "v2.8.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
2021-02-14 03:34:58 +01:00
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
2017-11-28 06:44:31 +01:00
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
2017-11-28 06:44:31 +01:00
},
2016-06-03 02:55:59 +02:00
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/reactphp/promise/issues",
"source": "https://github.com/reactphp/promise/tree/v2.8.0"
},
"time": "2020-05-12T15:16:56+00:00"
},
{
2021-02-14 03:34:58 +01:00
"name": "seld/jsonlint",
"version": "1.8.3",
"source": {
"type": "git",
2021-02-14 03:34:58 +01:00
"url": "https://github.com/Seldaek/jsonlint.git",
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^5.3 || ^7.0 || ^8.0"
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
2021-02-14 03:34:58 +01:00
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
2021-02-14 03:34:58 +01:00
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-02-14 03:34:58 +01:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
2021-02-14 03:34:58 +01:00
"description": "JSON Linter",
"keywords": [
2021-02-14 03:34:58 +01:00
"json",
"linter",
"parser",
"validator"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/Seldaek/jsonlint/issues",
"source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
"type": "tidelift"
}
],
"time": "2020-11-11T09:19:24+00:00"
2016-06-03 02:55:59 +02:00
},
2016-06-10 03:19:16 +02:00
{
2021-02-14 03:34:58 +01:00
"name": "seld/phar-utils",
"version": "1.1.1",
2016-06-10 03:19:16 +02:00
"source": {
"type": "git",
2021-02-14 03:34:58 +01:00
"url": "https://github.com/Seldaek/phar-utils.git",
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
2016-06-10 03:19:16 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
2016-06-10 03:19:16 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=5.3"
2016-06-10 03:19:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "1.x-dev"
2016-06-10 03:19:16 +02:00
}
},
"autoload": {
"psr-4": {
2021-02-14 03:34:58 +01:00
"Seld\\PharUtils\\": "src/"
2016-06-10 03:19:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-02-14 03:34:58 +01:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
2016-06-10 03:19:16 +02:00
}
],
2021-02-14 03:34:58 +01:00
"description": "PHAR file format utilities, for when PHP phars you up",
2016-06-10 03:19:16 +02:00
"keywords": [
2021-02-14 03:34:58 +01:00
"phar"
2016-06-10 03:19:16 +02:00
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/Seldaek/phar-utils/issues",
"source": "https://github.com/Seldaek/phar-utils/tree/master"
},
"time": "2020-07-07T18:42:57+00:00"
},
{
2021-02-14 03:34:58 +01:00
"name": "spomky-labs/aes-key-wrap",
"version": "v3.0.3",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/aes-key-wrap.git",
"reference": "072e312ea119c4cc33012edc5e7e8c3f3def0d66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/aes-key-wrap/zipball/072e312ea119c4cc33012edc5e7e8c3f3def0d66",
"reference": "072e312ea119c4cc33012edc5e7e8c3f3def0d66",
"shasum": ""
},
"require": {
"beberlei/assert": "^2.4",
"ext-mbstring": "*",
"lib-openssl": "*",
"php": "^5.4|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5|^5.0",
"satooshi/php-coveralls": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"AESKW\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky-Labs/aes-key-wrap/contributors"
}
],
"description": "AES Key Wrap for PHP.",
"homepage": "https://github.com/Spomky-Labs/aes-key-wrap",
"keywords": [
"A128KW",
"A192KW",
"A256KW",
"RFC3394",
"RFC5649",
"aes",
"key",
"padding",
"wrap"
],
"support": {
"issues": "https://github.com/Spomky-Labs/aes-key-wrap/issues",
"source": "https://github.com/Spomky-Labs/aes-key-wrap/tree/master"
},
"time": "2017-03-25T21:07:11+00:00"
},
{
"name": "spomky-labs/base64url",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/base64url.git",
"reference": "ef6d5fb93894063d9cee996022259fd08d6646ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/ef6d5fb93894063d9cee996022259fd08d6646ea",
"reference": "ef6d5fb93894063d9cee996022259fd08d6646ea",
"shasum": ""
},
"require": {
"php": "^5.3|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0",
"satooshi/php-coveralls": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Base64Url\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky-Labs/base64url/contributors"
}
],
"description": "Base 64 URL Safe Encoding/decoding PHP Library",
"homepage": "https://github.com/Spomky-Labs/base64url",
"keywords": [
"base64",
"rfc4648",
"safe",
"url"
],
"support": {
"issues": "https://github.com/Spomky-Labs/base64url/issues",
"source": "https://github.com/Spomky-Labs/base64url/tree/master"
},
"time": "2016-01-21T19:50:30+00:00"
},
{
"name": "spomky-labs/jose",
"version": "v6.1.7",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/jose.git",
2021-02-14 03:34:58 +01:00
"reference": "108bde90e676cc45f079f958bae9b75ac9bc1788"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/Spomky-Labs/jose/zipball/108bde90e676cc45f079f958bae9b75ac9bc1788",
"reference": "108bde90e676cc45f079f958bae9b75ac9bc1788",
"shasum": ""
},
"require": {
"beberlei/assert": "^2.4",
"fgrosse/phpasn1": "^1.5",
"lib-openssl": "*",
"mdanter/ecc": "0.4.*",
"php": "^5.6|^7.0",
"psr/cache": "^1.0",
"spomky-labs/aes-key-wrap": "^3.0",
"spomky-labs/base64url": "^1.0",
"spomky-labs/php-aes-gcm": "^1.2",
"symfony/polyfill-mbstring": "^1.1",
"symfony/polyfill-php70": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"satooshi/php-coveralls": "^1.0",
"symfony/cache": "^2.0|^3.0"
},
"suggest": {
"ext-crypto": "Highly recommended when you use AES GCM based algorithms.",
"ext-curve25519": "For EdDSA with X25519 curves support.",
"ext-ed25519": "For EdDSA with Ed25519 curves support."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Jose\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/Spomky-Labs/jose/contributors"
}
],
"description": "JSON Object Signing and Encryption library for PHP.",
"homepage": "https://github.com/Spomky-Labs/Jose",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"jwa",
"jwt"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/Spomky-Labs/jose/issues",
"source": "https://github.com/Spomky-Labs/jose/tree/v6.1"
},
"abandoned": "web-token/jwt-framework",
"time": "2018-02-19T09:23:27+00:00"
2016-06-10 03:19:16 +02:00
},
{
"name": "spomky-labs/php-aes-gcm",
2021-02-14 03:34:58 +01:00
"version": "v1.2.1",
2016-06-10 03:19:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/php-aes-gcm.git",
2021-02-14 03:34:58 +01:00
"reference": "e3900f2eb29a98476ae94c25c5c4aebb32ebf338"
2016-06-10 03:19:16 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/Spomky-Labs/php-aes-gcm/zipball/e3900f2eb29a98476ae94c25c5c4aebb32ebf338",
"reference": "e3900f2eb29a98476ae94c25c5c4aebb32ebf338",
2016-06-10 03:19:16 +02:00
"shasum": ""
},
"require": {
"beberlei/assert": "^2.4",
2016-06-10 03:19:16 +02:00
"lib-openssl": "*",
"php": ">=5.4",
"symfony/polyfill-mbstring": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^4.5|^5.0",
"satooshi/php-coveralls": "^1.0"
},
"suggest": {
"ext-crypto": "Highly recommended for better performance."
},
2016-06-10 03:19:16 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
2016-06-10 03:19:16 +02:00
}
},
"autoload": {
"psr-4": {
"AESGCM\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/Spomky-Labs/php-aes-gcm/contributors"
}
],
"description": "AES GCM (Galois Counter Mode) PHP implementation.",
"homepage": "https://github.com/Spomky-Labs/php-aes-gcm",
"keywords": [
"AES-GCM",
2016-06-10 03:19:16 +02:00
"Galois Counter Mode",
"aes",
2016-06-10 03:19:16 +02:00
"gcm"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/Spomky-Labs/php-aes-gcm/issues",
"source": "https://github.com/Spomky-Labs/php-aes-gcm/tree/v1.x"
},
"time": "2018-11-07T14:39:44+00:00"
2016-06-10 03:19:16 +02:00
},
2016-06-03 02:55:59 +02:00
{
"name": "swiftmailer/swiftmailer",
2021-02-14 03:34:58 +01:00
"version": "v6.2.5",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2021-02-14 03:34:58 +01:00
"reference": "698a6a9f54d7eb321274de3ad19863802c879fb7"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/698a6a9f54d7eb321274de3ad19863802c879fb7",
"reference": "698a6a9f54d7eb321274de3ad19863802c879fb7",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01: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"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"mockery/mockery": "^1.0",
"symfony/phpunit-bridge": "^4.4|^5.0"
},
"suggest": {
"ext-intl": "Needed to support internationalized email addresses"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "6.2-dev"
2016-06-03 02:55:59 +02: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",
2021-02-14 03:34:58 +01:00
"homepage": "https://swiftmailer.symfony.com",
2016-06-03 02:55:59 +02:00
"keywords": [
"email",
"mail",
"mailer"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/swiftmailer/swiftmailer/issues",
"source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.5"
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
"funding": [
2016-06-03 02:55:59 +02:00
{
2021-02-14 03:34:58 +01:00
"url": "https://github.com/fabpot",
"type": "github"
2016-06-03 02:55:59 +02:00
},
{
2021-02-14 03:34:58 +01:00
"url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
"type": "tidelift"
2016-06-03 02:55:59 +02:00
}
],
2021-02-14 03:34:58 +01:00
"time": "2021-01-12T09:35:59+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "symfony/console",
2021-02-14 03:34:58 +01:00
"version": "v3.4.47",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2021-02-14 03:34:58 +01:00
"reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81",
"reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0|~4.0",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"symfony/polyfill-mbstring": "~1.0"
2016-06-03 02:55:59 +02:00
},
2017-11-28 06:44:31 +01:00
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-11-28 06:44:31 +01:00
},
2021-02-14 03:34:58 +01:00
"provide": {
"psr/log-implementation": "1.0"
},
2016-06-03 02:55:59 +02:00
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"
2016-06-03 02:55:59 +02:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
2016-06-03 02:55:59 +02:00
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/console/tree/v3.4.47"
},
"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"
}
],
"time": "2020-10-24T10:57:07+00:00"
2016-06-03 02:55:59 +02:00
},
{
2017-11-28 06:44:31 +01:00
"name": "symfony/css-selector",
2021-02-14 03:34:58 +01:00
"version": "v3.4.47",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
2017-11-28 06:44:31 +01:00
"url": "https://github.com/symfony/css-selector.git",
2021-02-14 03:34:58 +01:00
"reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
"reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
2021-02-14 03:34:58 +01:00
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
2017-11-28 06:44:31 +01:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/css-selector/tree/v3.4.47"
},
"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"
}
],
"time": "2020-10-24T10:57:07+00:00"
2017-11-28 06:44:31 +01:00
},
{
"name": "symfony/debug",
2021-02-14 03:34:58 +01:00
"version": "v3.4.47",
2017-11-28 06:44:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2021-02-14 03:34:58 +01:00
"reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae"
2017-11-28 06:44:31 +01:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
"reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
2017-11-28 06:44:31 +01:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0"
2016-06-03 02:55:59 +02:00
},
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
},
"require-dev": {
"symfony/http-kernel": "~2.8|~3.0|~4.0"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/debug/tree/v3.4.47"
},
"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"
}
],
"time": "2020-10-24T10:57:07+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "symfony/event-dispatcher",
2021-02-14 03:34:58 +01:00
"version": "v3.4.47",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2021-02-14 03:34:58 +01:00
"reference": "31fde73757b6bad247c54597beef974919ec6860"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/31fde73757b6bad247c54597beef974919ec6860",
"reference": "31fde73757b6bad247c54597beef974919ec6860",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
"symfony/dependency-injection": "<3.3"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0",
2021-02-14 03:34:58 +01:00
"symfony/debug": "~3.4|~4.4",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0"
2016-06-03 02:55:59 +02:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v3.4.47"
},
"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"
}
],
"time": "2020-10-24T10:57:07+00:00"
2016-06-03 02:55:59 +02:00
},
{
2021-02-14 03:34:58 +01:00
"name": "symfony/filesystem",
"version": "v5.2.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
2021-02-14 03:34:58 +01:00
"url": "https://github.com/symfony/filesystem.git",
"reference": "262d033b57c73e8b59cd6e68a45c528318b15038"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/262d033b57c73e8b59cd6e68a45c528318b15038",
"reference": "262d033b57c73e8b59cd6e68a45c528318b15038",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-02-14 03:34:58 +01:00
"Symfony\\Component\\Filesystem\\": ""
2016-06-03 02:55:59 +02: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"
}
],
2021-02-14 03:34:58 +01:00
"description": "Provides basic utilities for the filesystem",
2016-06-03 02:55:59 +02:00
"homepage": "https://symfony.com",
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.2.3"
},
"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"
}
],
"time": "2021-01-27T10:01:46+00:00"
2016-06-03 02:55:59 +02:00
},
{
2021-02-14 03:34:58 +01:00
"name": "symfony/finder",
"version": "v3.4.47",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
2021-02-14 03:34:58 +01:00
"url": "https://github.com/symfony/finder.git",
"reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
"reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^5.5.9|>=7.0.8"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-02-14 03:34:58 +01:00
"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",
"support": {
"source": "https://github.com/symfony/finder/tree/v3.4.47"
},
"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"
}
],
"time": "2020-11-16T17:02:08+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v3.4.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9885fcce6fe494201da4f70a9309770e9d13dc8",
"reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php70": "~1.6"
},
"require-dev": {
"symfony/expression-language": "~2.8|~3.0|~4.0"
},
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v3.4.47"
},
"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"
}
],
"time": "2020-10-24T10:57:07+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v3.4.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "a98a4c30089e6a2d52a9fa236f718159b539f6f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/a98a4c30089e6a2d52a9fa236f718159b539f6f5",
"reference": "a98a4c30089e6a2d52a9fa236f718159b539f6f5",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0",
"symfony/debug": "^3.3.3|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php56": "~1.8"
},
"conflict": {
"symfony/config": "<2.8",
"symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
"symfony/var-dumper": "<3.3",
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "~1.0",
"symfony/browser-kit": "~2.8|~3.0|~4.0",
"symfony/class-loader": "~2.8|~3.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/console": "~2.8|~3.0|~4.0",
"symfony/css-selector": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "^3.4.10|^4.0.10",
"symfony/dom-crawler": "~2.8|~3.0|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/process": "~2.8|~3.0|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0",
"symfony/templating": "~2.8|~3.0|~4.0",
"symfony/translation": "~2.8|~3.0|~4.0",
"symfony/var-dumper": "~3.3|~4.0"
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/finder": "",
"symfony/var-dumper": ""
},
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v3.4.47"
},
"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"
}
],
"time": "2020-11-27T08:42:42+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.22.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0"
},
"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"
}
],
"time": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.22.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6",
"reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.0"
},
"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"
}
],
"time": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.22.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
"reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"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": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
{
"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"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.0"
},
"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"
}
],
"time": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.22.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "6e971c891537eb617a00bb07a43d182a6915faba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba",
"reference": "6e971c891537eb617a00bb07a43d182a6915faba",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.0"
},
"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"
}
],
"time": "2021-01-07T17:09:11+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.22.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
"files": [
"bootstrap.php"
2016-06-03 02:55:59 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-02-14 03:34:58 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2016-06-03 02:55:59 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-02-14 03:34:58 +01:00
"description": "Symfony polyfill for the Mbstring extension",
2016-06-03 02:55:59 +02:00
"homepage": "https://symfony.com",
2021-02-14 03:34:58 +01:00
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0"
},
"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"
}
],
"time": "2021-01-07T16:49:33+00:00"
2016-06-03 02:55:59 +02:00
},
{
2021-02-14 03:34:58 +01:00
"name": "symfony/polyfill-php56",
"version": "v1.20.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
2021-02-14 03:34:58 +01:00
"url": "https://github.com/symfony/polyfill-php56.git",
"reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
"reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=7.1"
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
"type": "metapackage",
2016-06-03 02:55:59 +02:00
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-main": "1.20-dev"
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
2016-06-03 02:55:59 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-02-14 03:34:58 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2016-06-03 02:55:59 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-02-14 03:34:58 +01:00
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2016-06-03 02:55:59 +02:00
"homepage": "https://symfony.com",
2021-02-14 03:34:58 +01:00
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
},
"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"
}
],
"time": "2020-10-23T14:02:19+00:00"
2016-06-03 02:55:59 +02:00
},
{
2021-02-14 03:34:58 +01:00
"name": "symfony/polyfill-php70",
"version": "v1.20.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
2021-02-14 03:34:58 +01:00
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
"reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=7.1"
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
"type": "metapackage",
2016-06-03 02:55:59 +02:00
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-main": "1.20-dev"
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
2016-06-03 02:55:59 +02: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"
}
],
2021-02-14 03:34:58 +01:00
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2016-06-03 02:55:59 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
},
"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"
}
],
"time": "2020-10-23T14:02:19+00:00"
},
{
2021-02-14 03:34:58 +01:00
"name": "symfony/polyfill-php72",
"version": "v1.22.0",
"source": {
"type": "git",
2021-02-14 03:34:58 +01:00
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
2021-02-14 03:34:58 +01:00
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-02-14 03:34:58 +01:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.22.0"
},
"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"
}
],
"time": "2021-01-07T16:49:33+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "symfony/process",
2021-02-14 03:34:58 +01:00
"version": "v3.4.47",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2021-02-14 03:34:58 +01:00
"reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
"reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"php": "^5.5.9|>=7.0.8"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"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",
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/process/tree/v3.4.47"
},
"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"
}
],
"time": "2020-10-24T10:57:07+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "symfony/routing",
2021-02-14 03:34:58 +01:00
"version": "v3.4.47",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2021-02-14 03:34:58 +01:00
"reference": "3e522ac69cadffd8131cc2b22157fa7662331a6c"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/routing/zipball/3e522ac69cadffd8131cc2b22157fa7662331a6c",
"reference": "3e522ac69cadffd8131cc2b22157fa7662331a6c",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"php": "^5.5.9|>=7.0.8"
2016-06-03 02:55:59 +02:00
},
"conflict": {
2021-02-14 03:34:58 +01:00
"symfony/config": "<3.3.1",
2017-11-28 06:44:31 +01:00
"symfony/dependency-injection": "<3.3",
"symfony/yaml": "<3.4"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",
2021-02-14 03:34:58 +01:00
"symfony/config": "^3.3.1|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/yaml": "~3.4|~4.0"
2016-06-03 02:55:59 +02: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",
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/routing/tree/v3.4.47"
},
"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"
}
],
"time": "2020-10-24T10:57:07+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "symfony/translation",
2021-02-14 03:34:58 +01:00
"version": "v4.3.11",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2021-02-14 03:34:58 +01:00
"reference": "46e462be71935ae15eab531e4d491d801857f24c"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/translation/zipball/46e462be71935ae15eab531e4d491d801857f24c",
"reference": "46e462be71935ae15eab531e4d491d801857f24c",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6"
2016-06-03 02:55:59 +02:00
},
"conflict": {
2021-02-14 03:34:58 +01:00
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
2016-06-03 02:55:59 +02:00
},
2021-02-14 03:34:58 +01:00
"provide": {
"symfony/translation-implementation": "1.0"
},
2016-06-03 02:55:59 +02:00
"require-dev": {
"psr/log": "~1.0",
2021-02-14 03:34:58 +01:00
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
2021-02-14 03:34:58 +01:00
"symfony/http-kernel": "~3.4|~4.0",
"symfony/intl": "~3.4|~4.0",
"symfony/service-contracts": "^1.1.2",
"symfony/var-dumper": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0"
2016-06-03 02:55:59 +02:00
},
"suggest": {
2021-02-14 03:34:58 +01:00
"psr/log-implementation": "To use logging capability in translator",
2016-06-03 02:55:59 +02:00
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "4.3-dev"
2016-06-03 02:55:59 +02: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",
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/translation/tree/4.3"
},
"time": "2020-01-04T12:24:57+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v1.1.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "84180a25fad31e23bebd26ca09d89464f082cacc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/84180a25fad31e23bebd26ca09d89464f082cacc",
"reference": "84180a25fad31e23bebd26ca09d89464f082cacc",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"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"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v1.1.10"
},
"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"
}
],
"time": "2020-09-02T16:08:58+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "symfony/var-dumper",
2021-02-14 03:34:58 +01:00
"version": "v3.4.47",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2021-02-14 03:34:58 +01:00
"reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/0719f6cf4633a38b2c1585140998579ce23b4b7d",
"reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"php": "^5.5.9|>=7.0.8",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"symfony/polyfill-mbstring": "~1.0"
},
2017-11-28 06:44:31 +01:00
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"require-dev": {
2017-11-28 06:44:31 +01:00
"ext-iconv": "*",
"twig/twig": "~1.34|~2.4"
2016-06-03 02:55:59 +02:00
},
"suggest": {
2017-11-28 06:44:31 +01:00
"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",
2016-06-03 02:55:59 +02:00
"ext-symfony_debug": ""
},
"type": "library",
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v3.4.47"
},
"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"
}
],
"time": "2020-10-24T10:57:07+00:00"
2017-11-28 06:44:31 +01:00
},
{
"name": "tijsverkoyen/css-to-inline-styles",
2021-02-14 03:34:58 +01:00
"version": "2.2.3",
2017-11-28 06:44:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2021-02-14 03:34:58 +01:00
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
2017-11-28 06:44:31 +01:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
2017-11-28 06:44:31 +01:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"ext-dom": "*",
"ext-libxml": "*",
"php": "^5.5 || ^7.0 || ^8.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2017-11-28 06:44:31 +01:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
2017-11-28 06:44:31 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "2.2.x-dev"
2017-11-28 06:44:31 +01:00
}
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
},
"time": "2020-07-13T06:12:54+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "venturecraft/revisionable",
2021-02-14 03:34:58 +01:00
"version": "1.36.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/VentureCraft/revisionable.git",
2021-02-14 03:34:58 +01:00
"reference": "2c68e7a22ed10c4d27aad743c639d8c67b26d6cf"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/VentureCraft/revisionable/zipball/2c68e7a22ed10c4d27aad743c639d8c67b26d6cf",
"reference": "2c68e7a22ed10c4d27aad743c639d8c67b26d6cf",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"illuminate/support": "~4.0|~5.0|~5.1|^6.0|^7.0|^8.0",
"laravel/framework": "~5.4|^6.0|^7.0|^8.0",
"php": ">=5.4.0"
},
"require-dev": {
"orchestra/testbench": "~3.0"
2016-06-03 02:55:59 +02:00
},
"type": "library",
2021-02-14 03:34:58 +01:00
"extra": {
"laravel": {
"providers": [
"Venturecraft\\Revisionable\\RevisionableServiceProvider"
]
}
},
2016-06-03 02:55:59 +02:00
"autoload": {
"classmap": [
"src/migrations"
],
"psr-0": {
"Venturecraft\\Revisionable": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Duell",
"email": "me@chrisduell.com"
}
],
"description": "Keep a revision history for your models without thinking, created as a package for use with Laravel",
"homepage": "http://github.com/venturecraft/revisionable",
"keywords": [
2021-02-14 03:34:58 +01:00
"Audit",
2016-06-03 02:55:59 +02:00
"ardent",
"history",
"laravel",
"model",
"revision"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/VentureCraft/revisionable/issues",
"source": "https://github.com/VentureCraft/revisionable"
},
"time": "2020-09-09T23:21:40+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "vlucas/phpdotenv",
2021-02-14 03:34:58 +01:00
"version": "v2.6.7",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2021-02-14 03:34:58 +01:00
"reference": "b786088918a884258c9e3e27405c6a4cf2ee246e"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b786088918a884258c9e3e27405c6a4cf2ee246e",
"reference": "b786088918a884258c9e3e27405c6a4cf2ee246e",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^5.3.9 || ^7.0 || ^8.0",
"symfony/polyfill-ctype": "^1.17"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"ext-filter": "*",
"ext-pcre": "*",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20"
},
"suggest": {
"ext-filter": "Required to use the boolean validator.",
"ext-pcre": "Required to use most of the library."
2016-06-03 02:55:59 +02:00
},
"type": "library",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "2.6-dev"
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
}
},
2016-06-03 02:55:59 +02:00
"autoload": {
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"psr-4": {
"Dotenv\\": "src/"
2016-06-03 02:55:59 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-02-14 03:34:58 +01:00
"BSD-3-Clause"
2016-06-03 02:55:59 +02:00
],
"authors": [
2021-02-14 03:34:58 +01:00
{
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"homepage": "https://gjcampbell.co.uk/"
},
2016-06-03 02:55:59 +02:00
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
2021-02-14 03:34:58 +01:00
"homepage": "https://vancelucas.com/"
2016-06-03 02:55:59 +02:00
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v2.6.7"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
"time": "2021-01-20T14:39:13+00:00"
},
{
"name": "webpatser/laravel-uuid",
2017-11-28 06:44:31 +01:00
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/webpatser/laravel-uuid.git",
2017-11-28 06:44:31 +01:00
"reference": "c87d5c631938edad7aae96d27881e3ea3de23d80"
},
"dist": {
"type": "zip",
2017-11-28 06:44:31 +01:00
"url": "https://api.github.com/repos/webpatser/laravel-uuid/zipball/c87d5c631938edad7aae96d27881e3ea3de23d80",
"reference": "c87d5c631938edad7aae96d27881e3ea3de23d80",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"fzaninotto/faker": "1.5.*",
"phpunit/phpunit": "4.7.*"
},
"suggest": {
"paragonie/random_compat": "A random_bytes Php 5.x polyfill."
},
"type": "library",
2017-11-28 06:44:31 +01:00
"extra": {
"laravel": {
"aliases": {
"Uuid": "Webpatser\\Uuid\\Uuid"
}
}
},
"autoload": {
"psr-0": {
"Webpatser\\Uuid": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christoph Kempen",
"email": "christoph@downsized.nl"
}
],
"description": "Class to generate a UUID according to the RFC 4122 standard. Support for version 1, 3, 4 and 5 UUID are built-in.",
"homepage": "https://github.com/webpatser/uuid",
"keywords": [
"UUID RFC4122"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/webpatser/uuid/issues",
"source": "https://github.com/webpatser/uuid"
},
2017-11-28 06:44:31 +01:00
"time": "2017-09-10T21:34:32+00:00"
2016-06-03 02:55:59 +02:00
}
],
"packages-dev": [
2016-06-05 20:45:21 +02:00
{
"name": "filp/whoops",
2021-02-14 03:34:58 +01:00
"version": "2.9.2",
2016-06-05 20:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2021-02-14 03:34:58 +01:00
"reference": "df7933820090489623ce0be5e85c7e693638e536"
2016-06-05 20:45:21 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/filp/whoops/zipball/df7933820090489623ce0be5e85c7e693638e536",
"reference": "df7933820090489623ce0be5e85c7e693638e536",
2016-06-05 20:45:21 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^5.5.9 || ^7.0 || ^8.0",
2017-11-28 06:44:31 +01:00
"psr/log": "^1.0.1"
2016-06-05 20:45:21 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
2016-06-05 20:45:21 +02:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "2.7-dev"
2016-06-05 20:45:21 +02:00
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
2016-06-05 20:45:21 +02:00
"keywords": [
"error",
"exception",
"handling",
"library",
2017-11-28 06:44:31 +01:00
"throwable",
"whoops"
2016-06-05 20:45:21 +02:00
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.9.2"
},
"funding": [
{
"url": "https://github.com/denis-sokolov",
"type": "github"
}
],
"time": "2021-01-24T12:00:00+00:00"
2016-06-05 20:45:21 +02:00
},
2016-06-03 02:55:59 +02:00
{
"name": "fzaninotto/faker",
2021-02-14 03:34:58 +01:00
"version": "v1.9.2",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
2021-02-14 03:34:58 +01:00
"reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
"reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"php": "^5.3.3 || ^7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"ext-intl": "*",
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
"squizlabs/php_codesniffer": "^2.9.2"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
2017-11-28 06:44:31 +01:00
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "1.9-dev"
2017-11-28 06:44:31 +01:00
}
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/fzaninotto/Faker/issues",
"source": "https://github.com/fzaninotto/Faker/tree/v1.9.2"
},
"abandoned": true,
"time": "2020-12-11T09:56:16+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "hamcrest/hamcrest-php",
2021-02-14 03:34:58 +01:00
"version": "v2.0.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
2021-02-14 03:34:58 +01:00
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^5.3|^7.0|^8.0"
2016-06-03 02:55:59 +02:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpunit/php-file-iterator": "^1.4 || ^2.0",
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
2016-06-03 02:55:59 +02:00
},
"type": "library",
2017-11-28 08:00:11 +01:00
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "2.1-dev"
2017-11-28 08:00:11 +01:00
}
},
2016-06-03 02:55:59 +02:00
"autoload": {
"classmap": [
"hamcrest"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-02-14 03:34:58 +01:00
"BSD-3-Clause"
2016-06-03 02:55:59 +02:00
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/hamcrest/hamcrest-php/issues",
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
},
"time": "2020-07-09T08:09:16+00:00"
2017-11-28 06:44:31 +01:00
},
{
"name": "laravel/browser-kit-testing",
2017-11-28 08:00:11 +01:00
"version": "v2.0.1",
2017-11-28 06:44:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/browser-kit-testing.git",
2017-11-28 08:00:11 +01:00
"reference": "f0bb9f200ec35f9d876ded6eacfbc60868d311b9"
2017-11-28 06:44:31 +01:00
},
"dist": {
"type": "zip",
2017-11-28 08:00:11 +01:00
"url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/f0bb9f200ec35f9d876ded6eacfbc60868d311b9",
"reference": "f0bb9f200ec35f9d876ded6eacfbc60868d311b9",
2017-11-28 06:44:31 +01:00
"shasum": ""
},
"require": {
"php": ">=5.5.9",
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "~6.0",
2017-11-28 06:44:31 +01:00
"symfony/css-selector": "~3.1",
"symfony/dom-crawler": "~3.1"
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 08:00:11 +01:00
"dev-master": "2.0-dev"
2017-11-28 06:44:31 +01:00
}
},
"autoload": {
"psr-4": {
"Laravel\\BrowserKitTesting\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Provides backwards compatibility for BrowserKit testing in Laravel 5.4.",
"keywords": [
"laravel",
"testing"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/laravel/browser-kit-testing/issues",
"source": "https://github.com/laravel/browser-kit-testing/tree/master"
},
2017-11-28 08:00:11 +01:00
"time": "2017-06-21T11:44:53+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "mockery/mockery",
2021-02-14 03:34:58 +01:00
"version": "1.3.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
2017-11-28 06:44:31 +01:00
"url": "https://github.com/mockery/mockery.git",
2021-02-14 03:34:58 +01:00
"reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
"reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"hamcrest/hamcrest-php": "^2.0.1",
2016-06-03 02:55:59 +02:00
"lib-pcre": ">=7.0",
2017-11-28 08:00:11 +01:00
"php": ">=5.6.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "1.3.x-dev"
2016-06-03 02:55:59 +02: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"
}
],
2021-02-14 03:34:58 +01:00
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
2016-06-03 02:55:59 +02:00
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/mockery/mockery/issues",
"source": "https://github.com/mockery/mockery/tree/1.3.3"
},
"time": "2020-08-11T18:10:21+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "myclabs/deep-copy",
2021-02-14 03:34:58 +01:00
"version": "1.10.2",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2021-02-14 03:34:58 +01:00
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^7.1 || ^8.0"
},
"replace": {
"myclabs/deep-copy": "self.version"
},
"require-dev": {
2017-11-28 06:44:31 +01:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2017-11-28 06:44:31 +01:00
},
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2020-11-13T09:40:50+00:00"
2017-11-28 06:44:31 +01:00
},
{
"name": "nategood/httpful",
"version": "0.2.20",
"source": {
"type": "git",
"url": "https://github.com/nategood/httpful.git",
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Httpful": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nate Good",
"email": "me@nategood.com",
"homepage": "http://nategood.com"
}
],
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
"homepage": "http://github.com/nategood/httpful",
"keywords": [
"api",
"curl",
"http",
"requests",
"rest",
"restful"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/nategood/httpful/issues",
"source": "https://github.com/nategood/httpful/tree/v0.2.20"
},
2017-11-28 06:44:31 +01:00
"time": "2015-10-26T16:11:30+00:00"
},
2017-11-28 08:00:11 +01:00
{
"name": "phar-io/manifest",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"phar-io/version": "^1.0.1",
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/master"
},
2017-11-28 08:00:11 +01:00
"time": "2017-03-05T18:14:27+00:00"
},
{
"name": "phar-io/version",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/master"
},
2021-02-14 03:34:58 +01:00
"time": "2017-03-05T17:38:23+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
2021-02-14 03:34:58 +01:00
"version": "5.2.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2021-02-14 03:34:58 +01:00
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"mockery/mockery": "~1.3.2"
},
"type": "library",
2017-11-28 06:44:31 +01:00
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "5.x-dev"
2017-11-28 06:44:31 +01:00
}
},
"autoload": {
"psr-4": {
2021-02-14 03:34:58 +01:00
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2021-02-14 03:34:58 +01:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
},
2021-02-14 03:34:58 +01:00
"time": "2020-09-03T19:13:55+00:00"
},
2016-06-03 02:55:59 +02:00
{
"name": "phpspec/php-diff",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/phpspec/php-diff.git",
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Diff": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Chris Boulton",
2021-02-14 03:34:58 +01:00
"homepage": "http://github.com/chrisboulton"
2016-06-03 02:55:59 +02:00
}
],
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/phpspec/php-diff/tree/v1.0.2"
},
2017-11-28 06:44:31 +01:00
"time": "2013-11-01T13:02:21+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "phpspec/phpspec",
2017-11-28 06:44:31 +01:00
"version": "2.5.8",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/phpspec.git",
2017-11-28 06:44:31 +01:00
"reference": "d8a153dcb52f929b448c0bf2cc19c7388951adb1"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-11-28 06:44:31 +01:00
"url": "https://api.github.com/repos/phpspec/phpspec/zipball/d8a153dcb52f929b448c0bf2cc19c7388951adb1",
"reference": "d8a153dcb52f929b448c0bf2cc19c7388951adb1",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.1",
"ext-tokenizer": "*",
"php": ">=5.3.3",
"phpspec/php-diff": "~1.0.0",
"phpspec/prophecy": "~1.4",
2017-11-28 06:44:31 +01:00
"sebastian/exporter": "~1.0|~2.0|^3.0",
"symfony/console": "~2.3|~3.0,!=3.2.8",
2016-06-03 02:55:59 +02:00
"symfony/event-dispatcher": "~2.1|~3.0",
"symfony/finder": "~2.1|~3.0",
"symfony/process": "^2.6|~3.0",
"symfony/yaml": "~2.1|~3.0"
},
"require-dev": {
2017-11-28 06:44:31 +01:00
"behat/behat": "^3.0.11,!=3.3.1",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
2016-06-03 02:55:59 +02:00
"phpunit/phpunit": "~4.4",
"symfony/filesystem": "~2.1|~3.0"
},
"suggest": {
"phpspec/nyan-formatters": "~1.0 Adds Nyan formatters"
},
"bin": [
"bin/phpspec"
],
"type": "library",
"extra": {
"branch-alias": {
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"dev-master": "2.5.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"psr-0": {
"PhpSpec": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"homepage": "http://marcelloduarte.net/"
}
],
"description": "Specification-oriented BDD framework for PHP 5.3+",
"homepage": "http://phpspec.net/",
"keywords": [
"BDD",
"SpecBDD",
"TDD",
"spec",
"specification",
"testing",
"tests"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/phpspec/phpspec/issues",
"source": "https://github.com/phpspec/phpspec/tree/2.5"
},
2017-11-28 06:44:31 +01:00
"time": "2017-07-29T17:19:38+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "phpspec/prophecy",
2021-02-14 03:34:58 +01:00
"version": "v1.10.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2021-02-14 03:34:58 +01:00
"reference": "451c3cd1418cf640de218914901e51b064abb093"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
"reference": "451c3cd1418cf640de218914901e51b064abb093",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2021-02-14 03:34:58 +01:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpspec/phpspec": "^2.5 || ^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "1.10.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
2021-02-14 03:34:58 +01:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
"source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
},
"time": "2020-03-05T15:02:03+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "phpunit/php-code-coverage",
2021-02-14 03:34:58 +01:00
"version": "5.3.2",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2021-02-14 03:34:58 +01:00
"reference": "c89677919c5dd6d3b3852f230a663118762218ac"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
"reference": "c89677919c5dd6d3b3852f230a663118762218ac",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2017-11-28 08:00:11 +01:00
"php": "^7.0",
"phpunit/php-file-iterator": "^1.4.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^2.0.1",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^3.0",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "^6.0"
2016-06-03 02:55:59 +02:00
},
"suggest": {
2017-11-28 08:00:11 +01:00
"ext-xdebug": "^2.5.5"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-14 03:34:58 +01:00
"dev-master": "5.3.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-02-14 03:34:58 +01:00
"email": "sebastian@phpunit.de",
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/5.3"
},
"time": "2018-04-06T15:36:58+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "phpunit/php-file-iterator",
2017-11-28 06:44:31 +01:00
"version": "1.4.5",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2017-11-28 06:44:31 +01:00
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-11-28 06:44:31 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"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"
],
2021-02-14 03:34:58 +01:00
"support": {
"irc": "irc://irc.freenode.net/phpunit",
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
},
2017-11-28 06:44:31 +01:00
"time": "2017-11-27T13:52:08+00:00"
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
},
2017-11-28 06:44:31 +01:00
"time": "2015-06-21T13:50:34+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "phpunit/php-timer",
2017-11-28 06:44:31 +01:00
"version": "1.0.9",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2017-11-28 06:44:31 +01:00
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-11-28 06:44:31 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"php": "^5.3.3 || ^7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2017-11-28 06:44:31 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2016-06-03 02:55:59 +02:00
},
"type": "library",
2017-11-28 06:44:31 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2016-06-03 02:55:59 +02:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2017-02-26T11:10:40+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "phpunit/php-token-stream",
2017-11-28 06:44:31 +01:00
"version": "2.0.2",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2017-11-28 06:44:31 +01:00
"reference": "791198a2c6254db10131eecfe8c06670700904db"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-11-28 06:44:31 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
"reference": "791198a2c6254db10131eecfe8c06670700904db",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2017-11-28 06:44:31 +01:00
"php": "^7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2017-11-28 06:44:31 +01:00
"phpunit/phpunit": "^6.2.4"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 06:44:31 +01:00
"dev-master": "2.0-dev"
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
},
"abandoned": true,
2017-11-28 06:44:31 +01:00
"time": "2017-11-27T05:48:46+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "phpunit/phpunit",
2021-02-14 03:34:58 +01:00
"version": "6.5.14",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2021-02-14 03:34:58 +01:00
"reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7",
"reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2017-11-28 08:00:11 +01:00
"myclabs/deep-copy": "^1.6.1",
"phar-io/manifest": "^1.0.1",
"phar-io/version": "^1.0",
"php": "^7.0",
"phpspec/prophecy": "^1.7",
2021-02-14 03:34:58 +01:00
"phpunit/php-code-coverage": "^5.3",
"phpunit/php-file-iterator": "^1.4.3",
2017-11-28 08:00:11 +01:00
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^1.0.9",
2021-02-14 03:34:58 +01:00
"phpunit/phpunit-mock-objects": "^5.0.9",
"sebastian/comparator": "^2.1",
2017-11-28 08:00:11 +01:00
"sebastian/diff": "^2.0",
"sebastian/environment": "^3.1",
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^1.0",
"sebastian/version": "^2.0.1"
2016-06-03 02:55:59 +02:00
},
"conflict": {
2017-11-28 08:00:11 +01:00
"phpdocumentor/reflection-docblock": "3.0.2",
"phpunit/dbunit": "<3.0"
},
"require-dev": {
"ext-pdo": "*"
},
2016-06-03 02:55:59 +02:00
"suggest": {
"ext-xdebug": "*",
2017-11-28 08:00:11 +01:00
"phpunit/php-invoker": "^1.1"
2016-06-03 02:55:59 +02:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.5.x-dev"
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/6.5.14"
},
"time": "2019-02-01T05:22:47+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "phpunit/phpunit-mock-objects",
2021-02-14 03:34:58 +01:00
"version": "5.0.10",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2021-02-14 03:34:58 +01:00
"reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
"reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 08:00:11 +01:00
"doctrine/instantiator": "^1.0.5",
"php": "^7.0",
"phpunit/php-text-template": "^1.2.1",
2021-02-14 03:34:58 +01:00
"sebastian/exporter": "^3.1"
},
"conflict": {
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "<6.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^6.5.11"
2016-06-03 02:55:59 +02:00
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
2016-06-03 02:55:59 +02:00
"role": "lead"
}
],
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
"source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/5.0.10"
},
"abandoned": true,
"time": "2018-08-09T05:50:03+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
2021-02-14 03:34:58 +01:00
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2021-02-14 03:34:58 +01:00
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=5.6"
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^8.5"
},
"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/",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:15:22+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "sebastian/comparator",
2021-02-14 03:34:58 +01:00
"version": "2.1.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2021-02-14 03:34:58 +01:00
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 08:00:11 +01:00
"php": "^7.0",
2021-02-14 03:34:58 +01:00
"sebastian/diff": "^2.0 || ^3.0",
2017-11-28 08:00:11 +01:00
"sebastian/exporter": "^3.1"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "^6.4"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 08:00:11 +01:00
"dev-master": "2.1.x-dev"
2016-06-03 02:55:59 +02: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",
2017-11-28 08:00:11 +01:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2016-06-03 02:55:59 +02:00
"keywords": [
"comparator",
"compare",
"equality"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/master"
},
"time": "2018-02-01T13:46:46+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "sebastian/diff",
2017-11-28 08:00:11 +01:00
"version": "2.0.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2017-11-28 08:00:11 +01:00
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-11-28 08:00:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 08:00:11 +01:00
"php": "^7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "^6.2"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 08:00:11 +01:00
"dev-master": "2.0-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/master"
},
2017-11-28 08:00:11 +01:00
"time": "2017-08-03T08:09:46+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "sebastian/environment",
2017-11-28 08:00:11 +01:00
"version": "3.1.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2017-11-28 08:00:11 +01:00
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-11-28 08:00:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 08:00:11 +01:00
"php": "^7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "^6.1"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 08:00:11 +01:00
"dev-master": "3.1.x-dev"
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/master"
},
2017-11-28 08:00:11 +01:00
"time": "2017-07-01T08:51:00+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "sebastian/exporter",
2021-02-14 03:34:58 +01:00
"version": "3.1.3",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2021-02-14 03:34:58 +01:00
"reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
"reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=7.0",
2017-11-28 08:00:11 +01:00
"sebastian/recursion-context": "^3.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
"ext-mbstring": "*",
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "^6.0"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 08:00:11 +01:00
"dev-master": "3.1.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2021-02-14 03:34:58 +01:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2016-06-03 02:55:59 +02:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2021-02-14 03:34:58 +01:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2016-06-03 02:55:59 +02:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:47:53+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "sebastian/global-state",
2017-11-28 08:00:11 +01:00
"version": "2.0.0",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2017-11-28 08:00:11 +01:00
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2017-11-28 08:00:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2017-11-28 08:00:11 +01:00
"php": "^7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "^6.0"
2016-06-03 02:55:59 +02:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 08:00:11 +01:00
"dev-master": "2.0-dev"
2016-06-03 02:55:59 +02: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"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
},
2017-11-28 08:00:11 +01:00
"time": "2017-04-27T15:39:26+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "sebastian/object-enumerator",
2021-02-14 03:34:58 +01:00
"version": "3.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2021-02-14 03:34:58 +01:00
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=7.0",
2017-11-28 08:00:11 +01:00
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 08:00:11 +01:00
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:40:27+00:00"
2017-11-28 08:00:11 +01:00
},
{
"name": "sebastian/object-reflector",
2021-02-14 03:34:58 +01:00
"version": "1.1.2",
2017-11-28 08:00:11 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2021-02-14 03:34:58 +01:00
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
2017-11-28 08:00:11 +01:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
2017-11-28 08:00:11 +01:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=7.0"
2017-11-28 08:00:11 +01:00
},
"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/",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:37:18+00:00"
},
2016-06-03 02:55:59 +02:00
{
"name": "sebastian/recursion-context",
2021-02-14 03:34:58 +01:00
"version": "3.0.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2021-02-14 03:34:58 +01:00
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": ">=7.0"
2016-06-03 02:55:59 +02:00
},
"require-dev": {
2017-11-28 08:00:11 +01:00
"phpunit/phpunit": "^6.0"
2016-06-03 02:55:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-28 08:00:11 +01:00
"dev-master": "3.0.x-dev"
2016-06-03 02:55:59 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2021-02-14 03:34:58 +01:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2016-06-03 02:55:59 +02:00
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:34:24+00:00"
2016-06-03 02:55:59 +02:00
},
{
"name": "sebastian/resource-operations",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"shasum": ""
},
"require": {
"php": ">=5.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": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2015-07-28T20:34:47+00:00"
},
2016-06-03 02:55:59 +02:00
{
"name": "sebastian/version",
"version": "2.0.1",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.6"
},
2016-06-03 02:55:59 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2016-06-03 02:55:59 +02: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": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/master"
},
2017-11-28 06:44:31 +01:00
"time": "2016-10-03T07:35:21+00:00"
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
},
{
"name": "symfony/dom-crawler",
2021-02-14 03:34:58 +01:00
"version": "v3.4.47",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2021-02-14 03:34:58 +01:00
"reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6"
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
"reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"shasum": ""
},
"require": {
2017-11-28 06:44:31 +01:00
"php": "^5.5.9|>=7.0.8",
2021-02-14 03:34:58 +01:00
"symfony/polyfill-ctype": "~1.8",
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"symfony/css-selector": "~2.8|~3.0|~4.0"
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v3.4.47"
},
"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"
}
],
"time": "2020-10-24T10:57:07+00:00"
Laravel 5.2 Update (#106) * Adopt PSR-2 coding style The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer * Adopt PHP short array syntax Laravel 5 adopted the short array syntax which became available in PHP 5.4. * Remove SelfHandling from Jobs Jobs are self handling by default in Laravel 5.2. * Add new exceptions to `$dontReport` property * Shift core files * Shift Middleware Laravel 5.2 adjusts the `Guard` object used within middleware. In addition, new `can` and `throttles` middleware were added. * Shift Input to Request facade Laravel 5.2 no longer registers the `Input` facade by default. Laravel now prefers using the `Request` facade or the `$request` object within *Controllers* instead. Review the [HTTP Requests][1] documentation for more details. [1]: https://laravel.com/docs/5.2/requests * Shift configuration Laravel 5.2 introduces the `env` app configuration option and removes the `pretend` mail configuration option. In addition, a few of the default `providers` and `aliases` bindings were removed. * Shift Laravel dependencies * Shift cleanup * Updated composer.lock * Updated Middleware to 5.2 * Config update for Laravel 5.2 * [Laravel 5.2] Updated validation strings * Updated auth config * Updated to use middleware groups * Added laravel 5.2 sessions migration
2016-09-30 00:26:31 +02:00
},
2016-06-03 02:55:59 +02:00
{
"name": "symfony/yaml",
2021-02-14 03:34:58 +01:00
"version": "v3.4.47",
2016-06-03 02:55:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2021-02-14 03:34:58 +01:00
"reference": "88289caa3c166321883f67fe5130188ebbb47094"
2016-06-03 02:55:59 +02:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
"reference": "88289caa3c166321883f67fe5130188ebbb47094",
2016-06-03 02:55:59 +02:00
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
2016-06-03 02:55:59 +02:00
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2016-06-03 02:55:59 +02:00
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"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 Yaml Component",
"homepage": "https://symfony.com",
2021-02-14 03:34:58 +01:00
"support": {
"source": "https://github.com/symfony/yaml/tree/v3.4.47"
},
"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"
}
],
"time": "2020-10-24T10:57:07+00:00"
},
2017-11-28 08:00:11 +01:00
{
"name": "theseer/tokenizer",
2021-02-14 03:34:58 +01:00
"version": "1.2.0",
2017-11-28 08:00:11 +01:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2021-02-14 03:34:58 +01:00
"reference": "75a63c33a8577608444246075ea0af0d052e452a"
2017-11-28 08:00:11 +01:00
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "75a63c33a8577608444246075ea0af0d052e452a",
2017-11-28 08:00:11 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2021-02-14 03:34:58 +01:00
"php": "^7.2 || ^8.0"
2017-11-28 08:00:11 +01:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/master"
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2020-07-12T23:59:07+00:00"
2017-11-28 08:00:11 +01:00
},
{
"name": "webmozart/assert",
2021-02-14 03:34:58 +01:00
"version": "1.9.1",
"source": {
"type": "git",
2021-02-14 03:34:58 +01:00
"url": "https://github.com/webmozarts/assert.git",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
},
"dist": {
"type": "zip",
2021-02-14 03:34:58 +01:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
"shasum": ""
},
"require": {
2021-02-14 03:34:58 +01:00
"php": "^5.3.3 || ^7.0 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<3.9.1"
},
"require-dev": {
2021-02-14 03:34:58 +01:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
},
"type": "library",
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2021-02-14 03:34:58 +01:00
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.9.1"
},
"time": "2020-07-08T17:02:28+00:00"
2016-06-03 02:55:59 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"poniverse/api": 20
},
2016-06-03 02:55:59 +02:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.0.1"
},
2021-02-14 03:34:58 +01:00
"platform-dev": [],
"plugin-api-version": "2.0.0"
2016-06-03 02:55:59 +02:00
}