scimserviceprovider/composer.lock

5598 lines
200 KiB
Text
Raw Normal View History

2022-05-18 14:23:28 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2023-03-03 11:21:27 +00:00
"content-hash": "64b7aba10119e669997cbca8af52bd38",
"packages": [
2022-05-18 14:23:28 +00:00
{
2023-03-03 11:21:27 +00:00
"name": "audriga/scim-server-php",
"version": "dev-main",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/audriga/scim-server-php.git",
"reference": "18ef96044c5d547acbfa1c64081736ba212b68cd"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/audriga/scim-server-php/zipball/18ef96044c5d547acbfa1c64081736ba212b68cd",
"reference": "18ef96044c5d547acbfa1c64081736ba212b68cd",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"coenjacobs/mozart": "^0.7.1",
"firebase/php-jwt": "^6.3",
"illuminate/database": "^8.83",
"monolog/monolog": "^2.4",
"php": "^7.4",
"php-di/php-di": "^6.3",
"ramsey/uuid": "^4.2",
"slim/php-view": "^3.1",
"slim/psr7": "^1.5",
"slim/slim": "^4.10"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
"extra": {
2023-03-03 11:21:27 +00:00
"mozart": {
"dep_namespace": "Opf\\ScimServerPhp\\",
"dep_directory": "/src/ScimServerPhp/",
"classmap_directory": "/classes/scimserverphp/",
"classmap_prefix": "ScimServerPhp_",
"packages": [
"firebase/php-jwt"
],
"delete_vendor_directories": true
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Opf\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
2023-03-03 11:21:27 +00:00
"scripts": {
"post-install-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
"post-update-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
]
},
2022-05-18 14:23:28 +00:00
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "audriga",
"email": "opensource@audriga.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "An open library for SCIM servers implementation",
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/audriga/scim-server-php/tree/main",
"issues": "https://github.com/audriga/scim-server-php/issues"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2023-02-02T15:48:56+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "brick/math",
"version": "0.9.3",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/brick/math.git",
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"ext-json": "*",
"php": "^7.1 || ^8.0"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
"vimeo/psalm": "4.9.2"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Brick\\Math\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-03-03 11:21:27 +00:00
"description": "Arbitrary-precision arithmetic library",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.9.3"
2022-05-18 14:23:28 +00:00
},
"funding": [
{
2023-03-03 11:21:27 +00:00
"url": "https://github.com/BenMorel",
2022-05-18 14:23:28 +00:00
"type": "github"
2023-03-03 11:21:27 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"time": "2021-08-15T20:50:18+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "coenjacobs/mozart",
"version": "0.7.1",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/coenjacobs/mozart.git",
"reference": "dbcdeb992d20d9c8914eef090f9a0d684bb1102c"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/coenjacobs/mozart/zipball/dbcdeb992d20d9c8914eef090f9a0d684bb1102c",
"reference": "dbcdeb992d20d9c8914eef090f9a0d684bb1102c",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"league/flysystem": "^1.0",
"php": "^7.3|^8.0",
"symfony/console": "^4|^5",
"symfony/finder": "^4|^5"
},
"require-dev": {
"mheap/phpunit-github-actions-printer": "^1.4",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.4"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"bin": [
"bin/mozart"
],
2022-05-18 14:23:28 +00:00
"type": "library",
2023-03-03 11:21:27 +00:00
"autoload": {
"psr-4": {
"CoenJacobs\\Mozart\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-03-03 11:21:27 +00:00
"MIT"
2022-05-18 14:23:28 +00:00
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Coen Jacobs",
"email": "coenjacobs@gmail.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Composes all dependencies as a package inside a WordPress plugin",
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/coenjacobs/mozart/issues",
"source": "https://github.com/coenjacobs/mozart/tree/0.7.1"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"funding": [
{
"url": "https://github.com/coenjacobs",
"type": "github"
}
],
"time": "2021-02-02T21:37:03+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "doctrine/inflector",
"version": "2.1.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/doctrine/inflector.git",
"reference": "bf265da9f831e46e646c7a01b59ee8a33f8c0365"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/bf265da9f831e46e646c7a01b59ee8a33f8c0365",
"reference": "bf265da9f831e46e646c7a01b59ee8a33f8c0365",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": "^7.2 || ^8.0"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"doctrine/coding-standard": "^11.0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25 || ^5.4"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"type": "library",
2022-05-18 14:23:28 +00:00
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
"keywords": [
"inflection",
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.1.x"
2022-05-18 14:23:28 +00:00
},
"funding": [
{
2023-03-03 11:21:27 +00:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2022-05-18 14:23:28 +00:00
"type": "custom"
},
{
2023-03-03 11:21:27 +00:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
2022-05-18 14:23:28 +00:00
"type": "tidelift"
}
],
2023-03-03 11:21:27 +00:00
"time": "2023-01-15T14:40:19+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "doctrine/lexer",
"version": "1.3.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/doctrine/lexer.git",
"reference": "df2c840b0bfd42b86ea60bd07d64ed57b6489539"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/df2c840b0bfd42b86ea60bd07d64ed57b6489539",
"reference": "df2c840b0bfd42b86ea60bd07d64ed57b6489539",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": "^7.1 || ^8.0"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"doctrine/coding-standard": "^9 || ^10",
2022-05-18 14:23:28 +00:00
"phpstan/phpstan": "^1.3",
2023-03-03 11:21:27 +00:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^5.0"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Doctrine\\Common\\Lexer\\": "src"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"annotations",
"docblock",
"lexer",
"parser",
"php"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.3.x"
2022-05-18 14:23:28 +00:00
},
"funding": [
{
2023-03-03 11:21:27 +00:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2022-05-18 14:23:28 +00:00
"type": "custom"
},
{
2023-03-03 11:21:27 +00:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
2022-05-18 14:23:28 +00:00
"type": "tidelift"
}
],
2023-03-03 11:21:27 +00:00
"time": "2022-12-11T21:00:40+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "fig/http-message-util",
"version": "dev-master",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/php-fig/http-message-util.git",
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": "^5.3 || ^7.0 || ^8.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"suggest": {
"psr/http-message": "The package containing the PSR-7 interfaces"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-master": "1.1.x-dev"
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Fig\\Http\\Message\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/php-fig/http-message-util/issues",
"source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2020-11-24T22:02:12+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "firebase/php-jwt",
"version": "v6.3.2",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/firebase/php-jwt.git",
"reference": "ea7dda77098b96e666c5ef382452f94841e439cd"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/ea7dda77098b96e666c5ef382452f94841e439cd",
"reference": "ea7dda77098b96e666c5ef382452f94841e439cd",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": "^7.1||^8.0"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"guzzlehttp/guzzle": "^6.5||^7.4",
"phpspec/prophecy-phpunit": "^1.1",
"phpunit/phpunit": "^7.5||^9.5",
"psr/cache": "^1.0||^2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0"
},
"suggest": {
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Firebase\\JWT\\": "src"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-03-03 11:21:27 +00:00
"BSD-3-Clause"
2022-05-18 14:23:28 +00:00
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Neuman Vong",
"email": "neuman+pear@twilio.com",
"role": "Developer"
},
{
"name": "Anant Narayanan",
"email": "anant@php.net",
"role": "Developer"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
"homepage": "https://github.com/firebase/php-jwt",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"jwt",
"php"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/firebase/php-jwt/issues",
"source": "https://github.com/firebase/php-jwt/tree/v6.3.2"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-12-19T17:10:46+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "illuminate/collections",
"version": "8.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/illuminate/collections.git",
"reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/illuminate/collections/zipball/705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
"reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"php": "^7.3|^8.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"suggest": {
"symfony/var-dumper": "Required to use the dump method (^5.4)."
2022-05-18 14:23:28 +00:00
},
"type": "library",
2023-03-03 11:21:27 +00:00
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
2022-05-18 14:23:28 +00:00
"autoload": {
2023-03-03 11:21:27 +00:00
"files": [
"helpers.php"
],
2022-05-18 14:23:28 +00:00
"psr-4": {
2023-03-03 11:21:27 +00:00
"Illuminate\\Support\\": ""
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-03-03 11:21:27 +00:00
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Collections package.",
"homepage": "https://laravel.com",
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-06-23T15:29:49+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "illuminate/container",
"version": "8.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/illuminate/container.git",
"reference": "14062628d05f75047c5a1360b9350028427d568e"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/illuminate/container/zipball/14062628d05f75047c5a1360b9350028427d568e",
"reference": "14062628d05f75047c5a1360b9350028427d568e",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"illuminate/contracts": "^8.0",
"php": "^7.3|^8.0",
"psr/container": "^1.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"provide": {
"psr/container-implementation": "1.0"
2022-05-18 14:23:28 +00:00
},
"type": "library",
2023-03-03 11:21:27 +00:00
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
2022-05-18 14:23:28 +00:00
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Illuminate\\Container\\": ""
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "The Illuminate Container package.",
"homepage": "https://laravel.com",
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-02-02T21:03:35+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "illuminate/contracts",
"version": "8.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/illuminate/contracts.git",
"reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
"reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": "^7.3|^8.0",
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
2022-05-18 14:23:28 +00:00
},
"type": "library",
2023-03-03 11:21:27 +00:00
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
2022-05-18 14:23:28 +00:00
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Illuminate\\Contracts\\": ""
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-01-13T14:47:47+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "illuminate/database",
"version": "8.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/illuminate/database.git",
"reference": "606f2935697e94fc6a9e2eae430a7f279283f60c"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/illuminate/database/zipball/606f2935697e94fc6a9e2eae430a7f279283f60c",
"reference": "606f2935697e94fc6a9e2eae430a7f279283f60c",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"ext-json": "*",
"illuminate/collections": "^8.0",
"illuminate/container": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0",
"symfony/console": "^5.4"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"suggest": {
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
"illuminate/console": "Required to use the database commands (^8.0).",
"illuminate/events": "Required to use the observers with Eloquent (^8.0).",
"illuminate/filesystem": "Required to use the migrations (^8.0).",
"illuminate/pagination": "Required to paginate the result set (^8.0).",
"symfony/finder": "Required to use Eloquent model factories (^5.4)."
2022-05-18 14:23:28 +00:00
},
"type": "library",
2023-03-03 11:21:27 +00:00
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
2022-05-18 14:23:28 +00:00
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Illuminate\\Database\\": ""
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-03-03 11:21:27 +00:00
"MIT"
2022-05-18 14:23:28 +00:00
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "The Illuminate Database package.",
"homepage": "https://laravel.com",
"keywords": [
"database",
"laravel",
"orm",
"sql"
],
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-12-19T10:24:20+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "illuminate/macroable",
"version": "8.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/illuminate/macroable.git",
"reference": "aed81891a6e046fdee72edd497f822190f61c162"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162",
"reference": "aed81891a6e046fdee72edd497f822190f61c162",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": "^7.3|^8.0"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-master": "8.x-dev"
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Illuminate\\Support\\": ""
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-03-03 11:21:27 +00:00
"MIT"
2022-05-18 14:23:28 +00:00
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "The Illuminate Macroable package.",
"homepage": "https://laravel.com",
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2021-11-16T13:57:03+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "illuminate/support",
"version": "8.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/illuminate/support.git",
"reference": "7895479ee9254069462bc9aa266eff20a5d46bae"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/illuminate/support/zipball/7895479ee9254069462bc9aa266eff20a5d46bae",
"reference": "7895479ee9254069462bc9aa266eff20a5d46bae",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"doctrine/inflector": "^1.4|^2.0",
2022-05-18 14:23:28 +00:00
"ext-json": "*",
2023-03-03 11:21:27 +00:00
"ext-mbstring": "*",
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"nesbot/carbon": "^2.53.1",
"php": "^7.3|^8.0",
"voku/portable-ascii": "^1.6.1"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"conflict": {
"tightenco/collect": "<5.5.33"
2022-05-18 14:23:28 +00:00
},
"suggest": {
2023-03-03 11:21:27 +00:00
"illuminate/filesystem": "Required to use the composer class (^8.0).",
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).",
"ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
"symfony/process": "Required to use the composer class (^5.4).",
"symfony/var-dumper": "Required to use the dd function (^5.4).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
"autoload": {
"files": [
"helpers.php"
],
"psr-4": {
"Illuminate\\Support\\": ""
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "The Illuminate Support package.",
"homepage": "https://laravel.com",
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-12-19T10:24:20+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "laravel/serializable-closure",
"version": "dev-master",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/laravel/serializable-closure.git",
"reference": "975c8239e2d8c9582fa5280cf8b9496aa717c173"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/975c8239e2d8c9582fa5280cf8b9496aa717c173",
"reference": "975c8239e2d8c9582fa5280cf8b9496aa717c173",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": "^7.3|^8.0"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"nesbot/carbon": "^2.61",
"pestphp/pest": "^1.21.3",
"phpstan/phpstan": "^1.8.2",
"symfony/var-dumper": "^5.4.11"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
2023-03-03 11:21:27 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Laravel\\SerializableClosure\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Nuno Maduro",
"email": "nuno@laravel.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
"keywords": [
"closure",
"laravel",
"serializable"
],
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-12-28T12:34:46+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "league/flysystem",
"version": "1.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
"reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"ext-fileinfo": "*",
"league/mime-type-detection": "^1.3",
"php": "^7.2.5 || ^8.0"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"phpspec/prophecy": "^1.11.1",
"phpunit/phpunit": "^8.5.8"
},
"suggest": {
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-master": "1.1-dev"
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"League\\Flysystem\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-03-03 11:21:27 +00:00
"MIT"
2022-05-18 14:23:28 +00:00
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Frank de Jonge",
"email": "info@frenky.net"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Filesystem abstraction: Many filesystems, one API.",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"Cloud Files",
"WebDAV",
"abstraction",
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
"filesystems",
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/1.x"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
],
"time": "2022-10-04T09:16:37+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "league/mime-type-detection",
"version": "1.11.0",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"ext-fileinfo": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^0.12.68",
"phpunit/phpunit": "^8.5.8 || ^9.3"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
2023-03-03 11:21:27 +00:00
"psr-4": {
"League\\MimeTypeDetection\\": "src"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-03-03 11:21:27 +00:00
"MIT"
2022-05-18 14:23:28 +00:00
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Mime-type detection for Flysystem",
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
"time": "2022-04-17T13:12:02+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "monolog/monolog",
"version": "2.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/Seldaek/monolog.git",
"reference": "1387e02612584ffa1a9e93384d2d63ba0a747e11"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1387e02612584ffa1a9e93384d2d63ba0a747e11",
"reference": "1387e02612584ffa1a9e93384d2d63ba0a747e11",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=7.2",
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
"provide": {
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
"graylog2/gelf-php": "^1.4.2 || ^2@dev",
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
"phpspec/prophecy": "^1.15",
"phpstan/phpstan": "^0.12.91",
"phpunit/phpunit": "^8.5.14",
"predis/predis": "^1.1 || ^2.0",
"rollbar/rollbar": "^1.3 || ^2 || ^3",
"ruflin/elastica": "^7",
"swiftmailer/swiftmailer": "^5.3|^6.0",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2022-05-18 14:23:28 +00:00
},
"type": "library",
2023-03-03 11:21:27 +00:00
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
}
},
2022-05-18 14:23:28 +00:00
"autoload": {
2023-03-03 11:21:27 +00:00
"psr-4": {
"Monolog\\": "src/Monolog"
}
2022-05-18 14:23:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-03-03 11:21:27 +00:00
"MIT"
2022-05-18 14:23:28 +00:00
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "https://github.com/Seldaek/monolog",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"log",
"logging",
"psr-3"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.x"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
"time": "2022-10-14T15:01:04+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "nesbot/carbon",
"version": "dev-master",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "09acf64155c16dc6f580f36569ae89344e9734a3"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/09acf64155c16dc6f580f36569ae89344e9734a3",
"reference": "09acf64155c16dc6f580f36569ae89344e9734a3",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"require-dev": {
"doctrine/dbal": "^2.0 || ^3.1.4",
"doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
"ondrejmirtes/better-reflection": "*",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
"squizlabs/php_codesniffer": "^3.4"
},
"default-branch": true,
"bin": [
"bin/carbon"
],
2022-05-18 14:23:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-3.x": "3.x-dev",
"dev-master": "2.x-dev"
},
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
},
"phpstan": {
"includes": [
"extension.neon"
]
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Carbon\\": "src/Carbon/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "https://markido.com"
},
{
"name": "kylekatarnls",
"homepage": "https://github.com/kylekatarnls"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "An API extension for DateTime that supports 281 different languages.",
"homepage": "https://carbon.nesbot.com",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"date",
"datetime",
"time"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"docs": "https://carbon.nesbot.com/docs",
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"funding": [
{
"url": "https://github.com/sponsors/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon#sponsor",
"type": "opencollective"
},
{
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
"type": "tidelift"
}
],
"time": "2023-01-06T15:55:01+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "nikic/fast-route",
"version": "v1.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/nikic/FastRoute.git",
"reference": "4012884e0b916e1bd895a5061d4abc3c99e283a4"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/4012884e0b916e1bd895a5061d4abc3c99e283a4",
"reference": "4012884e0b916e1bd895a5061d4abc3c99e283a4",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=5.4.0"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"phpunit/phpunit": "^4.8.35|~5.7"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
2023-03-03 11:21:27 +00:00
"files": [
"src/functions.php"
],
2022-05-18 14:23:28 +00:00
"psr-4": {
2023-03-03 11:21:27 +00:00
"FastRoute\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-03-03 11:21:27 +00:00
"BSD-3-Clause"
2022-05-18 14:23:28 +00:00
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Nikita Popov",
"email": "nikic@php.net"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/nikic/FastRoute/issues",
"source": "https://github.com/nikic/FastRoute/tree/v1.x"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2019-12-20T12:15:33+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "php-di/invoker",
"version": "2.3.3",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/PHP-DI/Invoker.git",
"reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786",
"reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=7.3",
"psr/container": "^1.0|^2.0"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"athletic/athletic": "~0.1.8",
"mnapoli/hard-mode": "~0.3.0",
"phpunit/phpunit": "^9.0"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Invoker\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-03-03 11:21:27 +00:00
"description": "Generic and extensible callable invoker",
"homepage": "https://github.com/PHP-DI/Invoker",
"keywords": [
"callable",
"dependency",
"dependency-injection",
"injection",
"invoke",
"invoker"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/PHP-DI/Invoker/issues",
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.3"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
}
],
"time": "2021-12-13T09:22:56+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "php-di/php-di",
"version": "6.4.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/PHP-DI/PHP-DI.git",
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"laravel/serializable-closure": "^1.0",
"php": ">=7.4.0",
"php-di/invoker": "^2.0",
"php-di/phpdoc-reader": "^2.0.1",
"psr/container": "^1.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"provide": {
"psr/container-implementation": "^1.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"require-dev": {
"doctrine/annotations": "~1.10",
"friendsofphp/php-cs-fixer": "^2.4",
"mnapoli/phpunit-easymock": "^1.2",
"ocramius/proxy-manager": "^2.11.2",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^9.5"
},
"suggest": {
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
},
"type": "library",
2022-05-18 14:23:28 +00:00
"autoload": {
2023-03-03 11:21:27 +00:00
"files": [
"src/functions.php"
],
2022-05-18 14:23:28 +00:00
"psr-4": {
2023-03-03 11:21:27 +00:00
"DI\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-03-03 11:21:27 +00:00
"description": "The dependency injection container for humans",
"homepage": "https://php-di.org/",
"keywords": [
"PSR-11",
"container",
"container-interop",
"dependency injection",
"di",
"ioc",
"psr11"
],
"support": {
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
"source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0"
},
"funding": [
2022-05-18 14:23:28 +00:00
{
2023-03-03 11:21:27 +00:00
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
"type": "tidelift"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"time": "2022-04-09T16:46:38+00:00"
},
{
"name": "php-di/phpdoc-reader",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PhpDocReader.git",
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"mnapoli/hard-mode": "~0.3.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpDocReader\\": "src/PhpDocReader"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"phpdoc",
"reflection"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/PHP-DI/PhpDocReader/issues",
"source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2020-10-12T12:39:22+00:00"
2022-05-18 14:23:28 +00:00
},
{
"name": "psr/container",
2023-03-03 11:21:27 +00:00
"version": "1.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2023-03-03 11:21:27 +00:00
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=7.4.0"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"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",
2023-03-03 11:21:27 +00:00
"source": "https://github.com/php-fig/container/tree/1.1.2"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2021-11-05T16:50:12+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "psr/http-factory",
"version": "dev-master",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/php-fig/http-factory.git",
"reference": "5a4f141ac2e5bc35e615134f127e1833158d2944"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/5a4f141ac2e5bc35e615134f127e1833158d2944",
"reference": "5a4f141ac2e5bc35e615134f127e1833158d2944",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=7.0.0",
"psr/http-message": "^1.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Psr\\Http\\Message\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-03-03 11:21:27 +00:00
"homepage": "https://www.php-fig.org/"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Common interfaces for PSR-7 HTTP message factories",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"factory",
"http",
"message",
2022-05-18 14:23:28 +00:00
"psr",
2023-03-03 11:21:27 +00:00
"psr-17",
"psr-7",
"request",
"response"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/php-fig/http-factory/tree/master"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-07-14T07:21:53+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "psr/http-message",
"version": "dev-master",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/php-fig/http-message.git",
"reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
"reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-master": "1.0.x-dev"
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Psr\\Http\\Message\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-03-03 11:21:27 +00:00
"homepage": "http://www.php-fig.org/"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"http",
"http-message",
2022-05-18 14:23:28 +00:00
"psr",
2023-03-03 11:21:27 +00:00
"psr-7",
"request",
"response"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/php-fig/http-message/tree/master"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2019-08-29T13:16:46+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "psr/http-server-handler",
"version": "dev-master",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/php-fig/http-server-handler.git",
"reference": "cada5cd1c6a9871031e07f26d0f7b08c9de19039"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/cada5cd1c6a9871031e07f26d0f7b08c9de19039",
"reference": "cada5cd1c6a9871031e07f26d0f7b08c9de19039",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=7.0",
"psr/http-message": "^1.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-master": "1.0.x-dev"
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
2023-03-03 11:21:27 +00:00
"psr-4": {
"Psr\\Http\\Server\\": "src/"
}
2022-05-18 14:23:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-03-03 11:21:27 +00:00
"MIT"
2022-05-18 14:23:28 +00:00
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Common interface for HTTP server-side request handler",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"handler",
"http",
"http-interop",
"psr",
"psr-15",
"psr-7",
"request",
"response",
"server"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/php-fig/http-server-handler/tree/master"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2020-09-17T16:52:43+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "psr/http-server-middleware",
"version": "dev-master",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/php-fig/http-server-middleware.git",
"reference": "adcb26d2fb28018fea3319d0035e46e8d08eb8c8"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/adcb26d2fb28018fea3319d0035e46e8d08eb8c8",
"reference": "adcb26d2fb28018fea3319d0035e46e8d08eb8c8",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=7.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
2023-03-03 11:21:27 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2022-05-18 14:23:28 +00:00
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Psr\\Http\\Server\\": "src/"
}
2022-05-18 14:23:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Common interface for HTTP server-side middleware",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"http",
"http-interop",
"middleware",
"psr",
"psr-15",
"psr-7",
"request",
"response"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/php-fig/http-server-middleware/issues",
"source": "https://github.com/php-fig/http-server-middleware/tree/master"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2020-09-17T16:41:19+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "psr/log",
"version": "1.1.4",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=5.3.0"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-master": "1.1.x-dev"
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
2023-03-03 11:21:27 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
2022-05-18 14:23:28 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/php-fig/log/tree/1.1.4"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2021-05-03T11:20:27+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": [
2022-05-18 14:23:28 +00:00
{
2023-03-03 11:21:27 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"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"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "ralouphie/getallheaders",
"version": "3.0.3",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=5.6"
2022-05-18 14:23:28 +00:00
},
"require-dev": {
2023-03-03 11:21:27 +00:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
2023-03-03 11:21:27 +00:00
"files": [
"src/getallheaders.php"
2022-05-18 14:23:28 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "A polyfill for getallheaders.",
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2019-03-08T08:55:37+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "ramsey/collection",
"version": "1.3.0",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/ramsey/collection.git",
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4",
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": "^7.4 || ^8.0",
"symfony/polyfill-php81": "^1.23"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"require-dev": {
"captainhook/plugin-composer": "^5.3",
"ergebnis/composer-normalize": "^2.28.3",
"fakerphp/faker": "^1.21",
"hamcrest/hamcrest-php": "^2.0",
"jangregor/phpstan-prophecy": "^1.0",
"mockery/mockery": "^1.5",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcsstandards/phpcsutils": "^1.0.0-rc1",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5",
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-phpunit": "^0.18.4",
"ramsey/coding-standard": "^2.0.3",
"ramsey/conventional-commits": "^1.3",
"vimeo/psalm": "^5.4"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"extra": {
2023-03-03 11:21:27 +00:00
"captainhook": {
"force-install": true
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"ramsey/conventional-commits": {
"configFile": "conventional-commits.json"
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Ramsey\\Collection\\": "src/"
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "A PHP library for representing and manipulating collections.",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"array",
"collection",
"hash",
"map",
"queue",
"set"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/ramsey/collection/issues",
"source": "https://github.com/ramsey/collection/tree/1.3.0"
2022-05-18 14:23:28 +00:00
},
"funding": [
{
2023-03-03 11:21:27 +00:00
"url": "https://github.com/ramsey",
2022-05-18 14:23:28 +00:00
"type": "github"
},
{
2023-03-03 11:21:27 +00:00
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
2022-05-18 14:23:28 +00:00
"type": "tidelift"
}
],
2023-03-03 11:21:27 +00:00
"time": "2022-12-27T19:12:24+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "ramsey/uuid",
"version": "4.2.3",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/ramsey/uuid.git",
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"brick/math": "^0.8 || ^0.9",
"ext-json": "*",
"php": "^7.2 || ^8.0",
"ramsey/collection": "^1.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php80": "^1.14"
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
"captainhook/captainhook": "^5.10",
"captainhook/plugin-composer": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.8",
"ergebnis/composer-normalize": "^2.15",
"mockery/mockery": "^1.3",
"moontoast/math": "^1.1",
"paragonie/random-lib": "^2",
"php-mock/php-mock": "^2.2",
"php-mock/php-mock-mockery": "^1.3",
"php-parallel-lint/php-parallel-lint": "^1.1",
"phpbench/phpbench": "^1.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-mockery": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.5 || ^9",
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.9"
},
"suggest": {
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2022-05-18 14:23:28 +00:00
},
"type": "library",
2023-03-03 11:21:27 +00:00
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
},
"captainhook": {
"force-install": true
}
},
2022-05-18 14:23:28 +00:00
"autoload": {
2023-03-03 11:21:27 +00:00
"files": [
"src/functions.php"
],
2022-05-18 14:23:28 +00:00
"psr-4": {
2023-03-03 11:21:27 +00:00
"Ramsey\\Uuid\\": "src/"
}
2022-05-18 14:23:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-03-03 11:21:27 +00:00
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
"keywords": [
"guid",
"identifier",
"uuid"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/ramsey/uuid/issues",
"source": "https://github.com/ramsey/uuid/tree/4.2.3"
2022-05-18 14:23:28 +00:00
},
"funding": [
{
2023-03-03 11:21:27 +00:00
"url": "https://github.com/ramsey",
2022-05-18 14:23:28 +00:00
"type": "github"
},
{
2023-03-03 11:21:27 +00:00
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
2022-05-18 14:23:28 +00:00
"type": "tidelift"
}
],
2023-03-03 11:21:27 +00:00
"time": "2021-09-25T23:10:38+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "slim/php-view",
"version": "3.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/slimphp/PHP-View.git",
"reference": "94cf4224f9a47b9d51d87b4450e5c0c2595ad0c7"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/slimphp/PHP-View/zipball/94cf4224f9a47b9d51d87b4450e5c0c2595ad0c7",
"reference": "94cf4224f9a47b9d51d87b4450e5c0c2595ad0c7",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": "^7.4 || ^8.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"slim/psr7": "^1.6",
"squizlabs/php_codesniffer": "^3.7"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Slim\\Views\\": "src"
}
2022-05-18 14:23:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Glenn Eggleton",
"email": "geggleto@gmail.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Render PHP view scripts into a PSR-7 Response object.",
"keywords": [
"framework",
"php",
"phtml",
"renderer",
"slim",
"template",
"view"
],
2022-05-18 14:23:28 +00:00
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/slimphp/PHP-View/issues",
"source": "https://github.com/slimphp/PHP-View/tree/3.x"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-12-01T16:27:12+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "slim/psr7",
"version": "1.6",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/slimphp/Slim-Psr7.git",
"reference": "3471c22c1a0d26c51c78f6aeb06489d38cf46a4d"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/3471c22c1a0d26c51c78f6aeb06489d38cf46a4d",
"reference": "3471c22c1a0d26c51c78f6aeb06489d38cf46a4d",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"fig/http-message-util": "^1.1.5",
"php": "^7.4 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0",
"symfony/polyfill-php80": "^1.26"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"adriansuter/php-autoload-override": "^1.3",
"ext-json": "*",
"http-interop/http-factory-tests": "^0.9.0",
"php-http/psr7-integration-tests": "dev-master",
"phpspec/prophecy": "^1.15",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.7"
},
"type": "library",
"autoload": {
2022-05-18 14:23:28 +00:00
"psr-4": {
2023-03-03 11:21:27 +00:00
"Slim\\Psr7\\": "src"
}
2022-05-18 14:23:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Josh Lockhart",
"email": "hello@joshlockhart.com",
"homepage": "http://joshlockhart.com"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "Andrew Smith",
"email": "a.smith@silentworks.co.uk",
"homepage": "http://silentworks.co.uk"
},
{
"name": "Rob Allen",
"email": "rob@akrabat.com",
"homepage": "http://akrabat.com"
},
{
"name": "Pierre Berube",
"email": "pierre@lgse.com",
"homepage": "http://www.lgse.com"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Strict PSR-7 implementation",
"homepage": "https://www.slimframework.com",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"http",
"psr-7",
"psr7"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/slimphp/Slim-Psr7/issues",
"source": "https://github.com/slimphp/Slim-Psr7/tree/1.6"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-11-05T18:50:24+00:00"
},
{
"name": "slim/slim",
"version": "4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/slimphp/Slim.git",
"reference": "a44d0a70d49ae86d1177503b7d734303d30ea9a6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/a44d0a70d49ae86d1177503b7d734303d30ea9a6",
"reference": "a44d0a70d49ae86d1177503b7d734303d30ea9a6",
"shasum": ""
},
"require": {
"ext-json": "*",
"nikic/fast-route": "^1.3",
"php": "^7.4 || ^8.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"require-dev": {
"adriansuter/php-autoload-override": "^1.4",
"ext-simplexml": "*",
"guzzlehttp/psr7": "^2.4",
"httpsoft/http-message": "^1.0",
"httpsoft/http-server-request": "^1.0",
"laminas/laminas-diactoros": "^2.17",
"nyholm/psr7": "^1.5",
"nyholm/psr7-server": "^1.0",
"phpspec/prophecy": "^1.16",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"slim/http": "^1.3",
"slim/psr7": "^1.6",
"squizlabs/php_codesniffer": "^3.7"
},
"suggest": {
"ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
"ext-xml": "Needed to support XML format in BodyParsingMiddleware",
"php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
"slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"Slim\\": "Slim"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-05-18 14:23:28 +00:00
{
2023-03-03 11:21:27 +00:00
"name": "Josh Lockhart",
"email": "hello@joshlockhart.com",
"homepage": "https://joshlockhart.com"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "Andrew Smith",
"email": "a.smith@silentworks.co.uk",
"homepage": "http://silentworks.co.uk"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "Rob Allen",
"email": "rob@akrabat.com",
"homepage": "http://akrabat.com"
},
{
"name": "Pierre Berube",
"email": "pierre@lgse.com",
"homepage": "http://www.lgse.com"
},
{
"name": "Gabriel Manricks",
"email": "gmanricks@me.com",
"homepage": "http://gabrielmanricks.com"
}
],
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
"homepage": "https://www.slimframework.com",
"keywords": [
"api",
"framework",
"micro",
"router"
],
"support": {
"docs": "https://www.slimframework.com/docs/v4/",
"forum": "https://discourse.slimframework.com/",
"irc": "irc://irc.freenode.net:6667/slimphp",
"issues": "https://github.com/slimphp/Slim/issues",
"rss": "https://www.slimframework.com/blog/feed.rss",
"slack": "https://slimphp.slack.com/",
"source": "https://github.com/slimphp/Slim",
"wiki": "https://github.com/slimphp/Slim/wiki"
},
"funding": [
{
"url": "https://opencollective.com/slimphp",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/slim/slim",
2022-05-18 14:23:28 +00:00
"type": "tidelift"
}
],
2023-03-03 11:21:27 +00:00
"time": "2022-12-01T16:30:46+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/console",
"version": "5.4.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/console.git",
"reference": "dccb8d251a9017d5994c988b034d3e18aaabf740"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/dccb8d251a9017d5994c988b034d3e18aaabf740",
"reference": "dccb8d251a9017d5994c988b034d3e18aaabf740",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1|^6.0"
},
"conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
2022-05-18 14:23:28 +00:00
},
"provide": {
2023-03-03 11:21:27 +00:00
"psr/log-implementation": "1.0|2.0"
},
"require-dev": {
"psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/lock": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
2022-05-18 14:23:28 +00:00
},
"suggest": {
2023-03-03 11:21:27 +00:00
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2022-05-18 14:23:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-05-18 14:23:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-03-03 11:21:27 +00:00
"description": "Eases the creation of beautiful and testable command line interfaces",
2022-05-18 14:23:28 +00:00
"homepage": "https://symfony.com",
"keywords": [
2023-03-03 11:21:27 +00:00
"cli",
"command line",
"console",
"terminal"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/symfony/console/tree/5.4"
2022-05-18 14:23:28 +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"
}
],
2023-03-03 11:21:27 +00:00
"time": "2023-01-01T08:32:19+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/deprecation-contracts",
"version": "2.5.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-main": "2.5-dev"
2022-05-18 14:23:28 +00:00
},
"thanks": {
2023-03-03 11:21:27 +00:00
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
"files": [
2023-03-03 11:21:27 +00:00
"function.php"
]
2022-05-18 14:23:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-03-03 11:21:27 +00:00
"description": "A generic function and convention to trigger deprecation notices",
2022-05-18 14:23:28 +00:00
"homepage": "https://symfony.com",
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/symfony/deprecation-contracts/tree/2.5"
2022-05-18 14:23:28 +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"
}
],
2023-03-03 11:21:27 +00:00
"time": "2022-01-02T09:53:40+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/finder",
"version": "5.4.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/finder.git",
"reference": "6071aebf810ad13fe8200c224f36103abb37cf1f"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/6071aebf810ad13fe8200c224f36103abb37cf1f",
"reference": "6071aebf810ad13fe8200c224f36103abb37cf1f",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Symfony\\Component\\Finder\\": ""
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"exclude-from-classmap": [
"/Tests/"
2022-05-18 14:23:28 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-05-18 14:23:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-03-03 11:21:27 +00:00
"description": "Finds files and directories via an intuitive fluent interface",
2022-05-18 14:23:28 +00:00
"homepage": "https://symfony.com",
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/symfony/finder/tree/5.4"
2022-05-18 14:23:28 +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"
}
],
2023-03-03 11:21:27 +00:00
"time": "2023-01-14T19:14:44+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/polyfill-ctype",
"version": "dev-main",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
2023-03-03 11:21:27 +00:00
"ext-ctype": "*"
2022-05-18 14:23:28 +00:00
},
"suggest": {
2023-03-03 11:21:27 +00:00
"ext-ctype": "For best performance"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-main": "1.27-dev"
2022-05-18 14:23:28 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
2023-03-03 11:21:27 +00:00
"Symfony\\Polyfill\\Ctype\\": ""
2022-05-18 14:23:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2022-05-18 14:23:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-03-03 11:21:27 +00:00
"description": "Symfony polyfill for ctype functions",
2022-05-18 14:23:28 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2023-03-03 11:21:27 +00:00
"ctype",
2022-05-18 14:23:28 +00:00
"polyfill",
2023-03-03 11:21:27 +00:00
"portable"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
2022-05-18 14:23:28 +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"
}
],
2023-03-03 11:21:27 +00:00
"time": "2022-11-03T14:55:06+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/polyfill-intl-grapheme",
"version": "dev-main",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "511a08c03c1960e08a883f4cffcacd219b758354"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
"reference": "511a08c03c1960e08a883f4cffcacd219b758354",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2023-03-03 11:21:27 +00:00
"suggest": {
"ext-intl": "For best performance"
},
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-main": "1.27-dev"
2022-05-18 14:23:28 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
2023-03-03 11:21:27 +00:00
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"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 grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/service-contracts",
"version": "2.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1",
"symfony/deprecation-contracts": "^2.1|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/2.5"
},
"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": "2022-05-30T19:17:29+00:00"
},
{
"name": "symfony/string",
"version": "5.4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "0a01071610fd861cc160dfb7e2682ceec66064cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/0a01071610fd861cc160dfb7e2682ceec66064cb",
"reference": "0a01071610fd861cc160dfb7e2682ceec66064cb",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
"conflict": {
"symfony/translation-contracts": ">=3.0"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0|^6.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/5.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"
}
],
"time": "2023-01-01T08:32:19+00:00"
},
{
"name": "symfony/translation",
"version": "5.4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "83d487b13b7fb4c0a6ad079f4e4c9b4525e1b695"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/83d487b13b7fb4c0a6ad079f4e4c9b4525e1b695",
"reference": "83d487b13b7fb4c0a6ad079f4e4c9b4525e1b695",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation-contracts": "^2.3"
},
"conflict": {
"symfony/config": "<4.4",
"symfony/console": "<5.3",
"symfony/dependency-injection": "<5.0",
"symfony/http-kernel": "<5.0",
"symfony/twig-bundle": "<5.0",
"symfony/yaml": "<4.4"
},
"provide": {
"symfony/translation-implementation": "2.3"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
"symfony/http-kernel": "^5.0|^6.0",
"symfony/intl": "^4.4|^5.0|^6.0",
"symfony/polyfill-intl-icu": "^1.21",
"symfony/service-contracts": "^1.1.2|^2|^3",
"symfony/yaml": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/5.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"
}
],
"time": "2023-01-01T08:32:19+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "2.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "79cebc7b8c230e88868a3a85693c1e30b44f750e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/79cebc7b8c230e88868a3a85693c1e30b44f750e",
"reference": "79cebc7b8c230e88868a3a85693c1e30b44f750e",
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/2.5"
},
"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": "2022-10-27T07:55:40+00:00"
},
{
"name": "voku/portable-ascii",
"version": "1.6.1",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
"reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
"reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
},
"suggest": {
"ext-intl": "Use Intl for transliterator_transliterate() support"
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\": "src/voku/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
}
],
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
"homepage": "https://github.com/voku/portable-ascii",
"keywords": [
"ascii",
"clean",
"php"
],
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
"source": "https://github.com/voku/portable-ascii/tree/1.6.1"
},
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://opencollective.com/portable-ascii",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
"type": "tidelift"
}
],
"time": "2022-01-24T18:55:24+00:00"
}
],
"packages-dev": [
{
"name": "amphp/amp",
"version": "2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
"reference": "c5ea79065f98f93f7b16a4d5a504fe5d69451447"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/amp/zipball/c5ea79065f98f93f7b16a4d5a504fe5d69451447",
"reference": "c5ea79065f98f93f7b16a4d5a504fe5d69451447",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^7 | ^8 | ^9",
"psalm/phar": "^3.11@dev",
"react/promise": "^2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"files": [
"lib/functions.php",
"lib/Internal/functions.php"
],
"psr-4": {
"Amp\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A non-blocking concurrency framework for PHP applications.",
"homepage": "https://amphp.org/amp",
"keywords": [
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
],
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues",
"source": "https://github.com/amphp/amp/tree/master"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2022-08-21T11:55:21+00:00"
},
{
"name": "amphp/byte-stream",
"version": "1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
"reference": "18f86b65129d923e004df27e2a3d6f4159c3c743"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/18f86b65129d923e004df27e2a3d6f4159c3c743",
"reference": "18f86b65129d923e004df27e2a3d6f4159c3c743",
"shasum": ""
},
"require": {
"amphp/amp": "^2",
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1.4",
"friendsofphp/php-cs-fixer": "^2.3",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6 || ^7 || ^8",
"psalm/phar": "^3.11.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"files": [
"lib/functions.php"
],
"psr-4": {
"Amp\\ByteStream\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A stream abstraction to make working with non-blocking I/O simple.",
"homepage": "https://amphp.org/byte-stream",
"keywords": [
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
],
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/byte-stream/issues",
"source": "https://github.com/amphp/byte-stream/tree/master"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2022-06-21T18:19:50+00:00"
},
{
"name": "christophwurst/nextcloud",
"version": "v22.1.1",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
"reference": "8bb086cd016128b5ef8353662fd1852db3248d1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/8bb086cd016128b5ef8353662fd1852db3248d1e",
"reference": "8bb086cd016128b5ef8353662fd1852db3248d1e",
"shasum": ""
},
"require": {
"php": "^7.3 || ~8.0.0",
"psr/container": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "23.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"AGPL-3.0-or-later"
],
"authors": [
{
"name": "Christoph Wurst",
"email": "christoph@winzerhof-wurst.at"
}
],
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
"support": {
"issues": "https://github.com/ChristophWurst/nextcloud_composer/issues",
"source": "https://github.com/ChristophWurst/nextcloud_composer/tree/v22.1.1"
},
"abandoned": "nextcloud/ocp",
"time": "2021-11-11T14:01:42+00:00"
},
{
"name": "composer/package-versions-deprecated",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"default-branch": true,
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-01-17T14:14:24+00:00"
},
{
"name": "composer/pcre",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^5"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"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",
"source": "https://github.com/composer/pcre/tree/3.1.0"
},
"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-11-17T09:50:14+00:00"
},
{
"name": "composer/semver",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "fa1ec24f0ab1efe642671ec15c51a3ab879f59bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/fa1ec24f0ab1efe642671ec15c51a3ab879f59bf",
"reference": "fa1ec24f0ab1efe642671ec15c51a3ab879f59bf",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"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"
],
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/main"
},
"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": "2023-01-13T15:47:53+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",
"psr/log": "^1 || ^2 || ^3"
},
"require-dev": {
"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"
],
"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"
},
"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"
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
"time": "2019-12-04T15:06:13+00:00"
},
{
"name": "doctrine/annotations",
"version": "1.14.x-dev",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1 || ^2",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6",
"vimeo/psalm": "^4.10"
},
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
"keywords": [
"annotations",
"docblock",
"parser"
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.14.2"
},
"time": "2022-12-15T06:48:22+00:00"
},
{
"name": "felixfbecker/advanced-json-rpc",
"version": "v3.2.1",
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"shasum": ""
},
"require": {
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"php": "^7.1 || ^8.0",
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"AdvancedJsonRpc\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "A more advanced JSONRPC implementation",
"support": {
"issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
"source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
},
"time": "2021-06-11T22:34:44+00:00"
},
{
"name": "felixfbecker/language-server-protocol",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
"reference": "ae4c490773bb0d21ca6f5e08a737506f44e175ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/ae4c490773bb0d21ca6f5e08a737506f44e175ea",
"reference": "ae4c490773bb0d21ca6f5e08a737506f44e175ea",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpstan/phpstan": "*",
"squizlabs/php_codesniffer": "^3.1",
"vimeo/psalm": "^4.0"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"LanguageServerProtocol\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "PHP classes for the Language Server Protocol",
"keywords": [
"language",
"microsoft",
"php",
"server"
],
"support": {
"issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
"source": "https://github.com/felixfbecker/php-language-server-protocol/tree/master"
},
"time": "2022-06-19T17:15:06+00:00"
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.13.2",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3952f08a81bd3b1b15e11c3de0b6bf037faa8496",
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496",
"shasum": ""
},
"require": {
"composer/semver": "^3.2",
"composer/xdebug-handler": "^3.0.3",
"doctrine/annotations": "^1.13",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0",
"sebastian/diff": "^4.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/polyfill-mbstring": "^1.23",
"symfony/polyfill-php80": "^1.25",
"symfony/polyfill-php81": "^1.25",
"symfony/process": "^5.4 || ^6.0",
"symfony/stopwatch": "^5.4 || ^6.0"
},
"require-dev": {
"justinrainbow/json-schema": "^5.2",
"keradus/cli-executor": "^2.0",
"mikey179/vfsstream": "^1.6.10",
"php-coveralls/php-coveralls": "^2.5.2",
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
"phpspec/prophecy": "^1.15",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"phpunitgoodpractices/polyfill": "^1.6",
"phpunitgoodpractices/traits": "^1.9.2",
"symfony/phpunit-bridge": "^6.0",
"symfony/yaml": "^5.4 || ^6.0"
},
"suggest": {
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters."
},
"bin": [
"php-cs-fixer"
],
"type": "application",
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
}
],
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.2"
},
"funding": [
{
"url": "https://github.com/keradus",
"type": "github"
}
],
"time": "2023-01-02T23:53:50+00:00"
},
{
"name": "netresearch/jsonmapper",
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
"reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/cfa81ea1d35294d64adb9c68aa4cb9e92400e53f",
"reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
"squizlabs/php_codesniffer": "~3.5"
},
"type": "library",
"autoload": {
"psr-0": {
"JsonMapper": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
}
],
"description": "Map nested JSON structures onto PHP classes",
"support": {
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
"source": "https://github.com/cweiske/jsonmapper/tree/v4.1.0"
},
"time": "2022-12-08T20:46:14+00:00"
},
{
"name": "nextcloud/coding-standard",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/nextcloud/coding-standard.git",
"reference": "f3d1f9375e89c605deb1734f59a9f51ecbe80578"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/f3d1f9375e89c605deb1734f59a9f51ecbe80578",
"reference": "f3d1f9375e89c605deb1734f59a9f51ecbe80578",
"shasum": ""
},
"require": {
"friendsofphp/php-cs-fixer": "^3.2",
"php": "^7.3|^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Nextcloud\\CodingStandard\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christoph Wurst",
"email": "christoph@winzerhof-wurst.at"
}
],
"description": "Nextcloud coding standards for the php cs fixer",
"support": {
"issues": "https://github.com/nextcloud/coding-standard/issues",
"source": "https://github.com/nextcloud/coding-standard/tree/v1.0.0"
},
"time": "2021-11-10T08:44:10+00:00"
},
{
"name": "nikic/php-parser",
"version": "4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039",
"reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"default-branch": true,
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"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"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
},
"time": "2023-01-16T22:05:37+00:00"
},
{
"name": "openlss/lib-array2xml",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/nullivex/lib-array2xml.git",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"autoload": {
"psr-0": {
"LSS": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Bryan Tong",
"email": "bryan@nullivex.com",
"homepage": "https://www.nullivex.com"
},
{
"name": "Tony Butler",
"email": "spudz76@gmail.com",
"homepage": "https://www.nullivex.com"
}
],
"description": "Array2XML conversion library credit to lalit.org",
"homepage": "https://www.nullivex.com",
"keywords": [
"array",
"array conversion",
"xml",
"xml conversion"
],
"support": {
"issues": "https://github.com/nullivex/lib-array2xml/issues",
"source": "https://github.com/nullivex/lib-array2xml/tree/master"
},
"time": "2019-03-29T20:06:56+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/a0eeab580cbdf4414fef6978732510a36ed0a9d6",
"reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
},
"time": "2021-06-25T13:47:51+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "566af9fb94c556de91562fcfcbc392f66680111b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/566af9fb94c556de91562fcfcbc392f66680111b",
"reference": "566af9fb94c556de91562fcfcbc392f66680111b",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "1.x-dev@dev",
"phpstan/phpdoc-parser": "^1.7",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.5",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.26"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
},
"time": "2022-11-19T20:28:46+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "06f36c92b434ac686de06b6563e88046943bccbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/06f36c92b434ac686de06b6563e88046943bccbe",
"reference": "06f36c92b434ac686de06b6563e88046943bccbe",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0",
"phpdocumentor/reflection-common": "^2.0",
"phpstan/phpdoc-parser": "^1.13"
},
"require-dev": {
"ext-tokenizer": "*",
"phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.13.9",
"vimeo/psalm": "^4.25"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.x"
},
"time": "2022-12-16T10:25:14+00:00"
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.15.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "61800f71a5526081d1b5633766aa88341f1ade76"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/61800f71a5526081d1b5633766aa88341f1ade76",
"reference": "61800f71a5526081d1b5633766aa88341f1ade76",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/process": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.15.3"
},
"time": "2022-12-20T20:56:55+00:00"
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
"time": "2016-08-06T20:24:11+00:00"
},
{
"name": "psr/event-dispatcher",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "e275e2d67d53964a3f13e056886ecd769edee021"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/e275e2d67d53964a3f13e056886ecd769edee021",
"reference": "e275e2d67d53964a3f13e056886ecd769edee021",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"suggest": {
"fig/event-dispatcher-util": "Provides some useful PSR-14 utilities"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"support": {
"source": "https://github.com/php-fig/event-dispatcher/tree/master"
},
"time": "2022-06-29T17:22:39+00:00"
},
{
"name": "sebastian/diff",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
2022-05-18 14:23:28 +00:00
"classmap": [
2023-03-03 11:21:27 +00:00
"src/"
2022-05-18 14:23:28 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-03-03 11:21:27 +00:00
"BSD-3-Clause"
2022-05-18 14:23:28 +00:00
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2022-05-18 14:23:28 +00:00
}
],
2023-03-03 11:21:27 +00:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
2022-05-18 14:23:28 +00:00
"keywords": [
2023-03-03 11:21:27 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
2022-05-18 14:23:28 +00:00
},
"funding": [
{
2023-03-03 11:21:27 +00:00
"url": "https://github.com/sebastianbergmann",
2022-05-18 14:23:28 +00:00
"type": "github"
}
],
2023-03-03 11:21:27 +00:00
"time": "2020-10-26T13:10:38+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/event-dispatcher",
"version": "5.4.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "abf49cc084c087d94b4cb939c3f3672971784e0c"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abf49cc084c087d94b4cb939c3f3672971784e0c",
"reference": "abf49cc084c087d94b4cb939c3f3672971784e0c",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/event-dispatcher-contracts": "^2|^3",
"symfony/polyfill-php80": "^1.16"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"conflict": {
"symfony/dependency-injection": "<4.4"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "2.0"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/stopwatch": "^4.4|^5.0|^6.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
2022-05-18 14:23:28 +00:00
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"exclude-from-classmap": [
"/Tests/"
2022-05-18 14:23:28 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-05-18 14:23:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-03-03 11:21:27 +00:00
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2022-05-18 14:23:28 +00:00
"homepage": "https://symfony.com",
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/symfony/event-dispatcher/tree/5.4"
2022-05-18 14:23:28 +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"
}
],
2023-03-03 11:21:27 +00:00
"time": "2023-01-01T08:32:19+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/event-dispatcher-contracts",
"version": "2.5.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": ">=7.2.5",
"psr/event-dispatcher": "^1"
},
"suggest": {
"symfony/event-dispatcher-implementation": ""
2022-05-18 14:23:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-03 11:21:27 +00:00
"dev-main": "2.5-dev"
2022-05-18 14:23:28 +00:00
},
"thanks": {
2023-03-03 11:21:27 +00:00
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2022-05-18 14:23:28 +00:00
}
},
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Symfony\\Contracts\\EventDispatcher\\": ""
}
2022-05-18 14:23:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-03-03 11:21:27 +00:00
"description": "Generic abstractions related to dispatching event",
2022-05-18 14:23:28 +00:00
"homepage": "https://symfony.com",
"keywords": [
2023-03-03 11:21:27 +00:00
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/2.5"
2022-05-18 14:23:28 +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"
}
],
2023-03-03 11:21:27 +00:00
"time": "2022-01-02T09:53:40+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/filesystem",
"version": "5.4.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/filesystem.git",
"reference": "648bfaca6a494f3e22378123bcee2894045dc9d8"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/648bfaca6a494f3e22378123bcee2894045dc9d8",
"reference": "648bfaca6a494f3e22378123bcee2894045dc9d8",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2023-03-03 11:21:27 +00:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8",
2022-05-18 14:23:28 +00:00
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Symfony\\Component\\Filesystem\\": ""
2022-05-18 14:23:28 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-03-03 11:21:27 +00:00
"description": "Provides basic utilities for the filesystem",
2022-05-18 14:23:28 +00:00
"homepage": "https://symfony.com",
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/symfony/filesystem/tree/5.4"
2022-05-18 14:23:28 +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"
}
],
2023-03-03 11:21:27 +00:00
"time": "2023-01-14T19:14:44+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/options-resolver",
"version": "5.4.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/options-resolver.git",
"reference": "b03c99236445492f20c61666e8f7e5d388b078e5"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/b03c99236445492f20c61666e8f7e5d388b078e5",
"reference": "b03c99236445492f20c61666e8f7e5d388b078e5",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2023-03-03 11:21:27 +00:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.16"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2022-05-18 14:23:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-05-18 14:23:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-03-03 11:21:27 +00:00
"description": "Provides an improved replacement for the array_replace PHP function",
2022-05-18 14:23:28 +00:00
"homepage": "https://symfony.com",
"keywords": [
2023-03-03 11:21:27 +00:00
"config",
"configuration",
"options"
2022-05-18 14:23:28 +00:00
],
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/symfony/options-resolver/tree/5.4"
2022-05-18 14:23:28 +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"
}
],
2023-03-03 11:21:27 +00:00
"time": "2023-01-01T08:32:19+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/process",
"version": "5.4.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/process.git",
"reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/c5ba874c9b636dbccf761e22ce750e88ec3f55e1",
"reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2023-03-03 11:21:27 +00:00
"symfony/polyfill-php80": "^1.16"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Symfony\\Component\\Process\\": ""
2022-05-18 14:23:28 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-03-03 11:21:27 +00:00
"description": "Executes commands in sub-processes",
2022-05-18 14:23:28 +00:00
"homepage": "https://symfony.com",
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/symfony/process/tree/5.4"
2022-05-18 14:23:28 +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"
}
],
2023-03-03 11:21:27 +00:00
"time": "2023-01-01T08:32:19+00:00"
2022-05-18 14:23:28 +00:00
},
{
2023-03-03 11:21:27 +00:00
"name": "symfony/stopwatch",
"version": "5.4.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
2023-03-03 11:21:27 +00:00
"url": "https://github.com/symfony/stopwatch.git",
"reference": "bd2b066090fd6a67039371098fa25a84cb2679ec"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/bd2b066090fd6a67039371098fa25a84cb2679ec",
"reference": "bd2b066090fd6a67039371098fa25a84cb2679ec",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2023-03-03 11:21:27 +00:00
"symfony/service-contracts": "^1|^2|^3"
2022-05-18 14:23:28 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-03-03 11:21:27 +00:00
"Symfony\\Component\\Stopwatch\\": ""
2022-05-18 14:23:28 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-03-03 11:21:27 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-05-18 14:23:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-03-03 11:21:27 +00:00
"description": "Provides a way to profile code",
2022-05-18 14:23:28 +00:00
"homepage": "https://symfony.com",
"support": {
2023-03-03 11:21:27 +00:00
"source": "https://github.com/symfony/stopwatch/tree/5.4"
2022-05-18 14:23:28 +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"
}
],
2023-03-03 11:21:27 +00:00
"time": "2023-01-01T08:32:19+00:00"
2022-05-18 14:23:28 +00:00
},
{
"name": "vimeo/psalm",
2023-03-03 11:21:27 +00:00
"version": "4.x-dev",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
2023-03-03 11:21:27 +00:00
"reference": "f630a0dc399170e5c7e8bd57ee28c2f5d01505e6"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/f630a0dc399170e5c7e8bd57ee28c2f5d01505e6",
"reference": "f630a0dc399170e5c7e8bd57ee28c2f5d01505e6",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
"amphp/amp": "^2.4.2",
"amphp/byte-stream": "^1.5",
"composer/package-versions-deprecated": "^1.8.0",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"composer/xdebug-handler": "^1.1 || ^2.0 || ^3.0",
"dnoegel/php-xdg-base-dir": "^0.1.1",
"ext-ctype": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-tokenizer": "*",
"felixfbecker/advanced-json-rpc": "^3.0.3",
"felixfbecker/language-server-protocol": "^1.5",
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"nikic/php-parser": "^4.13",
"openlss/lib-array2xml": "^1.0",
"php": "^7.1|^8",
"sebastian/diff": "^3.0 || ^4.0",
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.25",
"webmozart/path-util": "^2.3"
},
"provide": {
"psalm/psalm": "self.version"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"brianium/paratest": "^4.0||^6.0",
"ext-curl": "*",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpdocumentor/reflection-docblock": "^5",
"phpmyadmin/sql-parser": "5.1.0||dev-master",
"phpspec/prophecy": ">=1.9.0",
2023-03-03 11:21:27 +00:00
"phpstan/phpdoc-parser": "1.2.* || 1.6.4",
2022-05-18 14:23:28 +00:00
"phpunit/phpunit": "^9.0",
"psalm/plugin-phpunit": "^0.16",
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.5",
"symfony/process": "^4.3 || ^5.0 || ^6.0",
"weirdan/prophecy-shim": "^1.0 || ^2.0"
},
"suggest": {
"ext-curl": "In order to send data to shepherd",
"ext-igbinary": "^2.0.5 is required, used to serialize caching data"
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"bin": [
"psalm",
"psalm-language-server",
"psalm-plugin",
"psalm-refactor",
"psalter"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev",
"dev-3.x": "3.x-dev",
"dev-2.x": "2.x-dev",
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"files": [
"src/functions.php",
"src/spl_object_id.php"
],
"psr-4": {
"Psalm\\": "src/Psalm/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthew Brown"
}
],
"description": "A static analysis tool for finding errors in PHP applications",
"keywords": [
"code",
"inspection",
"php"
],
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
2023-03-03 11:21:27 +00:00
"source": "https://github.com/vimeo/psalm/tree/4.x"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-11-07T12:23:42+00:00"
2022-05-18 14:23:28 +00:00
},
{
"name": "webmozart/assert",
2023-03-03 11:21:27 +00:00
"version": "1.11.0",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
2023-03-03 11:21:27 +00:00
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
2022-05-18 14:23:28 +00:00
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
2023-03-03 11:21:27 +00:00
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
2022-05-18 14:23:28 +00:00
},
2023-03-03 11:21:27 +00:00
"time": "2022-06-03T18:03:27+00:00"
2022-05-18 14:23:28 +00:00
},
{
"name": "webmozart/path-util",
2023-03-03 11:21:27 +00:00
"version": "dev-master",
2022-05-18 14:23:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/path-util.git",
2023-03-03 11:21:27 +00:00
"reference": "6099b5238073f87f246863fd58c2e447acfc0d24"
2022-05-18 14:23:28 +00:00
},
"dist": {
"type": "zip",
2023-03-03 11:21:27 +00:00
"url": "https://api.github.com/repos/webmozart/path-util/zipball/6099b5238073f87f246863fd58c2e447acfc0d24",
"reference": "6099b5238073f87f246863fd58c2e447acfc0d24",
2022-05-18 14:23:28 +00:00
"shasum": ""
},
"require": {
2023-03-03 11:21:27 +00:00
"php": "^5.3.3|^7.0",
2022-05-18 14:23:28 +00:00
"webmozart/assert": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
2023-03-03 11:21:27 +00:00
"default-branch": true,
2022-05-18 14:23:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\PathUtil\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
"support": {
"issues": "https://github.com/webmozart/path-util/issues",
2023-03-03 11:21:27 +00:00
"source": "https://github.com/webmozart/path-util/tree/master"
2022-05-18 14:23:28 +00:00
},
"abandoned": "symfony/filesystem",
2023-03-03 11:21:27 +00:00
"time": "2021-11-08T08:17:20+00:00"
2022-05-18 14:23:28 +00:00
}
],
"aliases": [],
2023-03-03 11:21:27 +00:00
"minimum-stability": "dev",
"stability-flags": {
"audriga/scim-server-php": 20
},
2022-05-18 14:23:28 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.2.0"
}