This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/composer.lock

5330 lines
189 KiB
Text
Raw Normal View History

2016-06-18 17:33:56 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-07-05 14:47:47 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-06-18 17:33:56 +00:00
"This file is @generated automatically"
],
2024-02-25 16:50:10 +00:00
"content-hash": "88c9d4afc84972e9540fac69dec768eb",
2016-06-18 17:33:56 +00:00
"packages": [
{
"name": "aws/aws-crt-php",
"version": "v1.2.4",
"source": {
"type": "git",
"url": "https://github.com/awslabs/aws-crt-php.git",
"reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2",
"reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "AWS SDK Common Runtime Team",
"email": "aws-sdk-common-runtime@amazon.com"
}
],
"description": "AWS Common Runtime for PHP",
"homepage": "https://github.com/awslabs/aws-crt-php",
"keywords": [
"amazon",
"aws",
"crt",
"sdk"
],
"support": {
"issues": "https://github.com/awslabs/aws-crt-php/issues",
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.4"
},
"time": "2023-11-08T00:42:13+00:00"
},
{
"name": "aws/aws-sdk-php",
2024-02-25 16:50:10 +00:00
"version": "3.300.4",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2024-02-25 16:50:10 +00:00
"reference": "27d59c22c121ce9c0041c563dc9d7270e180925c"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/27d59c22c121ce9c0041c563dc9d7270e180925c",
"reference": "27d59c22c121ce9c0041c563dc9d7270e180925c",
"shasum": ""
},
"require": {
"aws/aws-crt-php": "^1.2.3",
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"guzzlehttp/promises": "^1.4.0 || ^2.0",
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
"mtdowling/jmespath.php": "^2.6",
"php": ">=7.2.5",
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
"composer/composer": "^1.10.22",
"dms/phpunit-arraysubset-asserts": "^0.4.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-openssl": "*",
"ext-pcntl": "*",
"ext-sockets": "*",
"nette/neon": "^2.3",
"paragonie/random_compat": ">= 2",
"phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"sebastian/comparator": "^1.2.3 || ^4.0",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
"ext-curl": "To send requests using cURL",
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Aws\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
2024-02-25 16:50:10 +00:00
"source": "https://github.com/aws/aws-sdk-php/tree/3.300.4"
},
2024-02-25 16:50:10 +00:00
"time": "2024-02-23T19:10:30+00:00"
},
2016-06-18 17:33:56 +00:00
{
"name": "bower-asset/jquery",
2019-11-21 17:12:08 +00:00
"version": "1.12.4",
2016-06-18 17:33:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/jquery/jquery-dist.git",
2019-11-21 17:12:08 +00:00
"reference": "5e89585e0121e72ff47de177c5ef604f3089a53d"
2016-06-18 17:33:56 +00:00
},
"dist": {
"type": "zip",
2019-11-21 17:12:08 +00:00
"url": "https://api.github.com/repos/jquery/jquery-dist/zipball/5e89585e0121e72ff47de177c5ef604f3089a53d",
"reference": "5e89585e0121e72ff47de177c5ef604f3089a53d"
2016-06-18 17:33:56 +00:00
},
2017-09-17 16:08:08 +00:00
"type": "bower-asset",
2016-06-18 17:33:56 +00:00
"license": [
"MIT"
]
},
{
"name": "bower-asset/jquery-timeago",
2020-10-24 19:02:55 +00:00
"version": "v1.6.7",
2016-06-18 17:33:56 +00:00
"source": {
"type": "git",
2019-11-14 18:24:09 +00:00
"url": "git@github.com:rmm5t/jquery-timeago.git",
2020-10-24 19:02:55 +00:00
"reference": "48fdda3ca724dcd655e8e990f6d7fbd203718905"
2016-06-18 17:33:56 +00:00
},
"dist": {
"type": "zip",
2020-10-24 19:02:55 +00:00
"url": "https://api.github.com/repos/rmm5t/jquery-timeago/zipball/48fdda3ca724dcd655e8e990f6d7fbd203718905",
"reference": "48fdda3ca724dcd655e8e990f6d7fbd203718905"
2016-06-18 17:33:56 +00:00
},
"require": {
"bower-asset/jquery": ">=1.4"
},
2017-09-17 16:08:08 +00:00
"type": "bower-asset",
2016-06-18 17:33:56 +00:00
"license": [
"MIT"
]
},
{
"name": "bower-asset/js-cookie",
2020-10-24 19:02:55 +00:00
"version": "v2.2.1",
2016-06-18 17:33:56 +00:00
"source": {
"type": "git",
2023-11-11 21:49:12 +00:00
"url": "git@github.com:js-cookie/js-cookie.git",
2020-10-24 19:02:55 +00:00
"reference": "54962f884e9ae33f93e13ac903ffaf1d5a523598"
2016-06-18 17:33:56 +00:00
},
"dist": {
"type": "zip",
2020-10-24 19:02:55 +00:00
"url": "https://api.github.com/repos/js-cookie/js-cookie/zipball/54962f884e9ae33f93e13ac903ffaf1d5a523598",
"reference": "54962f884e9ae33f93e13ac903ffaf1d5a523598"
2016-06-18 17:33:56 +00:00
},
2017-09-17 16:08:08 +00:00
"type": "bower-asset",
2016-06-18 17:33:56 +00:00
"license": [
"MIT"
]
},
2018-02-20 21:35:43 +00:00
{
"name": "enshrined/svg-sanitize",
"version": "0.16.0",
2018-02-20 21:35:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
"reference": "239e257605e2141265b429e40987b2ee51bba4b4"
2018-02-20 21:35:43 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/239e257605e2141265b429e40987b2ee51bba4b4",
"reference": "239e257605e2141265b429e40987b2ee51bba4b4",
2018-02-20 21:35:43 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
2021-12-14 18:32:47 +00:00
"ext-libxml": "*",
"ezyang/htmlpurifier": "^4.16",
"php": "^5.6 || ^7.0 || ^8.0"
},
2018-02-20 21:35:43 +00:00
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5 || ^8.5"
2018-02-20 21:35:43 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"enshrined\\svgSanitize\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
2018-02-20 21:35:43 +00:00
],
"authors": [
{
"name": "Daryll Doyle",
"email": "daryll@enshrined.co.uk"
}
],
"description": "An SVG sanitizer for PHP",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.16.0"
2021-02-12 21:08:26 +00:00
},
"time": "2023-03-20T10:51:12+00:00"
},
{
"name": "ezyang/htmlpurifier",
2023-12-14 00:14:24 +00:00
"version": "v4.17.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
2023-12-14 00:14:24 +00:00
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
},
"dist": {
"type": "zip",
2023-12-14 00:14:24 +00:00
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"cerdic/css-tidy": "^1.7 || ^2.0",
"simpletest/simpletest": "dev-master"
},
"suggest": {
"cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
"ext-bcmath": "Used for unit conversion and imagecrash protection",
"ext-iconv": "Converts text to and from non-UTF-8 encodings",
"ext-tidy": "Used for pretty-printing HTML"
},
"type": "library",
"autoload": {
"files": [
"library/HTMLPurifier.composer.php"
],
"psr-0": {
"HTMLPurifier": "library/"
},
"exclude-from-classmap": [
"/library/HTMLPurifier/Language/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Edward Z. Yang",
"email": "admin@htmlpurifier.org",
"homepage": "http://ezyang.com"
}
],
"description": "Standards compliant HTML filter written in PHP",
"homepage": "http://htmlpurifier.org/",
"keywords": [
"html"
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
2023-12-14 00:14:24 +00:00
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
},
2023-12-14 00:14:24 +00:00
"time": "2023-11-17T15:01:25+00:00"
2018-02-20 21:35:43 +00:00
},
2016-06-18 17:33:56 +00:00
{
"name": "flexihash/flexihash",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/pda/flexihash.git",
"reference": "497ba5782606d998f8ab0b4e5942e3a799bec018"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pda/flexihash/zipball/497ba5782606d998f8ab0b4e5942e3a799bec018",
"reference": "497ba5782606d998f8ab0b4e5942e3a799bec018",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "~1.0",
"squizlabs/php_codesniffer": "^2.3",
"symfony/config": "^2.0.0",
"symfony/console": "^2.0.0",
"symfony/filesystem": "^2.0.0",
"symfony/stopwatch": "^2.0.0",
"symfony/yaml": "^2.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Flexihash\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paul Annesley",
"email": "paul@annesley.cc",
"homepage": "http://paul.annesley.cc"
},
{
"name": "Dom Morgan",
"email": "dom@d3r.com",
"homepage": "https://d3r.com"
}
],
"description": "Flexihash is a small PHP library which implements consistent hashing",
"homepage": "https://github.com/pda/flexihash",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/pda/flexihash/issues",
"source": "https://github.com/pda/flexihash/tree/v2.0.2"
},
"time": "2016-04-22T21:03:23+00:00"
2016-06-18 17:33:56 +00:00
},
{
"name": "google/recaptcha",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/google/recaptcha.git",
2023-03-08 22:26:30 +00:00
"reference": "6ffa193021aa0e369a3c5b3909de2b4ed97ac359"
2016-06-18 17:33:56 +00:00
},
"dist": {
"type": "zip",
2023-03-08 22:26:30 +00:00
"url": "https://api.github.com/repos/google/recaptcha/zipball/6ffa193021aa0e369a3c5b3909de2b4ed97ac359",
"reference": "6ffa193021aa0e369a3c5b3909de2b4ed97ac359",
2016-06-18 17:33:56 +00:00
"shasum": ""
},
"require": {
2023-03-08 22:26:30 +00:00
"php": ">=8"
2016-06-18 17:33:56 +00:00
},
"require-dev": {
2023-03-08 22:26:30 +00:00
"friendsofphp/php-cs-fixer": "^3.14",
"php-coveralls/php-coveralls": "^2.5",
"phpunit/phpunit": "^10"
2016-06-18 17:33:56 +00:00
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
2016-06-18 17:33:56 +00:00
"type": "library",
"extra": {
"branch-alias": {
2023-03-08 22:26:30 +00:00
"dev-master": "1.3.x-dev"
2016-06-18 17:33:56 +00:00
}
},
"autoload": {
"psr-4": {
"ReCaptcha\\": "src/ReCaptcha"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2019-07-05 14:47:47 +00:00
"description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
"homepage": "https://www.google.com/recaptcha/",
2016-06-18 17:33:56 +00:00
"keywords": [
"Abuse",
"captcha",
"recaptcha",
"spam"
],
2021-02-12 21:08:26 +00:00
"support": {
"forum": "https://groups.google.com/forum/#!forum/recaptcha",
"issues": "https://github.com/google/recaptcha/issues",
"source": "https://github.com/google/recaptcha"
},
2023-03-08 22:26:30 +00:00
"time": "2023-02-20T17:27:30+00:00"
2016-06-18 17:33:56 +00:00
},
{
"name": "guzzlehttp/guzzle",
"version": "7.9.x-dev",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.8.1"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
"time": "2023-12-03T20:35:24+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
},
"default-branch": true,
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/2.0.2"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
"time": "2023-12-03T20:19:20+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "2.6.x-dev",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"default-branch": true,
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.6.2"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
"time": "2023-12-03T20:05:35+00:00"
},
{
"name": "ifixit/php-akismet",
"version": "1.1",
"source": {
"type": "git",
"url": "https://github.com/iFixit/php-akismet.git",
"reference": "fd4ff50eb577457c1b7b887401663e91e77625ae"
},
"type": "library"
},
{
"name": "mtdowling/jmespath.php",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
"reference": "b243cacd2a9803b4cbc259246aa5081208238c10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/b243cacd2a9803b4cbc259246aa5081208238c10",
"reference": "b243cacd2a9803b4cbc259246aa5081208238c10",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"symfony/polyfill-mbstring": "^1.17"
},
"require-dev": {
"composer/xdebug-handler": "^3.0.3",
"phpunit/phpunit": "^8.5.33"
},
"default-branch": true,
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"files": [
"src/JmesPath.php"
],
"psr-4": {
"JmesPath\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
"support": {
"issues": "https://github.com/jmespath/jmespath.php/issues",
"source": "https://github.com/jmespath/jmespath.php/tree/master"
},
"time": "2023-11-30T16:26:47+00:00"
},
{
"name": "naroga/redis-cache",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/naroga/redis-cache.git",
"reference": "c32ee4ce2efcf8292cac6b6192c17c0306320d04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/naroga/redis-cache/zipball/c32ee4ce2efcf8292cac6b6192c17c0306320d04",
"reference": "c32ee4ce2efcf8292cac6b6192c17c0306320d04",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"predis/predis": "^1.1",
"psr/simple-cache": "~1.0"
},
"require-dev": {
"phpunit/php-code-coverage": ">=2.2.4",
"phpunit/phpunit": ">=3.7.38",
"satooshi/php-coveralls": ">=1.0.1"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"Naroga\\RedisCache\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Pedro Cordeiro",
"email": "pedro.cordeiro@sympla.com.br"
}
],
"description": "A Redis driver that implements PSR-16 (Simple Cache)",
"support": {
"issues": "https://github.com/naroga/redis-cache/issues",
"source": "https://github.com/naroga/redis-cache/tree/1.2"
},
"time": "2021-01-25T13:15:08+00:00"
},
{
"name": "predis/predis",
"version": "v1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/predis/predis.git",
"reference": "deee2b6d605eb6401446f6f6354414ab7571a5a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/deee2b6d605eb6401446f6f6354414ab7571a5a0",
"reference": "deee2b6d605eb6401446f6f6354414ab7571a5a0",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
"homepage": "http://clorophilla.net",
"role": "Creator & Maintainer"
},
{
"name": "Till Krüss",
"homepage": "https://till.im",
"role": "Maintainer"
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
"homepage": "http://github.com/predis/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/predis/predis/issues",
"source": "https://github.com/predis/predis/tree/v1.x"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sponsors/tillkruss",
"type": "github"
}
],
"time": "2023-09-19T16:11:21+00:00"
},
{
"name": "psr/container",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "707984727bd5b2b670e59559d3ed2500240cf875"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/707984727bd5b2b670e59559d3ed2500240cf875",
"reference": "707984727bd5b2b670e59559d3ed2500240cf875",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://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"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container"
},
"time": "2023-09-22T11:11:30+00:00"
},
2023-02-01 12:49:42 +00:00
{
"name": "psr/http-client",
"version": "dev-master",
2023-02-01 12:49:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
2023-02-01 12:49:42 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
2023-02-01 12:49:42 +00:00
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0 || ^2.0"
2023-02-01 12:49:42 +00:00
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2023-02-01 12:49:42 +00:00
"autoload": {
2023-02-05 15:56:06 +00:00
"psr-4": {
"Psr\\Http\\Client\\": "src/"
2023-02-05 15:56:06 +00:00
}
2023-02-01 12:49:42 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
2023-02-01 12:49:42 +00:00
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
2023-02-01 12:49:42 +00:00
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
2023-02-01 12:49:42 +00:00
],
"support": {
"source": "https://github.com/php-fig/http-client"
2023-02-01 12:49:42 +00:00
},
"time": "2023-09-23T14:17:50+00:00"
2023-02-01 12:49:42 +00:00
},
2019-11-24 15:59:14 +00:00
{
"name": "psr/http-factory",
"version": "dev-master",
2019-11-24 15:59:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "7037f4b0950474e9d1350e8df89b15f1842085f6"
2019-11-24 15:59:14 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/7037f4b0950474e9d1350e8df89b15f1842085f6",
"reference": "7037f4b0950474e9d1350e8df89b15f1842085f6",
2019-11-24 15:59:14 +00:00
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0 || ^2.0"
2019-11-24 15:59:14 +00:00
},
"default-branch": true,
2019-11-24 15:59:14 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2019-11-24 15:59:14 +00:00
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
2019-11-24 15:59:14 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
2019-11-24 15:59:14 +00:00
}
],
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
2019-11-24 15:59:14 +00:00
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
2019-11-24 15:59:14 +00:00
],
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/php-fig/http-factory"
2021-02-12 21:08:26 +00:00
},
"time": "2023-09-22T11:16:44+00:00"
2019-11-24 15:59:14 +00:00
},
{
"name": "psr/http-message",
"version": "dev-master",
2019-11-24 15:59:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
2019-11-24 15:59:14 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2019-11-24 15:59:14 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
2019-11-24 15:59:14 +00:00
},
"default-branch": true,
2019-11-24 15:59:14 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2019-11-24 15:59:14 +00:00
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
2019-11-24 15:59:14 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
2019-11-24 15:59:14 +00:00
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
2019-11-24 15:59:14 +00:00
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/2.0"
},
"time": "2023-04-04T09:54:51+00:00"
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "sabre/cache",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/cache.git",
"reference": "a843741b85025d8674bf4713121cae60172e6f86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sabre-io/cache/zipball/a843741b85025d8674bf4713121cae60172e6f86",
"reference": "a843741b85025d8674bf4713121cae60172e6f86",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0",
"psr/simple-cache": "^1.0"
},
"provide": {
"psr/simple-cache-implementation": "~1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14.0",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^9.6"
},
"type": "library",
"autoload": {
"psr-4": {
"Sabre\\Cache\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Evert Pot",
"email": "me@evertpot.com",
"homepage": "https://evertpot.com/",
"role": "Developer"
}
],
"description": "Simple cache abstraction layer implementing PSR-16",
"homepage": "http://sabre.io/dav/",
"keywords": [
"apc",
"apcu",
"cache",
"memcache",
"memcached",
"psr-16",
"sabre",
"simple-cache"
],
"support": {
"forum": "https://groups.google.com/group/sabredav-discuss",
"issues": "https://github.com/sabre-io/cache/issues",
"source": "https://github.com/fruux/sabre-skel"
},
"time": "2023-02-09T23:47:10+00:00"
},
{
"name": "shish/eventtracer-php",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/shish/eventtracer-php.git",
"reference": "5dfe2c090c8b7df772e982520c36f44b33ead035"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/shish/eventtracer-php/zipball/5dfe2c090c8b7df772e982520c36f44b33ead035",
"reference": "5dfe2c090c8b7df772e982520c36f44b33ead035",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.12",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "An API to write JSON traces as used by the Chrome Trace Viewer",
"homepage": "https://github.com/shish/eventtracer-php",
"support": {
"issues": "https://github.com/shish/eventtracer-php/issues",
"source": "https://github.com/shish/eventtracer-php/tree/v2.1.0"
},
"time": "2023-02-04T12:26:41+00:00"
},
{
"name": "shish/ffsphp",
2024-01-04 18:41:35 +00:00
"version": "v1.3.2",
"source": {
"type": "git",
"url": "https://github.com/shish/ffsphp.git",
2024-01-04 18:41:35 +00:00
"reference": "d69223f4317de302b6cd485d0a43709788dd6f69"
},
"dist": {
"type": "zip",
2024-01-04 18:41:35 +00:00
"url": "https://api.github.com/repos/shish/ffsphp/zipball/d69223f4317de302b6cd485d0a43709788dd6f69",
"reference": "d69223f4317de302b6cd485d0a43709788dd6f69",
"shasum": ""
},
"require": {
"ext-pdo": "*",
2024-01-04 18:41:35 +00:00
"php": "^8.1"
},
"require-dev": {
2024-01-01 14:59:26 +00:00
"friendsofphp/php-cs-fixer": "3.41.1",
"phpstan/phpstan": "1.10.50",
"phpunit/phpunit": "10.5.3"
},
"type": "library",
"autoload": {
"psr-4": {
"FFSPHP\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "A collection of workarounds for stupid PHP things",
"homepage": "https://github.com/shish/ffsphp",
"support": {
"issues": "https://github.com/shish/ffsphp/issues",
2024-01-04 18:41:35 +00:00
"source": "https://github.com/shish/ffsphp/tree/v1.3.2"
},
2024-01-04 18:41:35 +00:00
"time": "2024-01-04T18:38:54+00:00"
},
{
"name": "shish/gqla",
2024-02-25 16:50:10 +00:00
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/shish/gqla.git",
2024-02-25 16:50:10 +00:00
"reference": "04cdf7a34230388a719e148a894007cc97c8d31a"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/shish/gqla/zipball/04cdf7a34230388a719e148a894007cc97c8d31a",
"reference": "04cdf7a34230388a719e148a894007cc97c8d31a",
"shasum": ""
},
"require": {
"php": "^8.1",
"webonyx/graphql-php": "^15.0"
},
"require-dev": {
2024-02-25 16:50:10 +00:00
"friendsofphp/php-cs-fixer": "3.41.1",
"phpstan/phpstan": "1.10.50",
"phpunit/phpunit": "10.5.3"
},
"type": "library",
"autoload": {
"psr-4": {
"GQLA\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "https://shish.io",
"role": "Developer"
}
],
"description": "A set of annotations for generating graphql APIs",
"homepage": "https://github.com/shish/gqla",
"keywords": [
"graphql"
],
"support": {
"issues": "https://github.com/shish/gqla/issues",
2024-02-25 16:50:10 +00:00
"source": "https://github.com/shish/gqla/tree/v1.0.0"
},
2024-02-25 16:50:10 +00:00
"time": "2024-02-25T14:48:53+00:00"
},
2024-01-01 15:00:54 +00:00
{
"name": "shish/microbundler",
2024-01-01 20:01:56 +00:00
"version": "v1.0.1",
2024-01-01 15:00:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/shish/microbundler.git",
2024-01-01 20:01:56 +00:00
"reference": "5f48327e92d3601f2c86caef2856b9671a63b6b0"
2024-01-01 15:00:54 +00:00
},
"dist": {
"type": "zip",
2024-01-01 20:01:56 +00:00
"url": "https://api.github.com/repos/shish/microbundler/zipball/5f48327e92d3601f2c86caef2856b9671a63b6b0",
"reference": "5f48327e92d3601f2c86caef2856b9671a63b6b0",
2024-01-01 15:00:54 +00:00
"shasum": ""
},
"require": {
"php": "^8.1",
"shish/ffsphp": "^1.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.41.1",
"phpstan/phpstan": "1.10.50",
"phpunit/phpunit": "10.5.3"
},
"type": "library",
"autoload": {
"psr-4": {
"MicroBundler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "A minimal CSS / JS bundler",
"homepage": "https://github.com/shish/microbundler",
"keywords": [
"JS",
"bundler",
"css"
],
"support": {
"issues": "https://github.com/shish/microbundler/issues",
2024-01-01 20:01:56 +00:00
"source": "https://github.com/shish/microbundler/tree/v1.0.1"
2024-01-01 15:00:54 +00:00
},
2024-01-01 20:01:56 +00:00
"time": "2024-01-01T19:58:28+00:00"
2024-01-01 15:00:54 +00:00
},
{
"name": "shish/microcrud",
2024-01-19 18:06:38 +00:00
"version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/shish/microcrud.git",
2024-01-19 18:06:38 +00:00
"reference": "e696f35b494b78bf1bfcddd47b4d542e98a468cb"
},
"dist": {
"type": "zip",
2024-01-19 18:06:38 +00:00
"url": "https://api.github.com/repos/shish/microcrud/zipball/e696f35b494b78bf1bfcddd47b4d542e98a468cb",
"reference": "e696f35b494b78bf1bfcddd47b4d542e98a468cb",
"shasum": ""
},
"require": {
"ext-pdo": "*",
"php": "^8.1",
"shish/ffsphp": "^1.0",
"shish/microhtml": "^2.0.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.12",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"MicroCRUD\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "A minimal CRUD generating library",
"homepage": "https://github.com/shish/microcrud",
"keywords": [
"crud",
"generator"
],
"support": {
"issues": "https://github.com/shish/microcrud/issues",
2024-01-19 18:06:38 +00:00
"source": "https://github.com/shish/microcrud/tree/v2.2.2"
},
2024-01-19 18:06:38 +00:00
"time": "2024-01-19T17:35:05+00:00"
},
{
"name": "shish/microhtml",
"version": "v2.2.1",
"source": {
"type": "git",
"url": "https://github.com/shish/microhtml.git",
"reference": "824d8541c7f0662e26d03d65d865d8f13ea57a72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/shish/microhtml/zipball/824d8541c7f0662e26d03d65d865d8f13ea57a72",
"reference": "824d8541c7f0662e26d03d65d865d8f13ea57a72",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.12",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.0"
},
"type": "library",
"autoload": {
"files": [
"src/microhtml.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "A minimal HTML generating library",
"homepage": "https://github.com/shish/microhtml",
"keywords": [
"generator",
"html"
2019-11-24 15:59:14 +00:00
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/shish/microhtml/issues",
2023-08-17 17:04:41 +00:00
"source": "https://github.com/shish/microhtml/tree/v2.2.1"
2021-02-12 21:08:26 +00:00
},
"time": "2023-08-17T16:39:06+00:00"
},
{
"name": "symfony/console",
"version": "6.4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2024-02-25 16:50:10 +00:00
"reference": "0d9e4eb5ad413075624378f474c4167ea202de78"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/0d9e4eb5ad413075624378f474c4167ea202de78",
"reference": "0d9e4eb5ad413075624378f474c4167ea202de78",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/string": "^5.4|^6.0|^7.0"
},
"conflict": {
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^5.4|^6.0|^7.0",
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"keywords": [
"cli",
"command-line",
"console",
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/6.4"
},
"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"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-02-22T20:27:10+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2024-01-04 18:41:35 +00:00
"reference": "2c438b99bb2753c1628c1e6f523991edea5b03a4"
},
"dist": {
"type": "zip",
2024-01-04 18:41:35 +00:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/2c438b99bb2753c1628c1e6f523991edea5b03a4",
"reference": "2c438b99bb2753c1628c1e6f523991edea5b03a4",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
2024-01-04 18:41:35 +00:00
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.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": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
2024-01-04 18:41:35 +00:00
"source": "https://github.com/symfony/deprecation-contracts/tree/main"
},
"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"
}
],
2024-01-04 18:41:35 +00:00
"time": "2024-01-02T14:07:37+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2024-02-25 16:50:10 +00:00
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"default-branch": true,
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
2024-02-25 16:50:10 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-29T20:11:03+00:00"
2023-02-01 12:49:42 +00:00
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "1.x-dev",
2023-02-01 12:49:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2024-02-25 16:50:10 +00:00
"reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
2023-02-01 12:49:42 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
"reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
2023-02-01 12:49:42 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2023-02-01 12:49:42 +00:00
},
"suggest": {
"ext-intl": "For best performance"
2023-02-01 12:49:42 +00:00
},
"default-branch": true,
2023-02-01 12:49:42 +00:00
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
2023-02-01 12:49:42 +00:00
"autoload": {
"files": [
"bootstrap.php"
],
2023-02-01 12:49:42 +00:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2023-02-01 12:49:42 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-02-01 12:49:42 +00:00
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
2024-02-25 16:50:10 +00:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2024-02-25 16:50:10 +00:00
"reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
"reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"default-branch": true,
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
2024-02-25 16:50:10 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2024-02-25 16:50:10 +00:00
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"default-branch": true,
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"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"
],
"support": {
2024-02-25 16:50:10 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/service-contracts",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "cea2eccfcd27ac3deb252bd67f78b9b8ffc4da84"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/cea2eccfcd27ac3deb252bd67f78b9b8ffc4da84",
"reference": "cea2eccfcd27ac3deb252bd67f78b9b8ffc4da84",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/container": "^1.1|^2.0"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
},
"exclude-from-classmap": [
"/Test/"
]
},
"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"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/main"
},
"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": "2024-01-02T14:07:37+00:00"
},
{
"name": "symfony/string",
"version": "6.4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2024-02-25 16:50:10 +00:00
"reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/string/zipball/4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
"reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.5"
},
"require-dev": {
"symfony/error-handler": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/intl": "^6.2|^7.0",
"symfony/translation-contracts": "^2.5|^3.0",
"symfony/var-exporter": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/6.4"
},
"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"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-02-01T13:16:41+00:00"
},
{
"name": "thecodingmachine/safe",
"version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/safe.git",
"reference": "3115ecd6b4391662b4931daac4eba6b07a2ac1f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thecodingmachine/safe/zipball/3115ecd6b4391662b4931daac4eba6b07a2ac1f0",
"reference": "3115ecd6b4391662b4931daac4eba6b07a2ac1f0",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.5",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.2",
"thecodingmachine/phpstan-strict-rules": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"files": [
"deprecated/apc.php",
"deprecated/array.php",
"deprecated/datetime.php",
"deprecated/libevent.php",
"deprecated/misc.php",
"deprecated/password.php",
"deprecated/mssql.php",
"deprecated/stats.php",
"deprecated/strings.php",
"lib/special_cases.php",
"deprecated/mysqli.php",
"generated/apache.php",
"generated/apcu.php",
"generated/array.php",
"generated/bzip2.php",
"generated/calendar.php",
"generated/classobj.php",
"generated/com.php",
"generated/cubrid.php",
"generated/curl.php",
"generated/datetime.php",
"generated/dir.php",
"generated/eio.php",
"generated/errorfunc.php",
"generated/exec.php",
"generated/fileinfo.php",
"generated/filesystem.php",
"generated/filter.php",
"generated/fpm.php",
"generated/ftp.php",
"generated/funchand.php",
"generated/gettext.php",
"generated/gmp.php",
"generated/gnupg.php",
"generated/hash.php",
"generated/ibase.php",
"generated/ibmDb2.php",
"generated/iconv.php",
"generated/image.php",
"generated/imap.php",
"generated/info.php",
"generated/inotify.php",
"generated/json.php",
"generated/ldap.php",
"generated/libxml.php",
"generated/lzf.php",
"generated/mailparse.php",
"generated/mbstring.php",
"generated/misc.php",
"generated/mysql.php",
"generated/network.php",
"generated/oci8.php",
"generated/opcache.php",
"generated/openssl.php",
"generated/outcontrol.php",
"generated/pcntl.php",
"generated/pcre.php",
"generated/pgsql.php",
"generated/posix.php",
"generated/ps.php",
"generated/pspell.php",
"generated/readline.php",
"generated/rpminfo.php",
"generated/rrd.php",
"generated/sem.php",
"generated/session.php",
"generated/shmop.php",
"generated/sockets.php",
"generated/sodium.php",
"generated/solr.php",
"generated/spl.php",
"generated/sqlsrv.php",
"generated/ssdeep.php",
"generated/ssh2.php",
"generated/stream.php",
"generated/strings.php",
"generated/swoole.php",
"generated/uodbc.php",
"generated/uopz.php",
"generated/url.php",
"generated/var.php",
"generated/xdiff.php",
"generated/xml.php",
"generated/xmlrpc.php",
"generated/yaml.php",
"generated/yaz.php",
"generated/zip.php",
"generated/zlib.php"
],
"classmap": [
"lib/DateTime.php",
"lib/DateTimeImmutable.php",
"lib/Exceptions/",
"deprecated/Exceptions/",
"generated/Exceptions/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP core functions that throw exceptions instead of returning FALSE on error",
"support": {
"issues": "https://github.com/thecodingmachine/safe/issues",
"source": "https://github.com/thecodingmachine/safe/tree/v2.5.0"
},
"time": "2023-04-05T11:54:14+00:00"
},
{
"name": "webonyx/graphql-php",
2024-02-25 16:50:10 +00:00
"version": "v15.9.1",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
2024-02-25 16:50:10 +00:00
"reference": "d6c965ecbd78cd5260ebc083978562f8c9409d63"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/d6c965ecbd78cd5260ebc083978562f8c9409d63",
"reference": "d6c965ecbd78cd5260ebc083978562f8c9409d63",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^7.4 || ^8"
},
"require-dev": {
"amphp/amp": "^2.6",
"amphp/http-server": "^2.1",
"dms/phpunit-arraysubset-asserts": "dev-master",
"ergebnis/composer-normalize": "^2.28",
2024-02-25 16:50:10 +00:00
"friendsofphp/php-cs-fixer": "3.48.0",
"mll-lab/php-cs-fixer-config": "^5",
"nyholm/psr7": "^1.5",
"phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.1",
2024-02-25 16:50:10 +00:00
"phpstan/phpstan": "1.10.57",
"phpstan/phpstan-phpunit": "1.3.15",
"phpstan/phpstan-strict-rules": "1.5.2",
"phpunit/phpunit": "^9.5 || ^10",
"psr/http-message": "^1 || ^2",
"react/http": "^1.6",
2024-02-25 16:50:10 +00:00
"react/promise": "^2.0 || ^3.0",
"rector/rector": "^0.19",
"symfony/polyfill-php81": "^1.23",
"symfony/var-exporter": "^5 || ^6 || ^7",
"thecodingmachine/safe": "^1.3 || ^2"
},
"suggest": {
"amphp/http-server": "To leverage async resolving with webserver on AMPHP platform",
"psr/http-message": "To use standard GraphQL server",
"react/promise": "To leverage async resolving on React PHP platform"
},
"type": "library",
"autoload": {
"psr-4": {
"GraphQL\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A PHP port of GraphQL reference implementation",
"homepage": "https://github.com/webonyx/graphql-php",
"keywords": [
"api",
"graphql"
],
"support": {
"issues": "https://github.com/webonyx/graphql-php/issues",
2024-02-25 16:50:10 +00:00
"source": "https://github.com/webonyx/graphql-php/tree/v15.9.1"
},
"funding": [
{
"url": "https://opencollective.com/webonyx-graphql-php",
"type": "open_collective"
2023-02-01 12:49:42 +00:00
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-25T09:10:40+00:00"
}
],
"packages-dev": [
2021-12-14 18:32:47 +00:00
{
"name": "composer/pcre",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
2023-11-11 21:49:12 +00:00
"reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
2021-12-14 18:32:47 +00:00
},
"dist": {
"type": "zip",
2023-11-11 21:49:12 +00:00
"url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
"reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
2021-12-14 18:32:47 +00:00
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
2021-12-14 18:32:47 +00:00
},
"require-dev": {
"phpstan/phpstan": "^1.3",
2021-12-14 18:32:47 +00:00
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^5"
2021-12-14 18:32:47 +00:00
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
2021-12-14 18:32:47 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
2023-11-11 21:49:12 +00:00
"source": "https://github.com/composer/pcre/tree/3.1.1"
2021-12-14 18:32:47 +00:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2023-11-11 21:49:12 +00:00
"time": "2023-10-11T07:11:09+00:00"
2021-12-14 18:32:47 +00:00
},
{
"name": "composer/semver",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2023-11-11 21:49:12 +00:00
"reference": "1d09200268e7d1052ded8e5da9c73c96a63d18f5"
},
"dist": {
"type": "zip",
2023-11-11 21:49:12 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/1d09200268e7d1052ded8e5da9c73c96a63d18f5",
"reference": "1d09200268e7d1052ded8e5da9c73c96a63d18f5",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2021-02-12 21:08:26 +00:00
"support": {
2023-02-01 12:49:42 +00:00
"irc": "ircs://irc.libera.chat:6697/composer",
2021-02-12 21:08:26 +00:00
"issues": "https://github.com/composer/semver/issues",
2023-02-01 12:49:42 +00:00
"source": "https://github.com/composer/semver/tree/main"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2023-11-11 21:49:12 +00:00
"time": "2023-08-31T12:20:31+00:00"
},
{
"name": "composer/xdebug-handler",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "ced299686f41dce890debac69273b47ffe98a40c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
"shasum": ""
},
"require": {
"composer/pcre": "^1 || ^2 || ^3",
"php": "^7.2.5 || ^8.0",
2021-12-14 18:32:47 +00:00
"psr/log": "^1 || ^2 || ^3"
},
"require-dev": {
2021-12-14 18:32:47 +00:00
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
2021-02-12 21:08:26 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-02-25T21:32:43+00:00"
},
2022-10-28 16:33:32 +00:00
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.41.1",
2022-10-28 16:33:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "8b6ae8dcbaf23f09680643ab832a4a3a260265f6"
2022-10-28 16:33:32 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8b6ae8dcbaf23f09680643ab832a4a3a260265f6",
"reference": "8b6ae8dcbaf23f09680643ab832a4a3a260265f6",
2022-10-28 16:33:32 +00:00
"shasum": ""
},
"require": {
"composer/semver": "^3.4",
"composer/xdebug-handler": "^3.0.3",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0",
"sebastian/diff": "^4.0 || ^5.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
"symfony/finder": "^5.4 || ^6.0 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
"symfony/polyfill-mbstring": "^1.28",
"symfony/polyfill-php80": "^1.28",
"symfony/polyfill-php81": "^1.28",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
2022-10-28 16:33:32 +00:00
},
"require-dev": {
"facile-it/paraunit": "^1.3 || ^2.0",
"justinrainbow/json-schema": "^5.2",
"keradus/cli-executor": "^2.1",
"mikey179/vfsstream": "^1.6.11",
"php-coveralls/php-coveralls": "^2.7",
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
"phpunit/phpunit": "^9.6",
"symfony/phpunit-bridge": "^6.3.8 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
2022-10-28 16:33:32 +00:00
},
"suggest": {
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters."
2022-10-28 16:33:32 +00:00
},
"bin": [
"php-cs-fixer"
],
"type": "application",
2022-10-28 16:33:32 +00:00
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
2022-10-28 16:33:32 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-10-28 16:33:32 +00:00
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
2022-10-28 16:33:32 +00:00
}
],
"description": "A tool to automatically fix PHP code style",
2022-10-28 16:33:32 +00:00
"keywords": [
"Static code analysis",
"fixer",
"standards",
"static analysis"
2022-10-28 16:33:32 +00:00
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.41.1"
2022-10-28 16:33:32 +00:00
},
"funding": [
{
"url": "https://github.com/keradus",
2022-10-28 16:33:32 +00:00
"type": "github"
}
],
"time": "2023-12-10T19:59:27+00:00"
2022-10-28 16:33:32 +00:00
},
2017-03-09 18:32:00 +00:00
{
"name": "myclabs/deep-copy",
2019-07-05 14:47:47 +00:00
"version": "1.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2024-02-25 16:50:10 +00:00
"reference": "2f5294676c802a62b0549f6bc8983f14294ce369"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/2f5294676c802a62b0549f6bc8983f14294ce369",
"reference": "2f5294676c802a62b0549f6bc8983f14294ce369",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-09-20 16:53:26 +00:00
"php": "^7.1 || ^8.0"
2019-07-05 14:47:47 +00:00
},
"conflict": {
"doctrine/collections": "<1.6.8",
2023-05-25 11:57:21 +00:00
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
2023-05-25 11:57:21 +00:00
"phpspec/prophecy": "^1.10",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2017-03-09 18:32:00 +00:00
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
2017-03-09 18:32:00 +00:00
"type": "library",
"autoload": {
2018-02-20 21:44:21 +00:00
"files": [
"src/DeepCopy/deep_copy.php"
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2017-03-09 18:32:00 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
2023-05-25 11:57:21 +00:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.x"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-02-10T11:10:03+00:00"
2017-03-09 18:32:00 +00:00
},
2020-10-24 18:27:48 +00:00
{
"name": "nikic/php-parser",
2024-01-01 15:00:54 +00:00
"version": "dev-master",
2020-10-24 18:27:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2024-02-25 16:50:10 +00:00
"reference": "af14fdb282aa0e288bfe7eb3b57893484b68dc27"
2020-10-24 18:27:48 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/af14fdb282aa0e288bfe7eb3b57893484b68dc27",
"reference": "af14fdb282aa0e288bfe7eb3b57893484b68dc27",
2020-10-24 18:27:48 +00:00
"shasum": ""
},
"require": {
2024-01-01 15:00:54 +00:00
"ext-ctype": "*",
"ext-json": "*",
2020-10-24 18:27:48 +00:00
"ext-tokenizer": "*",
2024-01-01 15:00:54 +00:00
"php": ">=7.4"
2020-10-24 18:27:48 +00:00
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
2024-01-01 15:00:54 +00:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2020-10-24 18:27:48 +00:00
},
2024-01-01 15:00:54 +00:00
"default-branch": true,
2020-10-24 18:27:48 +00:00
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2024-01-01 15:00:54 +00:00
"dev-master": "5.0-dev"
2020-10-24 18:27:48 +00:00
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/nikic/PHP-Parser/tree/master"
2021-02-12 21:08:26 +00:00
},
2024-02-25 16:50:10 +00:00
"time": "2024-02-21T20:13:45+00:00"
2020-10-24 18:27:48 +00:00
},
2017-09-21 03:16:36 +00:00
{
"name": "phar-io/manifest",
2020-10-24 18:27:48 +00:00
"version": "dev-master",
2017-09-21 03:16:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2023-11-11 21:49:12 +00:00
"reference": "67729272c564ab9f953c81f48db44e8b1cb1e1c3"
2017-09-21 03:16:36 +00:00
},
"dist": {
"type": "zip",
2023-11-11 21:49:12 +00:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/67729272c564ab9f953c81f48db44e8b1cb1e1c3",
"reference": "67729272c564ab9f953c81f48db44e8b1cb1e1c3",
2017-09-21 03:16:36 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
2017-09-21 03:16:36 +00:00
"ext-phar": "*",
2020-10-24 18:27:48 +00:00
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
2023-11-11 21:49:12 +00:00
"php": "^7.3 || ^8.0"
2017-09-21 03:16:36 +00:00
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
2017-09-21 03:16:36 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "2.0.x-dev"
2017-09-21 03:16:36 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/master"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2023-11-11 21:49:12 +00:00
"time": "2023-06-01T14:19:47+00:00"
2017-09-21 03:16:36 +00:00
},
{
"name": "phar-io/version",
"version": "3.2.1",
2017-09-21 03:16:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2017-09-21 03:16:36 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2017-09-21 03:16:36 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": "^7.2 || ^8.0"
2017-09-21 03:16:36 +00:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.2.1"
2021-02-12 21:08:26 +00:00
},
"time": "2022-02-21T01:04:05+00:00"
2017-03-09 18:32:00 +00:00
},
2023-02-03 16:44:16 +00:00
{
"name": "phpstan/phpstan",
2023-12-14 00:14:24 +00:00
"version": "1.10.50",
2023-02-03 16:44:16 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2023-12-14 00:14:24 +00:00
"reference": "06a98513ac72c03e8366b5a0cb00750b487032e4"
2023-02-03 16:44:16 +00:00
},
"dist": {
"type": "zip",
2023-12-14 00:14:24 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4",
"reference": "06a98513ac72c03e8366b5a0cb00750b487032e4",
2023-02-03 16:44:16 +00:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
"static analysis"
],
"support": {
2023-05-25 11:57:21 +00:00
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
2023-02-03 16:44:16 +00:00
"issues": "https://github.com/phpstan/phpstan/issues",
2023-05-25 11:57:21 +00:00
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
2023-02-03 16:44:16 +00:00
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2023-12-14 00:14:24 +00:00
"time": "2023-12-13T10:59:42+00:00"
2023-02-03 16:44:16 +00:00
},
2021-02-12 21:08:26 +00:00
{
"name": "phpunit/php-code-coverage",
2024-01-01 15:00:54 +00:00
"version": "10.1.x-dev",
2021-02-12 21:08:26 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2024-02-25 16:50:10 +00:00
"reference": "68f0085d6408a585bf3335cd26b22c0f220c4458"
2021-02-12 21:08:26 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/68f0085d6408a585bf3335cd26b22c0f220c4458",
"reference": "68f0085d6408a585bf3335cd26b22c0f220c4458",
2021-02-12 21:08:26 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
2024-01-01 15:00:54 +00:00
"nikic/php-parser": "^4.18 || ^5.0",
2023-12-14 00:14:24 +00:00
"php": ">=8.1",
"phpunit/php-file-iterator": "^4.0",
"phpunit/php-text-template": "^3.0",
"sebastian/code-unit-reverse-lookup": "^3.0",
"sebastian/complexity": "^3.0",
"sebastian/environment": "^6.0",
"sebastian/lines-of-code": "^2.0",
"sebastian/version": "^4.0",
2021-02-12 21:08:26 +00:00
"theseer/tokenizer": "^1.2.0"
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.1"
2021-02-12 21:08:26 +00:00
},
"suggest": {
2023-05-25 11:57:21 +00:00
"ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
2021-02-12 21:08:26 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "10.1-dev"
2021-02-12 21:08:26 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
2023-05-25 11:57:21 +00:00
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:35:06+00:00"
2021-02-12 21:08:26 +00:00
},
2017-03-09 18:32:00 +00:00
{
"name": "phpunit/php-file-iterator",
2024-01-01 15:00:54 +00:00
"version": "4.1.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2024-02-25 16:50:10 +00:00
"reference": "e7bcadc84d5d1c7ae8c688a38045980303b0a347"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/e7bcadc84d5d1c7ae8c688a38045980303b0a347",
"reference": "e7bcadc84d5d1c7ae8c688a38045980303b0a347",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2019-07-05 14:47:47 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-01 15:00:54 +00:00
"dev-main": "4.1-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-07-05 14:47:47 +00:00
"email": "sebastian@phpunit.de",
2017-03-09 18:32:00 +00:00
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T14:02:58+00:00"
2019-12-07 23:00:52 +00:00
},
2017-03-09 18:32:00 +00:00
{
2020-10-24 18:27:48 +00:00
"name": "phpunit/php-invoker",
2024-01-01 15:00:54 +00:00
"version": "4.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
2020-10-24 18:27:48 +00:00
"url": "https://github.com/sebastianbergmann/php-invoker.git",
2024-02-25 16:50:10 +00:00
"reference": "8bccdd7912fb3c12a8b00f95ca23a5f19133db5d"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/8bccdd7912fb3c12a8b00f95ca23a5f19133db5d",
"reference": "8bccdd7912fb3c12a8b00f95ca23a5f19133db5d",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2020-10-24 18:27:48 +00:00
},
"require-dev": {
"ext-pcntl": "*",
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2020-10-24 18:27:48 +00:00
},
"suggest": {
"ext-pcntl": "*"
2017-03-09 18:32:00 +00:00
},
"type": "library",
2020-10-24 18:27:48 +00:00
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "4.0-dev"
2020-10-24 18:27:48 +00:00
}
},
2017-03-09 18:32:00 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2020-10-24 18:27:48 +00:00
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
2017-03-09 18:32:00 +00:00
"keywords": [
2020-10-24 18:27:48 +00:00
"process"
2017-03-09 18:32:00 +00:00
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T14:03:19+00:00"
2017-03-09 18:32:00 +00:00
},
{
2020-10-24 18:27:48 +00:00
"name": "phpunit/php-text-template",
2024-01-01 15:00:54 +00:00
"version": "3.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
2020-10-24 18:27:48 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2024-02-25 16:50:10 +00:00
"reference": "cd963e704878c8a5733dfc5384a96dd68d56026d"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/cd963e704878c8a5733dfc5384a96dd68d56026d",
"reference": "cd963e704878c8a5733dfc5384a96dd68d56026d",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "3.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-07-05 14:47:47 +00:00
"email": "sebastian@phpunit.de",
2017-03-09 18:32:00 +00:00
"role": "lead"
}
],
2020-10-24 18:27:48 +00:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2017-03-09 18:32:00 +00:00
"keywords": [
2020-10-24 18:27:48 +00:00
"template"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T14:04:28+00:00"
2017-03-09 18:32:00 +00:00
},
{
2020-10-24 18:27:48 +00:00
"name": "phpunit/php-timer",
2024-01-01 15:00:54 +00:00
"version": "6.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
2020-10-24 18:27:48 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2024-02-25 16:50:10 +00:00
"reference": "d27f17db6559d450b3110da27d67a8bb9df620fa"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/d27f17db6559d450b3110da27d67a8bb9df620fa",
"reference": "d27f17db6559d450b3110da27d67a8bb9df620fa",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "6.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2020-10-24 18:27:48 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2017-03-09 18:32:00 +00:00
}
],
2020-10-24 18:27:48 +00:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2017-03-09 18:32:00 +00:00
"keywords": [
2020-10-24 18:27:48 +00:00
"timer"
2017-03-09 18:32:00 +00:00
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/php-timer/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/php-timer/tree/6.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T14:05:27+00:00"
2020-01-26 23:37:24 +00:00
},
2021-02-12 21:08:26 +00:00
{
"name": "phpunit/phpunit",
2023-12-14 00:14:24 +00:00
"version": "10.5.3",
2021-02-12 21:08:26 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2023-12-14 00:14:24 +00:00
"reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19"
2021-02-12 21:08:26 +00:00
},
"dist": {
"type": "zip",
2023-12-14 00:14:24 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6fce887c71076a73f32fd3e0774a6833fc5c7f19",
"reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19",
2021-02-12 21:08:26 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.1",
2021-12-14 18:32:47 +00:00
"phar-io/manifest": "^2.0.3",
2021-02-12 21:08:26 +00:00
"phar-io/version": "^3.0.2",
2023-12-14 00:14:24 +00:00
"php": ">=8.1",
"phpunit/php-code-coverage": "^10.1.5",
"phpunit/php-file-iterator": "^4.0",
"phpunit/php-invoker": "^4.0",
"phpunit/php-text-template": "^3.0",
"phpunit/php-timer": "^6.0",
"sebastian/cli-parser": "^2.0",
"sebastian/code-unit": "^2.0",
"sebastian/comparator": "^5.0",
"sebastian/diff": "^5.0",
"sebastian/environment": "^6.0",
"sebastian/exporter": "^5.1",
"sebastian/global-state": "^6.0.1",
"sebastian/object-enumerator": "^5.0",
"sebastian/recursion-context": "^5.0",
"sebastian/type": "^4.0",
"sebastian/version": "^4.0"
2021-02-12 21:08:26 +00:00
},
"suggest": {
2023-12-14 00:14:24 +00:00
"ext-soap": "To be able to generate mocks based on WSDL files"
2021-02-12 21:08:26 +00:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "10.5-dev"
2021-02-12 21:08:26 +00:00
}
},
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
],
"classmap": [
"src/"
2021-02-12 21:08:26 +00:00
]
},
"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"
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2023-05-25 11:57:21 +00:00
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
2023-12-14 00:14:24 +00:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.3"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
2021-12-14 18:32:47 +00:00
"url": "https://phpunit.de/sponsors.html",
2021-02-12 21:08:26 +00:00
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
2021-02-12 21:08:26 +00:00
}
],
2023-12-14 00:14:24 +00:00
"time": "2023-12-13T07:25:23+00:00"
2021-02-12 21:08:26 +00:00
},
2022-10-28 16:33:32 +00:00
{
"name": "psr/event-dispatcher",
2022-10-28 16:33:32 +00:00
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "977ffcf551e3bfb73d90aac3e8e1583fd8d2f89a"
2022-10-28 16:33:32 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/977ffcf551e3bfb73d90aac3e8e1583fd8d2f89a",
"reference": "977ffcf551e3bfb73d90aac3e8e1583fd8d2f89a",
2022-10-28 16:33:32 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"suggest": {
"fig/event-dispatcher-util": "Provides some useful PSR-14 utilities"
2022-10-28 16:33:32 +00:00
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
2022-10-28 16:33:32 +00:00
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
2022-10-28 16:33:32 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-05-25 11:57:21 +00:00
"homepage": "https://www.php-fig.org/"
2022-10-28 16:33:32 +00:00
}
],
"description": "Standard interfaces for event handling.",
2022-10-28 16:33:32 +00:00
"keywords": [
"events",
2022-10-28 16:33:32 +00:00
"psr",
"psr-14"
2022-10-28 16:33:32 +00:00
],
"support": {
"source": "https://github.com/php-fig/event-dispatcher"
2022-10-28 16:33:32 +00:00
},
"time": "2023-09-22T11:10:57+00:00"
2022-10-28 16:33:32 +00:00
},
{
"name": "psr/log",
2022-10-28 00:47:32 +00:00
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2022-10-28 00:47:32 +00:00
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.0.0"
},
2022-10-28 00:47:32 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
2022-10-28 00:47:32 +00:00
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
2022-10-28 00:47:32 +00:00
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/php-fig/log/tree/3.0.0"
2021-02-12 21:08:26 +00:00
},
2022-10-28 00:47:32 +00:00
"time": "2021-07-14T16:46:02+00:00"
2020-10-24 18:27:48 +00:00
},
{
"name": "sebastian/cli-parser",
2024-01-01 15:00:54 +00:00
"version": "2.0.x-dev",
2020-10-24 18:27:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
2024-02-25 16:50:10 +00:00
"reference": "b6f26fb2f0242172306356a5cf2e0f4eb7e865fb"
2020-10-24 18:27:48 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/b6f26fb2f0242172306356a5cf2e0f4eb7e865fb",
"reference": "b6f26fb2f0242172306356a5cf2e0f4eb7e865fb",
2020-10-24 18:27:48 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2020-10-24 18:27:48 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2020-10-24 18:27:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "2.0-dev"
2020-10-24 18:27:48 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-02-01T13:54:40+00:00"
2020-10-24 18:27:48 +00:00
},
{
"name": "sebastian/code-unit",
2024-01-01 15:00:54 +00:00
"version": "2.0.x-dev",
2020-10-24 18:27:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
2024-02-25 16:50:10 +00:00
"reference": "4274de3ccfcc8fcc838db485c1dbdb16b10e2303"
2020-10-24 18:27:48 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/4274de3ccfcc8fcc838db485c1dbdb16b10e2303",
"reference": "4274de3ccfcc8fcc838db485c1dbdb16b10e2303",
2020-10-24 18:27:48 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2020-10-24 18:27:48 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2020-10-24 18:27:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "2.0-dev"
2020-10-24 18:27:48 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/code-unit/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/code-unit/tree/2.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:39:38+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2024-01-01 15:00:54 +00:00
"version": "3.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2024-02-25 16:50:10 +00:00
"reference": "194542d647339394232cea978b4385d09df2bca1"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/194542d647339394232cea978b4385d09df2bca1",
"reference": "194542d647339394232cea978b4385d09df2bca1",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "3.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:40:03+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/comparator",
2024-01-01 15:00:54 +00:00
"version": "5.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2024-02-25 16:50:10 +00:00
"reference": "e51e8a1fce956947bb7659ae90536feee35efdf7"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e51e8a1fce956947bb7659ae90536feee35efdf7",
"reference": "e51e8a1fce956947bb7659ae90536feee35efdf7",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"ext-dom": "*",
"ext-mbstring": "*",
"php": ">=8.1",
"sebastian/diff": "^5.0",
"sebastian/exporter": "^5.0"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.4"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "5.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-10-24 18:27:48 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2017-03-09 18:32:00 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"description": "Provides the functionality to compare PHP values for equality",
2017-09-21 03:16:36 +00:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2017-03-09 18:32:00 +00:00
"keywords": [
"comparator",
"compare",
"equality"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/comparator/tree/5.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:40:38+00:00"
2020-10-24 18:27:48 +00:00
},
{
"name": "sebastian/complexity",
2024-01-01 15:00:54 +00:00
"version": "3.2.x-dev",
2020-10-24 18:27:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
2024-02-25 16:50:10 +00:00
"reference": "4ea4a1fd375c586ab82dfd8c78dd0a75fb3dd94c"
2020-10-24 18:27:48 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/4ea4a1fd375c586ab82dfd8c78dd0a75fb3dd94c",
"reference": "4ea4a1fd375c586ab82dfd8c78dd0a75fb3dd94c",
2020-10-24 18:27:48 +00:00
"shasum": ""
},
"require": {
2024-01-01 15:00:54 +00:00
"nikic/php-parser": "^4.18 || ^5.0",
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2020-10-24 18:27:48 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2020-10-24 18:27:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "3.2-dev"
2020-10-24 18:27:48 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/complexity/tree/3.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:46:48+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/diff",
2024-01-01 15:00:54 +00:00
"version": "5.1.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2024-02-25 16:50:10 +00:00
"reference": "86649b78a5c4175cdf281855c7876141bed1968e"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/86649b78a5c4175cdf281855c7876141bed1968e",
"reference": "86649b78a5c4175cdf281855c7876141bed1968e",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0",
2024-01-01 15:00:54 +00:00
"symfony/process": "^6.4"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "5.1-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-01-26 23:37:24 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2020-10-24 18:27:48 +00:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2017-03-09 18:32:00 +00:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
2019-07-05 14:47:47 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2017-03-09 18:32:00 +00:00
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/diff/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/diff/tree/5.1"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:46:00+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/environment",
2024-01-01 15:00:54 +00:00
"version": "6.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2024-02-25 16:50:10 +00:00
"reference": "7e327d8e5334dfabc5eb730b43be4e379273b757"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/7e327d8e5334dfabc5eb730b43be4e379273b757",
"reference": "7e327d8e5334dfabc5eb730b43be4e379273b757",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2019-07-05 14:47:47 +00:00
},
"suggest": {
"ext-posix": "*"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "6.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
2023-12-14 00:14:24 +00:00
"homepage": "https://github.com/sebastianbergmann/environment",
2017-03-09 18:32:00 +00:00
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/environment/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/environment/tree/6.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:53:00+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/exporter",
2024-01-01 15:00:54 +00:00
"version": "5.1.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2024-02-25 16:50:10 +00:00
"reference": "935b7ee9d5d9db69992fa288a92aded230dbe0f3"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/935b7ee9d5d9db69992fa288a92aded230dbe0f3",
"reference": "935b7ee9d5d9db69992fa288a92aded230dbe0f3",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"ext-mbstring": "*",
"php": ">=8.1",
"sebastian/recursion-context": "^5.0"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "5.1-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-10-01 09:31:31 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2017-03-09 18:32:00 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-10-01 09:31:31 +00:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2017-03-09 18:32:00 +00:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
2021-12-14 18:32:47 +00:00
"homepage": "https://www.github.com/sebastianbergmann/exporter",
2017-03-09 18:32:00 +00:00
"keywords": [
"export",
"exporter"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/exporter/tree/5.1"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:55:07+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/global-state",
2024-01-01 15:00:54 +00:00
"version": "6.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2024-02-25 16:50:10 +00:00
"reference": "54eb5dad20775611b81c891259e5d9d7f39250f4"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/54eb5dad20775611b81c891259e5d9d7f39250f4",
"reference": "54eb5dad20775611b81c891259e5d9d7f39250f4",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1",
"sebastian/object-reflector": "^3.0",
"sebastian/recursion-context": "^5.0"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2019-11-14 18:24:09 +00:00
"ext-dom": "*",
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "6.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
2023-12-14 00:14:24 +00:00
"homepage": "https://www.github.com/sebastianbergmann/global-state",
2017-03-09 18:32:00 +00:00
"keywords": [
"global state"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/global-state/tree/6.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:55:32+00:00"
2020-10-24 18:27:48 +00:00
},
{
"name": "sebastian/lines-of-code",
2024-01-01 15:00:54 +00:00
"version": "2.0.x-dev",
2020-10-24 18:27:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
2024-02-25 16:50:10 +00:00
"reference": "0ca20a53385ead5b0827d8fbb4e71175ee411f96"
2020-10-24 18:27:48 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/0ca20a53385ead5b0827d8fbb4e71175ee411f96",
"reference": "0ca20a53385ead5b0827d8fbb4e71175ee411f96",
2020-10-24 18:27:48 +00:00
"shasum": ""
},
"require": {
2024-01-01 15:00:54 +00:00
"nikic/php-parser": "^4.18 || ^5.0",
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2020-10-24 18:27:48 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2020-10-24 18:27:48 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "2.0-dev"
2020-10-24 18:27:48 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:56:08+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/object-enumerator",
2024-01-01 15:00:54 +00:00
"version": "5.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2024-02-25 16:50:10 +00:00
"reference": "0e29d5f0a545b3293a09b6066c697b016285b2f7"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/0e29d5f0a545b3293a09b6066c697b016285b2f7",
"reference": "0e29d5f0a545b3293a09b6066c697b016285b2f7",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1",
"sebastian/object-reflector": "^3.0",
"sebastian/recursion-context": "^5.0"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "5.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T13:56:27+00:00"
2017-09-21 03:16:36 +00:00
},
{
"name": "sebastian/object-reflector",
2024-01-01 15:00:54 +00:00
"version": "3.0.x-dev",
2017-09-21 03:16:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2024-02-25 16:50:10 +00:00
"reference": "7c357bb5701a8fbb396eddfc93c75776e102a72f"
2017-09-21 03:16:36 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/7c357bb5701a8fbb396eddfc93c75776e102a72f",
"reference": "7c357bb5701a8fbb396eddfc93c75776e102a72f",
2017-09-21 03:16:36 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2017-09-21 03:16:36 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2017-09-21 03:16:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "3.0-dev"
2017-09-21 03:16:36 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T14:01:48+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/recursion-context",
2024-01-01 15:00:54 +00:00
"version": "5.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2024-02-25 16:50:10 +00:00
"reference": "12a84c4900b4d65f535d5e9d03daa4ba48fbfda3"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/12a84c4900b4d65f535d5e9d03daa4ba48fbfda3",
"reference": "12a84c4900b4d65f535d5e9d03daa4ba48fbfda3",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "5.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-01-26 23:37:24 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2020-10-24 18:27:48 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2017-03-09 18:32:00 +00:00
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "https://github.com/sebastianbergmann/recursion-context",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T14:06:17+00:00"
2019-11-14 18:24:09 +00:00
},
{
"name": "sebastian/type",
2024-01-01 15:00:54 +00:00
"version": "4.0.x-dev",
2019-11-14 18:24:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2024-02-25 16:50:10 +00:00
"reference": "6d1976260c1ad3fc44422800ca5ceaae666eea55"
2019-11-14 18:24:09 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/6d1976260c1ad3fc44422800ca5ceaae666eea55",
"reference": "6d1976260c1ad3fc44422800ca5ceaae666eea55",
2019-11-14 18:24:09 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2019-11-14 18:24:09 +00:00
},
"require-dev": {
2023-12-14 00:14:24 +00:00
"phpunit/phpunit": "^10.0"
2019-11-14 18:24:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "4.0-dev"
2019-11-14 18:24:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
2023-12-14 00:14:24 +00:00
"security": "https://github.com/sebastianbergmann/type/security/policy",
2024-01-01 15:00:54 +00:00
"source": "https://github.com/sebastianbergmann/type/tree/4.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T14:06:51+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/version",
2024-01-01 15:00:54 +00:00
"version": "4.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2024-02-25 16:50:10 +00:00
"reference": "27cfa1750df9e21e1812546c31db8824beb9cd9d"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/27cfa1750df9e21e1812546c31db8824beb9cd9d",
"reference": "27cfa1750df9e21e1812546c31db8824beb9cd9d",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2023-12-14 00:14:24 +00:00
"php": ">=8.1"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-14 00:14:24 +00:00
"dev-main": "4.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2019-07-05 14:47:47 +00:00
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"security": "https://github.com/sebastianbergmann/version/security/policy",
"source": "https://github.com/sebastianbergmann/version/tree/4.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2021-02-12 21:08:26 +00:00
"type": "github"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-30T14:07:31+00:00"
2019-07-05 14:47:47 +00:00
},
2017-03-09 18:32:00 +00:00
{
"name": "symfony/event-dispatcher",
2023-05-25 11:57:21 +00:00
"version": "6.4.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2024-02-25 16:50:10 +00:00
"reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
"reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
2022-12-31 15:54:01 +00:00
"symfony/event-dispatcher-contracts": "^2.5|^3"
2017-03-09 18:32:00 +00:00
},
2019-11-24 15:59:14 +00:00
"conflict": {
2022-12-31 15:54:01 +00:00
"symfony/dependency-injection": "<5.4",
"symfony/service-contracts": "<2.5"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2022-10-28 00:47:32 +00:00
"symfony/event-dispatcher-implementation": "2.0|3.0"
2019-11-24 15:59:14 +00:00
},
2017-03-09 18:32:00 +00:00
"require-dev": {
2021-12-14 18:32:47 +00:00
"psr/log": "^1|^2|^3",
2023-05-25 11:57:21 +00:00
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/error-handler": "^5.4|^6.0|^7.0",
"symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^5.4|^6.0|^7.0",
2022-12-31 15:54:01 +00:00
"symfony/service-contracts": "^2.5|^3",
2023-05-25 11:57:21 +00:00
"symfony/stopwatch": "^5.4|^6.0|^7.0"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
2023-05-25 11:57:21 +00:00
"source": "https://github.com/symfony/event-dispatcher/tree/6.4"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-23T14:51:35+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
2023-11-11 21:49:12 +00:00
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2024-02-25 16:50:10 +00:00
"reference": "4d4ea14a8d31bc995e29bdbd566ac07c9fd004f5"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/4d4ea14a8d31bc995e29bdbd566ac07c9fd004f5",
"reference": "4d4ea14a8d31bc995e29bdbd566ac07c9fd004f5",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
"psr/event-dispatcher": "^1"
},
2023-11-11 21:49:12 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
2024-01-04 18:41:35 +00:00
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"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"
],
2021-02-12 21:08:26 +00:00
"support": {
2024-01-04 18:41:35 +00:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/main"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-23T15:06:13+00:00"
},
{
"name": "symfony/filesystem",
2023-05-25 11:57:21 +00:00
"version": "6.4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2024-02-25 16:50:10 +00:00
"reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
"reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
2021-12-14 18:32:47 +00:00
"symfony/polyfill-ctype": "~1.8",
2022-10-28 00:47:32 +00:00
"symfony/polyfill-mbstring": "~1.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"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": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
2023-11-11 21:49:12 +00:00
"source": "https://github.com/symfony/filesystem/tree/6.4"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-23T14:51:35+00:00"
},
{
"name": "symfony/finder",
2023-05-25 11:57:21 +00:00
"version": "6.4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2023-11-11 21:49:12 +00:00
"reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
},
"dist": {
"type": "zip",
2023-11-11 21:49:12 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
"reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1"
},
"require-dev": {
"symfony/filesystem": "^6.0|^7.0"
},
"type": "library",
"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": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/symfony/finder/tree/6.4"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-10-31T17:30:12+00:00"
},
{
"name": "symfony/options-resolver",
"version": "6.4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "22301f0e7fdeaacc14318928612dee79be99860e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/22301f0e7fdeaacc14318928612dee79be99860e",
"reference": "22301f0e7fdeaacc14318928612dee79be99860e",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"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": "Provides an improved replacement for the array_replace PHP function",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/symfony/options-resolver/tree/6.4"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-08-08T10:16:24+00:00"
},
{
2021-12-14 18:32:47 +00:00
"name": "symfony/polyfill-php80",
2023-11-11 21:49:12 +00:00
"version": "1.x-dev",
"source": {
"type": "git",
2021-12-14 18:32:47 +00:00
"url": "https://github.com/symfony/polyfill-php80.git",
2024-02-25 16:50:10 +00:00
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-12-14 18:32:47 +00:00
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-12-14 18:32:47 +00:00
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-02-12 21:08:26 +00:00
"support": {
2024-02-25 16:50:10 +00:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-29T20:11:03+00:00"
},
{
2021-12-14 18:32:47 +00:00
"name": "symfony/polyfill-php81",
2023-11-11 21:49:12 +00:00
"version": "1.x-dev",
"source": {
"type": "git",
2021-12-14 18:32:47 +00:00
"url": "https://github.com/symfony/polyfill-php81.git",
2024-02-25 16:50:10 +00:00
"reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
"reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"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"
}
],
2021-12-14 18:32:47 +00:00
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-02-12 21:08:26 +00:00
"support": {
2024-02-25 16:50:10 +00:00
"source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/process",
2023-05-25 11:57:21 +00:00
"version": "6.4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2024-02-25 16:50:10 +00:00
"reference": "710e27879e9be3395de2b98da3f52a946039f297"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/710e27879e9be3395de2b98da3f52a946039f297",
"reference": "710e27879e9be3395de2b98da3f52a946039f297",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
2023-11-11 21:49:12 +00:00
"source": "https://github.com/symfony/process/tree/6.4"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-02-20T12:31:00+00:00"
},
{
"name": "symfony/stopwatch",
2023-05-25 11:57:21 +00:00
"version": "6.4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2024-02-25 16:50:10 +00:00
"reference": "416596166641f1f728b0a64f5b9dd07cceb410c1"
},
"dist": {
"type": "zip",
2024-02-25 16:50:10 +00:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/416596166641f1f728b0a64f5b9dd07cceb410c1",
"reference": "416596166641f1f728b0a64f5b9dd07cceb410c1",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
2022-12-31 15:54:01 +00:00
"symfony/service-contracts": "^2.5|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"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": "Provides a way to profile code",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
2024-02-25 16:50:10 +00:00
"source": "https://github.com/symfony/stopwatch/tree/6.3"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-02-25 16:50:10 +00:00
"time": "2024-01-23T14:35:58+00:00"
},
{
"name": "thecodingmachine/phpstan-safe-rule",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/phpstan-safe-rule.git",
"reference": "8a7b88e0d54f209a488095085f183e9174c40e1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thecodingmachine/phpstan-safe-rule/zipball/8a7b88e0d54f209a488095085f183e9174c40e1e",
"reference": "8a7b88e0d54f209a488095085f183e9174c40e1e",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^1.0",
"thecodingmachine/safe": "^1.0 || ^2.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^7.5.2 || ^8.0",
"squizlabs/php_codesniffer": "^3.4"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
},
"phpstan": {
"includes": [
"phpstan-safe-rule.neon"
]
}
},
"autoload": {
"psr-4": {
"TheCodingMachine\\Safe\\PHPStan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Négrier",
"email": "d.negrier@thecodingmachine.com"
}
],
"description": "A PHPStan rule to detect safety issues. Must be used in conjunction with thecodingmachine/safe",
"support": {
"issues": "https://github.com/thecodingmachine/phpstan-safe-rule/issues",
"source": "https://github.com/thecodingmachine/phpstan-safe-rule/tree/v1.2.0"
},
"time": "2022-01-17T10:12:29+00:00"
},
{
"name": "theseer/tokenizer",
2023-12-14 00:14:24 +00:00
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2023-12-14 00:14:24 +00:00
"reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
},
"dist": {
"type": "zip",
2023-12-14 00:14:24 +00:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
"reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
"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",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
2023-12-14 00:14:24 +00:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2023-12-14 00:14:24 +00:00
"time": "2023-11-20T00:12:19+00:00"
2016-06-18 17:33:56 +00:00
}
],
"aliases": [],
"minimum-stability": "dev",
2022-10-28 16:33:32 +00:00
"stability-flags": {
"naroga/redis-cache": 20,
"symfony/console": 20
2022-10-28 16:33:32 +00:00
},
2016-06-18 17:33:56 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2022-10-28 00:47:32 +00:00
"php": "^8.1",
2019-07-05 14:47:47 +00:00
"ext-pdo": "*",
2020-06-24 15:50:00 +00:00
"ext-json": "*",
"ext-fileinfo": "*"
2016-06-18 17:33:56 +00:00
},
2020-10-24 18:27:48 +00:00
"platform-dev": [],
2020-12-25 02:38:23 +00:00
"platform-overrides": {
2022-10-28 00:47:32 +00:00
"php": "8.1.0"
2021-02-12 21:08:26 +00:00
},
"plugin-api-version": "2.6.0"
2016-06-18 17:33:56 +00:00
}