2023-03-17 15:33:48 +01: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"
],
2024-01-25 11:57:47 +01:00
"content-hash": "19b19082b605e09867e6ae65fb8135f6",
2023-03-17 15:33:48 +01:00
"packages": [
2023-12-27 16:45:01 +01:00
{
"name": "amphp/amp",
2024-01-15 13:46:38 +01:00
"version": "v3.0.0",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2024-01-15 13:46:38 +01:00
"reference": "aaf0ec1d5a2c20b523258995a10e80c1fb765871"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/amphp/amp/zipball/aaf0ec1d5a2c20b523258995a10e80c1fb765871",
"reference": "aaf0ec1d5a2c20b523258995a10e80c1fb765871",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
2024-01-15 13:46:38 +01:00
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2023-12-27 16:45:01 +01:00
},
"require-dev": {
2024-01-15 13:46:38 +01:00
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^4.13"
2023-12-27 16:45:01 +01:00
},
"type": "library",
"autoload": {
"files": [
2024-01-15 13:46:38 +01:00
"src/functions.php",
"src/Future/functions.php",
"src/Internal/functions.php"
2023-12-27 16:45:01 +01:00
],
"psr-4": {
2024-01-15 13:46:38 +01:00
"Amp\\": "src"
2023-12-27 16:45:01 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2024-01-15 13:46:38 +01:00
},
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
2023-12-27 16:45:01 +01:00
}
],
"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": {
"issues": "https://github.com/amphp/amp/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/amphp/amp/tree/v3.0.0"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-01-15 13:46:38 +01:00
"time": "2022-12-18T16:52:44+00:00"
2023-12-27 16:45:01 +01:00
},
{
"name": "amphp/byte-stream",
2024-01-15 13:46:38 +01:00
"version": "v2.1.0",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2024-01-15 13:46:38 +01:00
"reference": "0a4b0e80dad92c75e6131f8ad253919211540338"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/0a4b0e80dad92c75e6131f8ad253919211540338",
"reference": "0a4b0e80dad92c75e6131f8ad253919211540338",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
2024-01-15 13:46:38 +01:00
"amphp/amp": "^3",
"amphp/parser": "^1.1",
"amphp/pipeline": "^1",
"amphp/serialization": "^1",
"amphp/sync": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2.3"
2023-12-27 16:45:01 +01:00
},
"require-dev": {
2024-01-15 13:46:38 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2023-12-27 16:45:01 +01:00
},
"type": "library",
"autoload": {
"files": [
2024-01-15 13:46:38 +01:00
"src/functions.php",
"src/Internal/functions.php"
2023-12-27 16:45:01 +01:00
],
"psr-4": {
2024-01-15 13:46:38 +01:00
"Amp\\ByteStream\\": "src"
2023-12-27 16:45:01 +01:00
}
},
"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.",
2024-01-15 13:46:38 +01:00
"homepage": "https://amphp.org/byte-stream",
2023-12-27 16:45:01 +01:00
"keywords": [
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
],
"support": {
"issues": "https://github.com/amphp/byte-stream/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/amphp/byte-stream/tree/v2.1.0"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-01-15 13:46:38 +01:00
"time": "2023-11-19T14:34:16+00:00"
2023-12-27 16:45:01 +01:00
},
{
2024-01-15 13:46:38 +01:00
"name": "amphp/cache",
"version": "v2.0.0",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
2024-01-15 13:46:38 +01:00
"url": "https://github.com/amphp/cache.git",
"reference": "218bb3888d380eb9dd926cd06f803573c84391d3"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/amphp/cache/zipball/218bb3888d380eb9dd926cd06f803573c84391d3",
"reference": "218bb3888d380eb9dd926cd06f803573c84391d3",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
2024-01-15 13:46:38 +01:00
"amphp/amp": "^3",
2023-12-27 16:45:01 +01:00
"amphp/serialization": "^1",
2024-01-15 13:46:38 +01:00
"amphp/sync": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2023-12-27 16:45:01 +01:00
},
"require-dev": {
2024-01-15 13:46:38 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2023-12-27 16:45:01 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2024-01-15 13:46:38 +01:00
"Amp\\Cache\\": "src"
2023-12-27 16:45:01 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2024-01-15 13:46:38 +01:00
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
2023-12-27 16:45:01 +01:00
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
2024-01-15 13:46:38 +01:00
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
2023-12-27 16:45:01 +01:00
}
],
2024-01-15 13:46:38 +01:00
"description": "A fiber-aware cache API based on Amp and Revolt.",
"homepage": "https://amphp.org/cache",
"support": {
"issues": "https://github.com/amphp/cache/issues",
"source": "https://github.com/amphp/cache/tree/v2.0.0"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2023-01-09T21:04:12+00:00"
},
{
"name": "amphp/dns",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/dns.git",
"reference": "c3b518f321f26e786554480de580f06b9f34d1cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/dns/zipball/c3b518f321f26e786554480de580f06b9f34d1cd",
"reference": "c3b518f321f26e786554480de580f06b9f34d1cd",
"shasum": ""
},
"require": {
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/cache": "^2",
"amphp/parser": "^1",
"amphp/windows-registry": "^1",
"daverandom/libdns": "^2.0.2",
"ext-filter": "*",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Amp\\Dns\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Wright",
"email": "addr@daverandom.com"
},
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"description": "Async DNS resolution for Amp.",
"homepage": "https://github.com/amphp/dns",
2023-12-27 16:45:01 +01:00
"keywords": [
2024-01-15 13:46:38 +01:00
"amp",
"amphp",
2023-12-27 16:45:01 +01:00
"async",
2024-01-15 13:46:38 +01:00
"client",
"dns",
"resolve"
2023-12-27 16:45:01 +01:00
],
"support": {
2024-01-15 13:46:38 +01:00
"issues": "https://github.com/amphp/dns/issues",
"source": "https://github.com/amphp/dns/tree/v2.1.0"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-01-15 13:46:38 +01:00
"time": "2023-11-18T15:49:57+00:00"
2023-12-27 16:45:01 +01:00
},
{
2024-01-15 13:46:38 +01:00
"name": "amphp/parallel",
"version": "v2.2.6",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
2024-01-15 13:46:38 +01:00
"url": "https://github.com/amphp/parallel.git",
"reference": "5aeaad20297507cc754859236720501b54306eba"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/amphp/parallel/zipball/5aeaad20297507cc754859236720501b54306eba",
"reference": "5aeaad20297507cc754859236720501b54306eba",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
2024-01-15 13:46:38 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/parser": "^1",
"amphp/pipeline": "^1",
"amphp/process": "^2",
"amphp/serialization": "^1",
"amphp/socket": "^2",
"amphp/sync": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1"
2023-12-27 16:45:01 +01:00
},
"require-dev": {
2024-01-15 13:46:38 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.18"
2023-12-27 16:45:01 +01:00
},
"type": "library",
"autoload": {
"files": [
2024-01-15 13:46:38 +01:00
"src/Context/functions.php",
"src/Context/Internal/functions.php",
"src/Ipc/functions.php",
"src/Worker/functions.php"
2023-12-27 16:45:01 +01:00
],
"psr-4": {
2024-01-15 13:46:38 +01:00
"Amp\\Parallel\\": "src"
2023-12-27 16:45:01 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2024-01-15 13:46:38 +01:00
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
2023-12-27 16:45:01 +01:00
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2024-01-15 13:46:38 +01:00
},
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
2023-12-27 16:45:01 +01:00
}
],
2024-01-15 13:46:38 +01:00
"description": "Parallel processing component for Amp.",
"homepage": "https://github.com/amphp/parallel",
"keywords": [
"async",
"asynchronous",
"concurrent",
"multi-processing",
"multi-threading"
],
2023-12-27 16:45:01 +01:00
"support": {
2024-01-15 13:46:38 +01:00
"issues": "https://github.com/amphp/parallel/issues",
"source": "https://github.com/amphp/parallel/tree/v2.2.6"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-01-15 13:46:38 +01:00
"time": "2024-01-07T18:12:13+00:00"
2023-12-27 16:45:01 +01:00
},
{
"name": "amphp/parser",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/parser.git",
"reference": "ff1de4144726c5dad5fab97f66692ebe8de3e151"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/parser/zipball/ff1de4144726c5dad5fab97f66692ebe8de3e151",
"reference": "ff1de4144726c5dad5fab97f66692ebe8de3e151",
"shasum": ""
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Parser\\": "src"
}
},
"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 generator parser to make streaming parsers simple.",
"homepage": "https://github.com/amphp/parser",
"keywords": [
"async",
"non-blocking",
"parser",
"stream"
],
"support": {
"issues": "https://github.com/amphp/parser/issues",
"source": "https://github.com/amphp/parser/tree/v1.1.0"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2022-12-30T18:08:47+00:00"
},
2024-01-15 13:46:38 +01:00
{
"name": "amphp/pipeline",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/pipeline.git",
"reference": "8a0ecc281bb0932d6b4a786453aff18c55756e63"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/pipeline/zipball/8a0ecc281bb0932d6b4a786453aff18c55756e63",
"reference": "8a0ecc281bb0932d6b4a786453aff18c55756e63",
"shasum": ""
},
"require": {
"amphp/amp": "^3",
"php": ">=8.1",
"revolt/event-loop": "^1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.18"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Pipeline\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Asynchronous iterators and operators.",
"homepage": "https://amphp.org/pipeline",
"keywords": [
"amp",
"amphp",
"async",
"io",
"iterator",
"non-blocking"
],
"support": {
"issues": "https://github.com/amphp/pipeline/issues",
"source": "https://github.com/amphp/pipeline/tree/v1.1.0"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2023-12-23T04:34:28+00:00"
},
2023-12-27 16:45:01 +01:00
{
"name": "amphp/process",
2024-01-15 13:46:38 +01:00
"version": "v2.0.1",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/process.git",
2024-01-15 13:46:38 +01:00
"reference": "a65d3bc1f36ef12d44df42a68f0f0643183f1052"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/amphp/process/zipball/a65d3bc1f36ef12d44df42a68f0f0643183f1052",
"reference": "a65d3bc1f36ef12d44df42a68f0f0643183f1052",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
2024-01-15 13:46:38 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/sync": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2023-12-27 16:45:01 +01:00
},
"require-dev": {
2024-01-15 13:46:38 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2023-12-27 16:45:01 +01:00
},
"type": "library",
"autoload": {
"files": [
2024-01-15 13:46:38 +01:00
"src/functions.php"
2023-12-27 16:45:01 +01:00
],
"psr-4": {
2024-01-15 13:46:38 +01:00
"Amp\\Process\\": "src"
2023-12-27 16:45:01 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
2024-01-15 13:46:38 +01:00
"description": "A fiber-aware process manager based on Amp and Revolt.",
"homepage": "https://amphp.org/process",
2023-12-27 16:45:01 +01:00
"support": {
"issues": "https://github.com/amphp/process/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/amphp/process/tree/v2.0.1"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-01-15 13:46:38 +01:00
"time": "2023-01-15T16:00:57+00:00"
2023-12-27 16:45:01 +01:00
},
{
"name": "amphp/serialization",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/serialization.git",
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1",
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"phpunit/phpunit": "^9 || ^8 || ^7"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Amp\\Serialization\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Serialization tools for IPC and data storage in PHP.",
"homepage": "https://github.com/amphp/serialization",
"keywords": [
"async",
"asynchronous",
"serialization",
"serialize"
],
"support": {
"issues": "https://github.com/amphp/serialization/issues",
"source": "https://github.com/amphp/serialization/tree/master"
},
"time": "2020-03-25T21:39:07+00:00"
},
2024-01-15 13:46:38 +01:00
{
"name": "amphp/socket",
"version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/amphp/socket.git",
"reference": "eb6c5e6baae5aebd9a209f50e81bff38c7efef97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/socket/zipball/eb6c5e6baae5aebd9a209f50e81bff38c7efef97",
"reference": "eb6c5e6baae5aebd9a209f50e81bff38c7efef97",
"shasum": ""
},
"require": {
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/dns": "^2",
"ext-openssl": "*",
"kelunik/certificate": "^1.1",
"league/uri": "^6.5 | ^7",
"league/uri-interfaces": "^2.3 | ^7",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"amphp/process": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php",
"src/Internal/functions.php",
"src/SocketAddress/functions.php"
],
"psr-4": {
"Amp\\Socket\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@gmail.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Non-blocking socket connection / server implementations based on Amp and Revolt.",
"homepage": "https://github.com/amphp/socket",
"keywords": [
"amp",
"async",
"encryption",
"non-blocking",
"sockets",
"tcp",
"tls"
],
"support": {
"issues": "https://github.com/amphp/socket/issues",
"source": "https://github.com/amphp/socket/tree/v2.2.2"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2023-12-31T18:12:01+00:00"
},
2023-12-27 16:45:01 +01:00
{
"name": "amphp/sync",
2024-01-15 13:46:38 +01:00
"version": "v2.1.0",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/sync.git",
2024-01-15 13:46:38 +01:00
"reference": "50ddc7392cc8034b3e4798cef3cc90d3f4c0441c"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/amphp/sync/zipball/50ddc7392cc8034b3e4798cef3cc90d3f4c0441c",
"reference": "50ddc7392cc8034b3e4798cef3cc90d3f4c0441c",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
2024-01-15 13:46:38 +01:00
"amphp/amp": "^3",
"amphp/pipeline": "^1",
"amphp/serialization": "^1",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2023-12-27 16:45:01 +01:00
},
"require-dev": {
2024-01-15 13:46:38 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2023-12-27 16:45:01 +01:00
},
"type": "library",
"autoload": {
"files": [
2024-01-15 13:46:38 +01:00
"src/functions.php"
2023-12-27 16:45:01 +01:00
],
"psr-4": {
"Amp\\Sync\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
2024-01-15 13:46:38 +01:00
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
2023-12-27 16:45:01 +01:00
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
}
],
2024-01-15 13:46:38 +01:00
"description": "Non-blocking synchronization primitives for PHP based on Amp and Revolt.",
2023-12-27 16:45:01 +01:00
"homepage": "https://github.com/amphp/sync",
"keywords": [
"async",
"asynchronous",
"mutex",
"semaphore",
"synchronization"
],
"support": {
"issues": "https://github.com/amphp/sync/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/amphp/sync/tree/v2.1.0"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2023-08-19T13:53:40+00:00"
},
{
"name": "amphp/windows-registry",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/windows-registry.git",
"reference": "8248247a41af7f97b88e4716c0f8de39696ef111"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/windows-registry/zipball/8248247a41af7f97b88e4716c0f8de39696ef111",
"reference": "8248247a41af7f97b88e4716c0f8de39696ef111",
"shasum": ""
},
"require": {
"amphp/byte-stream": "^2",
"amphp/process": "^2",
"php": ">=8.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"psalm/phar": "^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\WindowsRegistry\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Windows Registry Reader.",
"support": {
"issues": "https://github.com/amphp/windows-registry/issues",
"source": "https://github.com/amphp/windows-registry/tree/v1.0.0"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-01-15 13:46:38 +01:00
"time": "2023-01-09T22:29:20+00:00"
2023-12-27 16:45:01 +01:00
},
2023-08-07 15:31:42 +02:00
{
"name": "aws/aws-crt-php",
2023-12-06 13:29:10 +01:00
"version": "v1.2.4",
2023-08-07 15:31:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/awslabs/aws-crt-php.git",
2023-12-06 13:29:10 +01:00
"reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2"
2023-08-07 15:31:42 +02:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2",
"reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2",
2023-08-07 15:31:42 +02:00
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "AWS SDK Common Runtime Team",
"email": "aws-sdk-common-runtime@amazon.com"
}
],
"description": "AWS Common Runtime for PHP",
"homepage": "https://github.com/awslabs/aws-crt-php",
"keywords": [
"amazon",
"aws",
"crt",
"sdk"
],
"support": {
"issues": "https://github.com/awslabs/aws-crt-php/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.4"
2023-08-07 15:31:42 +02:00
},
2023-12-06 13:29:10 +01:00
"time": "2023-11-08T00:42:13+00:00"
2023-08-07 15:31:42 +02:00
},
{
"name": "aws/aws-sdk-php",
2024-01-15 13:46:38 +01:00
"version": "3.296.1",
2023-08-07 15:31:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2024-01-15 13:46:38 +01:00
"reference": "38e47bbd3b5f76f008dd71c8a68545f9e4e47b6b"
2023-08-07 15:31:42 +02:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/38e47bbd3b5f76f008dd71c8a68545f9e4e47b6b",
"reference": "38e47bbd3b5f76f008dd71c8a68545f9e4e47b6b",
2023-08-07 15:31:42 +02:00
"shasum": ""
},
"require": {
2023-11-09 12:29:03 +01:00
"aws/aws-crt-php": "^1.2.3",
2023-08-07 15:31:42 +02:00
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
2023-08-25 12:13:22 +02:00
"guzzlehttp/promises": "^1.4.0 || ^2.0",
2023-08-07 15:31:42 +02:00
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
"mtdowling/jmespath.php": "^2.6",
2023-08-25 12:13:22 +02:00
"php": ">=7.2.5",
"psr/http-message": "^1.0 || ^2.0"
2023-08-07 15:31:42 +02:00
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
"composer/composer": "^1.10.22",
"dms/phpunit-arraysubset-asserts": "^0.4.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-openssl": "*",
"ext-pcntl": "*",
"ext-sockets": "*",
"nette/neon": "^2.3",
"paragonie/random_compat": ">= 2",
2023-08-25 12:13:22 +02:00
"phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
2023-08-07 15:31:42 +02:00
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"sebastian/comparator": "^1.2.3 || ^4.0",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
"ext-curl": "To send requests using cURL",
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Aws\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/aws/aws-sdk-php/tree/3.296.1"
2023-08-07 15:31:42 +02:00
},
2024-01-15 13:46:38 +01:00
"time": "2024-01-14T05:20:33+00:00"
2023-08-07 15:31:42 +02:00
},
2023-03-24 14:54:17 +01:00
{
"name": "bacon/bacon-qr-code",
"version": "2.0.8",
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
"reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
"reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
"shasum": ""
},
"require": {
"dasprid/enum": "^1.0.3",
"ext-iconv": "*",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"phly/keep-a-changelog": "^2.1",
"phpunit/phpunit": "^7 | ^8 | ^9",
"spatie/phpunit-snapshot-assertions": "^4.2.9",
"squizlabs/php_codesniffer": "^3.4"
},
"suggest": {
"ext-imagick": "to generate QR code images"
},
"type": "library",
"autoload": {
"psr-4": {
"BaconQrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "https://dasprids.de/",
"role": "Developer"
}
],
"description": "BaconQrCode is a QR code generator for PHP.",
"homepage": "https://github.com/Bacon/BaconQrCode",
"support": {
"issues": "https://github.com/Bacon/BaconQrCode/issues",
"source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
},
"time": "2022-12-07T17:46:57+00:00"
},
2023-03-17 15:33:48 +01:00
{
"name": "brick/math",
2023-04-28 13:50:27 +02:00
"version": "0.11.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
2023-04-28 13:50:27 +02:00
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-04-28 13:50:27 +02:00
"url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
2023-04-28 13:50:27 +02:00
"php": "^8.0"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.0",
2023-04-28 13:50:27 +02:00
"vimeo/psalm": "5.0.0"
2023-03-17 15:33:48 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Brick\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Arbitrary-precision arithmetic library",
"keywords": [
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
],
"support": {
"issues": "https://github.com/brick/math/issues",
2023-04-28 13:50:27 +02:00
"source": "https://github.com/brick/math/tree/0.11.0"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/BenMorel",
"type": "github"
}
],
2023-04-28 13:50:27 +02:00
"time": "2023-01-15T23:15:59+00:00"
2023-03-17 15:33:48 +01:00
},
2023-12-06 13:29:10 +01:00
{
"name": "carbonphp/carbon-doctrine-types",
2023-12-27 16:45:01 +01:00
"version": "2.1.0",
2023-12-06 13:29:10 +01:00
"source": {
"type": "git",
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
2023-12-27 16:45:01 +01:00
"reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
2023-12-06 13:29:10 +01:00
},
"dist": {
"type": "zip",
2023-12-27 16:45:01 +01:00
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
"reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
2023-12-06 13:29:10 +01:00
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"conflict": {
"doctrine/dbal": "<3.7.0 || >=4.0.0"
},
"require-dev": {
"doctrine/dbal": "^3.7.0",
"nesbot/carbon": "^2.71.0 || ^3.0.0",
"phpunit/phpunit": "^10.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KyleKatarn",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Types to use Carbon in Doctrine",
"keywords": [
"carbon",
"date",
"datetime",
"doctrine",
"time"
],
"support": {
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
2023-12-27 16:45:01 +01:00
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
2023-12-06 13:29:10 +01:00
},
"funding": [
{
"url": "https://github.com/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
2023-12-27 16:45:01 +01:00
"time": "2023-12-11T17:09:12+00:00"
2023-12-06 13:29:10 +01:00
},
2023-05-30 09:50:50 +02:00
{
"name": "clue/stream-filter",
2023-12-27 16:45:01 +01:00
"version": "v1.7.0",
2023-05-30 09:50:50 +02:00
"source": {
"type": "git",
"url": "https://github.com/clue/stream-filter.git",
2023-12-27 16:45:01 +01:00
"reference": "049509fef80032cb3f051595029ab75b49a3c2f7"
2023-05-30 09:50:50 +02:00
},
"dist": {
"type": "zip",
2023-12-27 16:45:01 +01:00
"url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7",
"reference": "049509fef80032cb3f051595029ab75b49a3c2f7",
2023-05-30 09:50:50 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
2023-12-27 16:45:01 +01:00
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
2023-05-30 09:50:50 +02:00
},
"type": "library",
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"Clue\\StreamFilter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering"
}
],
"description": "A simple and modern approach to stream filtering in PHP",
2023-12-27 16:45:01 +01:00
"homepage": "https://github.com/clue/stream-filter",
2023-05-30 09:50:50 +02:00
"keywords": [
"bucket brigade",
"callback",
"filter",
"php_user_filter",
"stream",
"stream_filter_append",
"stream_filter_register"
],
"support": {
"issues": "https://github.com/clue/stream-filter/issues",
2023-12-27 16:45:01 +01:00
"source": "https://github.com/clue/stream-filter/tree/v1.7.0"
2023-05-30 09:50:50 +02:00
},
"funding": [
{
"url": "https://clue.engineering/support",
"type": "custom"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
2023-12-27 16:45:01 +01:00
"time": "2023-12-20T15:40:13+00:00"
2023-05-30 09:50:50 +02:00
},
2023-08-15 14:27:45 +02:00
{
"name": "danharrin/livewire-rate-limiting",
2023-11-09 12:29:03 +01:00
"version": "v1.2.0",
2023-08-15 14:27:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/danharrin/livewire-rate-limiting.git",
2023-11-09 12:29:03 +01:00
"reference": "bc2cc0a0b5b517fdc5bba8671013dd71081f70a8"
2023-08-15 14:27:45 +02:00
},
"dist": {
"type": "zip",
2023-11-09 12:29:03 +01:00
"url": "https://api.github.com/repos/danharrin/livewire-rate-limiting/zipball/bc2cc0a0b5b517fdc5bba8671013dd71081f70a8",
"reference": "bc2cc0a0b5b517fdc5bba8671013dd71081f70a8",
2023-08-15 14:27:45 +02:00
"shasum": ""
},
"require": {
"illuminate/support": "^9.0|^10.0",
"php": "^8.0"
},
"require-dev": {
2023-11-09 12:29:03 +01:00
"livewire/livewire": "^3.0",
"livewire/volt": "^1.3",
2023-08-15 14:27:45 +02:00
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.0|^10.0"
},
"type": "library",
"autoload": {
"psr-4": {
"DanHarrin\\LivewireRateLimiting\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dan Harrin",
"email": "dan@danharrin.com"
}
],
"description": "Apply rate limiters to Laravel Livewire actions.",
"homepage": "https://github.com/danharrin/livewire-rate-limiting",
"support": {
"issues": "https://github.com/danharrin/livewire-rate-limiting/issues",
"source": "https://github.com/danharrin/livewire-rate-limiting"
},
"funding": [
{
"url": "https://github.com/danharrin",
"type": "github"
}
],
2023-11-09 12:29:03 +01:00
"time": "2023-10-27T15:01:19+00:00"
2023-08-15 14:27:45 +02:00
},
2023-03-24 14:54:17 +01:00
{
"name": "dasprid/enum",
2023-09-25 12:49:55 +02:00
"version": "1.0.5",
2023-03-24 14:54:17 +01:00
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
2023-09-25 12:49:55 +02:00
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
2023-03-24 14:54:17 +01:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
"shasum": ""
},
"require": {
"php": ">=7.1 <9.0"
},
"require-dev": {
"phpunit/phpunit": "^7 | ^8 | ^9",
"squizlabs/php_codesniffer": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"DASPRiD\\Enum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "https://dasprids.de/",
"role": "Developer"
}
],
"description": "PHP 7.1 enum implementation",
"keywords": [
"enum",
"map"
],
"support": {
"issues": "https://github.com/DASPRiD/Enum/issues",
"source": "https://github.com/DASPRiD/Enum/tree/1.0.5"
},
"time": "2023-08-25T16:18:39+00:00"
},
{
"name": "daverandom/libdns",
"version": "v2.0.3",
"source": {
"type": "git",
"url": "https://github.com/DaveRandom/LibDNS.git",
"reference": "42c2d700d1178c9f9e78664793463f7f1aea248c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/42c2d700d1178c9f9e78664793463f7f1aea248c",
"reference": "42c2d700d1178c9f9e78664793463f7f1aea248c",
2023-03-24 14:54:17 +01:00
"shasum": ""
},
"require": {
2024-01-15 13:46:38 +01:00
"ext-ctype": "*",
"php": ">=7.0"
2023-03-24 14:54:17 +01:00
},
2024-01-15 13:46:38 +01:00
"suggest": {
"ext-intl": "Required for IDN support"
2023-03-24 14:54:17 +01:00
},
"type": "library",
"autoload": {
2024-01-15 13:46:38 +01:00
"files": [
"src/functions.php"
],
2023-03-24 14:54:17 +01:00
"psr-4": {
2024-01-15 13:46:38 +01:00
"LibDNS\\": "src/"
2023-03-24 14:54:17 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2024-01-15 13:46:38 +01:00
"MIT"
2023-03-24 14:54:17 +01:00
],
2024-01-15 13:46:38 +01:00
"description": "DNS protocol implementation written in pure PHP",
2023-03-24 14:54:17 +01:00
"keywords": [
2024-01-15 13:46:38 +01:00
"dns"
2023-03-24 14:54:17 +01:00
],
"support": {
2024-01-15 13:46:38 +01:00
"issues": "https://github.com/DaveRandom/LibDNS/issues",
"source": "https://github.com/DaveRandom/LibDNS/tree/v2.0.3"
2023-03-24 14:54:17 +01:00
},
2024-01-15 13:46:38 +01:00
"time": "2022-09-20T18:15:38+00:00"
2023-03-24 14:54:17 +01:00
},
2023-03-17 15:33:48 +01:00
{
"name": "dflydev/dot-access-data",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "f41715465d65213d644d3141a6a93081be5d3549"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
"reference": "f41715465d65213d644d3141a6a93081be5d3549",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.42",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
"scrutinizer/ocular": "1.6.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Dflydev\\DotAccessData\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
},
{
"name": "Carlos Frutos",
"email": "carlos@kiwing.it",
"homepage": "https://github.com/cfrutos"
},
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com"
}
],
"description": "Given a deep data structure, access data by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
"keywords": [
"access",
"data",
"dot",
"notation"
],
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
},
"time": "2022-10-27T11:44:00+00:00"
},
2023-05-03 06:23:45 +01:00
{
"name": "doctrine/cache",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
"shasum": ""
},
"require": {
"php": "~7.1 || ^8.0"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^4.4 || ^5.4 || ^6",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"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": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
"keywords": [
"abstraction",
"apcu",
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/2.2.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
"type": "tidelift"
}
],
"time": "2022-05-20T20:07:39+00:00"
},
{
"name": "doctrine/dbal",
2023-12-06 13:29:10 +01:00
"version": "3.7.2",
2023-05-03 06:23:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2023-12-06 13:29:10 +01:00
"reference": "0ac3c270590e54910715e9a1a044cc368df282b2"
2023-05-03 06:23:45 +01:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/0ac3c270590e54910715e9a1a044cc368df282b2",
"reference": "0ac3c270590e54910715e9a1a044cc368df282b2",
2023-05-03 06:23:45 +01:00
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/cache": "^1.11|^2.0",
"doctrine/deprecations": "^0.5.3|^1",
"doctrine/event-manager": "^1|^2",
"php": "^7.4 || ^8.0",
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
},
"require-dev": {
2023-07-14 11:33:08 +02:00
"doctrine/coding-standard": "12.0.0",
2023-05-03 06:23:45 +01:00
"fig/log-test": "^1",
2023-07-28 14:48:46 +02:00
"jetbrains/phpstorm-stubs": "2023.1",
2023-12-06 13:29:10 +01:00
"phpstan/phpstan": "1.10.42",
2023-05-03 06:23:45 +01:00
"phpstan/phpstan-strict-rules": "^1.5",
2023-10-05 13:57:59 +02:00
"phpunit/phpunit": "9.6.13",
2023-05-03 06:23:45 +01:00
"psalm/plugin-phpunit": "0.18.4",
2023-08-25 12:13:22 +02:00
"slevomat/coding-standard": "8.13.1",
2023-05-03 06:23:45 +01:00
"squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
"vimeo/psalm": "4.30.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "src"
}
},
"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"
}
],
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"keywords": [
"abstraction",
"database",
"db2",
"dbal",
"mariadb",
"mssql",
"mysql",
"oci8",
"oracle",
"pdo",
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlite",
"sqlserver",
"sqlsrv"
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/doctrine/dbal/tree/3.7.2"
2023-05-03 06:23:45 +01:00
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
"type": "tidelift"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-11-19T08:06:58+00:00"
2023-05-03 06:23:45 +01:00
},
2023-03-22 17:34:55 +01:00
{
"name": "doctrine/deprecations",
2023-10-05 13:57:59 +02:00
"version": "1.1.2",
2023-03-22 17:34:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2023-10-05 13:57:59 +02:00
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
2023-03-22 17:34:55 +01:00
},
"dist": {
"type": "zip",
2023-10-05 13:57:59 +02:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
2023-03-22 17:34:55 +01:00
"shasum": ""
},
"require": {
2023-07-14 11:33:08 +02:00
"php": "^7.1 || ^8.0"
2023-03-22 17:34:55 +01:00
},
"require-dev": {
"doctrine/coding-standard": "^9",
2023-07-14 11:33:08 +02:00
"phpstan/phpstan": "1.4.10 || 1.10.15",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4",
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
2023-03-22 17:34:55 +01:00
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
2023-10-05 13:57:59 +02:00
"source": "https://github.com/doctrine/deprecations/tree/1.1.2"
2023-03-22 17:34:55 +01:00
},
2023-10-05 13:57:59 +02:00
"time": "2023-09-27T20:04:15+00:00"
2023-03-22 17:34:55 +01:00
},
2023-05-03 06:23:45 +01:00
{
"name": "doctrine/event-manager",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
"reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"conflict": {
"doctrine/common": "<2.9"
},
"require-dev": {
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.8.8",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.28"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "src"
}
},
"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"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"event dispatcher",
"event manager",
"event system",
"events"
],
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
"source": "https://github.com/doctrine/event-manager/tree/2.0.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
"type": "tidelift"
}
],
"time": "2022-10-12T20:59:15+00:00"
},
2023-03-17 15:33:48 +01:00
{
"name": "doctrine/inflector",
2023-07-14 11:33:08 +02:00
"version": "2.0.8",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2023-07-14 11:33:08 +02:00
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-07-14 11:33:08 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
2023-07-14 11:33:08 +02:00
"doctrine/coding-standard": "^11.0",
2023-03-17 15:33:48 +01:00
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
2023-07-14 11:33:08 +02:00
"vimeo/psalm": "^4.25 || ^5.4"
2023-03-17 15:33:48 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
}
},
"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": "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"
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
2023-07-14 11:33:08 +02:00
"source": "https://github.com/doctrine/inflector/tree/2.0.8"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
],
2023-07-14 11:33:08 +02:00
"time": "2023-06-16T13:40:37+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "doctrine/lexer",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "84a527db05647743d50373e0ec53a152f2cde568"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
"reference": "84a527db05647743d50373e0ec53a152f2cde568",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "src"
}
},
"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": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"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",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/3.0.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2022-12-15T16:57:16+00:00"
},
{
"name": "dragonmantank/cron-expression",
2023-08-25 12:13:22 +02:00
"version": "v3.3.3",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
2023-08-25 12:13:22 +02:00
"reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-08-25 12:13:22 +02:00
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
"reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"webmozart/assert": "^1.0"
},
"replace": {
"mtdowling/cron-expression": "^1.0"
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
2023-08-25 12:13:22 +02:00
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
2023-08-25 12:13:22 +02:00
"time": "2023-08-10T19:36:49+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "egulias/email-validator",
2023-10-09 11:45:23 +02:00
"version": "4.0.2",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2023-10-09 11:45:23 +02:00
"reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-10-09 11:45:23 +02:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
"reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^2.0 || ^3.0",
"php": ">=8.1",
"symfony/polyfill-intl-idn": "^1.26"
},
"require-dev": {
2023-10-09 11:45:23 +02:00
"phpunit/phpunit": "^10.2",
"vimeo/psalm": "^5.12"
2023-03-17 15:33:48 +01:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
2023-10-09 11:45:23 +02:00
"source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2023-10-09 11:45:23 +02:00
"time": "2023-10-06T06:47:41+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "fruitcake/php-cors",
2023-11-09 12:29:03 +01:00
"version": "v1.3.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/fruitcake/php-cors.git",
2023-11-09 12:29:03 +01:00
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-11-09 12:29:03 +01:00
"url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
2023-11-09 12:29:03 +01:00
"symfony/http-foundation": "^4.4|^5.4|^6|^7"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
2023-11-09 12:29:03 +01:00
"dev-master": "1.2-dev"
2023-03-17 15:33:48 +01:00
}
},
"autoload": {
"psr-4": {
"Fruitcake\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fruitcake",
"homepage": "https://fruitcake.nl"
},
{
"name": "Barryvdh",
"email": "barryvdh@gmail.com"
}
],
"description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
"homepage": "https://github.com/fruitcake/php-cors",
"keywords": [
"cors",
"laravel",
"symfony"
],
"support": {
"issues": "https://github.com/fruitcake/php-cors/issues",
2023-11-09 12:29:03 +01:00
"source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://fruitcake.nl",
"type": "custom"
},
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2023-11-09 12:29:03 +01:00
"time": "2023-10-12T05:21:21+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "graham-campbell/result-type",
2023-12-06 13:29:10 +01:00
"version": "v1.1.2",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
2023-12-06 13:29:10 +01:00
"reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
"reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
2023-12-06 13:29:10 +01:00
"phpoption/phpoption": "^1.9.2"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
2023-12-06 13:29:10 +01:00
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
2023-03-17 15:33:48 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-11-12T22:16:48+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "guzzlehttp/guzzle",
2023-12-06 13:29:10 +01:00
"version": "7.8.1",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2023-12-06 13:29:10 +01:00
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"ext-json": "*",
2023-09-25 12:49:55 +02:00
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
2023-03-17 15:33:48 +01:00
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
2023-12-06 13:29:10 +01:00
"bamarni/composer-bin-plugin": "^1.8.2",
2023-03-17 15:33:48 +01:00
"ext-curl": "*",
2023-05-25 12:18:42 +02:00
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
2023-12-06 13:29:10 +01:00
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
2023-03-17 15:33:48 +01:00
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/guzzle/guzzle/tree/7.8.1"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-12-03T20:35:24+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "guzzlehttp/promises",
2023-12-06 13:29:10 +01:00
"version": "2.0.2",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2023-12-06 13:29:10 +01:00
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
2023-08-25 12:13:22 +02:00
"php": "^7.2.5 || ^8.0"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
2023-12-06 13:29:10 +01:00
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
2023-03-17 15:33:48 +01:00
},
"type": "library",
2023-08-25 12:13:22 +02:00
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
2023-03-17 15:33:48 +01:00
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/guzzle/promises/tree/2.0.2"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-12-03T20:19:20+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "guzzlehttp/psr7",
2023-12-06 13:29:10 +01:00
"version": "2.6.2",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2023-12-06 13:29:10 +01:00
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
2023-04-28 13:50:27 +02:00
"psr/http-message": "^1.1 || ^2.0",
2023-03-17 15:33:48 +01:00
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2023-12-06 13:29:10 +01:00
"bamarni/composer-bin-plugin": "^1.8.2",
2023-03-17 15:33:48 +01:00
"http-interop/http-factory-tests": "^0.9",
2023-12-06 13:29:10 +01:00
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
2023-03-17 15:33:48 +01:00
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/guzzle/psr7/tree/2.6.2"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-12-03T20:05:35+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "guzzlehttp/uri-template",
2023-12-06 13:29:10 +01:00
"version": "v1.0.3",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/uri-template.git",
2023-12-06 13:29:10 +01:00
"reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
"reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
2023-12-06 13:29:10 +01:00
"symfony/polyfill-php80": "^1.24"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
2023-12-06 13:29:10 +01:00
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
2023-03-17 15:33:48 +01:00
"uri-template/tests": "1.0.0"
},
"type": "library",
2023-12-06 13:29:10 +01:00
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
2023-03-17 15:33:48 +01:00
"autoload": {
"psr-4": {
"GuzzleHttp\\UriTemplate\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
}
],
"description": "A polyfill class for uri_template of PHP",
"keywords": [
"guzzlehttp",
"uri-template"
],
"support": {
"issues": "https://github.com/guzzle/uri-template/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
"type": "tidelift"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-12-03T19:50:20+00:00"
2023-03-17 15:33:48 +01:00
},
2023-05-30 09:50:50 +02:00
{
"name": "http-interop/http-factory-guzzle",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/http-interop/http-factory-guzzle.git",
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81",
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81",
"shasum": ""
},
"require": {
"guzzlehttp/psr7": "^1.7||^2.0",
"php": ">=7.3",
"psr/http-factory": "^1.0"
},
"provide": {
"psr/http-factory-implementation": "^1.0"
},
"require-dev": {
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^9.5"
},
"suggest": {
"guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Http\\Factory\\Guzzle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "An HTTP Factory using Guzzle PSR7",
"keywords": [
"factory",
"http",
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/http-interop/http-factory-guzzle/issues",
"source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0"
},
"time": "2021-07-21T13:50:14+00:00"
},
{
"name": "jean85/pretty-package-versions",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
"reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.0.0",
"php": "^7.1|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.17",
"jean85/composer-provided-replaced-stub-package": "^1.0",
"phpstan/phpstan": "^0.12.66",
"phpunit/phpunit": "^7.5|^8.5|^9.4",
"vimeo/psalm": "^4.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Jean85\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Lai",
"email": "alessandro.lai85@gmail.com"
}
],
"description": "A library to get pretty versions strings of installed dependencies",
"keywords": [
"composer",
"package",
"release",
"versions"
],
"support": {
"issues": "https://github.com/Jean85/pretty-package-versions/issues",
"source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
},
"time": "2021-10-08T21:21:46+00:00"
},
2024-01-15 13:46:38 +01:00
{
"name": "kelunik/certificate",
"version": "v1.1.3",
"source": {
"type": "git",
"url": "https://github.com/kelunik/certificate.git",
"reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kelunik/certificate/zipball/7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
"reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"php": ">=7.0"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^6 | 7 | ^8 | ^9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Kelunik\\Certificate\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Access certificate details and transform between different formats.",
"keywords": [
"DER",
"certificate",
"certificates",
"openssl",
"pem",
"x509"
],
"support": {
"issues": "https://github.com/kelunik/certificate/issues",
"source": "https://github.com/kelunik/certificate/tree/v1.1.3"
},
"time": "2023-02-03T21:26:53+00:00"
},
2023-03-24 14:54:17 +01:00
{
"name": "laravel/fortify",
2023-12-27 16:45:01 +01:00
"version": "v1.19.1",
2023-03-24 14:54:17 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/fortify.git",
2023-12-27 16:45:01 +01:00
"reference": "1dde858a520f679b4a2f453fa68f8a0e98751875"
2023-03-24 14:54:17 +01:00
},
"dist": {
"type": "zip",
2023-12-27 16:45:01 +01:00
"url": "https://api.github.com/repos/laravel/fortify/zipball/1dde858a520f679b4a2f453fa68f8a0e98751875",
"reference": "1dde858a520f679b4a2f453fa68f8a0e98751875",
2023-03-24 14:54:17 +01:00
"shasum": ""
},
"require": {
"bacon/bacon-qr-code": "^2.0",
"ext-json": "*",
"illuminate/support": "^8.82|^9.0|^10.0",
"php": "^7.3|^8.0",
"pragmarx/google2fa": "^7.0|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
2023-11-09 12:29:03 +01:00
"orchestra/testbench": "^6.34|^7.31|^8.11",
2023-04-28 13:50:27 +02:00
"phpstan/phpstan": "^1.10",
2023-03-24 14:54:17 +01:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Fortify\\FortifyServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Fortify\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Backend controllers and scaffolding for Laravel authentication.",
"keywords": [
"auth",
"laravel"
],
"support": {
"issues": "https://github.com/laravel/fortify/issues",
"source": "https://github.com/laravel/fortify"
},
2023-12-27 16:45:01 +01:00
"time": "2023-12-11T16:16:45+00:00"
2023-03-24 14:54:17 +01:00
},
2023-03-17 15:33:48 +01:00
{
"name": "laravel/framework",
2024-01-15 13:46:38 +01:00
"version": "v10.40.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2024-01-15 13:46:38 +01:00
"reference": "7a9470071dac9579ebf29ad1b9d73e4b8eb586fc"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/laravel/framework/zipball/7a9470071dac9579ebf29ad1b9d73e4b8eb586fc",
"reference": "7a9470071dac9579ebf29ad1b9d73e4b8eb586fc",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"brick/math": "^0.9.3|^0.10.2|^0.11",
"composer-runtime-api": "^2.2",
"doctrine/inflector": "^2.0.5",
"dragonmantank/cron-expression": "^3.3.2",
"egulias/email-validator": "^3.2.1|^4.0",
"ext-ctype": "*",
"ext-filter": "*",
"ext-hash": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-session": "*",
"ext-tokenizer": "*",
"fruitcake/php-cors": "^1.2",
"guzzlehttp/uri-template": "^1.0",
2023-10-05 13:57:59 +02:00
"laravel/prompts": "^0.1.9",
2023-03-17 15:33:48 +01:00
"laravel/serializable-closure": "^1.3",
"league/commonmark": "^2.2.1",
"league/flysystem": "^3.8.0",
"monolog/monolog": "^3.0",
2023-08-10 15:52:54 +02:00
"nesbot/carbon": "^2.67",
2023-03-17 15:33:48 +01:00
"nunomaduro/termwind": "^1.13",
"php": "^8.1",
"psr/container": "^1.1.1|^2.0.1",
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"ramsey/uuid": "^4.7",
"symfony/console": "^6.2",
"symfony/error-handler": "^6.2",
"symfony/finder": "^6.2",
2023-12-06 13:29:10 +01:00
"symfony/http-foundation": "^6.4",
2023-03-17 15:33:48 +01:00
"symfony/http-kernel": "^6.2",
"symfony/mailer": "^6.2",
"symfony/mime": "^6.2",
"symfony/process": "^6.2",
"symfony/routing": "^6.2",
"symfony/uid": "^6.2",
"symfony/var-dumper": "^6.2",
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
"vlucas/phpdotenv": "^5.4.1",
"voku/portable-ascii": "^2.0"
},
"conflict": {
2023-12-27 16:45:01 +01:00
"carbonphp/carbon-doctrine-types": ">=3.0",
"doctrine/dbal": ">=4.0",
2023-03-17 15:33:48 +01:00
"tightenco/collect": "<5.5.33"
},
"provide": {
"psr/container-implementation": "1.1|2.0",
"psr/simple-cache-implementation": "1.0|2.0|3.0"
},
"replace": {
"illuminate/auth": "self.version",
"illuminate/broadcasting": "self.version",
"illuminate/bus": "self.version",
"illuminate/cache": "self.version",
"illuminate/collections": "self.version",
"illuminate/conditionable": "self.version",
"illuminate/config": "self.version",
"illuminate/console": "self.version",
"illuminate/container": "self.version",
"illuminate/contracts": "self.version",
"illuminate/cookie": "self.version",
"illuminate/database": "self.version",
"illuminate/encryption": "self.version",
"illuminate/events": "self.version",
"illuminate/filesystem": "self.version",
"illuminate/hashing": "self.version",
"illuminate/http": "self.version",
"illuminate/log": "self.version",
"illuminate/macroable": "self.version",
"illuminate/mail": "self.version",
"illuminate/notifications": "self.version",
"illuminate/pagination": "self.version",
"illuminate/pipeline": "self.version",
"illuminate/process": "self.version",
"illuminate/queue": "self.version",
"illuminate/redis": "self.version",
"illuminate/routing": "self.version",
"illuminate/session": "self.version",
"illuminate/support": "self.version",
"illuminate/testing": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
"illuminate/view": "self.version"
},
"require-dev": {
"ably/ably-php": "^1.0",
"aws/aws-sdk-php": "^3.235.5",
"doctrine/dbal": "^3.5.1",
"ext-gmp": "*",
"fakerphp/faker": "^1.21",
"guzzlehttp/guzzle": "^7.5",
"league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-ftp": "^3.0",
"league/flysystem-path-prefixing": "^3.3",
"league/flysystem-read-only": "^3.3",
"league/flysystem-sftp-v3": "^3.0",
"mockery/mockery": "^1.5.1",
2023-11-09 12:29:03 +01:00
"nyholm/psr7": "^1.2",
2023-12-27 16:45:01 +01:00
"orchestra/testbench-core": "^8.18",
2023-03-17 15:33:48 +01:00
"pda/pheanstalk": "^4.0",
"phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^10.0.7",
"predis/predis": "^2.0.2",
"symfony/cache": "^6.2",
2023-11-09 12:29:03 +01:00
"symfony/http-client": "^6.2.4",
"symfony/psr-http-message-bridge": "^2.0"
2023-03-17 15:33:48 +01:00
},
"suggest": {
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
"brianium/paratest": "Required to run tests in parallel (^6.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
"ext-apcu": "Required to use the APC cache driver.",
"ext-fileinfo": "Required to use the Filesystem class.",
"ext-ftp": "Required to use the Flysystem FTP driver.",
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
"ext-memcached": "Required to use the memcache cache driver.",
"ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
"ext-pdo": "Required to use all database features.",
"ext-posix": "Required to use all features of the queue worker.",
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
"filp/whoops": "Required for friendly error pages in development (^2.14.3).",
"guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
"laravel/tinker": "Required to use the tinker console command (^2.0).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
"league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
"league/flysystem-read-only": "Required to use read-only disks (^3.3)",
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
"mockery/mockery": "Required to use mocking (^1.5.1).",
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
"predis/predis": "Required to use the predis connector (^2.0.2).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^6.2).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.2).",
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.2).",
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "10.x-dev"
}
},
"autoload": {
"files": [
"src/Illuminate/Collections/helpers.php",
"src/Illuminate/Events/functions.php",
2023-12-27 16:45:01 +01:00
"src/Illuminate/Filesystem/functions.php",
2023-03-17 15:33:48 +01:00
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
"psr-4": {
"Illuminate\\": "src/Illuminate/",
"Illuminate\\Support\\": [
"src/Illuminate/Macroable/",
"src/Illuminate/Collections/",
"src/Illuminate/Conditionable/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Laravel Framework.",
"homepage": "https://laravel.com",
"keywords": [
"framework",
"laravel"
],
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-01-15 13:46:38 +01:00
"time": "2024-01-09T11:46:47+00:00"
2023-03-17 15:33:48 +01:00
},
2023-05-10 09:26:25 +02:00
{
"name": "laravel/horizon",
2024-01-15 13:46:38 +01:00
"version": "v5.21.5",
2023-05-10 09:26:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
2024-01-15 13:46:38 +01:00
"reference": "081422577fb49608ed68a3b284bcecd0c5860ce6"
2023-05-10 09:26:25 +02:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/laravel/horizon/zipball/081422577fb49608ed68a3b284bcecd0c5860ce6",
"reference": "081422577fb49608ed68a3b284bcecd0c5860ce6",
2023-05-10 09:26:25 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"illuminate/contracts": "^8.17|^9.0|^10.0",
"illuminate/queue": "^8.17|^9.0|^10.0",
"illuminate/support": "^8.17|^9.0|^10.0",
"nesbot/carbon": "^2.17",
"php": "^7.3|^8.0",
"ramsey/uuid": "^4.0",
"symfony/error-handler": "^5.0|^6.0",
"symfony/process": "^5.0|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0",
"predis/predis": "^1.1|^2.0"
},
"suggest": {
"ext-redis": "Required to use the Redis PHP driver.",
"predis/predis": "Required when not using the Redis PHP driver (^1.1|^2.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Horizon\\HorizonServiceProvider"
],
"aliases": {
"Horizon": "Laravel\\Horizon\\Horizon"
}
}
},
"autoload": {
"psr-4": {
"Laravel\\Horizon\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Dashboard and code-driven configuration for Laravel queues.",
"keywords": [
"laravel",
"queue"
],
"support": {
"issues": "https://github.com/laravel/horizon/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/laravel/horizon/tree/v5.21.5"
2023-08-10 15:52:54 +02:00
},
2024-01-15 13:46:38 +01:00
"time": "2023-12-29T22:22:23+00:00"
2023-08-10 15:52:54 +02:00
},
{
"name": "laravel/prompts",
2024-01-15 13:46:38 +01:00
"version": "v0.1.15",
2023-08-10 15:52:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
2024-01-15 13:46:38 +01:00
"reference": "d814a27514d99b03c85aa42b22cfd946568636c1"
2023-08-10 15:52:54 +02:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/laravel/prompts/zipball/d814a27514d99b03c85aa42b22cfd946568636c1",
"reference": "d814a27514d99b03c85aa42b22cfd946568636c1",
2023-08-10 15:52:54 +02:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"illuminate/collections": "^10.0|^11.0",
"php": "^8.1",
2023-11-09 12:29:03 +01:00
"symfony/console": "^6.2|^7.0"
2023-08-10 15:52:54 +02:00
},
2023-10-05 13:57:59 +02:00
"conflict": {
"illuminate/console": ">=10.17.0 <10.25.0",
"laravel/framework": ">=10.17.0 <10.25.0"
},
2023-08-10 15:52:54 +02:00
"require-dev": {
"mockery/mockery": "^1.5",
"pestphp/pest": "^2.3",
2023-12-27 16:45:01 +01:00
"phpstan/phpstan": "^1.11",
2023-08-10 15:52:54 +02:00
"phpstan/phpstan-mockery": "^1.1"
},
"suggest": {
"ext-pcntl": "Required for the spinner to be animated."
},
"type": "library",
2023-10-05 13:57:59 +02:00
"extra": {
"branch-alias": {
"dev-main": "0.1.x-dev"
}
},
2023-08-10 15:52:54 +02:00
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Laravel\\Prompts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"support": {
"issues": "https://github.com/laravel/prompts/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/laravel/prompts/tree/v0.1.15"
2023-05-10 09:26:25 +02:00
},
2024-01-15 13:46:38 +01:00
"time": "2023-12-29T22:37:42+00:00"
2023-05-10 09:26:25 +02:00
},
2023-03-17 15:33:48 +01:00
{
"name": "laravel/sanctum",
2023-12-27 16:45:01 +01:00
"version": "v3.3.3",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/sanctum.git",
2023-12-27 16:45:01 +01:00
"reference": "8c104366459739f3ada0e994bcd3e6fd681ce3d5"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-12-27 16:45:01 +01:00
"url": "https://api.github.com/repos/laravel/sanctum/zipball/8c104366459739f3ada0e994bcd3e6fd681ce3d5",
"reference": "8c104366459739f3ada0e994bcd3e6fd681ce3d5",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/console": "^9.21|^10.0",
"illuminate/contracts": "^9.21|^10.0",
"illuminate/database": "^9.21|^10.0",
"illuminate/support": "^9.21|^10.0",
"php": "^8.0.2"
},
"require-dev": {
"mockery/mockery": "^1.0",
2023-08-25 12:13:22 +02:00
"orchestra/testbench": "^7.28.2|^8.8.3",
2023-04-28 13:50:27 +02:00
"phpstan/phpstan": "^1.10",
2023-08-25 12:13:22 +02:00
"phpunit/phpunit": "^9.6"
2023-03-17 15:33:48 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Sanctum\\SanctumServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Sanctum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
"keywords": [
"auth",
"laravel",
"sanctum"
],
"support": {
"issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum"
},
2023-12-27 16:45:01 +01:00
"time": "2023-12-19T18:44:48+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "laravel/serializable-closure",
2023-12-06 13:29:10 +01:00
"version": "v1.3.3",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
2023-12-06 13:29:10 +01:00
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"nesbot/carbon": "^2.61",
"pestphp/pest": "^1.21.3",
"phpstan/phpstan": "^1.8.2",
"symfony/var-dumper": "^5.4.11"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Laravel\\SerializableClosure\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Nuno Maduro",
"email": "nuno@laravel.com"
}
],
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
"keywords": [
"closure",
"laravel",
"serializable"
],
"support": {
"issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure"
},
2023-12-06 13:29:10 +01:00
"time": "2023-11-08T14:08:06+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "laravel/tinker",
2024-01-15 13:46:38 +01:00
"version": "v2.9.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2024-01-15 13:46:38 +01:00
"reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
"reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
2024-01-15 13:46:38 +01:00
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2023-03-17 15:33:48 +01:00
"php": "^7.2.5|^8.0",
2024-01-15 13:46:38 +01:00
"psy/psysh": "^0.11.1|^0.12.0",
"symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
"mockery/mockery": "~1.3.3|^1.4.2",
2023-09-25 12:49:55 +02:00
"phpstan/phpstan": "^1.10",
2023-03-17 15:33:48 +01:00
"phpunit/phpunit": "^8.5.8|^9.3.3"
},
"suggest": {
2024-01-15 13:46:38 +01:00
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
2023-03-17 15:33:48 +01:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Tinker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Powerful REPL for the Laravel framework.",
"keywords": [
"REPL",
"Tinker",
"laravel",
"psysh"
],
"support": {
"issues": "https://github.com/laravel/tinker/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/laravel/tinker/tree/v2.9.0"
2023-03-17 15:33:48 +01:00
},
2024-01-15 13:46:38 +01:00
"time": "2024-01-04T16:10:04+00:00"
2023-03-17 15:33:48 +01:00
},
2023-05-10 15:49:56 +02:00
{
"name": "laravel/ui",
2023-12-27 16:45:01 +01:00
"version": "v4.3.0",
2023-05-10 15:49:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
2023-12-27 16:45:01 +01:00
"reference": "d166e09cdcb2e23836f694774cba77a32edb6007"
2023-05-10 15:49:56 +02:00
},
"dist": {
"type": "zip",
2023-12-27 16:45:01 +01:00
"url": "https://api.github.com/repos/laravel/ui/zipball/d166e09cdcb2e23836f694774cba77a32edb6007",
"reference": "d166e09cdcb2e23836f694774cba77a32edb6007",
2023-05-10 15:49:56 +02:00
"shasum": ""
},
"require": {
"illuminate/console": "^9.21|^10.0",
"illuminate/filesystem": "^9.21|^10.0",
"illuminate/support": "^9.21|^10.0",
"illuminate/validation": "^9.21|^10.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Ui\\UiServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Ui\\": "src/",
"Illuminate\\Foundation\\Auth\\": "auth-backend/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel UI utilities and presets.",
"keywords": [
"laravel",
"ui"
],
"support": {
2023-12-27 16:45:01 +01:00
"source": "https://github.com/laravel/ui/tree/v4.3.0"
2023-05-10 15:49:56 +02:00
},
2023-12-27 16:45:01 +01:00
"time": "2023-12-19T14:46:09+00:00"
2023-05-10 15:49:56 +02:00
},
2023-03-30 11:10:31 +02:00
{
"name": "lcobucci/jwt",
2023-12-06 13:29:10 +01:00
"version": "5.2.0",
2023-03-30 11:10:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2023-12-06 13:29:10 +01:00
"reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211"
2023-03-30 11:10:31 +02:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/0ba88aed12c04bd2ed9924f500673f32b67a6211",
"reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211",
2023-03-30 11:10:31 +02:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-sodium": "*",
2023-11-09 12:29:03 +01:00
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
2023-03-30 11:10:31 +02:00
"psr/clock": "^1.0"
},
"require-dev": {
2023-11-09 12:29:03 +01:00
"infection/infection": "^0.27.0",
2023-03-30 11:10:31 +02:00
"lcobucci/clock": "^3.0",
2023-11-09 12:29:03 +01:00
"lcobucci/coding-standard": "^11.0",
"phpbench/phpbench": "^1.2.9",
2023-03-30 11:10:31 +02:00
"phpstan/extension-installer": "^1.2",
2023-11-09 12:29:03 +01:00
"phpstan/phpstan": "^1.10.7",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.10",
2023-03-30 11:10:31 +02:00
"phpstan/phpstan-strict-rules": "^1.5.0",
2023-11-09 12:29:03 +01:00
"phpunit/phpunit": "^10.2.6"
2023-03-30 11:10:31 +02:00
},
"suggest": {
"lcobucci/clock": ">= 3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/lcobucci/jwt/tree/5.2.0"
2023-03-30 11:10:31 +02:00
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-11-20T21:17:42+00:00"
2023-03-30 11:10:31 +02:00
},
2023-03-17 15:33:48 +01:00
{
"name": "league/commonmark",
2023-09-25 12:49:55 +02:00
"version": "2.4.1",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2023-09-25 12:49:55 +02:00
"reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-09-25 12:49:55 +02:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
"reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"league/config": "^1.1.1",
"php": "^7.4 || ^8.0",
"psr/event-dispatcher": "^1.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"cebe/markdown": "^1.0",
"commonmark/cmark": "0.30.0",
"commonmark/commonmark.js": "0.30.0",
"composer/package-versions-deprecated": "^1.8",
"embed/embed": "^4.4",
"erusev/parsedown": "^1.0",
"ext-json": "*",
"github/gfm": "0.29.0",
"michelf/php-markdown": "^1.4 || ^2.0",
"nyholm/psr7": "^1.5",
"phpstan/phpstan": "^1.8.2",
"phpunit/phpunit": "^9.5.21",
"scrutinizer/ocular": "^1.8.1",
"symfony/finder": "^5.3 | ^6.0",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
"unleashedtech/php-coding-standard": "^3.1.1",
"vimeo/psalm": "^4.24.0 || ^5.0.0"
},
"suggest": {
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-24 16:56:56 +01:00
"dev-main": "2.5-dev"
2023-03-17 15:33:48 +01:00
}
},
"autoload": {
"psr-4": {
"League\\CommonMark\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
"homepage": "https://commonmark.thephpleague.com",
"keywords": [
"commonmark",
"flavored",
"gfm",
"github",
"github-flavored",
"markdown",
"md",
"parser"
],
"support": {
"docs": "https://commonmark.thephpleague.com/",
"forum": "https://github.com/thephpleague/commonmark/discussions",
"issues": "https://github.com/thephpleague/commonmark/issues",
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
"source": "https://github.com/thephpleague/commonmark"
},
"funding": [
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/commonmark",
"type": "tidelift"
}
],
2023-09-25 12:49:55 +02:00
"time": "2023-08-30T16:55:00+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "league/config",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/config.git",
"reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
"reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^3.0.1",
"nette/schema": "^1.2",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.8.2",
"phpunit/phpunit": "^9.5.5",
"scrutinizer/ocular": "^1.8.1",
"unleashedtech/php-coding-standard": "^3.1",
"vimeo/psalm": "^4.7.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"League\\Config\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "Define configuration arrays with strict schemas and access values with dot notation",
"homepage": "https://config.thephpleague.com",
"keywords": [
"array",
"config",
"configuration",
"dot",
"dot-access",
"nested",
"schema"
],
"support": {
"docs": "https://config.thephpleague.com/",
"issues": "https://github.com/thephpleague/config/issues",
"rss": "https://github.com/thephpleague/config/releases.atom",
"source": "https://github.com/thephpleague/config"
},
"funding": [
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
}
],
"time": "2022-12-11T20:36:23+00:00"
},
{
"name": "league/flysystem",
2023-12-06 13:29:10 +01:00
"version": "3.23.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2023-12-06 13:29:10 +01:00
"reference": "d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc",
"reference": "d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
2023-05-11 15:20:02 +02:00
"league/flysystem-local": "^3.0.0",
2023-03-17 15:33:48 +01:00
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"conflict": {
2023-09-25 12:49:55 +02:00
"async-aws/core": "<1.19.0",
"async-aws/s3": "<1.14.0",
2023-03-17 15:33:48 +01:00
"aws/aws-sdk-php": "3.209.31 || 3.210.0",
"guzzlehttp/guzzle": "<7.0",
"guzzlehttp/ringphp": "<1.1.1",
"phpseclib/phpseclib": "3.0.15",
"symfony/http-client": "<5.2"
},
"require-dev": {
2023-10-09 11:45:23 +02:00
"async-aws/s3": "^1.5 || ^2.0",
"async-aws/simple-s3": "^1.1 || ^2.0",
2023-03-17 15:33:48 +01:00
"aws/aws-sdk-php": "^3.220.0",
"composer/semver": "^3.0",
"ext-fileinfo": "*",
"ext-ftp": "*",
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23",
"microsoft/azure-storage-blob": "^1.1",
2023-12-06 13:29:10 +01:00
"phpseclib/phpseclib": "^3.0.34",
2023-11-09 12:29:03 +01:00
"phpstan/phpstan": "^1.10",
2023-09-25 12:49:55 +02:00
"phpunit/phpunit": "^9.5.11|^10.0",
2023-03-17 15:33:48 +01:00
"sabre/dav": "^4.3.1"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "File storage abstraction for PHP",
"keywords": [
"WebDAV",
"aws",
"cloud",
"file",
"files",
"filesystem",
"filesystems",
"ftp",
"s3",
"sftp",
"storage"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/thephpleague/flysystem/tree/3.23.0"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://ecologi.com/frankdejonge",
"type": "custom"
},
{
"url": "https://github.com/frankdejonge",
"type": "github"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-12-04T10:16:17+00:00"
2023-05-11 15:20:02 +02:00
},
2023-08-07 15:31:42 +02:00
{
"name": "league/flysystem-aws-s3-v3",
2023-12-06 13:29:10 +01:00
"version": "3.22.0",
2023-08-07 15:31:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2023-12-06 13:29:10 +01:00
"reference": "9808919ee5d819730d9582d4e1673e8d195c38d8"
2023-08-07 15:31:42 +02:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/9808919ee5d819730d9582d4e1673e8d195c38d8",
"reference": "9808919ee5d819730d9582d4e1673e8d195c38d8",
2023-08-07 15:31:42 +02:00
"shasum": ""
},
"require": {
"aws/aws-sdk-php": "^3.220.0",
"league/flysystem": "^3.10.0",
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"conflict": {
"guzzlehttp/guzzle": "<7.0",
"guzzlehttp/ringphp": "<1.1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\Flysystem\\AwsS3V3\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "AWS S3 filesystem adapter for Flysystem.",
"keywords": [
"Flysystem",
"aws",
"file",
"files",
"filesystem",
"s3",
"storage"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.22.0"
2023-08-07 15:31:42 +02:00
},
"funding": [
{
"url": "https://ecologi.com/frankdejonge",
"type": "custom"
},
{
"url": "https://github.com/frankdejonge",
"type": "github"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-11-18T14:03:37+00:00"
2023-08-07 15:31:42 +02:00
},
2023-05-11 15:20:02 +02:00
{
"name": "league/flysystem-local",
2023-12-06 13:29:10 +01:00
"version": "3.23.0",
2023-05-11 15:20:02 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git",
2023-12-06 13:29:10 +01:00
"reference": "5cf046ba5f059460e86a997c504dd781a39a109b"
2023-05-11 15:20:02 +02:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/5cf046ba5f059460e86a997c504dd781a39a109b",
"reference": "5cf046ba5f059460e86a997c504dd781a39a109b",
2023-05-11 15:20:02 +02:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"league/flysystem": "^3.0.0",
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\Flysystem\\Local\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "Local filesystem adapter for Flysystem.",
"keywords": [
"Flysystem",
"file",
"files",
"filesystem",
"local"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem-local/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/thephpleague/flysystem-local/tree/3.23.0"
2023-05-11 15:20:02 +02:00
},
"funding": [
{
"url": "https://ecologi.com/frankdejonge",
"type": "custom"
},
{
"url": "https://github.com/frankdejonge",
"type": "github"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-12-04T10:14:46+00:00"
2023-03-17 15:33:48 +01:00
},
2023-10-25 09:28:26 +02:00
{
"name": "league/flysystem-sftp-v3",
2023-12-06 13:29:10 +01:00
"version": "3.22.0",
2023-10-25 09:28:26 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-sftp-v3.git",
2023-12-06 13:29:10 +01:00
"reference": "a9827f810265d756690f5bfc257c0d82acd4ca84"
2023-10-25 09:28:26 +02:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem-sftp-v3/zipball/a9827f810265d756690f5bfc257c0d82acd4ca84",
"reference": "a9827f810265d756690f5bfc257c0d82acd4ca84",
2023-10-25 09:28:26 +02:00
"shasum": ""
},
"require": {
"league/flysystem": "^3.0.14",
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2",
"phpseclib/phpseclib": "^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\Flysystem\\PhpseclibV3\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "SFTP filesystem adapter for Flysystem.",
"keywords": [
"Flysystem",
"file",
"files",
"filesystem",
"sftp"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem-sftp-v3/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/thephpleague/flysystem-sftp-v3/tree/3.22.0"
2023-10-25 09:28:26 +02:00
},
"funding": [
{
"url": "https://ecologi.com/frankdejonge",
"type": "custom"
},
{
"url": "https://github.com/frankdejonge",
"type": "github"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-12-03T15:42:36+00:00"
2023-10-25 09:28:26 +02:00
},
2023-03-17 15:33:48 +01:00
{
"name": "league/mime-type-detection",
2023-11-09 12:29:03 +01:00
"version": "1.14.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
2023-11-09 12:29:03 +01:00
"reference": "b6a5854368533df0295c5761a0253656a2e52d9e"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-11-09 12:29:03 +01:00
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b6a5854368533df0295c5761a0253656a2e52d9e",
"reference": "b6a5854368533df0295c5761a0253656a2e52d9e",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
2023-08-07 15:31:42 +02:00
"php": "^7.4 || ^8.0"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^0.12.68",
2023-08-07 15:31:42 +02:00
"phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2023-03-17 15:33:48 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"League\\MimeTypeDetection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "Mime-type detection for Flysystem",
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
2023-11-09 12:29:03 +01:00
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.14.0"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
2023-11-09 12:29:03 +01:00
"time": "2023-10-17T14:13:20+00:00"
2023-03-17 15:33:48 +01:00
},
2024-01-15 13:46:38 +01:00
{
"name": "league/uri",
"version": "7.4.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
"reference": "bf414ba956d902f5d98bf9385fcf63954f09dce5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/bf414ba956d902f5d98bf9385fcf63954f09dce5",
"reference": "bf414ba956d902f5d98bf9385fcf63954f09dce5",
"shasum": ""
},
"require": {
"league/uri-interfaces": "^7.3",
"php": "^8.1"
},
"conflict": {
"league/uri-schemes": "^1.0"
},
"suggest": {
"ext-bcmath": "to improve IPV4 host parsing",
"ext-fileinfo": "to create Data URI from file contennts",
"ext-gmp": "to improve IPV4 host parsing",
"ext-intl": "to handle IDN host with the best performance",
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
"league/uri-components": "Needed to easily manipulate URI objects components",
"php-64bit": "to improve IPV4 host parsing",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI manipulation library",
"homepage": "https://uri.thephpleague.com",
"keywords": [
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"middleware",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
"rfc3986",
"rfc3987",
"rfc6570",
"uri",
"uri-template",
"url",
"ws"
],
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
"source": "https://github.com/thephpleague/uri/tree/7.4.0"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2023-12-01T06:24:25+00:00"
},
{
"name": "league/uri-interfaces",
"version": "7.4.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "bd8c487ec236930f7bbc42b8d374fa882fbba0f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/bd8c487ec236930f7bbc42b8d374fa882fbba0f3",
"reference": "bd8c487ec236930f7bbc42b8d374fa882fbba0f3",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^8.1",
"psr/http-factory": "^1",
"psr/http-message": "^1.1 || ^2.0"
},
"suggest": {
"ext-bcmath": "to improve IPV4 host parsing",
"ext-gmp": "to improve IPV4 host parsing",
"ext-intl": "to handle IDN host with the best performance",
"php-64bit": "to improve IPV4 host parsing",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "Common interfaces and classes for URI representation and interaction",
"homepage": "https://uri.thephpleague.com",
"keywords": [
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
"rfc3986",
"rfc3987",
"rfc6570",
"uri",
"url",
"ws"
],
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.0"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2023-11-24T15:40:42+00:00"
},
2023-03-20 12:04:22 +00:00
{
"name": "livewire/livewire",
2024-01-15 13:46:38 +01:00
"version": "v3.3.5",
2023-03-20 12:04:22 +00:00
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
2024-01-15 13:46:38 +01:00
"reference": "1ef880fbcdc7b6e5e405cc9135a62cd5fdbcd06a"
2023-03-20 12:04:22 +00:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/livewire/livewire/zipball/1ef880fbcdc7b6e5e405cc9135a62cd5fdbcd06a",
"reference": "1ef880fbcdc7b6e5e405cc9135a62cd5fdbcd06a",
2023-03-20 12:04:22 +00:00
"shasum": ""
},
"require": {
2024-01-15 13:46:38 +01:00
"illuminate/database": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/validation": "^10.0|^11.0",
2023-03-20 12:04:22 +00:00
"league/mime-type-detection": "^1.9",
2023-12-07 19:06:32 +01:00
"php": "^8.1",
2024-01-15 13:46:38 +01:00
"symfony/http-kernel": "^6.2|^7.0"
2023-03-20 12:04:22 +00:00
},
"require-dev": {
"calebporzio/sushi": "^2.1",
2024-01-15 13:46:38 +01:00
"laravel/framework": "^10.0|^11.0",
2023-12-07 19:06:32 +01:00
"laravel/prompts": "^0.1.6",
2023-03-20 12:04:22 +00:00
"mockery/mockery": "^1.3.1",
2024-01-15 13:46:38 +01:00
"orchestra/testbench": "^8.0|^9.0",
"orchestra/testbench-dusk": "^8.0|^9.0",
"phpunit/phpunit": "^10.4",
"psy/psysh": "^0.11.22|^0.12"
2023-03-20 12:04:22 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Livewire\\LivewireServiceProvider"
],
"aliases": {
"Livewire": "Livewire\\Livewire"
}
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Livewire\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Caleb Porzio",
"email": "calebporzio@gmail.com"
}
],
"description": "A front-end framework for Laravel.",
"support": {
"issues": "https://github.com/livewire/livewire/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/livewire/livewire/tree/v3.3.5"
2023-03-20 12:04:22 +00:00
},
"funding": [
{
"url": "https://github.com/livewire",
"type": "github"
}
],
2024-01-15 13:46:38 +01:00
"time": "2024-01-02T14:29:17+00:00"
2023-03-20 12:04:22 +00:00
},
2023-09-18 12:18:45 +02:00
{
"name": "lorisleiva/laravel-actions",
2024-01-15 13:46:38 +01:00
"version": "v2.7.3",
2023-09-18 12:18:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/lorisleiva/laravel-actions.git",
2024-01-15 13:46:38 +01:00
"reference": "5d2e2a670ad758496021943a8d6dea4014e213d6"
2023-09-18 12:18:45 +02:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/lorisleiva/laravel-actions/zipball/5d2e2a670ad758496021943a8d6dea4014e213d6",
"reference": "5d2e2a670ad758496021943a8d6dea4014e213d6",
2023-09-18 12:18:45 +02:00
"shasum": ""
},
"require": {
"illuminate/contracts": "9.0 - 9.34 || ^9.36 || ^10.0",
"lorisleiva/lody": "^0.4",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^8.5",
"pestphp/pest": "^1.23",
"phpunit/phpunit": "^9.6"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Lorisleiva\\Actions\\ActionServiceProvider"
],
"aliases": {
"Action": "Lorisleiva\\Actions\\Facades\\Actions"
}
}
},
"autoload": {
"psr-4": {
"Lorisleiva\\Actions\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Loris Leiva",
"email": "loris.leiva@gmail.com",
"homepage": "https://lorisleiva.com",
"role": "Developer"
}
],
"description": "Laravel components that take care of one specific task",
"homepage": "https://github.com/lorisleiva/laravel-actions",
"keywords": [
"action",
"command",
"component",
"controller",
"job",
"laravel",
"object"
],
"support": {
"issues": "https://github.com/lorisleiva/laravel-actions/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/lorisleiva/laravel-actions/tree/v2.7.3"
2023-09-18 12:18:45 +02:00
},
"funding": [
{
"url": "https://github.com/sponsors/lorisleiva",
"type": "github"
}
],
2024-01-15 13:46:38 +01:00
"time": "2024-01-09T16:57:43+00:00"
2023-09-18 12:18:45 +02:00
},
{
"name": "lorisleiva/lody",
"version": "v0.4.0",
"source": {
"type": "git",
"url": "https://github.com/lorisleiva/lody.git",
"reference": "1a43e8e423f3b2b64119542bc44a2071208fae16"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lorisleiva/lody/zipball/1a43e8e423f3b2b64119542bc44a2071208fae16",
"reference": "1a43e8e423f3b2b64119542bc44a2071208fae16",
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0|^9.0|^10.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"pestphp/pest": "^1.20.0",
"phpunit/phpunit": "^9.5.10"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Lorisleiva\\Lody\\LodyServiceProvider"
],
"aliases": {
"Lody": "Lorisleiva\\Lody\\Lody"
}
}
},
"autoload": {
"psr-4": {
"Lorisleiva\\Lody\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Loris Leiva",
"email": "loris.leiva@gmail.com",
"homepage": "https://lorisleiva.com",
"role": "Developer"
}
],
"description": "Load files and classes as lazy collections in Laravel.",
"homepage": "https://github.com/lorisleiva/lody",
"keywords": [
"classes",
"collection",
"files",
"laravel",
"load"
],
"support": {
"issues": "https://github.com/lorisleiva/lody/issues",
"source": "https://github.com/lorisleiva/lody/tree/v0.4.0"
},
"funding": [
{
"url": "https://github.com/sponsors/lorisleiva",
"type": "github"
}
],
"time": "2023-02-05T15:03:45+00:00"
},
2023-03-17 15:33:48 +01:00
{
"name": "monolog/monolog",
2023-11-09 12:29:03 +01:00
"version": "3.5.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2023-11-09 12:29:03 +01:00
"reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-11-09 12:29:03 +01:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448",
"reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/log": "^2.0 || ^3.0"
},
"provide": {
"psr/log-implementation": "3.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^3.0",
"doctrine/couchdb": "~1.0@dev",
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
2023-07-14 11:33:08 +02:00
"graylog2/gelf-php": "^1.4.2 || ^2.0",
2023-03-17 15:33:48 +01:00
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.4",
2023-07-14 11:33:08 +02:00
"phpunit/phpunit": "^10.1",
2023-03-17 15:33:48 +01:00
"predis/predis": "^1.1 || ^2",
"ruflin/elastica": "^7",
"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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "https://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
2023-11-09 12:29:03 +01:00
"source": "https://github.com/Seldaek/monolog/tree/3.5.0"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
2023-11-09 12:29:03 +01:00
"time": "2023-10-27T15:32:31+00:00"
2023-03-17 15:33:48 +01:00
},
2023-08-07 15:31:42 +02:00
{
"name": "mtdowling/jmespath.php",
2023-09-25 12:49:55 +02:00
"version": "2.7.0",
2023-08-07 15:31:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
2023-09-25 12:49:55 +02:00
"reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
2023-08-07 15:31:42 +02:00
},
"dist": {
"type": "zip",
2023-09-25 12:49:55 +02:00
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
"reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
2023-08-07 15:31:42 +02:00
"shasum": ""
},
"require": {
2023-09-25 12:49:55 +02:00
"php": "^7.2.5 || ^8.0",
2023-08-07 15:31:42 +02:00
"symfony/polyfill-mbstring": "^1.17"
},
"require-dev": {
2023-09-25 12:49:55 +02:00
"composer/xdebug-handler": "^3.0.3",
"phpunit/phpunit": "^8.5.33"
2023-08-07 15:31:42 +02:00
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
2023-09-25 12:49:55 +02:00
"dev-master": "2.7-dev"
2023-08-07 15:31:42 +02:00
}
},
"autoload": {
"files": [
"src/JmesPath.php"
],
"psr-4": {
"JmesPath\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-09-25 12:49:55 +02:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2023-08-07 15:31:42 +02:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
"support": {
"issues": "https://github.com/jmespath/jmespath.php/issues",
2023-09-25 12:49:55 +02:00
"source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
2023-08-07 15:31:42 +02:00
},
2023-09-25 12:49:55 +02:00
"time": "2023-08-25T10:54:48+00:00"
2023-08-07 15:31:42 +02:00
},
2023-03-17 15:33:48 +01:00
{
"name": "nesbot/carbon",
2023-12-27 16:45:01 +01:00
"version": "2.72.1",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2023-12-27 16:45:01 +01:00
"reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-12-27 16:45:01 +01:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2b3b3db0a2d0556a177392ff1a3bf5608fa09f78",
"reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
2023-12-06 13:29:10 +01:00
"carbonphp/carbon-doctrine-types": "*",
2023-03-17 15:33:48 +01:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
2023-08-25 12:13:22 +02:00
"psr/clock": "^1.0",
2023-03-17 15:33:48 +01:00
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
2023-08-25 12:13:22 +02:00
"provide": {
"psr/clock-implementation": "1.0"
},
2023-03-17 15:33:48 +01:00
"require-dev": {
2023-12-06 13:29:10 +01:00
"doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
"doctrine/orm": "^2.7 || ^3.0",
2023-03-17 15:33:48 +01:00
"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"
},
"bin": [
"bin/carbon"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-3.x": "3.x-dev",
"dev-master": "2.x-dev"
},
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
"Carbon\\": "src/Carbon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "https://markido.com"
},
{
"name": "kylekatarnls",
"homepage": "https://github.com/kylekatarnls"
}
],
"description": "An API extension for DateTime that supports 281 different languages.",
"homepage": "https://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
"support": {
"docs": "https://carbon.nesbot.com/docs",
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
"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"
}
],
2023-12-27 16:45:01 +01:00
"time": "2023-12-08T23:47:49+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "nette/schema",
2023-10-09 11:45:23 +02:00
"version": "v1.2.5",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
2023-10-09 11:45:23 +02:00
"reference": "0462f0166e823aad657c9224d0f849ecac1ba10a"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-10-09 11:45:23 +02:00
"url": "https://api.github.com/repos/nette/schema/zipball/0462f0166e823aad657c9224d0f849ecac1ba10a",
"reference": "0462f0166e823aad657c9224d0f849ecac1ba10a",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
2023-08-10 15:52:54 +02:00
"php": "7.1 - 8.3"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
"nette/tester": "^2.3 || ^2.4",
"phpstan/phpstan-nette": "^1.0",
"tracy/tracy": "^2.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "📐 Nette Schema: validating data structures against a given Schema.",
"homepage": "https://nette.org",
"keywords": [
"config",
"nette"
],
"support": {
"issues": "https://github.com/nette/schema/issues",
2023-10-09 11:45:23 +02:00
"source": "https://github.com/nette/schema/tree/v1.2.5"
2023-03-17 15:33:48 +01:00
},
2023-10-09 11:45:23 +02:00
"time": "2023-10-05T20:37:59+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "nette/utils",
2023-11-09 12:29:03 +01:00
"version": "v4.0.3",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
2023-11-09 12:29:03 +01:00
"reference": "a9d127dd6a203ce6d255b2e2db49759f7506e015"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2023-11-09 12:29:03 +01:00
"url": "https://api.github.com/repos/nette/utils/zipball/a9d127dd6a203ce6d255b2e2db49759f7506e015",
"reference": "a9d127dd6a203ce6d255b2e2db49759f7506e015",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
2023-08-10 15:52:54 +02:00
"php": ">=8.0 <8.4"
2023-03-17 15:33:48 +01:00
},
"conflict": {
"nette/finder": "<3",
"nette/schema": "<1.2.2"
},
"require-dev": {
"jetbrains/phpstorm-attributes": "dev-master",
2023-08-10 15:52:54 +02:00
"nette/tester": "^2.5",
2023-03-17 15:33:48 +01:00
"phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.9"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
2023-09-25 12:49:55 +02:00
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
2023-03-17 15:33:48 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"support": {
"issues": "https://github.com/nette/utils/issues",
2023-11-09 12:29:03 +01:00
"source": "https://github.com/nette/utils/tree/v4.0.3"
2023-03-17 15:33:48 +01:00
},
2023-11-09 12:29:03 +01:00
"time": "2023-10-29T21:02:13+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "nikic/php-parser",
2024-01-15 13:46:38 +01:00
"version": "v5.0.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2024-01-15 13:46:38 +01:00
"reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-01-15 13:46:38 +01:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
"reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
2024-01-15 13:46:38 +01:00
"ext-ctype": "*",
"ext-json": "*",
2023-03-17 15:33:48 +01:00
"ext-tokenizer": "*",
2024-01-15 13:46:38 +01:00
"php": ">=7.4"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
2024-01-15 13:46:38 +01:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2023-03-17 15:33:48 +01:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2024-01-15 13:46:38 +01:00
"dev-master": "5.0-dev"
2023-03-17 15:33:48 +01:00
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2024-01-15 13:46:38 +01:00
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.0"
2023-03-17 15:33:48 +01:00
},
2024-01-15 13:46:38 +01:00
"time": "2024-01-07T17:17:35+00:00"
2023-03-17 15:33:48 +01:00
},
2023-05-02 09:11:22 +02:00
{
"name": "nubs/random-name-generator",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/nubs/random-name-generator.git",
"reference": "50abf24519badc5795a43c831f1d2a1faa45cb77"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nubs/random-name-generator/zipball/50abf24519badc5795a43c831f1d2a1faa45cb77",
"reference": "50abf24519badc5795a43c831f1d2a1faa45cb77",
"shasum": ""
},
"require": {
"php": "~5.6 || ~7.0 || ~8.0"
},
"require-dev": {
"cinam/randomizer": ">=1.1.1,<2.0",
"php-coveralls/php-coveralls": "~2.4",
"phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^9.0",
"squizlabs/php_codesniffer": "~2.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Nubs\\RandomNameGenerator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Spencer Rinehart",
"email": "anubis@overthemonkey.com",
"role": "Developer"
}
],
"description": "A library to create interesting, sometimes entertaining, random names.",
"keywords": [
"alliteration",
"generator",
"random",
"video game"
],
"support": {
"issues": "https://github.com/nubs/random-name-generator/issues",
"source": "https://github.com/nubs/random-name-generator/tree/v2.2.0"
},
"time": "2021-01-12T13:46:08+00:00"
},
2023-03-17 15:33:48 +01:00
{
"name": "nunomaduro/termwind",
"version": "v1.15.1",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/termwind.git",
"reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
"reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^8.0",
"symfony/console": "^5.3.0|^6.0.0"
},
"require-dev": {
"ergebnis/phpstan-rules": "^1.0.",
"illuminate/console": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"laravel/pint": "^1.0.0",
"pestphp/pest": "^1.21.0",
"pestphp/pest-plugin-mock": "^1.0",
"phpstan/phpstan": "^1.4.6",
"phpstan/phpstan-strict-rules": "^1.1.0",
"symfony/var-dumper": "^5.2.7|^6.0.0",
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Termwind\\Laravel\\TermwindServiceProvider"
]
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Termwind\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Its like Tailwind CSS, but for the console.",
"keywords": [
"cli",
"console",
"css",
"package",
"php",
"style"
],
"support": {
"issues": "https://github.com/nunomaduro/termwind/issues",
"source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/enunomaduro",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://github.com/xiCO2k",
"type": "github"
}
],
"time": "2023-02-08T01:06:31+00:00"
},
2023-05-30 09:50:50 +02:00
{
"name": "nyholm/psr7",
2023-12-06 13:29:10 +01:00
"version": "1.8.1",
2023-05-30 09:50:50 +02:00
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
2023-12-06 13:29:10 +01:00
"reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e"
2023-05-30 09:50:50 +02:00
},
"dist": {
"type": "zip",
2023-12-06 13:29:10 +01:00
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/aa5fc277a4f5508013d571341ade0c3886d4d00e",
"reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e",
2023-05-30 09:50:50 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.1 || ^2.0"
},
"provide": {
"php-http/message-factory-implementation": "1.0",
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"http-interop/http-factory-tests": "^0.9",
"php-http/message-factory": "^1.0",
"php-http/psr7-integration-tests": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
"symfony/error-handler": "^4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
},
"autoload": {
"psr-4": {
"Nyholm\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
"homepage": "https://tnyholm.se",
"keywords": [
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
2023-12-06 13:29:10 +01:00
"source": "https://github.com/Nyholm/psr7/tree/1.8.1"
2023-05-30 09:50:50 +02:00
},
"funding": [
{
"url": "https://github.com/Zegnat",
"type": "github"
},
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
2023-12-06 13:29:10 +01:00
"time": "2023-11-13T09:31:12+00:00"
2023-05-30 09:50:50 +02:00
},
2023-03-24 14:54:17 +01:00
{
"name": "paragonie/constant_time_encoding",
"version": "v2.6.3",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "58c3f47f650c94ec05a151692652a868995d2938"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
"reference": "58c3f47f650c94ec05a151692652a868995d2938",
"shasum": ""
},
"require": {
"php": "^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^6|^7|^8|^9",
"vimeo/psalm": "^1|^2|^3|^4"
},
"type": "library",
"autoload": {
"psr-4": {
"ParagonIE\\ConstantTime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
},
{
"name": "Steve 'Sc00bz' Thomas",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
"base16",
"base32",
"base32_decode",
"base32_encode",
"base64",
"base64_decode",
"base64_encode",
"bin2hex",
"encoding",
"hex",
"hex2bin",
"rfc4648"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
"time": "2022-06-14T06:56:20+00:00"
},
2023-08-22 17:44:49 +02:00
{
"name": "paragonie/random_compat",
"version": "v9.99.100",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
"shasum": ""
},
"require": {
"php": ">= 7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"time": "2020-10-15T08:29:30+00:00"
},
2023-12-04 15:42:08 +01:00
{
"name": "paragonie/sodium_compat",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
"reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
"reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
"shasum": ""
},
"require": {
"paragonie/random_compat": ">=1",
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
},
"suggest": {
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
"ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
},
"type": "library",
"autoload": {
"files": [
"autoload.php"
]
},