{
"_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"
],
"content-hash": "926471824f4618b43257f68977114f25",
"packages": [
{
"name": "doctrine/instantiator",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2020-05-29T17:27:14+00:00"
},
{
"name": "mezon/application",
"version": "1.1.20",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-application.git",
"reference": "022616f42e541ef71747dd7b81c51545fe9b634d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-application/zipball/022616f42e541ef71747dd7b81c51545fe9b634d",
"reference": "022616f42e541ef71747dd7b81c51545fe9b634d",
"shasum": ""
},
"require": {
"mezon/conf": "^1.0",
"mezon/html-template": "^1.0",
"mezon/http-request-params": "^1.0",
"mezon/rest-exception": "^1.0",
"mezon/template-engine": "^1.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Application\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small application script",
"homepage": "https://github.com/alexdodonov/mezon-application",
"time": "2020-09-03T16:29:47+00:00"
},
{
"name": "mezon/application-actions",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-application-actions.git",
"reference": "e09d348b0db0eb738a2ae4c43dfc40de3ee51fe0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-application-actions/zipball/e09d348b0db0eb738a2ae4c43dfc40de3ee51fe0",
"reference": "e09d348b0db0eb738a2ae4c43dfc40de3ee51fe0",
"shasum": ""
},
"require": {
"mezon/crud-service-client": "^1.0.0",
"mezon/crud-service-client-adapter": "^1.0.0",
"mezon/filter": "^1.0",
"mezon/gui": "^1.0.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\": "./Mezon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small application script",
"homepage": "https://github.com/alexdodonov/mezon-application-actions",
"time": "2020-10-07T15:41:03+00:00"
},
{
"name": "mezon/cache",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-cache.git",
"reference": "a591e756b043951323c1f370bee621530b7ed738"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-cache/zipball/a591e756b043951323c1f370bee621530b7ed738",
"reference": "a591e756b043951323c1f370bee621530b7ed738",
"shasum": ""
},
"require": {
"mezon/functional": ">=1.0.0",
"mezon/singleton": ">=1.0.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Cache\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small cache script",
"homepage": "https://github.com/alexdodonov/mezon-cache",
"time": "2020-02-13T21:44:42+00:00"
},
{
"name": "mezon/conf",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-conf.git",
"reference": "63b9100effd581fb2f3ea9f9e9855254d1bad151"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-conf/zipball/63b9100effd581fb2f3ea9f9e9855254d1bad151",
"reference": "63b9100effd581fb2f3ea9f9e9855254d1bad151",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Conf\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small conf routine",
"homepage": "https://github.com/alexdodonov/mezon-conf",
"time": "2020-02-24T10:08:55+00:00"
},
{
"name": "mezon/crud-service",
"version": "1.1.8",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-crud-service.git",
"reference": "5ba98df943ca69b48112fec0b16d8fc390a08ab3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-crud-service/zipball/5ba98df943ca69b48112fec0b16d8fc390a08ab3",
"reference": "5ba98df943ca69b48112fec0b16d8fc390a08ab3",
"shasum": ""
},
"require": {
"mezon/crud-service-model": "^1.0",
"mezon/fields-set": "^1.0",
"mezon/filter": "^1.0",
"mezon/security": "^1.0",
"mezon/security-provider": "^1.0",
"mezon/service": "^1.1",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\": "./Mezon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small crud-service script",
"homepage": "https://github.com/alexdodonov/mezon-crud-service",
"time": "2020-10-07T15:00:21+00:00"
},
{
"name": "mezon/crud-service-client",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-crud-service-client.git",
"reference": "0a11e66b2708d8df771ecea1310a6e27992a661a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-crud-service-client/zipball/0a11e66b2708d8df771ecea1310a6e27992a661a",
"reference": "0a11e66b2708d8df771ecea1310a6e27992a661a",
"shasum": ""
},
"require": {
"mezon/functional": ">=1.0.0",
"mezon/service-client": ">=1.0.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\CrudService\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small crud-service-client script",
"homepage": "https://github.com/alexdodonov/mezon-crud-service-client",
"time": "2020-04-13T11:57:42+00:00"
},
{
"name": "mezon/crud-service-client-adapter",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-crud-service-client-adapter.git",
"reference": "6f2572fb7409b6fdbd1e74912d4127b26c0daaf9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-crud-service-client-adapter/zipball/6f2572fb7409b6fdbd1e74912d4127b26c0daaf9",
"reference": "6f2572fb7409b6fdbd1e74912d4127b26c0daaf9",
"shasum": ""
},
"require": {
"mezon/crud-service-client": "^1.0.0",
"mezon/list-builder-adapter": "^1.0.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Gui\\ListBuilder\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Adapter for the CRUD service client",
"homepage": "https://github.com/alexdodonov/mezon-crud-service-client-adapater",
"time": "2020-02-25T21:00:14+00:00"
},
{
"name": "mezon/crud-service-collection",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-crud-service-collection.git",
"reference": "f36f2965b6a47c48c0b179b64bf8f19d10111606"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-crud-service-collection/zipball/f36f2965b6a47c48c0b179b64bf8f19d10111606",
"reference": "f36f2965b6a47c48c0b179b64bf8f19d10111606",
"shasum": ""
},
"require": {
"mezon/crud-service-client": "^1.0.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\CrudService\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Collection of records from CRUD service",
"homepage": "https://github.com/alexdodonov/mezon-crud-service-collection",
"time": "2020-04-13T10:59:24+00:00"
},
{
"name": "mezon/crud-service-model",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-crud-service-model.git",
"reference": "f377945f555f2b0aa63fa82785c2591160983032"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-crud-service-model/zipball/f377945f555f2b0aa63fa82785c2591160983032",
"reference": "f377945f555f2b0aa63fa82785c2591160983032",
"shasum": ""
},
"require": {
"mezon/security": "^1.0",
"mezon/service-model": "^1.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\": "./Mezon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Model with CRUD operations",
"homepage": "https://github.com/alexdodonov/mezon-crud-service-model",
"time": "2020-10-07T15:18:32+00:00"
},
{
"name": "mezon/custom-client",
"version": "1.0.10",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-custom-client.git",
"reference": "9c0ce0a95466ec949f87f813b55c70cab742aaa5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-custom-client/zipball/9c0ce0a95466ec949f87f813b55c70cab742aaa5",
"reference": "9c0ce0a95466ec949f87f813b55c70cab742aaa5",
"shasum": ""
},
"require": {
"php": ">=7.2.0",
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\CustomClient\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small custom client routine",
"homepage": "https://github.com/alexdodonov/mezon-custom-client",
"time": "2020-05-29T07:34:37+00:00"
},
{
"name": "mezon/dns-client",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-dns-client.git",
"reference": "0b5ca762a51abe13332c3338e67ef0a04dc58650"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-dns-client/zipball/0b5ca762a51abe13332c3338e67ef0a04dc58650",
"reference": "0b5ca762a51abe13332c3338e67ef0a04dc58650",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\DnsClient\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small dns-client script",
"homepage": "https://github.com/alexdodonov/mezon-dns-client",
"time": "2020-02-18T21:20:37+00:00"
},
{
"name": "mezon/field",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-field.git",
"reference": "4fbc713fbdf41edc3c8452e862b4fcc7fb221964"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-field/zipball/4fbc713fbdf41edc3c8452e862b4fcc7fb221964",
"reference": "4fbc713fbdf41edc3c8452e862b4fcc7fb221964",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\": "Mezon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Field base class for the FormBuilder",
"homepage": "https://github.com/alexdodonov/mezon-field",
"time": "2020-09-18T13:37:26+00:00"
},
{
"name": "mezon/fields-set",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-fields-set.git",
"reference": "d3be63796f1b478e6e17096fa51874a8f9680986"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-fields-set/zipball/d3be63796f1b478e6e17096fa51874a8f9680986",
"reference": "d3be63796f1b478e6e17096fa51874a8f9680986",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Set of typed fields",
"homepage": "https://github.com/alexdodonov/mezon-fields-set",
"time": "2020-04-20T14:31:20+00:00"
},
{
"name": "mezon/filter",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-filter.git",
"reference": "fa10af812fe2231a88697e28ca83da7a25168947"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-filter/zipball/fa10af812fe2231a88697e28ca83da7a25168947",
"reference": "fa10af812fe2231a88697e28ca83da7a25168947",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Class for filters compilation",
"homepage": "https://github.com/alexdodonov/mezon-filter",
"time": "2020-04-11T13:30:16+00:00"
},
{
"name": "mezon/functional",
"version": "1.0.8",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-functional.git",
"reference": "2090a21b2d4a3700e6ad33f35f3f36f04addc64f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-functional/zipball/2090a21b2d4a3700e6ad33f35f3f36f04addc64f",
"reference": "2090a21b2d4a3700e6ad33f35f3f36f04addc64f",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Functional\\": "Mezon/Functional/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small and fast framework for functional programming",
"homepage": "https://github.com/alexdodonov/mezon-functional",
"time": "2020-09-18T14:17:14+00:00"
},
{
"name": "mezon/gentella",
"version": "1.0.28",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-gentella.git",
"reference": "f9ca37b70725f791851a7d0391ce2d8fb8748794"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-gentella/zipball/f9ca37b70725f791851a7d0391ce2d8fb8748794",
"reference": "f9ca37b70725f791851a7d0391ce2d8fb8748794",
"shasum": ""
},
"require": {
"mezon/application": "^1.1",
"mezon/html-template": "^1.0",
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Gentella\\": "./Mezon/Gentella"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Adapter of the Gentella template for mezon",
"homepage": "https://github.com/alexdodonov/gentella",
"time": "2020-09-29T15:18:20+00:00"
},
{
"name": "mezon/gui",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-gui.git",
"reference": "7d60b04ebb149f6a2aca81754672c2b0b2a37f6f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-gui/zipball/7d60b04ebb149f6a2aca81754672c2b0b2a37f6f",
"reference": "7d60b04ebb149f6a2aca81754672c2b0b2a37f6f",
"shasum": ""
},
"require": {
"mezon/fields-set": "^1.0",
"mezon/functional": "^1.0",
"mezon/list-builder-adapter": "^1.0",
"mezon/remote-field": "^1.0",
"mezon/security": "^1.0",
"mezon/template-engine": "^1.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\": "Mezon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small gui script",
"homepage": "https://github.com/alexdodonov/mezon-gui",
"time": "2020-09-18T13:49:28+00:00"
},
{
"name": "mezon/html-template",
"version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-html-template.git",
"reference": "9191eb0b45beb7d0ae59279469563a18cf791242"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-html-template/zipball/9191eb0b45beb7d0ae59279469563a18cf791242",
"reference": "9191eb0b45beb7d0ae59279469563a18cf791242",
"shasum": ""
},
"require": {
"mezon/conf": "^1.0.0",
"mezon/template-engine": "^1.0.0",
"php": ">=7.2.0",
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\HtmlTemplate\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small html-template script",
"homepage": "https://github.com/alexdodonov/mezon-html-template",
"time": "2020-06-05T15:29:13+00:00"
},
{
"name": "mezon/http-request-params",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-http-request-params.git",
"reference": "03d9a30f7011a59ed25f3642f2f862f80f71a765"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-http-request-params/zipball/03d9a30f7011a59ed25f3642f2f862f80f71a765",
"reference": "03d9a30f7011a59ed25f3642f2f862f80f71a765",
"shasum": ""
},
"require": {
"mezon/request-params": "^1.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Transport\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small script for parameters fetcher",
"homepage": "https://github.com/alexdodonov/mezon-http-request-params",
"time": "2020-05-29T10:43:17+00:00"
},
{
"name": "mezon/list-builder-adapter",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-list-builder-adapter.git",
"reference": "2be695faf3789b080e5813d25acf7ab0f70ba6ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-list-builder-adapter/zipball/2be695faf3789b080e5813d25acf7ab0f70ba6ff",
"reference": "2be695faf3789b080e5813d25acf7ab0f70ba6ff",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Gui\\ListBuilder\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "List builder adapter interface",
"homepage": "https://github.com/alexdodonov/mezon-list-builder-adapter",
"time": "2020-02-25T19:39:44+00:00"
},
{
"name": "mezon/pdocrud",
"version": "1.0.16",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-pdocrud.git",
"reference": "a8d41d2e41b6b01b5601f0eada1fa3619190fef4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-pdocrud/zipball/a8d41d2e41b6b01b5601f0eada1fa3619190fef4",
"reference": "a8d41d2e41b6b01b5601f0eada1fa3619190fef4",
"shasum": ""
},
"require": {
"mezon/conf": "^1.0.0",
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\PdoCrud\\": "./Mezon/PdoCrud/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Simple PDO wrapper",
"homepage": "https://github.com/alexdodonov/mezon-pdocrud",
"time": "2020-10-01T11:43:38+00:00"
},
{
"name": "mezon/remote-field",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-remote-field.git",
"reference": "9233cdb731ff82a71c58c6a22b2b2e93539f559c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-remote-field/zipball/9233cdb731ff82a71c58c6a22b2b2e93539f559c",
"reference": "9233cdb731ff82a71c58c6a22b2b2e93539f559c",
"shasum": ""
},
"require": {
"mezon/crud-service-client": "^1.0",
"mezon/field": "^1.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\": "Mezon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Remote field for the FormBuilder",
"homepage": "https://github.com/alexdodonov/mezon-remote-field",
"time": "2020-09-18T13:45:12+00:00"
},
{
"name": "mezon/request-params",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-request-params.git",
"reference": "ab614eba4d8db4dc4a6b2263f204a6e5eb5c0e62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-request-params/zipball/ab614eba4d8db4dc4a6b2263f204a6e5eb5c0e62",
"reference": "ab614eba4d8db4dc4a6b2263f204a6e5eb5c0e62",
"shasum": ""
},
"require": {
"mezon/router": "^1.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Transport\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small script for parameters fetcher",
"homepage": "https://github.com/alexdodonov/mezon-request-params",
"time": "2020-06-01T08:27:45+00:00"
},
{
"name": "mezon/rest-exception",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-rest-exception.git",
"reference": "232b7f13b147b7ce1b43b5a82058302ae4e8b7e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-rest-exception/zipball/232b7f13b147b7ce1b43b5a82058302ae4e8b7e6",
"reference": "232b7f13b147b7ce1b43b5a82058302ae4e8b7e6",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Rest\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small rest-exception script",
"homepage": "https://github.com/alexdodonov/mezon-rest-exception",
"time": "2020-04-16T15:06:49+00:00"
},
{
"name": "mezon/router",
"version": "1.2.10",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-router.git",
"reference": "71996f8f793514bd04f6d512ff7b88e0edd6e5c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-router/zipball/71996f8f793514bd04f6d512ff7b88e0edd6e5c2",
"reference": "71996f8f793514bd04f6d512ff7b88e0edd6e5c2",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"mezon/functional": "^1.0",
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Router\\": "Mezon/Router/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small and fast routing framework",
"homepage": "https://github.com/alexdodonov/mezon-router",
"time": "2020-10-07T13:44:57+00:00"
},
{
"name": "mezon/security",
"version": "1.0.9",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-security.git",
"reference": "79d5aab2622c922f2ef9a2022e0de78516b2b361"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-security/zipball/79d5aab2622c922f2ef9a2022e0de78516b2b361",
"reference": "79d5aab2622c922f2ef9a2022e0de78516b2b361",
"shasum": ""
},
"require": {
"php": ">=7.2.0",
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Security\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small security script",
"homepage": "https://github.com/alexdodonov/mezon-security",
"time": "2020-06-15T12:04:43+00:00"
},
{
"name": "mezon/security-provider",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-security-provider.git",
"reference": "de4463d03d35dcaba80c6931879c18e41b4e5cf9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-security-provider/zipball/de4463d03d35dcaba80c6931879c18e41b4e5cf9",
"reference": "de4463d03d35dcaba80c6931879c18e41b4e5cf9",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Security\\": "Mezon/Security/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Security provider for services and applications",
"homepage": "https://github.com/alexdodonov/mezon-security-provider",
"time": "2020-09-18T14:25:22+00:00"
},
{
"name": "mezon/service",
"version": "1.1.25",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-service.git",
"reference": "a58ef665a2a90e3f19357562e40dec46f16a8e80"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-service/zipball/a58ef665a2a90e3f19357562e40dec46f16a8e80",
"reference": "a58ef665a2a90e3f19357562e40dec46f16a8e80",
"shasum": ""
},
"require": {
"mezon/custom-client": "^1.0",
"mezon/dns-client": "^1.0",
"mezon/fields-set": "^1.0",
"mezon/functional": "^1.0",
"mezon/http-request-params": "^1.0",
"mezon/pdocrud": "^1.0",
"mezon/rest-exception": "^1.0",
"mezon/router": "^1.0",
"mezon/service-logic": "^1.0",
"mezon/service-transport": "^1.0",
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small service script",
"homepage": "https://github.com/alexdodonov/mezon-service",
"time": "2020-10-06T16:04:11+00:00"
},
{
"name": "mezon/service-client",
"version": "1.0.13",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-service-client.git",
"reference": "eb7fcf798ff51d54e9716e5216b3313aca2bacf0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-service-client/zipball/eb7fcf798ff51d54e9716e5216b3313aca2bacf0",
"reference": "eb7fcf798ff51d54e9716e5216b3313aca2bacf0",
"shasum": ""
},
"require": {
"mezon/custom-client": "^1.0",
"mezon/dns-client": "^1.0",
"mezon/rest-exception": "^1.0",
"php": ">=7.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small service client script",
"homepage": "https://github.com/alexdodonov/mezon-service-client",
"time": "2020-06-10T06:16:22+00:00"
},
{
"name": "mezon/service-logic",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-service-logic.git",
"reference": "21fc2475506accdf142dd400d6526ebc9c312f21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-service-logic/zipball/21fc2475506accdf142dd400d6526ebc9c312f21",
"reference": "21fc2475506accdf142dd400d6526ebc9c312f21",
"shasum": ""
},
"require": {
"mezon/request-params": "^1.0",
"mezon/security-provider": "^1.0",
"mezon/service-model": "^1.0",
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small service logic script",
"homepage": "https://github.com/alexdodonov/mezon-service-logic",
"time": "2020-08-28T15:17:54+00:00"
},
{
"name": "mezon/service-model",
"version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-service-model.git",
"reference": "112d564ab5023ba8f9f5e1761e0f0840cab4c98c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-service-model/zipball/112d564ab5023ba8f9f5e1761e0f0840cab4c98c",
"reference": "112d564ab5023ba8f9f5e1761e0f0840cab4c98c",
"shasum": ""
},
"require": {
"mezon/fields-set": "^1.0",
"mezon/functional": "^1.0",
"mezon/pdocrud": "^1.0",
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Small service model script",
"homepage": "https://github.com/alexdodonov/mezon-service-model",
"time": "2020-09-18T06:20:23+00:00"
},
{
"name": "mezon/service-transport",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-service-transport.git",
"reference": "9c5bf7cfc5b1a12f1da11ee528be01932d6309f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-service-transport/zipball/9c5bf7cfc5b1a12f1da11ee528be01932d6309f7",
"reference": "9c5bf7cfc5b1a12f1da11ee528be01932d6309f7",
"shasum": ""
},
"require": {
"mezon/request-params": "^1.0",
"mezon/router": "^1.0",
"mezon/service-logic": "^1.0",
"php": ">=7.2.0",
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Basic transport class for services and applications",
"homepage": "https://github.com/alexdodonov/mezon-service-transport",
"time": "2020-06-15T05:30:24+00:00"
},
{
"name": "mezon/singleton",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-singleton.git",
"reference": "e7229d1a24f4914c09076f2c435d97212015ea97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-singleton/zipball/e7229d1a24f4914c09076f2c435d97212015ea97",
"reference": "e7229d1a24f4914c09076f2c435d97212015ea97",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Singleton\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "Simple singleton",
"homepage": "https://github.com/alexdodonov/mezon-singleton",
"time": "2020-02-13T21:35:55+00:00"
},
{
"name": "mezon/social-network",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-social-network.git",
"reference": "f500ea6fc425ed75fd15b1aabfdd225f7eb7f644"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-social-network/zipball/f500ea6fc425ed75fd15b1aabfdd225f7eb7f644",
"reference": "f500ea6fc425ed75fd15b1aabfdd225f7eb7f644",
"shasum": ""
},
"require": {
"mezon/custom-client": "^1.0.0",
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\SocialNetwork\\": "",
"Mezon\\SocialNetwork\\Auth\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "https://github.com/alexdodonov/mezon-social-network",
"homepage": "https://github.com/alexdodonov/mezon-social-network",
"time": "2020-09-15T05:48:41+00:00"
},
{
"name": "mezon/template-engine",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-template-engine.git",
"reference": "86dcf12fe4d88e4f75c1fad35640748ab57c7e19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-template-engine/zipball/86dcf12fe4d88e4f75c1fad35640748ab57c7e19",
"reference": "86dcf12fe4d88e4f75c1fad35640748ab57c7e19",
"shasum": ""
},
"require": {
"mezon/functional": "^1.0",
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\TemplateEngine\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "https://github.com/alexdodonov/mezon-template-engine",
"homepage": "https://github.com/alexdodonov/mezon-template-engine",
"time": "2020-02-25T21:18:55+00:00"
},
{
"name": "mezon/utils",
"version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/alexdodonov/mezon-utils.git",
"reference": "f1d20fc0b59b14272d56ae5cadef8beb413af6da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdodonov/mezon-utils/zipball/f1d20fc0b59b14272d56ae5cadef8beb413af6da",
"reference": "f1d20fc0b59b14272d56ae5cadef8beb413af6da",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mezon\\Utils\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"description": "https://github.com/alexdodonov/mezon-utils",
"homepage": "https://github.com/alexdodonov/mezon-utils",
"time": "2020-04-02T19:13:04+00:00"
},
{
"name": "myclabs/deep-copy",
"version": "1.10.1",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
"reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"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"
],
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2020-06-29T13:22:24+00:00"
},
{
"name": "phar-io/manifest",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"phar-io/version": "^2.0",
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2018-07-08T19:23:20+00:00"
},
{
"name": "phar-io/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"time": "2018-07-08T19:19:57+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.2.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2020-09-03T19:13:55+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2020-09-17T18:55:26+00:00"
},
{
"name": "phpspec/prophecy",
"version": "1.12.1",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ce87516be71aae9b956f81906aaf0338e0d8a2d",
"reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.2",
"php": "^7.2 || ~8.0, <8.1",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
},
"require-dev": {
"phpspec/phpspec": "^6.0",
"phpunit/phpunit": "^8.0 || ^9.0 <9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11.x-dev"
}
},
"autoload": {
"psr-4": {
"Prophecy\\": "src/Prophecy"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
"time": "2020-09-29T09:10:42+00:00"
},
{
"name": "phpunit/php-code-coverage",
"version": "7.0.10",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.1.1",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^4.2.2",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1.3"
},
"require-dev": {
"phpunit/phpunit": "^8.2.2"
},
"suggest": {
"ext-xdebug": "^2.7.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"time": "2019-11-20T13:55:58+00:00"
},
{
"name": "phpunit/php-file-iterator",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "050bedf145a257b1ff02746c31894800e5122946"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"time": "2018-09-13T20:33:42+00:00"
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
"version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2019-06-07T04:22:29+00:00"
},
{
"name": "phpunit/php-token-stream",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
"abandoned": true,
"time": "2019-09-17T06:23:10+00:00"
},
{
"name": "phpunit/phpunit",
"version": "8.5.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.2.0",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.9.1",
"phar-io/manifest": "^1.0.3",
"phar-io/version": "^2.0.1",
"php": "^7.2",
"phpspec/prophecy": "^1.8.1",
"phpunit/php-code-coverage": "^7.0.7",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2",
"sebastian/environment": "^4.2.2",
"sebastian/exporter": "^3.1.1",
"sebastian/global-state": "^3.0.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
"sebastian/version": "^2.0.1"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*",
"phpunit/php-invoker": "^2.0.0"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.5-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-06-22T07:06:58+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
},
{
"name": "sebastian/comparator",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"shasum": ""
},
"require": {
"php": "^7.1",
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"time": "2018-07-12T15:12:46+00:00"
},
{
"name": "sebastian/diff",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"time": "2019-02-04T06:01:07+00:00"
},
{
"name": "sebastian/environment",
"version": "4.2.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"time": "2019-11-20T08:46:58+00:00"
},
{
"name": "sebastian/exporter",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"time": "2019-09-14T09:02:43+00:00"
},
{
"name": "sebastian/global-state",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"shasum": ""
},
"require": {
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"time": "2019-02-01T05:30:01+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
},
{
"name": "sebastian/recursion-context",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2017-03-03T06:23:57+00:00"
},
{
"name": "sebastian/resource-operations",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "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"
},
{
"name": "sebastian/type",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"time": "2019-07-02T08:10:15+00:00"
},
{
"name": "sebastian/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
},
{
"name": "theseer/tokenizer",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "75a63c33a8577608444246075ea0af0d052e452a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "75a63c33a8577608444246075ea0af0d052e452a",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.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",
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2020-07-12T23:59:07+00:00"
},
{
"name": "webmozart/assert",
"version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<3.9.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
},
"type": "library",
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"time": "2020-07-08T17:02:28+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=7.2.0"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
}
|