{ "_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": "99a8bfaf51b5e36bb702f789ce200fea", "packages": [ { "name": "adbario/php-dot-notation", "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/adbario/php-dot-notation.git", "reference": "a94ce4493d19ea430baa8d7d210a2c9bd7129fc2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/a94ce4493d19ea430baa8d7d210a2c9bd7129fc2", "reference": "a94ce4493d19ea430baa8d7d210a2c9bd7129fc2", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.4 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.8", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { "files": [ "src/helpers.php" ], "psr-4": { "Adbar\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Riku Särkinen", "email": "riku@adbar.io" } ], "description": "PHP dot notation access to arrays", "homepage": "https://github.com/adbario/php-dot-notation", "keywords": [ "ArrayAccess", "dotnotation" ], "support": { "issues": "https://github.com/adbario/php-dot-notation/issues", "source": "https://github.com/adbario/php-dot-notation/tree/3.3.0" }, "time": "2023-02-24T20:27:50+00:00" }, { "name": "composer/semver", "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6", "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/3.4.2" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2024-07-12T11:35:52+00:00" }, { "name": "james-heinrich/getid3", "version": "v1.9.23", "source": { "type": "git", "url": "https://github.com/JamesHeinrich/getID3.git", "reference": "06c7482532ff2b3f9111b011d880ca6699c8542b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/06c7482532ff2b3f9111b011d880ca6699c8542b", "reference": "06c7482532ff2b3f9111b011d880ca6699c8542b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.0" }, "suggest": { "ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).", "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.", "ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.", "ext-dba": "DBA extension is required to use the DBA database as a cache storage.", "ext-exif": "EXIF extension is required for graphic modules.", "ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).", "ext-json": "JSON extension is required to analyze Apple Quicktime videos.", "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.", "ext-mbstring": "mbstring extension is required to work with different character sets.", "ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).", "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.", "ext-rar": "RAR extension is required for RAR archive module.", "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.", "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.", "ext-zlib": "Zlib extension is required for archive modules and compressed metadata." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9.x-dev" } }, "autoload": { "classmap": [ "getid3/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-1.0-or-later", "LGPL-3.0-only", "MPL-2.0" ], "description": "PHP script that extracts useful information from popular multimedia file formats", "homepage": "https://www.getid3.org/", "keywords": [ "codecs", "php", "tags" ], "support": { "issues": "https://github.com/JamesHeinrich/getID3/issues", "source": "https://github.com/JamesHeinrich/getID3/tree/v1.9.23" }, "time": "2023-10-19T13:18:49+00:00" }, { "name": "league/uri", "version": "6.7.2", "source": { "type": "git", "url": "https://github.com/thephpleague/uri.git", "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri/zipball/d3b50812dd51f3fbf176344cc2981db03d10fe06", "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06", "shasum": "" }, "require": { "ext-json": "*", "league/uri-interfaces": "^2.3", "php": "^7.4 || ^8.0", "psr/http-message": "^1.0" }, "conflict": { "league/uri-schemes": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^v3.3.2", "nyholm/psr7": "^1.5", "php-http/psr7-integration-tests": "^1.1", "phpstan/phpstan": "^1.2.0", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.1.0", "phpunit/phpunit": "^9.5.10", "psr/http-factory": "^1.0" }, "suggest": { "ext-fileinfo": "Needed to create Data URI from a filepath", "ext-intl": "Needed to improve host validation", "league/uri-components": "Needed to easily manipulate URI objects", "psr/http-factory": "Needed to use the URI factory" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.x-dev" } }, "autoload": { "psr-4": { "League\\Uri\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://nyamsprod.com" } ], "description": "URI manipulation library", "homepage": "https://uri.thephpleague.com", "keywords": [ "data-uri", "file-uri", "ftp", "hostname", "http", "https", "middleware", "parse_str", "parse_url", "psr-7", "query-string", "querystring", "rfc3986", "rfc3987", "rfc6570", "uri", "uri-template", "url", "ws" ], "support": { "docs": "https://uri.thephpleague.com", "forum": "https://thephpleague.slack.com", "issues": "https://github.com/thephpleague/uri/issues", "source": "https://github.com/thephpleague/uri/tree/6.7.2" }, "funding": [ { "url": "https://github.com/sponsors/nyamsprod", "type": "github" } ], "time": "2022-09-13T19:50:42+00:00" }, { "name": "league/uri-interfaces", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-interfaces.git", "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.2 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.19", "phpstan/phpstan": "^0.12.90", "phpstan/phpstan-phpunit": "^0.12.19", "phpstan/phpstan-strict-rules": "^0.12.9", "phpunit/phpunit": "^8.5.15 || ^9.5" }, "suggest": { "ext-intl": "to use the IDNA feature", "symfony/intl": "to use the IDNA feature via Symfony Polyfill" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "League\\Uri\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://nyamsprod.com" } ], "description": "Common interface for URI representation", "homepage": "http://github.com/thephpleague/uri-interfaces", "keywords": [ "rfc3986", "rfc3987", "uri", "url" ], "support": { "issues": "https://github.com/thephpleague/uri-interfaces/issues", "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0" }, "funding": [ { "url": "https://github.com/sponsors/nyamsprod", "type": "github" } ], "time": "2021-06-28T04:27:21+00:00" }, { "name": "libretime/celery-php", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/libretime/celery-php.git", "reference": "21cf869c5c182aa9296333fcad5f0d27f33ce5b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/libretime/celery-php/zipball/21cf869c5c182aa9296333fcad5f0d27f33ce5b6", "reference": "21cf869c5c182aa9296333fcad5f0d27f33ce5b6", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "ext-amqp": "*", "php-amqplib/php-amqplib": ">=3.0", "phpunit/phpunit": "<6.0.0", "predis/predis": "*" }, "suggest": { "ext-amqp": "Adds support for the AMQP extension for PHP backend", "php-amqplib/php-amqplib": "Adds support for the php-amqplib, AMQP library for PHP, backend", "predis/predis": "Adds support for the predis, PHP client library for Redis, backend" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-main": "3.0-dev" } }, "autoload": { "psr-4": { "Celery\\": "src/" } }, "autoload-dev": { "psr-4": { "Celery\\Tests\\": "tests/" } }, "license": [ "BSD-2-Clause" ], "authors": [ { "name": "GDR!", "email": "info@massivescale.net", "homepage": "http://massivescale.net/", "role": "Developer" } ], "description": "PHP client for Celery task queue", "homepage": "https://github.com/gjedeer/celery-php/", "keywords": [ "amqp", "celery", "cron", "python", "queue", "redis", "task" ], "support": { "issues": "https://github.com/gjedeer/celery-php/issues", "docs": "https://github.com/gjedeer/celery-php/", "source": "https://github.com/libretime/celery-php/tree/main" }, "time": "2023-01-12T15:55:18+00:00" }, { "name": "libretime/propel1", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/libretime/propel1.git", "reference": "b7e07124f494646da5be7342e949e133140c8eba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/libretime/propel1/zipball/b7e07124f494646da5be7342e949e133140c8eba", "reference": "b7e07124f494646da5be7342e949e133140c8eba", "shasum": "" }, "require": { "phing/phing": "~2.4", "php": "^7.1" }, "require-dev": { "pear-pear.php.net/pear_packagefilemanager2": "@stable", "phpcompatibility/php-compatibility": "^9.3", "phpunit/phpunit": "^9.0.0", "squizlabs/php_codesniffer": "^3.5" }, "default-branch": true, "bin": [ "generator/bin/propel-gen", "generator/bin/propel-gen.bat" ], "type": "library", "extra": { "branch-alias": { "dev-main": "1.7-dev" } }, "autoload": { "classmap": [ "runtime/lib", "generator/lib" ] }, "include-path": [ "runtime/lib", "generator/lib" ], "scripts": { "post-install-cmd": [ "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility" ], "post-update-cmd": [ "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility" ] }, "license": [ "MIT" ], "authors": [ { "name": "William Durand", "email": "william.durand1@gmail.com", "homepage": "http://www.willdurand.fr" } ], "description": "Propel is an open-source Object-Relational Mapping (ORM) for PHP5.", "homepage": "http://www.propelorm.org/", "keywords": [ "active record", "database", "mapping", "orm", "persistence" ], "support": { "source": "https://github.com/libretime/propel1/tree/main" }, "time": "2023-01-12T16:06:29+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105", "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105", "shasum": "" }, "require": { "php": "^7|^8" }, "require-dev": { "phpunit/phpunit": "^6|^7|^8|^9", "vimeo/psalm": "^1|^2|^3|^4" }, "type": "library", "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" }, "time": "2024-05-08T12:18:48+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "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." }, "type": "library", "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" }, "time": "2020-10-15T08:29:30+00:00" }, { "name": "phing/phing", "version": "2.17.4", "source": { "type": "git", "url": "https://github.com/phingofficial/phing.git", "reference": "9f3bc8c72e65452686dcf64497e02a082f138908" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phingofficial/phing/zipball/9f3bc8c72e65452686dcf64497e02a082f138908", "reference": "9f3bc8c72e65452686dcf64497e02a082f138908", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "ext-pdo_sqlite": "*", "mikey179/vfsstream": "^1.6", "pdepend/pdepend": "2.x", "pear/archive_tar": "1.4.x", "pear/http_request2": "dev-trunk", "pear/net_growl": "dev-trunk", "pear/pear-core-minimal": "1.10.1", "pear/versioncontrol_git": "@dev", "pear/versioncontrol_svn": "~0.5", "phpdocumentor/phpdocumentor": "2.x", "phploc/phploc": "~2.0.6", "phpmd/phpmd": "~2.2", "phpunit/phpunit": ">=3.7", "sebastian/git": "~1.0", "sebastian/phpcpd": "2.x", "siad007/versioncontrol_hg": "^1.0", "simpletest/simpletest": "^1.1", "squizlabs/php_codesniffer": "~2.2", "symfony/yaml": "^2.8 || ^3.1 || ^4.0" }, "suggest": { "pdepend/pdepend": "PHP version of JDepend", "pear/archive_tar": "Tar file management class", "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository", "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system", "phpdocumentor/phpdocumentor": "Documentation Generator for PHP", "phploc/phploc": "A tool for quickly measuring the size of a PHP project", "phpmd/phpmd": "PHP version of PMD tool", "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information", "phpunit/phpunit": "The PHP Unit Testing Framework", "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code", "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.", "tedivm/jshrink": "Javascript Minifier built in PHP" }, "bin": [ "bin/phing" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.16.x-dev" } }, "autoload": { "classmap": [ "classes/phing/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "classes" ], "license": [ "LGPL-3.0-only" ], "authors": [ { "name": "Michiel Rook", "email": "mrook@php.net" }, { "name": "Phing Community", "homepage": "https://www.phing.info/trac/wiki/Development/Contributors" } ], "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", "homepage": "https://www.phing.info/", "keywords": [ "build", "phing", "task", "tool" ], "support": { "irc": "irc://irc.freenode.net/phing", "issues": "https://www.phing.info/trac/report", "source": "https://github.com/phingofficial/phing/tree/2.17.4" }, "funding": [ { "url": "https://github.com/mrook", "type": "github" }, { "url": "https://github.com/siad007", "type": "github" }, { "url": "https://www.patreon.com/michielrook", "type": "patreon" } ], "time": "2022-07-08T09:07:07+00:00" }, { "name": "php-amqplib/php-amqplib", "version": "v3.7.1", "source": { "type": "git", "url": "https://github.com/php-amqplib/php-amqplib.git", "reference": "5db9a68435fdde9ba4248a8fd2fae6d07b442b65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/5db9a68435fdde9ba4248a8fd2fae6d07b442b65", "reference": "5db9a68435fdde9ba4248a8fd2fae6d07b442b65", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-sockets": "*", "php": "^7.2||^8.0", "phpseclib/phpseclib": "^2.0|^3.0" }, "conflict": { "php": "7.4.0 - 7.4.1" }, "replace": { "videlalvaro/php-amqplib": "self.version" }, "require-dev": { "ext-curl": "*", "nategood/httpful": "^0.2.20", "phpunit/phpunit": "^7.5|^9.5", "squizlabs/php_codesniffer": "^3.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "PhpAmqpLib\\": "PhpAmqpLib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Alvaro Videla", "role": "Original Maintainer" }, { "name": "Raúl Araya", "email": "nubeiro@gmail.com", "role": "Maintainer" }, { "name": "Luke Bakken", "email": "luke@bakken.io", "role": "Maintainer" }, { "name": "Ramūnas Dronga", "email": "github@ramuno.lt", "role": "Maintainer" } ], "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", "homepage": "https://github.com/php-amqplib/php-amqplib/", "keywords": [ "message", "queue", "rabbitmq" ], "support": { "issues": "https://github.com/php-amqplib/php-amqplib/issues", "source": "https://github.com/php-amqplib/php-amqplib/tree/v3.7.1" }, "time": "2024-09-03T19:18:03+00:00" }, { "name": "phpseclib/phpseclib", "version": "3.0.42", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/db92f1b1987b12b13f248fe76c3a52cadb67bb98", "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98", "shasum": "" }, "require": { "paragonie/constant_time_encoding": "^1|^2|^3", "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." }, "type": "library", "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.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" } ], "time": "2024-09-16T03:06:04+00:00" }, { "name": "psr/http-message", "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/1.1" }, "time": "2023-04-04T09:50:52+00:00" }, { "name": "simplepie/simplepie", "version": "1.8.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" }, "type": "library", "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" }, "time": "2023-01-20T08:37:35+00:00" }, { "name": "symfony/config", "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "d4e1db78421163b98dd9971d247fd0df4a57ee5e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/d4e1db78421163b98dd9971d247fd0df4a57ee5e", "reference": "d4e1db78421163b98dd9971d247fd0df4a57ee5e", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22" }, "conflict": { "symfony/finder": "<4.4" }, "require-dev": { "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0", "symfony/service-contracts": "^1.1|^2|^3", "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "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": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/config/tree/v5.4.40" }, "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-05-31T14:33:22+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v2.5.3", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "80d075412b557d41002320b96a096ca65aa2c98d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d", "reference": "80d075412b557d41002320b96a096ca65aa2c98d", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3" }, "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": "2023-01-24T14:02:46+00:00" }, { "name": "symfony/filesystem", "version": "v5.4.41", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "6d29dd9340b372fa603f04e6df4dd76bb808591e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/6d29dd9340b372fa603f04e6df4dd76bb808591e", "reference": "6d29dd9340b372fa603f04e6df4dd76bb808591e", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/process": "^5.4|^6.4" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "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": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/filesystem/tree/v5.4.41" }, "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-06-28T09:36:24+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { "php": ">=7.2" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" }, "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-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "" }, "require": { "php": ">=7.2" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" }, "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-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" }, "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-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php81", "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0" }, "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-09-09T11:45:10+00:00" }, { "name": "zf1s/zend-acl", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-acl.git", "reference": "d2dd76b961689570eba84a980f33b282868f3862" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-acl/zipball/d2dd76b961689570eba84a980f33b282868f3862", "reference": "d2dd76b961689570eba84a980f33b282868f3862", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-acl": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Acl": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Acl package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "acl", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-acl/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-application", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-application.git", "reference": "a7c187f79859479fc2dd26b63e0a0deecddc804d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-application/zipball/a7c187f79859479fc2dd26b63e0a0deecddc804d", "reference": "a7c187f79859479fc2dd26b63e0a0deecddc804d", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-config": "^1.15.5", "zf1s/zend-controller": "^1.15.5", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-loader": "^1.15.5", "zf1s/zend-registry": "^1.15.5" }, "replace": { "zf1/zend-application": "^1.12" }, "suggest": { "ext-date": "Used in special situations or with special adapters", "zf1s/zend-cache": "Used in special situations or with special adapters", "zf1s/zend-db": "Used in special situations or with special adapters", "zf1s/zend-dojo": "Used in special situations or with special adapters", "zf1s/zend-http": "Used in special situations or with special adapters", "zf1s/zend-layout": "Used in special situations or with special adapters", "zf1s/zend-locale": "Used in special situations or with special adapters", "zf1s/zend-log": "Used in special situations or with special adapters", "zf1s/zend-mail": "Used in special situations or with special adapters", "zf1s/zend-navigation": "Used in special situations or with special adapters", "zf1s/zend-session": "Used in special situations or with special adapters", "zf1s/zend-translate": "Used in special situations or with special adapters", "zf1s/zend-view": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Application": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Application package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "application", "framework", "zend" ], "support": { "issues": "https://github.com/zf1s/zend-application/issues", "source": "https://github.com/zf1s/zend-application/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-auth", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-auth.git", "reference": "36518df1154dfa10507ebd0cb676f6d871dcf54a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-auth/zipball/36518df1154dfa10507ebd0cb676f6d871dcf54a", "reference": "36518df1154dfa10507ebd0cb676f6d871dcf54a", "shasum": "" }, "require": { "ext-ctype": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-auth": "^1.12" }, "suggest": { "ext-hash": "Used in special situations or with special adapters", "zf1s/zend-controller": "Used in special situations or with special adapters", "zf1s/zend-db": "Used in special situations or with special adapters", "zf1s/zend-http": "Used in special situations or with special adapters", "zf1s/zend-ldap": "Used in special situations or with special adapters", "zf1s/zend-openid": "Used in special situations or with special adapters", "zf1s/zend-session": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Auth": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Auth package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "auth", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-auth/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-cache", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-cache.git", "reference": "af9ad663cc471b70b76140eda95501188ac4d6d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-cache/zipball/af9ad663cc471b70b76140eda95501188ac4d6d4", "reference": "af9ad663cc471b70b76140eda95501188ac4d6d4", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-cache": "^1.12" }, "suggest": { "ext-apc": "Used in special situations or with special adapters", "ext-memcache": "Used in special situations or with special adapters", "ext-memcached": "Used in special situations or with special adapters", "ext-sqlite": "Used in special situations or with special adapters", "zf1s/zend-log": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Cache": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Cache package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "cache", "framework", "zend" ], "support": { "issues": "https://github.com/zf1s/zend-cache/issues", "source": "https://github.com/zf1s/zend-cache/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-config", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-config.git", "reference": "0366990d33f8a06f38291c6d0cbdf98a370a1560" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-config/zipball/0366990d33f8a06f38291c6d0cbdf98a370a1560", "reference": "0366990d33f8a06f38291c6d0cbdf98a370a1560", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-xml": "^1.15.5" }, "replace": { "zf1/zend-config": "^1.12" }, "suggest": { "ext-simplexml": "Used in special situations or with special adapters (Zend_Config_Xml)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Config": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Config package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "config", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-config/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-controller", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-controller.git", "reference": "b21b10ab41c6b49bf4f8560de6bced8fd5a08ca4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-controller/zipball/b21b10ab41c6b49bf4f8560de6bced8fd5a08ca4", "reference": "b21b10ab41c6b49bf4f8560de6bced8fd5a08ca4", "shasum": "" }, "require": { "ext-reflection": "*", "ext-session": "*", "php": ">=5.3.3", "zf1s/zend-config": "^1.15.5", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-filter": "^1.15.5", "zf1s/zend-loader": "^1.15.5", "zf1s/zend-registry": "^1.15.5", "zf1s/zend-uri": "^1.15.5", "zf1s/zend-view": "^1.15.5" }, "replace": { "zf1/zend-controller": "^1.12" }, "suggest": { "zf1s/zend-cache": "Used in special situations or with special adapters", "zf1s/zend-dojo": "Used in special situations or with special adapters", "zf1s/zend-json": "Used in special situations or with special adapters", "zf1s/zend-layout": "Used in special situations or with special adapters", "zf1s/zend-locale": "Used in special situations or with special adapters", "zf1s/zend-session": "Used in special situations or with special adapters", "zf1s/zend-translate": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Controller": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Controller package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "controller", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-controller/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-crypt", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-crypt.git", "reference": "e095929fd59744d4d77a9ab3b13ae60a357043c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-crypt/zipball/e095929fd59744d4d77a9ab3b13ae60a357043c7", "reference": "e095929fd59744d4d77a9ab3b13ae60a357043c7", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-crypt": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Crypt": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Crypt package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "crypt", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-crypt/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-date", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-date.git", "reference": "c3c55611f7aa5e795322e1f0db086058dadae3e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-date/zipball/c3c55611f7aa5e795322e1f0db086058dadae3e5", "reference": "c3c55611f7aa5e795322e1f0db086058dadae3e5", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-locale": "^1.15.5" }, "replace": { "zf1/zend-date": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Date": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Date package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "date", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-date/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-db", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-db.git", "reference": "05d5e53a61c6bac32b1430ad16c22c80996a606c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-db/zipball/05d5e53a61c6bac32b1430ad16c22c80996a606c", "reference": "05d5e53a61c6bac32b1430ad16c22c80996a606c", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-loader": "^1.15.5" }, "replace": { "zf1/zend-db": "^1.12" }, "suggest": { "ext-mysqli": "Used in special situations or with special adapters (Zend_Db_Adapter_Mysqli)", "ext-pdo_mysql": "Used in special situations or with special adapters (Zend_Db_Adapter_Pdo_Mysql)", "ext-pdo_pgsql": "Used in special situations or with special adapters (Zend_Db_Adapter_Pdo_Pgsql)", "ext-pdo_sqlite": "Used in special situations or with special adapters (Zend_Db_Adapter_Pdo_Sqlite)", "zf1s/zend-registry": "Used in special situations or with special adapters", "zf1s/zend-wildfire": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Db": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Db package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "db", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-db/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-exception", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-exception.git", "reference": "2b0ab0dd6f615207f28c927123c9b8d9562a577a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-exception/zipball/2b0ab0dd6f615207f28c927123c9b8d9562a577a", "reference": "2b0ab0dd6f615207f28c927123c9b8d9562a577a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "replace": { "zf1/zend-exception": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Exception": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Exception package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "exception", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-exception/tree/1.15.5" }, "time": "2024-01-04T13:33:07+00:00" }, { "name": "zf1s/zend-file", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-file.git", "reference": "9e934c1e6cb48d0a30c3ecb75d9233df0ab29345" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-file/zipball/9e934c1e6cb48d0a30c3ecb75d9233df0ab29345", "reference": "9e934c1e6cb48d0a30c3ecb75d9233df0ab29345", "shasum": "" }, "require": { "php": ">=5.3.3" }, "replace": { "zf1/zend-file": "^1.12" }, "suggest": { "ext-apc": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_File": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 File package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "file", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-file/tree/1.15.5" }, "time": "2024-01-04T13:33:07+00:00" }, { "name": "zf1s/zend-file-transfer", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-file-transfer.git", "reference": "9d7b88aa88b86480ba3b18ddfaee16b3924fe4ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-file-transfer/zipball/9d7b88aa88b86480ba3b18ddfaee16b3924fe4ff", "reference": "9d7b88aa88b86480ba3b18ddfaee16b3924fe4ff", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-file-transfer": "^1.12" }, "suggest": { "zf1s/zend-loader": "Used in special situations or with special adapters", "zf1s/zend-validate": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_File_Transfer": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 File Transfer package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "file", "framework", "transfer", "zend" ], "support": { "source": "https://github.com/zf1s/zend-file-transfer/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-filter", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-filter.git", "reference": "c07fa8a1852dd99b90c6f98f4c5c9ebabb82f310" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-filter/zipball/c07fa8a1852dd99b90c6f98f4c5c9ebabb82f310", "reference": "c07fa8a1852dd99b90c6f98f4c5c9ebabb82f310", "shasum": "" }, "require": { "ext-reflection": "*", "php": ">=5.3.3", "zf1s/zend-crypt": "^1.15.5", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-loader": "^1.15.5", "zf1s/zend-validate": "^1.15.5" }, "replace": { "zf1/zend-filter": "^1.12" }, "suggest": { "ext-zlib": "Used in special situations or with special adapters (Zend_Filter_Compress)", "zf1s/zend-locale": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Filter": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Filter package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "filter", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-filter/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-form", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-form.git", "reference": "2a902a4b12b9a774ff5b829e27b386c2388fc3c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-form/zipball/2a902a4b12b9a774ff5b829e27b386c2388fc3c4", "reference": "2a902a4b12b9a774ff5b829e27b386c2388fc3c4", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-filter": "^1.15.5", "zf1s/zend-validate": "^1.15.5" }, "replace": { "zf1/zend-form": "^1.12" }, "suggest": { "zf1s/zend-captcha": "Used in special situations or with special adapters", "zf1s/zend-controller": "Used in special situations or with special adapters", "zf1s/zend-json": "Used in special situations or with special adapters", "zf1s/zend-loader": "Used in special situations or with special adapters", "zf1s/zend-registry": "Used in special situations or with special adapters", "zf1s/zend-session": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Form": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Form package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "form", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-form/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-http", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-http.git", "reference": "241ebb7411cf31e696404f196965675e66a9ffb4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-http/zipball/241ebb7411cf31e696404f196965675e66a9ffb4", "reference": "241ebb7411cf31e696404f196965675e66a9ffb4", "shasum": "" }, "require": { "ext-ctype": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-loader": "^1.15.5", "zf1s/zend-uri": "^1.15.5" }, "replace": { "zf1/zend-http": "^1.12" }, "suggest": { "ext-curl": "Used in special situations or with special adapters (Zend_Http_Client_Adapter_Curl)", "ext-fileinfo": "Used in special situations or with special adapters (Zend_Http_Client)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Http": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Http package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "http", "zend" ], "support": { "source": "https://github.com/zf1s/zend-http/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-json", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-json.git", "reference": "dd864525de54645374227ca463df24e675a2cbce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-json/zipball/dd864525de54645374227ca463df24e675a2cbce", "reference": "dd864525de54645374227ca463df24e675a2cbce", "shasum": "" }, "require": { "ext-reflection": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-server": "^1.15.5", "zf1s/zend-xml": "^1.15.5" }, "replace": { "zf1/zend-json": "^1.12" }, "suggest": { "ext-json": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Json": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Json package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "json", "zend" ], "support": { "source": "https://github.com/zf1s/zend-json/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-layout", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-layout.git", "reference": "1561347143abf0430264b4683c03da1786dad896" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-layout/zipball/1561347143abf0430264b4683c03da1786dad896", "reference": "1561347143abf0430264b4683c03da1786dad896", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-controller": "^1.15.5", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-filter": "^1.15.5", "zf1s/zend-loader": "^1.15.5", "zf1s/zend-view": "^1.15.5" }, "replace": { "zf1/zend-layout": "^1.12" }, "suggest": { "zf1s/zend-config": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Layout": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Layout package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "layout", "zend" ], "support": { "source": "https://github.com/zf1s/zend-layout/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-loader", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-loader.git", "reference": "6790a58a51b249e191a4bd3aeeaecab0bc50fdb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-loader/zipball/6790a58a51b249e191a4bd3aeeaecab0bc50fdb8", "reference": "6790a58a51b249e191a4bd3aeeaecab0bc50fdb8", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-loader": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Loader": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Loader package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "loader", "zend" ], "support": { "source": "https://github.com/zf1s/zend-loader/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-locale", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-locale.git", "reference": "d56b7d53b7e45da4fa0428ada2c607e97f9002e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-locale/zipball/d56b7d53b7e45da4fa0428ada2c607e97f9002e4", "reference": "d56b7d53b7e45da4fa0428ada2c607e97f9002e4", "shasum": "" }, "require": { "ext-iconv": "*", "php": ">=5.3.3", "zf1s/zend-cache": "^1.15.5", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-registry": "^1.15.5", "zf1s/zend-xml": "^1.15.5" }, "replace": { "zf1/zend-locale": "^1.12" }, "suggest": { "zf1s/zend-registry": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Locale": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Locale package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "locale", "zend" ], "support": { "source": "https://github.com/zf1s/zend-locale/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-log", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-log.git", "reference": "d4b19f8b76367597c7deca54479bf3249f6bbf33" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-log/zipball/d4b19f8b76367597c7deca54479bf3249f6bbf33", "reference": "d4b19f8b76367597c7deca54479bf3249f6bbf33", "shasum": "" }, "require": { "ext-reflection": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-log": "^1.12" }, "suggest": { "ext-dom": "Used in special situations or with special adapters (Zend_Log_Formatter_Xml)", "zf1s/zend-wildfire": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Log": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Log package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "log", "zend" ], "support": { "source": "https://github.com/zf1s/zend-log/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-navigation", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-navigation.git", "reference": "148c269f0611b68f848507715cb5e583a60586c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-navigation/zipball/148c269f0611b68f848507715cb5e583a60586c0", "reference": "148c269f0611b68f848507715cb5e583a60586c0", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-controller": "^1.15.5", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-navigation": "^1.12" }, "suggest": { "zf1s/zend-acl": "Used in special situations or with special adapters", "zf1s/zend-config": "Used in special situations or with special adapters", "zf1s/zend-view": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Navigation": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Navigation package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "navigation", "zend" ], "support": { "source": "https://github.com/zf1s/zend-navigation/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-registry", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-registry.git", "reference": "010e559222894c4101ae2e71b75be9251531dbca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-registry/zipball/010e559222894c4101ae2e71b75be9251531dbca", "reference": "010e559222894c4101ae2e71b75be9251531dbca", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-registry": "^1.12" }, "suggest": { "zf1s/zend-loader": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Registry": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Registry package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "registry", "zend" ], "support": { "source": "https://github.com/zf1s/zend-registry/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-rest", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-rest.git", "reference": "c0bfaced45d4c73a122ef13a5a5dd7e874a43b29" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-rest/zipball/c0bfaced45d4c73a122ef13a5a5dd7e874a43b29", "reference": "c0bfaced45d4c73a122ef13a5a5dd7e874a43b29", "shasum": "" }, "require": { "ext-ctype": "*", "ext-dom": "*", "ext-reflection": "*", "ext-simplexml": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-server": "^1.15.5", "zf1s/zend-service": "^1.15.5", "zf1s/zend-uri": "^1.15.5", "zf1s/zend-xml": "^1.15.5" }, "replace": { "zf1/zend-rest": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Rest": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Rest package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "rest", "zend" ], "support": { "source": "https://github.com/zf1s/zend-rest/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-server", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-server.git", "reference": "6528fc51e49f9739410637b1f68f15a3ea1dbb89" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-server/zipball/6528fc51e49f9739410637b1f68f15a3ea1dbb89", "reference": "6528fc51e49f9739410637b1f68f15a3ea1dbb89", "shasum": "" }, "require": { "ext-reflection": "*", "ext-spl": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-server": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Server": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Server package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "server", "zend" ], "support": { "source": "https://github.com/zf1s/zend-server/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-service", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-service.git", "reference": "9a1d7953688c8caac715ef922d2bded81587df8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-service/zipball/9a1d7953688c8caac715ef922d2bded81587df8e", "reference": "9a1d7953688c8caac715ef922d2bded81587df8e", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-http": "^1.15.5" }, "replace": { "zf1/zend-service": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Service": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Service package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "service", "zend" ], "support": { "source": "https://github.com/zf1s/zend-service/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-session", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-session.git", "reference": "cb4174363968131fa5229e0a0190515333be6a65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-session/zipball/cb4174363968131fa5229e0a0190515333be6a65", "reference": "cb4174363968131fa5229e0a0190515333be6a65", "shasum": "" }, "require": { "ext-session": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-session": "^1.12" }, "suggest": { "zf1s/zend-config": "Used in special situations or with special adapters", "zf1s/zend-db": "Used in special situations or with special adapters", "zf1s/zend-loader": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Session": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Session package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "session", "zend" ], "support": { "source": "https://github.com/zf1s/zend-session/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-uri", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-uri.git", "reference": "cd87e4df7036db31e8de706f03af30d8130f2598" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-uri/zipball/cd87e4df7036db31e8de706f03af30d8130f2598", "reference": "cd87e4df7036db31e8de706f03af30d8130f2598", "shasum": "" }, "require": { "ext-ctype": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-loader": "^1.15.5", "zf1s/zend-validate": "^1.15.5" }, "replace": { "zf1/zend-uri": "^1.12" }, "suggest": { "zf1s/zend-config": "Used in special situations or with special adapters", "zf1s/zend-filter": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Uri": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Uri package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "uri", "zend" ], "support": { "source": "https://github.com/zf1s/zend-uri/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-validate", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-validate.git", "reference": "057121967ad8aecdee0c8b2184a20c67554e96a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-validate/zipball/057121967ad8aecdee0c8b2184a20c67554e96a4", "reference": "057121967ad8aecdee0c8b2184a20c67554e96a4", "shasum": "" }, "require": { "ext-ctype": "*", "ext-reflection": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-registry": "^1.15.5" }, "replace": { "zf1/zend-validate": "^1.12" }, "suggest": { "zf1s/zend-config": "Used in special situations or with special adapters", "zf1s/zend-date": "Used in special situations or with special adapters", "zf1s/zend-db": "Used in special situations or with special adapters", "zf1s/zend-file": "Used in special situations or with special adapters", "zf1s/zend-filter": "Used in special situations or with special adapters", "zf1s/zend-ldap": "Used in special situations or with special adapters", "zf1s/zend-loader": "Used in special situations or with special adapters", "zf1s/zend-locale": "Used in special situations or with special adapters", "zf1s/zend-translate": "Used in special situations or with special adapters", "zf1s/zend-uri": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Validate": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Validate package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "validate", "zend" ], "support": { "issues": "https://github.com/zf1s/zend-validate/issues", "source": "https://github.com/zf1s/zend-validate/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-version", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-version.git", "reference": "ccb2aba00702fbaa45c90fc4c7d56d49e65c5853" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-version/zipball/ccb2aba00702fbaa45c90fc4c7d56d49e65c5853", "reference": "ccb2aba00702fbaa45c90fc4c7d56d49e65c5853", "shasum": "" }, "require": { "php": ">=5.3.3" }, "replace": { "zf1/zend-version": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Version": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Version package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "version", "zend" ], "support": { "source": "https://github.com/zf1s/zend-version/tree/1.15.5" }, "time": "2024-01-04T13:33:07+00:00" }, { "name": "zf1s/zend-view", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-view.git", "reference": "825bf6400c4aebc7cfb28672a229676d81de9fac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-view/zipball/825bf6400c4aebc7cfb28672a229676d81de9fac", "reference": "825bf6400c4aebc7cfb28672a229676d81de9fac", "shasum": "" }, "require": { "ext-reflection": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-loader": "^1.15.5", "zf1s/zend-registry": "^1.15.5" }, "replace": { "zf1/zend-view": "^1.12" }, "suggest": { "zf1s/zend-config": "Used in special situations or with special adapters", "zf1s/zend-controller": "Used in special situations or with special adapters", "zf1s/zend-currency": "Used in special situations or with special adapters", "zf1s/zend-filter": "Used in special situations or with special adapters", "zf1s/zend-http": "Used in special situations or with special adapters", "zf1s/zend-json": "Used in special situations or with special adapters", "zf1s/zend-layout": "Used in special situations or with special adapters", "zf1s/zend-locale": "Used in special situations or with special adapters", "zf1s/zend-navigation": "Used in special situations or with special adapters", "zf1s/zend-paginator": "Used in special situations or with special adapters", "zf1s/zend-translate": "Used in special situations or with special adapters", "zf1s/zend-uri": "Used in special situations or with special adapters", "zf1s/zend-validate": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_View": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 View package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "view", "zend" ], "support": { "source": "https://github.com/zf1s/zend-view/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-xml", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-xml.git", "reference": "76cb4bd8f0f55f2c0fffb6fef7a5fb195a024cf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-xml/zipball/76cb4bd8f0f55f2c0fffb6fef7a5fb195a024cf8", "reference": "76cb4bd8f0f55f2c0fffb6fef7a5fb195a024cf8", "shasum": "" }, "require": { "ext-dom": "*", "ext-simplexml": "*", "ext-xml": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5" }, "replace": { "zf1/zend-xml": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Xml": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Xml package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "xml", "zend" ], "support": { "source": "https://github.com/zf1s/zend-xml/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" } ], "packages-dev": [ { "name": "doctrine/deprecations", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", "phpstan/phpstan": "1.4.10 || 1.10.15", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psalm/plugin-phpunit": "0.18.4", "psr/log": "^1 || ^2 || ^3", "vimeo/psalm": "4.30.0 || 5.12.0" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", "source": "https://github.com/doctrine/deprecations/tree/1.1.3" }, "time": "2024-01-30T19:34:25+00:00" }, { "name": "doctrine/instantiator", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9 || ^11", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^0.16 || ^1", "phpstan/phpstan": "^1.4", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "vimeo/psalm": "^4.30 || ^5.4" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/1.5.0" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", "type": "tidelift" } ], "time": "2022-12-30T00:15:36+00:00" }, { "name": "myclabs/deep-copy", "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/collections": "<1.6.8", "doctrine/common": "<2.13.3 || >=3 <3.2.2" }, "require-dev": { "doctrine/collections": "^1.6.8", "doctrine/common": "^2.13.3 || ^3.2.2", "phpspec/prophecy": "^1.10", "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "type": "library", "autoload": { "files": [ "src/DeepCopy/deep_copy.php" ], "psr-4": { "DeepCopy\\": "src/DeepCopy/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", "type": "tidelift" } ], "time": "2024-06-12T14:39:25+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "support": { "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" }, "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "5.4.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", "shasum": "" }, "require": { "doctrine/deprecations": "^1.1", "ext-filter": "*", "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^1.7", "phpstan/phpdoc-parser": "^1.7", "webmozart/assert": "^1.9.1" }, "require-dev": { "mockery/mockery": "~1.3.5", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^9.5", "vimeo/psalm": "^5.13" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" }, { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1" }, "time": "2024-05-21T05:55:05+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "153ae662783729388a584b4361f2545e4d841e3c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c", "reference": "153ae662783729388a584b4361f2545e4d841e3c", "shasum": "" }, "require": { "doctrine/deprecations": "^1.0", "php": "^7.3 || ^8.0", "phpdocumentor/reflection-common": "^2.0", "phpstan/phpdoc-parser": "^1.13" }, "require-dev": { "ext-tokenizer": "*", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", "phpunit/phpunit": "^9.5", "rector/rector": "^0.13.9", "vimeo/psalm": "^4.25" }, "type": "library", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2" }, "time": "2024-02-23T11:10:43+00:00" }, { "name": "phpspec/prophecy", "version": "v1.10.3", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "451c3cd1418cf640de218914901e51b064abb093" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", "reference": "451c3cd1418cf640de218914901e51b064abb093", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" }, "require-dev": { "phpspec/phpspec": "^2.5 || ^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10.x-dev" } }, "autoload": { "psr-4": { "Prophecy\\": "src/Prophecy" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" }, { "name": "Marcello Duarte", "email": "marcello.duarte@gmail.com" } ], "description": "Highly opinionated mocking framework for PHP 5.3+", "homepage": "https://github.com/phpspec/prophecy", "keywords": [ "Double", "Dummy", "fake", "mock", "spy", "stub" ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", "source": "https://github.com/phpspec/prophecy/tree/v1.10.3" }, "time": "2020-03-05T15:02:03+00:00" }, { "name": "phpstan/phpdoc-parser", "version": "1.30.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", "reference": "51b95ec8670af41009e2b2b56873bad96682413e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/51b95ec8670af41009e2b2b56873bad96682413e", "reference": "51b95ec8670af41009e2b2b56873bad96682413e", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/annotations": "^2.0", "nikic/php-parser": "^4.15", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.5", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5", "symfony/process": "^5.2" }, "type": "library", "autoload": { "psr-4": { "PHPStan\\PhpDocParser\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", "source": "https://github.com/phpstan/phpdoc-parser/tree/1.30.1" }, "time": "2024-09-07T20:13:05+00:00" }, { "name": "phpunit/dbunit", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/dbunit.git", "reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/5c35d74549c21ba55d0ea74ba89d191a51f8cf25", "reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25", "shasum": "" }, "require": { "ext-pdo": "*", "ext-simplexml": "*", "php": "^5.4 || ^7.0", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0", "symfony/yaml": "^2.1 || ^3.0" }, "bin": [ "dbunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.", "homepage": "https://github.com/sebastianbergmann/dbunit/", "keywords": [ "database", "testing", "xunit" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/dbunit/issues", "source": "https://github.com/sebastianbergmann/dbunit/tree/master" }, "abandoned": true, "time": "2016-12-02T14:39:14+00:00" }, { "name": "phpunit/php-code-coverage", "version": "4.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", "php": "^5.6 || ^7.0", "phpunit/php-file-iterator": "^1.3", "phpunit/php-text-template": "^1.2", "phpunit/php-token-stream": "^1.4.2 || ^2.0", "sebastian/code-unit-reverse-lookup": "^1.0", "sebastian/environment": "^1.3.2 || ^2.0", "sebastian/version": "^1.0 || ^2.0" }, "require-dev": { "ext-xdebug": "^2.1.4", "phpunit/phpunit": "^5.7" }, "suggest": { "ext-xdebug": "^2.5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/4.0" }, "time": "2017-04-02T07:44:40+00:00" }, { "name": "phpunit/php-file-iterator", "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5" }, "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" }, "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", "source": "https://github.com/sebastianbergmann/php-timer/tree/master" }, "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "support": { "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master" }, "abandoned": true, "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit", "version": "5.7.27", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", "shasum": "" }, "require": { "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "myclabs/deep-copy": "~1.3", "php": "^5.6 || ^7.0", "phpspec/prophecy": "^1.6.2", "phpunit/php-code-coverage": "^4.0.4", "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "^3.2", "sebastian/comparator": "^1.2.4", "sebastian/diff": "^1.4.3", "sebastian/environment": "^1.3.4 || ^2.0", "sebastian/exporter": "~2.0", "sebastian/global-state": "^1.1", "sebastian/object-enumerator": "~2.0", "sebastian/resource-operations": "~1.0", "sebastian/version": "^1.0.6|^2.0.1", "symfony/yaml": "~2.1|~3.0|~4.0" }, "conflict": { "phpdocumentor/reflection-docblock": "3.0.2" }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-xdebug": "*", "phpunit/php-invoker": "~1.1" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.7.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "source": "https://github.com/sebastianbergmann/phpunit/tree/5.7.27" }, "time": "2018-02-01T05:50:59+00:00" }, { "name": "phpunit/phpunit-mock-objects", "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.6 || ^7.0", "phpunit/php-text-template": "^1.2", "sebastian/exporter": "^1.2 || ^2.0" }, "conflict": { "phpunit/phpunit": "<5.4.0" }, "require-dev": { "phpunit/phpunit": "^5.4" }, "suggest": { "ext-soap": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Mock Object library for PHPUnit", "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "keywords": [ "mock", "xunit" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues", "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/3.4" }, "abandoned": true, "time": "2017-06-30T09:13:00+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54", "reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.3" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2024-03-01T13:45:45+00:00" }, { "name": "sebastian/comparator", "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/diff": "~1.2", "sebastian/exporter": "~1.2 || ~2.0" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "http://www.github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "source": "https://github.com/sebastianbergmann/comparator/tree/1.2" }, "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff" ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "source": "https://github.com/sebastianbergmann/diff/tree/1.4" }, "time": "2017-05-22T07:24:03+00:00" }, { "name": "sebastian/environment", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", "hhvm" ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "source": "https://github.com/sebastianbergmann/environment/tree/master" }, "time": "2016-11-26T07:53:53+00:00" }, { "name": "sebastian/exporter", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/recursion-context": "~2.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "source": "https://github.com/sebastianbergmann/exporter/tree/master" }, "time": "2016-11-19T08:54:04+00:00" }, { "name": "sebastian/global-state", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.2" }, "suggest": { "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1" }, "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/object-enumerator", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", "shasum": "" }, "require": { "php": ">=5.6", "sebastian/recursion-context": "~2.0" }, "require-dev": { "phpunit/phpunit": "~5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master" }, "time": "2017-02-18T15:18:39+00:00" }, { "name": "sebastian/recursion-context", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", "source": "https://github.com/sebastianbergmann/recursion-context/tree/master" }, "time": "2016-11-19T07:33:16+00:00" }, { "name": "sebastian/resource-operations", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "shasum": "" }, "require": { "php": ">=5.6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "support": { "issues": "https://github.com/sebastianbergmann/resource-operations/issues", "source": "https://github.com/sebastianbergmann/resource-operations/tree/master" }, "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", "shasum": "" }, "require": { "php": ">=5.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", "source": "https://github.com/sebastianbergmann/version/tree/master" }, "time": "2016-10-03T07:35:21+00:00" }, { "name": "symfony/yaml", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "88289caa3c166321883f67fe5130188ebbb47094" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094", "reference": "88289caa3c166321883f67fe5130188ebbb47094", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<3.4" }, "require-dev": { "symfony/console": "~3.4|~4.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "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": "Symfony Yaml Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/yaml/tree/v3.4.47" }, "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": "2020-10-24T10:57:07+00:00" }, { "name": "webmozart/assert", "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { "ext-ctype": "*", "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<4.6.1 || 4.6.2" }, "require-dev": { "phpunit/phpunit": "^8.5.13" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "support": { "issues": "https://github.com/webmozarts/assert/issues", "source": "https://github.com/webmozarts/assert/tree/1.11.0" }, "time": "2022-06-03T18:03:27+00:00" }, { "name": "zf1s/zend-dom", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-dom.git", "reference": "648289682c7a01dff42d40f43ecb47f57e15982c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-dom/zipball/648289682c7a01dff42d40f43ecb47f57e15982c", "reference": "648289682c7a01dff42d40f43ecb47f57e15982c", "shasum": "" }, "require": { "ext-dom": "*", "php": ">=5.3.3", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-xml": "^1.15.5" }, "replace": { "zf1/zend-dom": "^1.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Dom": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Dom package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "dom", "framework", "zend" ], "support": { "source": "https://github.com/zf1s/zend-dom/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" }, { "name": "zf1s/zend-test", "version": "1.15.5", "source": { "type": "git", "url": "https://github.com/zf1s/zend-test.git", "reference": "15ffd60599e793555167a0f7bbb801f91da718cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf1s/zend-test/zipball/15ffd60599e793555167a0f7bbb801f91da718cb", "reference": "15ffd60599e793555167a0f7bbb801f91da718cb", "shasum": "" }, "require": { "php": ">=5.3.3", "zf1s/zend-controller": "^1.15.5", "zf1s/zend-dom": "^1.15.5", "zf1s/zend-exception": "^1.15.5", "zf1s/zend-layout": "^1.15.5", "zf1s/zend-registry": "^1.15.5", "zf1s/zend-session": "^1.15.5" }, "replace": { "zf1/zend-test": "^1.12" }, "suggest": { "zf1s/zend-loader": "Used in special situations or with special adapters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-0": { "Zend_Test": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Zend Framework 1 Test package", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework", "test", "zend" ], "support": { "source": "https://github.com/zf1s/zend-test/tree/1.15.5" }, "time": "2024-04-18T08:48:59+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "libretime/celery-php": 20, "libretime/propel1": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.4" }, "platform-dev": [], "plugin-api-version": "2.6.0" }