{ "_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": "f43d3a0e0afb925e14da17a3b8323a29", "packages": [ { "name": "aziraphale/email-address-validator", "version": "2.0.1", "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" }, "type": "library", "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", "time": "2017-05-22T14:05:57+00:00" }, { "name": "geshi/geshi", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/GeSHi/geshi-1.0.git", "reference": "3c12a7931d509c5e3557c5ed44c9a32e9c917c7d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/3c12a7931d509c5e3557c5ed44c9a32e9c917c7d", "reference": "3c12a7931d509c5e3557c5ed44c9a32e9c917c7d", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.2" }, "type": "library", "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/", "time": "2020-06-22T15:46:04+00:00" }, { "name": "marcusschwarz/lesserphp", "version": "v0.5.4", "source": { "type": "git", "url": "https://github.com/MarcusSchwarz/lesserphp.git", "reference": "3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e", "reference": "3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e", "shasum": "" }, "require-dev": { "phpunit/phpunit": "~4.3" }, "bin": [ "plessc" ], "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.1-dev" } }, "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/", "time": "2020-01-19T19:18:49+00:00" }, { "name": "openpsa/universalfeedcreator", "version": "v1.8.3.2", "source": { "type": "git", "url": "https://github.com/flack/UniversalFeedCreator.git", "reference": "906745196469b13ceefa6523ef04851a78ad10f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/flack/UniversalFeedCreator/zipball/906745196469b13ceefa6523ef04851a78ad10f4", "reference": "906745196469b13ceefa6523ef04851a78ad10f4", "shasum": "" }, "require": { "php": ">=5.0" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "classmap": [ "lib" ], "files": [ "lib/constants.php" ] }, "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" ], "time": "2019-09-01T17:49:46+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.18", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "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" ], "time": "2019-01-03T20:59:08+00:00" }, { "name": "phpseclib/phpseclib", "version": "2.0.28", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d1ca58cf33cb21046d702ae3a7b14fdacd9f3260", "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "^4.8.35|^5.7|^6.0", "sami/sami": "~2.0", "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-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." }, "type": "library", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib\\": "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" ], "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" } ], "time": "2020-07-08T09:08:33+00:00" }, { "name": "simplepie/simplepie", "version": "1.5.5", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ae49e2201b6da9c808e5dac437aca356a11831b4", "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4", "shasum": "" }, "require": { "ext-pcre": "*", "ext-xml": "*", "ext-xmlreader": "*", "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "~5.4.3 || ~6.5" }, "suggest": { "ext-curl": "", "ext-iconv": "", "ext-intl": "", "ext-mbstring": "", "mf2/mf2": "Microformat module that allows for parsing HTML for microformats" }, "type": "library", "autoload": { "psr-0": { "SimplePie": "library" } }, "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" ], "time": "2020-05-01T12:23:14+00:00" }, { "name": "splitbrain/php-archive", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/splitbrain/php-archive.git", "reference": "d4cf2d9a2d82548b7e4f1dc04802c526eba68b65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d4cf2d9a2d82548b7e4f1dc04802c526eba68b65", "reference": "d4cf2d9a2d82548b7e4f1dc04802c526eba68b65", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "ext-bz2": "*", "ext-zip": "*", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^4.8" }, "suggest": { "ext-iconv": "Used for proper filename encode handling", "ext-mbstring": "Can be used alternatively for handling filename encoding" }, "type": "library", "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" ], "time": "2020-10-13T12:41:15+00:00" }, { "name": "splitbrain/php-cli", "version": "1.1.7", "source": { "type": "git", "url": "https://github.com/splitbrain/php-cli.git", "reference": "fb4f888866d090b10e3e68292d197ca274cea626" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/fb4f888866d090b10e3e68292d197ca274cea626", "reference": "fb4f888866d090b10e3e68292d197ca274cea626", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.5.*" }, "suggest": { "psr/log": "Allows you to make the CLI available as PSR-3 logger" }, "type": "library", "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" ], "time": "2019-12-12T08:24:54+00:00" }, { "name": "splitbrain/slika", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/splitbrain/slika.git", "reference": "a357f2ac6a10668c43516ef11220f60da9fab171" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/splitbrain/slika/zipball/a357f2ac6a10668c43516ef11220f60da9fab171", "reference": "a357f2ac6a10668c43516ef11220f60da9fab171", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "suggest": { "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick" }, "type": "library", "autoload": { "psr-4": { "splitbrain\\slika\\tests\\": "tests", "splitbrain\\slika\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andreas Gohr", "email": "andi@splitbrain.org" } ], "description": "Simple image resizing", "time": "2020-09-01T15:14:41+00:00" } ], "packages-dev": [], "aliases": [ { "alias": "1.0.x-dev", "alias_normalized": "1.0.9999999.9999999-dev", "version": "9999999-dev", "package": "geshi/geshi" } ], "minimum-stability": "stable", "stability-flags": { "geshi/geshi": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=7.2", "ext-json": "*" }, "platform-dev": [], "platform-overrides": { "php": "7.2" }, "plugin-api-version": "1.1.0" }