lasthourcloud/composer.lock

15031 lines
536 KiB
Plaintext
Raw Normal View History

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-07-12 09:05:31 +02:00
"content-hash": "cb17445966de6094aef5a92ee59d1d77",
2023-03-17 15:33:48 +01:00
"packages": [
2023-12-27 16:45:01 +01:00
{
"name": "amphp/amp",
"version": "v3.0.2",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
"reference": "138801fb68cfc9c329da8a7b39d01ce7291ee4b0"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/amp/zipball/138801fb68cfc9c329da8a7b39d01ce7291ee4b0",
"reference": "138801fb68cfc9c329da8a7b39d01ce7291ee4b0",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2023-12-27 16:45:01 +01:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "5.23.1"
2023-12-27 16:45:01 +01:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php",
"src/Future/functions.php",
"src/Internal/functions.php"
2023-12-27 16:45:01 +01:00
],
"psr-4": {
"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"
},
{
"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",
"source": "https://github.com/amphp/amp/tree/v3.0.2"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2024-05-10T21:37:46+00:00"
2023-12-27 16:45:01 +01:00
},
{
"name": "amphp/byte-stream",
2024-03-05 10:26:32 +01:00
"version": "v2.1.1",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2024-03-05 10:26:32 +01:00
"reference": "daa00f2efdbd71565bf64ffefa89e37542addf93"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
2024-03-05 10:26:32 +01:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/daa00f2efdbd71565bf64ffefa89e37542addf93",
"reference": "daa00f2efdbd71565bf64ffefa89e37542addf93",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
"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": {
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
2024-03-05 10:26:32 +01:00
"psalm/phar": "5.22.1"
2023-12-27 16:45:01 +01:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php",
"src/Internal/functions.php"
2023-12-27 16:45:01 +01:00
],
"psr-4": {
"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.",
"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-03-05 10:26:32 +01:00
"source": "https://github.com/amphp/byte-stream/tree/v2.1.1"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-03-05 10:26:32 +01:00
"time": "2024-02-17T04:49:38+00:00"
2023-12-27 16:45:01 +01:00
},
{
"name": "amphp/cache",
"version": "v2.0.1",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/cache.git",
"reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/cache/zipball/46912e387e6aa94933b61ea1ead9cf7540b7797c",
"reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
"amphp/amp": "^3",
2023-12-27 16:45:01 +01:00
"amphp/serialization": "^1",
"amphp/sync": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2023-12-27 16:45:01 +01:00
},
"require-dev": {
"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": {
"Amp\\Cache\\": "src"
2023-12-27 16:45:01 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
2023-12-27 16:45:01 +01:00
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
2023-12-27 16:45:01 +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.1"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2024-04-19T03:38:06+00:00"
},
{
"name": "amphp/dns",
2024-07-10 13:10:21 +02:00
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/dns.git",
2024-07-10 13:10:21 +02:00
"reference": "758266b0ea7470e2e42cd098493bc6d6c7100cf7"
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/amphp/dns/zipball/758266b0ea7470e2e42cd098493bc6d6c7100cf7",
"reference": "758266b0ea7470e2e42cd098493bc6d6c7100cf7",
"shasum": ""
},
"require": {
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/cache": "^2",
"amphp/parser": "^1",
2024-02-14 09:21:25 +01:00
"amphp/windows-registry": "^1.0.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",
2024-02-14 09:21:25 +01:00
"psalm/phar": "5.20"
},
"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": [
"amp",
"amphp",
2023-12-27 16:45:01 +01:00
"async",
"client",
"dns",
"resolve"
2023-12-27 16:45:01 +01:00
],
"support": {
"issues": "https://github.com/amphp/dns/issues",
2024-07-10 13:10:21 +02:00
"source": "https://github.com/amphp/dns/tree/v2.2.0"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-07-10 13:10:21 +02:00
"time": "2024-06-02T19:54:12+00:00"
2023-12-27 16:45:01 +01:00
},
{
"name": "amphp/parallel",
2024-03-25 09:13:38 +01:00
"version": "v2.2.9",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/parallel.git",
2024-03-25 09:13:38 +01:00
"reference": "73d293f1fc4df1bebc3c4fce1432e82dd7032238"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
2024-03-25 09:13:38 +01:00
"url": "https://api.github.com/repos/amphp/parallel/zipball/73d293f1fc4df1bebc3c4fce1432e82dd7032238",
"reference": "73d293f1fc4df1bebc3c4fce1432e82dd7032238",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
2024-03-25 09:13:38 +01:00
"amphp/cache": "^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": {
"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": [
"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": {
"Amp\\Parallel\\": "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"
},
2023-12-27 16:45:01 +01:00
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
2023-12-27 16:45:01 +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": {
"issues": "https://github.com/amphp/parallel/issues",
2024-03-25 09:13:38 +01:00
"source": "https://github.com/amphp/parallel/tree/v2.2.9"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-03-25 09:13:38 +01:00
"time": "2024-03-24T18:27:44+00:00"
2023-12-27 16:45:01 +01:00
},
{
"name": "amphp/parser",
2024-03-25 09:13:38 +01:00
"version": "v1.1.1",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/parser.git",
2024-03-25 09:13:38 +01:00
"reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
2024-03-25 09:13:38 +01:00
"url": "https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7",
"reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
2023-12-27 16:45:01 +01:00
"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",
2024-03-25 09:13:38 +01:00
"source": "https://github.com/amphp/parser/tree/v1.1.1"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-03-25 09:13:38 +01:00
"time": "2024-03-21T19:16:53+00:00"
2023-12-27 16:45:01 +01:00
},
{
"name": "amphp/pipeline",
2024-07-10 13:10:21 +02:00
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/amphp/pipeline.git",
2024-07-10 13:10:21 +02:00
"reference": "66c095673aa5b6e689e63b52d19e577459129ab3"
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/amphp/pipeline/zipball/66c095673aa5b6e689e63b52d19e577459129ab3",
"reference": "66c095673aa5b6e689e63b52d19e577459129ab3",
"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",
2024-07-10 13:10:21 +02:00
"source": "https://github.com/amphp/pipeline/tree/v1.2.1"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-07-10 13:10:21 +02:00
"time": "2024-07-04T00:56:47+00:00"
},
2023-12-27 16:45:01 +01:00
{
"name": "amphp/process",
"version": "v2.0.3",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/process.git",
"reference": "52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/process/zipball/52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d",
"reference": "52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
"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": {
"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": [
"src/functions.php"
2023-12-27 16:45:01 +01:00
],
"psr-4": {
"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"
}
],
"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",
"source": "https://github.com/amphp/process/tree/v2.0.3"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2024-04-19T03:13:44+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"
},
{
"name": "amphp/socket",
"version": "v2.3.1",
"source": {
"type": "git",
"url": "https://github.com/amphp/socket.git",
"reference": "58e0422221825b79681b72c50c47a930be7bf1e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/socket/zipball/58e0422221825b79681b72c50c47a930be7bf1e1",
"reference": "58e0422221825b79681b72c50c47a930be7bf1e1",
"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",
2024-02-14 09:21:25 +01:00
"psalm/phar": "5.20"
},
"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.3.1"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2024-04-21T14:33:03+00:00"
},
2023-12-27 16:45:01 +01:00
{
"name": "amphp/sync",
2024-03-25 09:13:38 +01:00
"version": "v2.2.0",
2023-12-27 16:45:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/sync.git",
2024-03-25 09:13:38 +01:00
"reference": "375ef5b54a0d12c38e12728dde05a55e30f2fbec"
2023-12-27 16:45:01 +01:00
},
"dist": {
"type": "zip",
2024-03-25 09:13:38 +01:00
"url": "https://api.github.com/repos/amphp/sync/zipball/375ef5b54a0d12c38e12728dde05a55e30f2fbec",
"reference": "375ef5b54a0d12c38e12728dde05a55e30f2fbec",
2023-12-27 16:45:01 +01:00
"shasum": ""
},
"require": {
"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": {
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
2024-03-25 09:13:38 +01:00
"psalm/phar": "5.23"
2023-12-27 16:45:01 +01:00
},
"type": "library",
"autoload": {
"files": [
"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"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
2023-12-27 16:45:01 +01:00
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
}
],
"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-03-25 09:13:38 +01:00
"source": "https://github.com/amphp/sync/tree/v2.2.0"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-03-25 09:13:38 +01:00
"time": "2024-03-12T01:00:01+00:00"
},
{
"name": "amphp/windows-registry",
2024-02-14 09:21:25 +01:00
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/amphp/windows-registry.git",
2024-02-14 09:21:25 +01:00
"reference": "0d569e8f256cca974e3842b6e78b4e434bf98306"
},
"dist": {
"type": "zip",
2024-02-14 09:21:25 +01:00
"url": "https://api.github.com/repos/amphp/windows-registry/zipball/0d569e8f256cca974e3842b6e78b4e434bf98306",
"reference": "0d569e8f256cca974e3842b6e78b4e434bf98306",
"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",
2024-02-14 09:21:25 +01:00
"source": "https://github.com/amphp/windows-registry/tree/v1.0.1"
2023-12-27 16:45:01 +01:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-02-14 09:21:25 +01:00
"time": "2024-01-30T23:01:51+00:00"
2023-12-27 16:45:01 +01:00
},
2023-08-07 15:31:42 +02:00
{
"name": "aws/aws-crt-php",
2024-07-10 13:10:21 +02:00
"version": "v1.2.6",
2023-08-07 15:31:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/awslabs/aws-crt-php.git",
2024-07-10 13:10:21 +02:00
"reference": "a63485b65b6b3367039306496d49737cf1995408"
2023-08-07 15:31:42 +02:00
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/a63485b65b6b3367039306496d49737cf1995408",
"reference": "a63485b65b6b3367039306496d49737cf1995408",
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",
2024-07-10 13:10:21 +02:00
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.6"
2023-08-07 15:31:42 +02:00
},
2024-07-10 13:10:21 +02:00
"time": "2024-06-13T17:21:28+00:00"
2023-08-07 15:31:42 +02:00
},
{
"name": "aws/aws-sdk-php",
2024-07-10 13:10:21 +02:00
"version": "3.316.1",
2023-08-07 15:31:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2024-07-10 13:10:21 +02:00
"reference": "888cee2adf890a5b749cc22c0f05051b53619d33"
2023-08-07 15:31:42 +02:00
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/888cee2adf890a5b749cc22c0f05051b53619d33",
"reference": "888cee2adf890a5b749cc22c0f05051b53619d33",
2023-08-07 15:31:42 +02:00
"shasum": ""
},
"require": {
"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-07-10 13:10:21 +02:00
"source": "https://github.com/aws/aws-sdk-php/tree/3.316.1"
2023-08-07 15:31:42 +02:00
},
2024-07-10 13:10:21 +02:00
"time": "2024-07-09T18:09:27+00:00"
2023-08-07 15:31:42 +02:00
},
{
"name": "bacon/bacon-qr-code",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
"reference": "510de6eca6248d77d31b339d62437cc995e2fb41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/510de6eca6248d77d31b339d62437cc995e2fb41",
"reference": "510de6eca6248d77d31b339d62437cc995e2fb41",
"shasum": ""
},
"require": {
"dasprid/enum": "^1.0.3",
"ext-iconv": "*",
"php": "^8.1"
},
"require-dev": {
"phly/keep-a-changelog": "^2.12",
"phpunit/phpunit": "^10.5.11 || 11.0.4",
"spatie/phpunit-snapshot-assertions": "^5.1.5",
"squizlabs/php_codesniffer": "^3.9"
},
"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/v3.0.0"
},
"time": "2024-04-18T11:16:25+00:00"
},
2023-03-17 15:33:48 +01:00
{
"name": "brick/math",
"version": "0.12.1",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "f510c0a40911935b77b86859eb5223d58d660df1"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
"reference": "f510c0a40911935b77b86859eb5223d58d660df1",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"php": "^8.1"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^10.1",
"vimeo/psalm": "5.16.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",
"bignumber",
2023-03-17 15:33:48 +01:00
"brick",
"decimal",
"integer",
"math",
"mathematics",
"rational"
2023-03-17 15:33:48 +01:00
],
"support": {
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.12.1"
2023-03-17 15:33:48 +01:00
},
"funding": [
{
"url": "https://github.com/BenMorel",
"type": "github"
}
],
"time": "2023-11-29T23:19:16+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-08-15 14:27:45 +02:00
{
"name": "danharrin/livewire-rate-limiting",
"version": "v1.3.1",
2023-08-15 14:27:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/danharrin/livewire-rate-limiting.git",
"reference": "1a1b299e20de61f88ed6e94ea0bbcfc33aab1ddb"
2023-08-15 14:27:45 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danharrin/livewire-rate-limiting/zipball/1a1b299e20de61f88ed6e94ea0bbcfc33aab1ddb",
"reference": "1a1b299e20de61f88ed6e94ea0bbcfc33aab1ddb",
2023-08-15 14:27:45 +02:00
"shasum": ""
},
"require": {
"illuminate/support": "^9.0|^10.0|^11.0",
2023-08-15 14:27:45 +02:00
"php": "^8.0"
},
"require-dev": {
"livewire/livewire": "^3.0",
"livewire/volt": "^1.3",
"orchestra/testbench": "^7.0|^8.0|^9.0",
2023-08-15 14:27:45 +02:00
"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"
}
],
"time": "2024-05-06T09:10:03+00:00"
2023-08-15 14:27:45 +02:00
},
{
"name": "dasprid/enum",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
},
"dist": {
"type": "zip",
"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.1.0",
"source": {
"type": "git",
"url": "https://github.com/DaveRandom/LibDNS.git",
"reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
"reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": ">=7.1"
},
"suggest": {
"ext-intl": "Required for IDN support"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"LibDNS\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "DNS protocol implementation written in pure PHP",
"keywords": [
"dns"
],
"support": {
"issues": "https://github.com/DaveRandom/LibDNS/issues",
"source": "https://github.com/DaveRandom/LibDNS/tree/v2.1.0"
},
"time": "2024-04-12T12:12:48+00:00"
},
2023-03-17 15:33:48 +01:00
{
"name": "dflydev/dot-access-data",
2024-07-10 13:10:21 +02:00
"version": "v3.0.3",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
2024-07-10 13:10:21 +02:00
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
2023-03-17 15:33:48 +01:00
"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",
2024-07-10 13:10:21 +02:00
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
2023-03-17 15:33:48 +01:00
},
2024-07-10 13:10:21 +02:00
"time": "2024-07-08T12:26:09+00:00"
2023-03-17 15:33:48 +01: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",
2024-07-10 13:10:21 +02:00
"version": "3.8.6",
2023-05-03 06:23:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2024-07-10 13:10:21 +02:00
"reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1"
2023-05-03 06:23:45 +01:00
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/b7411825cf7efb7e51f9791dea19d86e43b399a1",
"reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1",
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",
2024-07-10 13:10:21 +02:00
"phpstan/phpstan": "1.11.5",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "9.6.19",
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",
2024-07-10 13:10:21 +02:00
"squizlabs/php_codesniffer": "3.10.1",
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/console": "^4.4|^5.4|^6.0|^7.0",
2023-05-03 06:23:45 +01:00
"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",
2024-07-10 13:10:21 +02:00
"source": "https://github.com/doctrine/dbal/tree/3.8.6"
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"
}
],
2024-07-10 13:10:21 +02:00
"time": "2024-06-19T10:38:17+00:00"
2023-05-03 06:23:45 +01:00
},
2023-03-22 17:34:55 +01:00
{
"name": "doctrine/deprecations",
2024-02-14 09:21:25 +01:00
"version": "1.1.3",
2023-03-22 17:34:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2024-02-14 09:21:25 +01:00
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
2023-03-22 17:34:55 +01:00
},
"dist": {
"type": "zip",
2024-02-14 09:21:25 +01:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
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",
2024-02-14 09:21:25 +01:00
"source": "https://github.com/doctrine/deprecations/tree/1.1.3"
2023-03-22 17:34:55 +01:00
},
2024-02-14 09:21:25 +01:00
"time": "2024-01-30T19:34:25+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.1",
2023-05-03 06:23:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e"
2023-05-03 06:23:45 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e",
"reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e",
2023-05-03 06:23:45 +01:00
"shasum": ""
},
"require": {
"php": "^8.1"
},
"conflict": {
"doctrine/common": "<2.9"
},
"require-dev": {
"doctrine/coding-standard": "^12",
2023-05-03 06:23:45 +01:00
"phpstan/phpstan": "^1.8.8",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.24"
2023-05-03 06:23:45 +01:00
},
"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.1"
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%2Fevent-manager",
"type": "tidelift"
}
],
"time": "2024-05-22T20:47:39+00:00"
2023-05-03 06:23:45 +01:00
},
2023-03-17 15:33:48 +01:00
{
"name": "doctrine/inflector",
2024-03-05 10:26:32 +01:00
"version": "2.0.10",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2024-03-05 10:26:32 +01:00
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-03-05 10:26:32 +01:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
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",
2024-03-05 10:26:32 +01:00
"source": "https://github.com/doctrine/inflector/tree/2.0.10"
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"
}
],
2024-03-05 10:26:32 +01:00
"time": "2024-02-18T20:23:39+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "doctrine/lexer",
2024-02-14 09:21:25 +01:00
"version": "3.0.1",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2024-02-14 09:21:25 +01:00
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-02-14 09:21:25 +01:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
2024-02-14 09:21:25 +01:00
"doctrine/coding-standard": "^12",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
2023-03-17 15:33:48 +01:00
"psalm/plugin-phpunit": "^0.18.3",
2024-02-14 09:21:25 +01:00
"vimeo/psalm": "^5.21"
2023-03-17 15:33:48 +01:00
},
"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",
2024-02-14 09:21:25 +01:00
"source": "https://github.com/doctrine/lexer/tree/3.0.1"
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%2Flexer",
"type": "tidelift"
}
],
2024-02-14 09:21:25 +01:00
"time": "2024-02-05T11:56:58+00:00"
2023-03-17 15:33:48 +01: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": "firebase/php-jwt",
"version": "v6.10.1",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
"reference": "500501c2ce893c824c801da135d02661199f60c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5",
"reference": "500501c2ce893c824c801da135d02661199f60c5",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.4",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"psr/cache": "^2.0||^3.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0"
},
"suggest": {
"ext-sodium": "Support EdDSA (Ed25519) signatures",
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
},
"type": "library",
"autoload": {
"psr-4": {
"Firebase\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Neuman Vong",
"email": "neuman+pear@twilio.com",
"role": "Developer"
},
{
"name": "Anant Narayanan",
"email": "anant@php.net",
"role": "Developer"
}
],
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
"homepage": "https://github.com/firebase/php-jwt",
"keywords": [
"jwt",
"php"
],
"support": {
"issues": "https://github.com/firebase/php-jwt/issues",
"source": "https://github.com/firebase/php-jwt/tree/v6.10.1"
},
"time": "2024-05-18T18:05:11+00:00"
},
2023-03-17 15:33:48 +01:00
{
"name": "fruitcake/php-cors",
"version": "v1.3.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/fruitcake/php-cors.git",
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
"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",
"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": {
"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",
"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"
}
],
"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": "*",
"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": "jean85/pretty-package-versions",
2024-03-25 09:13:38 +01:00
"version": "2.0.6",
2023-05-30 09:50:50 +02:00
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
2024-03-25 09:13:38 +01:00
"reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4"
2023-05-30 09:50:50 +02:00
},
"dist": {
"type": "zip",
2024-03-25 09:13:38 +01:00
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/f9fdd29ad8e6d024f52678b570e5593759b550b4",
"reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4",
2023-05-30 09:50:50 +02:00
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.0.0",
"php": "^7.1|^8.0"
},
"require-dev": {
2024-03-25 09:13:38 +01:00
"friendsofphp/php-cs-fixer": "^3.2",
2023-05-30 09:50:50 +02:00
"jean85/composer-provided-replaced-stub-package": "^1.0",
2024-03-25 09:13:38 +01:00
"phpstan/phpstan": "^1.4",
2023-05-30 09:50:50 +02:00
"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",
2024-03-25 09:13:38 +01:00
"source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.6"
2023-05-30 09:50:50 +02:00
},
2024-03-25 09:13:38 +01:00
"time": "2024-03-08T09:58:59+00:00"
2023-05-30 09:50:50 +02: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"
},
{
"name": "laravel/fortify",
2024-07-10 13:10:21 +02:00
"version": "v1.21.5",
"source": {
"type": "git",
"url": "https://github.com/laravel/fortify.git",
2024-07-10 13:10:21 +02:00
"reference": "3eaf01ec826c4f653628202640a4450784f78b15"
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/laravel/fortify/zipball/3eaf01ec826c4f653628202640a4450784f78b15",
"reference": "3eaf01ec826c4f653628202640a4450784f78b15",
"shasum": ""
},
"require": {
"bacon/bacon-qr-code": "^3.0",
"ext-json": "*",
"illuminate/support": "^10.0|^11.0",
"php": "^8.1",
"pragmarx/google2fa": "^8.0",
"symfony/console": "^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^8.16|^9.0",
2023-04-28 13:50:27 +02:00
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.4"
},
"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"
},
2024-07-10 13:10:21 +02:00
"time": "2024-07-04T14:36:27+00:00"
},
2023-03-17 15:33:48 +01:00
{
"name": "laravel/framework",
2024-07-10 13:10:21 +02:00
"version": "v11.15.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2024-07-10 13:10:21 +02:00
"reference": "ba85f1c019bed59b3c736c9c4502805efd0ba84b"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/laravel/framework/zipball/ba85f1c019bed59b3c736c9c4502805efd0ba84b",
"reference": "ba85f1c019bed59b3c736c9c4502805efd0ba84b",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
2024-02-14 09:21:25 +01:00
"brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
2023-03-17 15:33:48 +01:00
"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": "*",
2024-07-10 13:10:21 +02:00
"fruitcake/php-cors": "^1.3",
"guzzlehttp/guzzle": "^7.8",
2023-03-17 15:33:48 +01:00
"guzzlehttp/uri-template": "^1.0",
2024-07-10 13:10:21 +02:00
"laravel/prompts": "^0.1.18",
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",
2024-07-10 13:10:21 +02:00
"nesbot/carbon": "^2.72.2|^3.0",
"nunomaduro/termwind": "^2.0",
"php": "^8.2",
2023-03-17 15:33:48 +01:00
"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",
2024-07-10 13:10:21 +02:00
"symfony/console": "^7.0",
"symfony/error-handler": "^7.0",
"symfony/finder": "^7.0",
"symfony/http-foundation": "^7.0",
"symfony/http-kernel": "^7.0",
"symfony/mailer": "^7.0",
"symfony/mime": "^7.0",
"symfony/polyfill-php83": "^1.28",
"symfony/process": "^7.0",
"symfony/routing": "^7.0",
"symfony/uid": "^7.0",
"symfony/var-dumper": "^7.0",
2023-03-17 15:33:48 +01:00
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
"vlucas/phpdotenv": "^5.4.1",
"voku/portable-ascii": "^2.0"
},
"conflict": {
2024-03-25 09:13:38 +01:00
"mockery/mockery": "1.6.8",
2023-03-17 15:33:48 +01:00
"tightenco/collect": "<5.5.33"
},
"provide": {
"psr/container-implementation": "1.1|2.0",
2024-07-10 13:10:21 +02:00
"psr/log-implementation": "1.0|2.0|3.0",
2023-03-17 15:33:48 +01:00
"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",
2024-07-10 13:10:21 +02:00
"illuminate/view": "self.version",
"spatie/once": "*"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
"ably/ably-php": "^1.0",
"aws/aws-sdk-php": "^3.235.5",
"ext-gmp": "*",
2024-07-10 13:10:21 +02:00
"fakerphp/faker": "^1.23",
2023-03-17 15:33:48 +01:00
"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",
2024-07-10 13:10:21 +02:00
"mockery/mockery": "^1.6",
"nyholm/psr7": "^1.2",
2024-07-10 13:10:21 +02:00
"orchestra/testbench-core": "^9.1.5",
"pda/pheanstalk": "^5.0",
"phpstan/phpstan": "^1.11.5",
"phpunit/phpunit": "^10.5|^11.0",
2023-03-17 15:33:48 +01:00
"predis/predis": "^2.0.2",
2024-07-10 13:10:21 +02:00
"resend/resend-php": "^0.10.0",
"symfony/cache": "^7.0",
"symfony/http-client": "^7.0",
"symfony/psr-http-message-bridge": "^7.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).",
2024-07-10 13:10:21 +02:00
"brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
2023-03-17 15:33:48 +01:00
"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.",
2024-07-10 13:10:21 +02:00
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
2023-03-17 15:33:48 +01:00
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
"filp/whoops": "Required for friendly error pages in development (^2.14.3).",
"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).",
2024-07-10 13:10:21 +02:00
"mockery/mockery": "Required to use mocking (^1.6).",
2023-03-17 15:33:48 +01:00
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
2024-07-10 13:10:21 +02:00
"pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
"phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).",
2023-03-17 15:33:48 +01:00
"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).",
2024-07-10 13:10:21 +02:00
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^7.0).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).",
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).",
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)."
2023-03-17 15:33:48 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-07-10 13:10:21 +02:00
"dev-master": "11.x-dev"
2023-03-17 15:33:48 +01:00
}
},
"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-07-10 13:10:21 +02:00
"time": "2024-07-09T15:38:12+00:00"
2023-03-17 15:33:48 +01:00
},
2023-05-10 09:26:25 +02:00
{
"name": "laravel/horizon",
2024-07-10 13:10:21 +02:00
"version": "v5.25.0",
2023-05-10 09:26:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
2024-07-10 13:10:21 +02:00
"reference": "81e62cee5b3feaf169d683b8890e33bf454698ab"
2023-05-10 09:26:25 +02:00
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/laravel/horizon/zipball/81e62cee5b3feaf169d683b8890e33bf454698ab",
"reference": "81e62cee5b3feaf169d683b8890e33bf454698ab",
2023-05-10 09:26:25 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
2024-02-14 09:21:25 +01:00
"illuminate/contracts": "^9.21|^10.0|^11.0",
"illuminate/queue": "^9.21|^10.0|^11.0",
"illuminate/support": "^9.21|^10.0|^11.0",
"nesbot/carbon": "^2.17|^3.0",
"php": "^8.0",
2023-05-10 09:26:25 +02:00
"ramsey/uuid": "^4.0",
"symfony/console": "^6.0|^7.0",
2024-02-14 09:21:25 +01:00
"symfony/error-handler": "^6.0|^7.0",
"symfony/process": "^6.0|^7.0"
2023-05-10 09:26:25 +02:00
},
"require-dev": {
"mockery/mockery": "^1.0",
2024-02-14 09:21:25 +01:00
"orchestra/testbench": "^7.0|^8.0|^9.0",
2023-05-10 09:26:25 +02:00
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0|^10.4",
2023-05-10 09:26:25 +02:00
"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-07-10 13:10:21 +02:00
"source": "https://github.com/laravel/horizon/tree/v5.25.0"
},
2024-07-10 13:10:21 +02:00
"time": "2024-07-05T16:46:31+00:00"
},
{
"name": "laravel/prompts",
2024-07-10 13:10:21 +02:00
"version": "v0.1.24",
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
2024-07-10 13:10:21 +02:00
"reference": "409b0b4305273472f3754826e68f4edbd0150149"
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/laravel/prompts/zipball/409b0b4305273472f3754826e68f4edbd0150149",
"reference": "409b0b4305273472f3754826e68f4edbd0150149",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"illuminate/collections": "^10.0|^11.0",
"php": "^8.1",
"symfony/console": "^6.2|^7.0"
},
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"
},
"require-dev": {
"mockery/mockery": "^1.5",
"pestphp/pest": "^2.3",
2023-12-27 16:45:01 +01:00
"phpstan/phpstan": "^1.11",
"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"
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Laravel\\Prompts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Add beautiful and user-friendly forms to your command-line applications.",
"support": {
"issues": "https://github.com/laravel/prompts/issues",
2024-07-10 13:10:21 +02:00
"source": "https://github.com/laravel/prompts/tree/v0.1.24"
2023-05-10 09:26:25 +02:00
},
2024-07-10 13:10:21 +02:00
"time": "2024-06-17T13:58:22+00:00"
2023-05-10 09:26:25 +02:00
},
2023-03-17 15:33:48 +01:00
{
"name": "laravel/sanctum",
2024-07-10 13:10:21 +02:00
"version": "v4.0.2",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/sanctum.git",
2024-07-10 13:10:21 +02:00
"reference": "9cfc0ce80cabad5334efff73ec856339e8ec1ac1"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/laravel/sanctum/zipball/9cfc0ce80cabad5334efff73ec856339e8ec1ac1",
"reference": "9cfc0ce80cabad5334efff73ec856339e8ec1ac1",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"ext-json": "*",
2024-07-10 13:10:21 +02:00
"illuminate/console": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/database": "^11.0",
"illuminate/support": "^11.0",
"php": "^8.2",
"symfony/console": "^7.0"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
2024-07-10 13:10:21 +02:00
"mockery/mockery": "^1.6",
"orchestra/testbench": "^9.0",
2023-04-28 13:50:27 +02:00
"phpstan/phpstan": "^1.10",
2024-07-10 13:10:21 +02:00
"phpunit/phpunit": "^10.5"
2023-03-17 15:33:48 +01:00
},
"type": "library",
"extra": {
"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"
},
2024-07-10 13:10:21 +02:00
"time": "2024-04-10T19:39:58+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/socialite",
2024-07-10 13:10:21 +02:00
"version": "v5.15.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/socialite.git",
2024-07-10 13:10:21 +02:00
"reference": "cc02625f0bd1f95dc3688eb041cce0f1e709d029"
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/laravel/socialite/zipball/cc02625f0bd1f95dc3688eb041cce0f1e709d029",
"reference": "cc02625f0bd1f95dc3688eb041cce0f1e709d029",
"shasum": ""
},
"require": {
"ext-json": "*",
"firebase/php-jwt": "^6.4",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/http": "^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",
"league/oauth1-client": "^1.10.1",
"php": "^7.2|^8.0",
"phpseclib/phpseclib": "^3.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^8.0|^9.3|^10.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Socialite\\SocialiteServiceProvider"
],
"aliases": {
"Socialite": "Laravel\\Socialite\\Facades\\Socialite"
}
}
},
"autoload": {
"psr-4": {
"Laravel\\Socialite\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
"homepage": "https://laravel.com",
"keywords": [
"laravel",
"oauth"
],
"support": {
"issues": "https://github.com/laravel/socialite/issues",
"source": "https://github.com/laravel/socialite"
},
2024-07-10 13:10:21 +02:00
"time": "2024-06-28T20:09:34+00:00"
},
2023-03-17 15:33:48 +01:00
{
"name": "laravel/tinker",
"version": "v2.9.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
"reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
"reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"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",
"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",
"phpstan/phpstan": "^1.10",
2023-03-17 15:33:48 +01:00
"phpunit/phpunit": "^8.5.8|^9.3.3"
},
"suggest": {
"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",
"source": "https://github.com/laravel/tinker/tree/v2.9.0"
2023-03-17 15:33:48 +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",
"version": "v4.5.2",
2023-05-10 15:49:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
"reference": "c75396f63268c95b053c8e4814eb70e0875e9628"
2023-05-10 15:49:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/c75396f63268c95b053c8e4814eb70e0875e9628",
"reference": "c75396f63268c95b053c8e4814eb70e0875e9628",
2023-05-10 15:49:56 +02:00
"shasum": ""
},
"require": {
"illuminate/console": "^9.21|^10.0|^11.0",
"illuminate/filesystem": "^9.21|^10.0|^11.0",
"illuminate/support": "^9.21|^10.0|^11.0",
"illuminate/validation": "^9.21|^10.0|^11.0",
"php": "^8.0",
"symfony/console": "^6.0|^7.0"
2023-05-10 15:49:56 +02:00
},
"require-dev": {
2024-03-25 09:13:38 +01:00
"orchestra/testbench": "^7.35|^8.15|^9.0",
"phpunit/phpunit": "^9.3|^10.4|^11.0"
2023-05-10 15:49:56 +02:00
},
"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": {
"source": "https://github.com/laravel/ui/tree/v4.5.2"
2023-05-10 15:49:56 +02:00
},
"time": "2024-05-08T18:07:10+00:00"
2023-05-10 15:49:56 +02:00
},
{
"name": "lcobucci/jwt",
"version": "5.3.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "08071d8d2c7f4b00222cc4b1fb6aa46990a80f83"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/08071d8d2c7f4b00222cc4b1fb6aa46990a80f83",
"reference": "08071d8d2c7f4b00222cc4b1fb6aa46990a80f83",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-sodium": "*",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/clock": "^1.0"
},
"require-dev": {
"infection/infection": "^0.27.0",
"lcobucci/clock": "^3.0",
"lcobucci/coding-standard": "^11.0",
"phpbench/phpbench": "^1.2.9",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.10.7",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpunit/phpunit": "^10.2.6"
},
"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",
"source": "https://github.com/lcobucci/jwt/tree/5.3.0"
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
"time": "2024-04-11T23:07:54+00:00"
},
2023-03-17 15:33:48 +01:00
{
"name": "league/commonmark",
2024-02-14 09:21:25 +01:00
"version": "2.4.2",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2024-02-14 09:21:25 +01:00
"reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-02-14 09:21:25 +01:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
"reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
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",
2024-02-14 09:21:25 +01:00
"commonmark/cmark": "0.30.3",
2023-03-17 15:33:48 +01:00
"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",
2024-02-14 09:21:25 +01:00
"phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
2023-03-17 15:33:48 +01:00
"scrutinizer/ocular": "^1.8.1",
2024-02-14 09:21:25 +01:00
"symfony/finder": "^5.3 | ^6.0 || ^7.0",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
2023-03-17 15:33:48 +01:00
"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": {
"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"
}
],
2024-02-14 09:21:25 +01:00
"time": "2024-02-02T11:59:32+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",
"version": "3.28.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
"reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c",
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": {
"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",
2024-02-14 09:21:25 +01:00
"aws/aws-sdk-php": "^3.295.10",
2023-03-17 15:33:48 +01:00
"composer/semver": "^3.0",
"ext-fileinfo": "*",
"ext-ftp": "*",
"ext-mongodb": "^1.3",
2023-03-17 15:33:48 +01:00
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23",
"guzzlehttp/psr7": "^2.6",
2023-03-17 15:33:48 +01:00
"microsoft/azure-storage-blob": "^1.1",
"mongodb/mongodb": "^1.2",
2024-03-25 09:13:38 +01:00
"phpseclib/phpseclib": "^3.0.36",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5.11|^10.0",
2024-02-14 09:21:25 +01:00
"sabre/dav": "^4.6.0"
2023-03-17 15:33:48 +01:00
},
"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",
"source": "https://github.com/thephpleague/flysystem/tree/3.28.0"
2023-03-17 15:33:48 +01:00
},
"time": "2024-05-22T10:09:12+00:00"
2023-05-11 15:20:02 +02:00
},
2023-08-07 15:31:42 +02:00
{
"name": "league/flysystem-aws-s3-v3",
"version": "3.28.0",
2023-08-07 15:31:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
"reference": "22071ef1604bc776f5ff2468ac27a752514665c8"
2023-08-07 15:31:42 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/22071ef1604bc776f5ff2468ac27a752514665c8",
"reference": "22071ef1604bc776f5ff2468ac27a752514665c8",
2023-08-07 15:31:42 +02:00
"shasum": ""
},
"require": {
2024-02-14 09:21:25 +01:00
"aws/aws-sdk-php": "^3.295.10",
2023-08-07 15:31:42 +02:00
"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": {
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.28.0"
2023-08-07 15:31:42 +02:00
},
"time": "2024-05-06T20:05:52+00:00"
2023-08-07 15:31:42 +02:00
},
2023-05-11 15:20:02 +02:00
{
"name": "league/flysystem-local",
"version": "3.28.0",
2023-05-11 15:20:02 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git",
"reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40"
2023-05-11 15:20:02 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
"reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40",
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": {
"source": "https://github.com/thephpleague/flysystem-local/tree/3.28.0"
2023-05-11 15:20:02 +02:00
},
"time": "2024-05-06T20:05:52+00:00"
2023-03-17 15:33:48 +01:00
},
2023-10-25 09:28:26 +02:00
{
"name": "league/flysystem-sftp-v3",
"version": "3.28.0",
2023-10-25 09:28:26 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-sftp-v3.git",
"reference": "abedadd3c64d4f0e276d6ecc796ec8194d136b41"
2023-10-25 09:28:26 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-sftp-v3/zipball/abedadd3c64d4f0e276d6ecc796ec8194d136b41",
"reference": "abedadd3c64d4f0e276d6ecc796ec8194d136b41",
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": {
"source": "https://github.com/thephpleague/flysystem-sftp-v3/tree/3.28.0"
2023-10-25 09:28:26 +02:00
},
"time": "2024-05-06T20:05:52+00:00"
2023-10-25 09:28:26 +02:00
},
2023-03-17 15:33:48 +01:00
{
"name": "league/mime-type-detection",
2024-02-14 09:21:25 +01:00
"version": "1.15.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
2024-02-14 09:21:25 +01:00
"reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-02-14 09:21:25 +01:00
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
"reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
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",
2024-02-14 09:21:25 +01:00
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.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"
}
],
2024-02-14 09:21:25 +01:00
"time": "2024-01-28T23:22:08+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "league/oauth1-client",
"version": "v1.10.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth1-client.git",
"reference": "d6365b901b5c287dd41f143033315e2f777e1167"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/d6365b901b5c287dd41f143033315e2f777e1167",
"reference": "d6365b901b5c287dd41f143033315e2f777e1167",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"guzzlehttp/psr7": "^1.7|^2.0",
"php": ">=7.1||>=8.0"
},
"require-dev": {
"ext-simplexml": "*",
"friendsofphp/php-cs-fixer": "^2.17",
"mockery/mockery": "^1.3.3",
"phpstan/phpstan": "^0.12.42",
"phpunit/phpunit": "^7.5||9.5"
},
"suggest": {
"ext-simplexml": "For decoding XML-based responses."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev",
"dev-develop": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"League\\OAuth1\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Corlett",
"email": "bencorlett@me.com",
"homepage": "http://www.webcomm.com.au",
"role": "Developer"
}
],
"description": "OAuth 1.0 Client Library",
"keywords": [
"Authentication",
"SSO",
"authorization",
"bitbucket",
"identity",
"idp",
"oauth",
"oauth1",
"single sign on",
"trello",
"tumblr",
"twitter"
],
"support": {
"issues": "https://github.com/thephpleague/oauth1-client/issues",
"source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.1"
},
"time": "2022-04-15T14:02:14+00:00"
},
{
"name": "league/uri",
2024-03-25 09:13:38 +01:00
"version": "7.4.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
2024-03-25 09:13:38 +01:00
"reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4"
},
"dist": {
"type": "zip",
2024-03-25 09:13:38 +01:00
"url": "https://api.github.com/repos/thephpleague/uri/zipball/bedb6e55eff0c933668addaa7efa1e1f2c417cc4",
"reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4",
"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",
2024-03-25 09:13:38 +01:00
"source": "https://github.com/thephpleague/uri/tree/7.4.1"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
2024-03-25 09:13:38 +01:00
"time": "2024-03-23T07:42:40+00:00"
},
{
"name": "league/uri-interfaces",
2024-03-25 09:13:38 +01:00
"version": "7.4.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
2024-03-25 09:13:38 +01:00
"reference": "8d43ef5c841032c87e2de015972c06f3865ef718"
},
"dist": {
"type": "zip",
2024-03-25 09:13:38 +01:00
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/8d43ef5c841032c87e2de015972c06f3865ef718",
"reference": "8d43ef5c841032c87e2de015972c06f3865ef718",
"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",
2024-03-25 09:13:38 +01:00
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.1"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
2024-03-25 09:13:38 +01:00
"time": "2024-03-23T07:42:40+00:00"
},
2023-03-20 12:04:22 +00:00
{
"name": "livewire/livewire",
"version": "v3.4.9",
2023-03-20 12:04:22 +00:00
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
"reference": "c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0"
2023-03-20 12:04:22 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0",
"reference": "c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0",
2023-03-20 12:04:22 +00:00
"shasum": ""
},
"require": {
"illuminate/database": "^10.0|^11.0",
"illuminate/routing": "^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",
"symfony/http-kernel": "^6.2|^7.0"
2023-03-20 12:04:22 +00:00
},
"require-dev": {
"calebporzio/sushi": "^2.1",
"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",
"orchestra/testbench": "8.20.0|^9.0",
"orchestra/testbench-dusk": "8.20.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",
"source": "https://github.com/livewire/livewire/tree/v3.4.9"
2023-03-20 12:04:22 +00:00
},
"funding": [
{
"url": "https://github.com/livewire",
"type": "github"
}
],
"time": "2024-03-14T14:03:32+00:00"
2023-03-20 12:04:22 +00:00
},
{
"name": "log1x/laravel-webfonts",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Log1x/laravel-webfonts.git",
"reference": "0d38122aa7f5501394006a6715f7d97dac223507"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Log1x/laravel-webfonts/zipball/0d38122aa7f5501394006a6715f7d97dac223507",
"reference": "0d38122aa7f5501394006a6715f7d97dac223507",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.8",
"laravel/prompts": "^0.1.15",
"php": ">=8.1"
},
"require-dev": {
"illuminate/console": "^10.41",
"illuminate/http": "^10.41",
"illuminate/support": "^10.41",
"laravel/pint": "^1.13"
},
"type": "package",
"extra": {
"laravel": {
"providers": [
"Log1x\\LaravelWebfonts\\WebfontsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Log1x\\LaravelWebfonts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brandon Nifong",
"email": "brandon@tendency.me",
"homepage": "https://github.com/log1x"
}
],
"description": "Download, install, and preload over 1500 Google fonts locally in your Laravel project",
"support": {
"issues": "https://github.com/Log1x/laravel-webfonts/issues",
"source": "https://github.com/Log1x/laravel-webfonts/tree/v1.0.1"
},
"funding": [
{
"url": "https://github.com/Log1x",
"type": "github"
}
],
"time": "2024-03-28T11:53:11+00:00"
},
2023-09-18 12:18:45 +02:00
{
"name": "lorisleiva/laravel-actions",
2024-03-25 09:13:38 +01:00
"version": "v2.8.0",
2023-09-18 12:18:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/lorisleiva/laravel-actions.git",
2024-03-25 09:13:38 +01:00
"reference": "d5c2ca544f40d85f877b38eb6d23e9c967ecb69f"
2023-09-18 12:18:45 +02:00
},
"dist": {
"type": "zip",
2024-03-25 09:13:38 +01:00
"url": "https://api.github.com/repos/lorisleiva/laravel-actions/zipball/d5c2ca544f40d85f877b38eb6d23e9c967ecb69f",
"reference": "d5c2ca544f40d85f877b38eb6d23e9c967ecb69f",
2023-09-18 12:18:45 +02:00
"shasum": ""
},
"require": {
2024-03-25 09:13:38 +01:00
"illuminate/contracts": "^10.0|^11.0",
"lorisleiva/lody": "^0.5",
"php": "^8.1"
2023-09-18 12:18:45 +02:00
},
"require-dev": {
2024-03-25 09:13:38 +01:00
"orchestra/testbench": "^9.0",
"pestphp/pest": "^1.23|^2.34",
"phpunit/phpunit": "^9.6|^10.0"
2023-09-18 12:18:45 +02:00
},
"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-03-25 09:13:38 +01:00
"source": "https://github.com/lorisleiva/laravel-actions/tree/v2.8.0"
2023-09-18 12:18:45 +02:00
},
"funding": [
{
"url": "https://github.com/sponsors/lorisleiva",
"type": "github"
}
],
2024-03-25 09:13:38 +01:00
"time": "2024-03-13T12:47:32+00:00"
2023-09-18 12:18:45 +02:00
},
{
"name": "lorisleiva/lody",
2024-03-25 09:13:38 +01:00
"version": "v0.5.0",
2023-09-18 12:18:45 +02:00
"source": {
"type": "git",
"url": "https://github.com/lorisleiva/lody.git",
2024-03-25 09:13:38 +01:00
"reference": "c2f51b070e99f3a240d66cf68ef1f232036917fe"
2023-09-18 12:18:45 +02:00
},
"dist": {
"type": "zip",
2024-03-25 09:13:38 +01:00
"url": "https://api.github.com/repos/lorisleiva/lody/zipball/c2f51b070e99f3a240d66cf68ef1f232036917fe",
"reference": "c2f51b070e99f3a240d66cf68ef1f232036917fe",
2023-09-18 12:18:45 +02:00
"shasum": ""
},
"require": {
2024-03-25 09:13:38 +01:00
"illuminate/contracts": "^9.0|^10.0|^11.0",
2023-09-18 12:18:45 +02:00
"php": "^8.0"
},
"require-dev": {
2024-03-25 09:13:38 +01:00
"orchestra/testbench": "^9.0",
"pestphp/pest": "^1.20|^2.34",
"phpunit/phpunit": "^9.5.10|^10.5"
2023-09-18 12:18:45 +02:00
},
"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",
2024-03-25 09:13:38 +01:00
"source": "https://github.com/lorisleiva/lody/tree/v0.5.0"
2023-09-18 12:18:45 +02:00
},
"funding": [
{
"url": "https://github.com/sponsors/lorisleiva",
"type": "github"
}
],
2024-03-25 09:13:38 +01:00
"time": "2024-03-13T12:08:59+00:00"
2023-09-18 12:18:45 +02:00
},
2023-03-17 15:33:48 +01:00
{
"name": "monolog/monolog",
2024-07-10 13:10:21 +02:00
"version": "3.7.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2024-07-10 13:10:21 +02:00
"reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8",
"reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8",
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",
"phpunit/phpunit": "^10.5.17",
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",
2024-07-10 13:10:21 +02:00
"source": "https://github.com/Seldaek/monolog/tree/3.7.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"
}
],
2024-07-10 13:10:21 +02:00
"time": "2024-06-28T09:40:51+00:00"
2023-03-17 15:33:48 +01:00
},
2023-08-07 15:31:42 +02:00
{
"name": "mtdowling/jmespath.php",
"version": "2.7.0",
2023-08-07 15:31:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
"reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
2023-08-07 15:31:42 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
"reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
2023-08-07 15:31:42 +02:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
2023-08-07 15:31:42 +02:00
"symfony/polyfill-mbstring": "^1.17"
},
"require-dev": {
"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": {
"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": [
{
"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",
"source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
2023-08-07 15:31:42 +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",
2024-07-10 13:10:21 +02:00
"version": "3.6.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2024-07-10 13:10:21 +02:00
"reference": "39c8ef752db6865717cc3fba63970c16f057982c"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
2024-07-10 13:10:21 +02:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/39c8ef752db6865717cc3fba63970c16f057982c",
"reference": "39c8ef752db6865717cc3fba63970c16f057982c",
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": "*",
2024-07-10 13:10:21 +02:00
"php": "^8.1",
2023-08-25 12:13:22 +02:00
"psr/clock": "^1.0",
2024-07-10 13:10:21 +02:00
"symfony/clock": "^6.3 || ^7.0",
2023-03-17 15:33:48 +01:00
"symfony/polyfill-mbstring": "^1.0",
2024-07-10 13:10:21 +02:00
"symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
2023-03-17 15:33:48 +01:00
},
2023-08-25 12:13:22 +02:00
"provide": {
"psr/clock-implementation": "1.0"
},
2023-03-17 15:33:48 +01:00
"require-dev": {
2024-07-10 13:10:21 +02:00
"doctrine/dbal": "^3.6.3 || ^4.0",
"doctrine/orm": "^2.15.2 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.57.2",
"kylekatarnls/multi-tester": "^2.5.3",
"ondrejmirtes/better-reflection": "^6.25.0.4",
"phpmd/phpmd": "^2.15.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.11.2",
"phpunit/phpunit": "^10.5.20",
"squizlabs/php_codesniffer": "^3.9.0"
2023-03-17 15:33:48 +01:00
},
"bin": [
"bin/carbon"
],
"type": "library",
"extra": {
"branch-alias": {
2024-07-10 13:10:21 +02:00
"dev-master": "3.x-dev",
"dev-2.x": "2.x-dev"
2023-03-17 15:33:48 +01:00
},
"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"
}
],
2024-07-10 13:10:21 +02:00
"time": "2024-06-20T15:52:59+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "nette/schema",
"version": "v1.3.0",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
"reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
"reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"nette/utils": "^4.0",
"php": "8.1 - 8.3"
2023-03-17 15:33:48 +01:00
},
"require-dev": {
"nette/tester": "^2.4",
2023-03-17 15:33:48 +01:00
"phpstan/phpstan-nette": "^1.0",
"tracy/tracy": "^2.8"
2023-03-17 15:33:48 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
2023-03-17 15:33:48 +01:00
}
},
"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",
"source": "https://github.com/nette/schema/tree/v1.3.0"
2023-03-17 15:33:48 +01:00
},
"time": "2023-12-11T11:54:22+00:00"
2023-03-17 15:33:48 +01:00
},
{
"name": "nette/utils",
"version": "v4.0.4",
2023-03-17 15:33:48 +01:00
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
2023-03-17 15:33:48 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
"reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
2023-03-17 15:33:48 +01:00
"shasum": ""
},
"require": {
"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",
"nette/tester": "^2.5",
2023-03-17 15:33:48 +01:00
"phpstan/phpstan": "^1.0",