✅ Fixed bulk conversion getting stuck on missing files ✅ Added robust error handling and timeout protection ✅ Improved JavaScript response parsing ✅ Added file existence validation ✅ Fixed missing PHP class imports ✅ Added comprehensive try-catch error recovery 🔧 Key fixes: - File existence checks before conversion attempts - 30-second timeout protection per file - Graceful handling of 500 errors and JSON parsing issues - Automatic continuation to next file on failures - Cache busting for JavaScript updates 🎯 Result: Bulk conversion now completes successfully even with missing files 🚀 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
918 lines
35 KiB
JSON
918 lines
35 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "composer/installers",
|
|
"version": "v1.12.0",
|
|
"version_normalized": "1.12.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/installers.git",
|
|
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
|
|
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0 || ^2.0"
|
|
},
|
|
"replace": {
|
|
"roundcube/plugin-installer": "*",
|
|
"shama/baton": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "1.6.* || ^2.0",
|
|
"composer/semver": "^1 || ^3",
|
|
"phpstan/phpstan": "^0.12.55",
|
|
"phpstan/phpstan-phpunit": "^0.12.16",
|
|
"symfony/phpunit-bridge": "^4.2 || ^5",
|
|
"symfony/process": "^2.3"
|
|
},
|
|
"time": "2021-09-13T08:19:44+00:00",
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Composer\\Installers\\Plugin",
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"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": [
|
|
"Craft",
|
|
"Dolibarr",
|
|
"Eliasis",
|
|
"Hurad",
|
|
"ImageCMS",
|
|
"Kanboard",
|
|
"Lan Management System",
|
|
"MODX Evo",
|
|
"MantisBT",
|
|
"Mautic",
|
|
"Maya",
|
|
"OXID",
|
|
"Plentymarkets",
|
|
"Porto",
|
|
"RadPHP",
|
|
"SMF",
|
|
"Starbug",
|
|
"Thelia",
|
|
"Whmcs",
|
|
"WolfCMS",
|
|
"agl",
|
|
"aimeos",
|
|
"annotatecms",
|
|
"attogram",
|
|
"bitrix",
|
|
"cakephp",
|
|
"chef",
|
|
"cockpit",
|
|
"codeigniter",
|
|
"concrete5",
|
|
"croogo",
|
|
"dokuwiki",
|
|
"drupal",
|
|
"eZ Platform",
|
|
"elgg",
|
|
"expressionengine",
|
|
"fuelphp",
|
|
"grav",
|
|
"installer",
|
|
"itop",
|
|
"joomla",
|
|
"known",
|
|
"kohana",
|
|
"laravel",
|
|
"lavalite",
|
|
"lithium",
|
|
"magento",
|
|
"majima",
|
|
"mako",
|
|
"mediawiki",
|
|
"miaoxing",
|
|
"modulework",
|
|
"modx",
|
|
"moodle",
|
|
"osclass",
|
|
"pantheon",
|
|
"phpbb",
|
|
"piwik",
|
|
"ppi",
|
|
"processwire",
|
|
"puppet",
|
|
"pxcms",
|
|
"reindex",
|
|
"roundcube",
|
|
"shopware",
|
|
"silverstripe",
|
|
"sydes",
|
|
"sylius",
|
|
"symfony",
|
|
"tastyigniter",
|
|
"typo3",
|
|
"wordpress",
|
|
"yawik",
|
|
"zend",
|
|
"zikula"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/composer/installers/issues",
|
|
"source": "https://github.com/composer/installers/tree/v1.12.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"
|
|
}
|
|
],
|
|
"install-path": "./installers"
|
|
},
|
|
{
|
|
"name": "kub-at/php-simple-html-dom-parser",
|
|
"version": "1.9.1",
|
|
"version_normalized": "1.9.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git",
|
|
"reference": "ff22f98bfd9235115c128059076f3eb740d66913"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/ff22f98bfd9235115c128059076f3eb740d66913",
|
|
"reference": "ff22f98bfd9235115c128059076f3eb740d66913",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"time": "2019-10-25T12:34:43+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"KubAT\\PhpSimple\\HtmlDomParser": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "S.C. Chen",
|
|
"email": "me578022@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jakub Stawowy",
|
|
"email": "Kub-AT@users.noreply.github.com"
|
|
}
|
|
],
|
|
"description": "PHP Simple HTML DOM Parser with namespace and PHP 7.3 compatible",
|
|
"homepage": "http://simplehtmldom.sourceforge.net/",
|
|
"keywords": [
|
|
"Simple",
|
|
"dom",
|
|
"html"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Kub-AT/php-simple-html-dom-parser/issues",
|
|
"source": "https://github.com/Kub-AT/php-simple-html-dom-parser/tree/master"
|
|
},
|
|
"install-path": "../kub-at/php-simple-html-dom-parser"
|
|
},
|
|
{
|
|
"name": "rosell-dk/dom-util-for-webp",
|
|
"version": "0.7.1",
|
|
"version_normalized": "0.7.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/dom-util-for-webp.git",
|
|
"reference": "4f9102e404ee137a781c8580b829a340c5a5d428"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/dom-util-for-webp/zipball/4f9102e404ee137a781c8580b829a340c5a5d428",
|
|
"reference": "4f9102e404ee137a781c8580b829a340c5a5d428",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"kub-at/php-simple-html-dom-parser": "^1.9"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpstan/phpstan": "^1.5",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2023-10-20T12:10:28+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DOMUtilForWebP\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Replace image URLs found in HTML",
|
|
"keywords": [
|
|
"Webp",
|
|
"html",
|
|
"images",
|
|
"replace"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/rosell-dk/dom-util-for-webp/issues",
|
|
"source": "https://github.com/rosell-dk/dom-util-for-webp/tree/0.7.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../rosell-dk/dom-util-for-webp"
|
|
},
|
|
{
|
|
"name": "rosell-dk/exec-with-fallback",
|
|
"version": "1.2.0",
|
|
"version_normalized": "1.2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/exec-with-fallback.git",
|
|
"reference": "f88a6b29abd0b580566056b7c1eb0434eb5db20d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/exec-with-fallback/zipball/f88a6b29abd0b580566056b7c1eb0434eb5db20d",
|
|
"reference": "f88a6b29abd0b580566056b7c1eb0434eb5db20d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 | ^7.0 | ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"suggest": {
|
|
"php-stan/php-stan": "Suggested for dev, in order to analyse code before committing"
|
|
},
|
|
"time": "2021-12-08T12:09:43+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ExecWithFallback\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "An exec() with fallback to emulations (proc_open, etc)",
|
|
"keywords": [
|
|
"command",
|
|
"exec",
|
|
"fallback",
|
|
"open_proc",
|
|
"resiliant",
|
|
"sturdy"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/rosell-dk/exec-with-fallback/issues",
|
|
"source": "https://github.com/rosell-dk/exec-with-fallback/tree/1.2.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../rosell-dk/exec-with-fallback"
|
|
},
|
|
{
|
|
"name": "rosell-dk/file-util",
|
|
"version": "0.1.1",
|
|
"version_normalized": "0.1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/file-util.git",
|
|
"reference": "2ff895308c37f448b34b031cfbfd8e45f43936fd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/file-util/zipball/2ff895308c37f448b34b031cfbfd8e45f43936fd",
|
|
"reference": "2ff895308c37f448b34b031cfbfd8e45f43936fd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"rosell-dk/exec-with-fallback": "^1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpstan/phpstan": "^1.5",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2022-04-19T10:12:31+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FileUtil\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Functions for dealing with files and paths",
|
|
"keywords": [
|
|
"files",
|
|
"path",
|
|
"util"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/rosell-dk/file-util/issues",
|
|
"source": "https://github.com/rosell-dk/file-util/tree/0.1.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../rosell-dk/file-util"
|
|
},
|
|
{
|
|
"name": "rosell-dk/htaccess-capability-tester",
|
|
"version": "0.9.1",
|
|
"version_normalized": "0.9.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/htaccess-capability-tester.git",
|
|
"reference": "b4499dcd9fe8b538a617069fdf34ae3de877c977"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/htaccess-capability-tester/zipball/b4499dcd9fe8b538a617069fdf34ae3de877c977",
|
|
"reference": "b4499dcd9fe8b538a617069fdf34ae3de877c977",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 | ^7.0 | ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"suggest": {
|
|
"php-stan/php-stan": "Suggested for dev, in order to analyse code before committing"
|
|
},
|
|
"time": "2021-11-25T13:21:12+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HtaccessCapabilityTester\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Test the capabilities of .htaccess files on the server using live tests",
|
|
"keywords": [
|
|
".htaccess",
|
|
"apache",
|
|
"litespeed"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/rosell-dk/htaccess-capability-tester/issues",
|
|
"source": "https://github.com/rosell-dk/htaccess-capability-tester/tree/1.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../rosell-dk/htaccess-capability-tester"
|
|
},
|
|
{
|
|
"name": "rosell-dk/image-mime-type-guesser",
|
|
"version": "1.1.2",
|
|
"version_normalized": "1.1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/image-mime-type-guesser.git",
|
|
"reference": "9cac5a19e799a0ef1f7cffbce36ec33485080b39"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/image-mime-type-guesser/zipball/9cac5a19e799a0ef1f7cffbce36ec33485080b39",
|
|
"reference": "9cac5a19e799a0ef1f7cffbce36ec33485080b39",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 | ^7.0 | ^8.0",
|
|
"rosell-dk/image-mime-type-sniffer": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2024-04-06T13:55:15+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ImageMimeTypeGuesser\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Guess mime type of images",
|
|
"keywords": [
|
|
"image",
|
|
"images",
|
|
"mime",
|
|
"mime type"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/rosell-dk/image-mime-type-guesser/issues",
|
|
"source": "https://github.com/rosell-dk/image-mime-type-guesser/tree/1.1.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../rosell-dk/image-mime-type-guesser"
|
|
},
|
|
{
|
|
"name": "rosell-dk/image-mime-type-sniffer",
|
|
"version": "1.1.1",
|
|
"version_normalized": "1.1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/image-mime-type-sniffer.git",
|
|
"reference": "9ed14cc5d2c14c417660a4dd1946b5f056494691"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/image-mime-type-sniffer/zipball/9ed14cc5d2c14c417660a4dd1946b5f056494691",
|
|
"reference": "9ed14cc5d2c14c417660a4dd1946b5f056494691",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpstan/phpstan": "^1.5",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2022-04-20T14:31:25+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ImageMimeTypeSniffer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Sniff mime type (images only)",
|
|
"keywords": [
|
|
"image",
|
|
"images",
|
|
"mime",
|
|
"mime type"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/rosell-dk/image-mime-type-sniffer/issues",
|
|
"source": "https://github.com/rosell-dk/image-mime-type-sniffer/tree/1.1.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../rosell-dk/image-mime-type-sniffer"
|
|
},
|
|
{
|
|
"name": "rosell-dk/locate-binaries",
|
|
"version": "1.0",
|
|
"version_normalized": "1.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/locate-binaries.git",
|
|
"reference": "bd2f493383ecd55aa519828dd2898e30f3b9cbb0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/locate-binaries/zipball/bd2f493383ecd55aa519828dd2898e30f3b9cbb0",
|
|
"reference": "bd2f493383ecd55aa519828dd2898e30f3b9cbb0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"rosell-dk/exec-with-fallback": "^1.0.0",
|
|
"rosell-dk/file-util": "^0.1.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpstan/phpstan": "^1.5",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2022-04-20T07:20:07+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"LocateBinaries\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Locate a binaries by means of exec() or similar",
|
|
"keywords": [
|
|
"binary",
|
|
"discover",
|
|
"locate",
|
|
"whereis",
|
|
"which"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/rosell-dk/locate-binaries/issues",
|
|
"source": "https://github.com/rosell-dk/locate-binaries/tree/1.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../rosell-dk/locate-binaries"
|
|
},
|
|
{
|
|
"name": "rosell-dk/webp-convert",
|
|
"version": "2.9.3",
|
|
"version_normalized": "2.9.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/webp-convert.git",
|
|
"reference": "ea8c20730bd4e7952e99d50e9ae6487c4026354f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/webp-convert/zipball/ea8c20730bd4e7952e99d50e9ae6487c4026354f",
|
|
"reference": "ea8c20730bd4e7952e99d50e9ae6487c4026354f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 | ^7.0 | ^8.0",
|
|
"rosell-dk/exec-with-fallback": "^1.2.0",
|
|
"rosell-dk/image-mime-type-guesser": "^1.1.1",
|
|
"rosell-dk/locate-binaries": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to use GD extension for converting. Note: Gd must be compiled with webp support",
|
|
"ext-imagick": "to use Imagick extension for converting. Note: Gd must be compiled with webp support",
|
|
"ext-vips": "to use Vips extension for converting."
|
|
},
|
|
"time": "2024-04-06T13:34:24+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WebPConvert\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
},
|
|
{
|
|
"name": "Martin Folkers",
|
|
"homepage": "https://twobrain.io",
|
|
"role": "Collaborator"
|
|
}
|
|
],
|
|
"description": "Convert JPEG & PNG to WebP with PHP",
|
|
"keywords": [
|
|
"Webp",
|
|
"cwebp",
|
|
"gd",
|
|
"image conversion",
|
|
"images",
|
|
"imagick",
|
|
"jpg",
|
|
"jpg2webp",
|
|
"png",
|
|
"png2webp"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/rosell-dk/webp-convert/issues",
|
|
"source": "https://github.com/rosell-dk/webp-convert/tree/2.9.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../rosell-dk/webp-convert"
|
|
},
|
|
{
|
|
"name": "rosell-dk/webp-convert-cloud-service",
|
|
"version": "2.0.1",
|
|
"version_normalized": "2.0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/webp-convert-cloud-service.git",
|
|
"reference": "703c2f1c76d30468ee3977170bfa3da138d8c4ad"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/webp-convert-cloud-service/zipball/703c2f1c76d30468ee3977170bfa3da138d8c4ad",
|
|
"reference": "703c2f1c76d30468ee3977170bfa3da138d8c4ad",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"rosell-dk/webp-convert": "^2.0.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpunit/phpunit": "5.7.27",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2019-06-30T08:28:35+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WebPConvertCloudService\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"role": "Project Author",
|
|
"homepage": "https://www.bitwise-it.dk/contact"
|
|
}
|
|
],
|
|
"description": "Cloud service for converting JPEG & PNG to WebP",
|
|
"keywords": [
|
|
"Webp",
|
|
"cwebp",
|
|
"gd",
|
|
"image conversion",
|
|
"images",
|
|
"imagick",
|
|
"jpg",
|
|
"jpg2webp",
|
|
"png",
|
|
"png2webp"
|
|
],
|
|
"install-path": "../rosell-dk/webp-convert-cloud-service"
|
|
}
|
|
],
|
|
"dev": true,
|
|
"dev-package-names": []
|
|
}
|