You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1130 lines
40 KiB
1130 lines
40 KiB
2 months ago
|
{
|
||
|
"_readme": [
|
||
|
"This file locks the dependencies of your project to a known state",
|
||
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||
|
"This file is @generated automatically"
|
||
|
],
|
||
|
"content-hash": "b3bdc15cebd0ff800fa453afa8a4751c",
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "christian-riesen/base32",
|
||
|
"version": "1.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ChristianRiesen/base32.git",
|
||
|
"reference": "2e82dab3baa008e24a505649b0d583c31d31e894"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/2e82dab3baa008e24a505649b0d583c31d31e894",
|
||
|
"reference": "2e82dab3baa008e24a505649b0d583c31d31e894",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"friendsofphp/php-cs-fixer": "^2.17",
|
||
|
"phpstan/phpstan": "^0.12",
|
||
|
"phpunit/phpunit": "^8.5.13 || ^9.5"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Base32\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christian Riesen",
|
||
|
"email": "chris.riesen@gmail.com",
|
||
|
"homepage": "http://christianriesen.com",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "Base32 encoder/decoder according to RFC 4648",
|
||
|
"homepage": "https://github.com/ChristianRiesen/base32",
|
||
|
"keywords": [
|
||
|
"base32",
|
||
|
"decode",
|
||
|
"encode",
|
||
|
"rfc4648"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/ChristianRiesen/base32/issues",
|
||
|
"source": "https://github.com/ChristianRiesen/base32/tree/1.6.0"
|
||
|
},
|
||
|
"time": "2021-02-26T10:19:33+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "claviska/simpleimage",
|
||
|
"version": "4.0.6",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/claviska/SimpleImage.git",
|
||
|
"reference": "969de5e61810ef91f6f83c475b192c4841367dfa"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/claviska/SimpleImage/zipball/969de5e61810ef91f6f83c475b192c4841367dfa",
|
||
|
"reference": "969de5e61810ef91f6f83c475b192c4841367dfa",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-gd": "*",
|
||
|
"league/color-extractor": "0.4.*",
|
||
|
"php": ">=8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"laravel/pint": "^1.5",
|
||
|
"phpstan/phpstan": "^1.10"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"claviska": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Cory LaViska",
|
||
|
"homepage": "http://www.abeautifulsite.net/",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "A PHP class that makes working with images as simple as possible.",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/claviska/SimpleImage/issues",
|
||
|
"source": "https://github.com/claviska/SimpleImage/tree/4.0.6"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/claviska",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-07-27T16:48:12+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "composer/semver",
|
||
|
"version": "3.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/composer/semver.git",
|
||
|
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
|
||
|
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpstan/phpstan": "^1.4",
|
||
|
"symfony/phpunit-bridge": "^4.2 || ^5"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "3.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Composer\\Semver\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nils Adermann",
|
||
|
"email": "naderman@naderman.de",
|
||
|
"homepage": "http://www.naderman.de"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jordi Boggiano",
|
||
|
"email": "j.boggiano@seld.be",
|
||
|
"homepage": "http://seld.be"
|
||
|
},
|
||
|
{
|
||
|
"name": "Rob Bast",
|
||
|
"email": "rob.bast@gmail.com",
|
||
|
"homepage": "http://robbast.nl"
|
||
|
}
|
||
|
],
|
||
|
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
||
|
"keywords": [
|
||
|
"semantic",
|
||
|
"semver",
|
||
|
"validation",
|
||
|
"versioning"
|
||
|
],
|
||
|
"support": {
|
||
|
"irc": "ircs://irc.libera.chat:6697/composer",
|
||
|
"issues": "https://github.com/composer/semver/issues",
|
||
|
"source": "https://github.com/composer/semver/tree/3.4.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://packagist.com",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/composer",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-08-31T09:50:34+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "filp/whoops",
|
||
|
"version": "2.15.4",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/filp/whoops.git",
|
||
|
"reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
|
||
|
"reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.5.9 || ^7.0 || ^8.0",
|
||
|
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"mockery/mockery": "^0.9 || ^1.0",
|
||
|
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
|
||
|
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
|
||
|
"whoops/soap": "Formats errors as SOAP responses"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.7-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Whoops\\": "src/Whoops/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Filipe Dobreira",
|
||
|
"homepage": "https://github.com/filp",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "php error handling for cool kids",
|
||
|
"homepage": "https://filp.github.io/whoops/",
|
||
|
"keywords": [
|
||
|
"error",
|
||
|
"exception",
|
||
|
"handling",
|
||
|
"library",
|
||
|
"throwable",
|
||
|
"whoops"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/filp/whoops/issues",
|
||
|
"source": "https://github.com/filp/whoops/tree/2.15.4"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/denis-sokolov",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-11-03T12:00:00+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "getkirby/composer-installer",
|
||
|
"version": "1.2.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/getkirby/composer-installer.git",
|
||
|
"reference": "c98ece30bfba45be7ce457e1102d1b169d922f3d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/getkirby/composer-installer/zipball/c98ece30bfba45be7ce457e1102d1b169d922f3d",
|
||
|
"reference": "c98ece30bfba45be7ce457e1102d1b169d922f3d",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"composer-plugin-api": "^1.0 || ^2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"composer/composer": "^1.8 || ^2.0"
|
||
|
},
|
||
|
"type": "composer-plugin",
|
||
|
"extra": {
|
||
|
"class": "Kirby\\ComposerInstaller\\Plugin"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Kirby\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "Kirby's custom Composer installer for the Kirby CMS and for Kirby plugins",
|
||
|
"homepage": "https://getkirby.com",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/getkirby/composer-installer/issues",
|
||
|
"source": "https://github.com/getkirby/composer-installer/tree/1.2.1"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://getkirby.com/buy",
|
||
|
"type": "custom"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-12-28T12:54:39+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "laminas/laminas-escaper",
|
||
|
"version": "2.13.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/laminas/laminas-escaper.git",
|
||
|
"reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba",
|
||
|
"reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-ctype": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"zendframework/zend-escaper": "*"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"infection/infection": "^0.27.0",
|
||
|
"laminas/laminas-coding-standard": "~2.5.0",
|
||
|
"maglnet/composer-require-checker": "^3.8.0",
|
||
|
"phpunit/phpunit": "^9.6.7",
|
||
|
"psalm/plugin-phpunit": "^0.18.4",
|
||
|
"vimeo/psalm": "^5.9"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Laminas\\Escaper\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
|
||
|
"homepage": "https://laminas.dev",
|
||
|
"keywords": [
|
||
|
"escaper",
|
||
|
"laminas"
|
||
|
],
|
||
|
"support": {
|
||
|
"chat": "https://laminas.dev/chat",
|
||
|
"docs": "https://docs.laminas.dev/laminas-escaper/",
|
||
|
"forum": "https://discourse.laminas.dev",
|
||
|
"issues": "https://github.com/laminas/laminas-escaper/issues",
|
||
|
"rss": "https://github.com/laminas/laminas-escaper/releases.atom",
|
||
|
"source": "https://github.com/laminas/laminas-escaper"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
||
|
"type": "community_bridge"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-10-10T08:35:13+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "league/color-extractor",
|
||
|
"version": "0.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/thephpleague/color-extractor.git",
|
||
|
"reference": "21fcac6249c5ef7d00eb83e128743ee6678fe505"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/thephpleague/color-extractor/zipball/21fcac6249c5ef7d00eb83e128743ee6678fe505",
|
||
|
"reference": "21fcac6249c5ef7d00eb83e128743ee6678fe505",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-gd": "*",
|
||
|
"php": "^7.3 || ^8.0"
|
||
|
},
|
||
|
"replace": {
|
||
|
"matthecat/colorextractor": "*"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"friendsofphp/php-cs-fixer": "~2",
|
||
|
"phpunit/phpunit": "^9.5"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-curl": "To download images from remote URLs if allow_url_fopen is disabled for security reasons"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"League\\ColorExtractor\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Mathieu Lechat",
|
||
|
"email": "math.lechat@gmail.com",
|
||
|
"homepage": "http://matthecat.com",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "Extract colors from an image as a human would do.",
|
||
|
"homepage": "https://github.com/thephpleague/color-extractor",
|
||
|
"keywords": [
|
||
|
"color",
|
||
|
"extract",
|
||
|
"human",
|
||
|
"image",
|
||
|
"palette"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/thephpleague/color-extractor/issues",
|
||
|
"source": "https://github.com/thephpleague/color-extractor/tree/0.4.0"
|
||
|
},
|
||
|
"time": "2022-09-24T15:57:16+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "michelf/php-smartypants",
|
||
|
"version": "1.8.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/michelf/php-smartypants.git",
|
||
|
"reference": "47d17c90a4dfd0ccf1f87e25c65e6c8012415aad"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/michelf/php-smartypants/zipball/47d17c90a4dfd0ccf1f87e25c65e6c8012415aad",
|
||
|
"reference": "47d17c90a4dfd0ccf1f87e25c65e6c8012415aad",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Michelf": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Michel Fortin",
|
||
|
"email": "michel.fortin@michelf.ca",
|
||
|
"homepage": "https://michelf.ca/",
|
||
|
"role": "Developer"
|
||
|
},
|
||
|
{
|
||
|
"name": "John Gruber",
|
||
|
"homepage": "https://daringfireball.net/"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHP SmartyPants",
|
||
|
"homepage": "https://michelf.ca/projects/php-smartypants/",
|
||
|
"keywords": [
|
||
|
"dashes",
|
||
|
"quotes",
|
||
|
"spaces",
|
||
|
"typographer",
|
||
|
"typography"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/michelf/php-smartypants/issues",
|
||
|
"source": "https://github.com/michelf/php-smartypants/tree/1.8.1"
|
||
|
},
|
||
|
"time": "2016-12-13T01:01:17+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpmailer/phpmailer",
|
||
|
"version": "v6.9.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
||
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
|
||
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-ctype": "*",
|
||
|
"ext-filter": "*",
|
||
|
"ext-hash": "*",
|
||
|
"php": ">=5.5.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
||
|
"doctrine/annotations": "^1.2.6 || ^1.13.3",
|
||
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
||
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
||
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
||
|
"roave/security-advisories": "dev-latest",
|
||
|
"squizlabs/php_codesniffer": "^3.7.2",
|
||
|
"yoast/phpunit-polyfills": "^1.0.4"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
|
||
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
||
|
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
|
||
|
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
|
||
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
||
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
||
|
"psr/log": "For optional PSR-3 debug logging",
|
||
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
|
||
|
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PHPMailer\\PHPMailer\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"LGPL-2.1-only"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Marcus Bointon",
|
||
|
"email": "phpmailer@synchromedia.co.uk"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jim Jagielski",
|
||
|
"email": "jimjag@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Andy Prevost",
|
||
|
"email": "codeworxtech@users.sourceforge.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Brent R. Matzelle"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
||
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/Synchro",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-11-25T22:23:28+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/log",
|
||
|
"version": "3.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/log.git",
|
||
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
||
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=8.0.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Log\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "https://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interface for logging libraries",
|
||
|
"homepage": "https://github.com/php-fig/log",
|
||
|
"keywords": [
|
||
|
"log",
|
||
|
"psr",
|
||
|
"psr-3"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
||
|
},
|
||
|
"time": "2021-07-14T16:46:02+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/deprecation-contracts",
|
||
|
"version": "v3.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
|
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
||
|
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=8.1"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "3.4-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/contracts",
|
||
|
"url": "https://github.com/symfony/contracts"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"function.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "A generic function and convention to trigger deprecation notices",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-05-23T14:45:45+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-ctype",
|
||
|
"version": "v1.28.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
|
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
||
|
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"provide": {
|
||
|
"ext-ctype": "*"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-ctype": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.28-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Ctype\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Gert de Pagter",
|
||
|
"email": "BackEndTea@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for ctype functions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"ctype",
|
||
|
"polyfill",
|
||
|
"portable"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-01-26T09:26:14+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-intl-idn",
|
||
|
"version": "v1.28.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
||
|
"reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
|
||
|
"reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1",
|
||
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
||
|
"symfony/polyfill-php72": "^1.10"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.28-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Laurent Bassin",
|
||
|
"email": "laurent@bassin.info"
|
||
|
},
|
||
|
{
|
||
|
"name": "Trevor Rowbotham",
|
||
|
"email": "trevor.rowbotham@pm.me"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"idn",
|
||
|
"intl",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-01-26T09:30:37+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-intl-normalizer",
|
||
|
"version": "v1.28.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||
|
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
|
||
|
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.28-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
||
|
},
|
||
|
"classmap": [
|
||
|
"Resources/stubs"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"intl",
|
||
|
"normalizer",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-01-26T09:26:14+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-mbstring",
|
||
|
"version": "v1.28.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
|
"reference": "42292d99c55abe617799667f454222c54c60e229"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
|
||
|
"reference": "42292d99c55abe617799667f454222c54c60e229",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"provide": {
|
||
|
"ext-mbstring": "*"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-mbstring": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.28-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for the Mbstring extension",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"mbstring",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-07-28T09:04:16+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/yaml",
|
||
|
"version": "v6.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/yaml.git",
|
||
|
"reference": "4f9237a1bb42455d609e6687d2613dde5b41a587"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/4f9237a1bb42455d609e6687d2613dde5b41a587",
|
||
|
"reference": "4f9237a1bb42455d609e6687d2613dde5b41a587",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=8.1",
|
||
|
"symfony/deprecation-contracts": "^2.5|^3",
|
||
|
"symfony/polyfill-ctype": "^1.8"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/console": "<5.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/console": "^5.4|^6.0|^7.0"
|
||
|
},
|
||
|
"bin": [
|
||
|
"Resources/bin/yaml-lint"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Yaml\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Loads and dumps YAML files",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/yaml/tree/v6.4.0"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2023-11-06T11:00:25+00:00"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": [],
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": {
|
||
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
||
|
"ext-simplexml": "*",
|
||
|
"ext-ctype": "*",
|
||
|
"ext-curl": "*",
|
||
|
"ext-dom": "*",
|
||
|
"ext-filter": "*",
|
||
|
"ext-hash": "*",
|
||
|
"ext-iconv": "*",
|
||
|
"ext-json": "*",
|
||
|
"ext-libxml": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"ext-openssl": "*"
|
||
|
},
|
||
|
"platform-dev": [],
|
||
|
"platform-overrides": {
|
||
|
"php": "8.1.0"
|
||
|
},
|
||
|
"plugin-api-version": "2.6.0"
|
||
|
}
|