4246 lines
152 KiB
JSON
4246 lines
152 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "2e1981c5cb80066d1ca948d8d58ea962",
|
|
"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"
|
|
],
|
|
"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"
|
|
},
|
|
"time": "2014-12-08T21:56:46+00:00"
|
|
},
|
|
{
|
|
"name": "composer/semver",
|
|
"version": "3.2.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/semver.git",
|
|
"reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
|
|
"reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.54",
|
|
"symfony/phpunit-bridge": "^4.2 || ^5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Semver\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nils Adermann",
|
|
"email": "naderman@naderman.de",
|
|
"homepage": "http://www.naderman.de"
|
|
},
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
},
|
|
{
|
|
"name": "Rob Bast",
|
|
"email": "rob.bast@gmail.com",
|
|
"homepage": "http://robbast.nl"
|
|
}
|
|
],
|
|
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
|
"keywords": [
|
|
"semantic",
|
|
"semver",
|
|
"validation",
|
|
"versioning"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.org/composer",
|
|
"issues": "https://github.com/composer/semver/issues",
|
|
"source": "https://github.com/composer/semver/tree/3.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"
|
|
},
|
|
{
|
|
"name": "guzzle/guzzle",
|
|
"version": "v3.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle3.git",
|
|
"reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
|
|
"reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
|
|
"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"
|
|
},
|
|
"suggest": {
|
|
"guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/guzzle3/issues",
|
|
"source": "https://github.com/guzzle/guzzle3/tree/master"
|
|
},
|
|
"abandoned": "guzzlehttp/guzzle",
|
|
"time": "2015-03-18T18:23:50+00:00"
|
|
},
|
|
{
|
|
"name": "james-heinrich/getid3",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/JamesHeinrich/getID3.git",
|
|
"reference": "9418214d70830919f18e82bf1dc914e09740f9f8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/9418214d70830919f18e82bf1dc914e09740f9f8",
|
|
"reference": "9418214d70830919f18e82bf1dc914e09740f9f8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-parallel-lint": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
|
|
"ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
|
|
"ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
|
|
"ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
|
|
"ext-exif": "EXIF extension is required for graphic modules.",
|
|
"ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
|
|
"ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
|
|
"ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
|
|
"ext-mbstring": "mbstring extension is required to work with different character sets.",
|
|
"ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
|
|
"ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
|
|
"ext-rar": "RAR extension is required for RAR archive module.",
|
|
"ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
|
|
"ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
|
|
"ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"getid3/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-1.0-or-later",
|
|
"LGPL-3.0-only",
|
|
"MPL-2.0"
|
|
],
|
|
"description": "PHP script that extracts useful information from popular multimedia file formats",
|
|
"homepage": "https://www.getid3.org/",
|
|
"keywords": [
|
|
"codecs",
|
|
"php",
|
|
"tags"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/JamesHeinrich/getID3/issues",
|
|
"source": "https://github.com/JamesHeinrich/getID3/tree/master"
|
|
},
|
|
"time": "2021-09-17T17:01:13+00:00"
|
|
},
|
|
{
|
|
"name": "massivescale/celery-php",
|
|
"version": "2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/gjedeer/celery-php.git",
|
|
"reference": "4725dffec3ba03835191ea9d05bbd2777d4bc46f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/gjedeer/celery-php/zipball/4725dffec3ba03835191ea9d05bbd2777d4bc46f",
|
|
"reference": "4725dffec3ba03835191ea9d05bbd2777d4bc46f",
|
|
"shasum": ""
|
|
},
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"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",
|
|
"redis",
|
|
"task"
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"name": "phing/phing",
|
|
"version": "2.17.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phingofficial/phing.git",
|
|
"reference": "c0a3bce822c088d60b30a577c25debb42325d0f8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phingofficial/phing/zipball/c0a3bce822c088d60b30a577c25debb42325d0f8",
|
|
"reference": "c0a3bce822c088d60b30a577c25debb42325d0f8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo_sqlite": "*",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"pdepend/pdepend": "2.x",
|
|
"pear/archive_tar": "1.4.x",
|
|
"pear/http_request2": "dev-trunk",
|
|
"pear/net_growl": "dev-trunk",
|
|
"pear/pear-core-minimal": "1.10.1",
|
|
"pear/versioncontrol_git": "@dev",
|
|
"pear/versioncontrol_svn": "~0.5",
|
|
"phpdocumentor/phpdocumentor": "2.x",
|
|
"phploc/phploc": "~2.0.6",
|
|
"phpmd/phpmd": "~2.2",
|
|
"phpunit/phpunit": ">=3.7",
|
|
"sebastian/git": "~1.0",
|
|
"sebastian/phpcpd": "2.x",
|
|
"siad007/versioncontrol_hg": "^1.0",
|
|
"simpletest/simpletest": "^1.1",
|
|
"squizlabs/php_codesniffer": "~2.2",
|
|
"symfony/yaml": "^2.8 || ^3.1 || ^4.0"
|
|
},
|
|
"suggest": {
|
|
"pdepend/pdepend": "PHP version of JDepend",
|
|
"pear/archive_tar": "Tar file management class",
|
|
"pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
|
|
"pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
|
|
"phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
|
|
"phploc/phploc": "A tool for quickly measuring the size of a PHP project",
|
|
"phpmd/phpmd": "PHP version of PMD tool",
|
|
"phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
|
|
"phpunit/phpunit": "The PHP Unit Testing Framework",
|
|
"sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
|
|
"siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
|
|
"tedivm/jshrink": "Javascript Minifier built in PHP"
|
|
},
|
|
"bin": [
|
|
"bin/phing"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.16.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"classes/phing/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
"classes"
|
|
],
|
|
"license": [
|
|
"LGPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michiel Rook",
|
|
"email": "mrook@php.net"
|
|
},
|
|
{
|
|
"name": "Phing Community",
|
|
"homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
|
|
}
|
|
],
|
|
"description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
|
|
"homepage": "https://www.phing.info/",
|
|
"keywords": [
|
|
"build",
|
|
"phing",
|
|
"task",
|
|
"tool"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.net/phing",
|
|
"issues": "https://www.phing.info/trac/report",
|
|
"source": "https://github.com/phingofficial/phing/tree/2.17.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"
|
|
},
|
|
{
|
|
"name": "php-amqplib/php-amqplib",
|
|
"version": "v2.12.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-amqplib/php-amqplib.git",
|
|
"reference": "f746eb44df6d8f838173729867dd1d20b0265faa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/f746eb44df6d8f838173729867dd1d20b0265faa",
|
|
"reference": "f746eb44df6d8f838173729867dd1d20b0265faa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"ext-sockets": "*",
|
|
"php": ">=5.6.3,<8.0",
|
|
"phpseclib/phpseclib": "^2.0|^3.0"
|
|
},
|
|
"conflict": {
|
|
"php": "7.4.0 - 7.4.1"
|
|
},
|
|
"replace": {
|
|
"videlalvaro/php-amqplib": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"nategood/httpful": "^0.2.20",
|
|
"phpunit/phpunit": "^5.7|^6.5|^7.0",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.12-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpAmqpLib\\": "PhpAmqpLib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alvaro Videla",
|
|
"role": "Original Maintainer"
|
|
},
|
|
{
|
|
"name": "Raúl Araya",
|
|
"email": "nubeiro@gmail.com",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Luke Bakken",
|
|
"email": "luke@bakken.io",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Ramūnas Dronga",
|
|
"email": "github@ramuno.lt",
|
|
"role": "Maintainer"
|
|
}
|
|
],
|
|
"description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
|
|
"homepage": "https://github.com/php-amqplib/php-amqplib/",
|
|
"keywords": [
|
|
"message",
|
|
"queue",
|
|
"rabbitmq"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-amqplib/php-amqplib/issues",
|
|
"source": "https://github.com/php-amqplib/php-amqplib/tree/v2.12.3"
|
|
},
|
|
"time": "2021-03-01T12:21:31+00:00"
|
|
},
|
|
{
|
|
"name": "phpseclib/phpseclib",
|
|
"version": "3.0.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
|
"reference": "62fcc5a94ac83b1506f52d7558d828617fac9187"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/62fcc5a94ac83b1506f52d7558d828617fac9187",
|
|
"reference": "62fcc5a94ac83b1506f52d7558d828617fac9187",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/constant_time_encoding": "^1|^2",
|
|
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
|
"php": ">=5.6.1"
|
|
},
|
|
"require-dev": {
|
|
"phing/phing": "~2.7",
|
|
"phpunit/phpunit": "^5.7|^6.0|^9.4",
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
|
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
|
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"phpseclib/bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"phpseclib3\\": "phpseclib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jim Wigginton",
|
|
"email": "terrafrost@php.net",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Patrick Monnerat",
|
|
"email": "pm@datasphere.ch",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Andreas Fischer",
|
|
"email": "bantu@phpbb.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Hans-Jürgen Petrich",
|
|
"email": "petrich@tronic-media.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "graham@alt-three.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
"keywords": [
|
|
"BigInteger",
|
|
"aes",
|
|
"asn.1",
|
|
"asn1",
|
|
"blowfish",
|
|
"crypto",
|
|
"cryptography",
|
|
"encryption",
|
|
"rsa",
|
|
"security",
|
|
"sftp",
|
|
"signature",
|
|
"signing",
|
|
"ssh",
|
|
"twofish",
|
|
"x.509",
|
|
"x509"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
|
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.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"
|
|
}
|
|
],
|
|
"time": "2021-08-16T04:24:45+00: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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/propelorm/Propel/issues",
|
|
"source": "https://github.com/propelorm/Propel/tree/1.7.0"
|
|
},
|
|
"time": "2013-10-21T12:52:56+00:00"
|
|
},
|
|
{
|
|
"name": "raven/raven",
|
|
"version": "0.12.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/getsentry/raven-php.git",
|
|
"reference": "bd247ca2a8fd9ccfb99b60285c9b31286384a92b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/getsentry/raven-php/zipball/bd247ca2a8fd9ccfb99b60285c9b31286384a92b",
|
|
"reference": "bd247ca2a8fd9ccfb99b60285c9b31286384a92b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"php": ">=5.2.4"
|
|
},
|
|
"require-dev": {
|
|
"fabpot/php-cs-fixer": "^1.8.0",
|
|
"phpunit/phpunit": "^4.6.6"
|
|
},
|
|
"bin": [
|
|
"bin/raven"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.12.x-dev"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/getsentry/raven-php/issues",
|
|
"source": "https://github.com/getsentry/raven-php/tree/master"
|
|
},
|
|
"abandoned": "sentry/sentry",
|
|
"time": "2015-05-19T20:20:08+00:00"
|
|
},
|
|
{
|
|
"name": "simplepie/simplepie",
|
|
"version": "1.5.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplepie/simplepie.git",
|
|
"reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6",
|
|
"reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"ext-xml": "*",
|
|
"ext-xmlreader": "*",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.4.3 || ~6.5"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "",
|
|
"ext-iconv": "",
|
|
"ext-intl": "",
|
|
"ext-mbstring": "",
|
|
"mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"SimplePie": "library"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ryan Parman",
|
|
"homepage": "http://ryanparman.com/",
|
|
"role": "Creator, alumnus developer"
|
|
},
|
|
{
|
|
"name": "Sam Sneddon",
|
|
"homepage": "https://gsnedders.com/",
|
|
"role": "Alumnus developer"
|
|
},
|
|
{
|
|
"name": "Ryan McCue",
|
|
"email": "me@ryanmccue.info",
|
|
"homepage": "http://ryanmccue.info/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A simple Atom/RSS parsing library for PHP",
|
|
"homepage": "http://simplepie.org/",
|
|
"keywords": [
|
|
"atom",
|
|
"feeds",
|
|
"rss"
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v2.8.52",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
|
|
"reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"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"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
},
|
|
"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 EventDispatcher Component",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/event-dispatcher/tree/v2.8.50"
|
|
},
|
|
"time": "2018-11-21T14:20:20+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-acl",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-acl.git",
|
|
"reference": "3646720b16971c27800072af01b4392aaf467755"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-acl/zipball/3646720b16971c27800072af01b4392aaf467755",
|
|
"reference": "3646720b16971c27800072af01b4392aaf467755",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-acl": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Acl": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Acl package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"acl",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-acl/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-application",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-application.git",
|
|
"reference": "83bbf3f19248f888374c946fd85572c86d595b16"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-application/zipball/83bbf3f19248f888374c946fd85572c86d595b16",
|
|
"reference": "83bbf3f19248f888374c946fd85572c86d595b16",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-controller": "^1.13.4",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-application": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"ext-date": "Used in special situations or with special adapters",
|
|
"zf1s/zend-config": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Application": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Application package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"application",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/zf1s/zend-application/issues",
|
|
"source": "https://github.com/zf1s/zend-application/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-auth",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-auth.git",
|
|
"reference": "406aed396cd362a27e2417306dc34693ddb0dfe0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-auth/zipball/406aed396cd362a27e2417306dc34693ddb0dfe0",
|
|
"reference": "406aed396cd362a27e2417306dc34693ddb0dfe0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-auth": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"ext-hash": "Used in special situations or with special adapters",
|
|
"zf1s/zend-db": "Used in special situations or with special adapters",
|
|
"zf1s/zend-ldap": "Used in special situations or with special adapters",
|
|
"zf1s/zend-openid": "Used in special situations or with special adapters",
|
|
"zf1s/zend-session": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Auth": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Auth package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"auth",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-auth/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-cache",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-cache.git",
|
|
"reference": "aa9a5a8ce06f581656cd597ce19059a4d820db72"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-cache/zipball/aa9a5a8ce06f581656cd597ce19059a4d820db72",
|
|
"reference": "aa9a5a8ce06f581656cd597ce19059a4d820db72",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-cache": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"ext-apc": "Used in special situations or with special adapters",
|
|
"ext-memcache": "Used in special situations or with special adapters",
|
|
"ext-memcached": "Used in special situations or with special adapters",
|
|
"ext-sqlite": "Used in special situations or with special adapters",
|
|
"zf1s/zend-log": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Cache": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Cache package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"cache",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/zf1s/zend-cache/issues",
|
|
"source": "https://github.com/zf1s/zend-cache/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-config",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-config.git",
|
|
"reference": "2cd4c0addd4111ef819357759be7108ac641914f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-config/zipball/2cd4c0addd4111ef819357759be7108ac641914f",
|
|
"reference": "2cd4c0addd4111ef819357759be7108ac641914f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4",
|
|
"zf1s/zend-xml": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-config": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"ext-simplexml": "Used in special situations or with special adapters (Zend_Config_Xml)"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Config": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Config package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"config",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-config/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-controller",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-controller.git",
|
|
"reference": "170ec3b6904ad0a1b196dbe8bcfc18126163f43f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-controller/zipball/170ec3b6904ad0a1b196dbe8bcfc18126163f43f",
|
|
"reference": "170ec3b6904ad0a1b196dbe8bcfc18126163f43f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"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"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-controller": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-dojo": "Used in special situations or with special adapters",
|
|
"zf1s/zend-filter": "Used in special situations or with special adapters",
|
|
"zf1s/zend-json": "Used in special situations or with special adapters",
|
|
"zf1s/zend-layout": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Controller": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Controller package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"controller",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-controller/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-crypt",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-crypt.git",
|
|
"reference": "3113c7ff9a25201faa10538cd3c4aced38d1d633"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-crypt/zipball/3113c7ff9a25201faa10538cd3c4aced38d1d633",
|
|
"reference": "3113c7ff9a25201faa10538cd3c4aced38d1d633",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-crypt": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Crypt": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Crypt package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"crypt",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-crypt/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-date",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-date.git",
|
|
"reference": "363dc847b54d0c7c8c7006f2d7f4b4d5e0a63ee2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-date/zipball/363dc847b54d0c7c8c7006f2d7f4b4d5e0a63ee2",
|
|
"reference": "363dc847b54d0c7c8c7006f2d7f4b4d5e0a63ee2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4",
|
|
"zf1s/zend-locale": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-date": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Date": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Date package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"date",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-date/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-db",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-db.git",
|
|
"reference": "898dcf333abeefff7af2a7bfa3adb7ad8280b55a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-db/zipball/898dcf333abeefff7af2a7bfa3adb7ad8280b55a",
|
|
"reference": "898dcf333abeefff7af2a7bfa3adb7ad8280b55a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4",
|
|
"zf1s/zend-loader": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-db": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"ext-mysqli": "Used in special situations or with special adapters (Zend_Db_Adapter_Mysqli)",
|
|
"ext-pdo_mysql": "Used in special situations or with special adapters (Zend_Db_Adapter_Pdo_Mysql)",
|
|
"ext-pdo_pgsql": "Used in special situations or with special adapters (Zend_Db_Adapter_Pdo_Pgsql)",
|
|
"ext-pdo_sqlite": "Used in special situations or with special adapters (Zend_Db_Adapter_Pdo_Sqlite)",
|
|
"zf1s/zend-registry": "Used in special situations or with special adapters",
|
|
"zf1s/zend-wildfire": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Db": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Db package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"db",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-db/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-exception",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-exception.git",
|
|
"reference": "a6e983bd4de5a9c8e70a96ceac0d016e0af41e15"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-exception/zipball/a6e983bd4de5a9c8e70a96ceac0d016e0af41e15",
|
|
"reference": "a6e983bd4de5a9c8e70a96ceac0d016e0af41e15",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-exception": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Exception": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Exception package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"exception",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-exception/tree/1.13.4"
|
|
},
|
|
"time": "2019-12-16T11:48:38+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-file",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-file.git",
|
|
"reference": "c6b2f39e407d686180e4590e2b7dcb507e02597a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-file/zipball/c6b2f39e407d686180e4590e2b7dcb507e02597a",
|
|
"reference": "c6b2f39e407d686180e4590e2b7dcb507e02597a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-file": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"ext-apc": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_File": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 File package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"file",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-file/tree/1.13.3"
|
|
},
|
|
"time": "2019-12-16T11:48:38+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-file-transfer",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-file-transfer.git",
|
|
"reference": "c26778b1d53bd1e181c26300f8f89d704840b2a4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-file-transfer/zipball/c26778b1d53bd1e181c26300f8f89d704840b2a4",
|
|
"reference": "c26778b1d53bd1e181c26300f8f89d704840b2a4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-file-transfer": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-loader": "Used in special situations or with special adapters",
|
|
"zf1s/zend-validate": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_File_Transfer": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 File Transfer package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"file",
|
|
"framework",
|
|
"transfer",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-file-transfer/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-filter",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-filter.git",
|
|
"reference": "4d9036d0f2d265d4c6c568618778b6d8fba5757c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-filter/zipball/4d9036d0f2d265d4c6c568618778b6d8fba5757c",
|
|
"reference": "4d9036d0f2d265d4c6c568618778b6d8fba5757c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"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"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-filter": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"ext-zlib": "Used in special situations or with special adapters (Zend_Filter_Compress)",
|
|
"zf1s/zend-locale": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Filter": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Filter package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"filter",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-filter/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-form",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-form.git",
|
|
"reference": "76e9b587054ff0e051f88a888b1af1c77bd15609"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-form/zipball/76e9b587054ff0e051f88a888b1af1c77bd15609",
|
|
"reference": "76e9b587054ff0e051f88a888b1af1c77bd15609",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4",
|
|
"zf1s/zend-filter": "^1.13.4",
|
|
"zf1s/zend-validate": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-form": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-captcha": "Used in special situations or with special adapters",
|
|
"zf1s/zend-controller": "Used in special situations or with special adapters",
|
|
"zf1s/zend-json": "Used in special situations or with special adapters",
|
|
"zf1s/zend-loader": "Used in special situations or with special adapters",
|
|
"zf1s/zend-registry": "Used in special situations or with special adapters",
|
|
"zf1s/zend-session": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Form": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Form package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"form",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-form/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-http",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-http.git",
|
|
"reference": "e15308bdb9f7389e816642989d36ca20090f7f9c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-http/zipball/e15308bdb9f7389e816642989d36ca20090f7f9c",
|
|
"reference": "e15308bdb9f7389e816642989d36ca20090f7f9c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4",
|
|
"zf1s/zend-loader": "^1.13.4",
|
|
"zf1s/zend-uri": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-http": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Used in special situations or with special adapters (Zend_Http_Client_Adapter_Curl)",
|
|
"ext-fileinfo": "Used in special situations or with special adapters (Zend_Http_Client)"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Http": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Http package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"http",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-http/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-json",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-json.git",
|
|
"reference": "f1dcd7df504c694b0c16a12e088431ad373cc941"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-json/zipball/f1dcd7df504c694b0c16a12e088431ad373cc941",
|
|
"reference": "f1dcd7df504c694b0c16a12e088431ad373cc941",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"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"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-json": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"ext-json": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Json": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Json package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"json",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-json/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-layout",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-layout.git",
|
|
"reference": "9b126826e7563c8ccbee839ecba32500d4a78ed9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-layout/zipball/9b126826e7563c8ccbee839ecba32500d4a78ed9",
|
|
"reference": "9b126826e7563c8ccbee839ecba32500d4a78ed9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-layout": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-controller": "Used in special situations or with special adapters",
|
|
"zf1s/zend-filter": "Used in special situations or with special adapters",
|
|
"zf1s/zend-loader": "Used in special situations or with special adapters",
|
|
"zf1s/zend-view": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Layout": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Layout package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"layout",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-layout/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-loader",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-loader.git",
|
|
"reference": "5a667a1e5a47e5f8720b1660cfd12f3e442227b2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-loader/zipball/5a667a1e5a47e5f8720b1660cfd12f3e442227b2",
|
|
"reference": "5a667a1e5a47e5f8720b1660cfd12f3e442227b2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-loader": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Loader": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Loader package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"loader",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-loader/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-locale",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-locale.git",
|
|
"reference": "859075539c0f521b9c88b5cb3c845680b4d29eaf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-locale/zipball/859075539c0f521b9c88b5cb3c845680b4d29eaf",
|
|
"reference": "859075539c0f521b9c88b5cb3c845680b4d29eaf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"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"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-locale": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-registry": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Locale": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Locale package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"locale",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-locale/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-log",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-log.git",
|
|
"reference": "1ede85c1c67f6d6472c1aeb02337a954beaa64cc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-log/zipball/1ede85c1c67f6d6472c1aeb02337a954beaa64cc",
|
|
"reference": "1ede85c1c67f6d6472c1aeb02337a954beaa64cc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-reflection": "*",
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-log": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"ext-dom": "Used in special situations or with special adapters (Zend_Log_Formatter_Xml)",
|
|
"zf1s/zend-wildfire": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Log": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Log package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"log",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-log/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-navigation",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-navigation.git",
|
|
"reference": "1d55c20858ee9d1e5b2e871619f56b39dacd09d4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-navigation/zipball/1d55c20858ee9d1e5b2e871619f56b39dacd09d4",
|
|
"reference": "1d55c20858ee9d1e5b2e871619f56b39dacd09d4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-controller": "^1.13.4",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-navigation": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-acl": "Used in special situations or with special adapters",
|
|
"zf1s/zend-config": "Used in special situations or with special adapters",
|
|
"zf1s/zend-view": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Navigation": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Navigation package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"navigation",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-navigation/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-registry",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-registry.git",
|
|
"reference": "25d8732d9e18f2ebe4fba177e7433e9bab949417"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-registry/zipball/25d8732d9e18f2ebe4fba177e7433e9bab949417",
|
|
"reference": "25d8732d9e18f2ebe4fba177e7433e9bab949417",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-registry": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-loader": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Registry": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Registry package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"registry",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-registry/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-rest",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-rest.git",
|
|
"reference": "1364b8a125b0676faeebf44b4302d3eccb56ba80"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-rest/zipball/1364b8a125b0676faeebf44b4302d3eccb56ba80",
|
|
"reference": "1364b8a125b0676faeebf44b4302d3eccb56ba80",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"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"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-rest": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Rest": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Rest package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"rest",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-rest/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-server",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-server.git",
|
|
"reference": "a32334f55506f151dda4e05ef2914eb99ffa7eb0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-server/zipball/a32334f55506f151dda4e05ef2914eb99ffa7eb0",
|
|
"reference": "a32334f55506f151dda4e05ef2914eb99ffa7eb0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-reflection": "*",
|
|
"ext-spl": "*",
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-server": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Server": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Server package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"server",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-server/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-service",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-service.git",
|
|
"reference": "076f58706356e195f39d84f7c86a17b2ba46d187"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-service/zipball/076f58706356e195f39d84f7c86a17b2ba46d187",
|
|
"reference": "076f58706356e195f39d84f7c86a17b2ba46d187",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4",
|
|
"zf1s/zend-http": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-service": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Service": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Service package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"service",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-service/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-session",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-session.git",
|
|
"reference": "8674ffc7b9bc3609597ed8cfb1674c4d1f7dd501"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-session/zipball/8674ffc7b9bc3609597ed8cfb1674c4d1f7dd501",
|
|
"reference": "8674ffc7b9bc3609597ed8cfb1674c4d1f7dd501",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-session": "*",
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-session": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-config": "Used in special situations or with special adapters",
|
|
"zf1s/zend-db": "Used in special situations or with special adapters",
|
|
"zf1s/zend-loader": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Session": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Session package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"session",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-session/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-uri",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-uri.git",
|
|
"reference": "ed7e1a712857418e27497aa40c2e2b8b74a54a81"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-uri/zipball/ed7e1a712857418e27497aa40c2e2b8b74a54a81",
|
|
"reference": "ed7e1a712857418e27497aa40c2e2b8b74a54a81",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"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"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-uri": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-date": "Used in special situations or with special adapters",
|
|
"zf1s/zend-filter": "Used in special situations or with special adapters",
|
|
"zf1s/zend-registry": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Uri": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Uri package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"uri",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-uri/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-validate",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-validate.git",
|
|
"reference": "4abe991139304c41a6344c6dbd85a118c0bad8d9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-validate/zipball/4abe991139304c41a6344c6dbd85a118c0bad8d9",
|
|
"reference": "4abe991139304c41a6344c6dbd85a118c0bad8d9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"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"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-validate": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-date": "Used in special situations or with special adapters",
|
|
"zf1s/zend-filter": "Used in special situations or with special adapters",
|
|
"zf1s/zend-registry": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Validate": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Validate package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"validate",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/zf1s/zend-validate/issues",
|
|
"source": "https://github.com/zf1s/zend-validate/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-version",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-version.git",
|
|
"reference": "c51bebd557c8e0ca793f7b53bcab7887127e2bf3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-version/zipball/c51bebd557c8e0ca793f7b53bcab7887127e2bf3",
|
|
"reference": "c51bebd557c8e0ca793f7b53bcab7887127e2bf3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-version": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Version": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Version package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"version",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-version/tree/1.13.4"
|
|
},
|
|
"time": "2019-12-16T11:48:38+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-view",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-view.git",
|
|
"reference": "944ac8858af043f40693f87bb3b0f01993978e0b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-view/zipball/944ac8858af043f40693f87bb3b0f01993978e0b",
|
|
"reference": "944ac8858af043f40693f87bb3b0f01993978e0b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"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"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-view": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-json": "Used in special situations or with special adapters",
|
|
"zf1s/zend-layout": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_View": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 View package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"view",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-view/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-xml",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-xml.git",
|
|
"reference": "6f717c478cffe913aea7c9bbb7f649fabe6a094d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-xml/zipball/6f717c478cffe913aea7c9bbb7f649fabe6a094d",
|
|
"reference": "6f717c478cffe913aea7c9bbb7f649fabe6a094d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-xml": "*",
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-xml": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Xml": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Xml package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"xml",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-xml/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "doctrine/instantiator",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
|
|
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^8.0",
|
|
"ext-pdo": "*",
|
|
"ext-phar": "*",
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"homepage": "https://ocramius.github.io/"
|
|
}
|
|
],
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
"keywords": [
|
|
"constructor",
|
|
"instantiate"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/instantiator/issues",
|
|
"source": "https://github.com/doctrine/instantiator/tree/1.4.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"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"version": "5.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
|
|
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-filter": "*",
|
|
"php": "^7.2 || ^8.0",
|
|
"phpdocumentor/reflection-common": "^2.2",
|
|
"phpdocumentor/type-resolver": "^1.3",
|
|
"webmozart/assert": "^1.9.1"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~1.3.2"
|
|
},
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-1.x": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "me@mikevanriel.com"
|
|
}
|
|
],
|
|
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
"support": {
|
|
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
|
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.0"
|
|
},
|
|
"time": "2021-09-17T15:28:14+00:00"
|
|
},
|
|
{
|
|
"name": "phpspec/prophecy",
|
|
"version": "v1.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
"reference": "451c3cd1418cf640de218914901e51b064abb093"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
|
|
"reference": "451c3cd1418cf640de218914901e51b064abb093",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.0.2",
|
|
"php": "^5.3|^7.0",
|
|
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
|
|
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
|
|
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "^2.5 || ^3.2",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.10.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Prophecy\\": "src/Prophecy"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
},
|
|
{
|
|
"name": "Marcello Duarte",
|
|
"email": "marcello.duarte@gmail.com"
|
|
}
|
|
],
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
|
"keywords": [
|
|
"Double",
|
|
"Dummy",
|
|
"fake",
|
|
"mock",
|
|
"spy",
|
|
"stub"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/phpspec/prophecy/issues",
|
|
"source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
|
|
},
|
|
"time": "2020-03-05T15:02:03+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/dbunit",
|
|
"version": "2.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/dbunit.git",
|
|
"reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/5c35d74549c21ba55d0ea74ba89d191a51f8cf25",
|
|
"reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pdo": "*",
|
|
"ext-simplexml": "*",
|
|
"php": "^5.4 || ^7.0",
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0",
|
|
"symfony/yaml": "^2.1 || ^3.0"
|
|
},
|
|
"bin": [
|
|
"dbunit"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
|
|
"homepage": "https://github.com/sebastianbergmann/dbunit/",
|
|
"keywords": [
|
|
"database",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.net/phpunit",
|
|
"issues": "https://github.com/sebastianbergmann/dbunit/issues",
|
|
"source": "https://github.com/sebastianbergmann/dbunit/tree/master"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2016-12-02T14:39:14+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "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"
|
|
],
|
|
"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"
|
|
},
|
|
"time": "2015-10-06T15:47:00+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "1.4.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
|
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
"keywords": [
|
|
"filesystem",
|
|
"iterator"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.net/phpunit",
|
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
|
|
},
|
|
"time": "2017-11-27T13:52:08+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-text-template",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Simple template engine.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
"keywords": [
|
|
"template"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
|
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
|
|
},
|
|
"time": "2015-06-21T13:50:34+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-timer",
|
|
"version": "1.0.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
|
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Utility class for timing",
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
"keywords": [
|
|
"timer"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
|
"source": "https://github.com/sebastianbergmann/php-timer/tree/master"
|
|
},
|
|
"time": "2017-02-26T11:10:40+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-token-stream",
|
|
"version": "1.4.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
|
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
|
"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"
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"version": "4.8.36",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
|
|
"reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/4.8.36"
|
|
},
|
|
"time": "2017-06-21T08:07:12+00: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"
|
|
],
|
|
"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"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2015-10-02T06:51:40+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/comparator",
|
|
"version": "1.2.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
|
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"sebastian/diff": "~1.2",
|
|
"sebastian/exporter": "~1.2 || ~2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
|
"keywords": [
|
|
"comparator",
|
|
"compare",
|
|
"equality"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
"source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
|
|
},
|
|
"time": "2017-01-29T09:50:25+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "1.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
|
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Diff implementation",
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
"keywords": [
|
|
"diff"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
"source": "https://github.com/sebastianbergmann/diff/tree/1.4"
|
|
},
|
|
"time": "2017-05-22T07:24:03+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/environment",
|
|
"version": "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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
|
"source": "https://github.com/sebastianbergmann/environment/tree/1.3"
|
|
},
|
|
"time": "2016-08-18T05:49:44+00: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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
"source": "https://github.com/sebastianbergmann/exporter/tree/master"
|
|
},
|
|
"time": "2016-06-17T09:04:28+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/global-state",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.2"
|
|
},
|
|
"suggest": {
|
|
"ext-uopz": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Snapshotting of global state",
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
"keywords": [
|
|
"global state"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
|
"source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
|
|
},
|
|
"time": "2015-10-12T03:26:01+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/recursion-context",
|
|
"version": "1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
|
|
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
|
|
"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",
|
|
"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"
|
|
},
|
|
{
|
|
"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",
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/version/issues",
|
|
"source": "https://github.com/sebastianbergmann/version/tree/1.0.6"
|
|
},
|
|
"time": "2015-06-21T13:59:46+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.23.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
|
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"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",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Yaml Component",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/yaml/tree/v3.4.47"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-10-24T10:57:07+00:00"
|
|
},
|
|
{
|
|
"name": "webmozart/assert",
|
|
"version": "1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozarts/assert.git",
|
|
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpstan": "<0.12.20",
|
|
"vimeo/psalm": "<4.6.1 || 4.6.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5.13"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.10-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webmozart\\Assert\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Assertions to validate method input/output with nice error messages.",
|
|
"keywords": [
|
|
"assert",
|
|
"check",
|
|
"validate"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/webmozarts/assert/issues",
|
|
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
|
|
},
|
|
"time": "2021-03-09T10:59:23+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-dom",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-dom.git",
|
|
"reference": "ea1876ab9c3f6d59525b803c569d173e7f587c3f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-dom/zipball/ea1876ab9c3f6d59525b803c569d173e7f587c3f",
|
|
"reference": "ea1876ab9c3f6d59525b803c569d173e7f587c3f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"php": ">=5.3.3",
|
|
"zf1s/zend-exception": "^1.13.4",
|
|
"zf1s/zend-xml": "^1.13.4"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-dom": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Dom": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Dom package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"dom",
|
|
"framework",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-dom/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
},
|
|
{
|
|
"name": "zf1s/zend-test",
|
|
"version": "1.13.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zf1s/zend-test.git",
|
|
"reference": "0afaa5b6075bba7074fff4bf36d5cb765fb44e51"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zf1s/zend-test/zipball/0afaa5b6075bba7074fff4bf36d5cb765fb44e51",
|
|
"reference": "0afaa5b6075bba7074fff4bf36d5cb765fb44e51",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"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"
|
|
},
|
|
"replace": {
|
|
"zf1/zend-test": "^1.12"
|
|
},
|
|
"suggest": {
|
|
"zf1s/zend-loader": "Used in special situations or with special adapters"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend_Test": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework 1 Test package",
|
|
"homepage": "http://framework.zend.com/",
|
|
"keywords": [
|
|
"ZF1",
|
|
"framework",
|
|
"test",
|
|
"zend"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/zf1s/zend-test/tree/1.13.4"
|
|
},
|
|
"time": "2020-11-23T08:37:28+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"james-heinrich/getid3": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.1.0"
|
|
}
|