2021-10-29 18:05:46 +02:00
|
|
|
{
|
2022-07-18 18:54:25 +02: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"
|
|
|
|
],
|
2025-03-16 18:11:52 +01:00
|
|
|
"content-hash": "985a8ce155a077a628d8c3b6a967518f",
|
2022-07-18 18:54:25 +02:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "claviska/simpleimage",
|
2025-01-12 19:21:26 +01:00
|
|
|
"version": "4.2.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/claviska/SimpleImage.git",
|
2025-01-12 19:21:26 +01:00
|
|
|
"reference": "dfbe53c01dae8467468ef2b817c09b786a7839d2"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2025-01-12 19:21:26 +01:00
|
|
|
"url": "https://api.github.com/repos/claviska/SimpleImage/zipball/dfbe53c01dae8467468ef2b817c09b786a7839d2",
|
|
|
|
"reference": "dfbe53c01dae8467468ef2b817c09b786a7839d2",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-gd": "*",
|
2023-04-14 16:30:28 +02:00
|
|
|
"league/color-extractor": "0.4.*",
|
|
|
|
"php": ">=8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"laravel/pint": "^1.5",
|
|
|
|
"phpstan/phpstan": "^1.10"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"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",
|
2025-01-12 19:21:26 +01:00
|
|
|
"source": "https://github.com/claviska/SimpleImage/tree/4.2.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/claviska",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2025-01-12 19:21:26 +01:00
|
|
|
"time": "2024-04-15T16:07:16+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
2022-12-19 16:26:24 +01:00
|
|
|
{
|
|
|
|
"name": "composer/semver",
|
2024-12-20 12:37:35 +01:00
|
|
|
"version": "3.4.0",
|
2022-12-19 16:26:24 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/semver.git",
|
2024-12-20 12:37:35 +01:00
|
|
|
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
|
2022-12-19 16:26:24 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-12-20 12:37:35 +01:00
|
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
|
|
|
|
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
|
2022-12-19 16:26:24 +01:00
|
|
|
"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": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"irc": "ircs://irc.libera.chat:6697/composer",
|
2022-12-19 16:26:24 +01:00
|
|
|
"issues": "https://github.com/composer/semver/issues",
|
2024-12-20 12:37:35 +01:00
|
|
|
"source": "https://github.com/composer/semver/tree/3.4.0"
|
2022-12-19 16:26:24 +01:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://packagist.com",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/composer",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-12-20 12:37:35 +01:00
|
|
|
"time": "2023-08-31T09:50:34+00:00"
|
2022-12-19 16:26:24 +01:00
|
|
|
},
|
2022-07-18 18:54:25 +02:00
|
|
|
{
|
|
|
|
"name": "filp/whoops",
|
2024-12-20 12:37:35 +01:00
|
|
|
"version": "2.15.4",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/filp/whoops.git",
|
2024-12-20 12:37:35 +01:00
|
|
|
"reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-12-20 12:37:35 +01:00
|
|
|
"url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
|
|
|
|
"reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
|
2022-07-18 18:54:25 +02:00
|
|
|
"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",
|
2024-12-20 12:37:35 +01:00
|
|
|
"source": "https://github.com/filp/whoops/tree/2.15.4"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/denis-sokolov",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2024-12-20 12:37:35 +01:00
|
|
|
"time": "2023-11-03T12:00:00+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "getkirby/cms",
|
2025-01-12 19:21:26 +01:00
|
|
|
"version": "3.10.1.1",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/getkirby/kirby.git",
|
2025-01-12 19:21:26 +01:00
|
|
|
"reference": "1953eb4979f6d05ce7779c547bf761517024cccb"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2025-01-12 19:21:26 +01:00
|
|
|
"url": "https://api.github.com/repos/getkirby/kirby/zipball/1953eb4979f6d05ce7779c547bf761517024cccb",
|
|
|
|
"reference": "1953eb4979f6d05ce7779c547bf761517024cccb",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"claviska/simpleimage": "4.2.0",
|
2024-12-20 12:37:35 +01:00
|
|
|
"composer/semver": "3.4.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"ext-ctype": "*",
|
2022-08-31 16:08:03 +02:00
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-filter": "*",
|
|
|
|
"ext-hash": "*",
|
|
|
|
"ext-iconv": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-libxml": "*",
|
2022-07-18 18:54:25 +02:00
|
|
|
"ext-mbstring": "*",
|
2022-08-31 16:08:03 +02:00
|
|
|
"ext-openssl": "*",
|
|
|
|
"ext-simplexml": "*",
|
2024-12-20 12:37:35 +01:00
|
|
|
"filp/whoops": "2.15.4",
|
2022-07-18 18:54:25 +02:00
|
|
|
"getkirby/composer-installer": "^1.2.1",
|
2025-01-12 19:21:26 +01:00
|
|
|
"laminas/laminas-escaper": "2.13.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"michelf/php-smartypants": "1.8.1",
|
2025-01-12 19:21:26 +01:00
|
|
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
|
|
|
"phpmailer/phpmailer": "6.9.1",
|
|
|
|
"symfony/polyfill-intl-idn": "1.30.0",
|
|
|
|
"symfony/polyfill-mbstring": "1.30.0",
|
|
|
|
"symfony/yaml": "6.4.8"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"symfony/polyfill-php72": "*"
|
|
|
|
},
|
2022-08-31 16:08:03 +02:00
|
|
|
"suggest": {
|
|
|
|
"ext-PDO": "Support for using databases",
|
|
|
|
"ext-apcu": "Support for the Apcu cache driver",
|
|
|
|
"ext-exif": "Support for exif information from images",
|
|
|
|
"ext-fileinfo": "Improved mime type detection for files",
|
|
|
|
"ext-intl": "Improved i18n number formatting",
|
|
|
|
"ext-memcached": "Support for the Memcached cache driver",
|
2024-12-20 12:37:35 +01:00
|
|
|
"ext-sodium": "Support for the crypto class and more robust session handling",
|
2022-08-31 16:08:03 +02:00
|
|
|
"ext-zip": "Support for ZIP archive file functions",
|
|
|
|
"ext-zlib": "Sanitization and validation for svgz files"
|
|
|
|
},
|
2022-07-18 18:54:25 +02:00
|
|
|
"type": "kirby-cms",
|
|
|
|
"extra": {
|
|
|
|
"unused": [
|
|
|
|
"symfony/polyfill-intl-idn"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"config/setup.php",
|
|
|
|
"config/helpers.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Kirby\\": "src/"
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"dependencies/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"proprietary"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Kirby Team",
|
|
|
|
"email": "support@getkirby.com",
|
|
|
|
"homepage": "https://getkirby.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Kirby 3 core",
|
|
|
|
"homepage": "https://getkirby.com",
|
|
|
|
"keywords": [
|
|
|
|
"cms",
|
|
|
|
"core",
|
|
|
|
"kirby"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"email": "support@getkirby.com",
|
|
|
|
"forum": "https://forum.getkirby.com",
|
|
|
|
"issues": "https://github.com/getkirby/kirby/issues",
|
|
|
|
"source": "https://github.com/getkirby/kirby"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://getkirby.com/buy",
|
|
|
|
"type": "custom"
|
|
|
|
}
|
|
|
|
],
|
2025-01-12 19:21:26 +01:00
|
|
|
"time": "2024-08-29T08:36:26+00:00"
|
2022-07-18 18:54:25 +02: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": "kirbyzone/sitemapper",
|
|
|
|
"version": "1.2.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/kirbyzone/sitemapper.git",
|
|
|
|
"reference": "f94551265d222bae844ad29d0a6a5b5f3737aa48"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/kirbyzone/sitemapper/zipball/f94551265d222bae844ad29d0a6a5b5f3737aa48",
|
|
|
|
"reference": "f94551265d222bae844ad29d0a6a5b5f3737aa48",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"getkirby/composer-installer": "^1.1"
|
|
|
|
},
|
|
|
|
"type": "kirby-plugin",
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Kirbyzone",
|
|
|
|
"email": "support@kirby.zone",
|
|
|
|
"homepage": "https://kirby.zone"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Kirbyzone's Automatic Sitemap Generator Plugin for Kirby",
|
|
|
|
"homepage": "https://github.com/kirbyzone/sitemapper",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/kirbyzone/sitemapper/issues",
|
|
|
|
"source": "https://github.com/kirbyzone/sitemapper"
|
|
|
|
},
|
|
|
|
"time": "2021-08-16T07:29:36+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "laminas/laminas-escaper",
|
2025-01-12 19:21:26 +01:00
|
|
|
"version": "2.13.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/laminas/laminas-escaper.git",
|
2025-01-12 19:21:26 +01:00
|
|
|
"reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2025-01-12 19:21:26 +01:00
|
|
|
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba",
|
|
|
|
"reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-08-31 16:08:03 +02:00
|
|
|
"ext-ctype": "*",
|
|
|
|
"ext-mbstring": "*",
|
2025-01-12 19:21:26 +01:00
|
|
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"zendframework/zend-escaper": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"infection/infection": "^0.27.0",
|
|
|
|
"laminas/laminas-coding-standard": "~2.5.0",
|
2022-08-31 16:08:03 +02:00
|
|
|
"maglnet/composer-require-checker": "^3.8.0",
|
2025-01-12 19:21:26 +01:00
|
|
|
"phpunit/phpunit": "^9.6.7",
|
|
|
|
"psalm/plugin-phpunit": "^0.18.4",
|
|
|
|
"vimeo/psalm": "^5.9"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2025-01-12 19:21:26 +01:00
|
|
|
"time": "2023-10-10T08:35:13+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "league/color-extractor",
|
2023-04-14 16:30:28 +02:00
|
|
|
"version": "0.4.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/color-extractor.git",
|
2023-04-14 16:30:28 +02:00
|
|
|
"reference": "21fcac6249c5ef7d00eb83e128743ee6678fe505"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-04-14 16:30:28 +02:00
|
|
|
"url": "https://api.github.com/repos/thephpleague/color-extractor/zipball/21fcac6249c5ef7d00eb83e128743ee6678fe505",
|
|
|
|
"reference": "21fcac6249c5ef7d00eb83e128743ee6678fe505",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-gd": "*",
|
2023-04-14 16:30:28 +02:00
|
|
|
"php": "^7.3 || ^8.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"matthecat/colorextractor": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "~2",
|
2023-04-14 16:30:28 +02:00
|
|
|
"phpunit/phpunit": "^9.5"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-curl": "To download images from remote URLs if allow_url_fopen is disabled for security reasons"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-04-14 16:30:28 +02:00
|
|
|
"League\\ColorExtractor\\": "src"
|
2022-07-18 18:54:25 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
2023-04-14 16:30:28 +02:00
|
|
|
"source": "https://github.com/thephpleague/color-extractor/tree/0.4.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
2023-04-14 16:30:28 +02:00
|
|
|
"time": "2022-09-24T15:57:16+00:00"
|
2022-07-18 18:54:25 +02: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": "mullema/k3-image-clip",
|
2022-12-19 16:26:24 +01:00
|
|
|
"version": "3.2.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mullema/k3-image-clip.git",
|
2022-12-19 16:26:24 +01:00
|
|
|
"reference": "66e5c2147fd6736f48878aaed6eef9ffe08cdd21"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-12-19 16:26:24 +01:00
|
|
|
"url": "https://api.github.com/repos/mullema/k3-image-clip/zipball/66e5c2147fd6736f48878aaed6eef9ffe08cdd21",
|
|
|
|
"reference": "66e5c2147fd6736f48878aaed6eef9ffe08cdd21",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"getkirby/composer-installer": "^1.2"
|
|
|
|
},
|
2022-08-31 16:08:03 +02:00
|
|
|
"conflict": {
|
|
|
|
"getkirby/cms": "<3.6"
|
|
|
|
},
|
2022-07-18 18:54:25 +02:00
|
|
|
"type": "kirby-plugin",
|
|
|
|
"extra": {
|
|
|
|
"installer-name": "k3-image-clip"
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Matthias Müller",
|
|
|
|
"email": "moeli@moeli.com",
|
|
|
|
"homepage": "https://getkirby.com/plugins/mullema"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Visual image clip for Kirby 3",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/mullema/k3-image-clip/issues",
|
2022-12-19 16:26:24 +01:00
|
|
|
"source": "https://github.com/mullema/k3-image-clip/tree/3.2.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
2022-12-19 16:26:24 +01:00
|
|
|
"time": "2022-11-05T10:49:35+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpmailer/phpmailer",
|
2025-01-12 19:21:26 +01:00
|
|
|
"version": "v6.9.1",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
2025-01-12 19:21:26 +01:00
|
|
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2025-01-12 19:21:26 +01:00
|
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
|
|
|
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-ctype": "*",
|
|
|
|
"ext-filter": "*",
|
|
|
|
"ext-hash": "*",
|
|
|
|
"php": ">=5.5.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
2023-04-14 16:30:28 +02:00
|
|
|
"doctrine/annotations": "^1.2.6 || ^1.13.3",
|
2022-08-31 16:08:03 +02:00
|
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
2022-07-18 18:54:25 +02:00
|
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
|
|
|
"roave/security-advisories": "dev-latest",
|
2024-12-20 12:37:35 +01:00
|
|
|
"squizlabs/php_codesniffer": "^3.7.2",
|
2023-04-14 16:30:28 +02:00
|
|
|
"yoast/phpunit-polyfills": "^1.0.4"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
|
2022-07-18 18:54:25 +02:00
|
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
2023-04-14 16:30:28 +02:00
|
|
|
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
|
|
|
|
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
|
2022-07-18 18:54:25 +02:00
|
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
|
|
"psr/log": "For optional PSR-3 debug logging",
|
2022-12-19 16:26:24 +01:00
|
|
|
"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"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"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",
|
2025-01-12 19:21:26 +01:00
|
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/Synchro",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2025-01-12 19:21:26 +01:00
|
|
|
"time": "2023-11-25T22:23:28+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/log",
|
2024-12-20 12:37:35 +01:00
|
|
|
"version": "3.0.2",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2024-12-20 12:37:35 +01:00
|
|
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-12-20 12:37:35 +01:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
|
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-08-31 16:08:03 +02:00
|
|
|
"php": ">=8.0.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-08-31 16:08:03 +02:00
|
|
|
"dev-master": "3.x-dev"
|
2022-07-18 18:54:25 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2022-08-31 16:08:03 +02:00
|
|
|
"Psr\\Log\\": "src"
|
2022-07-18 18:54:25 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"source": "https://github.com/php-fig/log/tree/3.0.2"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
2024-12-20 12:37:35 +01:00
|
|
|
"time": "2024-09-11T13:17:53+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
2023-06-01 16:57:01 +02:00
|
|
|
{
|
|
|
|
"name": "symfony/deprecation-contracts",
|
2025-01-12 19:21:26 +01:00
|
|
|
"version": "v3.5.1",
|
2023-06-01 16:57:01 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
2025-01-12 19:21:26 +01:00
|
|
|
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
|
2023-06-01 16:57:01 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2025-01-12 19:21:26 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
|
|
|
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
2023-06-01 16:57:01 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"php": ">=8.1"
|
2023-06-01 16:57:01 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"url": "https://github.com/symfony/contracts",
|
|
|
|
"name": "symfony/contracts"
|
|
|
|
},
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.5-dev"
|
2023-06-01 16:57:01 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
|
2023-06-01 16:57:01 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2025-01-12 19:21:26 +01:00
|
|
|
"time": "2024-09-25T14:20:29+00:00"
|
2023-06-01 16:57:01 +02:00
|
|
|
},
|
2022-07-18 18:54:25 +02:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2024-12-20 12:37:35 +01:00
|
|
|
"version": "v1.31.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2024-12-20 12:37:35 +01:00
|
|
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-12-20 12:37:35 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
|
|
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"php": ">=7.2"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"ext-ctype": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"url": "https://github.com/symfony/polyfill",
|
|
|
|
"name": "symfony/polyfill"
|
2022-07-18 18:54:25 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
|
|
|
"support": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-12-20 12:37:35 +01:00
|
|
|
"time": "2024-09-09T11:45:10+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-intl-idn",
|
2025-01-12 19:21:26 +01:00
|
|
|
"version": "v1.30.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
2025-01-12 19:21:26 +01:00
|
|
|
"reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2025-01-12 19:21:26 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
|
|
|
|
"reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
|
2022-07-18 18:54:25 +02:00
|
|
|
"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": {
|
|
|
|
"thanks": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"url": "https://github.com/symfony/polyfill",
|
|
|
|
"name": "symfony/polyfill"
|
2022-07-18 18:54:25 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.30.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2025-01-12 19:21:26 +01:00
|
|
|
"time": "2024-05-31T15:07:36+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-intl-normalizer",
|
2024-12-20 12:37:35 +01:00
|
|
|
"version": "v1.31.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
2024-12-20 12:37:35 +01:00
|
|
|
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-12-20 12:37:35 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
|
|
|
|
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"php": ">=7.2"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"url": "https://github.com/symfony/polyfill",
|
|
|
|
"name": "symfony/polyfill"
|
2022-07-18 18:54:25 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"intl",
|
|
|
|
"normalizer",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-12-20 12:37:35 +01:00
|
|
|
"time": "2024-09-09T11:45:10+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2025-01-12 19:21:26 +01:00
|
|
|
"version": "v1.30.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2025-01-12 19:21:26 +01:00
|
|
|
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2025-01-12 19:21:26 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
|
|
|
|
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"ext-mbstring": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"url": "https://github.com/symfony/polyfill",
|
|
|
|
"name": "symfony/polyfill"
|
2022-07-18 18:54:25 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
|
2024-12-20 12:37:35 +01:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2025-01-12 19:21:26 +01:00
|
|
|
"time": "2024-06-19T12:30:46+00:00"
|
2024-12-20 12:37:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php81",
|
|
|
|
"version": "v1.31.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
|
|
|
"reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
|
|
|
|
"reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"url": "https://github.com/symfony/polyfill",
|
|
|
|
"name": "symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php81\\": ""
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-12-20 12:37:35 +01:00
|
|
|
"time": "2024-09-09T11:45:10+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
2023-06-01 16:57:01 +02:00
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2025-01-12 19:21:26 +01:00
|
|
|
"version": "v6.4.8",
|
2023-06-01 16:57:01 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2025-01-12 19:21:26 +01:00
|
|
|
"reference": "52903de178d542850f6f341ba92995d3d63e60c9"
|
2023-06-01 16:57:01 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2025-01-12 19:21:26 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/52903de178d542850f6f341ba92995d3d63e60c9",
|
|
|
|
"reference": "52903de178d542850f6f341ba92995d3d63e60c9",
|
2023-06-01 16:57:01 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
2023-06-01 16:57:01 +02:00
|
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
|
|
},
|
|
|
|
"conflict": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"symfony/console": "<5.4"
|
2023-06-01 16:57:01 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"symfony/console": "^5.4|^6.0|^7.0"
|
2023-06-01 16:57:01 +02:00
|
|
|
},
|
|
|
|
"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": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"source": "https://github.com/symfony/yaml/tree/v6.4.8"
|
2023-06-01 16:57:01 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2025-01-12 19:21:26 +01:00
|
|
|
"time": "2024-05-31T14:49:08+00:00"
|
2023-06-01 16:57:01 +02:00
|
|
|
},
|
2022-07-18 18:54:25 +02:00
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2025-01-12 19:21:26 +01:00
|
|
|
"version": "v3.18.0",
|
2022-07-18 18:54:25 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2025-01-12 19:21:26 +01:00
|
|
|
"reference": "acffa88cc2b40dbe42eaf3a5025d6c0d4600cc50"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2025-01-12 19:21:26 +01:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/acffa88cc2b40dbe42eaf3a5025d6c0d4600cc50",
|
|
|
|
"reference": "acffa88cc2b40dbe42eaf3a5025d6c0d4600cc50",
|
2022-07-18 18:54:25 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"php": ">=8.0.2",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
2022-07-18 18:54:25 +02:00
|
|
|
"symfony/polyfill-ctype": "^1.8",
|
2024-12-20 12:37:35 +01:00
|
|
|
"symfony/polyfill-mbstring": "^1.3",
|
|
|
|
"symfony/polyfill-php81": "^1.29"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"phpstan/phpstan": "^2.0",
|
2023-06-01 16:57:01 +02:00
|
|
|
"psr/container": "^1.0|^2.0",
|
2024-12-20 12:37:35 +01:00
|
|
|
"symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"files": [
|
|
|
|
"src/Resources/core.php",
|
|
|
|
"src/Resources/debug.php",
|
|
|
|
"src/Resources/escaper.php",
|
|
|
|
"src/Resources/string_loader.php"
|
|
|
|
],
|
2022-07-18 18:54:25 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Twig\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Twig Team",
|
|
|
|
"role": "Contributors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Armin Ronacher",
|
|
|
|
"email": "armin.ronacher@active-4.com",
|
|
|
|
"role": "Project Founder"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
|
|
"homepage": "https://twig.symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"templating"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/twigphp/Twig/issues",
|
2025-01-12 19:21:26 +01:00
|
|
|
"source": "https://github.com/twigphp/Twig/tree/v3.18.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2025-01-12 19:21:26 +01:00
|
|
|
"time": "2024-12-29T10:51:50+00:00"
|
2023-04-14 16:30:28 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "wearejust/kirby-twig",
|
2024-12-20 12:37:35 +01:00
|
|
|
"version": "5.0.2",
|
2023-04-14 16:30:28 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/wearejust/kirby-twig.git",
|
2024-12-20 12:37:35 +01:00
|
|
|
"reference": "0baba0ab1e6129b1a9ed879191e4e324406d57ec"
|
2023-04-14 16:30:28 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-12-20 12:37:35 +01:00
|
|
|
"url": "https://api.github.com/repos/wearejust/kirby-twig/zipball/0baba0ab1e6129b1a9ed879191e4e324406d57ec",
|
|
|
|
"reference": "0baba0ab1e6129b1a9ed879191e4e324406d57ec",
|
2023-04-14 16:30:28 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"getkirby/composer-installer": "^1.1",
|
|
|
|
"twig/twig": "^3.4"
|
|
|
|
},
|
|
|
|
"type": "kirby-plugin",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Wearejust\\Kirby\\Twig\\": "src/classes/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Cees van Egmond",
|
|
|
|
"email": "cees.vanegmond@wearejust.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sietse Veenman",
|
|
|
|
"email": "sietse.veenman@wearejust.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Duncan Pronk",
|
|
|
|
"email": "duncan.pronk@wearejust.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Twig templating support for Kirby CMS",
|
|
|
|
"support": {
|
2024-12-20 12:37:35 +01:00
|
|
|
"issues": "https://github.com/wearejust/kirby-twig/issues",
|
|
|
|
"source": "https://github.com/wearejust/kirby-twig/tree/5.0.2"
|
2023-04-14 16:30:28 +02:00
|
|
|
},
|
2024-12-20 12:37:35 +01:00
|
|
|
"time": "2024-04-27T12:57:44+00:00"
|
2022-07-18 18:54:25 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
2024-12-20 12:37:35 +01:00
|
|
|
"stability-flags": {},
|
2022-07-18 18:54:25 +02:00
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": {
|
2025-01-12 19:21:26 +01:00
|
|
|
"php": ">=8.1.0 <8.4.0"
|
2022-07-18 18:54:25 +02:00
|
|
|
},
|
2024-12-20 12:37:35 +01:00
|
|
|
"platform-dev": {},
|
2025-03-16 18:11:52 +01:00
|
|
|
"platform-overrides": {
|
|
|
|
"php": "8.3"
|
|
|
|
},
|
2024-12-20 12:37:35 +01:00
|
|
|
"plugin-api-version": "2.6.0"
|
2021-10-29 18:05:46 +02:00
|
|
|
}
|