View file File name : installed.json Content :{ "packages": [ { "name": "intervention/httpauth", "version": "3.0.3", "version_normalized": "3.0.3.0", "source": { "type": "git", "url": "https://github.com/Intervention/httpauth.git", "reference": "7742aa013e1a72f94379cb6623286f06fa1ea5f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Intervention/httpauth/zipball/7742aa013e1a72f94379cb6623286f06fa1ea5f7", "reference": "7742aa013e1a72f94379cb6623286f06fa1ea5f7", "shasum": "" }, "require": { "php": "^7.3|^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.11", "phpunit/phpunit": "^9.0" }, "time": "2021-01-22T15:08:35+00:00", "type": "library", "extra": { "laravel": { "providers": [ "Intervention\\HttpAuth\\Laravel\\HttpAuthServiceProvider" ], "aliases": { "HttpAuth": "Intervention\\HttpAuth\\Laravel\\Facades\\HttpAuth" } } }, "installation-source": "dist", "autoload": { "psr-4": { "Intervention\\HttpAuth\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oliver Vogel", "email": "oliver@olivervogel.com", "homepage": "https://olivervogel.com/" } ], "description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration", "homepage": "https://github.com/Intervention/httpauth", "keywords": [ "Authentication", "http", "laravel" ], "support": { "issues": "https://github.com/Intervention/httpauth/issues", "source": "https://github.com/Intervention/httpauth/tree/3.0.3" }, "install-path": "../intervention/httpauth" }, { "name": "marcusschwarz/lesserphp", "version": "v0.5.5", "version_normalized": "0.5.5.0", "source": { "type": "git", "url": "https://github.com/MarcusSchwarz/lesserphp.git", "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/77ba82b5218ff228267d3b0e5ec8697be75e86a7", "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7", "shasum": "" }, "require-dev": { "phpunit/phpunit": ">=4.8.35 <8" }, "time": "2021-03-10T17:56:57+00:00", "bin": [ "plessc" ], "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.1-dev" } }, "installation-source": "dist", "autoload": { "classmap": [ "lessc.inc.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT", "GPL-3.0" ], "authors": [ { "name": "Leaf Corcoran", "email": "leafot@gmail.com", "homepage": "http://leafo.net" }, { "name": "Marcus Schwarz", "email": "github@maswaba.de", "homepage": "https://www.maswaba.de" } ], "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.", "homepage": "http://leafo.net/lessphp/", "support": { "issues": "https://github.com/MarcusSchwarz/lesserphp/issues", "source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.5.5" }, "install-path": "../marcusschwarz/lesserphp" }, { "name": "matthiasmullie/minify", "version": "1.3.73", "version_normalized": "1.3.73.0", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", "reference": "cb7a9297b4ab070909cefade30ee95054d4ae87a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/cb7a9297b4ab070909cefade30ee95054d4ae87a", "reference": "cb7a9297b4ab070909cefade30ee95054d4ae87a", "shasum": "" }, "require": { "ext-pcre": "*", "matthiasmullie/path-converter": "~1.1", "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": ">=2.0", "matthiasmullie/scrapbook": ">=1.3", "phpunit/phpunit": ">=4.8", "squizlabs/php_codesniffer": ">=3.0" }, "suggest": { "psr/cache-implementation": "Cache implementation to use with Minify::cache" }, "time": "2024-03-15T10:27:10+00:00", "bin": [ "bin/minifycss", "bin/minifyjs" ], "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "MatthiasMullie\\Minify\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "minify@mullie.eu", "homepage": "https://www.mullie.eu", "role": "Developer" } ], "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.", "homepage": "https://github.com/matthiasmullie/minify", "keywords": [ "JS", "css", "javascript", "minifier", "minify" ], "support": { "issues": "https://github.com/matthiasmullie/minify/issues", "source": "https://github.com/matthiasmullie/minify/tree/1.3.73" }, "funding": [ { "url": "https://github.com/matthiasmullie", "type": "github" } ], "install-path": "../matthiasmullie/minify" }, { "name": "matthiasmullie/path-converter", "version": "1.1.3", "version_normalized": "1.1.3.0", "source": { "type": "git", "url": "https://github.com/matthiasmullie/path-converter.git", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "time": "2019-02-05T23:41:09+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "MatthiasMullie\\PathConverter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "pathconverter@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "Relative path converter", "homepage": "http://github.com/matthiasmullie/path-converter", "keywords": [ "converter", "path", "paths", "relative" ], "support": { "issues": "https://github.com/matthiasmullie/path-converter/issues", "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3" }, "install-path": "../matthiasmullie/path-converter" }, { "name": "monolog/monolog", "version": "2.3.5", "version_normalized": "2.3.5.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "fd4380d6fc37626e2f799f29d91195040137eba9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9", "reference": "fd4380d6fc37626e2f799f29d91195040137eba9", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7", "graylog2/gelf-php": "^1.4.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.6.1", "phpstan/phpstan": "^0.12.91", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3", "ruflin/elastica": ">=0.90@dev", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "ext-openssl": "Required to send log messages using SSL", "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "time": "2021-10-01T21:08:31+00:00", "type": "library", "extra": { "branch-alias": { "dev-main": "2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.3.5" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "install-path": "../monolog/monolog" }, { "name": "mrclay/jsmin-php", "version": "2.4.3", "version_normalized": "2.4.3.0", "source": { "type": "git", "url": "https://github.com/mrclay/jsmin-php.git", "reference": "49feaa85933458c15bb62ae65644bf22d60b7610" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/49feaa85933458c15bb62ae65644bf22d60b7610", "reference": "49feaa85933458c15bb62ae65644bf22d60b7610", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36|^9.5.26" }, "time": "2022-12-13T20:15:15+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "JSMin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Stephen Clay", "email": "steve@mrclay.org", "role": "Developer" }, { "name": "Ryan Grove", "email": "ryan@wonko.com", "role": "Developer" } ], "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.", "homepage": "https://github.com/mrclay/jsmin-php/", "keywords": [ "compress", "jsmin", "minify" ], "support": { "email": "minify@googlegroups.com", "issues": "https://github.com/mrclay/jsmin-php/issues", "source": "https://github.com/mrclay/jsmin-php/tree/2.4.3" }, "install-path": "../mrclay/jsmin-php" }, { "name": "mrclay/minify", "version": "3.0.14", "version_normalized": "3.0.14.0", "source": { "type": "git", "url": "https://github.com/mrclay/minify.git", "reference": "dc02cdfba70737828c947fde33bc3f8235a742f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mrclay/minify/zipball/dc02cdfba70737828c947fde33bc3f8235a742f5", "reference": "dc02cdfba70737828c947fde33bc3f8235a742f5", "shasum": "" }, "require": { "ext-pcre": "*", "intervention/httpauth": "^2.0|^3.0", "marcusschwarz/lesserphp": "^0.5.5", "monolog/monolog": "~1.1|~2.0|~3.0", "mrclay/jsmin-php": "~2", "mrclay/props-dic": "^2.2|^3.0", "php": "^5.3.0 || ^7.0 || ^8.0", "tubalmartin/cssmin": "~4" }, "require-dev": { "firephp/firephp-core": "~0.4.0", "leafo/scssphp": "^0.3 || ^0.6 || ^0.7", "meenie/javascript-packer": "~1.1", "phpunit/phpunit": "^4.8.36", "tedivm/jshrink": "~1.1.0" }, "suggest": { "firephp/firephp-core": "Use FirePHP for Log messages", "meenie/javascript-packer": "Keep track of the Packer PHP port using Composer" }, "time": "2023-05-05T12:03:06+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "installation-source": "dist", "autoload": { "classmap": [ "lib/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Stephen Clay", "email": "steve@mrclay.org", "role": "Developer" } ], "description": "Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers", "homepage": "https://github.com/mrclay/minify", "support": { "email": "minify@googlegroups.com", "issues": "https://github.com/mrclay/minify/issues", "source": "https://github.com/mrclay/minify/tree/3.0.14", "wiki": "https://github.com/mrclay/minify/blob/master/docs" }, "install-path": "../mrclay/minify" }, { "name": "mrclay/props-dic", "version": "3.0.1", "version_normalized": "3.0.1.0", "source": { "type": "git", "url": "https://github.com/mrclay/Props.git", "reference": "63fae3035770feee1836f57c7dd52c0a9b7e5b4d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mrclay/Props/zipball/63fae3035770feee1836f57c7dd52c0a9b7e5b4d", "reference": "63fae3035770feee1836f57c7dd52c0a9b7e5b4d", "shasum": "" }, "require": { "php": ">=5.3.3", "pimple/pimple": "~3.0", "psr/container": "^1.0|^2.0" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "time": "2023-02-13T07:32:41+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Props\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Steve Clay", "email": "steve@mrclay.org", "homepage": "http://www.mrclay.org/" } ], "description": "Props is a simple DI container that allows retrieving values via custom property and method names", "keywords": [ "container", "dependency injection", "dependency injection container", "di", "di container" ], "support": { "issues": "https://github.com/mrclay/Props/issues", "source": "https://github.com/mrclay/Props/tree/3.0.1" }, "install-path": "../mrclay/props-dic" }, { "name": "phpseclib/phpseclib", "version": "1.0.23", "version_normalized": "1.0.23.0", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "86990d518f4434719271fadd112d34b20208f3a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/86990d518f4434719271fadd112d34b20208f3a9", "reference": "86990d518f4434719271fadd112d34b20208f3a9", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", "ext-xml": "Install the XML extension to load XML formatted public keys.", "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0." }, "time": "2024-02-26T04:44:00+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "phpseclib/bootstrap.php", "phpseclib/Crypt/Random.php" ], "psr-0": { "Net": "phpseclib/", "File": "phpseclib/", "Math": "phpseclib/", "Crypt": "phpseclib/", "System": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "phpseclib/" ], "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", "source": "https://github.com/phpseclib/phpseclib/tree/1.0.23" }, "funding": [ { "url": "https://github.com/terrafrost", "type": "github" }, { "url": "https://www.patreon.com/phpseclib", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", "type": "tidelift" } ], "install-path": "../phpseclib/phpseclib" }, { "name": "pimple/pimple", "version": "v3.5.0", "version_normalized": "3.5.0.0", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1 || ^2.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.4@dev" }, "time": "2021-10-28T11:13:42+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.4.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Pimple": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple, a simple Dependency Injection Container", "homepage": "https://pimple.symfony.com", "keywords": [ "container", "dependency injection" ], "support": { "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" }, "install-path": "../pimple/pimple" }, { "name": "psr/container", "version": "2.0.2", "version_normalized": "2.0.2.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { "php": ">=7.4.0" }, "time": "2021-11-05T16:47:00+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/2.0.2" }, "install-path": "../psr/container" }, { "name": "psr/log", "version": "1.1.4", "version_normalized": "1.1.4.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2021-05-03T11:20:27+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "install-path": "../psr/log" }, { "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/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": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "https://github.com/DavidAnderson684/webp-convert.git", "reference": "d51a1799d12997696681a535d1aa2d4354ea8b8d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DavidAnderson684/webp-convert/zipball/d51a1799d12997696681a535d1aa2d4354ea8b8d", "reference": "d51a1799d12997696681a535d1aa2d4354ea8b8d", "shasum": "" }, "require": { "php": "^5.6 | ^7.0 | ^8.0", "rosell-dk/exec-with-fallback": "^1.0.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.5", "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.", "php-stan/php-stan": "Suggested for dev, in order to analyse code before committing" }, "time": "2022-11-09T10:15:51+00:00", "default-branch": true, "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/" } }, "autoload-dev": { "psr-4": { "WebPConvert\\Tests\\": "tests/" } }, "scripts": { "ci": [ "@test", "@phpcs-all", "@composer validate --no-check-all --strict", "@phpstan-global" ], "phpunit": [ "phpunit --coverage-text" ], "test": [ "phpunit --coverage-text=build/coverage.txt --coverage-clover=build/coverage.clover --coverage-html=build/coverage --whitelist=src tests" ], "test-41": [ "phpunit --no-coverage --configuration 'phpunit-41.xml.dist'" ], "test-with-coverage": [ "phpunit --coverage-text --configuration 'phpunit-with-coverage.xml.dist'" ], "test-41-with-coverage": [ "phpunit --coverage-text --configuration 'phpunit-41.xml.dist'" ], "test-no-cov": [ "phpunit --no-coverage tests" ], "cs-fix-all": [ "php-cs-fixer fix src" ], "cs-fix": [ "php-cs-fixer fix" ], "cs-dry": [ "php-cs-fixer fix --dry-run --diff" ], "phpcs": [ "phpcs --standard=phpcs-ruleset.xml" ], "phpcs-all": [ "phpcs --standard=phpcs-ruleset.xml src" ], "phpcbf": [ "phpcbf --standard=PSR2" ], "phpstan": [ "vendor/bin/phpstan analyse src --level=4" ], "phpstan-global-old": [ "~/.composer/vendor/bin/phpstan analyse src --level=4" ], "phpstan-global": [ "~/.config/composer/vendor/bin/phpstan analyse src --level=4" ] }, "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": [ "cwebp", "gd", "image conversion", "images", "imagick", "jpg", "jpg2webp", "png", "png2webp", "webp" ], "support": { "source": "https://github.com/DavidAnderson684/webp-convert/tree/master" }, "funding": [ { "type": "github", "url": "https://github.com/rosell-dk" }, { "type": "ko_fi", "url": "https://ko-fi.com/rosell" } ], "install-path": "../rosell-dk/webp-convert" }, { "name": "simplehtmldom/simplehtmldom", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "https://github.com/DavidAnderson684/simplehtmldom.git", "reference": "56496c8ced3bfcf3518c98d89cdcd40404ea5ba5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DavidAnderson684/simplehtmldom/zipball/56496c8ced3bfcf3518c98d89cdcd40404ea5ba5", "reference": "56496c8ced3bfcf3518c98d89cdcd40404ea5ba5", "shasum": "" }, "require": { "ext-iconv": "*", "php": ">=5.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "*", "phpcompatibility/php-compatibility": "^9", "phpunit/phpunit": "^6 || ^7", "squizlabs/php_codesniffer": "^2" }, "suggest": { "ext-curl": "Needed to support cURL downloads in class HtmlWeb", "ext-mbstring": "Allows better decoding for multi-byte documents", "ext-openssl": "Allows loading HTTPS pages when using cURL" }, "time": "2023-03-08T10:06:37+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "./" ], "exclude-from-classmap": [ "/example/", "/docs/", "/tests/", "simple_html_dom.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "S.C. Chen", "role": "Developer" }, { "name": "John Schlick", "role": "Developer" }, { "name": "logmanoriginal", "role": "Developer" } ], "description": "A fast, simple and reliable HTML document parser for PHP.", "homepage": "https://simplehtmldom.sourceforge.io/", "keywords": [ "dom", "html", "parser", "php", "simple", "simplehtmldom" ], "support": { "issues": "https://sourceforge.net/p/simplehtmldom/bugs/", "wiki": "https://simplehtmldom.sourceforge.io/docs/", "source": "https://sourceforge.net/p/simplehtmldom/repository/", "rss": "https://sourceforge.net/p/simplehtmldom/news/feed.rss" }, "install-path": "../simplehtmldom/simplehtmldom" }, { "name": "team-updraft/common-libs", "version": "3.0.7", "version_normalized": "3.0.7.0", "source": { "type": "git", "url": "ssh://git@source.updraftplus.com:20022/team-updraft/common-libs.git", "reference": "30a5b39a3043cc12a6e1358183682d24376b3fdd" }, "dist": { "type": "zip", "url": "https://source.updraftplus.com/api/v4/projects/28/packages/composer/archives/team-updraft/common-libs.zip?sha=30a5b39a3043cc12a6e1358183682d24376b3fdd", "reference": "30a5b39a3043cc12a6e1358183682d24376b3fdd", "shasum": "" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "0.7.*", "phpcompatibility/php-compatibility": "9.3.*", "sirbrillig/phpcs-variable-analysis": "2.11.*", "squizlabs/php_codesniffer": "3.6.*", "wp-coding-standards/wpcs": "2.3.*" }, "type": "library", "installation-source": "dist", "license": [ "GPL-3.0-only" ], "authors": [ { "name": "Team Updraft", "email": "team.updraft@gmail.com" } ], "description": "These are the common libs used across all of our projects", "install-path": "../team-updraft/common-libs" }, { "name": "team-updraft/lib-central", "version": "1.24.6", "version_normalized": "1.24.6.0", "source": { "type": "git", "url": "ssh://git@source.updraftplus.com:20022/team-updraft/lib-central.git", "reference": "8333f0192500cc2529f2a2780831d3949350f54c" }, "dist": { "type": "zip", "url": "https://source.updraftplus.com/api/v4/projects/106/packages/composer/archives/team-updraft/lib-central.zip?sha=8333f0192500cc2529f2a2780831d3949350f54c", "reference": "8333f0192500cc2529f2a2780831d3949350f54c", "shasum": "" }, "type": "library", "installation-source": "dist", "install-path": "../team-updraft/lib-central" }, { "name": "tubalmartin/cssmin", "version": "v4.1.1", "version_normalized": "4.1.1.0", "source": { "type": "git", "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git", "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf", "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.2" }, "require-dev": { "cogpowered/finediff": "0.3.*", "phpunit/phpunit": "4.8.*" }, "time": "2018-01-15T15:26:51+00:00", "bin": [ "cssmin" ], "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "tubalmartin\\CssMin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Túbal Martín", "homepage": "http://tubalmartin.me/" } ], "description": "A PHP port of the YUI CSS compressor", "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port", "keywords": [ "compress", "compressor", "css", "cssmin", "minify", "yui" ], "support": { "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues", "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port" }, "install-path": "../tubalmartin/cssmin" } ], "dev": false, "dev-package-names": [] }