2019-06-13 18:52:40 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2019-12-03 10:03:24 +01:00
"content-hash": "60db287a693f83aee0241011ef22765d",
2019-06-13 18:52:40 +02:00
"packages": [
{
"name": "dibi/dibi",
2019-12-03 09:19:02 +01:00
"version": "v4.1.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/dg/dibi.git",
2019-12-03 09:19:02 +01:00
"reference": "9d4bef53d3b9750512b04f61abe00b608d3adc2e"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/dg/dibi/zipball/9d4bef53d3b9750512b04f61abe00b608d3adc2e",
"reference": "9d4bef53d3b9750512b04f61abe00b608d3adc2e",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"replace": {
"dg/dibi": "*"
},
"require-dev": {
"nette/tester": "~2.0",
"tracy/tracy": "~2.2"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "4.1-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
}
],
"description": "Dibi is Database Abstraction Library for PHP",
"homepage": "https://dibiphp.com",
"keywords": [
"access",
"database",
"dbal",
"mssql",
"mysql",
"odbc",
"oracle",
"pdo",
"postgresql",
"sqlite",
"sqlsrv"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-19T19:15:32+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-12-03 09:19:02 +01:00
"name": "jeremeamia/superclosure",
2019-06-13 18:52:40 +02:00
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/jeremeamia/super_closure.git",
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
"shasum": ""
},
"require": {
"nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
"php": ">=5.4",
"symfony/polyfill-php56": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"SuperClosure\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia",
"role": "Developer"
}
],
"description": "Serialize Closure objects, including their context and binding",
"homepage": "https://github.com/jeremeamia/super_closure",
"keywords": [
"closure",
"function",
"lambda",
"parser",
"serializable",
"serialize",
"tokenizer"
],
"time": "2018-03-21T22:21:57+00:00"
},
{
"name": "league/flysystem",
2019-12-03 09:19:02 +01:00
"version": "1.0.57",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2019-12-03 09:19:02 +01:00
"reference": "0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a",
"reference": "0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": ">=5.5.9"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
"phpspec/phpspec": "^3.4",
"phpunit/phpunit": "^5.7.10"
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [
"Cloud Files",
"WebDAV",
"abstraction",
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
"filesystems",
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
],
2019-12-03 09:19:02 +01:00
"time": "2019-10-16T21:01:05+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "league/flysystem-ziparchive",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-ziparchive.git",
"reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
"reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
"shasum": ""
},
"require": {
"ext-zip": "*",
"league/flysystem": "~1.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\ZipArchive\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Flysystem adapter for ZipArchive's",
"time": "2016-12-20T08:36:16+00:00"
},
{
"name": "monolog/monolog",
2019-12-03 09:19:02 +01:00
"version": "1.25.2",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2019-12-03 09:19:02 +01:00
"reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
"reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
2019-06-13 18:52:40 +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",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-13T10:00:05+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"FastRoute\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "nikic/php-parser",
2019-12-03 09:19:02 +01:00
"version": "v4.3.0",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2019-12-03 09:19:02 +01:00
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
2019-12-03 09:19:02 +01:00
"ircmaxell/php-yacc": "0.0.5",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
2019-06-13 18:52:40 +02:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "4.3-dev"
2019-06-13 18:52:40 +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"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-08T13:50:10+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "php-di/invoker",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/Invoker.git",
"reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/540c27c86f663e20fe39a24cd72fa76cdb21d41a",
"reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a",
"shasum": ""
},
"require": {
"psr/container": "~1.0"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"phpunit/phpunit": "~4.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Invoker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Generic and extensible callable invoker",
"homepage": "https://github.com/PHP-DI/Invoker",
"keywords": [
"callable",
"dependency",
"dependency-injection",
"injection",
"invoke",
"invoker"
],
"time": "2017-03-20T19:28:22+00:00"
},
{
"name": "php-di/php-di",
2019-12-03 09:19:02 +01:00
"version": "6.0.10",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git",
2019-12-03 09:19:02 +01:00
"reference": "a6c813bf6b0d0bdeade3ac5a920e2c2a5b1a6ce3"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/a6c813bf6b0d0bdeade3ac5a920e2c2a5b1a6ce3",
"reference": "a6c813bf6b0d0bdeade3ac5a920e2c2a5b1a6ce3",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"jeremeamia/superclosure": "^2.0",
"nikic/php-parser": "^2.0|^3.0|^4.0",
"php": ">=7.0.0",
"php-di/invoker": "^2.0",
"php-di/phpdoc-reader": "^2.0.1",
"psr/container": "^1.0"
},
"provide": {
"psr/container-implementation": "^1.0"
},
"require-dev": {
"doctrine/annotations": "~1.2",
"friendsofphp/php-cs-fixer": "^2.4",
"mnapoli/phpunit-easymock": "~1.0",
"ocramius/proxy-manager": "~2.0.2",
"phpstan/phpstan": "^0.9.2",
"phpunit/phpunit": "~6.4"
},
"suggest": {
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
},
"type": "library",
"autoload": {
"psr-4": {
"DI\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "The dependency injection container for humans",
"homepage": "http://php-di.org/",
"keywords": [
"PSR-11",
"container",
"container-interop",
"dependency injection",
"di",
"ioc",
"psr11"
],
2019-12-03 09:19:02 +01:00
"time": "2019-10-21T11:58:24+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "php-di/phpdoc-reader",
2019-12-03 09:19:02 +01:00
"version": "2.1.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PhpDocReader.git",
2019-12-03 09:19:02 +01:00
"reference": "15678f7451c020226807f520efb867ad26fbbfcf"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/15678f7451c020226807f520efb867ad26fbbfcf",
"reference": "15678f7451c020226807f520efb867ad26fbbfcf",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.6"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpDocReader\\": "src/PhpDocReader"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
"keywords": [
"phpdoc",
"reflection"
],
2019-12-03 09:19:02 +01:00
"time": "2019-09-26T11:24:58+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
{
"name": "psr/log",
2019-12-03 09:19:02 +01:00
"version": "1.1.2",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2019-12-03 09:19:02 +01:00
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "1.1.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-01T11:05:21+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "rakit/validation",
2019-12-03 09:19:02 +01:00
"version": "v1.2.0",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/rakit/validation.git",
2019-12-03 09:19:02 +01:00
"reference": "d7710a2c8133d89b5640b79e832f370ad2d58767"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/rakit/validation/zipball/d7710a2c8133d89b5640b79e832f370ad2d58767",
"reference": "d7710a2c8133d89b5640b79e832f370ad2d58767",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Rakit\\Validation\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Muhammad Syifa",
"email": "emsifa@gmail.com"
}
],
"description": "PHP Laravel like standalone validation library",
2019-12-03 09:19:02 +01:00
"time": "2019-07-10T03:20:16+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/event-dispatcher-contracts",
2019-12-03 10:03:24 +01:00
"version": "v1.1.7",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2019-12-03 10:03:24 +01:00
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 10:03:24 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-12-03 10:03:24 +01:00
"php": "^7.1.3"
2019-06-13 18:52:40 +02:00
},
"suggest": {
2019-12-03 10:03:24 +01:00
"psr/event-dispatcher": "",
2019-06-13 18:52:40 +02:00
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 10:03:24 +01:00
"dev-master": "1.1-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2019-12-03 10:03:24 +01:00
"time": "2019-09-17T09:54:03+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/http-foundation",
2019-12-03 09:19:02 +01:00
"version": "v4.4.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2019-12-03 09:19:02 +01:00
"reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/8bccc59e61b41963d14c3dbdb23181e5c932a1d5",
"reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-12-03 09:19:02 +01:00
"symfony/mime": "^4.3|^5.0",
2019-06-13 18:52:40 +02:00
"symfony/polyfill-mbstring": "~1.1"
},
"require-dev": {
"predis/predis": "~1.0",
2019-12-03 09:19:02 +01:00
"symfony/expression-language": "^3.4|^4.0|^5.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "4.4-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
2019-12-03 09:19:02 +01:00
"time": "2019-11-28T13:33:56+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/mime",
2019-12-03 10:03:24 +01:00
"version": "v4.4.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2019-12-03 10:03:24 +01:00
"reference": "010cc488e56cafe5f7494dea70aea93100c234df"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 10:03:24 +01:00
"url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
"reference": "010cc488e56cafe5f7494dea70aea93100c234df",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-12-03 10:03:24 +01:00
"php": "^7.1.3",
2019-06-13 18:52:40 +02:00
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
2019-12-03 09:19:02 +01:00
"conflict": {
"symfony/mailer": "<4.4"
},
2019-06-13 18:52:40 +02:00
"require-dev": {
2019-12-03 09:19:02 +01:00
"egulias/email-validator": "^2.1.10",
2019-12-03 10:03:24 +01:00
"symfony/dependency-injection": "^3.4|^4.1|^5.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 10:03:24 +01:00
"dev-master": "4.4-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A library to manipulate MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
2019-12-03 10:03:24 +01:00
"time": "2019-11-30T08:27:26+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/polyfill-intl-idn",
2019-12-03 09:19:02 +01:00
"version": "v1.13.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2019-12-03 09:19:02 +01:00
"reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
"reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.9"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "1.13-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
2019-12-03 09:19:02 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-13 18:52:40 +02:00
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-27T13:56:44+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2019-12-03 09:19:02 +01:00
"version": "v1.13.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2019-12-03 09:19:02 +01:00
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "1.13-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-27T14:18:11+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/polyfill-php56",
2019-12-03 09:19:02 +01:00
"version": "v1.13.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
2019-12-03 09:19:02 +01:00
"reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
"reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "1.13-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-27T13:56:44+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/polyfill-php72",
2019-12-03 09:19:02 +01:00
"version": "v1.13.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2019-12-03 09:19:02 +01:00
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "1.13-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-27T13:56:44+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/polyfill-util",
2019-12-03 09:19:02 +01:00
"version": "v1.13.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
2019-12-03 09:19:02 +01:00
"reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
"reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "1.13-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-27T13:56:44+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/security-core",
2019-12-03 10:03:24 +01:00
"version": "v4.4.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
2019-12-03 10:03:24 +01:00
"reference": "312c91f90786fd7add89e8542cfc98543f0e60db"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 10:03:24 +01:00
"url": "https://api.github.com/repos/symfony/security-core/zipball/312c91f90786fd7add89e8542cfc98543f0e60db",
"reference": "312c91f90786fd7add89e8542cfc98543f0e60db",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-12-03 10:03:24 +01:00
"php": "^7.1.3",
2019-12-03 09:19:02 +01:00
"symfony/event-dispatcher-contracts": "^1.1|^2",
"symfony/service-contracts": "^1.1.6|^2"
2019-06-13 18:52:40 +02:00
},
"conflict": {
2019-12-03 10:03:24 +01:00
"symfony/event-dispatcher": "<4.3|>=5",
2019-12-03 09:19:02 +01:00
"symfony/ldap": "<4.4",
2019-12-03 10:03:24 +01:00
"symfony/security-guard": "<4.3"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
"psr/container": "^1.0",
"psr/log": "~1.0",
2019-12-03 10:03:24 +01:00
"symfony/event-dispatcher": "^4.3",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
2019-12-03 09:19:02 +01:00
"symfony/ldap": "^4.4|^5.0",
2019-12-03 10:03:24 +01:00
"symfony/validator": "^3.4.31|^4.3.4|^5.0"
2019-06-13 18:52:40 +02:00
},
"suggest": {
"psr/container-implementation": "To instantiate the Security class",
"symfony/event-dispatcher": "",
"symfony/expression-language": "For using the expression voter",
"symfony/http-foundation": "",
"symfony/ldap": "For using LDAP integration",
"symfony/validator": "For using the user password constraint"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 10:03:24 +01:00
"dev-master": "4.4-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Core\\": ""
},
"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 Security Component - Core Library",
"homepage": "https://symfony.com",
2019-12-03 10:03:24 +01:00
"time": "2019-11-20T10:44:55+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/security-csrf",
2019-12-03 09:19:02 +01:00
"version": "v4.4.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
2019-12-03 09:19:02 +01:00
"reference": "aeed1a2315019b5a090f5ad34c01f1935ea9b757"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/aeed1a2315019b5a090f5ad34c01f1935ea9b757",
"reference": "aeed1a2315019b5a090f5ad34c01f1935ea9b757",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-12-03 09:19:02 +01:00
"symfony/security-core": "^3.4|^4.0|^5.0"
2019-06-13 18:52:40 +02:00
},
"conflict": {
"symfony/http-foundation": "<3.4"
},
"require-dev": {
2019-12-03 09:19:02 +01:00
"symfony/http-foundation": "^3.4|^4.0|^5.0"
2019-06-13 18:52:40 +02:00
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "4.4-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Csrf\\": ""
},
"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 Security Component - CSRF Library",
"homepage": "https://symfony.com",
2019-12-03 09:19:02 +01:00
"time": "2019-10-12T00:35:04+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "symfony/service-contracts",
2019-12-03 10:03:24 +01:00
"version": "v1.1.8",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2019-12-03 10:03:24 +01:00
"reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 10:03:24 +01:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
"reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-12-03 10:03:24 +01:00
"php": "^7.1.3",
2019-12-03 09:19:02 +01:00
"psr/container": "^1.0"
2019-06-13 18:52:40 +02:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 10:03:24 +01:00
"dev-master": "1.1-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2019-12-03 10:03:24 +01:00
"time": "2019-10-14T12:27:06+00:00"
2019-06-13 18:52:40 +02:00
}
],
"packages-dev": [
2019-06-14 12:46:45 +02:00
{
"name": "composer/xdebug-handler",
2019-12-03 09:19:02 +01:00
"version": "1.4.0",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2019-12-03 09:19:02 +01:00
"reference": "cbe23383749496fe0f373345208b79568e4bc248"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
"reference": "cbe23383749496fe0f373345208b79568e4bc248",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
2019-12-03 09:19:02 +01:00
"php": "^5.3.2 || ^7.0 || ^8.0",
2019-06-14 12:46:45 +02:00
"psr/log": "^1.0"
},
"require-dev": {
2019-12-03 09:19:02 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
2019-06-14 12:46:45 +02:00
},
"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"
}
],
2019-12-03 09:19:02 +01:00
"description": "Restarts a process without Xdebug.",
2019-06-14 12:46:45 +02:00
"keywords": [
"Xdebug",
"performance"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-06T16:40:04+00:00"
2019-06-14 12:46:45 +02:00
},
2019-06-13 18:52:40 +02:00
{
2019-06-14 09:26:48 +02:00
"name": "doctrine/instantiator",
2019-12-03 09:19:02 +01:00
"version": "1.3.0",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/doctrine/instantiator.git",
2019-12-03 09:19:02 +01:00
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.1"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"doctrine/coding-standard": "^6.0",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "1.2.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
2019-06-14 09:26:48 +02:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2019-06-13 18:52:40 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2019-06-13 18:52:40 +02:00
"keywords": [
2019-06-14 09:26:48 +02:00
"constructor",
"instantiate"
2019-06-13 18:52:40 +02:00
],
2019-12-03 09:19:02 +01:00
"time": "2019-10-21T16:45:58+00:00"
2019-06-13 18:52:40 +02:00
},
2019-06-14 12:46:45 +02:00
{
"name": "jean85/pretty-package-versions",
"version": "1.2",
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
"reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
"shasum": ""
},
"require": {
"ocramius/package-versions": "^1.2.0",
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Jean85\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Lai",
"email": "alessandro.lai85@gmail.com"
}
],
"description": "A wrapper for ocramius/package-versions to get pretty versions strings",
"keywords": [
"composer",
"package",
"release",
"versions"
],
"time": "2018-06-13T13:22:40+00:00"
},
2019-06-13 18:52:40 +02:00
{
2019-06-14 09:26:48 +02:00
"name": "league/flysystem-memory",
"version": "1.0.2",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/thephpleague/flysystem-memory.git",
"reference": "d0e87477c32e29f999b4de05e64c1adcddb51757"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757",
"reference": "d0e87477c32e29f999b4de05e64c1adcddb51757",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"league/flysystem": "~1.0"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpunit/phpunit": "^5.7.10"
2019-06-13 18:52:40 +02:00
},
"type": "library",
2019-06-14 09:26:48 +02:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2019-06-13 18:52:40 +02:00
"autoload": {
"psr-4": {
2019-06-14 09:26:48 +02:00
"League\\Flysystem\\Memory\\": "src/"
2019-06-13 18:52:40 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-06-14 12:46:45 +02:00
"name": "Chris Leppanen",
"email": "chris.leppanen@gmail.com",
"role": "Developer"
}
],
"description": "An in-memory adapter for Flysystem.",
"homepage": "https://github.com/thephpleague/flysystem-memory",
"keywords": [
"Flysystem",
"adapter",
"memory"
],
"time": "2019-05-30T21:34:13+00:00"
},
{
"name": "myclabs/deep-copy",
2019-12-03 09:19:02 +01:00
"version": "1.9.3",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2019-12-03 09:19:02 +01:00
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2019-12-03 09:19:02 +01:00
"time": "2019-08-09T12:45:53+00:00"
2019-06-14 12:46:45 +02:00
},
{
"name": "nette/bootstrap",
2019-12-03 09:19:02 +01:00
"version": "v3.0.1",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/nette/bootstrap.git",
2019-12-03 09:19:02 +01:00
"reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
"reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"nette/di": "^3.0",
"nette/utils": "^3.0",
"php": ">=7.1"
},
2019-12-03 09:19:02 +01:00
"conflict": {
"tracy/tracy": "<2.6"
},
2019-06-14 12:46:45 +02:00
"require-dev": {
"latte/latte": "^2.2",
"nette/application": "^3.0",
"nette/caching": "^3.0",
"nette/database": "^3.0",
"nette/forms": "^3.0",
"nette/http": "^3.0",
"nette/mail": "^3.0",
"nette/robot-loader": "^3.0",
"nette/safe-stream": "^2.2",
"nette/security": "^3.0",
"nette/tester": "^2.0",
"tracy/tracy": "^2.6"
},
"suggest": {
"nette/robot-loader": "to use Configurator::createRobotLoader()",
"tracy/tracy": "to use Configurator::enableTracy()"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
"homepage": "https://nette.org",
"keywords": [
"bootstrapping",
"configurator",
"nette"
],
2019-12-03 09:19:02 +01:00
"time": "2019-09-30T08:19:38+00:00"
2019-06-14 12:46:45 +02:00
},
{
"name": "nette/di",
2019-12-03 09:19:02 +01:00
"version": "v3.0.1",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/nette/di.git",
2019-12-03 09:19:02 +01:00
"reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/nette/di/zipball/4aff517a1c6bb5c36fa09733d4cea089f529de6d",
"reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nette/neon": "^3.0",
"nette/php-generator": "^3.2.2",
"nette/robot-loader": "^3.2",
"nette/schema": "^1.0",
"nette/utils": "^3.0",
"php": ">=7.1"
},
"conflict": {
"nette/bootstrap": "<3.0"
},
"require-dev": {
"nette/tester": "^2.2",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
],
"files": [
"src/compatibility.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
"homepage": "https://nette.org",
"keywords": [
"compiled",
"di",
"dic",
"factory",
"ioc",
"nette",
"static"
],
2019-12-03 09:19:02 +01:00
"time": "2019-08-07T12:11:33+00:00"
2019-06-14 12:46:45 +02:00
},
{
"name": "nette/finder",
2019-12-03 09:19:02 +01:00
"version": "v2.5.1",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/nette/finder.git",
2019-12-03 09:19:02 +01:00
"reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
"reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"nette/utils": "^2.4 || ~3.0.0",
"php": ">=7.1"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
2019-12-03 09:19:02 +01:00
"description": "🔍 Nette Finder: find files and directories with an intuitive API.",
2019-06-14 12:46:45 +02:00
"homepage": "https://nette.org",
"keywords": [
"filesystem",
"glob",
"iterator",
"nette"
],
2019-12-03 09:19:02 +01:00
"time": "2019-07-11T18:02:17+00:00"
2019-06-14 12:46:45 +02:00
},
{
"name": "nette/neon",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/nette/neon.git",
"reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
"reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"ext-json": "*",
"php": ">=7.0"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "? Nette NEON: encodes and decodes NEON file format.",
"homepage": "http://ne-on.org",
"keywords": [
"export",
"import",
"neon",
"nette",
"yaml"
],
"time": "2019-02-05T21:30:40+00:00"
},
{
"name": "nette/php-generator",
2019-12-03 09:19:02 +01:00
"version": "v3.3.1",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/nette/php-generator.git",
2019-12-03 09:19:02 +01:00
"reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
"reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"nette/utils": "^2.4.2 || ~3.0.0",
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "3.3-dev"
2019-06-14 12:46:45 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
"homepage": "https://nette.org",
"keywords": [
"code",
"nette",
"php",
"scaffolding"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-22T11:12:11+00:00"
2019-06-14 12:46:45 +02:00
},
{
"name": "nette/robot-loader",
"version": "v3.2.0",
"source": {
"type": "git",
"url": "https://github.com/nette/robot-loader.git",
"reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
"reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nette/finder": "^2.5",
"nette/utils": "^3.0",
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
"homepage": "https://nette.org",
"keywords": [
"autoload",
"class",
"interface",
"nette",
"trait"
],
"time": "2019-03-08T21:57:24+00:00"
},
{
"name": "nette/schema",
2019-12-03 09:19:02 +01:00
"version": "v1.0.1",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
2019-12-03 09:19:02 +01:00
"reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
"reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"nette/utils": "^3.0.1",
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "^2.2",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "📐 Nette Schema: validating data structures against a given Schema.",
"homepage": "https://nette.org",
"keywords": [
"config",
"nette"
],
2019-12-03 09:19:02 +01:00
"time": "2019-10-31T20:52:19+00:00"
2019-06-14 12:46:45 +02:00
},
{
"name": "nette/utils",
2019-12-03 09:19:02 +01:00
"version": "v3.0.2",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
2019-12-03 09:19:02 +01:00
"reference": "c133e18c922dcf3ad07673077d92d92cef25a148"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/nette/utils/zipball/c133e18c922dcf3ad07673077d92d92cef25a148",
"reference": "c133e18c922dcf3ad07673077d92d92cef25a148",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize() and toAscii()",
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
2019-12-03 09:19:02 +01:00
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
2019-06-14 12:46:45 +02:00
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 12:46:45 +02:00
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
2019-06-13 18:52:40 +02:00
"keywords": [
2019-06-14 12:46:45 +02:00
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
2019-12-03 09:19:02 +01:00
"time": "2019-10-21T20:40:16+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 12:46:45 +02:00
"name": "ocramius/package-versions",
2019-12-03 10:03:24 +01:00
"version": "1.4.2",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 12:46:45 +02:00
"url": "https://github.com/Ocramius/PackageVersions.git",
2019-12-03 10:03:24 +01:00
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 10:03:24 +01:00
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 12:46:45 +02:00
"composer-plugin-api": "^1.0.0",
2019-12-03 10:03:24 +01:00
"php": "^7.1.0"
2019-06-14 09:26:48 +02:00
},
2019-06-13 18:52:40 +02:00
"require-dev": {
2019-12-03 10:03:24 +01:00
"composer/composer": "^1.6.3",
"doctrine/coding-standard": "^5.0.1",
2019-06-14 12:46:45 +02:00
"ext-zip": "*",
2019-12-03 10:03:24 +01:00
"infection/infection": "^0.7.1",
"phpunit/phpunit": "^7.5.17"
2019-06-14 12:46:45 +02:00
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
2019-12-03 10:03:24 +01:00
"dev-master": "2.0.x-dev"
2019-06-14 12:46:45 +02:00
}
2019-06-13 18:52:40 +02:00
},
"autoload": {
"psr-4": {
2019-06-14 12:46:45 +02:00
"PackageVersions\\": "src/PackageVersions"
}
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-06-14 12:46:45 +02:00
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
2019-06-13 18:52:40 +02:00
],
2019-06-14 12:46:45 +02:00
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2019-12-03 10:03:24 +01:00
"time": "2019-11-15T16:17:10+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phar-io/manifest",
"version": "1.0.3",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/phar-io/manifest.git",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"ext-dom": "*",
2019-06-13 18:52:40 +02:00
"ext-phar": "*",
2019-06-14 09:26:48 +02:00
"phar-io/version": "^2.0",
"php": "^5.6 || ^7.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "1.0.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
]
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2018-07-08T19:23:20+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phar-io/version",
"version": "2.0.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/phar-io/version.git",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^5.6 || ^7.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
]
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Library for handling version information and constraints",
"time": "2018-07-08T19:19:57+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phpdocumentor/reflection-common",
2019-12-03 09:19:02 +01:00
"version": "2.0.0",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2019-12-03 09:19:02 +01:00
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-12-03 09:19:02 +01:00
"php": ">=7.1"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-12-03 09:19:02 +01:00
"phpunit/phpunit": "~6"
2019-06-13 18:52:40 +02:00
},
2019-06-14 09:26:48 +02:00
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "2.x-dev"
2019-06-14 09:26:48 +02:00
}
2019-06-13 18:52:40 +02:00
},
"autoload": {
"psr-4": {
2019-12-03 09:19:02 +01:00
"phpDocumentor\\Reflection\\": "src/"
2019-06-14 09:26:48 +02:00
}
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2019-12-03 09:19:02 +01:00
"time": "2018-08-07T13:53:10+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phpdocumentor/reflection-docblock",
2019-12-03 09:19:02 +01:00
"version": "4.3.2",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2019-12-03 09:19:02 +01:00
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.0",
2019-12-03 09:19:02 +01:00
"phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
"phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
2019-06-14 09:26:48 +02:00
"webmozart/assert": "^1.0"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-12-03 09:19:02 +01:00
"doctrine/instantiator": "^1.0.5",
2019-06-14 09:26:48 +02:00
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "4.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
2019-06-14 09:26:48 +02:00
"phpDocumentor\\Reflection\\": [
"src/"
]
2019-06-13 18:52:40 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2019-12-03 09:19:02 +01:00
"time": "2019-09-12T14:27:41+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phpdocumentor/type-resolver",
2019-12-03 09:19:02 +01:00
"version": "1.0.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2019-12-03 09:19:02 +01:00
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-12-03 09:19:02 +01:00
"php": "^7.1",
"phpdocumentor/reflection-common": "^2.0"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-12-03 09:19:02 +01:00
"ext-tokenizer": "^7.1",
"mockery/mockery": "~1",
"phpunit/phpunit": "^7.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "1.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
2019-12-03 09:19:02 +01:00
"phpDocumentor\\Reflection\\": "src"
2019-06-13 18:52:40 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2019-06-13 18:52:40 +02:00
}
],
2019-12-03 09:19:02 +01:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2019-08-22T18:11:29+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phpspec/prophecy",
2019-12-03 09:19:02 +01:00
"version": "1.9.0",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/phpspec/prophecy.git",
2019-12-03 09:19:02 +01:00
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2019-12-03 09:19:02 +01:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
2019-06-14 09:26:48 +02:00
"sebastian/comparator": "^1.1|^2.0|^3.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "1.8.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
2019-06-14 09:26:48 +02:00
"Prophecy\\": "src/Prophecy"
2019-06-13 18:52:40 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
2019-06-13 18:52:40 +02:00
"keywords": [
2019-06-14 09:26:48 +02:00
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
2019-06-13 18:52:40 +02:00
],
2019-12-03 09:19:02 +01:00
"time": "2019-10-03T11:07:50+00:00"
2019-06-13 18:52:40 +02:00
},
2019-06-14 12:46:45 +02:00
{
"name": "phpstan/phpdoc-parser",
"version": "0.3.5",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
"reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
"shasum": ""
},
"require": {
"php": "~7.1"
},
"require-dev": {
"consistence/coding-standard": "^3.5",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.16.0",
"phpstan/phpstan": "^0.10",
"phpunit/phpunit": "^6.3",
"slevomat/coding-standard": "^4.7.2",
"squizlabs/php_codesniffer": "^3.3.2",
"symfony/process": "^3.4 || ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"time": "2019-06-07T19:13:52+00:00"
},
{
"name": "phpstan/phpstan",
2019-12-03 09:19:02 +01:00
"version": "0.11.19",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2019-12-03 09:19:02 +01:00
"reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
"reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"composer/xdebug-handler": "^1.3.0",
"jean85/pretty-package-versions": "^1.0.3",
"nette/bootstrap": "^2.4 || ^3.0",
"nette/di": "^2.4.7 || ^3.0",
2019-12-03 09:19:02 +01:00
"nette/neon": "^2.4.3 || ^3.0",
2019-06-14 12:46:45 +02:00
"nette/robot-loader": "^3.0.1",
"nette/schema": "^1.0",
"nette/utils": "^2.4.5 || ^3.0",
2019-12-03 09:19:02 +01:00
"nikic/php-parser": "^4.2.3",
2019-06-14 12:46:45 +02:00
"php": "~7.1",
2019-12-03 09:19:02 +01:00
"phpstan/phpdoc-parser": "^0.3.5",
2019-06-14 12:46:45 +02:00
"symfony/console": "~3.2 || ~4.0",
"symfony/finder": "~3.2 || ~4.0"
},
"conflict": {
"symfony/console": "3.4.16 || 4.1.5"
},
"require-dev": {
2019-12-03 09:19:02 +01:00
"brianium/paratest": "^2.0 || ^3.0",
2019-06-14 12:46:45 +02:00
"consistence/coding-standard": "^3.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"ext-intl": "*",
"ext-mysqli": "*",
2019-12-03 09:19:02 +01:00
"ext-simplexml": "*",
2019-06-14 12:46:45 +02:00
"ext-soap": "*",
"ext-zip": "*",
"jakub-onderka/php-parallel-lint": "^1.0",
"localheinz/composer-normalize": "^1.1.0",
"phing/phing": "^2.16.0",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-php-parser": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
2019-12-03 09:19:02 +01:00
"phpunit/phpunit": "^7.5.14 || ^8.0",
2019-06-14 12:46:45 +02:00
"slevomat/coding-standard": "^4.7.2",
"squizlabs/php_codesniffer": "^3.3.2"
},
"bin": [
"bin/phpstan"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.11-dev"
}
},
"autoload": {
"psr-4": {
"PHPStan\\": [
2019-12-03 09:19:02 +01:00
"src/"
2019-06-14 12:46:45 +02:00
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
2019-12-03 09:19:02 +01:00
"time": "2019-10-22T20:20:22+00:00"
2019-06-14 12:46:45 +02:00
},
2019-06-13 18:52:40 +02:00
{
2019-06-14 09:26:48 +02:00
"name": "phpunit/php-code-coverage",
"version": "6.1.4",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^7.1",
"phpunit/php-file-iterator": "^2.0",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.0",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^3.1 || ^4.0",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpunit/phpunit": "^7.0"
},
"suggest": {
"ext-xdebug": "^2.6.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
2019-06-14 09:26:48 +02:00
"extra": {
"branch-alias": {
"dev-master": "6.1-dev"
}
},
2019-06-13 18:52:40 +02:00
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
2019-06-13 18:52:40 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
2019-06-14 09:26:48 +02:00
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2019-06-13 18:52:40 +02:00
"keywords": [
2019-06-14 09:26:48 +02:00
"coverage",
"testing",
"xunit"
2019-06-13 18:52:40 +02:00
],
2019-06-14 09:26:48 +02:00
"time": "2018-10-31T16:06:48+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phpunit/php-file-iterator",
"version": "2.0.2",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.1"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpunit/phpunit": "^7.1"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "2.0.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2019-06-13 18:52:40 +02:00
"keywords": [
"filesystem",
2019-06-14 09:26:48 +02:00
"iterator"
2019-06-13 18:52:40 +02:00
],
2019-06-14 09:26:48 +02:00
"time": "2018-09-13T20:33:42+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phpunit/php-text-template",
"version": "1.2.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": ">=5.3.3"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2019-06-13 18:52:40 +02:00
"keywords": [
2019-06-14 09:26:48 +02:00
"template"
2019-06-13 18:52:40 +02:00
],
2019-06-14 09:26:48 +02:00
"time": "2015-06-21T13:50:34+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phpunit/php-timer",
"version": "2.1.2",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.1"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpunit/phpunit": "^7.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "2.1-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2019-06-13 18:52:40 +02:00
"keywords": [
2019-06-14 09:26:48 +02:00
"timer"
],
"time": "2019-06-07T04:22:29+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phpunit/php-token-stream",
2019-12-03 09:19:02 +01:00
"version": "3.1.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2019-12-03 09:19:02 +01:00
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"ext-tokenizer": "*",
"php": "^7.1"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpunit/phpunit": "^7.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
2019-06-14 09:26:48 +02:00
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "3.1-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
]
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2019-12-03 09:19:02 +01:00
"time": "2019-09-17T06:23:10+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "phpunit/phpunit",
2019-12-03 09:19:02 +01:00
"version": "7.5.17",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/phpunit.git",
2019-12-03 09:19:02 +01:00
"reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4c92a15296e58191a4cd74cff3b34fc8e374174a",
"reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"doctrine/instantiator": "^1.1",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"myclabs/deep-copy": "^1.7",
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
2019-06-13 18:52:40 +02:00
"php": "^7.1",
2019-06-14 09:26:48 +02:00
"phpspec/prophecy": "^1.7",
"phpunit/php-code-coverage": "^6.0.7",
"phpunit/php-file-iterator": "^2.0.1",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
"sebastian/environment": "^4.0",
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^2.0",
"sebastian/version": "^2.0.1"
},
"conflict": {
"phpunit/phpunit-mock-objects": "*"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"ext-pdo": "*"
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*",
"phpunit/php-invoker": "^2.0"
},
"bin": [
"phpunit"
],
"type": "library",
2019-06-13 18:52:40 +02:00
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "7.5-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
]
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
2019-06-13 18:52:40 +02:00
],
2019-12-03 09:19:02 +01:00
"time": "2019-10-28T10:37:36+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^5.6 || ^7.0"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpunit/phpunit": "^5.7 || ^6.0"
2019-06-13 18:52:40 +02:00
},
2019-06-14 09:26:48 +02:00
"type": "library",
2019-06-13 18:52:40 +02:00
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "1.0.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
]
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/comparator",
"version": "3.0.2",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.1",
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpunit/phpunit": "^7.1"
2019-06-13 18:52:40 +02:00
},
"type": "library",
2019-06-14 09:26:48 +02:00
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
2019-06-13 18:52:40 +02:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"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"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
2019-06-13 18:52:40 +02:00
"keywords": [
2019-06-14 09:26:48 +02:00
"comparator",
"compare",
"equality"
2019-06-13 18:52:40 +02:00
],
2019-06-14 09:26:48 +02:00
"time": "2018-07-12T15:12:46+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/diff",
"version": "3.0.2",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "3.0-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2019-06-13 18:52:40 +02:00
},
{
"name": "Sebastian Bergmann",
2019-06-14 09:26:48 +02:00
"email": "sebastian@phpunit.de"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"time": "2019-02-04T06:01:07+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/environment",
2019-12-03 09:19:02 +01:00
"version": "4.2.3",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/environment.git",
2019-12-03 09:19:02 +01:00
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2019-06-13 18:52:40 +02:00
},
"type": "library",
2019-06-14 09:26:48 +02:00
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
2019-06-13 18:52:40 +02:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-06-14 09:26:48 +02:00
"email": "sebastian@phpunit.de"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-20T08:46:58+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/exporter",
2019-12-03 09:19:02 +01:00
"version": "3.1.2",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/exporter.git",
2019-12-03 09:19:02 +01:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"ext-mbstring": "*",
"phpunit/phpunit": "^6.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
2019-06-14 09:26:48 +02:00
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
2019-06-13 18:52:40 +02:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-12-03 09:19:02 +01:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2019-06-13 18:52:40 +02:00
{
2019-06-14 09:26:48 +02:00
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
2019-06-13 18:52:40 +02:00
{
2019-06-14 09:26:48 +02:00
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-12-03 09:19:02 +01:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
2019-06-13 18:52:40 +02:00
"keywords": [
2019-06-14 09:26:48 +02:00
"export",
"exporter"
2019-06-13 18:52:40 +02:00
],
2019-12-03 09:19:02 +01:00
"time": "2019-09-14T09:02:43+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/global-state",
"version": "2.0.0",
"source": {
2019-06-13 18:52:40 +02:00
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.0"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-uopz": "*"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "2.0-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
]
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
2019-06-13 18:52:40 +02:00
"keywords": [
2019-06-14 09:26:48 +02:00
"global state"
2019-06-13 18:52:40 +02:00
],
2019-06-14 09:26:48 +02:00
"time": "2017-04-27T15:39:26+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/object-enumerator",
"version": "3.0.3",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": "^7.0",
2019-06-14 09:26:48 +02:00
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpunit/phpunit": "^6.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "3.0.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
]
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2017-08-03T12:35:26+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/object-reflector",
"version": "1.1.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.0"
2019-06-13 18:52:40 +02:00
},
"require-dev": {
2019-06-14 09:26:48 +02:00
"phpunit/phpunit": "^6.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "1.1-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
]
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/recursion-context",
"version": "3.0.0",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "3.0.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-06-14 09:26:48 +02:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2019-06-13 18:52:40 +02:00
{
"name": "Sebastian Bergmann",
2019-06-14 09:26:48 +02:00
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2017-03-03T06:23:57+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/resource-operations",
"version": "2.0.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": "^7.1"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "2.0-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
]
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
2019-06-13 18:52:40 +02:00
],
"authors": [
{
2019-06-14 09:26:48 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"time": "2018-10-04T04:07:39+00:00"
2019-06-13 18:52:40 +02:00
},
{
2019-06-14 09:26:48 +02:00
"name": "sebastian/version",
"version": "2.0.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": ">=5.6"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-06-14 09:26:48 +02:00
"dev-master": "2.0.x-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
2019-06-14 09:26:48 +02:00
"classmap": [
"src/"
]
2019-06-13 18:52:40 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-06-14 09:26:48 +02:00
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
2019-06-13 18:52:40 +02:00
],
2019-06-14 09:26:48 +02:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
2019-06-13 18:52:40 +02:00
},
2019-06-14 12:46:45 +02:00
{
"name": "symfony/console",
2019-12-03 09:19:02 +01:00
"version": "v4.4.1",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2019-12-03 09:19:02 +01:00
"reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
"reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2019-12-03 09:19:02 +01:00
"symfony/service-contracts": "^1.1|^2"
2019-06-14 12:46:45 +02:00
},
"conflict": {
"symfony/dependency-injection": "<3.4",
2019-12-03 09:19:02 +01:00
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
2019-06-14 12:46:45 +02:00
"symfony/process": "<3.3"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
2019-12-03 09:19:02 +01:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
2019-06-14 12:46:45 +02:00
"symfony/event-dispatcher": "^4.3",
2019-12-03 09:19:02 +01:00
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
2019-06-14 12:46:45 +02:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "4.4-dev"
2019-06-14 12:46:45 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2019-12-03 09:19:02 +01:00
"time": "2019-12-01T10:06:17+00:00"
2019-06-14 12:46:45 +02:00
},
{
"name": "symfony/finder",
2019-12-03 09:19:02 +01:00
"version": "v4.4.1",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2019-12-03 09:19:02 +01:00
"reference": "ce8743441da64c41e2a667b8eb66070444ed911e"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/ce8743441da64c41e2a667b8eb66070444ed911e",
"reference": "ce8743441da64c41e2a667b8eb66070444ed911e",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "4.4-dev"
2019-06-14 12:46:45 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
2019-12-03 09:19:02 +01:00
"time": "2019-11-17T21:56:56+00:00"
2019-06-14 12:46:45 +02:00
},
2019-06-13 18:52:40 +02:00
{
2019-06-14 09:26:48 +02:00
"name": "symfony/polyfill-ctype",
2019-12-03 09:19:02 +01:00
"version": "v1.13.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
2019-06-14 09:26:48 +02:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2019-12-03 09:19:02 +01:00
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
2019-06-14 09:26:48 +02:00
"php": ">=5.3.3"
2019-06-13 18:52:40 +02:00
},
"suggest": {
2019-06-14 09:26:48 +02:00
"ext-ctype": "For best performance"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "1.13-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"psr-4": {
2019-06-14 09:26:48 +02:00
"Symfony\\Polyfill\\Ctype\\": ""
2019-06-13 18:52:40 +02:00
},
2019-06-14 09:26:48 +02:00
"files": [
"bootstrap.php"
2019-06-13 18:52:40 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-12-03 09:19:02 +01:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2019-06-14 09:26:48 +02:00
},
{
2019-12-03 09:19:02 +01:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-13 18:52:40 +02:00
}
],
2019-06-14 09:26:48 +02:00
"description": "Symfony polyfill for ctype functions",
2019-06-13 18:52:40 +02:00
"homepage": "https://symfony.com",
2019-06-14 09:26:48 +02:00
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-27T13:56:44+00:00"
2019-06-13 18:52:40 +02:00
},
2019-06-14 12:46:45 +02:00
{
"name": "symfony/polyfill-php73",
2019-12-03 09:19:02 +01:00
"version": "v1.13.1",
2019-06-14 12:46:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2019-12-03 09:19:02 +01:00
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
2019-06-14 12:46:45 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
2019-06-14 12:46:45 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "1.13-dev"
2019-06-14 12:46:45 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"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 backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-27T16:25:15+00:00"
2019-06-14 12:46:45 +02:00
},
2019-06-13 18:52:40 +02:00
{
"name": "symfony/var-dumper",
2019-12-03 09:19:02 +01:00
"version": "v4.4.1",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2019-12-03 09:19:02 +01:00
"reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/0a89a1dbbedd9fb2cfb2336556dec8305273c19a",
"reference": "0a89a1dbbedd9fb2cfb2336556dec8305273c19a",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
},
"require-dev": {
"ext-iconv": "*",
2019-12-03 09:19:02 +01:00
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/process": "^4.4|^5.0",
"twig/twig": "^1.34|^2.4|^3.0"
2019-06-13 18:52:40 +02:00
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 09:19:02 +01:00
"dev-master": "4.4-dev"
2019-06-13 18:52:40 +02:00
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-28T13:33:56+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "theseer/tokenizer",
2019-06-14 09:26:48 +02:00
"version": "1.1.3",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2019-06-14 09:26:48 +02:00
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-06-14 09:26:48 +02:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2019-06-14 09:26:48 +02:00
"time": "2019-06-13T22:48:21+00:00"
2019-06-13 18:52:40 +02:00
},
{
"name": "webmozart/assert",
2019-12-03 09:19:02 +01:00
"version": "1.6.0",
2019-06-13 18:52:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2019-12-03 09:19:02 +01:00
"reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
2019-06-13 18:52:40 +02:00
},
"dist": {
"type": "zip",
2019-12-03 09:19:02 +01:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
"reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
2019-06-13 18:52:40 +02:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
},
2019-12-03 09:19:02 +01:00
"conflict": {
"vimeo/psalm": "<3.6.0"
},
2019-06-13 18:52:40 +02:00
"require-dev": {
2019-12-03 09:19:02 +01:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2019-06-13 18:52:40 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2019-12-03 09:19:02 +01:00
"time": "2019-11-24T13:36:37+00:00"
2019-06-13 18:52:40 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.1.3"
},
2019-12-03 10:03:24 +01:00
"platform-dev": [],
"platform-overrides": {
"php": "7.1.3"
}
2019-06-13 18:52:40 +02:00
}