{ "_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": "a1434879bebedaef53ede3e463290055", "packages": [ { "name": "rosell-dk/exec-with-fallback", "version": "1.2.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" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "test": "Launches the preconfigured PHPUnit", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "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" } }, "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" } ], "time": "2021-12-08T12:09:43+00:00" }, { "name": "rosell-dk/file-util", "version": "0.1.1", "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.*" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "test": "Launches the preconfigured PHPUnit", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "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" } }, "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" } ], "time": "2022-04-19T10:12:31+00:00" }, { "name": "rosell-dk/image-mime-type-guesser", "version": "1.1.2", "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.*" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "test": "Launches the preconfigured PHPUnit", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "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" } }, "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" } ], "time": "2024-04-06T13:55:15+00:00" }, { "name": "rosell-dk/image-mime-type-sniffer", "version": "1.1.1", "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.*" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "test": "Launches the preconfigured PHPUnit", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "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" } }, "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" } ], "time": "2022-04-20T14:31:25+00:00" }, { "name": "rosell-dk/locate-binaries", "version": "1.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.*" }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "test": "Launches the preconfigured PHPUnit", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "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" } }, "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" } ], "time": "2022-04-20T07:20:07+00:00" }, { "name": "rosell-dk/webp-convert", "version": "2.9.3", "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." }, "type": "library", "extra": { "scripts-descriptions": { "ci": "Run tests before CI", "test": "Launches the preconfigured PHPUnit", "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'", "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.", "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" } }, "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" } ], "time": "2024-04-06T13:34:24+00:00" } ], "packages-dev": [ { "name": "dealerdirect/phpcodesniffer-composer-installer", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/composer-installer.git", "reference": "4be43904336affa5c2f70744a348312336afd0da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", "reference": "4be43904336affa5c2f70744a348312336afd0da", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.4", "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" }, "require-dev": { "composer/composer": "*", "ext-json": "*", "ext-zip": "*", "php-parallel-lint/php-parallel-lint": "^1.3.1", "phpcompatibility/php-compatibility": "^9.0", "yoast/phpunit-polyfills": "^1.0" }, "type": "composer-plugin", "extra": { "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" }, "autoload": { "psr-4": { "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Franck Nijhof", "email": "franck.nijhof@dealerdirect.com", "homepage": "http://www.frenck.nl", "role": "Developer / IT Manager" }, { "name": "Contributors", "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" } ], "description": "PHP_CodeSniffer Standards Composer Installer Plugin", "homepage": "http://www.dealerdirect.com", "keywords": [ "PHPCodeSniffer", "PHP_CodeSniffer", "code quality", "codesniffer", "composer", "installer", "phpcbf", "phpcs", "plugin", "qa", "quality", "standard", "standards", "style guide", "stylecheck", "tests" ], "support": { "issues": "https://github.com/PHPCSStandards/composer-installer/issues", "source": "https://github.com/PHPCSStandards/composer-installer" }, "time": "2023-01-05T11:28:13+00:00" }, { "name": "eftec/bladeone", "version": "3.52", "source": { "type": "git", "url": "https://github.com/EFTEC/BladeOne.git", "reference": "a19bf66917de0b29836983db87a455a4f6e32148" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/EFTEC/BladeOne/zipball/a19bf66917de0b29836983db87a455a4f6e32148", "reference": "a19bf66917de0b29836983db87a455a4f6e32148", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.6" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16.1", "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "^3.5.4" }, "suggest": { "eftec/bladeonehtml": "Extension to create forms", "ext-mbstring": "This extension is used if it's active" }, "type": "library", "autoload": { "psr-4": { "eftec\\bladeone\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jorge Patricio Castro Castillo", "email": "jcastro@eftec.cl" } ], "description": "The standalone version Blade Template Engine from Laravel in a single php file", "homepage": "https://github.com/EFTEC/BladeOne", "keywords": [ "blade", "php", "template", "templating", "view" ], "support": { "issues": "https://github.com/EFTEC/BladeOne/issues", "source": "https://github.com/EFTEC/BladeOne/tree/3.52" }, "time": "2021-04-17T13:49:01+00:00" }, { "name": "gettext/gettext", "version": "v4.8.12", "source": { "type": "git", "url": "https://github.com/php-gettext/Gettext.git", "reference": "11af89ee6c087db3cf09ce2111a150bca5c46e12" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/11af89ee6c087db3cf09ce2111a150bca5c46e12", "reference": "11af89ee6c087db3cf09ce2111a150bca5c46e12", "shasum": "" }, "require": { "gettext/languages": "^2.3", "php": ">=5.4.0" }, "require-dev": { "illuminate/view": "^5.0.x-dev", "phpunit/phpunit": "^4.8|^5.7|^6.5", "squizlabs/php_codesniffer": "^3.0", "symfony/yaml": "~2", "twig/extensions": "*", "twig/twig": "^1.31|^2.0" }, "suggest": { "illuminate/view": "Is necessary if you want to use the Blade extractor", "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator", "twig/extensions": "Is necessary if you want to use the Twig extractor", "twig/twig": "Is necessary if you want to use the Twig extractor" }, "type": "library", "autoload": { "psr-4": { "Gettext\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oscar Otero", "email": "oom@oscarotero.com", "homepage": "http://oscarotero.com", "role": "Developer" } ], "description": "PHP gettext manager", "homepage": "https://github.com/oscarotero/Gettext", "keywords": [ "JS", "gettext", "i18n", "mo", "po", "translation" ], "support": { "email": "oom@oscarotero.com", "issues": "https://github.com/oscarotero/Gettext/issues", "source": "https://github.com/php-gettext/Gettext/tree/v4.8.12" }, "funding": [ { "url": "https://paypal.me/oscarotero", "type": "custom" }, { "url": "https://github.com/oscarotero", "type": "github" }, { "url": "https://www.patreon.com/misteroom", "type": "patreon" } ], "time": "2024-05-18T10:25:07+00:00" }, { "name": "gettext/languages", "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/php-gettext/Languages.git", "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab", "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" }, "bin": [ "bin/export-plural-rules" ], "type": "library", "autoload": { "psr-4": { "Gettext\\Languages\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michele Locati", "email": "mlocati@gmail.com", "role": "Developer" } ], "description": "gettext languages with plural rules", "homepage": "https://github.com/php-gettext/Languages", "keywords": [ "cldr", "i18n", "internationalization", "l10n", "language", "languages", "localization", "php", "plural", "plural rules", "plurals", "translate", "translations", "unicode" ], "support": { "issues": "https://github.com/php-gettext/Languages/issues", "source": "https://github.com/php-gettext/Languages/tree/2.10.0" }, "funding": [ { "url": "https://paypal.me/mlocati", "type": "custom" }, { "url": "https://github.com/mlocati", "type": "github" } ], "time": "2022-10-18T15:00:10+00:00" }, { "name": "mck89/peast", "version": "v1.16.3", "source": { "type": "git", "url": "https://github.com/mck89/peast.git", "reference": "645ec21b650bc2aced18285c85f220d22afc1430" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mck89/peast/zipball/645ec21b650bc2aced18285c85f220d22afc1430", "reference": "645ec21b650bc2aced18285c85f220d22afc1430", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.16.3-dev" } }, "autoload": { "psr-4": { "Peast\\": "lib/Peast/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Marco Marchiò", "email": "marco.mm89@gmail.com" } ], "description": "Peast is PHP library that generates AST for JavaScript code", "support": { "issues": "https://github.com/mck89/peast/issues", "source": "https://github.com/mck89/peast/tree/v1.16.3" }, "time": "2024-07-23T14:00:32+00:00" }, { "name": "mustache/mustache", "version": "v2.14.2", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb", "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "friendsofphp/php-cs-fixer": "~1.11", "phpunit/phpunit": "~3.7|~4.0|~5.0" }, "type": "library", "autoload": { "psr-0": { "Mustache": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "A Mustache implementation in PHP.", "homepage": "https://github.com/bobthecow/mustache.php", "keywords": [ "mustache", "templating" ], "support": { "issues": "https://github.com/bobthecow/mustache.php/issues", "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.2" }, "time": "2022-08-23T13:07:01+00:00" }, { "name": "php-parallel-lint/php-parallel-lint", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git", "reference": "6db563514f27e19595a19f45a4bf757b6401194e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6db563514f27e19595a19f45a4bf757b6401194e", "reference": "6db563514f27e19595a19f45a4bf757b6401194e", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.3.0" }, "replace": { "grogy/php-parallel-lint": "*", "jakub-onderka/php-parallel-lint": "*" }, "require-dev": { "nette/tester": "^1.3 || ^2.0", "php-parallel-lint/php-console-highlighter": "0.* || ^1.0", "squizlabs/php_codesniffer": "^3.6" }, "suggest": { "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet" }, "bin": [ "parallel-lint" ], "type": "library", "autoload": { "classmap": [ "./src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Jakub Onderka", "email": "ahoj@jakubonderka.cz" } ], "description": "This tool checks the syntax of PHP files about 20x faster than serial check.", "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", "keywords": [ "lint", "static analysis" ], "support": { "issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues", "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.4.0" }, "time": "2024-03-27T12:14:49+00:00" }, { "name": "phpcsstandards/phpcsextra", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHPCSExtra.git", "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489", "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489", "shasum": "" }, "require": { "php": ">=5.4", "phpcsstandards/phpcsutils": "^1.0.9", "squizlabs/php_codesniffer": "^3.8.0" }, "require-dev": { "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcsstandards/phpcsdevcs": "^1.1.6", "phpcsstandards/phpcsdevtools": "^1.2.1", "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "type": "phpcodesniffer-standard", "extra": { "branch-alias": { "dev-stable": "1.x-dev", "dev-develop": "1.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Juliette Reinders Folmer", "homepage": "https://github.com/jrfnl", "role": "lead" }, { "name": "Contributors", "homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors" } ], "description": "A collection of sniffs and standards for use with PHP_CodeSniffer.", "keywords": [ "PHP_CodeSniffer", "phpcbf", "phpcodesniffer-standard", "phpcs", "standards", "static analysis" ], "support": { "issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues", "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy", "source": "https://github.com/PHPCSStandards/PHPCSExtra" }, "funding": [ { "url": "https://github.com/PHPCSStandards", "type": "github" }, { "url": "https://github.com/jrfnl", "type": "github" }, { "url": "https://opencollective.com/php_codesniffer", "type": "open_collective" } ], "time": "2023-12-08T16:49:07+00:00" }, { "name": "phpcsstandards/phpcsutils", "version": "1.0.12", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHPCSUtils.git", "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c", "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0", "php": ">=5.4", "squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev" }, "require-dev": { "ext-filter": "*", "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcsstandards/phpcsdevcs": "^1.1.6", "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0" }, "type": "phpcodesniffer-standard", "extra": { "branch-alias": { "dev-stable": "1.x-dev", "dev-develop": "1.x-dev" } }, "autoload": { "classmap": [ "PHPCSUtils/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Juliette Reinders Folmer", "homepage": "https://github.com/jrfnl", "role": "lead" }, { "name": "Contributors", "homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors" } ], "description": "A suite of utility functions for use with PHP_CodeSniffer", "homepage": "https://phpcsutils.com/", "keywords": [ "PHP_CodeSniffer", "phpcbf", "phpcodesniffer-standard", "phpcs", "phpcs3", "standards", "static analysis", "tokens", "utility" ], "support": { "docs": "https://phpcsutils.com/", "issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues", "security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy", "source": "https://github.com/PHPCSStandards/PHPCSUtils" }, "funding": [ { "url": "https://github.com/PHPCSStandards", "type": "github" }, { "url": "https://github.com/jrfnl", "type": "github" }, { "url": "https://opencollective.com/php_codesniffer", "type": "open_collective" } ], "time": "2024-05-20T13:34:27+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.11.3", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10", "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" }, "bin": [ "bin/phpcbf", "bin/phpcs" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "Former lead" }, { "name": "Juliette Reinders Folmer", "role": "Current lead" }, { "name": "Contributors", "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "keywords": [ "phpcs", "standards", "static analysis" ], "support": { "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" }, "funding": [ { "url": "https://github.com/PHPCSStandards", "type": "github" }, { "url": "https://github.com/jrfnl", "type": "github" }, { "url": "https://opencollective.com/php_codesniffer", "type": "open_collective" }, { "url": "https://thanks.dev/phpcsstandards", "type": "thanks_dev" } ], "time": "2025-01-23T17:04:15+00:00" }, { "name": "symfony/finder", "version": "v7.2.2", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "87a71856f2f56e4100373e92529eed3171695cfb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb", "reference": "87a71856f2f56e4100373e92529eed3171695cfb", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { "symfony/filesystem": "^6.4|^7.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/finder/tree/v7.2.2" }, "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-12-30T19:00:17+00:00" }, { "name": "wp-cli/i18n-command", "version": "v2.6.3", "source": { "type": "git", "url": "https://github.com/wp-cli/i18n-command.git", "reference": "065bb3758fcbff922f1b7a01ab702aab0da79803" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/065bb3758fcbff922f1b7a01ab702aab0da79803", "reference": "065bb3758fcbff922f1b7a01ab702aab0da79803", "shasum": "" }, "require": { "eftec/bladeone": "3.52", "gettext/gettext": "^4.8", "mck89/peast": "^1.13.11", "wp-cli/wp-cli": "^2.5" }, "require-dev": { "wp-cli/scaffold-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^4" }, "suggest": { "ext-json": "Used for reading and generating JSON translation files", "ext-mbstring": "Used for calculating include/exclude matches in code extraction" }, "type": "wp-cli-package", "extra": { "bundled": true, "commands": [ "i18n", "i18n make-pot", "i18n make-json", "i18n make-mo", "i18n make-php", "i18n update-po" ], "branch-alias": { "dev-main": "2.x-dev" } }, "autoload": { "files": [ "i18n-command.php" ], "psr-4": { "WP_CLI\\I18n\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pascal Birchler", "homepage": "https://pascalbirchler.com/" } ], "description": "Provides internationalization tools for WordPress projects.", "homepage": "https://github.com/wp-cli/i18n-command", "support": { "issues": "https://github.com/wp-cli/i18n-command/issues", "source": "https://github.com/wp-cli/i18n-command/tree/v2.6.3" }, "time": "2024-10-01T11:16:25+00:00" }, { "name": "wp-cli/mustangostang-spyc", "version": "0.6.3", "source": { "type": "git", "url": "https://github.com/wp-cli/spyc.git", "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", "shasum": "" }, "require": { "php": ">=5.3.1" }, "require-dev": { "phpunit/phpunit": "4.3.*@dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.x-dev" } }, "autoload": { "files": [ "includes/functions.php" ], "psr-4": { "Mustangostang\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "mustangostang", "email": "vlad.andersen@gmail.com" } ], "description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)", "homepage": "https://github.com/mustangostang/spyc/", "support": { "source": "https://github.com/wp-cli/spyc/tree/autoload" }, "time": "2017-04-25T11:26:20+00:00" }, { "name": "wp-cli/php-cli-tools", "version": "v0.11.22", "source": { "type": "git", "url": "https://github.com/wp-cli/php-cli-tools.git", "reference": "a6bb94664ca36d0962f9c2ff25591c315a550c51" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/a6bb94664ca36d0962f9c2ff25591c315a550c51", "reference": "a6bb94664ca36d0962f9c2ff25591c315a550c51", "shasum": "" }, "require": { "php": ">= 5.3.0" }, "require-dev": { "roave/security-advisories": "dev-latest", "wp-cli/wp-cli-tests": "^4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.11.x-dev" } }, "autoload": { "files": [ "lib/cli/cli.php" ], "psr-0": { "cli": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@handbuilt.co", "role": "Maintainer" }, { "name": "James Logsdon", "email": "jlogsdon@php.net", "role": "Developer" } ], "description": "Console utilities for PHP", "homepage": "http://github.com/wp-cli/php-cli-tools", "keywords": [ "cli", "console" ], "support": { "issues": "https://github.com/wp-cli/php-cli-tools/issues", "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.22" }, "time": "2023-12-03T19:25:05+00:00" }, { "name": "wp-cli/wp-cli", "version": "v2.11.0", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", "reference": "53f0df112901fcf95099d0f501912a209429b6a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/53f0df112901fcf95099d0f501912a209429b6a9", "reference": "53f0df112901fcf95099d0f501912a209429b6a9", "shasum": "" }, "require": { "ext-curl": "*", "mustache/mustache": "^2.14.1", "php": "^5.6 || ^7.0 || ^8.0", "symfony/finder": ">2.7", "wp-cli/mustangostang-spyc": "^0.6.3", "wp-cli/php-cli-tools": "~0.11.2" }, "require-dev": { "roave/security-advisories": "dev-latest", "wp-cli/db-command": "^1.3 || ^2", "wp-cli/entity-command": "^1.2 || ^2", "wp-cli/extension-command": "^1.1 || ^2", "wp-cli/package-command": "^1 || ^2", "wp-cli/wp-cli-tests": "^4.0.1" }, "suggest": { "ext-readline": "Include for a better --prompt implementation", "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates" }, "bin": [ "bin/wp", "bin/wp.bat" ], "type": "library", "extra": { "branch-alias": { "dev-main": "2.11.x-dev" } }, "autoload": { "psr-0": { "WP_CLI\\": "php/" }, "classmap": [ "php/class-wp-cli.php", "php/class-wp-cli-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "WP-CLI framework", "homepage": "https://wp-cli.org", "keywords": [ "cli", "wordpress" ], "support": { "docs": "https://make.wordpress.org/cli/handbook/", "issues": "https://github.com/wp-cli/wp-cli/issues", "source": "https://github.com/wp-cli/wp-cli" }, "time": "2024-08-08T03:04:55+00:00" }, { "name": "wp-coding-standards/wpcs", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/9333efcbff231f10dfd9c56bb7b65818b4733ca7", "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7", "shasum": "" }, "require": { "ext-filter": "*", "ext-libxml": "*", "ext-tokenizer": "*", "ext-xmlreader": "*", "php": ">=5.4", "phpcsstandards/phpcsextra": "^1.2.1", "phpcsstandards/phpcsutils": "^1.0.10", "squizlabs/php_codesniffer": "^3.9.0" }, "require-dev": { "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcompatibility/php-compatibility": "^9.0", "phpcsstandards/phpcsdevtools": "^1.2.0", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "suggest": { "ext-iconv": "For improved results", "ext-mbstring": "For improved results" }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Contributors", "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors" } ], "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", "keywords": [ "phpcs", "standards", "static analysis", "wordpress" ], "support": { "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues", "source": "https://github.com/WordPress/WordPress-Coding-Standards", "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" }, "funding": [ { "url": "https://opencollective.com/php_codesniffer", "type": "custom" } ], "time": "2024-03-25T16:39:00+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.4 || ^8.0" }, "platform-dev": [], "plugin-api-version": "2.6.0" }