2015-02-02 20:42:20 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-12-22 23:42:39 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-02-02 20:42:20 +01:00
"This file is @generated automatically"
],
2021-09-21 10:40:07 +02:00
"content-hash": "2e1981c5cb80066d1ca948d8d58ea962",
2015-02-02 20:42:20 +01:00
"packages": [
{
"name": "aws/aws-sdk-php",
"version": "2.7.9",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "f39354df58eec97f0ef22ccf3caf753607a47dca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f39354df58eec97f0ef22ccf3caf753607a47dca",
"reference": "f39354df58eec97f0ef22ccf3caf753607a47dca",
"shasum": ""
},
"require": {
"guzzle/guzzle": "~3.7",
"php": ">=5.3.3"
},
"require-dev": {
"doctrine/cache": "~1.0",
"ext-openssl": "*",
"monolog/monolog": "~1.4",
"phpunit/phpunit": "~4.0",
"symfony/yaml": "~2.1"
},
"suggest": {
"doctrine/cache": "Adds support for caching of credentials and responses",
"ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching",
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"monolog/monolog": "Adds support for logging HTTP requests and responses",
"symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-0": {
"Aws": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
2021-09-21 10:40:07 +02:00
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/master"
},
2018-12-22 23:42:39 +01:00
"time": "2014-12-08T21:56:46+00:00"
2015-02-02 20:42:20 +01:00
},
2017-03-20 20:34:23 +01:00
{
"name": "composer/semver",
2021-09-21 10:40:07 +02:00
"version": "3.2.5",
2017-03-20 20:34:23 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2021-09-21 10:40:07 +02:00
"reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
2017-03-20 20:34:23 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
"reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
2017-03-20 20:34:23 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2017-03-20 20:34:23 +01:00
},
"require-dev": {
2021-09-21 10:40:07 +02:00
"phpstan/phpstan": "^0.12.54",
"symfony/phpunit-bridge": "^4.2 || ^5"
2017-03-20 20:34:23 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-09-21 10:40:07 +02:00
"dev-main": "3.x-dev"
2017-03-20 20:34:23 +01:00
}
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.2.5"
},
"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": "2021-05-24T12:41:47+00:00"
2017-03-20 20:34:23 +01:00
},
2015-02-02 20:42:20 +01:00
{
"name": "guzzle/guzzle",
2015-07-28 20:48:41 +02:00
"version": "v3.9.3",
2015-02-02 20:42:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle3.git",
2015-07-28 20:48:41 +02:00
"reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
2015-02-02 20:42:20 +01:00
},
"dist": {
"type": "zip",
2015-07-28 20:48:41 +02:00
"url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
"reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
2015-02-02 20:42:20 +01:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.3",
"symfony/event-dispatcher": "~2.1"
},
"replace": {
"guzzle/batch": "self.version",
"guzzle/cache": "self.version",
"guzzle/common": "self.version",
"guzzle/http": "self.version",
"guzzle/inflection": "self.version",
"guzzle/iterator": "self.version",
"guzzle/log": "self.version",
"guzzle/parser": "self.version",
"guzzle/plugin": "self.version",
"guzzle/plugin-async": "self.version",
"guzzle/plugin-backoff": "self.version",
"guzzle/plugin-cache": "self.version",
"guzzle/plugin-cookie": "self.version",
"guzzle/plugin-curlauth": "self.version",
"guzzle/plugin-error-response": "self.version",
"guzzle/plugin-history": "self.version",
"guzzle/plugin-log": "self.version",
"guzzle/plugin-md5": "self.version",
"guzzle/plugin-mock": "self.version",
"guzzle/plugin-oauth": "self.version",
"guzzle/service": "self.version",
"guzzle/stream": "self.version"
},
"require-dev": {
"doctrine/cache": "~1.3",
"monolog/monolog": "~1.0",
"phpunit/phpunit": "3.7.*",
"psr/log": "~1.0",
"symfony/class-loader": "~2.1",
"zendframework/zend-cache": "2.*,<2.3",
"zendframework/zend-log": "2.*,<2.3"
},
2015-07-28 20:48:41 +02:00
"suggest": {
"guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
},
2015-02-02 20:42:20 +01:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.9-dev"
}
},
"autoload": {
"psr-0": {
"Guzzle": "src/",
"Guzzle\\Tests": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Guzzle Community",
"homepage": "https://github.com/guzzle/guzzle/contributors"
}
],
2015-07-28 20:48:41 +02:00
"description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
2015-02-02 20:42:20 +01:00
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/guzzle/guzzle3/issues",
"source": "https://github.com/guzzle/guzzle3/tree/master"
},
2017-02-20 21:47:53 +01:00
"abandoned": "guzzlehttp/guzzle",
2018-12-22 23:42:39 +01:00
"time": "2015-03-18T18:23:50+00:00"
2015-02-02 20:42:20 +01:00
},
2019-09-20 02:07:50 +02:00
{
"name": "james-heinrich/getid3",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git",
2021-09-21 10:40:07 +02:00
"reference": "9418214d70830919f18e82bf1dc914e09740f9f8"
2019-09-20 02:07:50 +02:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/9418214d70830919f18e82bf1dc914e09740f9f8",
"reference": "9418214d70830919f18e82bf1dc914e09740f9f8",
2019-09-20 02:07:50 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
2021-09-21 10:40:07 +02:00
"php-parallel-lint/php-parallel-lint": "^1.0"
2019-09-20 02:07:50 +02:00
},
"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."
},
2021-09-21 10:40:07 +02:00
"default-branch": true,
2019-09-20 02:07:50 +02:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/JamesHeinrich/getID3/issues",
"source": "https://github.com/JamesHeinrich/getID3/tree/master"
},
"time": "2021-09-17T17:01:13+00:00"
2019-09-20 02:07:50 +02:00
},
2015-06-09 20:02:29 +02:00
{
"name": "massivescale/celery-php",
2021-09-21 10:40:07 +02:00
"version": "2.1.2",
2015-06-09 20:02:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/gjedeer/celery-php.git",
2021-09-21 10:40:07 +02:00
"reference": "4725dffec3ba03835191ea9d05bbd2777d4bc46f"
2015-06-09 20:02:29 +02:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/gjedeer/celery-php/zipball/4725dffec3ba03835191ea9d05bbd2777d4bc46f",
"reference": "4725dffec3ba03835191ea9d05bbd2777d4bc46f",
2015-06-09 20:02:29 +02:00
"shasum": ""
},
2021-09-21 10:40:07 +02:00
"suggest": {
"predis/predis": "Adds support for the predis, PHP client library for Redis, backend",
"videlalvaro/php-amqplib": "Adds support for the php-amqplib, AMQP library for PHP, backend"
2015-06-09 20:02:29 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-09-21 10:40:07 +02:00
"dev-master": "2.2-dev"
2015-06-09 20:02:29 +02:00
}
},
"autoload": {
"classmap": [
"celery.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"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",
2021-09-21 10:40:07 +02:00
"redis",
2015-06-09 20:02:29 +02:00
"task"
],
2021-09-21 10:40:07 +02:00
"support": {
"docs": "https://github.com/gjedeer/celery-php/",
"issues": "https://github.com/gjedeer/celery-php/issues",
"source": "https://github.com/gjedeer/celery-php/tree/master"
},
"time": "2016-10-16T07:17:19+00:00"
},
{
"name": "paragonie/constant_time_encoding",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
"reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
"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": "2020-12-06T15:14:20+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"
2015-06-09 20:02:29 +02:00
},
2015-02-02 20:42:20 +01:00
{
"name": "phing/phing",
2021-09-21 10:40:07 +02:00
"version": "2.17.0",
2015-02-02 20:42:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/phingofficial/phing.git",
2021-09-21 10:40:07 +02:00
"reference": "c0a3bce822c088d60b30a577c25debb42325d0f8"
2015-02-02 20:42:20 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/phingofficial/phing/zipball/c0a3bce822c088d60b30a577c25debb42325d0f8",
"reference": "c0a3bce822c088d60b30a577c25debb42325d0f8",
2015-02-02 20:42:20 +01:00
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"ext-pdo_sqlite": "*",
2021-09-21 10:40:07 +02:00
"mikey179/vfsstream": "^1.6",
2015-07-28 20:48:41 +02:00
"pdepend/pdepend": "2.x",
2021-09-21 10:40:07 +02:00
"pear/archive_tar": "1.4.x",
"pear/http_request2": "dev-trunk",
"pear/net_growl": "dev-trunk",
"pear/pear-core-minimal": "1.10.1",
2015-02-02 20:42:20 +01:00
"pear/versioncontrol_git": "@dev",
2015-07-28 20:48:41 +02:00
"pear/versioncontrol_svn": "~0.5",
2015-02-02 20:42:20 +01:00
"phpdocumentor/phpdocumentor": "2.x",
2015-09-18 21:36:42 +02:00
"phploc/phploc": "~2.0.6",
2015-07-28 20:48:41 +02:00
"phpmd/phpmd": "~2.2",
2015-02-02 20:42:20 +01:00
"phpunit/phpunit": ">=3.7",
2015-09-18 21:36:42 +02:00
"sebastian/git": "~1.0",
2015-02-02 20:42:20 +01:00
"sebastian/phpcpd": "2.x",
2021-09-21 10:40:07 +02:00
"siad007/versioncontrol_hg": "^1.0",
"simpletest/simpletest": "^1.1",
"squizlabs/php_codesniffer": "~2.2",
"symfony/yaml": "^2.8 || ^3.1 || ^4.0"
2015-02-02 20:42:20 +01:00
},
"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",
2021-09-21 10:40:07 +02:00
"siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
2015-02-02 20:42:20 +01:00
"tedivm/jshrink": "Javascript Minifier built in PHP"
},
"bin": [
"bin/phing"
],
"type": "library",
"extra": {
"branch-alias": {
2021-09-21 10:40:07 +02:00
"dev-master": "2.16.x-dev"
2015-02-02 20:42:20 +01:00
}
},
"autoload": {
"classmap": [
"classes/phing/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"classes"
],
"license": [
2021-09-21 10:40:07 +02:00
"LGPL-3.0-only"
2015-02-02 20:42:20 +01:00
],
"authors": [
{
"name": "Michiel Rook",
"email": "mrook@php.net"
2015-07-28 20:48:41 +02:00
},
{
"name": "Phing Community",
"homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
2015-02-02 20:42:20 +01:00
}
],
"description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
2015-07-28 20:48:41 +02:00
"homepage": "https://www.phing.info/",
2015-02-02 20:42:20 +01:00
"keywords": [
"build",
"phing",
"task",
"tool"
],
2021-09-21 10:40:07 +02:00
"support": {
"irc": "irc://irc.freenode.net/phing",
"issues": "https://www.phing.info/trac/report",
"source": "https://github.com/phingofficial/phing/tree/2.17.0"
},
"funding": [
{
"url": "https://github.com/mrook",
"type": "github"
},
{
"url": "https://github.com/siad007",
"type": "github"
},
{
"url": "https://www.patreon.com/michielrook",
"type": "patreon"
}
],
"time": "2021-08-31T13:33:01+00:00"
2017-05-28 12:14:16 +02:00
},
{
"name": "php-amqplib/php-amqplib",
2021-09-21 10:40:07 +02:00
"version": "v2.12.3",
2017-05-28 12:14:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-amqplib/php-amqplib.git",
2021-09-21 10:40:07 +02:00
"reference": "f746eb44df6d8f838173729867dd1d20b0265faa"
2017-05-28 12:14:16 +02:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/f746eb44df6d8f838173729867dd1d20b0265faa",
"reference": "f746eb44df6d8f838173729867dd1d20b0265faa",
2017-05-28 12:14:16 +02:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2021-09-21 10:40:07 +02:00
"ext-sockets": "*",
"php": ">=5.6.3,<8.0",
"phpseclib/phpseclib": "^2.0|^3.0"
},
"conflict": {
"php": "7.4.0 - 7.4.1"
2017-05-28 12:14:16 +02:00
},
"replace": {
"videlalvaro/php-amqplib": "self.version"
},
"require-dev": {
2021-09-21 10:40:07 +02:00
"ext-curl": "*",
"nategood/httpful": "^0.2.20",
"phpunit/phpunit": "^5.7|^6.5|^7.0",
"squizlabs/php_codesniffer": "^3.5"
2017-05-28 12:14:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-09-21 10:40:07 +02:00
"dev-master": "2.12-dev"
2017-05-28 12:14:16 +02:00
}
},
"autoload": {
"psr-4": {
"PhpAmqpLib\\": "PhpAmqpLib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-09-21 10:40:07 +02:00
"LGPL-2.1-or-later"
2017-05-28 12:14:16 +02:00
],
"authors": [
{
"name": "Alvaro Videla",
"role": "Original Maintainer"
},
{
2021-09-21 10:40:07 +02:00
"name": "Raúl Araya",
"email": "nubeiro@gmail.com",
"role": "Maintainer"
},
{
"name": "Luke Bakken",
"email": "luke@bakken.io",
2017-05-28 12:14:16 +02:00
"role": "Maintainer"
},
{
2021-09-21 10:40:07 +02:00
"name": "Ramūnas Dronga",
"email": "github@ramuno.lt",
2017-05-28 12:14:16 +02:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/php-amqplib/php-amqplib/issues",
"source": "https://github.com/php-amqplib/php-amqplib/tree/v2.12.3"
},
"time": "2021-03-01T12:21:31+00:00"
2015-02-02 20:42:20 +01:00
},
2015-06-09 20:02:29 +02:00
{
2021-09-21 10:40:07 +02:00
"name": "phpseclib/phpseclib",
"version": "3.0.10",
2015-06-09 20:02:29 +02:00
"source": {
"type": "git",
2021-09-21 10:40:07 +02:00
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "62fcc5a94ac83b1506f52d7558d828617fac9187"
2015-06-09 20:02:29 +02:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/62fcc5a94ac83b1506f52d7558d828617fac9187",
"reference": "62fcc5a94ac83b1506f52d7558d828617fac9187",
2015-06-09 20:02:29 +02:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"paragonie/constant_time_encoding": "^1|^2",
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
"php": ">=5.6.1"
2015-06-09 20:02:29 +02:00
},
2015-09-24 18:58:02 +02:00
"require-dev": {
2021-09-21 10:40:07 +02:00
"phing/phing": "~2.7",
"phpunit/phpunit": "^5.7|^6.0|^9.4",
"squizlabs/php_codesniffer": "~2.0"
2015-09-24 18:58:02 +02:00
},
2015-06-09 20:02:29 +02:00
"suggest": {
2021-09-21 10:40:07 +02:00
"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."
2015-06-09 20:02:29 +02:00
},
"type": "library",
"autoload": {
2021-09-21 10:40:07 +02:00
"files": [
"phpseclib/bootstrap.php"
],
2015-09-24 18:58:02 +02:00
"psr-4": {
2021-09-21 10:40:07 +02:00
"phpseclib3\\": "phpseclib/"
2015-06-09 20:02:29 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-09-21 10:40:07 +02:00
"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"
2015-06-09 20:02:29 +02:00
}
],
2021-09-21 10:40:07 +02:00
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
"homepage": "http://phpseclib.sourceforge.net",
2015-06-09 20:02:29 +02:00
"keywords": [
2021-09-21 10:40:07 +02:00
"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.10"
},
"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"
}
2015-06-09 20:02:29 +02:00
],
2021-09-21 10:40:07 +02:00
"time": "2021-08-16T04:24:45+00:00"
2015-06-09 20:02:29 +02:00
},
2015-02-02 20:42:20 +01:00
{
"name": "propel/propel1",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/propelorm/Propel.git",
"reference": "09058f1443bc287e550b9342a4379aac2e0a0b8f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/propelorm/Propel/zipball/09058f1443bc287e550b9342a4379aac2e0a0b8f",
"reference": "09058f1443bc287e550b9342a4379aac2e0a0b8f",
"shasum": ""
},
"require": {
"phing/phing": "~2.4",
"php": ">=5.2.4"
},
"require-dev": {
"pear-pear.php.net/pear_packagefilemanager2": "@stable"
},
"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"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"runtime/lib",
"generator/lib"
],
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/propelorm/Propel/issues",
"source": "https://github.com/propelorm/Propel/tree/1.7.0"
},
2018-12-22 23:42:39 +01:00
"time": "2013-10-21T12:52:56+00:00"
2015-02-02 20:42:20 +01:00
},
{
"name": "raven/raven",
2015-07-28 20:48:41 +02:00
"version": "0.12.0",
2015-02-02 20:42:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/getsentry/raven-php.git",
2015-07-28 20:48:41 +02:00
"reference": "bd247ca2a8fd9ccfb99b60285c9b31286384a92b"
2015-02-02 20:42:20 +01:00
},
"dist": {
"type": "zip",
2015-07-28 20:48:41 +02:00
"url": "https://api.github.com/repos/getsentry/raven-php/zipball/bd247ca2a8fd9ccfb99b60285c9b31286384a92b",
"reference": "bd247ca2a8fd9ccfb99b60285c9b31286384a92b",
2015-02-02 20:42:20 +01:00
"shasum": ""
},
"require": {
2015-07-28 20:48:41 +02:00
"ext-curl": "*",
2015-02-02 20:42:20 +01:00
"php": ">=5.2.4"
},
"require-dev": {
2015-07-28 20:48:41 +02:00
"fabpot/php-cs-fixer": "^1.8.0",
"phpunit/phpunit": "^4.6.6"
2015-02-02 20:42:20 +01:00
},
"bin": [
"bin/raven"
],
"type": "library",
"extra": {
"branch-alias": {
2015-07-28 20:48:41 +02:00
"dev-master": "0.12.x-dev"
2015-02-02 20:42:20 +01:00
}
},
"autoload": {
"psr-0": {
"Raven_": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "David Cramer",
"email": "dcramer@gmail.com"
}
],
"description": "A PHP client for Sentry (http://getsentry.com)",
"homepage": "http://getsentry.com",
"keywords": [
"log",
"logging"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/getsentry/raven-php/issues",
"source": "https://github.com/getsentry/raven-php/tree/master"
},
2017-02-20 21:47:53 +01:00
"abandoned": "sentry/sentry",
2018-12-22 23:42:39 +01:00
"time": "2015-05-19T20:20:08+00:00"
2015-02-02 20:42:20 +01:00
},
2015-09-23 20:47:40 +02:00
{
"name": "simplepie/simplepie",
2021-09-21 10:40:07 +02:00
"version": "1.5.6",
2015-09-23 20:47:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/simplepie/simplepie.git",
2021-09-21 10:40:07 +02:00
"reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6"
2015-09-23 20:47:40 +02:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6",
"reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6",
2015-09-23 20:47:40 +02:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-pcre": "*",
"ext-xml": "*",
"ext-xmlreader": "*",
"php": ">=5.6.0"
2017-03-20 20:34:23 +01:00
},
"require-dev": {
2021-09-21 10:40:07 +02:00
"phpunit/phpunit": "~5.4.3 || ~6.5"
2017-03-20 20:34:23 +01:00
},
"suggest": {
2021-09-21 10:40:07 +02:00
"ext-curl": "",
"ext-iconv": "",
"ext-intl": "",
"ext-mbstring": "",
2017-03-20 20:34:23 +01:00
"mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
2015-09-23 20:47:40 +02:00
},
"type": "library",
"autoload": {
"psr-0": {
"SimplePie": "library"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Ryan Parman",
"homepage": "http://ryanparman.com/",
"role": "Creator, alumnus developer"
},
{
2021-09-21 10:40:07 +02:00
"name": "Sam Sneddon",
"homepage": "https://gsnedders.com/",
2015-09-23 20:47:40 +02:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/simplepie/simplepie/issues",
"source": "https://github.com/simplepie/simplepie/tree/1.5.6"
},
"time": "2020-10-14T07:17:22+00:00"
2015-09-23 20:47:40 +02:00
},
2015-02-02 20:42:20 +01:00
{
"name": "symfony/event-dispatcher",
2021-09-21 10:40:07 +02:00
"version": "v2.8.52",
2015-02-02 20:42:20 +01:00
"source": {
"type": "git",
2017-02-20 21:47:53 +01:00
"url": "https://github.com/symfony/event-dispatcher.git",
2021-09-21 10:40:07 +02:00
"reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
2015-02-02 20:42:20 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
"reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
2015-02-02 20:42:20 +01:00
"shasum": ""
},
"require": {
2015-07-28 20:48:41 +02:00
"php": ">=5.3.9"
2015-02-02 20:42:20 +01:00
},
"require-dev": {
"psr/log": "~1.0",
2021-09-21 10:40:07 +02:00
"symfony/config": "^2.0.5|~3.0.0",
"symfony/dependency-injection": "~2.6|~3.0.0",
"symfony/expression-language": "~2.6|~3.0.0",
"symfony/stopwatch": "~2.3|~3.0.0"
2015-02-02 20:42:20 +01:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-09-21 10:40:07 +02:00
"dev-master": "2.8-dev"
2015-02-02 20:42:20 +01:00
}
},
"autoload": {
2015-07-28 20:48:41 +02:00
"psr-4": {
2015-02-02 20:42:20 +01:00
"Symfony\\Component\\EventDispatcher\\": ""
2021-09-21 10:40:07 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-02-02 20:42:20 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-07-28 20:48:41 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-02-02 20:42:20 +01:00
}
],
"description": "Symfony EventDispatcher Component",
2015-07-28 20:48:41 +02:00
"homepage": "https://symfony.com",
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v2.8.50"
},
"time": "2018-11-21T14:20:20+00:00"
2017-02-20 21:47:53 +01:00
},
{
2018-12-22 23:42:39 +01:00
"name": "zf1s/zend-acl",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2017-02-20 21:47:53 +01:00
"source": {
"type": "git",
2018-12-22 23:42:39 +01:00
"url": "https://github.com/zf1s/zend-acl.git",
2021-09-21 10:40:07 +02:00
"reference": "3646720b16971c27800072af01b4392aaf467755"
2017-02-20 21:47:53 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-acl/zipball/3646720b16971c27800072af01b4392aaf467755",
"reference": "3646720b16971c27800072af01b4392aaf467755",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-acl/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-application",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-application.git",
2021-09-21 10:40:07 +02:00
"reference": "83bbf3f19248f888374c946fd85572c86d595b16"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-application/zipball/83bbf3f19248f888374c946fd85572c86d595b16",
"reference": "83bbf3f19248f888374c946fd85572c86d595b16",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-controller": "^1.13.4",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-application": "^1.12"
},
"suggest": {
2021-09-21 10:40:07 +02:00
"ext-date": "Used in special situations or with special adapters",
2018-12-22 23:42:39 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/zf1s/zend-application/issues",
"source": "https://github.com/zf1s/zend-application/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-auth",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-auth.git",
2021-09-21 10:40:07 +02:00
"reference": "406aed396cd362a27e2417306dc34693ddb0dfe0"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-auth/zipball/406aed396cd362a27e2417306dc34693ddb0dfe0",
"reference": "406aed396cd362a27e2417306dc34693ddb0dfe0",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-ctype": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-auth": "^1.12"
},
"suggest": {
2021-09-21 10:40:07 +02:00
"ext-hash": "Used in special situations or with special adapters",
2018-12-22 23:42:39 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-auth/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-cache",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-cache.git",
2021-09-21 10:40:07 +02:00
"reference": "aa9a5a8ce06f581656cd597ce19059a4d820db72"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-cache/zipball/aa9a5a8ce06f581656cd597ce19059a4d820db72",
"reference": "aa9a5a8ce06f581656cd597ce19059a4d820db72",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-cache": "^1.12"
},
"suggest": {
2021-09-21 10:40:07 +02:00
"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",
2018-12-22 23:42:39 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/zf1s/zend-cache/issues",
"source": "https://github.com/zf1s/zend-cache/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-config",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-config.git",
2021-09-21 10:40:07 +02:00
"reference": "2cd4c0addd4111ef819357759be7108ac641914f"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-config/zipball/2cd4c0addd4111ef819357759be7108ac641914f",
"reference": "2cd4c0addd4111ef819357759be7108ac641914f",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-config": "^1.12"
},
2021-09-21 10:40:07 +02:00
"suggest": {
"ext-simplexml": "Used in special situations or with special adapters (Zend_Config_Xml)"
},
2018-12-22 23:42:39 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-config/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-controller",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-controller.git",
2021-09-21 10:40:07 +02:00
"reference": "170ec3b6904ad0a1b196dbe8bcfc18126163f43f"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-controller/zipball/170ec3b6904ad0a1b196dbe8bcfc18126163f43f",
"reference": "170ec3b6904ad0a1b196dbe8bcfc18126163f43f",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-reflection": "*",
"ext-session": "*",
"php": ">=5.3.3",
"zf1s/zend-config": "^1.13.4",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-registry": "^1.13.4",
"zf1s/zend-uri": "^1.13.4",
"zf1s/zend-view": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-controller/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-crypt",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-crypt.git",
2021-09-21 10:40:07 +02:00
"reference": "3113c7ff9a25201faa10538cd3c4aced38d1d633"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-crypt/zipball/3113c7ff9a25201faa10538cd3c4aced38d1d633",
"reference": "3113c7ff9a25201faa10538cd3c4aced38d1d633",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-crypt/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-date",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-date.git",
2021-09-21 10:40:07 +02:00
"reference": "363dc847b54d0c7c8c7006f2d7f4b4d5e0a63ee2"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-date/zipball/363dc847b54d0c7c8c7006f2d7f4b4d5e0a63ee2",
"reference": "363dc847b54d0c7c8c7006f2d7f4b4d5e0a63ee2",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-locale": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-date/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-db",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-db.git",
2021-09-21 10:40:07 +02:00
"reference": "898dcf333abeefff7af2a7bfa3adb7ad8280b55a"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-db/zipball/898dcf333abeefff7af2a7bfa3adb7ad8280b55a",
"reference": "898dcf333abeefff7af2a7bfa3adb7ad8280b55a",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-db": "^1.12"
},
"suggest": {
2021-09-21 10:40:07 +02:00
"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)",
2018-12-22 23:42:39 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-db/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-exception",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-exception.git",
2021-09-21 10:40:07 +02:00
"reference": "a6e983bd4de5a9c8e70a96ceac0d016e0af41e15"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-exception/zipball/a6e983bd4de5a9c8e70a96ceac0d016e0af41e15",
"reference": "a6e983bd4de5a9c8e70a96ceac0d016e0af41e15",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-exception/tree/1.13.4"
},
"time": "2019-12-16T11:48:38+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-file",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-file.git",
2021-09-21 10:40:07 +02:00
"reference": "c6b2f39e407d686180e4590e2b7dcb507e02597a"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-file/zipball/c6b2f39e407d686180e4590e2b7dcb507e02597a",
"reference": "c6b2f39e407d686180e4590e2b7dcb507e02597a",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-file": "^1.12"
},
2021-09-21 10:40:07 +02:00
"suggest": {
"ext-apc": "Used in special situations or with special adapters"
},
2018-12-22 23:42:39 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-file/tree/1.13.3"
},
"time": "2019-12-16T11:48:38+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-file-transfer",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-file-transfer.git",
2021-09-21 10:40:07 +02:00
"reference": "c26778b1d53bd1e181c26300f8f89d704840b2a4"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-file-transfer/zipball/c26778b1d53bd1e181c26300f8f89d704840b2a4",
"reference": "c26778b1d53bd1e181c26300f8f89d704840b2a4",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-file-transfer": "^1.12"
},
"suggest": {
2021-09-21 10:40:07 +02:00
"zf1s/zend-loader": "Used in special situations or with special adapters",
"zf1s/zend-validate": "Used in special situations or with special adapters"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-file-transfer/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-filter",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-filter.git",
2021-09-21 10:40:07 +02:00
"reference": "4d9036d0f2d265d4c6c568618778b6d8fba5757c"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-filter/zipball/4d9036d0f2d265d4c6c568618778b6d8fba5757c",
"reference": "4d9036d0f2d265d4c6c568618778b6d8fba5757c",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-reflection": "*",
"php": ">=5.3.3",
"zf1s/zend-crypt": "^1.13.4",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-validate": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-filter": "^1.12"
},
"suggest": {
2021-09-21 10:40:07 +02:00
"ext-zlib": "Used in special situations or with special adapters (Zend_Filter_Compress)",
2018-12-22 23:42:39 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-filter/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-form",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-form.git",
2021-09-21 10:40:07 +02:00
"reference": "76e9b587054ff0e051f88a888b1af1c77bd15609"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-form/zipball/76e9b587054ff0e051f88a888b1af1c77bd15609",
"reference": "76e9b587054ff0e051f88a888b1af1c77bd15609",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-filter": "^1.13.4",
"zf1s/zend-validate": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-form/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-http",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-http.git",
2021-09-21 10:40:07 +02:00
"reference": "e15308bdb9f7389e816642989d36ca20090f7f9c"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-http/zipball/e15308bdb9f7389e816642989d36ca20090f7f9c",
"reference": "e15308bdb9f7389e816642989d36ca20090f7f9c",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-ctype": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-uri": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-http": "^1.12"
},
2021-09-21 10:40:07 +02:00
"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)"
},
2018-12-22 23:42:39 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-http/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-json",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-json.git",
2021-09-21 10:40:07 +02:00
"reference": "f1dcd7df504c694b0c16a12e088431ad373cc941"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-json/zipball/f1dcd7df504c694b0c16a12e088431ad373cc941",
"reference": "f1dcd7df504c694b0c16a12e088431ad373cc941",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-reflection": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-server": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-json": "^1.12"
},
2021-09-21 10:40:07 +02:00
"suggest": {
"ext-json": "Used in special situations or with special adapters"
},
2018-12-22 23:42:39 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-json/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-layout",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-layout.git",
2021-09-21 10:40:07 +02:00
"reference": "9b126826e7563c8ccbee839ecba32500d4a78ed9"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-layout/zipball/9b126826e7563c8ccbee839ecba32500d4a78ed9",
"reference": "9b126826e7563c8ccbee839ecba32500d4a78ed9",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-layout/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-loader",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-loader.git",
2021-09-21 10:40:07 +02:00
"reference": "5a667a1e5a47e5f8720b1660cfd12f3e442227b2"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-loader/zipball/5a667a1e5a47e5f8720b1660cfd12f3e442227b2",
"reference": "5a667a1e5a47e5f8720b1660cfd12f3e442227b2",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-loader/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-locale",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-locale.git",
2021-09-21 10:40:07 +02:00
"reference": "859075539c0f521b9c88b5cb3c845680b4d29eaf"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-locale/zipball/859075539c0f521b9c88b5cb3c845680b4d29eaf",
"reference": "859075539c0f521b9c88b5cb3c845680b4d29eaf",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-iconv": "*",
"php": ">=5.3.3",
"zf1s/zend-cache": "^1.13.4",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-registry": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-locale/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-log",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-log.git",
2021-09-21 10:40:07 +02:00
"reference": "1ede85c1c67f6d6472c1aeb02337a954beaa64cc"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-log/zipball/1ede85c1c67f6d6472c1aeb02337a954beaa64cc",
"reference": "1ede85c1c67f6d6472c1aeb02337a954beaa64cc",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-reflection": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"replace": {
"zf1/zend-log": "^1.12"
},
"suggest": {
2021-09-21 10:40:07 +02:00
"ext-dom": "Used in special situations or with special adapters (Zend_Log_Formatter_Xml)",
2018-12-22 23:42:39 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-log/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-navigation",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-navigation.git",
2021-09-21 10:40:07 +02:00
"reference": "1d55c20858ee9d1e5b2e871619f56b39dacd09d4"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-navigation/zipball/1d55c20858ee9d1e5b2e871619f56b39dacd09d4",
"reference": "1d55c20858ee9d1e5b2e871619f56b39dacd09d4",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-controller": "^1.13.4",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-navigation/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-registry",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-registry.git",
2021-09-21 10:40:07 +02:00
"reference": "25d8732d9e18f2ebe4fba177e7433e9bab949417"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-registry/zipball/25d8732d9e18f2ebe4fba177e7433e9bab949417",
"reference": "25d8732d9e18f2ebe4fba177e7433e9bab949417",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-registry/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-rest",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-rest.git",
2021-09-21 10:40:07 +02:00
"reference": "1364b8a125b0676faeebf44b4302d3eccb56ba80"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-rest/zipball/1364b8a125b0676faeebf44b4302d3eccb56ba80",
"reference": "1364b8a125b0676faeebf44b4302d3eccb56ba80",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-ctype": "*",
"ext-dom": "*",
"ext-reflection": "*",
"ext-simplexml": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-server": "^1.13.4",
"zf1s/zend-service": "^1.13.4",
"zf1s/zend-uri": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-rest/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-server",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-server.git",
2021-09-21 10:40:07 +02:00
"reference": "a32334f55506f151dda4e05ef2914eb99ffa7eb0"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-server/zipball/a32334f55506f151dda4e05ef2914eb99ffa7eb0",
"reference": "a32334f55506f151dda4e05ef2914eb99ffa7eb0",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-server/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-service",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-service.git",
2021-09-21 10:40:07 +02:00
"reference": "076f58706356e195f39d84f7c86a17b2ba46d187"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-service/zipball/076f58706356e195f39d84f7c86a17b2ba46d187",
"reference": "076f58706356e195f39d84f7c86a17b2ba46d187",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-http": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-service/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-session",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-session.git",
2021-09-21 10:40:07 +02:00
"reference": "8674ffc7b9bc3609597ed8cfb1674c4d1f7dd501"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-session/zipball/8674ffc7b9bc3609597ed8cfb1674c4d1f7dd501",
"reference": "8674ffc7b9bc3609597ed8cfb1674c4d1f7dd501",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-session": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-session/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-uri",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-uri.git",
2021-09-21 10:40:07 +02:00
"reference": "ed7e1a712857418e27497aa40c2e2b8b74a54a81"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-uri/zipball/ed7e1a712857418e27497aa40c2e2b8b74a54a81",
"reference": "ed7e1a712857418e27497aa40c2e2b8b74a54a81",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-ctype": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-locale": "^1.13.4",
"zf1s/zend-validate": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-uri/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-validate",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-validate.git",
2021-09-21 10:40:07 +02:00
"reference": "4abe991139304c41a6344c6dbd85a118c0bad8d9"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-validate/zipball/4abe991139304c41a6344c6dbd85a118c0bad8d9",
"reference": "4abe991139304c41a6344c6dbd85a118c0bad8d9",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-ctype": "*",
"ext-reflection": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-locale": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/zf1s/zend-validate/issues",
"source": "https://github.com/zf1s/zend-validate/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-version",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-version.git",
2021-09-21 10:40:07 +02:00
"reference": "c51bebd557c8e0ca793f7b53bcab7887127e2bf3"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-version/zipball/c51bebd557c8e0ca793f7b53bcab7887127e2bf3",
"reference": "c51bebd557c8e0ca793f7b53bcab7887127e2bf3",
2017-02-20 21:47:53 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3"
2017-02-20 21:47:53 +01:00
},
2018-12-22 23:42:39 +01:00
"replace": {
"zf1/zend-version": "^1.12"
2017-02-20 21:47:53 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-22 23:42:39 +01:00
"dev-master": "1.x-dev"
2017-02-20 21:47:53 +01:00
}
},
"autoload": {
"psr-0": {
2018-12-22 23:42:39 +01:00
"Zend_Version": "library/"
2017-02-20 21:47:53 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
2018-12-22 23:42:39 +01:00
"license": [
"BSD-3-Clause"
],
"description": "Zend Framework 1 Version package",
"homepage": "http://framework.zend.com/",
"keywords": [
"ZF1",
"framework",
"version",
"zend"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-version/tree/1.13.4"
},
"time": "2019-12-16T11:48:38+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-view",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-view.git",
2021-09-21 10:40:07 +02:00
"reference": "944ac8858af043f40693f87bb3b0f01993978e0b"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-view/zipball/944ac8858af043f40693f87bb3b0f01993978e0b",
"reference": "944ac8858af043f40693f87bb3b0f01993978e0b",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-reflection": "*",
"php": ">=5.3.3",
"zf1s/zend-controller": "^1.13.4",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-locale": "^1.13.4",
"zf1s/zend-registry": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
2017-02-20 21:47:53 +01:00
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-view/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-xml",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-xml.git",
2021-09-21 10:40:07 +02:00
"reference": "6f717c478cffe913aea7c9bbb7f649fabe6a094d"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-xml/zipball/6f717c478cffe913aea7c9bbb7f649fabe6a094d",
"reference": "6f717c478cffe913aea7c9bbb7f649fabe6a094d",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-dom": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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/",
2017-02-20 21:47:53 +01:00
"license": [
"BSD-3-Clause"
],
2018-12-22 23:42:39 +01:00
"description": "Zend Framework 1 Xml package",
2017-02-20 21:47:53 +01:00
"homepage": "http://framework.zend.com/",
"keywords": [
"ZF1",
2018-12-22 23:42:39 +01:00
"framework",
"xml",
"zend"
2017-02-20 21:47:53 +01:00
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-xml/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2017-02-20 21:47:53 +01:00
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",
2021-09-21 10:40:07 +02:00
"version": "1.4.0",
2017-02-20 21:47:53 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2021-09-21 10:40:07 +02:00
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
2017-02-20 21:47:53 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
2017-02-20 21:47:53 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": "^7.1 || ^8.0"
2017-02-20 21:47:53 +01:00
},
"require-dev": {
2021-09-21 10:40:07 +02:00
"doctrine/coding-standard": "^8.0",
2017-02-20 21:47:53 +01:00
"ext-pdo": "*",
"ext-phar": "*",
2021-09-21 10:40:07 +02:00
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2017-02-20 21:47:53 +01:00
},
"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",
2021-09-21 10:40:07 +02:00
"homepage": "https://ocramius.github.io/"
2017-02-20 21:47:53 +01:00
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2021-09-21 10:40:07 +02:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2017-02-20 21:47:53 +01:00
"keywords": [
"constructor",
"instantiate"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2020-11-10T18:47:58+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"
2017-02-20 21:47:53 +01:00
},
{
"name": "phpdocumentor/reflection-docblock",
2021-09-21 10:40:07 +02:00
"version": "5.2.2",
2017-02-20 21:47:53 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2021-09-21 10:40:07 +02:00
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
2017-02-20 21:47:53 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
2017-02-20 21:47:53 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2017-02-20 21:47:53 +01:00
},
"require-dev": {
2021-09-21 10:40:07 +02:00
"mockery/mockery": "~1.3.2"
2017-02-20 21:47:53 +01:00
},
2021-09-21 10:40:07 +02:00
"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/master"
},
"time": "2020-09-03T19:13:55+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "30f38bffc6f24293dadd1823936372dfa9e86e2f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/30f38bffc6f24293dadd1823936372dfa9e86e2f",
"reference": "30f38bffc6f24293dadd1823936372dfa9e86e2f",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "*",
"psalm/phar": "^4.8"
2017-02-20 21:47:53 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-09-21 10:40:07 +02:00
"dev-1.x": "1.x-dev"
2017-02-20 21:47:53 +01:00
}
},
"autoload": {
2021-09-21 10:40:07 +02:00
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
2017-02-20 21:47:53 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
2021-09-21 10:40:07 +02:00
"email": "me@mikevanriel.com"
2017-02-20 21:47:53 +01:00
}
],
2021-09-21 10:40:07 +02:00
"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.5.0"
},
"time": "2021-09-17T15:28:14+00:00"
2017-02-20 21:47:53 +01:00
},
{
"name": "phpspec/prophecy",
2021-09-21 10:40:07 +02:00
"version": "v1.10.3",
2017-02-20 21:47:53 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2021-09-21 10:40:07 +02:00
"reference": "451c3cd1418cf640de218914901e51b064abb093"
2017-02-20 21:47:53 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
"reference": "451c3cd1418cf640de218914901e51b064abb093",
2017-02-20 21:47:53 +01:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2021-09-21 10:40:07 +02:00
"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"
2017-02-20 21:47:53 +01:00
},
"require-dev": {
2021-09-21 10:40:07 +02:00
"phpspec/phpspec": "^2.5 || ^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2017-02-20 21:47:53 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-09-21 10:40:07 +02:00
"dev-master": "1.10.x-dev"
2017-02-20 21:47:53 +01:00
}
},
"autoload": {
2021-09-21 10:40:07 +02:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2017-02-20 21:47:53 +01:00
}
},
"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"
],
2021-09-21 10:40:07 +02:00
"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"
2017-02-20 21:47:53 +01: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"
],
2021-09-21 10:40:07 +02:00
"support": {
"irc": "irc://irc.freenode.net/phpunit",
"issues": "https://github.com/sebastianbergmann/dbunit/issues",
"source": "https://github.com/sebastianbergmann/dbunit/tree/master"
},
2018-12-23 08:50:55 +01:00
"abandoned": true,
2018-12-22 23:42:39 +01:00
"time": "2016-12-02T14:39:14+00:00"
2017-02-20 21:47:53 +01:00
},
{
"name": "phpunit/php-code-coverage",
"version": "2.2.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2",
"phpunit/php-token-stream": "~1.3",
"sebastian/environment": "^1.3.2",
"sebastian/version": "~1.0"
},
"require-dev": {
"ext-xdebug": ">=2.1.4",
"phpunit/phpunit": "~4"
},
"suggest": {
"ext-dom": "*",
"ext-xdebug": ">=2.2.1",
"ext-xmlwriter": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.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": "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"
],
2021-09-21 10:40:07 +02:00
"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/2.2"
},
2018-12-22 23:42:39 +01:00
"time": "2015-10-06T15:47:00+00:00"
2017-02-20 21:47:53 +01:00
},
{
"name": "phpunit/php-file-iterator",
2021-09-21 10:40:07 +02:00
"version": "1.4.5",
2017-02-20 21:47:53 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2021-09-21 10:40:07 +02:00
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2017-02-20 21:47:53 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2017-02-20 21:47:53 +01:00
"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"
],
2021-09-21 10:40:07 +02:00
"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"
2017-02-20 21:47:53 +01: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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
},
2018-12-22 23:42:39 +01:00
"time": "2015-06-21T13:50:34+00:00"
2017-02-20 21:47:53 +01: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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/master"
},
2018-12-22 23:42:39 +01:00
"time": "2017-02-26T11:10:40+00:00"
2017-02-20 21:47:53 +01:00
},
{
"name": "phpunit/php-token-stream",
2021-09-21 10:40:07 +02:00
"version": "1.4.12",
2017-02-20 21:47:53 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2021-09-21 10:40:07 +02:00
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
2017-02-20 21:47:53 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
2017-02-20 21:47:53 +01:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"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": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4"
},
"abandoned": true,
"time": "2017-12-04T08:55:13+00:00"
2017-02-20 21:47:53 +01:00
},
{
"name": "phpunit/phpunit",
2018-12-22 23:42:39 +01:00
"version": "4.8.36",
2017-02-20 21:47:53 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2018-12-22 23:42:39 +01:00
"reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
2017-02-20 21:47:53 +01:00
},
"dist": {
"type": "zip",
2018-12-22 23:42:39 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
"reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
2017-02-20 21:47:53 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
"phpspec/prophecy": "^1.3.1",
"phpunit/php-code-coverage": "~2.1",
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "~2.3",
"sebastian/comparator": "~1.2.2",
"sebastian/diff": "~1.2",
"sebastian/environment": "~1.3",
"sebastian/exporter": "~1.2",
"sebastian/global-state": "~1.0",
"sebastian/version": "~1.0",
"symfony/yaml": "~2.1|~3.0"
},
"suggest": {
"phpunit/php-invoker": "~1.1"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.8.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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/4.8.36"
},
2018-12-22 23:42:39 +01:00
"time": "2017-06-21T08:07:12+00:00"
2017-02-20 21:47:53 +01:00
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "2.3.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": ">=5.3.3",
"phpunit/php-text-template": "~1.2",
"sebastian/exporter": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.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"
],
2021-09-21 10:40:07 +02:00
"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/2.3"
},
2019-03-28 12:03:17 +01:00
"abandoned": true,
2018-12-22 23:42:39 +01:00
"time": "2015-10-02T06:51:40+00:00"
2017-02-20 21:47:53 +01: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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
},
2018-12-22 23:42:39 +01:00
"time": "2017-01-29T09:50:25+00:00"
2017-02-20 21:47:53 +01:00
},
{
"name": "sebastian/diff",
2021-09-21 10:40:07 +02:00
"version": "1.4.3",
2017-02-20 21:47:53 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2021-09-21 10:40:07 +02:00
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2017-02-20 21:47:53 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2017-02-20 21:47:53 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": "^5.3.3 || ^7.0"
2017-02-20 21:47:53 +01:00
},
"require-dev": {
2021-09-21 10:40:07 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-02-20 21:47:53 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"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"
2017-02-20 21:47:53 +01:00
},
{
"name": "sebastian/environment",
"version": "1.3.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/1.3"
},
2018-12-22 23:42:39 +01:00
"time": "2016-08-18T05:49:44+00:00"
2017-02-20 21:47:53 +01:00
},
{
"name": "sebastian/exporter",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/recursion-context": "~1.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/master"
},
2018-12-22 23:42:39 +01:00
"time": "2016-06-17T09:04:28+00:00"
2017-02-20 21:47:53 +01: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"
],
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
},
2018-12-22 23:42:39 +01:00
"time": "2015-10-12T03:26:01+00:00"
2017-02-20 21:47:53 +01:00
},
{
"name": "sebastian/recursion-context",
2021-09-21 10:40:07 +02:00
"version": "1.0.5",
2017-02-20 21:47:53 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2021-09-21 10:40:07 +02:00
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
2017-02-20 21:47:53 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2017-02-20 21:47:53 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"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": "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",
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
},
"time": "2016-10-03T07:41:43+00:00"
2017-02-20 21:47:53 +01:00
},
{
"name": "sebastian/version",
"version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
"shasum": ""
},
"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": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2021-09-21 10:40:07 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/1.0.6"
},
2018-12-22 23:42:39 +01:00
"time": "2015-06-21T13:59:46+00:00"
2017-02-20 21:47:53 +01:00
},
{
2021-09-21 10:40:07 +02:00
"name": "symfony/polyfill-ctype",
"version": "v1.23.0",
2017-02-20 21:47:53 +01:00
"source": {
"type": "git",
2021-09-21 10:40:07 +02:00
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
2017-02-20 21:47:53 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
2017-02-20 21:47:53 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
2017-02-20 21:47:53 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-09-21 10:40:07 +02:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-02-20 21:47:53 +01:00
}
},
2021-09-21 10:40:07 +02:00
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"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.23.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-02-19T12:13:01+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",
2017-02-20 21:47:53 +01:00
"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",
2021-09-21 10:40:07 +02:00
"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"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-dom",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-dom.git",
2021-09-21 10:40:07 +02:00
"reference": "ea1876ab9c3f6d59525b803c569d173e7f587c3f"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-dom/zipball/ea1876ab9c3f6d59525b803c569d173e7f587c3f",
"reference": "ea1876ab9c3f6d59525b803c569d173e7f587c3f",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"ext-dom": "*",
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-dom/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2018-12-22 23:42:39 +01:00
},
{
"name": "zf1s/zend-test",
2021-09-21 10:40:07 +02:00
"version": "1.13.4",
2018-12-22 23:42:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-test.git",
2021-09-21 10:40:07 +02:00
"reference": "0afaa5b6075bba7074fff4bf36d5cb765fb44e51"
2018-12-22 23:42:39 +01:00
},
"dist": {
"type": "zip",
2021-09-21 10:40:07 +02:00
"url": "https://api.github.com/repos/zf1s/zend-test/zipball/0afaa5b6075bba7074fff4bf36d5cb765fb44e51",
"reference": "0afaa5b6075bba7074fff4bf36d5cb765fb44e51",
2018-12-22 23:42:39 +01:00
"shasum": ""
},
"require": {
2021-09-21 10:40:07 +02:00
"php": ">=5.3.3",
"zf1s/zend-controller": "^1.13.4",
"zf1s/zend-dom": "^1.13.4",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-layout": "^1.13.4",
"zf1s/zend-registry": "^1.13.4",
"zf1s/zend-session": "^1.13.4"
2018-12-22 23:42:39 +01:00
},
"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"
],
2021-09-21 10:40:07 +02:00
"support": {
"source": "https://github.com/zf1s/zend-test/tree/1.13.4"
},
"time": "2020-11-23T08:37:28+00:00"
2015-02-02 20:42:20 +01:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
2021-09-21 10:40:07 +02:00
"james-heinrich/getid3": 20
2015-02-02 20:42:20 +01:00
},
"prefer-stable": false,
2015-09-24 18:58:02 +02:00
"prefer-lowest": false,
2015-02-02 20:42:20 +01:00
"platform": [],
2021-09-21 10:40:07 +02:00
"platform-dev": [],
"plugin-api-version": "2.1.0"
2015-02-02 20:42:20 +01:00
}