3285 lines
137 KiB
JSON
3285 lines
137 KiB
JSON
{
|
|
"_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": "1ff66c5f617ebae9a7e51e2035af2260",
|
|
"packages": [
|
|
{
|
|
"name": "aws/aws-crt-php",
|
|
"version": "v1.2.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/awslabs/aws-crt-php.git",
|
|
"reference": "d71d9906c7bb63a28295447ba12e74723bd3730e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e",
|
|
"reference": "d71d9906c7bb63a28295447ba12e74723bd3730e",
|
|
"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",
|
|
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.7"
|
|
},
|
|
"time": "2024-10-18T22:15:13+00:00"
|
|
},
|
|
{
|
|
"name": "aws/aws-sdk-php",
|
|
"version": "3.356.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
|
"reference": "7bdc3c73897ae576f7d137dad70bddcd03bd4bd6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7bdc3c73897ae576f7d137dad70bddcd03bd4bd6",
|
|
"reference": "7bdc3c73897ae576f7d137dad70bddcd03bd4bd6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"aws/aws-crt-php": "^1.2.3",
|
|
"ext-json": "*",
|
|
"ext-pcre": "*",
|
|
"ext-simplexml": "*",
|
|
"guzzlehttp/guzzle": "^7.4.5",
|
|
"guzzlehttp/promises": "^2.0",
|
|
"guzzlehttp/psr7": "^2.4.5",
|
|
"mtdowling/jmespath.php": "^2.8.0",
|
|
"php": ">=8.1",
|
|
"psr/http-message": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"andrewsville/php-token-reflection": "^1.4",
|
|
"aws/aws-php-sns-message-validator": "~1.0",
|
|
"behat/behat": "~3.0",
|
|
"composer/composer": "^2.7.8",
|
|
"dms/phpunit-arraysubset-asserts": "^0.4.0",
|
|
"doctrine/cache": "~1.4",
|
|
"ext-dom": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pcntl": "*",
|
|
"ext-sockets": "*",
|
|
"phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
|
|
"psr/cache": "^2.0 || ^3.0",
|
|
"psr/simple-cache": "^2.0 || ^3.0",
|
|
"sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0",
|
|
"symfony/filesystem": "^v6.4.0 || ^v7.1.0",
|
|
"yoast/phpunit-polyfills": "^2.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/"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"src/data/"
|
|
]
|
|
},
|
|
"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://github.com/aws/aws-sdk-php/discussions",
|
|
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
|
"source": "https://github.com/aws/aws-sdk-php/tree/3.356.4"
|
|
},
|
|
"time": "2025-08-25T18:21:17+00:00"
|
|
},
|
|
{
|
|
"name": "composer/installers",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/installers.git",
|
|
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
|
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0 || ^2.0",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.10.27 || ^2.7",
|
|
"composer/semver": "^1.7.2 || ^3.4.0",
|
|
"phpstan/phpstan": "^1.11",
|
|
"phpstan/phpstan-phpunit": "^1",
|
|
"symfony/phpunit-bridge": "^7.1.1",
|
|
"symfony/process": "^5 || ^6 || ^7"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Composer\\Installers\\Plugin",
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
},
|
|
"plugin-modifies-install-path": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Installers\\": "src/Composer/Installers"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kyle Robinson Young",
|
|
"email": "kyle@dontkry.com",
|
|
"homepage": "https://github.com/shama"
|
|
}
|
|
],
|
|
"description": "A multi-framework Composer library installer",
|
|
"homepage": "https://composer.github.io/installers/",
|
|
"keywords": [
|
|
"Dolibarr",
|
|
"Eliasis",
|
|
"Hurad",
|
|
"ImageCMS",
|
|
"Kanboard",
|
|
"Lan Management System",
|
|
"MODX Evo",
|
|
"MantisBT",
|
|
"Mautic",
|
|
"Maya",
|
|
"OXID",
|
|
"Plentymarkets",
|
|
"Porto",
|
|
"RadPHP",
|
|
"SMF",
|
|
"Starbug",
|
|
"Thelia",
|
|
"Whmcs",
|
|
"WolfCMS",
|
|
"agl",
|
|
"annotatecms",
|
|
"attogram",
|
|
"bitrix",
|
|
"cakephp",
|
|
"chef",
|
|
"cockpit",
|
|
"codeigniter",
|
|
"concrete5",
|
|
"concreteCMS",
|
|
"croogo",
|
|
"dokuwiki",
|
|
"drupal",
|
|
"eZ Platform",
|
|
"elgg",
|
|
"expressionengine",
|
|
"fuelphp",
|
|
"grav",
|
|
"installer",
|
|
"itop",
|
|
"known",
|
|
"kohana",
|
|
"laravel",
|
|
"lavalite",
|
|
"lithium",
|
|
"magento",
|
|
"majima",
|
|
"mako",
|
|
"matomo",
|
|
"mediawiki",
|
|
"miaoxing",
|
|
"modulework",
|
|
"modx",
|
|
"moodle",
|
|
"osclass",
|
|
"pantheon",
|
|
"phpbb",
|
|
"piwik",
|
|
"ppi",
|
|
"processwire",
|
|
"puppet",
|
|
"pxcms",
|
|
"reindex",
|
|
"roundcube",
|
|
"shopware",
|
|
"silverstripe",
|
|
"sydes",
|
|
"sylius",
|
|
"tastyigniter",
|
|
"wordpress",
|
|
"yawik",
|
|
"zend",
|
|
"zikula"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/composer/installers/issues",
|
|
"source": "https://github.com/composer/installers/tree/v2.3.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": "2024-06-24T20:46:46+00:00"
|
|
},
|
|
{
|
|
"name": "graham-campbell/result-type",
|
|
"version": "v1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/GrahamCampbell/Result-Type.git",
|
|
"reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
|
|
"reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"phpoption/phpoption": "^1.9.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
|
|
},
|
|
"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",
|
|
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-07-20T21:45:45+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "7.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
|
|
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^2.3",
|
|
"guzzlehttp/psr7": "^2.8",
|
|
"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": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"ext-curl": "*",
|
|
"guzzle/client-integration-tests": "3.0.2",
|
|
"php-http/message-factory": "^1.1",
|
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
|
|
"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",
|
|
"source": "https://github.com/guzzle/guzzle/tree/7.10.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2025-08-23T22:36:01+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "481557b130ef3790cf82b713667b43030dc9c957"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
|
|
"reference": "481557b130ef3790cf82b713667b43030dc9c957",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
}
|
|
},
|
|
"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",
|
|
"source": "https://github.com/guzzle/promises/tree/2.3.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2025-08-22T14:34:08+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "2.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "21dc724a0583619cd1652f673303492272778051"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
|
|
"reference": "21dc724a0583619cd1652f673303492272778051",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.1 || ^2.0",
|
|
"ralouphie/getallheaders": "^3.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-factory-implementation": "1.0",
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"http-interop/http-factory-tests": "0.9.0",
|
|
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
|
|
},
|
|
"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",
|
|
"source": "https://github.com/guzzle/psr7/tree/2.8.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2025-08-23T21:21:41+00:00"
|
|
},
|
|
{
|
|
"name": "humanmade/s3-uploads",
|
|
"version": "3.0.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/humanmade/S3-Uploads.git",
|
|
"reference": "e84c535c3eeba3a28c8e37bc804abdaf4c9b0985"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/humanmade/S3-Uploads/zipball/e84c535c3eeba3a28c8e37bc804abdaf4c9b0985",
|
|
"reference": "e84c535c3eeba3a28c8e37bc804abdaf4c9b0985",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"aws/aws-sdk-php": "~3.18",
|
|
"composer/installers": "~1.0 || ^2.0"
|
|
},
|
|
"require-dev": {
|
|
"humanmade/psalm-plugin-wordpress": "^1.0",
|
|
"pcov/clobber": "^2.0",
|
|
"phpunit/phpunit": "7.5",
|
|
"yoast/phpunit-polyfills": "^4.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"autoload": {
|
|
"classmap": [
|
|
"./inc"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Human Made Limited",
|
|
"email": "support@humanmade.co.uk",
|
|
"homepage": "http://hmn.md/"
|
|
}
|
|
],
|
|
"description": "WordPress plugin to store uploads on S3",
|
|
"homepage": "https://github.com/humanmade/S3-Uploads",
|
|
"keywords": [
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/humanmade/s3-uploads/issues",
|
|
"source": "https://github.com/humanmade/s3-uploads"
|
|
},
|
|
"time": "2025-08-07T19:49:16+00:00"
|
|
},
|
|
{
|
|
"name": "hvg-dev/hvg-blog-general",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hvg-dev/hvg-blog-general.git",
|
|
"reference": "91b04b1dbe9d2e1698f90131bd07ba626e66473d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hvg-dev/hvg-blog-general/zipball/91b04b1dbe9d2e1698f90131bd07ba626e66473d",
|
|
"reference": "91b04b1dbe9d2e1698f90131bd07ba626e66473d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"default-branch": true,
|
|
"type": "wordpress-theme",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/Automattic/_s/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.",
|
|
"homepage": "https://github.com/Automattic/_s",
|
|
"keywords": [
|
|
"Themes",
|
|
"WordPress"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/hvg-dev/hvg-blog-general/tree/main",
|
|
"issues": "https://github.com/hvg-dev/hvg-blog-general/issues"
|
|
},
|
|
"time": "2022-06-08T18:27:15+00:00"
|
|
},
|
|
{
|
|
"name": "mtdowling/jmespath.php",
|
|
"version": "2.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jmespath/jmespath.php.git",
|
|
"reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
|
|
"reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"symfony/polyfill-mbstring": "^1.17"
|
|
},
|
|
"require-dev": {
|
|
"composer/xdebug-handler": "^3.0.3",
|
|
"phpunit/phpunit": "^8.5.33"
|
|
},
|
|
"bin": [
|
|
"bin/jp.php"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
{
|
|
"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.8.0"
|
|
},
|
|
"time": "2024-09-04T18:46:31+00:00"
|
|
},
|
|
{
|
|
"name": "oscarotero/env",
|
|
"version": "v2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/oscarotero/env.git",
|
|
"reference": "9f7d85cc6890f06a65bad4fe0077c070d596e4a4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/oscarotero/env/zipball/9f7d85cc6890f06a65bad4fe0077c070d596e4a4",
|
|
"reference": "9f7d85cc6890f06a65bad4fe0077c070d596e4a4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.16",
|
|
"phpunit/phpunit": ">=7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/env_function.php"
|
|
],
|
|
"psr-4": {
|
|
"Env\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Oscar Otero",
|
|
"email": "oom@oscarotero.com",
|
|
"homepage": "http://oscarotero.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Simple library to consume environment variables",
|
|
"homepage": "https://github.com/oscarotero/env",
|
|
"keywords": [
|
|
"env"
|
|
],
|
|
"support": {
|
|
"email": "oom@oscarotero.com",
|
|
"issues": "https://github.com/oscarotero/env/issues",
|
|
"source": "https://github.com/oscarotero/env/tree/v2.1.1"
|
|
},
|
|
"time": "2024-12-03T01:02:28+00:00"
|
|
},
|
|
{
|
|
"name": "phpoption/phpoption",
|
|
"version": "1.9.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/php-option.git",
|
|
"reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
|
|
"reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpOption\\": "src/PhpOption/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh"
|
|
},
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
}
|
|
],
|
|
"description": "Option Type for PHP",
|
|
"keywords": [
|
|
"language",
|
|
"option",
|
|
"php",
|
|
"type"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/schmittjoh/php-option/issues",
|
|
"source": "https://github.com/schmittjoh/php-option/tree/1.9.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2025-08-21T11:53:16+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-client",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-client.git",
|
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0 || ^8.0",
|
|
"psr/http-message": "^1.0 || ^2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Client\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP clients",
|
|
"homepage": "https://github.com/php-fig/http-client",
|
|
"keywords": [
|
|
"http",
|
|
"http-client",
|
|
"psr",
|
|
"psr-18"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-client"
|
|
},
|
|
"time": "2023-09-23T14:17:50+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-factory",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"psr/http-message": "^1.0 || ^2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
|
|
"keywords": [
|
|
"factory",
|
|
"http",
|
|
"message",
|
|
"psr",
|
|
"psr-17",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-factory"
|
|
},
|
|
"time": "2024-04-15T12:06:14+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP messages",
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-message/tree/2.0"
|
|
},
|
|
"time": "2023-04-04T09:54:51+00:00"
|
|
},
|
|
{
|
|
"name": "ralouphie/getallheaders",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^5 || ^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/getallheaders.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ralph Khattar",
|
|
"email": "ralph.khattar@gmail.com"
|
|
}
|
|
],
|
|
"description": "A polyfill for getallheaders.",
|
|
"support": {
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
},
|
|
"time": "2019-03-08T08:55:37+00:00"
|
|
},
|
|
{
|
|
"name": "roots/bedrock-autoloader",
|
|
"version": "1.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/roots/bedrock-autoloader.git",
|
|
"reference": "f508348a3365ab5ce7e045f5fd4ee9f0a30dd70f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/roots/bedrock-autoloader/zipball/f508348a3365ab5ce7e045f5fd4ee9f0a30dd70f",
|
|
"reference": "f508348a3365ab5ce7e045f5fd4ee9f0a30dd70f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"10up/wp_mock": "^0.4.2",
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Roots\\Bedrock\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nick Fox",
|
|
"email": "nick@foxaii.com",
|
|
"homepage": "https://github.com/foxaii"
|
|
},
|
|
{
|
|
"name": "Scott Walkinshaw",
|
|
"email": "scott.walkinshaw@gmail.com",
|
|
"homepage": "https://github.com/swalkinshaw"
|
|
},
|
|
{
|
|
"name": "Austin Pray",
|
|
"email": "austin@austinpray.com",
|
|
"homepage": "https://github.com/austinpray"
|
|
}
|
|
],
|
|
"description": "An autoloader that enables standard plugins to be required just like must-use plugins",
|
|
"keywords": [
|
|
"autoloader",
|
|
"bedrock",
|
|
"mu-plugin",
|
|
"must-use",
|
|
"plugin",
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"forum": "https://discourse.roots.io/",
|
|
"issues": "https://github.com/roots/bedrock-autoloader/issues",
|
|
"source": "https://github.com/roots/bedrock-autoloader/tree/1.0.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/roots",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/rootsdev",
|
|
"type": "patreon"
|
|
}
|
|
],
|
|
"time": "2020-12-04T15:59:12+00:00"
|
|
},
|
|
{
|
|
"name": "roots/bedrock-disallow-indexing",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/roots/bedrock-disallow-indexing.git",
|
|
"reference": "6c28192e17cb9e02a5c0c99691a18552b85e1615"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/roots/bedrock-disallow-indexing/zipball/6c28192e17cb9e02a5c0c99691a18552b85e1615",
|
|
"reference": "6c28192e17cb9e02a5c0c99691a18552b85e1615",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "wordpress-muplugin",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Word",
|
|
"email": "ben@benword.com",
|
|
"homepage": "https://github.com/retlehs"
|
|
},
|
|
{
|
|
"name": "Scott Walkinshaw",
|
|
"email": "scott.walkinshaw@gmail.com",
|
|
"homepage": "https://github.com/swalkinshaw"
|
|
},
|
|
{
|
|
"name": "QWp6t",
|
|
"email": "hi@qwp6t.me",
|
|
"homepage": "https://github.com/qwp6t"
|
|
}
|
|
],
|
|
"description": "Disallow indexing of your site on non-production environments",
|
|
"keywords": [
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"forum": "https://discourse.roots.io/",
|
|
"issues": "https://github.com/roots/bedrock-disallow-indexing/issues",
|
|
"source": "https://github.com/roots/bedrock-disallow-indexing/tree/2.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/roots",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/rootsdev",
|
|
"type": "patreon"
|
|
}
|
|
],
|
|
"time": "2020-05-20T01:25:07+00:00"
|
|
},
|
|
{
|
|
"name": "roots/wordpress",
|
|
"version": "6.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/roots/wordpress.git",
|
|
"reference": "29e4eb49b2f4c591e39d4eb6705a27cf1ea40e45"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/roots/wordpress/zipball/29e4eb49b2f4c591e39d4eb6705a27cf1ea40e45",
|
|
"reference": "29e4eb49b2f4c591e39d4eb6705a27cf1ea40e45",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"roots/wordpress-core-installer": "^3.0",
|
|
"roots/wordpress-no-content": "self.version"
|
|
},
|
|
"type": "metapackage",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT",
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
|
|
"homepage": "https://wordpress.org/",
|
|
"keywords": [
|
|
"blog",
|
|
"cms",
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/roots/wordpress/issues",
|
|
"source": "https://github.com/roots/wordpress/tree/6.8.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/roots",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2025-05-23T18:54:22+00:00"
|
|
},
|
|
{
|
|
"name": "roots/wordpress-core-installer",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/roots/wordpress-core-installer.git",
|
|
"reference": "714d2e2a9e523f6e7bde4810d5a04aedf0ec217f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/714d2e2a9e523f6e7bde4810d5a04aedf0ec217f",
|
|
"reference": "714d2e2a9e523f6e7bde4810d5a04aedf0ec217f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0 || ^2.0",
|
|
"php": ">=7.2.24"
|
|
},
|
|
"conflict": {
|
|
"composer/installers": "<1.0.6"
|
|
},
|
|
"replace": {
|
|
"johnpbloch/wordpress-core-installer": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.0 || ^2.0",
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Roots\\Composer\\WordPressCorePlugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Roots\\Composer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "John P. Bloch",
|
|
"email": "me@johnpbloch.com"
|
|
},
|
|
{
|
|
"name": "Roots",
|
|
"email": "team@roots.io"
|
|
}
|
|
],
|
|
"description": "A Composer custom installer to handle installing WordPress as a dependency",
|
|
"keywords": [
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/roots/wordpress-core-installer/issues",
|
|
"source": "https://github.com/roots/wordpress-core-installer/tree/3.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/roots",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2025-05-23T18:47:25+00:00"
|
|
},
|
|
{
|
|
"name": "roots/wordpress-no-content",
|
|
"version": "6.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/WordPress/WordPress.git",
|
|
"reference": "6.8.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/release/wordpress-6.8.2-no-content.zip",
|
|
"reference": "6.8.2",
|
|
"shasum": "7d8dcb839f4754e331d93b86f9adc8c171d81e97"
|
|
},
|
|
"require": {
|
|
"php": ">= 7.2.24"
|
|
},
|
|
"provide": {
|
|
"wordpress/core-implementation": "6.8.2"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Performs remote request operations.",
|
|
"ext-dom": "Used to validate Text Widget content and to automatically configuring IIS7+.",
|
|
"ext-exif": "Works with metadata stored in images.",
|
|
"ext-fileinfo": "Used to detect mimetype of file uploads.",
|
|
"ext-hash": "Used for hashing, including passwords and update packages.",
|
|
"ext-imagick": "Provides better image quality for media uploads.",
|
|
"ext-json": "Used for communications with other servers.",
|
|
"ext-libsodium": "Validates Signatures and provides securely random bytes.",
|
|
"ext-mbstring": "Used to properly handle UTF8 text.",
|
|
"ext-mysqli": "Connects to MySQL for database interactions.",
|
|
"ext-openssl": "Permits SSL-based connections to other hosts.",
|
|
"ext-pcre": "Increases performance of pattern matching in code searches.",
|
|
"ext-xml": "Used for XML parsing, such as from a third-party site.",
|
|
"ext-zip": "Used for decompressing Plugins, Themes, and WordPress update packages."
|
|
},
|
|
"type": "wordpress-core",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "WordPress Community",
|
|
"homepage": "https://wordpress.org/about/"
|
|
}
|
|
],
|
|
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
|
|
"homepage": "https://wordpress.org/",
|
|
"keywords": [
|
|
"blog",
|
|
"cms",
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"docs": "https://developer.wordpress.org/",
|
|
"forum": "https://wordpress.org/support/",
|
|
"irc": "irc://irc.freenode.net/wordpress",
|
|
"issues": "https://core.trac.wordpress.org/",
|
|
"rss": "https://wordpress.org/news/feed/",
|
|
"source": "https://core.trac.wordpress.org/browser",
|
|
"wiki": "https://codex.wordpress.org/"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://wordpressfoundation.org/donate/",
|
|
"type": "other"
|
|
}
|
|
],
|
|
"time": "2025-07-15T15:29:08+00:00"
|
|
},
|
|
{
|
|
"name": "roots/wp-config",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/roots/wp-config.git",
|
|
"reference": "37c38230796119fb487fa03346ab0706ce6d4962"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/roots/wp-config/zipball/37c38230796119fb487fa03346ab0706ce6d4962",
|
|
"reference": "37c38230796119fb487fa03346ab0706ce6d4962",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^5.7",
|
|
"roave/security-advisories": "dev-master",
|
|
"squizlabs/php_codesniffer": "^3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Roots\\WPConfig\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Austin Pray",
|
|
"email": "austin@austinpray.com"
|
|
}
|
|
],
|
|
"description": "Collect configuration values and safely define() them",
|
|
"support": {
|
|
"issues": "https://github.com/roots/wp-config/issues",
|
|
"source": "https://github.com/roots/wp-config/tree/master"
|
|
},
|
|
"time": "2018-08-10T14:18:38+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/deprecation-contracts",
|
|
"version": "v3.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
|
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/contracts",
|
|
"name": "symfony/contracts"
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "3.6-dev"
|
|
}
|
|
},
|
|
"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.6.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": "2024-09-25T14:21:43+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.33.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"provide": {
|
|
"ext-ctype": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/polyfill",
|
|
"name": "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.33.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/nicolas-grekas",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-09-09T11:45:10+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.33.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
|
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"php": ">=7.2"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/polyfill",
|
|
"name": "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.33.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/nicolas-grekas",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-12-23T08:48:59+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.33.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
|
|
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
|
|
"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\\Php80\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ion Bazan",
|
|
"email": "ion.bazan@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/nicolas-grekas",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2025-01-02T08:10:11+00:00"
|
|
},
|
|
{
|
|
"name": "vlucas/phpdotenv",
|
|
"version": "v5.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/vlucas/phpdotenv.git",
|
|
"reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
|
|
"reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"graham-campbell/result-type": "^1.1.3",
|
|
"php": "^7.2.5 || ^8.0",
|
|
"phpoption/phpoption": "^1.9.3",
|
|
"symfony/polyfill-ctype": "^1.24",
|
|
"symfony/polyfill-mbstring": "^1.24",
|
|
"symfony/polyfill-php80": "^1.24"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"ext-filter": "*",
|
|
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
|
},
|
|
"suggest": {
|
|
"ext-filter": "Required to use the boolean validator."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "5.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dotenv\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Vance Lucas",
|
|
"email": "vance@vancelucas.com",
|
|
"homepage": "https://github.com/vlucas"
|
|
}
|
|
],
|
|
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
"keywords": [
|
|
"dotenv",
|
|
"env",
|
|
"environment"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/vlucas/phpdotenv/issues",
|
|
"source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2025-04-30T23:37:27+00:00"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/acme-fix-images",
|
|
"version": "2.0.4",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/acme-fix-images/",
|
|
"reference": "tags/2.0.4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/acme-fix-images.2.0.4.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/acme-fix-images/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/ad-inserter",
|
|
"version": "2.8.5",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/ad-inserter/",
|
|
"reference": "tags/2.8.5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/ad-inserter.2.8.5.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/ad-inserter/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/cloudflare",
|
|
"version": "4.12.8",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/cloudflare/",
|
|
"reference": "tags/4.12.8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/cloudflare.4.12.8.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/cloudflare/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/code-snippets",
|
|
"version": "3.6.8",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/code-snippets/",
|
|
"reference": "tags/3.6.8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/code-snippets.3.6.8.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/code-snippets/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/comments-from-facebook",
|
|
"version": "2.6.7",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/comments-from-facebook/",
|
|
"reference": "tags/2.6.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/comments-from-facebook.2.6.7.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/comments-from-facebook/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/disable-comments",
|
|
"version": "2.5.2",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/disable-comments/",
|
|
"reference": "tags/2.5.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/disable-comments.2.5.2.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/disable-comments/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/disable-wordpress-updates",
|
|
"version": "1.8.0",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/disable-wordpress-updates/",
|
|
"reference": "tags/1.8.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/disable-wordpress-updates.1.8.0.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/disable-wordpress-updates/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/menu-image",
|
|
"version": "3.13",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/menu-image/",
|
|
"reference": "tags/3.13"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/menu-image.3.13.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/menu-image/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/two-factor",
|
|
"version": "0.14.0",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/two-factor/",
|
|
"reference": "tags/0.14.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/two-factor.0.14.0.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/two-factor/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/user-role-editor",
|
|
"version": "4.64.5",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/user-role-editor/",
|
|
"reference": "tags/4.64.5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/user-role-editor.4.64.5.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/user-role-editor/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/wp-api-swaggerui",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/wp-api-swaggerui/",
|
|
"reference": "tags/1.2.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/wp-api-swaggerui.1.2.0.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/wp-api-swaggerui/"
|
|
},
|
|
{
|
|
"name": "wpackagist-plugin/wp-webhooks",
|
|
"version": "3.3.6",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://plugins.svn.wordpress.org/wp-webhooks/",
|
|
"reference": "tags/3.3.6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/plugin/wp-webhooks.3.3.6.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://wordpress.org/plugins/wp-webhooks/"
|
|
},
|
|
{
|
|
"name": "wpackagist-theme/twentytwentyfive",
|
|
"version": "1.3",
|
|
"source": {
|
|
"type": "svn",
|
|
"url": "https://themes.svn.wordpress.org/twentytwentyfive/",
|
|
"reference": "1.3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip"
|
|
},
|
|
"require": {
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"type": "wordpress-theme",
|
|
"homepage": "https://wordpress.org/themes/twentytwentyfive/"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "heroku/heroku-buildpack-php",
|
|
"version": "v271",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/heroku/heroku-buildpack-php.git",
|
|
"reference": "ef47055d9630c842536b876b04325c337b51fd2c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/ef47055d9630c842536b876b04325c337b51fd2c",
|
|
"reference": "ef47055d9630c842536b876b04325c337b51fd2c",
|
|
"shasum": ""
|
|
},
|
|
"bin": [
|
|
"bin/heroku-php-apache2",
|
|
"bin/heroku-php-nginx"
|
|
],
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Zuelke",
|
|
"email": "dz@heroku.com"
|
|
}
|
|
],
|
|
"description": "Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku",
|
|
"homepage": "https://github.com/heroku/heroku-buildpack-php",
|
|
"keywords": [
|
|
"apache",
|
|
"apache2",
|
|
"foreman",
|
|
"heroku",
|
|
"nginx",
|
|
"php"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/heroku/heroku-buildpack-php/issues",
|
|
"source": "https://github.com/heroku/heroku-buildpack-php/tree/v271"
|
|
},
|
|
"time": "2025-07-31T20:24:02+00:00"
|
|
},
|
|
{
|
|
"name": "laravel/pint",
|
|
"version": "v1.24.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laravel/pint.git",
|
|
"reference": "0345f3b05f136801af8c339f9d16ef29e6b4df8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laravel/pint/zipball/0345f3b05f136801af8c339f9d16ef29e6b4df8a",
|
|
"reference": "0345f3b05f136801af8c339f9d16ef29e6b4df8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xml": "*",
|
|
"php": "^8.2.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.82.2",
|
|
"illuminate/view": "^11.45.1",
|
|
"larastan/larastan": "^3.5.0",
|
|
"laravel-zero/framework": "^11.45.0",
|
|
"mockery/mockery": "^1.6.12",
|
|
"nunomaduro/termwind": "^2.3.1",
|
|
"pestphp/pest": "^2.36.0"
|
|
},
|
|
"bin": [
|
|
"builds/pint"
|
|
],
|
|
"type": "project",
|
|
"autoload": {
|
|
"files": [
|
|
"overrides/Runner/Parallel/ProcessFactory.php"
|
|
],
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Seeders\\": "database/seeders/",
|
|
"Database\\Factories\\": "database/factories/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nuno Maduro",
|
|
"email": "enunomaduro@gmail.com"
|
|
}
|
|
],
|
|
"description": "An opinionated code formatter for PHP.",
|
|
"homepage": "https://laravel.com",
|
|
"keywords": [
|
|
"format",
|
|
"formatter",
|
|
"lint",
|
|
"linter",
|
|
"php"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/laravel/pint/issues",
|
|
"source": "https://github.com/laravel/pint"
|
|
},
|
|
"time": "2025-07-10T18:09:32+00:00"
|
|
},
|
|
{
|
|
"name": "roave/security-advisories",
|
|
"version": "dev-latest",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
|
"reference": "5e3e764a48c5ae5ac4e19f49434a7ac27e66929c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5e3e764a48c5ae5ac4e19f49434a7ac27e66929c",
|
|
"reference": "5e3e764a48c5ae5ac4e19f49434a7ac27e66929c",
|
|
"shasum": ""
|
|
},
|
|
"conflict": {
|
|
"3f/pygmentize": "<1.2",
|
|
"adaptcms/adaptcms": "<=1.3",
|
|
"admidio/admidio": "<4.3.12",
|
|
"adodb/adodb-php": "<=5.22.9",
|
|
"aheinze/cockpit": "<2.2",
|
|
"aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2",
|
|
"aimeos/ai-admin-jsonadm": "<2020.10.13|>=2021.04.1,<2021.10.6|>=2022.04.1,<2022.10.3|>=2023.04.1,<2023.10.4|==2024.04.1",
|
|
"aimeos/ai-client-html": ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.22|>=2022.04.1,<2022.10.13|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.04.7",
|
|
"aimeos/ai-controller-frontend": "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9|==2024.04.1",
|
|
"aimeos/aimeos-core": ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7",
|
|
"aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
|
|
"airesvsg/acf-to-rest-api": "<=3.1",
|
|
"akaunting/akaunting": "<2.1.13",
|
|
"akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
|
|
"alextselegidis/easyappointments": "<=1.5.1",
|
|
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
|
|
"amazing/media2click": ">=1,<1.3.3",
|
|
"ameos/ameos_tarteaucitron": "<1.2.23",
|
|
"amphp/artax": "<1.0.6|>=2,<2.0.6",
|
|
"amphp/http": "<=1.7.2|>=2,<=2.1",
|
|
"amphp/http-client": ">=4,<4.4",
|
|
"anchorcms/anchor-cms": "<=0.12.7",
|
|
"andreapollastri/cipi": "<=3.1.15",
|
|
"andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5",
|
|
"aoe/restler": "<1.7.1",
|
|
"apache-solr-for-typo3/solr": "<2.8.3",
|
|
"apereo/phpcas": "<1.6",
|
|
"api-platform/core": "<3.4.17|>=4.0.0.0-alpha1,<4.0.22",
|
|
"api-platform/graphql": "<3.4.17|>=4.0.0.0-alpha1,<4.0.22",
|
|
"appwrite/server-ce": "<=1.2.1",
|
|
"arc/web": "<3",
|
|
"area17/twill": "<1.2.5|>=2,<2.5.3",
|
|
"artesaos/seotools": "<0.17.2",
|
|
"asymmetricrypt/asymmetricrypt": "<9.9.99",
|
|
"athlon1600/php-proxy": "<=5.1",
|
|
"athlon1600/php-proxy-app": "<=3",
|
|
"athlon1600/youtube-downloader": "<=4",
|
|
"austintoddj/canvas": "<=3.4.2",
|
|
"auth0/auth0-php": ">=8.0.0.0-beta1,<8.14",
|
|
"auth0/login": "<7.17",
|
|
"auth0/symfony": "<5.4",
|
|
"auth0/wordpress": "<5.3",
|
|
"automad/automad": "<2.0.0.0-alpha5",
|
|
"automattic/jetpack": "<9.8",
|
|
"awesome-support/awesome-support": "<=6.0.7",
|
|
"aws/aws-sdk-php": "<3.288.1",
|
|
"azuracast/azuracast": "<0.18.3",
|
|
"b13/seo_basics": "<0.8.2",
|
|
"backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
|
|
"backpack/crud": "<3.4.9",
|
|
"backpack/filemanager": "<2.0.2|>=3,<3.0.9",
|
|
"bacula-web/bacula-web": "<9.7.1",
|
|
"badaso/core": "<2.7",
|
|
"bagisto/bagisto": "<2.1",
|
|
"barrelstrength/sprout-base-email": "<1.2.7",
|
|
"barrelstrength/sprout-forms": "<3.9",
|
|
"barryvdh/laravel-translation-manager": "<0.6.8",
|
|
"barzahlen/barzahlen-php": "<2.0.1",
|
|
"baserproject/basercms": "<=5.1.1",
|
|
"bassjobsen/bootstrap-3-typeahead": ">4.0.2",
|
|
"bbpress/bbpress": "<2.6.5",
|
|
"bcit-ci/codeigniter": "<3.1.3",
|
|
"bcosca/fatfree": "<3.7.2",
|
|
"bedita/bedita": "<4",
|
|
"bednee/cooluri": "<1.0.30",
|
|
"bigfork/silverstripe-form-capture": ">=3,<3.1.1",
|
|
"billz/raspap-webgui": "<3.3.6",
|
|
"binarytorch/larecipe": "<2.8.1",
|
|
"bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
|
|
"blueimp/jquery-file-upload": "==6.4.4",
|
|
"bmarshall511/wordpress_zero_spam": "<5.2.13",
|
|
"bolt/bolt": "<3.7.2",
|
|
"bolt/core": "<=4.2",
|
|
"born05/craft-twofactorauthentication": "<3.3.4",
|
|
"bottelet/flarepoint": "<2.2.1",
|
|
"bref/bref": "<2.1.17",
|
|
"brightlocal/phpwhois": "<=4.2.5",
|
|
"brotkrueml/codehighlight": "<2.7",
|
|
"brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
|
|
"brotkrueml/typo3-matomo-integration": "<1.3.2",
|
|
"buddypress/buddypress": "<7.2.1",
|
|
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
|
|
"bvbmedia/multishop": "<2.0.39",
|
|
"bytefury/crater": "<6.0.2",
|
|
"cachethq/cachet": "<2.5.1",
|
|
"cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
|
|
"cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
|
|
"cardgate/magento2": "<2.0.33",
|
|
"cardgate/woocommerce": "<=3.1.15",
|
|
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
|
"cart2quote/module-quotation-encoded": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
|
"cartalyst/sentry": "<=2.1.6",
|
|
"catfan/medoo": "<1.7.5",
|
|
"causal/oidc": "<4",
|
|
"cecil/cecil": "<7.47.1",
|
|
"centreon/centreon": "<22.10.15",
|
|
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
|
|
"chriskacerguis/codeigniter-restserver": "<=2.7.1",
|
|
"chrome-php/chrome": "<1.14",
|
|
"civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
|
|
"ckeditor/ckeditor": "<4.25",
|
|
"clickstorm/cs-seo": ">=6,<6.8|>=7,<7.5|>=8,<8.4|>=9,<9.3",
|
|
"co-stack/fal_sftp": "<0.2.6",
|
|
"cockpit-hq/cockpit": "<2.11.4",
|
|
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
|
|
"codeigniter/framework": "<3.1.10",
|
|
"codeigniter4/framework": "<4.6.2",
|
|
"codeigniter4/shield": "<1.0.0.0-beta8",
|
|
"codiad/codiad": "<=2.8.4",
|
|
"codingms/additional-tca": ">=1.7,<1.15.17|>=1.16,<1.16.9",
|
|
"commerceteam/commerce": ">=0.9.6,<0.9.9",
|
|
"components/jquery": ">=1.0.3,<3.5",
|
|
"composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7",
|
|
"concrete5/concrete5": "<9.4.3",
|
|
"concrete5/core": "<8.5.8|>=9,<9.1",
|
|
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
|
"contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4",
|
|
"contao/contao": ">=3,<3.5.37|>=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4",
|
|
"contao/core": "<3.5.39",
|
|
"contao/core-bundle": "<4.13.54|>=5,<5.3.30|>=5.4,<5.5.6",
|
|
"contao/listing-bundle": ">=3,<=3.5.30|>=4,<4.4.8",
|
|
"contao/managed-edition": "<=1.5",
|
|
"corveda/phpsandbox": "<1.3.5",
|
|
"cosenary/instagram": "<=2.3",
|
|
"couleurcitron/tarteaucitron-wp": "<0.3",
|
|
"craftcms/cms": "<=4.16.5|>=5,<=5.8.6",
|
|
"croogo/croogo": "<4",
|
|
"cuyz/valinor": "<0.12",
|
|
"czim/file-handling": "<1.5|>=2,<2.3",
|
|
"czproject/git-php": "<4.0.3",
|
|
"damienharper/auditor-bundle": "<5.2.6",
|
|
"dapphp/securimage": "<3.6.6",
|
|
"darylldoyle/safe-svg": "<1.9.10",
|
|
"datadog/dd-trace": ">=0.30,<0.30.2",
|
|
"datatables/datatables": "<1.10.10",
|
|
"david-garcia/phpwhois": "<=4.3.1",
|
|
"dbrisinajumi/d2files": "<1",
|
|
"dcat/laravel-admin": "<=2.1.3|==2.2.0.0-beta|==2.2.2.0-beta",
|
|
"derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
|
|
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4",
|
|
"desperado/xml-bundle": "<=0.1.7",
|
|
"dev-lancer/minecraft-motd-parser": "<=1.0.5",
|
|
"devgroup/dotplant": "<2020.09.14-dev",
|
|
"digimix/wp-svg-upload": "<=1",
|
|
"directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2",
|
|
"dl/yag": "<3.0.1",
|
|
"dmk/webkitpdf": "<1.1.4",
|
|
"dnadesign/silverstripe-elemental": "<5.3.12",
|
|
"doctrine/annotations": "<1.2.7",
|
|
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
|
|
"doctrine/common": "<2.4.3|>=2.5,<2.5.1",
|
|
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
|
|
"doctrine/doctrine-bundle": "<1.5.2",
|
|
"doctrine/doctrine-module": "<0.7.2",
|
|
"doctrine/mongodb-odm": "<1.0.2",
|
|
"doctrine/mongodb-odm-bundle": "<3.0.1",
|
|
"doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
|
|
"dolibarr/dolibarr": "<=21.0.2",
|
|
"dompdf/dompdf": "<2.0.4",
|
|
"doublethreedigital/guest-entries": "<3.1.2",
|
|
"drupal/admin_audit_trail": "<1.0.5",
|
|
"drupal/ai": "<1.0.5",
|
|
"drupal/alogin": "<2.0.6",
|
|
"drupal/cache_utility": "<1.2.1",
|
|
"drupal/commerce_alphabank_redirect": "<1.0.3",
|
|
"drupal/commerce_eurobank_redirect": "<2.1.1",
|
|
"drupal/config_split": "<1.10|>=2,<2.0.2",
|
|
"drupal/core": ">=6,<6.38|>=7,<7.102|>=8,<10.3.14|>=10.4,<10.4.5|>=11,<11.0.13|>=11.1,<11.1.5",
|
|
"drupal/core-recommended": ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
|
|
"drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
|
|
"drupal/formatter_suite": "<2.1",
|
|
"drupal/gdpr": "<3.0.1|>=3.1,<3.1.2",
|
|
"drupal/google_tag": "<1.8|>=2,<2.0.8",
|
|
"drupal/ignition": "<1.0.4",
|
|
"drupal/lightgallery": "<1.6",
|
|
"drupal/link_field_display_mode_formatter": "<1.6",
|
|
"drupal/matomo": "<1.24",
|
|
"drupal/oauth2_client": "<4.1.3",
|
|
"drupal/oauth2_server": "<2.1",
|
|
"drupal/obfuscate": "<2.0.1",
|
|
"drupal/quick_node_block": "<2",
|
|
"drupal/rapidoc_elements_field_formatter": "<1.0.1",
|
|
"drupal/spamspan": "<3.2.1",
|
|
"drupal/tfa": "<1.10",
|
|
"duncanmcclean/guest-entries": "<3.1.2",
|
|
"dweeves/magmi": "<=0.7.24",
|
|
"ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2",
|
|
"ecodev/newsletter": "<=4",
|
|
"ectouch/ectouch": "<=2.7.2",
|
|
"egroupware/egroupware": "<23.1.20240624",
|
|
"elefant/cms": "<2.0.7",
|
|
"elgg/elgg": "<3.3.24|>=4,<4.0.5",
|
|
"elijaa/phpmemcacheadmin": "<=1.3",
|
|
"elmsln/haxcms": "<11.0.14",
|
|
"encore/laravel-admin": "<=1.8.19",
|
|
"endroid/qr-code-bundle": "<3.4.2",
|
|
"enhavo/enhavo-app": "<=0.13.1",
|
|
"enshrined/svg-sanitize": "<0.22",
|
|
"erusev/parsedown": "<1.7.2",
|
|
"ether/logs": "<3.0.4",
|
|
"evolutioncms/evolution": "<=3.2.3",
|
|
"exceedone/exment": "<4.4.3|>=5,<5.0.3",
|
|
"exceedone/laravel-admin": "<2.2.3|==3",
|
|
"ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
|
|
"ezsystems/ez-support-tools": ">=2.2,<2.2.3",
|
|
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev",
|
|
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev",
|
|
"ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
|
|
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.38|>=3.3,<3.3.39",
|
|
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1|>=5.3.0.0-beta1,<5.3.5",
|
|
"ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
|
|
"ezsystems/ezplatform-http-cache": "<2.3.16",
|
|
"ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35",
|
|
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
|
|
"ezsystems/ezplatform-richtext": ">=2.3,<2.3.26|>=3.3,<3.3.40",
|
|
"ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
|
|
"ezsystems/ezplatform-user": ">=1,<1.0.1",
|
|
"ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31",
|
|
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1",
|
|
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
|
|
"ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
|
|
"ezyang/htmlpurifier": "<=4.2",
|
|
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
|
|
"facturascripts/facturascripts": "<=2022.08",
|
|
"fastly/magento2": "<1.2.26",
|
|
"feehi/cms": "<=2.1.1",
|
|
"feehi/feehicms": "<=2.1.1",
|
|
"fenom/fenom": "<=2.12.1",
|
|
"filament/actions": ">=3.2,<3.2.123",
|
|
"filament/infolists": ">=3,<3.2.115",
|
|
"filament/tables": ">=3,<3.2.115",
|
|
"filegator/filegator": "<7.8",
|
|
"filp/whoops": "<2.1.13",
|
|
"fineuploader/php-traditional-server": "<=1.2.2",
|
|
"firebase/php-jwt": "<6",
|
|
"fisharebest/webtrees": "<=2.1.18",
|
|
"fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
|
|
"fixpunkt/fp-newsletter": "<1.1.1|>=1.2,<2.1.2|>=2.2,<3.2.6",
|
|
"flarum/core": "<1.8.10",
|
|
"flarum/flarum": "<0.1.0.0-beta8",
|
|
"flarum/framework": "<1.8.10",
|
|
"flarum/mentions": "<1.6.3",
|
|
"flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
|
|
"flarum/tags": "<=0.1.0.0-beta13",
|
|
"floriangaerber/magnesium": "<0.3.1",
|
|
"fluidtypo3/vhs": "<5.1.1",
|
|
"fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
|
|
"fof/upload": "<1.2.3",
|
|
"foodcoopshop/foodcoopshop": ">=3.2,<3.6.1",
|
|
"fooman/tcpdf": "<6.2.22",
|
|
"forkcms/forkcms": "<5.11.1",
|
|
"fossar/tcpdf-parser": "<6.2.22",
|
|
"francoisjacquet/rosariosis": "<=11.5.1",
|
|
"frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
|
|
"friendsofsymfony/oauth2-php": "<1.3",
|
|
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
|
|
"friendsofsymfony/user-bundle": ">=1,<1.3.5",
|
|
"friendsofsymfony1/swiftmailer": ">=4,<5.4.13|>=6,<6.2.5",
|
|
"friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
|
|
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
|
|
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
|
|
"froala/wysiwyg-editor": "<=4.3",
|
|
"froxlor/froxlor": "<=2.2.5",
|
|
"frozennode/administrator": "<=5.0.12",
|
|
"fuel/core": "<1.8.1",
|
|
"funadmin/funadmin": "<=5.0.2",
|
|
"gaoming13/wechat-php-sdk": "<=1.10.2",
|
|
"genix/cms": "<=1.1.11",
|
|
"georgringer/news": "<1.3.3",
|
|
"geshi/geshi": "<=1.0.9.1",
|
|
"getformwork/formwork": "<1.13.1|>=2.0.0.0-beta1,<2.0.0.0-beta4",
|
|
"getgrav/grav": "<1.7.46",
|
|
"getkirby/cms": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
|
|
"getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
|
|
"getkirby/panel": "<2.5.14",
|
|
"getkirby/starterkit": "<=3.7.0.2",
|
|
"gilacms/gila": "<=1.15.4",
|
|
"gleez/cms": "<=1.3|==2",
|
|
"globalpayments/php-sdk": "<2",
|
|
"goalgorilla/open_social": "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11",
|
|
"gogentooss/samlbase": "<1.2.7",
|
|
"google/protobuf": "<3.4",
|
|
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
|
|
"gree/jose": "<2.2.1",
|
|
"gregwar/rst": "<1.0.3",
|
|
"grumpydictator/firefly-iii": "<6.1.17",
|
|
"gugoan/economizzer": "<=0.9.0.0-beta1",
|
|
"guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
|
|
"guzzlehttp/oauth-subscriber": "<0.8.1",
|
|
"guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
|
|
"haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
|
|
"handcraftedinthealps/goodby-csv": "<1.4.3",
|
|
"harvesthq/chosen": "<1.8.7",
|
|
"helloxz/imgurl": "<=2.31",
|
|
"hhxsv5/laravel-s": "<3.7.36",
|
|
"hillelcoren/invoice-ninja": "<5.3.35",
|
|
"himiklab/yii2-jqgrid-widget": "<1.0.8",
|
|
"hjue/justwriting": "<=1",
|
|
"hov/jobfair": "<1.0.13|>=2,<2.0.2",
|
|
"httpsoft/http-message": "<1.0.12",
|
|
"hyn/multi-tenant": ">=5.6,<5.7.2",
|
|
"ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6,<4.6.21",
|
|
"ibexa/admin-ui-assets": ">=4.6.0.0-alpha1,<4.6.21",
|
|
"ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.6|>=4.6,<4.6.2",
|
|
"ibexa/fieldtype-richtext": ">=4.6,<4.6.21",
|
|
"ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
|
|
"ibexa/http-cache": ">=4.6,<4.6.14",
|
|
"ibexa/post-install": "<1.0.16|>=4.6,<4.6.14",
|
|
"ibexa/solr": ">=4.5,<4.5.4",
|
|
"ibexa/user": ">=4,<4.4.3",
|
|
"icecoder/icecoder": "<=8.1",
|
|
"idno/known": "<=1.3.1",
|
|
"ilicmiljan/secure-props": ">=1.2,<1.2.2",
|
|
"illuminate/auth": "<5.5.10",
|
|
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<6.18.31|>=7,<7.22.4",
|
|
"illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
|
|
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
|
|
"illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
|
|
"imdbphp/imdbphp": "<=5.1.1",
|
|
"impresscms/impresscms": "<=1.4.5",
|
|
"impresspages/impresspages": "<1.0.13",
|
|
"in2code/femanager": "<6.4.2|>=7,<7.5.3|>=8,<8.3.1",
|
|
"in2code/ipandlanguageredirect": "<5.1.2",
|
|
"in2code/lux": "<17.6.1|>=18,<24.0.2",
|
|
"in2code/powermail": "<7.5.1|>=8,<8.5.1|>=9,<10.9.1|>=11,<12.5.3|==13",
|
|
"innologi/typo3-appointments": "<2.0.6",
|
|
"intelliants/subrion": "<4.2.2",
|
|
"inter-mediator/inter-mediator": "==5.5",
|
|
"ipl/web": "<0.10.1",
|
|
"islandora/crayfish": "<4.1",
|
|
"islandora/islandora": ">=2,<2.4.1",
|
|
"ivankristianto/phpwhois": "<=4.3",
|
|
"jackalope/jackalope-doctrine-dbal": "<1.7.4",
|
|
"jambagecom/div2007": "<0.10.2",
|
|
"james-heinrich/getid3": "<1.9.21",
|
|
"james-heinrich/phpthumb": "<=1.7.23",
|
|
"jasig/phpcas": "<1.3.3",
|
|
"jbartels/wec-map": "<3.0.3",
|
|
"jcbrand/converse.js": "<3.3.3",
|
|
"joelbutcher/socialstream": "<5.6|>=6,<6.2",
|
|
"johnbillion/wp-crontrol": "<1.16.2|>=1.17,<1.19.2",
|
|
"joomla/application": "<1.0.13",
|
|
"joomla/archive": "<1.1.12|>=2,<2.0.1",
|
|
"joomla/database": ">=1,<2.2|>=3,<3.4",
|
|
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
|
|
"joomla/filter": "<1.4.4|>=2,<2.0.1",
|
|
"joomla/framework": "<1.5.7|>=2.5.4,<=3.8.12",
|
|
"joomla/input": ">=2,<2.0.2",
|
|
"joomla/joomla-cms": "<3.9.12|>=4,<4.4.13|>=5,<5.2.6",
|
|
"joomla/joomla-platform": "<1.5.4",
|
|
"joomla/session": "<1.3.1",
|
|
"joyqi/hyper-down": "<=2.4.27",
|
|
"jsdecena/laracom": "<2.0.9",
|
|
"jsmitty12/phpwhois": "<5.1",
|
|
"juzaweb/cms": "<=3.4.2",
|
|
"jweiland/events2": "<8.3.8|>=9,<9.0.6",
|
|
"jweiland/kk-downloader": "<1.2.2",
|
|
"kazist/phpwhois": "<=4.2.6",
|
|
"kelvinmo/simplexrd": "<3.1.1",
|
|
"kevinpapst/kimai2": "<1.16.7",
|
|
"khodakhah/nodcms": "<=3",
|
|
"kimai/kimai": "<=2.20.1",
|
|
"kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
|
|
"klaviyo/magento2-extension": ">=1,<3",
|
|
"knplabs/knp-snappy": "<=1.4.2",
|
|
"kohana/core": "<3.3.3",
|
|
"koillection/koillection": "<1.6.12",
|
|
"krayin/laravel-crm": "<=1.3",
|
|
"kreait/firebase-php": ">=3.2,<3.8.1",
|
|
"kumbiaphp/kumbiapp": "<=1.1.1",
|
|
"la-haute-societe/tcpdf": "<6.2.22",
|
|
"laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2",
|
|
"laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
|
|
"laminas/laminas-http": "<2.14.2",
|
|
"lara-zeus/artemis": ">=1,<=1.0.6",
|
|
"lara-zeus/dynamic-dashboard": ">=3,<=3.0.1",
|
|
"laravel/fortify": "<1.11.1",
|
|
"laravel/framework": "<10.48.29|>=11,<11.44.1|>=12,<12.1.1",
|
|
"laravel/laravel": ">=5.4,<5.4.22",
|
|
"laravel/pulse": "<1.3.1",
|
|
"laravel/reverb": "<1.4",
|
|
"laravel/socialite": ">=1,<2.0.10",
|
|
"latte/latte": "<2.10.8",
|
|
"lavalite/cms": "<=9|==10.1",
|
|
"lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
|
|
"league/commonmark": "<2.7",
|
|
"league/flysystem": "<1.1.4|>=2,<2.1.1",
|
|
"league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
|
|
"leantime/leantime": "<3.3",
|
|
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
|
|
"libreform/libreform": ">=2,<=2.0.8",
|
|
"librenms/librenms": "<2017.08.18",
|
|
"liftkit/database": "<2.13.2",
|
|
"lightsaml/lightsaml": "<1.3.5",
|
|
"limesurvey/limesurvey": "<6.5.12",
|
|
"livehelperchat/livehelperchat": "<=3.91",
|
|
"livewire/livewire": "<2.12.7|>=3.0.0.0-beta1,<3.6.4",
|
|
"livewire/volt": "<1.7",
|
|
"lms/routes": "<2.1.1",
|
|
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
|
|
"lomkit/laravel-rest-api": "<2.13",
|
|
"luracast/restler": "<3.1",
|
|
"luyadev/yii-helpers": "<1.2.1",
|
|
"macropay-solutions/laravel-crud-wizard-free": "<3.4.17",
|
|
"maestroerror/php-heic-to-jpg": "<1.0.5",
|
|
"magento/community-edition": "<2.4.5.0-patch14|==2.4.6|>=2.4.6.0-patch1,<2.4.6.0-patch12|>=2.4.7.0-beta1,<2.4.7.0-patch7|>=2.4.8.0-beta1,<2.4.8.0-patch1",
|
|
"magento/core": "<=1.9.4.5",
|
|
"magento/magento1ce": "<1.9.4.3-dev",
|
|
"magento/magento1ee": ">=1,<1.14.4.3-dev",
|
|
"magento/product-community-edition": "<2.4.4.0-patch9|>=2.4.5,<2.4.5.0-patch8|>=2.4.6,<2.4.6.0-patch6|>=2.4.7,<2.4.7.0-patch1",
|
|
"magento/project-community-edition": "<=2.0.2",
|
|
"magneto/core": "<1.9.4.4-dev",
|
|
"maikuolan/phpmussel": ">=1,<1.6",
|
|
"mainwp/mainwp": "<=4.4.3.3",
|
|
"manogi/nova-tiptap": "<=3.2.6",
|
|
"mantisbt/mantisbt": "<=2.26.3",
|
|
"marcwillmann/turn": "<0.3.3",
|
|
"marshmallow/nova-tiptap": "<5.7",
|
|
"matomo/matomo": "<1.11",
|
|
"matyhtf/framework": "<3.0.6",
|
|
"mautic/core": "<5.2.6|>=6.0.0.0-alpha,<6.0.2",
|
|
"mautic/core-lib": ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1",
|
|
"maximebf/debugbar": "<1.19",
|
|
"mdanter/ecc": "<2",
|
|
"mediawiki/abuse-filter": "<1.39.9|>=1.40,<1.41.3|>=1.42,<1.42.2",
|
|
"mediawiki/cargo": "<3.6.1",
|
|
"mediawiki/core": "<1.39.5|==1.40",
|
|
"mediawiki/data-transfer": ">=1.39,<1.39.11|>=1.41,<1.41.3|>=1.42,<1.42.2",
|
|
"mediawiki/matomo": "<2.4.3",
|
|
"mediawiki/semantic-media-wiki": "<4.0.2",
|
|
"mehrwert/phpmyadmin": "<3.2",
|
|
"melisplatform/melis-asset-manager": "<5.0.1",
|
|
"melisplatform/melis-cms": "<5.0.1",
|
|
"melisplatform/melis-front": "<5.0.1",
|
|
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
|
|
"mgallegos/laravel-jqgrid": "<=1.3",
|
|
"microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1",
|
|
"microsoft/microsoft-graph-beta": "<2.0.1",
|
|
"microsoft/microsoft-graph-core": "<2.0.2",
|
|
"microweber/microweber": "<=2.0.19",
|
|
"mikehaertl/php-shellcommand": "<1.6.1",
|
|
"miniorange/miniorange-saml": "<1.4.3",
|
|
"mittwald/typo3_forum": "<1.2.1",
|
|
"mobiledetect/mobiledetectlib": "<2.8.32",
|
|
"modx/revolution": "<=3.1",
|
|
"mojo42/jirafeau": "<4.4",
|
|
"mongodb/mongodb": ">=1,<1.9.2",
|
|
"monolog/monolog": ">=1.8,<1.12",
|
|
"moodle/moodle": "<4.3.12|>=4.4,<4.4.8|>=4.5.0.0-beta,<4.5.4",
|
|
"moonshine/moonshine": "<=3.12.5",
|
|
"mos/cimage": "<0.7.19",
|
|
"movim/moxl": ">=0.8,<=0.10",
|
|
"movingbytes/social-network": "<=1.2.1",
|
|
"mpdf/mpdf": "<=7.1.7",
|
|
"munkireport/comment": "<4.1",
|
|
"munkireport/managedinstalls": "<2.6",
|
|
"munkireport/munki_facts": "<1.5",
|
|
"munkireport/munkireport": ">=2.5.3,<5.6.3",
|
|
"munkireport/reportdata": "<3.5",
|
|
"munkireport/softwareupdate": "<1.6",
|
|
"mustache/mustache": ">=2,<2.14.1",
|
|
"mwdelaney/wp-enable-svg": "<=0.2",
|
|
"namshi/jose": "<2.2",
|
|
"nasirkhan/laravel-starter": "<11.11",
|
|
"nategood/httpful": "<1",
|
|
"neoan3-apps/template": "<1.1.1",
|
|
"neorazorx/facturascripts": "<2022.04",
|
|
"neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
|
|
"neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
|
|
"neos/media-browser": "<7.3.19|>=8,<8.0.16|>=8.1,<8.1.11|>=8.2,<8.2.11|>=8.3,<8.3.9",
|
|
"neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
|
|
"neos/swiftmailer": "<5.4.5",
|
|
"nesbot/carbon": "<2.72.6|>=3,<3.8.4",
|
|
"netcarver/textile": "<=4.1.2",
|
|
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
|
|
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
|
|
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
|
|
"nilsteampassnet/teampass": "<3.1.3.1-dev",
|
|
"nitsan/ns-backup": "<13.0.1",
|
|
"nonfiction/nterchange": "<4.1.1",
|
|
"notrinos/notrinos-erp": "<=0.7",
|
|
"noumo/easyii": "<=0.9",
|
|
"novaksolutions/infusionsoft-php-sdk": "<1",
|
|
"nukeviet/nukeviet": "<4.5.02",
|
|
"nyholm/psr7": "<1.6.1",
|
|
"nystudio107/craft-seomatic": "<3.4.12",
|
|
"nzedb/nzedb": "<0.8",
|
|
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
|
|
"october/backend": "<1.1.2",
|
|
"october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
|
|
"october/october": "<3.7.5",
|
|
"october/rain": "<1.0.472|>=1.1,<1.1.2",
|
|
"october/system": "<3.7.5",
|
|
"oliverklee/phpunit": "<3.5.15",
|
|
"omeka/omeka-s": "<4.0.3",
|
|
"onelogin/php-saml": "<2.10.4",
|
|
"oneup/uploader-bundle": ">=1,<1.9.3|>=2,<2.1.5",
|
|
"open-web-analytics/open-web-analytics": "<1.7.4",
|
|
"opencart/opencart": ">=0",
|
|
"openid/php-openid": "<2.3",
|
|
"openmage/magento-lts": "<20.12.3",
|
|
"opensolutions/vimbadmin": "<=3.0.15",
|
|
"opensource-workshop/connect-cms": "<1.8.7|>=2,<2.4.7",
|
|
"orchid/platform": ">=8,<14.43",
|
|
"oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
|
|
"oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
|
|
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
|
|
"oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
|
|
"oro/customer-portal": ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3",
|
|
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<=5.0.12|>=5.1,<=5.1.3",
|
|
"oveleon/contao-cookiebar": "<1.16.3|>=2,<2.1.3",
|
|
"oxid-esales/oxideshop-ce": "<=7.0.5",
|
|
"oxid-esales/paymorrow-module": ">=1,<1.0.2|>=2,<2.0.1",
|
|
"packbackbooks/lti-1-3-php-library": "<5",
|
|
"padraic/humbug_get_contents": "<1.1.2",
|
|
"pagarme/pagarme-php": "<3",
|
|
"pagekit/pagekit": "<=1.0.18",
|
|
"paragonie/ecc": "<2.0.1",
|
|
"paragonie/random_compat": "<2",
|
|
"passbolt/passbolt_api": "<4.6.2",
|
|
"paypal/adaptivepayments-sdk-php": "<=3.9.2",
|
|
"paypal/invoice-sdk-php": "<=3.9",
|
|
"paypal/merchant-sdk-php": "<3.12",
|
|
"paypal/permissions-sdk-php": "<=3.9.1",
|
|
"pear/archive_tar": "<1.4.14",
|
|
"pear/auth": "<1.2.4",
|
|
"pear/crypt_gpg": "<1.6.7",
|
|
"pear/http_request2": "<2.7",
|
|
"pear/pear": "<=1.10.1",
|
|
"pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
|
|
"personnummer/personnummer": "<3.0.2",
|
|
"phanan/koel": "<5.1.4",
|
|
"phenx/php-svg-lib": "<0.5.2",
|
|
"php-censor/php-censor": "<2.0.13|>=2.1,<2.1.5",
|
|
"php-mod/curl": "<2.3.2",
|
|
"phpbb/phpbb": "<3.3.11",
|
|
"phpems/phpems": ">=6,<=6.1.3",
|
|
"phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
|
|
"phpmailer/phpmailer": "<6.5",
|
|
"phpmussel/phpmussel": ">=1,<1.6",
|
|
"phpmyadmin/phpmyadmin": "<5.2.2",
|
|
"phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5|>=3.2.10,<=4.0.1",
|
|
"phpoffice/common": "<0.2.9",
|
|
"phpoffice/math": "<=0.2",
|
|
"phpoffice/phpexcel": "<=1.8.2",
|
|
"phpoffice/phpspreadsheet": "<1.30|>=2,<2.1.12|>=2.2,<2.4|>=3,<3.10|>=4,<5",
|
|
"phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
|
|
"phpservermon/phpservermon": "<3.6",
|
|
"phpsysinfo/phpsysinfo": "<3.4.3",
|
|
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
|
|
"phpwhois/phpwhois": "<=4.2.5",
|
|
"phpxmlrpc/extras": "<0.6.1",
|
|
"phpxmlrpc/phpxmlrpc": "<4.9.2",
|
|
"pi/pi": "<=2.5",
|
|
"pimcore/admin-ui-classic-bundle": "<1.7.6",
|
|
"pimcore/customer-management-framework-bundle": "<4.2.1",
|
|
"pimcore/data-hub": "<1.2.4",
|
|
"pimcore/data-importer": "<1.8.9|>=1.9,<1.9.3",
|
|
"pimcore/demo": "<10.3",
|
|
"pimcore/ecommerce-framework-bundle": "<1.0.10",
|
|
"pimcore/perspective-editor": "<1.5.1",
|
|
"pimcore/pimcore": "<11.5.4",
|
|
"piwik/piwik": "<1.11",
|
|
"pixelfed/pixelfed": "<0.12.5",
|
|
"plotly/plotly.js": "<2.25.2",
|
|
"pocketmine/bedrock-protocol": "<8.0.2",
|
|
"pocketmine/pocketmine-mp": "<5.25.2",
|
|
"pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
|
|
"pressbooks/pressbooks": "<5.18",
|
|
"prestashop/autoupgrade": ">=4,<4.10.1",
|
|
"prestashop/blockreassurance": "<=5.1.3",
|
|
"prestashop/blockwishlist": ">=2,<2.1.1",
|
|
"prestashop/contactform": ">=1.0.1,<4.3",
|
|
"prestashop/gamification": "<2.3.2",
|
|
"prestashop/prestashop": "<8.1.6",
|
|
"prestashop/productcomments": "<5.0.2",
|
|
"prestashop/ps_contactinfo": "<=3.3.2",
|
|
"prestashop/ps_emailsubscription": "<2.6.1",
|
|
"prestashop/ps_facetedsearch": "<3.4.1",
|
|
"prestashop/ps_linklist": "<3.1",
|
|
"privatebin/privatebin": "<1.4|>=1.5,<1.7.4",
|
|
"processwire/processwire": "<=3.0.229",
|
|
"propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
|
|
"propel/propel1": ">=1,<=1.7.1",
|
|
"pterodactyl/panel": "<=1.11.10",
|
|
"ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
|
|
"ptrofimov/beanstalk_console": "<1.7.14",
|
|
"pubnub/pubnub": "<6.1",
|
|
"punktde/pt_extbase": "<1.5.1",
|
|
"pusher/pusher-php-server": "<2.2.1",
|
|
"pwweb/laravel-core": "<=0.3.6.0-beta",
|
|
"pxlrbt/filament-excel": "<1.1.14|>=2.0.0.0-alpha,<2.3.3",
|
|
"pyrocms/pyrocms": "<=3.9.1",
|
|
"qcubed/qcubed": "<=3.1.1",
|
|
"quickapps/cms": "<=2.0.0.0-beta2",
|
|
"rainlab/blog-plugin": "<1.4.1",
|
|
"rainlab/debugbar-plugin": "<3.1",
|
|
"rainlab/user-plugin": "<=1.4.5",
|
|
"rankmath/seo-by-rank-math": "<=1.0.95",
|
|
"rap2hpoutre/laravel-log-viewer": "<0.13",
|
|
"react/http": ">=0.7,<1.9",
|
|
"really-simple-plugins/complianz-gdpr": "<6.4.2",
|
|
"redaxo/source": "<5.18.3",
|
|
"remdex/livehelperchat": "<4.29",
|
|
"renolit/reint-downloadmanager": "<4.0.2|>=5,<5.0.1",
|
|
"reportico-web/reportico": "<=8.1",
|
|
"rhukster/dom-sanitizer": "<1.0.7",
|
|
"rmccue/requests": ">=1.6,<1.8",
|
|
"robrichards/xmlseclibs": ">=1,<3.0.4",
|
|
"roots/soil": "<4.1",
|
|
"roundcube/roundcubemail": "<1.5.10|>=1.6,<1.6.11",
|
|
"rudloff/alltube": "<3.0.3",
|
|
"rudloff/rtmpdump-bin": "<=2.3.1",
|
|
"s-cart/core": "<6.9",
|
|
"s-cart/s-cart": "<6.9",
|
|
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
|
|
"sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9",
|
|
"samwilson/unlinked-wikibase": "<1.42",
|
|
"scheb/two-factor-bundle": "<3.26|>=4,<4.11",
|
|
"sensiolabs/connect": "<4.2.3",
|
|
"serluck/phpwhois": "<=4.2.6",
|
|
"setasign/fpdi": "<2.6.4",
|
|
"sfroemken/url_redirect": "<=1.2.1",
|
|
"sheng/yiicms": "<1.2.1",
|
|
"shopware/core": "<6.5.8.18-dev|>=6.6,<6.6.10.3-dev|>=6.7.0.0-RC1-dev,<6.7.0.0-RC2-dev",
|
|
"shopware/platform": "<=6.6.10.4|>=6.7.0.0-RC1-dev,<6.7.0.0-RC2-dev",
|
|
"shopware/production": "<=6.3.5.2",
|
|
"shopware/shopware": "<=5.7.17",
|
|
"shopware/storefront": "<=6.4.8.1|>=6.5.8,<6.5.8.7-dev",
|
|
"shopxo/shopxo": "<=6.4",
|
|
"showdoc/showdoc": "<2.10.4",
|
|
"shuchkin/simplexlsx": ">=1.0.12,<1.1.13",
|
|
"silverstripe-australia/advancedreports": ">=1,<=2",
|
|
"silverstripe/admin": "<1.13.19|>=2,<2.1.8",
|
|
"silverstripe/assets": ">=1,<1.11.1",
|
|
"silverstripe/cms": "<4.11.3",
|
|
"silverstripe/comments": ">=1.3,<3.1.1",
|
|
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
|
|
"silverstripe/framework": "<5.3.23",
|
|
"silverstripe/graphql": ">=2,<2.0.5|>=3,<3.8.2|>=4,<4.3.7|>=5,<5.1.3",
|
|
"silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
|
|
"silverstripe/recipe-cms": ">=4.5,<4.5.3",
|
|
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
|
|
"silverstripe/reports": "<5.2.3",
|
|
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4|>=2.1,<2.1.2",
|
|
"silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
|
|
"silverstripe/subsites": ">=2,<2.6.1",
|
|
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
|
|
"silverstripe/userforms": "<3|>=5,<5.4.2",
|
|
"silverstripe/versioned-admin": ">=1,<1.11.1",
|
|
"simogeo/filemanager": "<=2.5",
|
|
"simple-updates/phpwhois": "<=1",
|
|
"simplesamlphp/saml2": "<=4.16.15|>=5.0.0.0-alpha1,<=5.0.0.0-alpha19",
|
|
"simplesamlphp/saml2-legacy": "<=4.16.15",
|
|
"simplesamlphp/simplesamlphp": "<1.18.6",
|
|
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
|
|
"simplesamlphp/simplesamlphp-module-openid": "<1",
|
|
"simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
|
|
"simplesamlphp/xml-common": "<1.20",
|
|
"simplesamlphp/xml-security": "==1.6.11",
|
|
"simplito/elliptic-php": "<1.0.6",
|
|
"sitegeist/fluid-components": "<3.5",
|
|
"sjbr/sr-feuser-register": "<2.6.2|>=5.1,<12.5",
|
|
"sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3",
|
|
"sjbr/static-info-tables": "<2.3.1",
|
|
"slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
|
|
"slim/slim": "<2.6",
|
|
"slub/slub-events": "<3.0.3",
|
|
"smarty/smarty": "<4.5.3|>=5,<5.1.1",
|
|
"snipe/snipe-it": "<8.1",
|
|
"socalnick/scn-social-auth": "<1.15.2",
|
|
"socialiteproviders/steam": "<1.1",
|
|
"soosyze/soosyze": "<=2",
|
|
"spatie/browsershot": "<5.0.5",
|
|
"spatie/image-optimizer": "<1.7.3",
|
|
"spencer14420/sp-php-email-handler": "<1",
|
|
"spipu/html2pdf": "<5.2.8",
|
|
"spoon/library": "<1.4.1",
|
|
"spoonity/tcpdf": "<6.2.22",
|
|
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
|
|
"ssddanbrown/bookstack": "<24.05.1",
|
|
"starcitizentools/citizen-skin": ">=1.9.4,<3.4",
|
|
"starcitizentools/short-description": ">=4,<4.0.1",
|
|
"starcitizentools/tabber-neue": ">=1.9.1,<2.7.2|>=3,<3.1.1",
|
|
"statamic/cms": "<=5.16",
|
|
"stormpath/sdk": "<9.9.99",
|
|
"studio-42/elfinder": "<=2.1.64",
|
|
"studiomitte/friendlycaptcha": "<0.1.4",
|
|
"subhh/libconnect": "<7.0.8|>=8,<8.1",
|
|
"sukohi/surpass": "<1",
|
|
"sulu/form-bundle": ">=2,<2.5.3",
|
|
"sulu/sulu": "<1.6.44|>=2,<2.5.25|>=2.6,<2.6.9|>=3.0.0.0-alpha1,<3.0.0.0-alpha3",
|
|
"sumocoders/framework-user-bundle": "<1.4",
|
|
"superbig/craft-audit": "<3.0.2",
|
|
"svewap/a21glossary": "<=0.4.10",
|
|
"swag/paypal": "<5.4.4",
|
|
"swiftmailer/swiftmailer": "<6.2.5",
|
|
"swiftyedit/swiftyedit": "<1.2",
|
|
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
|
|
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
|
"sylius/grid-bundle": "<1.10.1",
|
|
"sylius/paypal-plugin": "<1.6.2|>=1.7,<1.7.2|>=2,<2.0.2",
|
|
"sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
|
|
"sylius/sylius": "<1.12.19|>=1.13.0.0-alpha1,<1.13.4",
|
|
"symbiote/silverstripe-multivaluefield": ">=3,<3.1",
|
|
"symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
|
|
"symbiote/silverstripe-seed": "<6.0.3",
|
|
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
|
|
"symfont/process": ">=0",
|
|
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
|
|
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
|
|
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<5.3.15|>=5.4.3,<5.4.4|>=6.0.3,<6.0.4",
|
|
"symfony/http-client": ">=4.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
|
"symfony/http-foundation": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
|
|
"symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
|
|
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
|
|
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
|
|
"symfony/mime": ">=4.3,<4.3.8",
|
|
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/polyfill": ">=1,<1.10",
|
|
"symfony/polyfill-php55": ">=1,<1.10",
|
|
"symfony/process": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
|
|
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/routing": ">=2,<2.0.19",
|
|
"symfony/runtime": ">=5.3,<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
|
|
"symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
|
|
"symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.4.10|>=7,<7.0.10|>=7.1,<7.1.3",
|
|
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
|
|
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
|
|
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
|
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
|
|
"symfony/symfony": "<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
|
"symfony/translation": ">=2,<2.0.17",
|
|
"symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
|
|
"symfony/ux-autocomplete": "<2.11.2",
|
|
"symfony/ux-live-component": "<2.25.1",
|
|
"symfony/ux-twig-component": "<2.25.1",
|
|
"symfony/validator": "<5.4.43|>=6,<6.4.11|>=7,<7.1.4",
|
|
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
|
|
"symfony/webhook": ">=6.3,<6.3.8",
|
|
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7|>=2.2.0.0-beta1,<2.2.0.0-beta2",
|
|
"symphonycms/symphony-2": "<2.6.4",
|
|
"t3/dce": "<0.11.5|>=2.2,<2.6.2",
|
|
"t3g/svg-sanitizer": "<1.0.3",
|
|
"t3s/content-consent": "<1.0.3|>=2,<2.0.2",
|
|
"tastyigniter/tastyigniter": "<4",
|
|
"tcg/voyager": "<=1.8",
|
|
"tecnickcom/tc-lib-pdf-font": "<2.6.4",
|
|
"tecnickcom/tcpdf": "<6.8",
|
|
"terminal42/contao-tablelookupwizard": "<3.3.5",
|
|
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
|
|
"thelia/thelia": ">=2.1,<2.1.3",
|
|
"theonedemon/phpwhois": "<=4.2.5",
|
|
"thinkcmf/thinkcmf": "<6.0.8",
|
|
"thorsten/phpmyfaq": "<=4.0.1",
|
|
"tikiwiki/tiki-manager": "<=17.1",
|
|
"timber/timber": ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1",
|
|
"tinymce/tinymce": "<7.2",
|
|
"tinymighty/wiki-seo": "<1.2.2",
|
|
"titon/framework": "<9.9.99",
|
|
"tltneon/lgsl": "<7",
|
|
"tobiasbg/tablepress": "<=2.0.0.0-RC1",
|
|
"topthink/framework": "<6.0.17|>=6.1,<=8.0.4",
|
|
"topthink/think": "<=6.1.1",
|
|
"topthink/thinkphp": "<=3.2.3|>=6.1.3,<=8.0.4",
|
|
"torrentpier/torrentpier": "<=2.4.3",
|
|
"tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
|
|
"tribalsystems/zenario": "<=9.7.61188",
|
|
"truckersmp/phpwhois": "<=4.3.1",
|
|
"ttskch/pagination-service-provider": "<1",
|
|
"twbs/bootstrap": "<=3.4.1|>=4,<=4.6.2",
|
|
"twig/twig": "<3.11.2|>=3.12,<3.14.1|>=3.16,<3.19",
|
|
"typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
|
|
"typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<10.4.46|>=11,<11.5.40|>=12,<=12.4.30|>=13,<=13.4.11",
|
|
"typo3/cms-belog": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-beuser": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-core": "<=8.7.56|>=9,<=9.5.50|>=10,<=10.4.49|>=11,<=11.5.43|>=12,<=12.4.30|>=13,<=13.4.11",
|
|
"typo3/cms-dashboard": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
|
|
"typo3/cms-extensionmanager": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-felogin": ">=4.2,<4.2.3",
|
|
"typo3/cms-fluid": "<4.3.4|>=4.4,<4.4.1",
|
|
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-frontend": "<4.3.9|>=4.4,<4.4.5",
|
|
"typo3/cms-indexed-search": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-install": "<4.1.14|>=4.2,<4.2.16|>=4.3,<4.3.9|>=4.4,<4.4.5|>=12.2,<12.4.8|==13.4.2",
|
|
"typo3/cms-lowlevel": ">=11,<=11.5.41",
|
|
"typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30",
|
|
"typo3/cms-scheduler": ">=11,<=11.5.41",
|
|
"typo3/cms-setup": ">=9,<=9.5.50|>=10,<=10.4.49|>=11,<=11.5.43|>=12,<=12.4.30|>=13,<=13.4.11",
|
|
"typo3/cms-webhooks": ">=12,<=12.4.30|>=13,<=13.4.11",
|
|
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
|
|
"typo3/html-sanitizer": ">=1,<=1.5.2|>=2,<=2.1.3",
|
|
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
|
|
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
|
|
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
|
|
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
|
|
"ua-parser/uap-php": "<3.8",
|
|
"uasoft-indonesia/badaso": "<=2.9.7",
|
|
"unisharp/laravel-filemanager": "<2.9.1",
|
|
"universal-omega/dynamic-page-list3": "<3.6.4",
|
|
"unopim/unopim": "<=0.3",
|
|
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
|
|
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
|
|
"uvdesk/community-skeleton": "<=1.1.1",
|
|
"uvdesk/core-framework": "<=1.1.1",
|
|
"vanilla/safecurl": "<0.9.2",
|
|
"verbb/comments": "<1.5.5",
|
|
"verbb/formie": "<=2.1.43",
|
|
"verbb/image-resizer": "<2.0.9",
|
|
"verbb/knock-knock": "<1.2.8",
|
|
"verot/class.upload.php": "<=2.1.6",
|
|
"vertexvaar/falsftp": "<0.2.6",
|
|
"villagedefrance/opencart-overclocked": "<=1.11.1",
|
|
"vova07/yii2-fileapi-widget": "<0.1.9",
|
|
"vrana/adminer": "<=4.8.1",
|
|
"vufind/vufind": ">=2,<9.1.1",
|
|
"waldhacker/hcaptcha": "<2.1.2",
|
|
"wallabag/tcpdf": "<6.2.22",
|
|
"wallabag/wallabag": "<2.6.11",
|
|
"wanglelecc/laracms": "<=1.0.3",
|
|
"wapplersystems/a21glossary": "<=0.4.10",
|
|
"web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9",
|
|
"web-auth/webauthn-lib": ">=4.5,<4.9",
|
|
"web-feet/coastercms": "==5.5",
|
|
"web-tp3/wec_map": "<3.0.3",
|
|
"webbuilders-group/silverstripe-kapost-bridge": "<0.4",
|
|
"webcoast/deferred-image-processing": "<1.0.2",
|
|
"webklex/laravel-imap": "<5.3",
|
|
"webklex/php-imap": "<5.3",
|
|
"webpa/webpa": "<3.1.2",
|
|
"wikibase/wikibase": "<=1.39.3",
|
|
"wikimedia/parsoid": "<0.12.2",
|
|
"willdurand/js-translation-bundle": "<2.1.1",
|
|
"winter/wn-backend-module": "<1.2.4",
|
|
"winter/wn-cms-module": "<1.0.476|>=1.1,<1.1.11|>=1.2,<1.2.7",
|
|
"winter/wn-dusk-plugin": "<2.1",
|
|
"winter/wn-system-module": "<1.2.4",
|
|
"wintercms/winter": "<=1.2.3",
|
|
"wireui/wireui": "<1.19.3|>=2,<2.1.3",
|
|
"woocommerce/woocommerce": "<6.6|>=8.8,<8.8.5|>=8.9,<8.9.3",
|
|
"wp-cli/wp-cli": ">=0.12,<2.5",
|
|
"wp-graphql/wp-graphql": "<=1.14.5",
|
|
"wp-premium/gravityforms": "<2.4.21",
|
|
"wpanel/wpanel4-cms": "<=4.3.1",
|
|
"wpcloud/wp-stateless": "<3.2",
|
|
"wpglobus/wpglobus": "<=1.9.6",
|
|
"wwbn/avideo": "<14.3",
|
|
"xataface/xataface": "<3",
|
|
"xpressengine/xpressengine": "<3.0.15",
|
|
"yab/quarx": "<2.4.5",
|
|
"yeswiki/yeswiki": "<4.5.4",
|
|
"yetiforce/yetiforce-crm": "<6.5",
|
|
"yidashi/yii2cmf": "<=2",
|
|
"yii2mod/yii2-cms": "<1.9.2",
|
|
"yiisoft/yii": "<1.1.31",
|
|
"yiisoft/yii2": "<2.0.52",
|
|
"yiisoft/yii2-authclient": "<2.2.15",
|
|
"yiisoft/yii2-bootstrap": "<2.0.4",
|
|
"yiisoft/yii2-dev": "<=2.0.45",
|
|
"yiisoft/yii2-elasticsearch": "<2.0.5",
|
|
"yiisoft/yii2-gii": "<=2.2.4",
|
|
"yiisoft/yii2-jui": "<2.0.4",
|
|
"yiisoft/yii2-redis": "<2.0.20",
|
|
"yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
|
|
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
|
|
"yourls/yourls": "<=1.8.2",
|
|
"yuan1994/tpadmin": "<=1.3.12",
|
|
"z-push/z-push-dev": "<2.7.6",
|
|
"zencart/zencart": "<=1.5.7.0-beta",
|
|
"zendesk/zendesk_api_client_php": "<2.2.11",
|
|
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
|
|
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
"zendframework/zend-db": "<2.2.10|>=2.3,<2.3.5",
|
|
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
|
|
"zendframework/zend-diactoros": "<1.8.4",
|
|
"zendframework/zend-feed": "<2.10.3",
|
|
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-http": "<2.8.1",
|
|
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
|
|
"zendframework/zend-mail": "<2.4.11|>=2.5,<2.7.2",
|
|
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-session": ">=2,<2.2.9|>=2.3,<2.3.4",
|
|
"zendframework/zend-validator": ">=2.3,<2.3.6",
|
|
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
"zendframework/zendframework": "<=3",
|
|
"zendframework/zendframework1": "<1.12.20",
|
|
"zendframework/zendopenid": "<2.0.2",
|
|
"zendframework/zendrest": "<2.0.2",
|
|
"zendframework/zendservice-amazon": "<2.0.3",
|
|
"zendframework/zendservice-api": "<1",
|
|
"zendframework/zendservice-audioscrobbler": "<2.0.2",
|
|
"zendframework/zendservice-nirvanix": "<2.0.2",
|
|
"zendframework/zendservice-slideshare": "<2.0.2",
|
|
"zendframework/zendservice-technorati": "<2.0.2",
|
|
"zendframework/zendservice-windowsazure": "<2.0.2",
|
|
"zendframework/zendxml": ">=1,<1.0.1",
|
|
"zenstruck/collection": "<0.2.1",
|
|
"zetacomponents/mail": "<1.8.2",
|
|
"zf-commons/zfc-user": "<1.2.2",
|
|
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
|
|
"zfr/zfr-oauth2-server-module": "<0.1.2",
|
|
"zoujingli/thinkadmin": "<=6.1.53"
|
|
},
|
|
"default-branch": true,
|
|
"type": "metapackage",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"role": "maintainer"
|
|
},
|
|
{
|
|
"name": "Ilya Tribusean",
|
|
"email": "slash3b@gmail.com",
|
|
"role": "maintainer"
|
|
}
|
|
],
|
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
|
"keywords": [
|
|
"dev"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Roave/SecurityAdvisories/issues",
|
|
"source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Ocramius",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2025-08-25T23:05:33+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"hvg-dev/hvg-blog-general": 20,
|
|
"roave/security-advisories": 20
|
|
},
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.4 <8.4",
|
|
"ext-gd": "*",
|
|
"ext-redis": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-soap": "*",
|
|
"ext-exif": "*",
|
|
"ext-imagick": "*",
|
|
"ext-intl": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.2.0"
|
|
}
|