123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678 |
- {
- "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.3",
- "version_normalized": "1.8.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/kissifrot/php-ixr.git",
- "reference": "4477cd1a67416ce5b6a2080f9a79d9eb50a965c1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/kissifrot/php-ixr/zipball/4477cd1a67416ce5b6a2080f9a79d9eb50a965c1",
- "reference": "4477cd1a67416ce5b6a2080f9a79d9eb50a965c1",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0"
- },
- "time": "2016-11-17T12:00:18+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "IXR\\": "src/"
- }
- },
- "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/master"
- },
- "install-path": "../kissifrot/php-ixr"
- },
- {
- "name": "marcusschwarz/lesserphp",
- "version": "v0.6.0",
- "version_normalized": "0.6.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/MarcusSchwarz/lesserphp.git",
- "reference": "64ece57ad81ab1fe4d2a1894729e0d293fce09ef"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/64ece57ad81ab1fe4d2a1894729e0d293fce09ef",
- "reference": "64ece57ad81ab1fe4d2a1894729e0d293fce09ef",
- "shasum": ""
- },
- "require": {
- "php": "^7.2|^7.3|^7.4|^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.0|^9.0"
- },
- "time": "2021-03-10T19:14:23+00:00",
- "bin": [
- "plessc"
- ],
- "type": "library",
- "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": "https://www.maswaba.de/lesserphpdocs/",
- "support": {
- "issues": "https://github.com/MarcusSchwarz/lesserphp/issues",
- "source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.6.0"
- },
- "install-path": "../marcusschwarz/lesserphp"
- },
- {
- "name": "openpsa/universalfeedcreator",
- "version": "v1.8.4.1",
- "version_normalized": "1.8.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/flack/UniversalFeedCreator.git",
- "reference": "e4736a68eef454a83acd100230a2e15b424f899f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/flack/UniversalFeedCreator/zipball/e4736a68eef454a83acd100230a2e15b424f899f",
- "reference": "e4736a68eef454a83acd100230a2e15b424f899f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.0"
- },
- "require-dev": {
- "phpunit/phpunit": "*"
- },
- "time": "2022-04-04T10:02:43+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.8.4.1"
- },
- "install-path": "../openpsa/universalfeedcreator"
- },
- {
- "name": "phpseclib/phpseclib",
- "version": "2.0.42",
- "version_normalized": "2.0.42.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/665d289f59e646a259ebf13f29be7f6f54cab24b",
- "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "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-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.",
- "ext-xml": "Install the XML extension to load XML formatted public keys."
- },
- "time": "2023-03-06T12:45:53+00:00",
- "type": "library",
- "installation-source": "dist",
- "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"
- ],
- "support": {
- "issues": "https://github.com/phpseclib/phpseclib/issues",
- "source": "https://github.com/phpseclib/phpseclib/tree/2.0.42"
- },
- "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/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.2.1",
- "version_normalized": "1.2.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/splitbrain/php-cli.git",
- "reference": "47cd2b2c1d976d22afb01e121985d59c4f98c031"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/47cd2b2c1d976d22afb01e121985d59c4f98c031",
- "reference": "47cd2b2c1d976d22afb01e121985d59c4f98c031",
- "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": "2022-11-04T11:59:39+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.2.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.5",
- "version_normalized": "1.0.5.0",
- "source": {
- "type": "git",
- "url": "https://github.com/splitbrain/slika.git",
- "reference": "be0785cb6b7def847df5d92e0e5fde57def7220f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/splitbrain/slika/zipball/be0785cb6b7def847df5d92e0e5fde57def7220f",
- "reference": "be0785cb6b7def847df5d92e0e5fde57def7220f",
- "shasum": ""
- },
- "require-dev": {
- "phpunit/phpunit": "^8.0"
- },
- "suggest": {
- "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick"
- },
- "time": "2022-02-04T22:41:26+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.5"
- },
- "install-path": "../splitbrain/slika"
- }
- ],
- "dev": true,
- "dev-package-names": []
- }
|