{ "packages": [ { "name": "aziraphale/email-address-validator", "version": "2.0.1", "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://github.com/aziraphale/email-address-validator.git", "reference": "fa25bc22c1c0b6491657c91473fae3e40719a650" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aziraphale/email-address-validator/zipball/fa25bc22c1c0b6491657c91473fae3e40719a650", "reference": "fa25bc22c1c0b6491657c91473fae3e40719a650", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^5.7" }, "time": "2017-05-22T14:05:57+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "EmailAddressValidator": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dave Child", "email": "dave@addedbytes.com" }, { "name": "Andrew Gillard", "email": "andrew@lorddeath.net" } ], "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!", "homepage": "https://github.com/aziraphale/email-address-validator", "install-path": "../aziraphale/email-address-validator" }, { "name": "geshi/geshi", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "https://github.com/GeSHi/geshi-1.0.git", "reference": "7884d22244c6d2de5ac7ffd919ce4add02b36e66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/7884d22244c6d2de5ac7ffd919ce4add02b36e66", "reference": "7884d22244c6d2de5ac7ffd919ce4add02b36e66", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.2" }, "time": "2023-02-19T12:05:59+00:00", "default-branch": true, "type": "library", "installation-source": "source", "autoload": { "classmap": [ "src/geshi/", "src/geshi.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Benny Baumann", "email": "BenBE@geshi.org", "homepage": "http://blog.benny-baumann.de/", "role": "Developer" } ], "description": "Generic Syntax Highlighter", "homepage": "http://qbnz.com/highlighter/", "support": { "forum": "https://lists.sourceforge.net/lists/listinfo/geshi-users", "irc": "irc://irc.freenode.org/geshi", "issues": "https://sourceforge.net/p/geshi/feature-requests/", "source": "https://github.com/GeSHi/geshi-1.0/tree/master" }, "install-path": "../geshi/geshi" }, { "name": "kissifrot/php-ixr", "version": "1.8.4", "version_normalized": "1.8.4.0", "source": { "type": "git", "url": "https://github.com/kissifrot/php-ixr.git", "reference": "45f6e4d46c1f9bb49e41a1787b6bdbcc9ab788e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kissifrot/php-ixr/zipball/45f6e4d46c1f9bb49e41a1787b6bdbcc9ab788e4", "reference": "45f6e4d46c1f9bb49e41a1787b6bdbcc9ab788e4", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^8.0" }, "time": "2023-04-15T08:50:43+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "IXR\\": "src/", "IXR\\tests\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Incutio Ltd 2010 - Simon Willison", "homepage": "http://scripts.incutio.com/xmlrpc/" } ], "description": "Incutio XML-RPC library (IXR)", "homepage": "http://scripts.incutio.com/xmlrpc/", "keywords": [ "remote procedure call", "rpc", "xlm-rpc", "xmlrpc" ], "support": { "issues": "https://github.com/kissifrot/php-ixr/issues", "source": "https://github.com/kissifrot/php-ixr/tree/1.8.4" }, "install-path": "../kissifrot/php-ixr" }, { "name": "openpsa/universalfeedcreator", "version": "v1.9.0", "version_normalized": "1.9.0.0", "source": { "type": "git", "url": "https://github.com/flack/UniversalFeedCreator.git", "reference": "c55f908e867aa6dade0905b8aefb94fd9d8c1f9e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/flack/UniversalFeedCreator/zipball/c55f908e867aa6dade0905b8aefb94fd9d8c1f9e", "reference": "c55f908e867aa6dade0905b8aefb94fd9d8c1f9e", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.32 || ^9.5.10" }, "time": "2024-02-22T11:08:24+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "lib/constants.php" ], "classmap": [ "lib" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Andreas Flack", "email": "flack@contentcontrol-berlin.de", "homepage": "http://www.contentcontrol-berlin.de/" } ], "description": "RSS and Atom feed generator by Kai Blankenhorn", "keywords": [ "atom", "georss", "gpx", "opml", "pie", "rss" ], "support": { "issues": "https://github.com/flack/UniversalFeedCreator/issues", "source": "https://github.com/flack/UniversalFeedCreator/tree/v1.9.0" }, "install-path": "../openpsa/universalfeedcreator" }, { "name": "paragonie/constant_time_encoding", "version": "v2.6.3", "version_normalized": "2.6.3.0", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "58c3f47f650c94ec05a151692652a868995d2938" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", "reference": "58c3f47f650c94ec05a151692652a868995d2938", "shasum": "" }, "require": { "php": "^7|^8" }, "require-dev": { "phpunit/phpunit": "^6|^7|^8|^9", "vimeo/psalm": "^1|^2|^3|^4" }, "time": "2022-06-14T06:56:20+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "install-path": "../paragonie/constant_time_encoding" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "version_normalized": "9.99.100.0", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "time": "2020-10-15T08:29:30+00:00", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "install-path": "../paragonie/random_compat" }, { "name": "phpseclib/phpseclib", "version": "3.0.37", "version_normalized": "3.0.37.0", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8", "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8", "shasum": "" }, "require": { "paragonie/constant_time_encoding": "^1|^2", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php": ">=5.6.1" }, "require-dev": { "phpunit/phpunit": "*" }, "suggest": { "ext-dom": "Install the DOM extension to load XML formatted public keys.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "time": "2024-03-03T02:14:58+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib3\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "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/3.0.37" }, "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": "simplepie/simplepie", "version": "1.8.0", "version_normalized": "1.8.0.0", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplepie/simplepie/zipball/65b095d87bc00898d8fa7737bdbcda93a3fbcc55", "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55", "shasum": "" }, "require": { "ext-pcre": "*", "ext-xml": "*", "ext-xmlreader": "*", "php": ">=7.2.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.19 || ^3.8", "psr/simple-cache": "^1 || ^2 || ^3", "yoast/phpunit-polyfills": "^1.0.1" }, "suggest": { "ext-curl": "", "ext-iconv": "", "ext-intl": "", "ext-mbstring": "", "mf2/mf2": "Microformat module that allows for parsing HTML for microformats" }, "time": "2023-01-20T08:37:35+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "SimplePie": "library" }, "psr-4": { "SimplePie\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Ryan Parman", "homepage": "http://ryanparman.com/", "role": "Creator, alumnus developer" }, { "name": "Sam Sneddon", "homepage": "https://gsnedders.com/", "role": "Alumnus developer" }, { "name": "Ryan McCue", "email": "me@ryanmccue.info", "homepage": "http://ryanmccue.info/", "role": "Developer" } ], "description": "A simple Atom/RSS parsing library for PHP", "homepage": "http://simplepie.org/", "keywords": [ "atom", "feeds", "rss" ], "support": { "issues": "https://github.com/simplepie/simplepie/issues", "source": "https://github.com/simplepie/simplepie/tree/1.8.0" }, "install-path": "../simplepie/simplepie" }, { "name": "splitbrain/lesserphp", "version": "v0.10.1", "version_normalized": "0.10.1.0", "source": { "type": "git", "url": "https://github.com/splitbrain/lesserphp.git", "reference": "64e2ab63ddd399d9ef071e9a6bd778c6ddcc8db0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/splitbrain/lesserphp/zipball/64e2ab63ddd399d9ef071e9a6bd778c6ddcc8db0", "reference": "64e2ab63ddd399d9ef071e9a6bd778c6ddcc8db0", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { "phpunit/phpunit": "^8.5", "rector/rector": "^0.19", "squizlabs/php_codesniffer": "^3.8" }, "suggest": { "ext-fileinfo": "For mime type guessing of embedded files" }, "time": "2024-02-02T18:31:26+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "LesserPHP\\": "src", "LesserPHP\\tests\\": "tests" } }, "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" }, { "name": "Andreas Gohr", "email": "andi@splitbrain.org", "homepage": "https://www.splitbrain.org" } ], "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.", "support": { "issues": "https://github.com/splitbrain/lesserphp/issues", "source": "https://github.com/splitbrain/lesserphp/tree/v0.10.1" }, "install-path": "../splitbrain/lesserphp" }, { "name": "splitbrain/php-archive", "version": "1.3.1", "version_normalized": "1.3.1.0", "source": { "type": "git", "url": "https://github.com/splitbrain/php-archive.git", "reference": "d274e5190ba309777926348900cf9578d9e533c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d274e5190ba309777926348900cf9578d9e533c9", "reference": "d274e5190ba309777926348900cf9578d9e533c9", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "ext-bz2": "*", "ext-zip": "*", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^8" }, "suggest": { "ext-bz2": "For bz2 compression", "ext-iconv": "Used for proper filename encode handling", "ext-mbstring": "Can be used alternatively for handling filename encoding", "ext-zlib": "For zlib compression" }, "time": "2022-03-23T09:21:55+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "splitbrain\\PHPArchive\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andreas Gohr", "email": "andi@splitbrain.org" } ], "description": "Pure-PHP implementation to read and write TAR and ZIP archives", "keywords": [ "archive", "extract", "tar", "unpack", "unzip", "zip" ], "support": { "issues": "https://github.com/splitbrain/php-archive/issues", "source": "https://github.com/splitbrain/php-archive/tree/1.3.1" }, "install-path": "../splitbrain/php-archive" }, { "name": "splitbrain/php-cli", "version": "1.3.1", "version_normalized": "1.3.1.0", "source": { "type": "git", "url": "https://github.com/splitbrain/php-cli.git", "reference": "844609ef16b8486691b7fd892d54478918f27fe8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/844609ef16b8486691b7fd892d54478918f27fe8", "reference": "844609ef16b8486691b7fd892d54478918f27fe8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^8" }, "suggest": { "psr/log": "Allows you to make the CLI available as PSR-3 logger" }, "time": "2024-01-17T12:03:34+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "splitbrain\\phpcli\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andreas Gohr", "email": "andi@splitbrain.org" } ], "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies", "keywords": [ "argparse", "cli", "command line", "console", "getopt", "optparse", "terminal" ], "support": { "issues": "https://github.com/splitbrain/php-cli/issues", "source": "https://github.com/splitbrain/php-cli/tree/1.3.1" }, "install-path": "../splitbrain/php-cli" }, { "name": "splitbrain/php-jsstrip", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/splitbrain/php-jsstrip.git", "reference": "21254b19b381a25d6f3dd89dbd5c8191373a4d69" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/splitbrain/php-jsstrip/zipball/21254b19b381a25d6f3dd89dbd5c8191373a4d69", "reference": "21254b19b381a25d6f3dd89dbd5c8191373a4d69", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "phpunit/phpunit": "^8.0" }, "time": "2023-03-12T10:23:16+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "splitbrain\\JSStrip\\": "src/", "splitbrain\\JSStrip\\tests\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Andreas Gohr", "email": "andi@splitbrain.org" } ], "description": "PHP based JavaScript minimizer", "support": { "issues": "https://github.com/splitbrain/php-jsstrip/issues", "source": "https://github.com/splitbrain/php-jsstrip/tree/1.0.1" }, "funding": [ { "url": "https://github.com/sponsors/splitbrain", "type": "github" } ], "install-path": "../splitbrain/php-jsstrip" }, { "name": "splitbrain/slika", "version": "1.0.7", "version_normalized": "1.0.7.0", "source": { "type": "git", "url": "https://github.com/splitbrain/slika.git", "reference": "93cd2034628136b4fa322f7f1ac3d57293a6c08d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/splitbrain/slika/zipball/93cd2034628136b4fa322f7f1ac3d57293a6c08d", "reference": "93cd2034628136b4fa322f7f1ac3d57293a6c08d", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^8.0" }, "suggest": { "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick" }, "time": "2024-01-28T09:41:46+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "splitbrain\\slika\\": "src", "splitbrain\\slika\\tests\\": "tests" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andreas Gohr", "email": "andi@splitbrain.org" } ], "description": "Simple image resizing", "support": { "issues": "https://github.com/splitbrain/slika/issues", "source": "https://github.com/splitbrain/slika/tree/1.0.7" }, "install-path": "../splitbrain/slika" } ], "dev": true, "dev-package-names": [] }