sintonia/legacy/composer.lock

4945 lines
176 KiB
JSON

{
"_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": "5fa10b8427129984dd981839ea8b1d70",
"packages": [
{
"name": "adbario/php-dot-notation",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/adbario/php-dot-notation.git",
"reference": "39ece8d385ce2f5e03718c693932d83ab0cb5972"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/39ece8d385ce2f5e03718c693932d83ab0cb5972",
"reference": "39ece8d385ce2f5e03718c693932d83ab0cb5972",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^5.5 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7|^6.6|^7.5|^8.5|^9.5",
"squizlabs/php_codesniffer": "^3.6"
},
"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/2.3.0"
},
"time": "2022-07-12T02:52:50+00:00"
},
{
"name": "composer/semver",
"version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
"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": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.3.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": "2022-04-01T19:23:25+00:00"
},
{
"name": "james-heinrich/getid3",
"version": "v1.9.21",
"source": {
"type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git",
"reference": "36f5dabb1325415a4b07a401113f8db2eb81eca1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/36f5dabb1325415a4b07a401113f8db2eb81eca1",
"reference": "36f5dabb1325415a4b07a401113f8db2eb81eca1",
"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.21"
},
"time": "2021-09-22T16:34:51+00:00"
},
{
"name": "jooola/celery-php",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/jooola/celery-php.git",
"reference": "395c556159d0c143ffc12cb78f7ba405252dc748"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jooola/celery-php/zipball/395c556159d0c143ffc12cb78f7ba405252dc748",
"reference": "395c556159d0c143ffc12cb78f7ba405252dc748",
"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-master": "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/jooola/celery-php/tree/master"
},
"time": "2022-01-10T15:49:18+00:00"
},
{
"name": "jooola/propel1",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/jooola/propel1.git",
"reference": "9758036652d6da204f4680adfcb8583ab819a21f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jooola/propel1/zipball/9758036652d6da204f4680adfcb8583ab819a21f",
"reference": "9758036652d6da204f4680adfcb8583ab819a21f",
"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-master": "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/jooola/propel1/tree/master"
},
"time": "2022-01-13T02:39:05+00:00"
},
{
"name": "league/uri",
"version": "6.4.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
"reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
"reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
"shasum": ""
},
"require": {
"ext-json": "*",
"league/uri-interfaces": "^2.1",
"php": ">=7.2",
"psr/http-message": "^1.0"
},
"conflict": {
"league/uri-schemes": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0 || ^9.0",
"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": "http://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.4.0"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2020-11-22T14:29:11+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": "paragonie/constant_time_encoding",
"version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
"reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
"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": "2022-01-17T05:32:27+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.2",
"source": {
"type": "git",
"url": "https://github.com/phingofficial/phing.git",
"reference": "8b8cee3eb12c24502fc4c227ac5889746248a140"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phingofficial/phing/zipball/8b8cee3eb12c24502fc4c227ac5889746248a140",
"reference": "8b8cee3eb12c24502fc4c227ac5889746248a140",
"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.2"
},
"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-02-09T09:50:58+00:00"
},
{
"name": "php-amqplib/php-amqplib",
"version": "v3.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-amqplib/php-amqplib.git",
"reference": "0bec5b392428e0ac3b3f34fbc4e02d706995833e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/0bec5b392428e0ac3b3f34fbc4e02d706995833e",
"reference": "0bec5b392428e0ac3b3f34fbc4e02d706995833e",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-sockets": "*",
"php": "^7.1||^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.2.0"
},
"time": "2022-03-10T19:16:00+00:00"
},
{
"name": "phpseclib/phpseclib",
"version": "3.0.13",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "1443ab79364eea48665fa8c09ac67f37d1025f7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/1443ab79364eea48665fa8c09ac67f37d1025f7e",
"reference": "1443ab79364eea48665fa8c09ac67f37d1025f7e",
"shasum": ""
},
"require": {
"paragonie/constant_time_encoding": "^1|^2",
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
"php": ">=5.6.1"
},
"require-dev": {
"phing/phing": "~2.7",
"phpunit/phpunit": "^5.7|^6.0|^9.4",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
},
"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.13"
},
"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": "2022-01-30T08:50:05+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.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/master"
},
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "simplepie/simplepie",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/simplepie/simplepie.git",
"reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/2bdbc51ed1010941c9c5f2cddca433e79665bfe1",
"reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"ext-xml": "*",
"ext-xmlreader": "*",
"php": ">=5.6.0"
},
"require-dev": {
"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.6.0"
},
"time": "2022-04-21T11:05:19+00:00"
},
{
"name": "symfony/config",
"version": "v5.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "ec79e03125c1d2477e43dde8528535d90cc78379"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379",
"reference": "ec79e03125c1d2477e43dde8528535d90cc78379",
"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.11"
},
"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": "2022-07-20T13:00:38+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"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.2"
},
"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": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/filesystem",
"version": "v5.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "6699fb0228d1bc35b12aed6dd5e7455457609ddd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/6699fb0228d1bc35b12aed6dd5e7455457609ddd",
"reference": "6699fb0228d1bc35b12aed6dd5e7455457609ddd",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
"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.11"
},
"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": "2022-07-20T13:00:38+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"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.25.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": "2021-10-20T20:35:02+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
},
"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.26.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": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
},
"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.26.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": "2022-05-10T07:21:04+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
},
"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.26.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": "2022-05-24T11:49:31+00:00"
},
{
"name": "zf1s/zend-acl",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-acl.git",
"reference": "fb83cd9cdaf68131fa2c50bd0188a09a43ae58d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-acl/zipball/fb83cd9cdaf68131fa2c50bd0188a09a43ae58d2",
"reference": "fb83cd9cdaf68131fa2c50bd0188a09a43ae58d2",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-application",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-application.git",
"reference": "b6ac9b3b6cf5bc213a19b5004cba1f28df8218f1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-application/zipball/b6ac9b3b6cf5bc213a19b5004cba1f28df8218f1",
"reference": "b6ac9b3b6cf5bc213a19b5004cba1f28df8218f1",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-controller": "^1.14.0",
"zf1s/zend-exception": "^1.14.0"
},
"replace": {
"zf1/zend-application": "^1.12"
},
"suggest": {
"ext-date": "Used in special situations or with special adapters",
"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_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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-auth",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-auth.git",
"reference": "66547b97e24f72206e57fbf5396b0423bc89579e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-auth/zipball/66547b97e24f72206e57fbf5396b0423bc89579e",
"reference": "66547b97e24f72206e57fbf5396b0423bc89579e",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"replace": {
"zf1/zend-auth": "^1.12"
},
"suggest": {
"ext-hash": "Used in special situations or with special adapters",
"zf1s/zend-db": "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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-cache",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-cache.git",
"reference": "be856081355b349c1624a2fbce2018121885fa75"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-cache/zipball/be856081355b349c1624a2fbce2018121885fa75",
"reference": "be856081355b349c1624a2fbce2018121885fa75",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-config",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-config.git",
"reference": "50c86560105aff37a4b3b2f7ce706c269baff0b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-config/zipball/50c86560105aff37a4b3b2f7ce706c269baff0b4",
"reference": "50c86560105aff37a4b3b2f7ce706c269baff0b4",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-controller",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-controller.git",
"reference": "2b75a35afb6cd4fbca2670e74cd23b65ed2e66a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-controller/zipball/2b75a35afb6cd4fbca2670e74cd23b65ed2e66a0",
"reference": "2b75a35afb6cd4fbca2670e74cd23b65ed2e66a0",
"shasum": ""
},
"require": {
"ext-reflection": "*",
"ext-session": "*",
"php": ">=5.3.3",
"zf1s/zend-config": "^1.14.0",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-registry": "^1.14.0",
"zf1s/zend-uri": "^1.14.0",
"zf1s/zend-view": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"replace": {
"zf1/zend-controller": "^1.12"
},
"suggest": {
"zf1s/zend-dojo": "Used in special situations or with special adapters",
"zf1s/zend-filter": "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"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-crypt",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-crypt.git",
"reference": "ee8e76ff35b333322e554ca640af5910782c1d0e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-crypt/zipball/ee8e76ff35b333322e554ca640af5910782c1d0e",
"reference": "ee8e76ff35b333322e554ca640af5910782c1d0e",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-date",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-date.git",
"reference": "422fd722e92853102d5c42ba0dd814de7a48a495"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-date/zipball/422fd722e92853102d5c42ba0dd814de7a48a495",
"reference": "422fd722e92853102d5c42ba0dd814de7a48a495",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-locale": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-db",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-db.git",
"reference": "92e5d7b02efac31e85504dc9819257b4bed00d90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-db/zipball/92e5d7b02efac31e85504dc9819257b4bed00d90",
"reference": "92e5d7b02efac31e85504dc9819257b4bed00d90",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-exception",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-exception.git",
"reference": "fbd0dc32013cd9d05c5172d65b78dafef63f0c81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-exception/zipball/fbd0dc32013cd9d05c5172d65b78dafef63f0c81",
"reference": "fbd0dc32013cd9d05c5172d65b78dafef63f0c81",
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-file",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-file.git",
"reference": "b60f271a7b2f4e6807e96a367ea2d4ddbc759cd0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-file/zipball/b60f271a7b2f4e6807e96a367ea2d4ddbc759cd0",
"reference": "b60f271a7b2f4e6807e96a367ea2d4ddbc759cd0",
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-file-transfer",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-file-transfer.git",
"reference": "608a8c1af954b7f7e18125953de5d438477111bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-file-transfer/zipball/608a8c1af954b7f7e18125953de5d438477111bb",
"reference": "608a8c1af954b7f7e18125953de5d438477111bb",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-filter",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-filter.git",
"reference": "6a0e61f03d8624dda92fac1b8498455b8d217b1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-filter/zipball/6a0e61f03d8624dda92fac1b8498455b8d217b1a",
"reference": "6a0e61f03d8624dda92fac1b8498455b8d217b1a",
"shasum": ""
},
"require": {
"ext-reflection": "*",
"php": ">=5.3.3",
"zf1s/zend-crypt": "^1.14.0",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-validate": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-form",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-form.git",
"reference": "05b73579c0a5823bbaa51f08636a412a6b964231"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-form/zipball/05b73579c0a5823bbaa51f08636a412a6b964231",
"reference": "05b73579c0a5823bbaa51f08636a412a6b964231",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-filter": "^1.14.0",
"zf1s/zend-validate": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-http",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-http.git",
"reference": "d4caf18099ab0d3947479ef96f79fe7a041cd415"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-http/zipball/d4caf18099ab0d3947479ef96f79fe7a041cd415",
"reference": "d4caf18099ab0d3947479ef96f79fe7a041cd415",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-uri": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-json",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-json.git",
"reference": "4e2b2931fd69b679c83be2596dc2b31549e4e87f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-json/zipball/4e2b2931fd69b679c83be2596dc2b31549e4e87f",
"reference": "4e2b2931fd69b679c83be2596dc2b31549e4e87f",
"shasum": ""
},
"require": {
"ext-reflection": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-server": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-layout",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-layout.git",
"reference": "8f6e9576dae22b33f4b3c54dd9d3f0b5a0760333"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-layout/zipball/8f6e9576dae22b33f4b3c54dd9d3f0b5a0760333",
"reference": "8f6e9576dae22b33f4b3c54dd9d3f0b5a0760333",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"replace": {
"zf1/zend-layout": "^1.12"
},
"suggest": {
"zf1s/zend-controller": "Used in special situations or with special adapters",
"zf1s/zend-filter": "Used in special situations or with special adapters",
"zf1s/zend-loader": "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_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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-loader",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-loader.git",
"reference": "14d65396f6bb8bb977bed50b7c8323e0252436d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-loader/zipball/14d65396f6bb8bb977bed50b7c8323e0252436d5",
"reference": "14d65396f6bb8bb977bed50b7c8323e0252436d5",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-locale",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-locale.git",
"reference": "94ccfa57748df91c40f8b075b4b334b0825abd20"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-locale/zipball/94ccfa57748df91c40f8b075b4b334b0825abd20",
"reference": "94ccfa57748df91c40f8b075b4b334b0825abd20",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"php": ">=5.3.3",
"zf1s/zend-cache": "^1.14.0",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-registry": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-log",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-log.git",
"reference": "fb9051c62d62af74b0c6f76b57d3319021827b59"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-log/zipball/fb9051c62d62af74b0c6f76b57d3319021827b59",
"reference": "fb9051c62d62af74b0c6f76b57d3319021827b59",
"shasum": ""
},
"require": {
"ext-reflection": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-navigation",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-navigation.git",
"reference": "156c7d2f33fe1d7e11799c9707b147ca21c14ec4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-navigation/zipball/156c7d2f33fe1d7e11799c9707b147ca21c14ec4",
"reference": "156c7d2f33fe1d7e11799c9707b147ca21c14ec4",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-controller": "^1.14.0",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-registry",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-registry.git",
"reference": "b3b5d3f51710b9b2262945622cedbf287fb2673d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-registry/zipball/b3b5d3f51710b9b2262945622cedbf287fb2673d",
"reference": "b3b5d3f51710b9b2262945622cedbf287fb2673d",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-rest",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-rest.git",
"reference": "2dd2355f67ffb8cced14e383da1b0e81ac5f4cfe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-rest/zipball/2dd2355f67ffb8cced14e383da1b0e81ac5f4cfe",
"reference": "2dd2355f67ffb8cced14e383da1b0e81ac5f4cfe",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-reflection": "*",
"ext-simplexml": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-server": "^1.14.0",
"zf1s/zend-service": "^1.14.0",
"zf1s/zend-uri": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-server",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-server.git",
"reference": "f0aeadf42c05a8f20e2f012e2e421ebaae3b98f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-server/zipball/f0aeadf42c05a8f20e2f012e2e421ebaae3b98f6",
"reference": "f0aeadf42c05a8f20e2f012e2e421ebaae3b98f6",
"shasum": ""
},
"require": {
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-service",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-service.git",
"reference": "32d264cc0b2df7330b8aad69d2ac02f1fd33bd1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-service/zipball/32d264cc0b2df7330b8aad69d2ac02f1fd33bd1e",
"reference": "32d264cc0b2df7330b8aad69d2ac02f1fd33bd1e",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-http": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-session",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-session.git",
"reference": "6580432cd62f949574c829715e8585d5215a683d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-session/zipball/6580432cd62f949574c829715e8585d5215a683d",
"reference": "6580432cd62f949574c829715e8585d5215a683d",
"shasum": ""
},
"require": {
"ext-session": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-uri",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-uri.git",
"reference": "5db2ded7a822a0d44351047e6052cbc92b92b785"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-uri/zipball/5db2ded7a822a0d44351047e6052cbc92b92b785",
"reference": "5db2ded7a822a0d44351047e6052cbc92b92b785",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-locale": "^1.14.0",
"zf1s/zend-validate": "^1.14.0"
},
"replace": {
"zf1/zend-uri": "^1.12"
},
"suggest": {
"zf1s/zend-date": "Used in special situations or with special adapters",
"zf1s/zend-filter": "Used in special situations or with special adapters",
"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_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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-validate",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-validate.git",
"reference": "11eca1cb7b4c36ad1feda4c3a7cd5215f0e8b32e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-validate/zipball/11eca1cb7b4c36ad1feda4c3a7cd5215f0e8b32e",
"reference": "11eca1cb7b4c36ad1feda4c3a7cd5215f0e8b32e",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-reflection": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-locale": "^1.14.0"
},
"replace": {
"zf1/zend-validate": "^1.12"
},
"suggest": {
"zf1s/zend-date": "Used in special situations or with special adapters",
"zf1s/zend-filter": "Used in special situations or with special adapters",
"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_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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-version",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-version.git",
"reference": "0cbc15b7f7186bb95ea345c42c4fdc873a2e2424"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-version/zipball/0cbc15b7f7186bb95ea345c42c4fdc873a2e2424",
"reference": "0cbc15b7f7186bb95ea345c42c4fdc873a2e2424",
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-view",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-view.git",
"reference": "e48f103dc707486ba65ed012985158fbe49e821f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-view/zipball/e48f103dc707486ba65ed012985158fbe49e821f",
"reference": "e48f103dc707486ba65ed012985158fbe49e821f",
"shasum": ""
},
"require": {
"ext-reflection": "*",
"php": ">=5.3.3",
"zf1s/zend-controller": "^1.14.0",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-locale": "^1.14.0",
"zf1s/zend-registry": "^1.14.0"
},
"replace": {
"zf1/zend-view": "^1.12"
},
"suggest": {
"zf1s/zend-json": "Used in special situations or with special adapters",
"zf1s/zend-layout": "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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-xml",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-xml.git",
"reference": "15cbfb013e260e484fc8763403558a55e00bd8f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-xml/zipball/15cbfb013e260e484fc8763403558a55e00bd8f6",
"reference": "15cbfb013e260e484fc8763403558a55e00bd8f6",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"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.22"
},
"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.4.1"
},
"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-03-03T08:28:38+00:00"
},
{
"name": "myclabs/deep-copy",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
"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",
"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.11.0"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2022-03-03T13:19:32+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.3.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
},
"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": "account@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.3.0"
},
"time": "2021-10-19T17:43:47+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706",
"reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "*",
"psalm/phar": "^4.8"
},
"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.6.0"
},
"time": "2022-01-04T19:58:01+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": "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.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
"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.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:15:22+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.10.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"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.10.0"
},
"time": "2021-03-09T10:59:23+00:00"
},
{
"name": "zf1s/zend-dom",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-dom.git",
"reference": "e03fd6a03eebb438595aa24011b76f01bc93fa7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-dom/zipball/e03fd6a03eebb438595aa24011b76f01bc93fa7f",
"reference": "e03fd6a03eebb438595aa24011b76f01bc93fa7f",
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
},
{
"name": "zf1s/zend-test",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-test.git",
"reference": "811e2c8b910120d4450935b8953ecab9ab5e8642"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zf1s/zend-test/zipball/811e2c8b910120d4450935b8953ecab9ab5e8642",
"reference": "811e2c8b910120d4450935b8953ecab9ab5e8642",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zf1s/zend-controller": "^1.14.0",
"zf1s/zend-dom": "^1.14.0",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-layout": "^1.14.0",
"zf1s/zend-registry": "^1.14.0",
"zf1s/zend-session": "^1.14.0"
},
"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.14.0"
},
"time": "2021-10-01T14:41:55+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"jooola/celery-php": 20,
"jooola/propel1": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}