8056 lines
286 KiB
JSON
8056 lines
286 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": "ff4220aa06551234ffa99513beaaea75",
|
|
"packages": [
|
|
{
|
|
"name": "analog/analog",
|
|
"version": "1.0.10-stable",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jbroadway/analog.git",
|
|
"reference": "65dce6b5aff8c77307c783e607c04a35df8259d6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jbroadway/analog/zipball/65dce6b5aff8c77307c783e607c04a35df8259d6",
|
|
"reference": "65dce6b5aff8c77307c783e607c04a35df8259d6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"psr/log": "1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Analog": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johnny Broadway",
|
|
"email": "johnny@johnnybroadway.com",
|
|
"homepage": "http://www.johnnybroadway.com/"
|
|
}
|
|
],
|
|
"description": "PHP logging class that can be extended via closures. Includes several pre-built handlers including file, mail, syslog, HTTP post, and MongoDB.",
|
|
"homepage": "https://github.com/jbroadway/analog",
|
|
"keywords": [
|
|
"alerts",
|
|
"debug",
|
|
"debugging",
|
|
"error",
|
|
"log",
|
|
"logger",
|
|
"logging",
|
|
"syslog"
|
|
],
|
|
"time": "2017-09-17T02:30:30+00:00"
|
|
},
|
|
{
|
|
"name": "beberlei/DoctrineExtensions",
|
|
"version": "v1.1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/beberlei/DoctrineExtensions.git",
|
|
"reference": "469f65355b034b21c9c755e2d46ff2c06164567b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/469f65355b034b21c9c755e2d46ff2c06164567b",
|
|
"reference": "469f65355b034b21c9c755e2d46ff2c06164567b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": "^2.5",
|
|
"friendsofphp/php-cs-fixer": "^2.2.19",
|
|
"nesbot/carbon": "*",
|
|
"phpunit/phpunit": "^4.5",
|
|
"symfony/yaml": "^2.6",
|
|
"zf1/zend-date": "^1.12",
|
|
"zf1/zend-registry": "^1.12"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DoctrineExtensions\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Steve Lacey",
|
|
"email": "steve@stevelacey.net"
|
|
}
|
|
],
|
|
"description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL and Oracle.",
|
|
"keywords": [
|
|
"database",
|
|
"doctrine",
|
|
"orm"
|
|
],
|
|
"time": "2018-09-26T16:18:17+00:00"
|
|
},
|
|
{
|
|
"name": "composer/ca-bundle",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
|
"reference": "8afa52cd417f4ec417b4bfe86b68106538a87660"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660",
|
|
"reference": "8afa52cd417f4ec417b4bfe86b68106538a87660",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"php": "^5.3.2 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
|
|
"psr/log": "^1.0",
|
|
"symfony/process": "^2.5 || ^3.0 || ^4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\CaBundle\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
|
"keywords": [
|
|
"cabundle",
|
|
"cacert",
|
|
"certificate",
|
|
"ssl",
|
|
"tls"
|
|
],
|
|
"time": "2018-10-18T06:09:13+00:00"
|
|
},
|
|
{
|
|
"name": "composer/installers",
|
|
"version": "v1.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/installers.git",
|
|
"reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
|
|
"reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0"
|
|
},
|
|
"replace": {
|
|
"roundcube/plugin-installer": "*",
|
|
"shama/baton": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "1.0.*@dev",
|
|
"phpunit/phpunit": "^4.8.36"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Composer\\Installers\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Installers\\": "src/Composer/Installers"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kyle Robinson Young",
|
|
"email": "kyle@dontkry.com",
|
|
"homepage": "https://github.com/shama"
|
|
}
|
|
],
|
|
"description": "A multi-framework Composer library installer",
|
|
"homepage": "https://composer.github.io/installers/",
|
|
"keywords": [
|
|
"Craft",
|
|
"Dolibarr",
|
|
"Eliasis",
|
|
"Hurad",
|
|
"ImageCMS",
|
|
"Kanboard",
|
|
"Lan Management System",
|
|
"MODX Evo",
|
|
"Mautic",
|
|
"Maya",
|
|
"OXID",
|
|
"Plentymarkets",
|
|
"Porto",
|
|
"RadPHP",
|
|
"SMF",
|
|
"Thelia",
|
|
"WolfCMS",
|
|
"agl",
|
|
"aimeos",
|
|
"annotatecms",
|
|
"attogram",
|
|
"bitrix",
|
|
"cakephp",
|
|
"chef",
|
|
"cockpit",
|
|
"codeigniter",
|
|
"concrete5",
|
|
"croogo",
|
|
"dokuwiki",
|
|
"drupal",
|
|
"eZ Platform",
|
|
"elgg",
|
|
"expressionengine",
|
|
"fuelphp",
|
|
"grav",
|
|
"installer",
|
|
"itop",
|
|
"joomla",
|
|
"kohana",
|
|
"laravel",
|
|
"lavalite",
|
|
"lithium",
|
|
"magento",
|
|
"majima",
|
|
"mako",
|
|
"mediawiki",
|
|
"modulework",
|
|
"modx",
|
|
"moodle",
|
|
"osclass",
|
|
"phpbb",
|
|
"piwik",
|
|
"ppi",
|
|
"puppet",
|
|
"pxcms",
|
|
"reindex",
|
|
"roundcube",
|
|
"shopware",
|
|
"silverstripe",
|
|
"sydes",
|
|
"symfony",
|
|
"typo3",
|
|
"wordpress",
|
|
"yawik",
|
|
"zend",
|
|
"zikula"
|
|
],
|
|
"time": "2018-08-27T06:10:37+00:00"
|
|
},
|
|
{
|
|
"name": "csa/guzzle-bundle",
|
|
"version": "v1.3.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/csarrazi/CsaGuzzleBundle.git",
|
|
"reference": "b933c3ea4b30c0467b24ffbf9d77a6f576d191f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/csarrazi/CsaGuzzleBundle/zipball/b933c3ea4b30c0467b24ffbf9d77a6f576d191f4",
|
|
"reference": "b933c3ea4b30c0467b24ffbf9d77a6f576d191f4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/guzzle": "^4.0|^5.0",
|
|
"guzzlehttp/log-subscriber": "^1.0",
|
|
"php": ">=5.4.0|<7.1",
|
|
"symfony/dependency-injection": "^2.8|^3.0",
|
|
"symfony/expression-language": "^2.8|^3.0",
|
|
"symfony/framework-bundle": "^2.8|^3.0",
|
|
"symfony/http-kernel": "^2.8|^3.0",
|
|
"twig/twig": "^1.34|^2.4"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "^1.1",
|
|
"guzzlehttp/guzzle-services": ">=0.3|<0.6",
|
|
"phpunit/phpunit": "^4.0",
|
|
"symfony/phpunit-bridge": "^2.8|^3.0",
|
|
"symfony/web-profiler-bundle": "^2.8|^3.0",
|
|
"symfony/yaml": "^2.8|^3.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/cache": "Allows caching of responses",
|
|
"guzzlehttp/guzzle-services": "Allow web service description"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Csa\\Bundle\\GuzzleBundle\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Charles Sarrazin",
|
|
"email": "charles@sarraz.in"
|
|
}
|
|
],
|
|
"description": "A bundle integrating GuzzleHttp >= 4.0",
|
|
"time": "2018-06-12T07:19:01+00:00"
|
|
},
|
|
{
|
|
"name": "cssjanus/cssjanus",
|
|
"version": "dev-patch-1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/php-cssjanus.git",
|
|
"reference": "7866b8a6f7ad8ba8c7f4eb9f87b084452a41d8e5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/php-cssjanus/zipball/7866b8a6f7ad8ba8c7f4eb9f87b084452a41d8e5",
|
|
"reference": "7866b8a6f7ad8ba8c7f4eb9f87b084452a41d8e5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.8.*",
|
|
"phpunit/phpunit": "4.8.*",
|
|
"squizlabs/php_codesniffer": "2.3.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor",
|
|
"phpunit",
|
|
"phpcs -p"
|
|
]
|
|
},
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"description": "Convert CSS stylesheets between left-to-right and right-to-left.",
|
|
"support": {
|
|
"source": "https://github.com/PrestaShop/php-cssjanus/tree/patch-1"
|
|
},
|
|
"time": "2018-01-08T09:57:29+00:00"
|
|
},
|
|
{
|
|
"name": "curl/curl",
|
|
"version": "1.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-mod/curl.git",
|
|
"reference": "43436a604b18c2a985cbc3f983be817fbe500e99"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-mod/curl/zipball/43436a604b18c2a985cbc3f983be817fbe500e99",
|
|
"reference": "43436a604b18c2a985cbc3f983be817fbe500e99",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"squizlabs/php_codesniffer": "~2.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Curl": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Hassan Amouhzi",
|
|
"email": "hassan@anezi.net",
|
|
"homepage": "http://hassan.amouhzi.com"
|
|
},
|
|
{
|
|
"name": "php-curl-class",
|
|
"homepage": "https://github.com/php-curl-class"
|
|
},
|
|
{
|
|
"name": "user52",
|
|
"homepage": "https://github.com/user52"
|
|
}
|
|
],
|
|
"description": "cURL class for PHP",
|
|
"homepage": "https://github.com/php-mod/curl",
|
|
"keywords": [
|
|
"curl",
|
|
"dot"
|
|
],
|
|
"time": "2018-09-05T17:16:47+00:00"
|
|
},
|
|
{
|
|
"name": "defuse/php-encryption",
|
|
"version": "2.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/defuse/php-encryption.git",
|
|
"reference": "2c6fea3d9a4eaaa8cef86b2a89f3660818117b33"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/2c6fea3d9a4eaaa8cef86b2a89f3660818117b33",
|
|
"reference": "2c6fea3d9a4eaaa8cef86b2a89f3660818117b33",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"paragonie/random_compat": "~2.0",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"nikic/php-parser": "^2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Hornby",
|
|
"email": "taylor@defuse.ca",
|
|
"homepage": "https://defuse.ca/"
|
|
},
|
|
{
|
|
"name": "Scott Arciszewski",
|
|
"email": "info@paragonie.com",
|
|
"homepage": "https://paragonie.com"
|
|
}
|
|
],
|
|
"description": "Secure PHP Encryption Library",
|
|
"keywords": [
|
|
"aes",
|
|
"authenticated encryption",
|
|
"cipher",
|
|
"crypto",
|
|
"cryptography",
|
|
"encrypt",
|
|
"encryption",
|
|
"openssl",
|
|
"security",
|
|
"symmetric key cryptography"
|
|
],
|
|
"time": "2016-10-10T15:20:26+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
|
|
"reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "1.*",
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "1.*",
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Docblock Annotations Parser",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"docblock",
|
|
"parser"
|
|
],
|
|
"time": "2017-02-24T16:22:25+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "v1.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
|
|
"reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~5.5|~7.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": ">2.2,<2.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8|~5.0",
|
|
"predis/predis": "~1.0",
|
|
"satooshi/php-coveralls": "~0.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.6.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching"
|
|
],
|
|
"time": "2017-07-22T12:49:21+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
|
|
"reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "~0.1@dev",
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Collections\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Collections Abstraction library",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"array",
|
|
"collections",
|
|
"iterator"
|
|
],
|
|
"time": "2017-01-03T10:49:41+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "v2.5.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common.git",
|
|
"reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
|
|
"reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "1.*",
|
|
"doctrine/cache": "1.*",
|
|
"doctrine/collections": "1.*",
|
|
"doctrine/inflector": "1.*",
|
|
"doctrine/lexer": "1.*",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~3.7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Common Library for Doctrine projects",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"collections",
|
|
"eventmanager",
|
|
"persistence",
|
|
"spl"
|
|
],
|
|
"time": "2015-12-25T13:10:16+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "v2.5.13",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "729340d8d1eec8f01bff708e12e449a3415af873"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
|
|
"reference": "729340d8d1eec8f01bff708e12e449a3415af873",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.4,<2.8-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"symfony/console": "2.*||^3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
},
|
|
"bin": [
|
|
"bin/doctrine-dbal"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
}
|
|
],
|
|
"description": "Database Abstraction Layer",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"dbal",
|
|
"persistence",
|
|
"queryobject"
|
|
],
|
|
"time": "2017-07-22T20:44:48+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/doctrine-bundle",
|
|
"version": "1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
|
"reference": "82d2c63cd09acbde2332f55d9aa7b28aefe4983d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/82d2c63cd09acbde2332f55d9aa7b28aefe4983d",
|
|
"reference": "82d2c63cd09acbde2332f55d9aa7b28aefe4983d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/dbal": "^2.5.12",
|
|
"doctrine/doctrine-cache-bundle": "~1.2",
|
|
"jdorn/sql-formatter": "^1.2.16",
|
|
"php": "^5.5.9|^7.0",
|
|
"symfony/console": "~2.7|~3.0|~4.0",
|
|
"symfony/dependency-injection": "~2.7|~3.0|~4.0",
|
|
"symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
|
|
"symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-foundation": "<2.6"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": "~2.4",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^4.8.36|^5.7|^6.4",
|
|
"symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
|
|
"symfony/property-info": "~2.8|~3.0|~4.0",
|
|
"symfony/validator": "~2.7|~3.0|~4.0",
|
|
"symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
|
|
"symfony/yaml": "~2.7|~3.0|~4.0",
|
|
"twig/twig": "~1.26|~2.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
|
|
"symfony/web-profiler-bundle": "To use the data collector."
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Bundle\\DoctrineBundle\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Doctrine Project",
|
|
"homepage": "http://www.doctrine-project.org/"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony DoctrineBundle",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"dbal",
|
|
"orm",
|
|
"persistence"
|
|
],
|
|
"time": "2018-11-30T13:53:17+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/doctrine-cache-bundle",
|
|
"version": "1.3.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/DoctrineCacheBundle.git",
|
|
"reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
|
|
"reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/cache": "^1.4.2",
|
|
"doctrine/inflector": "~1.0",
|
|
"php": ">=5.3.2",
|
|
"symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
|
|
},
|
|
"require-dev": {
|
|
"instaclick/coding-standard": "~1.1",
|
|
"instaclick/object-calisthenics-sniffs": "dev-master",
|
|
"instaclick/symfony2-coding-standard": "dev-remaster",
|
|
"phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
|
|
"predis/predis": "~0.8",
|
|
"satooshi/php-coveralls": "^1.0",
|
|
"squizlabs/php_codesniffer": "~1.5",
|
|
"symfony/console": "~2.7|~3.3|~4.0",
|
|
"symfony/finder": "~2.7|~3.3|~4.0",
|
|
"symfony/framework-bundle": "~2.7|~3.3|~4.0",
|
|
"symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
|
|
"symfony/security-acl": "~2.7|~3.3",
|
|
"symfony/validator": "~2.7|~3.3|~4.0",
|
|
"symfony/yaml": "~2.7|~3.3|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/security-acl": "For using this bundle to cache ACLs"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Fabio B. Silva",
|
|
"email": "fabio.bat.silva@gmail.com"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@hotmail.com"
|
|
},
|
|
{
|
|
"name": "Doctrine Project",
|
|
"homepage": "http://www.doctrine-project.org/"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony Bundle for Doctrine Cache",
|
|
"homepage": "https://www.doctrine-project.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching"
|
|
],
|
|
"time": "2018-11-09T06:25:35+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Inflector\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"inflection",
|
|
"pluralize",
|
|
"singularize",
|
|
"string"
|
|
],
|
|
"time": "2015-11-06T14:35:42+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/instantiator",
|
|
"version": "1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3,<8.0-DEV"
|
|
},
|
|
"require-dev": {
|
|
"athletic/athletic": "~0.1.8",
|
|
"ext-pdo": "*",
|
|
"ext-phar": "*",
|
|
"phpunit/phpunit": "~4.0",
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"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": "http://ocramius.github.com/"
|
|
}
|
|
],
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
"homepage": "https://github.com/doctrine/instantiator",
|
|
"keywords": [
|
|
"constructor",
|
|
"instantiate"
|
|
],
|
|
"time": "2015-06-14T21:17:01+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/lexer",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Lexer\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"lexer",
|
|
"parser"
|
|
],
|
|
"time": "2014-09-09T13:34:57+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/orm",
|
|
"version": "v2.5.14",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/orm.git",
|
|
"reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/orm/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
|
|
"reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/cache": "~1.4",
|
|
"doctrine/collections": "~1.2",
|
|
"doctrine/common": ">=2.5-dev,<2.9-dev",
|
|
"doctrine/dbal": ">=2.5-dev,<2.7-dev",
|
|
"doctrine/instantiator": "^1.0.1",
|
|
"ext-pdo": "*",
|
|
"php": ">=5.4",
|
|
"symfony/console": "~2.5|~3.0|~4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0",
|
|
"symfony/yaml": "~2.3|~3.0|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
|
|
},
|
|
"bin": [
|
|
"bin/doctrine",
|
|
"bin/doctrine.php"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\ORM\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
}
|
|
],
|
|
"description": "Object-Relational-Mapper for PHP",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"orm"
|
|
],
|
|
"time": "2017-12-17T02:57:51+00:00"
|
|
},
|
|
{
|
|
"name": "ezyang/htmlpurifier",
|
|
"version": "v4.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ezyang/htmlpurifier.git",
|
|
"reference": "d85d39da4576a6934b72480be6978fb10c860021"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
|
|
"reference": "d85d39da4576a6934b72480be6978fb10c860021",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"require-dev": {
|
|
"simpletest/simpletest": "^1.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"HTMLPurifier": "library/"
|
|
},
|
|
"files": [
|
|
"library/HTMLPurifier.composer.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Edward Z. Yang",
|
|
"email": "admin@htmlpurifier.org",
|
|
"homepage": "http://ezyang.com"
|
|
}
|
|
],
|
|
"description": "Standards compliant HTML filter written in PHP",
|
|
"homepage": "http://htmlpurifier.org/",
|
|
"keywords": [
|
|
"html"
|
|
],
|
|
"time": "2018-02-23T01:58:20+00:00"
|
|
},
|
|
{
|
|
"name": "fig/link-util",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/link-util.git",
|
|
"reference": "1a07821801a148be4add11ab0603e4af55a72fac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
|
|
"reference": "1a07821801a148be4add11ab0603e4af55a72fac",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"psr/link": "~1.0@dev"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.1",
|
|
"squizlabs/php_codesniffer": "^2.3.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Fig\\Link\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common utility implementations for HTTP links",
|
|
"keywords": [
|
|
"http",
|
|
"http-link",
|
|
"link",
|
|
"psr",
|
|
"psr-13",
|
|
"rest"
|
|
],
|
|
"time": "2016-10-17T18:31:11+00:00"
|
|
},
|
|
{
|
|
"name": "geoip2/geoip2",
|
|
"version": "v2.4.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/GeoIP2-php.git",
|
|
"reference": "b28a0ed0190cd76c878ed7002a5d1bb8c5f4c175"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/b28a0ed0190cd76c878ed7002a5d1bb8c5f4c175",
|
|
"reference": "b28a0ed0190cd76c878ed7002a5d1bb8c5f4c175",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"maxmind-db/reader": "~1.0",
|
|
"maxmind/web-service-common": "~0.3",
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.2.*",
|
|
"squizlabs/php_codesniffer": "2.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GeoIp2\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gregory J. Oschwald",
|
|
"email": "goschwald@maxmind.com",
|
|
"homepage": "http://www.maxmind.com/"
|
|
}
|
|
],
|
|
"description": "MaxMind GeoIP2 PHP API",
|
|
"homepage": "https://github.com/maxmind/GeoIP2-php",
|
|
"keywords": [
|
|
"IP",
|
|
"geoip",
|
|
"geoip2",
|
|
"geolocation",
|
|
"maxmind"
|
|
],
|
|
"time": "2017-01-31T17:28:48+00:00"
|
|
},
|
|
{
|
|
"name": "greenlion/php-sql-parser",
|
|
"version": "v4.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/greenlion/PHP-SQL-Parser.git",
|
|
"reference": "b4e8522ebca3e5c8bbd4e2c25edaef155a96db20"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/greenlion/PHP-SQL-Parser/zipball/b4e8522ebca3e5c8bbd4e2c25edaef155a96db20",
|
|
"reference": "b4e8522ebca3e5c8bbd4e2c25edaef155a96db20",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"analog/analog": "^1.0.6",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0.14",
|
|
"squizlabs/php_codesniffer": "^1.5.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PHPSQLParser\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "André Rothe",
|
|
"email": "phosco@gmx.de",
|
|
"homepage": "https://www.phosco.info",
|
|
"role": "Committer"
|
|
},
|
|
{
|
|
"name": "Justin Swanhart",
|
|
"email": "greenlion@gmail.com",
|
|
"homepage": "http://code.google.com/u/greenlion@gmail.com/",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"description": "A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL",
|
|
"homepage": "https://github.com/greenlion/PHP-SQL-Parser",
|
|
"keywords": [
|
|
"creator",
|
|
"mysql",
|
|
"parser",
|
|
"sql"
|
|
],
|
|
"time": "2017-05-16T21:20:45+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "5.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "93bbdb30d59be6cd9839495306c65f2907370eb9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/93bbdb30d59be6cd9839495306c65f2907370eb9",
|
|
"reference": "93bbdb30d59be6cd9839495306c65f2907370eb9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/ringphp": "^1.1",
|
|
"php": ">=5.4.0",
|
|
"react/promise": "^2.2"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"time": "2018-07-31T13:33:10+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/log-subscriber",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/log-subscriber.git",
|
|
"reference": "99c3c0004165db721d8ef7bbef60c996210e538a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/log-subscriber/zipball/99c3c0004165db721d8ef7bbef60c996210e538a",
|
|
"reference": "99c3c0004165db721d8ef7bbef60c996210e538a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/guzzle": "~4.0 | ~5.0",
|
|
"php": ">=5.4.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Subscriber\\Log\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Logs HTTP requests and responses as they are sent over the wire (Guzzle 4+)",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"log",
|
|
"plugin"
|
|
],
|
|
"time": "2014-10-13T03:31:43+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/ringphp",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/RingPHP.git",
|
|
"reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
|
|
"reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/streams": "~3.0",
|
|
"php": ">=5.4.0",
|
|
"react/promise": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Guzzle will use specific adapters if cURL is present"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Ring\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
|
|
"time": "2018-07-31T13:22:33+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/streams",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/streams.git",
|
|
"reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
|
|
"reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Stream\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Provides a simple abstraction over streams of data",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"stream"
|
|
],
|
|
"time": "2014-10-12T19:18:40+00:00"
|
|
},
|
|
{
|
|
"name": "icanboogie/cldr",
|
|
"version": "v1.3.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ICanBoogie/CLDR.git",
|
|
"reference": "1a0de40c185cef197357d91f5e3e41817a59b6fe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ICanBoogie/CLDR/zipball/1a0de40c185cef197357d91f5e3e41817a59b6fe",
|
|
"reference": "1a0de40c185cef197357d91f5e3e41817a59b6fe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"icanboogie/common": "~1.2.2",
|
|
"icanboogie/datetime": "~1.1.1",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ICanBoogie\\CLDR\\": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olivier Laviale",
|
|
"email": "olivier.laviale@gmail.com",
|
|
"homepage": "http://www.weirdog.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "An API to i18n your application using Unicode's CLDR",
|
|
"homepage": "http://icanboogie.org/",
|
|
"keywords": [
|
|
"cldr",
|
|
"currency",
|
|
"format",
|
|
"i18n",
|
|
"locale",
|
|
"territory"
|
|
],
|
|
"time": "2015-02-01T12:02:54+00:00"
|
|
},
|
|
{
|
|
"name": "icanboogie/common",
|
|
"version": "v1.2.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ICanBoogie/Common.git",
|
|
"reference": "ec90b2d854a49882c814c84f67ed54bbb566aac0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ICanBoogie/Common/zipball/ec90b2d854a49882c814c84f67ed54bbb566aac0",
|
|
"reference": "ec90b2d854a49882c814c84f67ed54bbb566aac0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"lib/"
|
|
],
|
|
"files": [
|
|
"bootstrap.php",
|
|
"lib/helpers.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olivier Laviale",
|
|
"email": "olivier.laviale@gmail.com",
|
|
"homepage": "http://www.weirdog.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Common helpers and classes for ICanBoogie",
|
|
"homepage": "http://icanboogie.org/",
|
|
"keywords": [
|
|
"toolkit"
|
|
],
|
|
"time": "2014-10-21T12:06:36+00:00"
|
|
},
|
|
{
|
|
"name": "icanboogie/datetime",
|
|
"version": "v1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ICanBoogie/DateTime.git",
|
|
"reference": "7cc0b99a7e7660d8ce0b81994a5493006247266b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ICanBoogie/DateTime/zipball/7cc0b99a7e7660d8ce0b81994a5493006247266b",
|
|
"reference": "7cc0b99a7e7660d8ce0b81994a5493006247266b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"icanboogie/common": "~1.2"
|
|
},
|
|
"suggest": {
|
|
"icanboogie/common": "Allows finer exceptions to be thrown"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"lib/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olivier Laviale",
|
|
"email": "olivier.laviale@gmail.com",
|
|
"homepage": "http://www.weirdog.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Extends the features of PHP DateTime and DateTimeZone",
|
|
"homepage": "http://icanboogie.org/",
|
|
"keywords": [
|
|
"date",
|
|
"time",
|
|
"timezone"
|
|
],
|
|
"time": "2015-01-27T21:04:04+00:00"
|
|
},
|
|
{
|
|
"name": "incenteev/composer-parameter-handler",
|
|
"version": "v2.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Incenteev/ParameterHandler.git",
|
|
"reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
|
|
"reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/yaml": "^2.3 || ^3.0 || ^4.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.0@dev",
|
|
"symfony/filesystem": "^2.3 || ^3 || ^4",
|
|
"symfony/phpunit-bridge": "^4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Incenteev\\ParameterHandler\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christophe Coevoet",
|
|
"email": "stof@notk.org"
|
|
}
|
|
],
|
|
"description": "Composer script handling your ignored parameter file",
|
|
"homepage": "https://github.com/Incenteev/ParameterHandler",
|
|
"keywords": [
|
|
"parameters management"
|
|
],
|
|
"time": "2018-02-13T18:05:56+00:00"
|
|
},
|
|
{
|
|
"name": "ircmaxell/password-compat",
|
|
"version": "v1.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ircmaxell/password_compat.git",
|
|
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
|
|
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/password.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anthony Ferrara",
|
|
"email": "ircmaxell@php.net",
|
|
"homepage": "http://blog.ircmaxell.com"
|
|
}
|
|
],
|
|
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
|
|
"homepage": "https://github.com/ircmaxell/password_compat",
|
|
"keywords": [
|
|
"hashing",
|
|
"password"
|
|
],
|
|
"time": "2014-11-20T16:49:30+00:00"
|
|
},
|
|
{
|
|
"name": "ircmaxell/random-lib",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ircmaxell/RandomLib.git",
|
|
"reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
|
|
"reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ircmaxell/security-lib": "^1.1",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^1.11",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpunit/phpunit": "^4.8|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"RandomLib": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anthony Ferrara",
|
|
"email": "ircmaxell@ircmaxell.com",
|
|
"homepage": "http://blog.ircmaxell.com"
|
|
}
|
|
],
|
|
"description": "A Library For Generating Secure Random Numbers",
|
|
"homepage": "https://github.com/ircmaxell/RandomLib",
|
|
"keywords": [
|
|
"cryptography",
|
|
"random",
|
|
"random-numbers",
|
|
"random-strings"
|
|
],
|
|
"time": "2016-09-07T15:52:06+00:00"
|
|
},
|
|
{
|
|
"name": "ircmaxell/security-lib",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ircmaxell/SecurityLib.git",
|
|
"reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
|
|
"reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "1.1.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"SecurityLib": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anthony Ferrara",
|
|
"email": "ircmaxell@ircmaxell.com",
|
|
"homepage": "http://blog.ircmaxell.com"
|
|
}
|
|
],
|
|
"description": "A Base Security Library",
|
|
"homepage": "https://github.com/ircmaxell/SecurityLib",
|
|
"time": "2015-03-20T14:31:23+00:00"
|
|
},
|
|
{
|
|
"name": "jakeasmith/http_build_url",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jakeasmith/http_build_url.git",
|
|
"reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
|
|
"reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/http_build_url.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jake A. Smith",
|
|
"email": "theman@jakeasmith.com"
|
|
}
|
|
],
|
|
"description": "Provides functionality for http_build_url() to environments without pecl_http.",
|
|
"time": "2017-05-01T15:36:40+00:00"
|
|
},
|
|
{
|
|
"name": "jdorn/sql-formatter",
|
|
"version": "v1.2.17",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jdorn/sql-formatter.git",
|
|
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
|
|
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"lib"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeremy Dorn",
|
|
"email": "jeremy@jeremydorn.com",
|
|
"homepage": "http://jeremydorn.com/"
|
|
}
|
|
],
|
|
"description": "a PHP SQL highlighting library",
|
|
"homepage": "https://github.com/jdorn/sql-formatter/",
|
|
"keywords": [
|
|
"highlight",
|
|
"sql"
|
|
],
|
|
"time": "2014-01-12T16:20:24+00:00"
|
|
},
|
|
{
|
|
"name": "league/tactician",
|
|
"version": "v1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/tactician.git",
|
|
"reference": "d0339e22fd9252fb0fa53102b488d2c514483b8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/tactician/zipball/d0339e22fd9252fb0fa53102b488d2c514483b8a",
|
|
"reference": "d0339e22fd9252fb0fa53102b488d2c514483b8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9",
|
|
"phpunit/phpunit": "^4.8.35",
|
|
"squizlabs/php_codesniffer": "~2.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Tactician\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ross Tuck",
|
|
"homepage": "http://tactician.thephpleague.com"
|
|
}
|
|
],
|
|
"description": "A small, flexible command bus. Handy for building service layers.",
|
|
"keywords": [
|
|
"command",
|
|
"command bus",
|
|
"service layer"
|
|
],
|
|
"time": "2017-11-30T09:17:20+00:00"
|
|
},
|
|
{
|
|
"name": "league/tactician-bundle",
|
|
"version": "v0.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/tactician-bundle.git",
|
|
"reference": "14b38eb1d855fdd805eee2f6c1c20e956534381f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/tactician-bundle/zipball/14b38eb1d855fdd805eee2f6c1c20e956534381f",
|
|
"reference": "14b38eb1d855fdd805eee2f6c1c20e956534381f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"league/tactician": "^1.0",
|
|
"php": ">=5.5",
|
|
"symfony/config": "^2.3|^3.0",
|
|
"symfony/dependency-injection": "^2.3|^3.0",
|
|
"symfony/http-kernel": "^2.3|^3.0",
|
|
"symfony/yaml": "^2.3|^3.0"
|
|
},
|
|
"require-dev": {
|
|
"league/tactician-doctrine": "^1.0",
|
|
"matthiasnoback/symfony-config-test": "~1.0",
|
|
"matthiasnoback/symfony-dependency-injection-test": "^0.7",
|
|
"mockery/mockery": "~0.9.4",
|
|
"phpunit/phpunit": "~4.5",
|
|
"symfony/validator": "^2.3|^3.0"
|
|
},
|
|
"suggest": {
|
|
"league/tactician-doctrine": "For doctrine transaction middleware",
|
|
"symfony/validator": "For command validator middleware"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Tactician\\Bundle\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Rafael Dohms",
|
|
"homepage": "http://doh.ms"
|
|
},
|
|
{
|
|
"name": "Xander Smalbil",
|
|
"email": "xander@videofunk.nl"
|
|
},
|
|
{
|
|
"name": "Richard Tuin",
|
|
"homepage": "http://www.rtuin.nl/"
|
|
},
|
|
{
|
|
"name": "Ross Tuck",
|
|
"email": "me@rosstuck.com"
|
|
}
|
|
],
|
|
"description": "Bundle to integrate Tactician with Symfony projects",
|
|
"keywords": [
|
|
"bundle",
|
|
"symfony",
|
|
"tactician"
|
|
],
|
|
"time": "2016-04-21T08:00:01+00:00"
|
|
},
|
|
{
|
|
"name": "matthiasmullie/minify",
|
|
"version": "1.3.61",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/matthiasmullie/minify.git",
|
|
"reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
|
|
"reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"matthiasmullie/path-converter": "~1.1",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~2.0",
|
|
"matthiasmullie/scrapbook": "~1.0",
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"suggest": {
|
|
"psr/cache-implementation": "Cache implementation to use with Minify::cache"
|
|
},
|
|
"bin": [
|
|
"bin/minifycss",
|
|
"bin/minifyjs"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MatthiasMullie\\Minify\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Mullie",
|
|
"email": "minify@mullie.eu",
|
|
"homepage": "http://www.mullie.eu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
|
|
"homepage": "http://www.minifier.org",
|
|
"keywords": [
|
|
"JS",
|
|
"css",
|
|
"javascript",
|
|
"minifier",
|
|
"minify"
|
|
],
|
|
"time": "2018-11-26T23:10:39+00:00"
|
|
},
|
|
{
|
|
"name": "matthiasmullie/path-converter",
|
|
"version": "1.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/matthiasmullie/path-converter.git",
|
|
"reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
|
|
"reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MatthiasMullie\\PathConverter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Mullie",
|
|
"email": "pathconverter@mullie.eu",
|
|
"homepage": "http://www.mullie.eu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Relative path converter",
|
|
"homepage": "http://github.com/matthiasmullie/path-converter",
|
|
"keywords": [
|
|
"converter",
|
|
"path",
|
|
"paths",
|
|
"relative"
|
|
],
|
|
"time": "2018-10-25T15:19:41+00:00"
|
|
},
|
|
{
|
|
"name": "maxmind-db/reader",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
|
|
"reference": "2f1086e38939e808cc23b17daa469da094af9125"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/2f1086e38939e808cc23b17daa469da094af9125",
|
|
"reference": "2f1086e38939e808cc23b17daa469da094af9125",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "2.*",
|
|
"phpunit/phpunit": "4.* || 5.*",
|
|
"satooshi/php-coveralls": "1.0.*",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
|
"ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
|
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MaxMind\\Db\\": "src/MaxMind/Db"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gregory J. Oschwald",
|
|
"email": "goschwald@maxmind.com",
|
|
"homepage": "http://www.maxmind.com/"
|
|
}
|
|
],
|
|
"description": "MaxMind DB Reader API",
|
|
"homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
|
|
"keywords": [
|
|
"database",
|
|
"geoip",
|
|
"geoip2",
|
|
"geolocation",
|
|
"maxmind"
|
|
],
|
|
"time": "2018-11-20T16:04:10+00:00"
|
|
},
|
|
{
|
|
"name": "maxmind/web-service-common",
|
|
"version": "v0.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/web-service-common-php.git",
|
|
"reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/61a9836fa3bb1743ab89752bae5005d71e78c73b",
|
|
"reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/ca-bundle": "^1.0.3",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "2.*",
|
|
"phpunit/phpunit": "4.*",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MaxMind\\Exception\\": "src/Exception",
|
|
"MaxMind\\WebService\\": "src/WebService"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gregory Oschwald",
|
|
"email": "goschwald@maxmind.com"
|
|
}
|
|
],
|
|
"description": "Internal MaxMind Web Service API",
|
|
"homepage": "https://github.com/maxmind/web-service-common-php",
|
|
"time": "2018-02-12T22:31:54+00:00"
|
|
},
|
|
{
|
|
"name": "mobiledetect/mobiledetectlib",
|
|
"version": "2.8.33",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/serbanghita/Mobile-Detect.git",
|
|
"reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102",
|
|
"reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8.35||~5.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"Mobile_Detect.php"
|
|
],
|
|
"psr-0": {
|
|
"Detection": "namespaced/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Serban Ghita",
|
|
"email": "serbanghita@gmail.com",
|
|
"homepage": "http://mobiledetect.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
|
|
"homepage": "https://github.com/serbanghita/Mobile-Detect",
|
|
"keywords": [
|
|
"detect mobile devices",
|
|
"mobile",
|
|
"mobile detect",
|
|
"mobile detector",
|
|
"php mobile detect"
|
|
],
|
|
"time": "2018-09-01T15:05:15+00:00"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "1.24.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
"doctrine/couchdb": "~1.0@dev",
|
|
"graylog2/gelf-php": "~1.0",
|
|
"jakub-onderka/php-parallel-lint": "0.9",
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
"php-console/php-console": "^3.1.3",
|
|
"phpunit/phpunit": "~4.5",
|
|
"phpunit/phpunit-mock-objects": "2.3.0",
|
|
"ruflin/elastica": ">=0.90 <3.0",
|
|
"sentry/sentry": "^0.13",
|
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monolog\\": "src/Monolog"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
],
|
|
"time": "2018-11-05T09:00:11+00:00"
|
|
},
|
|
{
|
|
"name": "mrclay/minify",
|
|
"version": "2.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mrclay/minify.git",
|
|
"reference": "1928e89208d28e91427b2f13b67acdbd8cd01ac9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mrclay/minify/zipball/1928e89208d28e91427b2f13b67acdbd8cd01ac9",
|
|
"reference": "1928e89208d28e91427b2f13b67acdbd8cd01ac9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.2.1"
|
|
},
|
|
"require-dev": {
|
|
"tubalmartin/cssmin": "~2.4.8"
|
|
},
|
|
"suggest": {
|
|
"tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"min/lib/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Stephen Clay",
|
|
"email": "steve@mrclay.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
|
|
"homepage": "http://code.google.com/p/minify/",
|
|
"time": "2017-11-03T21:04:01+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "v2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
"reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
|
|
"reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"bin": [
|
|
"bin/php-parse"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpParser\\": "lib/PhpParser"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov"
|
|
}
|
|
],
|
|
"description": "A PHP parser written in PHP",
|
|
"keywords": [
|
|
"parser",
|
|
"php"
|
|
],
|
|
"time": "2016-09-16T12:04:44+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"version": "v2.0.17",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
|
|
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*|5.*"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/random.php"
|
|
]
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2018-07-04T16:31:37+00:00"
|
|
},
|
|
{
|
|
"name": "pear/archive_tar",
|
|
"version": "1.4.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pear/Archive_Tar.git",
|
|
"reference": "b8e33f9063a7cd1d20f079014f8382b3a7aee47e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b8e33f9063a7cd1d20f079014f8382b3a7aee47e",
|
|
"reference": "b8e33f9063a7cd1d20f079014f8382b3a7aee47e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"pear/pear-core-minimal": "^1.10.0alpha2",
|
|
"php": ">=5.2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-bz2": "Bz2 compression support.",
|
|
"ext-xz": "Lzma2 compression support.",
|
|
"ext-zlib": "Gzip compression support."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Archive_Tar": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
"./"
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Vincent Blavet",
|
|
"email": "vincent@phpconcept.net"
|
|
},
|
|
{
|
|
"name": "Greg Beaver",
|
|
"email": "greg@chiaraquartet.net"
|
|
},
|
|
{
|
|
"name": "Michiel Rook",
|
|
"email": "mrook@php.net"
|
|
}
|
|
],
|
|
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
|
|
"homepage": "https://github.com/pear/Archive_Tar",
|
|
"keywords": [
|
|
"archive",
|
|
"tar"
|
|
],
|
|
"time": "2019-02-01T11:10:38+00:00"
|
|
},
|
|
{
|
|
"name": "pear/console_getopt",
|
|
"version": "v1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pear/Console_Getopt.git",
|
|
"reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
|
|
"reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Console": "./"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
"./"
|
|
],
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Beaver",
|
|
"email": "cellog@php.net",
|
|
"role": "Helper"
|
|
},
|
|
{
|
|
"name": "Andrei Zmievski",
|
|
"email": "andrei@php.net",
|
|
"role": "Lead"
|
|
},
|
|
{
|
|
"name": "Stig Bakken",
|
|
"email": "stig@php.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
|
|
"time": "2015-07-20T20:28:12+00:00"
|
|
},
|
|
{
|
|
"name": "pear/pear-core-minimal",
|
|
"version": "v1.10.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pear/pear-core-minimal.git",
|
|
"reference": "052868b244d31f822796e7e9981f62557eb256d4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/052868b244d31f822796e7e9981f62557eb256d4",
|
|
"reference": "052868b244d31f822796e7e9981f62557eb256d4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"pear/console_getopt": "~1.3",
|
|
"pear/pear_exception": "~1.0"
|
|
},
|
|
"replace": {
|
|
"rsky/pear-core-min": "self.version"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
"src/"
|
|
],
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Weiske",
|
|
"email": "cweiske@php.net",
|
|
"role": "Lead"
|
|
}
|
|
],
|
|
"description": "Minimal set of PEAR core files to be used as composer dependency",
|
|
"time": "2018-08-22T19:28:09+00:00"
|
|
},
|
|
{
|
|
"name": "pear/pear_exception",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pear/PEAR_Exception.git",
|
|
"reference": "8c18719fdae000b690e3912be401c76e406dd13b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
|
|
"reference": "8c18719fdae000b690e3912be401c76e406dd13b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=4.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"type": "class",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PEAR": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"include-path": [
|
|
"."
|
|
],
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Helgi Thormar",
|
|
"email": "dufuz@php.net"
|
|
},
|
|
{
|
|
"name": "Greg Beaver",
|
|
"email": "cellog@php.net"
|
|
}
|
|
],
|
|
"description": "The PEAR Exception base class.",
|
|
"homepage": "https://github.com/pear/PEAR_Exception",
|
|
"keywords": [
|
|
"exception"
|
|
],
|
|
"time": "2015-02-10T20:07:52+00:00"
|
|
},
|
|
{
|
|
"name": "phpoffice/phpexcel",
|
|
"version": "1.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPOffice/PHPExcel.git",
|
|
"reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
|
|
"reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": "^5.2|^7.0"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "2.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PHPExcel": "Classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Maarten Balliauw",
|
|
"homepage": "http://blog.maartenballiauw.be"
|
|
},
|
|
{
|
|
"name": "Erik Tilt"
|
|
},
|
|
{
|
|
"name": "Franck Lefevre",
|
|
"homepage": "http://rootslabs.net"
|
|
},
|
|
{
|
|
"name": "Mark Baker",
|
|
"homepage": "http://markbakeruk.net"
|
|
}
|
|
],
|
|
"description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
|
"homepage": "https://github.com/PHPOffice/PHPExcel",
|
|
"keywords": [
|
|
"OpenXML",
|
|
"excel",
|
|
"php",
|
|
"spreadsheet",
|
|
"xls",
|
|
"xlsx"
|
|
],
|
|
"abandoned": "phpoffice/phpspreadsheet",
|
|
"time": "2018-11-22T23:07:24+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/blockreassurance",
|
|
"version": "v3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/blockreassurance.git",
|
|
"reference": "a9aaa86d0ed984796f4afe42c1abae827d1e4189"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/blockreassurance/zipball/a9aaa86d0ed984796f4afe42c1abae827d1e4189",
|
|
"reference": "a9aaa86d0ed984796f4afe42c1abae827d1e4189",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module blockreassurance",
|
|
"homepage": "https://github.com/PrestaShop/blockreassurance",
|
|
"time": "2017-06-29T07:28:29+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/contactform",
|
|
"version": "v4.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/contactform.git",
|
|
"reference": "2be28a7a905db9e03f6be033b0185e7f0b3e69f1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/contactform/zipball/2be28a7a905db9e03f6be033b0185e7f0b3e69f1",
|
|
"reference": "2be28a7a905db9e03f6be033b0185e7f0b3e69f1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module contactform",
|
|
"homepage": "https://github.com/PrestaShop/contactform",
|
|
"time": "2018-06-05T12:44:40+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/dashactivity",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/dashactivity.git",
|
|
"reference": "8d41fab7a58cdaeabc0248f6fd571da32d7615d4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/dashactivity/zipball/8d41fab7a58cdaeabc0248f6fd571da32d7615d4",
|
|
"reference": "8d41fab7a58cdaeabc0248f6fd571da32d7615d4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module dashactivity",
|
|
"homepage": "https://github.com/PrestaShop/dashactivity",
|
|
"time": "2017-12-08T11:06:01+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/dashgoals",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/dashgoals.git",
|
|
"reference": "2a8d41bcc9f2b09924b5e82407bcd6d61ea61ab6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/dashgoals/zipball/2a8d41bcc9f2b09924b5e82407bcd6d61ea61ab6",
|
|
"reference": "2a8d41bcc9f2b09924b5e82407bcd6d61ea61ab6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module dashgoals",
|
|
"homepage": "https://github.com/PrestaShop/dashgoals",
|
|
"time": "2018-01-29T17:51:57+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/dashproducts",
|
|
"version": "v2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/dashproducts.git",
|
|
"reference": "dc07a3385e1f7274e54ad1c8254f0eb5235c9c05"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/dashproducts/zipball/dc07a3385e1f7274e54ad1c8254f0eb5235c9c05",
|
|
"reference": "dc07a3385e1f7274e54ad1c8254f0eb5235c9c05",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module dashproducts",
|
|
"homepage": "https://github.com/PrestaShop/dashproducts",
|
|
"time": "2018-08-14T16:14:27+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/dashtrends",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/dashtrends.git",
|
|
"reference": "2bf59be367194f83454fbc5cbdc1499d6ad53c5e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/dashtrends/zipball/2bf59be367194f83454fbc5cbdc1499d6ad53c5e",
|
|
"reference": "2bf59be367194f83454fbc5cbdc1499d6ad53c5e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module dashtrends",
|
|
"homepage": "https://github.com/PrestaShop/dashtrends",
|
|
"time": "2017-02-20T10:23:54+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/decimal",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/decimal.git",
|
|
"reference": "42e9bc8c2ec533dc2a247f9321b8f3ed55c5341f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/decimal/zipball/42e9bc8c2ec533dc2a247f9321b8f3ed55c5341f",
|
|
"reference": "42e9bc8c2ec533dc2a247f9321b8f3ed55c5341f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"codacy/coverage": "dev-master",
|
|
"phpunit/phpunit": "4.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PrestaShop\\Decimal\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pablo Borowicz",
|
|
"email": "eternoendless@gmail.com"
|
|
}
|
|
],
|
|
"description": "Object-oriented wrapper/shim for BC Math PHP extension. Allows for arbitrary-precision math operations.",
|
|
"homepage": "https://github.com/prestashop/decimal",
|
|
"keywords": [
|
|
"bcmath",
|
|
"decimal",
|
|
"math",
|
|
"precision",
|
|
"prestashop"
|
|
],
|
|
"time": "2017-08-22T14:23:19+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/graphnvd3",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/graphnvd3.git",
|
|
"reference": "c7f98ea792d02d60ed038fbc00f6003f19a0c91a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/graphnvd3/zipball/c7f98ea792d02d60ed038fbc00f6003f19a0c91a",
|
|
"reference": "c7f98ea792d02d60ed038fbc00f6003f19a0c91a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module graphnvd3",
|
|
"homepage": "https://github.com/PrestaShop/graphnvd3",
|
|
"time": "2017-02-22T11:02:31+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/gridhtml",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/gridhtml.git",
|
|
"reference": "b952ef9473a35acf6dce219ee595486853762084"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/gridhtml/zipball/b952ef9473a35acf6dce219ee595486853762084",
|
|
"reference": "b952ef9473a35acf6dce219ee595486853762084",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module gridhtml",
|
|
"homepage": "https://github.com/PrestaShop/gridhtml",
|
|
"time": "2017-02-22T11:03:13+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/gsitemap",
|
|
"version": "v4.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/gsitemap.git",
|
|
"reference": "919911e2c2280252bf5f75cbeff84682137890d5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/gsitemap/zipball/919911e2c2280252bf5f75cbeff84682137890d5",
|
|
"reference": "919911e2c2280252bf5f75cbeff84682137890d5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module gsitemap",
|
|
"homepage": "https://github.com/PrestaShop/gsitemap",
|
|
"time": "2018-12-17T09:46:52+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/pagesnotfound",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/pagesnotfound.git",
|
|
"reference": "8707d8184f0c6678a95c64b957aec6053ed069ef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/pagesnotfound/zipball/8707d8184f0c6678a95c64b957aec6053ed069ef",
|
|
"reference": "8707d8184f0c6678a95c64b957aec6053ed069ef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module pagesnotfound",
|
|
"homepage": "https://github.com/PrestaShop/pagesnotfound",
|
|
"time": "2017-02-20T11:14:52+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_banner",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_banner.git",
|
|
"reference": "9616f7fc9cda997ef1860562d3212fd021205805"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_banner/zipball/9616f7fc9cda997ef1860562d3212fd021205805",
|
|
"reference": "9616f7fc9cda997ef1860562d3212fd021205805",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_banner",
|
|
"homepage": "https://github.com/PrestaShop/ps_banner",
|
|
"time": "2018-02-05T21:44:48+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_categorytree",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_categorytree.git",
|
|
"reference": "f3a23af738d7d0e7aae1fdce0f0de392041719df"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_categorytree/zipball/f3a23af738d7d0e7aae1fdce0f0de392041719df",
|
|
"reference": "f3a23af738d7d0e7aae1fdce0f0de392041719df",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop category tree links",
|
|
"homepage": "https://github.com/PrestaShop/ps_categorytree",
|
|
"time": "2017-02-01T09:28:43+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_checkpayment",
|
|
"version": "v2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_checkpayment.git",
|
|
"reference": "22dc50a3155355d672d483bb94424a69de40020b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_checkpayment/zipball/22dc50a3155355d672d483bb94424a69de40020b",
|
|
"reference": "22dc50a3155355d672d483bb94424a69de40020b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_checkpayment",
|
|
"homepage": "https://github.com/PrestaShop/ps_checkpayment",
|
|
"time": "2018-11-05T11:37:25+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_contactinfo",
|
|
"version": "v3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_contactinfo.git",
|
|
"reference": "e28551a9c857262b214775312ce195818933bd7e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_contactinfo/zipball/e28551a9c857262b214775312ce195818933bd7e",
|
|
"reference": "e28551a9c857262b214775312ce195818933bd7e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_contactinfo",
|
|
"homepage": "https://github.com/PrestaShop/ps_contactinfo",
|
|
"time": "2017-12-08T12:30:57+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_currencyselector",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_currencyselector.git",
|
|
"reference": "0985c9ab3aeeef4828ef9346672771015874b25f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_currencyselector/zipball/0985c9ab3aeeef4828ef9346672771015874b25f",
|
|
"reference": "0985c9ab3aeeef4828ef9346672771015874b25f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_currencyselector",
|
|
"homepage": "https://github.com/PrestaShop/ps_currencyselector",
|
|
"time": "2017-02-01T09:31:53+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_customeraccountlinks",
|
|
"version": "v3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_customeraccountlinks.git",
|
|
"reference": "4d9d4c87697a00f2d00def427d9f7058e14bca94"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_customeraccountlinks/zipball/4d9d4c87697a00f2d00def427d9f7058e14bca94",
|
|
"reference": "4d9d4c87697a00f2d00def427d9f7058e14bca94",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_customeraccountlinks",
|
|
"homepage": "https://github.com/PrestaShop/ps_customeraccountlinks",
|
|
"time": "2017-12-08T10:53:29+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_customersignin",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_customersignin.git",
|
|
"reference": "6168c4402656456b884178bc00c790a8579ecafa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_customersignin/zipball/6168c4402656456b884178bc00c790a8579ecafa",
|
|
"reference": "6168c4402656456b884178bc00c790a8579ecafa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop - Customer 'Sign in' link",
|
|
"homepage": "https://github.com/PrestaShop/ps_customersignin",
|
|
"time": "2018-02-02T10:01:01+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_customtext",
|
|
"version": "v4.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_customtext.git",
|
|
"reference": "2fc6fed900971410938592c23bcf62f23a9664da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_customtext/zipball/2fc6fed900971410938592c23bcf62f23a9664da",
|
|
"reference": "2fc6fed900971410938592c23bcf62f23a9664da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_customtext",
|
|
"homepage": "https://github.com/PrestaShop/ps_customtext",
|
|
"time": "2018-07-20T09:25:10+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_emailsubscription",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_emailsubscription.git",
|
|
"reference": "6120112d834a193bc56c448777081350cf0a18be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_emailsubscription/zipball/6120112d834a193bc56c448777081350cf0a18be",
|
|
"reference": "6120112d834a193bc56c448777081350cf0a18be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_emailsubscription",
|
|
"homepage": "https://github.com/PrestaShop/ps_emailsubscription",
|
|
"time": "2018-05-23T16:26:23+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_facetedsearch",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_facetedsearch.git",
|
|
"reference": "ff3cb50836afbba5bf1ae2fd286ea9a48072aeea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_facetedsearch/zipball/ff3cb50836afbba5bf1ae2fd286ea9a48072aeea",
|
|
"reference": "ff3cb50836afbba5bf1ae2fd286ea9a48072aeea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_facetedsearch",
|
|
"homepage": "https://github.com/PrestaShop/ps_facetedsearch",
|
|
"time": "2018-09-03T10:34:18+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_faviconnotificationbo",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_faviconnotificationbo.git",
|
|
"reference": "03e639f4248d551693827dd50576dbb961ecfdb7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_faviconnotificationbo/zipball/03e639f4248d551693827dd50576dbb961ecfdb7",
|
|
"reference": "03e639f4248d551693827dd50576dbb961ecfdb7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop - Favicon notification BO",
|
|
"homepage": "https://github.com/PrestaShop/ps_faviconnotificationbo",
|
|
"time": "2018-10-03T12:42:08+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_featuredproducts",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_featuredproducts.git",
|
|
"reference": "9b69551bc0fbfc4047367321fc39afbe3948c47d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_featuredproducts/zipball/9b69551bc0fbfc4047367321fc39afbe3948c47d",
|
|
"reference": "9b69551bc0fbfc4047367321fc39afbe3948c47d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop - Featured products",
|
|
"homepage": "https://github.com/PrestaShop/ps_featuredproducts",
|
|
"time": "2017-02-01T13:20:33+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_imageslider",
|
|
"version": "v3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_imageslider.git",
|
|
"reference": "c676ded1614abaad4f3b251784eef8b8a2f6b961"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_imageslider/zipball/c676ded1614abaad4f3b251784eef8b8a2f6b961",
|
|
"reference": "c676ded1614abaad4f3b251784eef8b8a2f6b961",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop - Image slider",
|
|
"homepage": "https://github.com/PrestaShop/ps_imageslider",
|
|
"time": "2018-06-05T10:10:47+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_languageselector",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_languageselector.git",
|
|
"reference": "edca0f3d06ee618477af468799221bea77a03f96"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_languageselector/zipball/edca0f3d06ee618477af468799221bea77a03f96",
|
|
"reference": "edca0f3d06ee618477af468799221bea77a03f96",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_languageselector",
|
|
"homepage": "https://github.com/PrestaShop/ps_languageselector",
|
|
"time": "2017-03-27T15:19:45+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_legalcompliance",
|
|
"version": "v3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_legalcompliance.git",
|
|
"reference": "711fd54ca281c2e5924e5b028204a71209cc124b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_legalcompliance/zipball/711fd54ca281c2e5924e5b028204a71209cc124b",
|
|
"reference": "711fd54ca281c2e5924e5b028204a71209cc124b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_legalcompliance",
|
|
"homepage": "https://github.com/PrestaShop/advancedeucompliance",
|
|
"time": "2018-09-19T08:24:31+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_linklist",
|
|
"version": "v2.1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_linklist.git",
|
|
"reference": "bec64f6fb80543983f5c3fee315312de5e0c4c0d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_linklist/zipball/bec64f6fb80543983f5c3fee315312de5e0c4c0d",
|
|
"reference": "bec64f6fb80543983f5c3fee315312de5e0c4c0d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop - Link list",
|
|
"homepage": "https://github.com/PrestaShop/ps_linklist",
|
|
"time": "2019-01-30T15:42:35+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_mainmenu",
|
|
"version": "v2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_mainmenu.git",
|
|
"reference": "6bc5ddd52ce92b32f6a6a6e296bba09ecf2e6ed1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_mainmenu/zipball/6bc5ddd52ce92b32f6a6a6e296bba09ecf2e6ed1",
|
|
"reference": "6bc5ddd52ce92b32f6a6a6e296bba09ecf2e6ed1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop - Main menu",
|
|
"homepage": "https://github.com/PrestaShop/ps_mainmenu",
|
|
"time": "2018-06-05T12:09:19+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_searchbar",
|
|
"version": "v2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_searchbar.git",
|
|
"reference": "ae165e9ca469926df0b07181bf8ecee431f82070"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_searchbar/zipball/ae165e9ca469926df0b07181bf8ecee431f82070",
|
|
"reference": "ae165e9ca469926df0b07181bf8ecee431f82070",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_searchbar",
|
|
"homepage": "https://github.com/PrestaShop/ps_searchbar",
|
|
"time": "2017-03-23T10:36:40+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_sharebuttons",
|
|
"version": "v2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_sharebuttons.git",
|
|
"reference": "6cb2fc1100c34c44754c32eb678a70d858e970ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_sharebuttons/zipball/6cb2fc1100c34c44754c32eb678a70d858e970ea",
|
|
"reference": "6cb2fc1100c34c44754c32eb678a70d858e970ea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_sharebuttons",
|
|
"homepage": "https://github.com/PrestaShop/ps_sharebuttons",
|
|
"time": "2017-08-03T07:12:38+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_shoppingcart",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_shoppingcart.git",
|
|
"reference": "56559a21e2df3f65147ae19a36c7a988a7a6af4c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_shoppingcart/zipball/56559a21e2df3f65147ae19a36c7a988a7a6af4c",
|
|
"reference": "56559a21e2df3f65147ae19a36c7a988a7a6af4c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_shoppingcart",
|
|
"homepage": "https://github.com/PrestaShop/ps_shoppingcart",
|
|
"time": "2018-10-01T13:25:08+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_socialfollow",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_socialfollow.git",
|
|
"reference": "ffa1c3ad947cc045939f50d410f47793d1ca7793"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_socialfollow/zipball/ffa1c3ad947cc045939f50d410f47793d1ca7793",
|
|
"reference": "ffa1c3ad947cc045939f50d410f47793d1ca7793",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_socialfollow",
|
|
"homepage": "https://github.com/PrestaShop/ps_socialfollow",
|
|
"time": "2017-02-01T13:17:47+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_themecusto",
|
|
"version": "v1.0.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_themecusto.git",
|
|
"reference": "0500e9d3d6afe36a25769bd251a07c52d6be8298"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_themecusto/zipball/0500e9d3d6afe36a25769bd251a07c52d6be8298",
|
|
"reference": "0500e9d3d6afe36a25769bd251a07c52d6be8298",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_themecusto",
|
|
"homepage": "https://github.com/PrestaShop/ps_themecusto",
|
|
"time": "2018-09-19T15:46:24+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/ps_wirepayment",
|
|
"version": "v2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/ps_wirepayment.git",
|
|
"reference": "a540bf60b9d6b6b6744ca83d735e74e07feb7b61"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/ps_wirepayment/zipball/a540bf60b9d6b6b6744ca83d735e74e07feb7b61",
|
|
"reference": "a540bf60b9d6b6b6744ca83d735e74e07feb7b61",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module ps_wirepayment",
|
|
"homepage": "https://github.com/PrestaShop/ps_wirepayment",
|
|
"time": "2017-03-16T10:24:34+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/sekeywords",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/sekeywords.git",
|
|
"reference": "f174c055da105af3054690a4f6c48208849b5241"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/sekeywords/zipball/f174c055da105af3054690a4f6c48208849b5241",
|
|
"reference": "f174c055da105af3054690a4f6c48208849b5241",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module sekeywords",
|
|
"homepage": "https://github.com/PrestaShop/sekeywords",
|
|
"time": "2017-01-30T15:46:25+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsbestcategories",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsbestcategories.git",
|
|
"reference": "57791a21f63d43cf145fa1ef1f84031a47f5e7c2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsbestcategories/zipball/57791a21f63d43cf145fa1ef1f84031a47f5e7c2",
|
|
"reference": "57791a21f63d43cf145fa1ef1f84031a47f5e7c2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsbestcategories",
|
|
"homepage": "https://github.com/PrestaShop/statsbestcategories",
|
|
"time": "2017-12-08T14:47:07+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsbestcustomers",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsbestcustomers.git",
|
|
"reference": "b0250e88e9144ca373d8006c922d3e84ea4987b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsbestcustomers/zipball/b0250e88e9144ca373d8006c922d3e84ea4987b9",
|
|
"reference": "b0250e88e9144ca373d8006c922d3e84ea4987b9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsbestcustomers",
|
|
"homepage": "https://github.com/PrestaShop/statsbestcustomers",
|
|
"time": "2018-01-29T17:21:50+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsbestmanufacturers",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsbestmanufacturers.git",
|
|
"reference": "b9897beda6084d08f489d4d00995a085b8e76739"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsbestmanufacturers/zipball/b9897beda6084d08f489d4d00995a085b8e76739",
|
|
"reference": "b9897beda6084d08f489d4d00995a085b8e76739",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsbestmanufacturers",
|
|
"homepage": "https://github.com/PrestaShop/statsbestmanufacturers",
|
|
"time": "2017-01-31T17:03:07+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsbestproducts",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsbestproducts.git",
|
|
"reference": "0ed33cdcc6cc6657ad97b944620e085a36261bc8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsbestproducts/zipball/0ed33cdcc6cc6657ad97b944620e085a36261bc8",
|
|
"reference": "0ed33cdcc6cc6657ad97b944620e085a36261bc8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsbestproducts",
|
|
"homepage": "https://github.com/PrestaShop/statsbestproducts",
|
|
"time": "2017-01-30T16:33:56+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsbestsuppliers",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsbestsuppliers.git",
|
|
"reference": "7e46e732b8a77dc989f5891ff9d3616d1c5fd46f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsbestsuppliers/zipball/7e46e732b8a77dc989f5891ff9d3616d1c5fd46f",
|
|
"reference": "7e46e732b8a77dc989f5891ff9d3616d1c5fd46f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsbestsuppliers",
|
|
"homepage": "https://github.com/PrestaShop/statsbestsuppliers",
|
|
"time": "2017-01-30T16:34:19+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsbestvouchers",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsbestvouchers.git",
|
|
"reference": "c8ee93efa6d83cca3410285d8a7f4df904db21f0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsbestvouchers/zipball/c8ee93efa6d83cca3410285d8a7f4df904db21f0",
|
|
"reference": "c8ee93efa6d83cca3410285d8a7f4df904db21f0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsbestvouchers",
|
|
"homepage": "https://github.com/PrestaShop/statsbestvouchers",
|
|
"time": "2017-01-30T16:34:41+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statscarrier",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statscarrier.git",
|
|
"reference": "3ccfe3914dd19f1fa31166e001c55eefe574877d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statscarrier/zipball/3ccfe3914dd19f1fa31166e001c55eefe574877d",
|
|
"reference": "3ccfe3914dd19f1fa31166e001c55eefe574877d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statscarrier",
|
|
"homepage": "https://github.com/PrestaShop/statscarrier",
|
|
"time": "2017-01-30T17:03:51+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statscatalog",
|
|
"version": "v2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statscatalog.git",
|
|
"reference": "be6be71c703900dda0182e56c9c6658ab85f215b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statscatalog/zipball/be6be71c703900dda0182e56c9c6658ab85f215b",
|
|
"reference": "be6be71c703900dda0182e56c9c6658ab85f215b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statscatalog",
|
|
"homepage": "https://github.com/PrestaShop/statscatalog",
|
|
"time": "2017-02-02T08:39:32+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statscheckup",
|
|
"version": "v2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statscheckup.git",
|
|
"reference": "7acd7702ab8ecb2b88e529e1eab8d4b7fafbca07"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statscheckup/zipball/7acd7702ab8ecb2b88e529e1eab8d4b7fafbca07",
|
|
"reference": "7acd7702ab8ecb2b88e529e1eab8d4b7fafbca07",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statscheckup",
|
|
"homepage": "https://github.com/PrestaShop/statscheckup",
|
|
"time": "2018-12-17T09:59:57+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsdata",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsdata.git",
|
|
"reference": "31c4c8aa8a8dc243b9413b89a671bf075a73f784"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsdata/zipball/31c4c8aa8a8dc243b9413b89a671bf075a73f784",
|
|
"reference": "31c4c8aa8a8dc243b9413b89a671bf075a73f784",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsdata",
|
|
"homepage": "https://github.com/PrestaShop/statsdata",
|
|
"time": "2017-01-31T17:00:41+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsequipment",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsequipment.git",
|
|
"reference": "4b0c3f75d55bdd18b2903f8263ce3b48b6cf30ec"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsequipment/zipball/4b0c3f75d55bdd18b2903f8263ce3b48b6cf30ec",
|
|
"reference": "4b0c3f75d55bdd18b2903f8263ce3b48b6cf30ec",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsequipment",
|
|
"homepage": "https://github.com/PrestaShop/statsequipment",
|
|
"time": "2017-01-31T17:01:36+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsforecast",
|
|
"version": "v2.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsforecast.git",
|
|
"reference": "8ecbeaef0e32657cf79000f95861e41e19e22d49"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsforecast/zipball/8ecbeaef0e32657cf79000f95861e41e19e22d49",
|
|
"reference": "8ecbeaef0e32657cf79000f95861e41e19e22d49",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsforecast",
|
|
"homepage": "https://github.com/PrestaShop/statsforecast",
|
|
"time": "2018-01-29T18:37:54+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statslive",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statslive.git",
|
|
"reference": "70d7d3eb8c35e8ea1f6c65488aa3507da6cf82d5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statslive/zipball/70d7d3eb8c35e8ea1f6c65488aa3507da6cf82d5",
|
|
"reference": "70d7d3eb8c35e8ea1f6c65488aa3507da6cf82d5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statslive",
|
|
"homepage": "https://github.com/PrestaShop/statslive",
|
|
"time": "2017-02-02T08:18:06+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsnewsletter",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsnewsletter.git",
|
|
"reference": "7fd9a55c4b39eb034f73ef4723a1a83c6d73560e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsnewsletter/zipball/7fd9a55c4b39eb034f73ef4723a1a83c6d73560e",
|
|
"reference": "7fd9a55c4b39eb034f73ef4723a1a83c6d73560e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsnewsletter",
|
|
"homepage": "https://github.com/PrestaShop/statsnewsletter",
|
|
"time": "2018-01-29T18:39:03+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsorigin",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsorigin.git",
|
|
"reference": "24ca4f143a2f0b5d3d7bc817547df79f837faeb3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsorigin/zipball/24ca4f143a2f0b5d3d7bc817547df79f837faeb3",
|
|
"reference": "24ca4f143a2f0b5d3d7bc817547df79f837faeb3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsorigin",
|
|
"homepage": "https://github.com/PrestaShop/statsorigin",
|
|
"time": "2018-01-29T19:17:31+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statspersonalinfos",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statspersonalinfos.git",
|
|
"reference": "cc800a6ee0b8d48b5b00a56206cc92b0a0056d34"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statspersonalinfos/zipball/cc800a6ee0b8d48b5b00a56206cc92b0a0056d34",
|
|
"reference": "cc800a6ee0b8d48b5b00a56206cc92b0a0056d34",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statspersonalinfos",
|
|
"homepage": "https://github.com/PrestaShop/statspersonalinfos",
|
|
"time": "2018-01-29T18:41:52+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsproduct",
|
|
"version": "v2.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsproduct.git",
|
|
"reference": "caf05aefabd63ac84e06bc2a0bdcf69f965d03c4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsproduct/zipball/caf05aefabd63ac84e06bc2a0bdcf69f965d03c4",
|
|
"reference": "caf05aefabd63ac84e06bc2a0bdcf69f965d03c4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsproduct",
|
|
"homepage": "https://github.com/PrestaShop/statsproduct",
|
|
"time": "2018-01-29T18:57:47+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsregistrations",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsregistrations.git",
|
|
"reference": "51d79fb12770919f1b1f9d9d9f931148d60149c2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsregistrations/zipball/51d79fb12770919f1b1f9d9d9f931148d60149c2",
|
|
"reference": "51d79fb12770919f1b1f9d9d9f931148d60149c2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsregistrations",
|
|
"homepage": "https://github.com/PrestaShop/statsregistrations",
|
|
"time": "2017-01-31T17:22:19+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statssales",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statssales.git",
|
|
"reference": "6e28ce4ea2eb1a4a8b6b76bfb6b56e1b02ef651a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statssales/zipball/6e28ce4ea2eb1a4a8b6b76bfb6b56e1b02ef651a",
|
|
"reference": "6e28ce4ea2eb1a4a8b6b76bfb6b56e1b02ef651a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statssales",
|
|
"homepage": "https://github.com/PrestaShop/statssales",
|
|
"time": "2017-01-31T17:23:19+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statssearch",
|
|
"version": "v2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statssearch.git",
|
|
"reference": "8b77131a1fdbebc4d5d6768a31de17b4d2a26b97"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statssearch/zipball/8b77131a1fdbebc4d5d6768a31de17b4d2a26b97",
|
|
"reference": "8b77131a1fdbebc4d5d6768a31de17b4d2a26b97",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statssearch",
|
|
"homepage": "https://github.com/PrestaShop/statssearch",
|
|
"time": "2017-12-08T12:37:58+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsstock",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsstock.git",
|
|
"reference": "1b60aae430151943d6e4b0068a3e30ab2cc5843e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsstock/zipball/1b60aae430151943d6e4b0068a3e30ab2cc5843e",
|
|
"reference": "1b60aae430151943d6e4b0068a3e30ab2cc5843e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL - Academic Free License (AFL 3.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsstock",
|
|
"homepage": "https://github.com/PrestaShop/statsstock",
|
|
"time": "2017-01-31T17:24:06+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/statsvisits",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/statsvisits.git",
|
|
"reference": "c6255d571d3b1d2e8863d87482e0df42de862f96"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/statsvisits/zipball/c6255d571d3b1d2e8863d87482e0df42de862f96",
|
|
"reference": "c6255d571d3b1d2e8863d87482e0df42de862f96",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "prestashop-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "PrestaShop module statsvisits",
|
|
"homepage": "https://github.com/PrestaShop/statsvisits",
|
|
"time": "2018-01-29T18:08:52+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/translationtools-bundle",
|
|
"version": "v2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/TranslationToolsBundle.git",
|
|
"reference": "493ffd5352c53d184d009a1d7ca055ef678daf3d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/TranslationToolsBundle/zipball/493ffd5352c53d184d009a1d7ca055ef678daf3d",
|
|
"reference": "493ffd5352c53d184d009a1d7ca055ef678daf3d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nikic/php-parser": "^2.1",
|
|
"php": "^5.4 || ^7.1",
|
|
"smarty/smarty": "^3.1",
|
|
"symfony/twig-bridge": "^2.8 || ^3.0",
|
|
"twig/twig": "^1.34 || ^2.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/common": "~2.5.3",
|
|
"phpunit/phpunit": "~4.8",
|
|
"symfony/framework-bundle": "^2.8 || ^3.0",
|
|
"symfony/translation": "^2.8 || ^3.0"
|
|
},
|
|
"type": "bundle",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PrestaShop\\TranslationToolsBundle\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mickaël Andrieu",
|
|
"email": "andrieu.travail@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nawo Mbechezi",
|
|
"email": "mlanawo.mbechezi@ikimea.com"
|
|
},
|
|
{
|
|
"name": "Jérémie Tabet",
|
|
"email": "master@jeremietabet.com"
|
|
}
|
|
],
|
|
"description": "Translation tools for PrestaShop",
|
|
"keywords": [
|
|
"parser",
|
|
"prestashop",
|
|
"translation"
|
|
],
|
|
"time": "2017-12-05T14:58:25+00:00"
|
|
},
|
|
{
|
|
"name": "prestashop/welcome",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PrestaShop/welcome.git",
|
|
"reference": "04955250748214a001492a9326996a95c725f092"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PrestaShop/welcome/zipball/04955250748214a001492a9326996a95c725f092",
|
|
"reference": "04955250748214a001492a9326996a95c725f092",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "prestashop-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OnBoarding\\": "OnBoarding/"
|
|
},
|
|
"exclude-from-classmap": []
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AFL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShop SA",
|
|
"email": "contact@prestashop.com"
|
|
}
|
|
],
|
|
"description": "Welcome module for PrestaShop helping the users to create products.",
|
|
"homepage": "https://github.com/PrestaShop/welcome",
|
|
"time": "2018-09-26T13:52:02+00:00"
|
|
},
|
|
{
|
|
"name": "psr/cache",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/cache.git",
|
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Cache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for caching libraries",
|
|
"keywords": [
|
|
"cache",
|
|
"psr",
|
|
"psr-6"
|
|
],
|
|
"time": "2016-08-06T20:24:11+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
},
|
|
{
|
|
"name": "psr/link",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/link.git",
|
|
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
|
|
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Link\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interfaces for HTTP links",
|
|
"keywords": [
|
|
"http",
|
|
"http-link",
|
|
"link",
|
|
"psr",
|
|
"psr-13",
|
|
"rest"
|
|
],
|
|
"time": "2016-10-28T16:06:13+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
|
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"time": "2018-11-20T15:27:04+00:00"
|
|
},
|
|
{
|
|
"name": "psr/simple-cache",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/simple-cache.git",
|
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\SimpleCache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interfaces for simple caching",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"psr",
|
|
"psr-16",
|
|
"simple-cache"
|
|
],
|
|
"time": "2017-10-23T01:57:42+00:00"
|
|
},
|
|
{
|
|
"name": "react/promise",
|
|
"version": "v2.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/promise.git",
|
|
"reference": "f4edc2581617431aea50430749db55cc3fc031b3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3",
|
|
"reference": "f4edc2581617431aea50430749db55cc3fc031b3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Promise\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com"
|
|
}
|
|
],
|
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
|
"keywords": [
|
|
"promise",
|
|
"promises"
|
|
],
|
|
"time": "2018-06-13T15:59:06+00:00"
|
|
},
|
|
{
|
|
"name": "sensio/distribution-bundle",
|
|
"version": "v5.0.23",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
|
|
"reference": "088b116a0e27faa0e1a7384dd4f3f6a9d5a8a3b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/088b116a0e27faa0e1a7384dd4f3f6a9d5a8a3b6",
|
|
"reference": "088b116a0e27faa0e1a7384dd4f3f6a9d5a8a3b6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9",
|
|
"sensiolabs/security-checker": "~5.0",
|
|
"symfony/class-loader": "~2.3|~3.0",
|
|
"symfony/config": "~2.3|~3.0",
|
|
"symfony/dependency-injection": "~2.3|~3.0",
|
|
"symfony/filesystem": "~2.3|~3.0",
|
|
"symfony/http-kernel": "~2.3|~3.0",
|
|
"symfony/process": "~2.3|~3.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sensio\\Bundle\\DistributionBundle\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Base bundle for Symfony Distributions",
|
|
"keywords": [
|
|
"configuration",
|
|
"distribution"
|
|
],
|
|
"time": "2018-10-25T15:26:23+00:00"
|
|
},
|
|
{
|
|
"name": "sensio/framework-extra-bundle",
|
|
"version": "v5.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
|
|
"reference": "9ef408febe2f12e70118ef61c6515035a06c5830"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/9ef408febe2f12e70118ef61c6515035a06c5830",
|
|
"reference": "9ef408febe2f12e70118ef61c6515035a06c5830",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": "^2.2",
|
|
"symfony/config": "^3.3|^4.0",
|
|
"symfony/dependency-injection": "^3.3|^4.0",
|
|
"symfony/framework-bundle": "^3.4|^4.0",
|
|
"symfony/http-kernel": "^3.3|^4.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/doctrine-bundle": "^1.6",
|
|
"doctrine/orm": "^2.5",
|
|
"symfony/browser-kit": "^3.3|^4.0",
|
|
"symfony/dom-crawler": "^3.3|^4.0",
|
|
"symfony/expression-language": "^3.3|^4.0",
|
|
"symfony/finder": "^3.3|^4.0",
|
|
"symfony/monolog-bridge": "^3.0|^4.0",
|
|
"symfony/monolog-bundle": "^3.2",
|
|
"symfony/phpunit-bridge": "^3.3|^4.0",
|
|
"symfony/psr-http-message-bridge": "^0.3",
|
|
"symfony/security-bundle": "^3.3|^4.0",
|
|
"symfony/twig-bundle": "^3.3|^4.0",
|
|
"symfony/yaml": "^3.3|^4.0",
|
|
"twig/twig": "~1.12|~2.0",
|
|
"zendframework/zend-diactoros": "^1.3"
|
|
},
|
|
"suggest": {
|
|
"symfony/expression-language": "",
|
|
"symfony/psr-http-message-bridge": "To use the PSR-7 converters",
|
|
"symfony/security-bundle": ""
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sensio\\Bundle\\FrameworkExtraBundle\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "This bundle provides a way to configure your controllers with annotations",
|
|
"keywords": [
|
|
"annotations",
|
|
"controllers"
|
|
],
|
|
"time": "2018-10-26T14:09:02+00:00"
|
|
},
|
|
{
|
|
"name": "sensiolabs/security-checker",
|
|
"version": "v5.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sensiolabs/security-checker.git",
|
|
"reference": "9ea927417c949039a9cfb0d92af76fd1c538d9e9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9ea927417c949039a9cfb0d92af76fd1c538d9e9",
|
|
"reference": "9ea927417c949039a9cfb0d92af76fd1c538d9e9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/ca-bundle": "^1.0",
|
|
"php": ">=5.5.9",
|
|
"symfony/console": "~2.7|~3.0|~4.0"
|
|
},
|
|
"bin": [
|
|
"security-checker"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SensioLabs\\Security\\": "SensioLabs/Security"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien.potencier@gmail.com"
|
|
}
|
|
],
|
|
"description": "A security checker for your composer.lock",
|
|
"time": "2018-10-16T10:30:44+00:00"
|
|
},
|
|
{
|
|
"name": "shudrum/array-finder",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Shudrum/ArrayFinder.git",
|
|
"reference": "42380f01017371b7a1e8e02b0bf12cb534e454d7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Shudrum/ArrayFinder/zipball/42380f01017371b7a1e8e02b0bf12cb534e454d7",
|
|
"reference": "42380f01017371b7a1e8e02b0bf12cb534e454d7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Shudrum\\Component\\ArrayFinder\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Julien Martin",
|
|
"email": "martin.julien82@gmail.com"
|
|
}
|
|
],
|
|
"description": "ArrayFinder component",
|
|
"homepage": "https://github.com/Shudrum/ArrayFinder",
|
|
"time": "2016-02-01T12:23:32+00:00"
|
|
},
|
|
{
|
|
"name": "smarty/smarty",
|
|
"version": "v3.1.33",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/smarty-php/smarty.git",
|
|
"reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/dd55b23121e55a3b4f1af90a707a6c4e5969530f",
|
|
"reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"libs/bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Monte Ohrt",
|
|
"email": "monte@ohrt.com"
|
|
},
|
|
{
|
|
"name": "Uwe Tews",
|
|
"email": "uwe.tews@googlemail.com"
|
|
},
|
|
{
|
|
"name": "Rodney Rehm",
|
|
"email": "rodney.rehm@medialize.de"
|
|
}
|
|
],
|
|
"description": "Smarty - the compiling PHP template engine",
|
|
"homepage": "http://www.smarty.net",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"time": "2018-09-12T20:54:16+00:00"
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v5.4.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
|
|
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9.1",
|
|
"symfony/phpunit-bridge": "~3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chris Corbyn"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "https://swiftmailer.symfony.com",
|
|
"keywords": [
|
|
"email",
|
|
"mail",
|
|
"mailer"
|
|
],
|
|
"time": "2018-07-31T09:26:32+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/monolog-bundle",
|
|
"version": "v3.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/monolog-bundle.git",
|
|
"reference": "572e143afc03419a75ab002c80a2fd99299195ff"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/572e143afc03419a75ab002c80a2fd99299195ff",
|
|
"reference": "572e143afc03419a75ab002c80a2fd99299195ff",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"monolog/monolog": "~1.22",
|
|
"php": ">=5.6",
|
|
"symfony/config": "~2.7|~3.3|~4.0",
|
|
"symfony/dependency-injection": "~2.7|~3.4.10|^4.0.10",
|
|
"symfony/http-kernel": "~2.7|~3.3|~4.0",
|
|
"symfony/monolog-bridge": "~2.7|~3.3|~4.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "~2.7|~3.3|~4.0",
|
|
"symfony/phpunit-bridge": "^3.3|^4.0",
|
|
"symfony/yaml": "~2.7|~3.3|~4.0"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Bundle\\MonologBundle\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony MonologBundle",
|
|
"homepage": "http://symfony.com",
|
|
"keywords": [
|
|
"log",
|
|
"logging"
|
|
],
|
|
"time": "2018-11-04T09:58:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-apcu",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-apcu.git",
|
|
"reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
|
|
"reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Apcu\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"apcu",
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-08-06T14:22:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
|
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "BackEndTea@gmail.com"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"time": "2018-08-06T14:22:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-icu",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-icu.git",
|
|
"reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
|
|
"reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/intl": "~2.3|~3.0|~4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's ICU-related data and classes",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"icu",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-08-06T14:22:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
|
|
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-09-21T13:07:52+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php56",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php56.git",
|
|
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
|
|
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/polyfill-util": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php56\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-09-21T06:26:08+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php70",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
|
"reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
|
|
"reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/random_compat": "~1.0|~2.0|~9.99",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php70\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-09-21T06:26:08+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-util",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-util.git",
|
|
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
|
|
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Util\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony utilities for portability of PHP codes",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compat",
|
|
"compatibility",
|
|
"polyfill",
|
|
"shim"
|
|
],
|
|
"time": "2018-09-30T16:36:12+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/swiftmailer-bundle",
|
|
"version": "v2.6.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/swiftmailer-bundle.git",
|
|
"reference": "c4808f5169efc05567be983909d00f00521c53ec"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
|
|
"reference": "c4808f5169efc05567be983909d00f00521c53ec",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"swiftmailer/swiftmailer": "~4.2|~5.0",
|
|
"symfony/config": "~2.7|~3.0",
|
|
"symfony/dependency-injection": "~2.7|~3.0",
|
|
"symfony/http-kernel": "~2.7|~3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "~2.7|~3.0",
|
|
"symfony/framework-bundle": "~2.7|~3.0",
|
|
"symfony/phpunit-bridge": "~3.3@dev",
|
|
"symfony/yaml": "~2.7|~3.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "Allows logging"
|
|
},
|
|
"type": "symfony-bundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Bundle\\SwiftmailerBundle\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Symfony SwiftmailerBundle",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2017-10-19T01:06:41+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/symfony",
|
|
"version": "v3.4.22",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/symfony.git",
|
|
"reference": "907d4d1d1a419663c3c37cfb33dd65c48fa62d1b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/symfony/zipball/907d4d1d1a419663c3c37cfb33dd65c48fa62d1b",
|
|
"reference": "907d4d1d1a419663c3c37cfb33dd65c48fa62d1b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": "~2.4",
|
|
"ext-xml": "*",
|
|
"fig/link-util": "^1.0",
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"psr/cache": "~1.0",
|
|
"psr/container": "^1.0",
|
|
"psr/link": "^1.0",
|
|
"psr/log": "~1.0",
|
|
"psr/simple-cache": "^1.0",
|
|
"symfony/polyfill-apcu": "~1.1",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-intl-icu": "~1.0",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php56": "~1.0",
|
|
"symfony/polyfill-php70": "~1.6",
|
|
"twig/twig": "^1.35|^2.4.4"
|
|
},
|
|
"conflict": {
|
|
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
|
|
"phpdocumentor/type-resolver": "<0.3.0",
|
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
|
|
},
|
|
"provide": {
|
|
"psr/cache-implementation": "1.0",
|
|
"psr/container-implementation": "1.0",
|
|
"psr/log-implementation": "1.0",
|
|
"psr/simple-cache-implementation": "1.0"
|
|
},
|
|
"replace": {
|
|
"symfony/asset": "self.version",
|
|
"symfony/browser-kit": "self.version",
|
|
"symfony/cache": "self.version",
|
|
"symfony/class-loader": "self.version",
|
|
"symfony/config": "self.version",
|
|
"symfony/console": "self.version",
|
|
"symfony/css-selector": "self.version",
|
|
"symfony/debug": "self.version",
|
|
"symfony/debug-bundle": "self.version",
|
|
"symfony/dependency-injection": "self.version",
|
|
"symfony/doctrine-bridge": "self.version",
|
|
"symfony/dom-crawler": "self.version",
|
|
"symfony/dotenv": "self.version",
|
|
"symfony/event-dispatcher": "self.version",
|
|
"symfony/expression-language": "self.version",
|
|
"symfony/filesystem": "self.version",
|
|
"symfony/finder": "self.version",
|
|
"symfony/form": "self.version",
|
|
"symfony/framework-bundle": "self.version",
|
|
"symfony/http-foundation": "self.version",
|
|
"symfony/http-kernel": "self.version",
|
|
"symfony/inflector": "self.version",
|
|
"symfony/intl": "self.version",
|
|
"symfony/ldap": "self.version",
|
|
"symfony/lock": "self.version",
|
|
"symfony/monolog-bridge": "self.version",
|
|
"symfony/options-resolver": "self.version",
|
|
"symfony/process": "self.version",
|
|
"symfony/property-access": "self.version",
|
|
"symfony/property-info": "self.version",
|
|
"symfony/proxy-manager-bridge": "self.version",
|
|
"symfony/routing": "self.version",
|
|
"symfony/security": "self.version",
|
|
"symfony/security-bundle": "self.version",
|
|
"symfony/security-core": "self.version",
|
|
"symfony/security-csrf": "self.version",
|
|
"symfony/security-guard": "self.version",
|
|
"symfony/security-http": "self.version",
|
|
"symfony/serializer": "self.version",
|
|
"symfony/stopwatch": "self.version",
|
|
"symfony/templating": "self.version",
|
|
"symfony/translation": "self.version",
|
|
"symfony/twig-bridge": "self.version",
|
|
"symfony/twig-bundle": "self.version",
|
|
"symfony/validator": "self.version",
|
|
"symfony/var-dumper": "self.version",
|
|
"symfony/web-link": "self.version",
|
|
"symfony/web-profiler-bundle": "self.version",
|
|
"symfony/web-server-bundle": "self.version",
|
|
"symfony/workflow": "self.version",
|
|
"symfony/yaml": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"cache/integration-tests": "dev-master",
|
|
"doctrine/annotations": "~1.0",
|
|
"doctrine/cache": "~1.6",
|
|
"doctrine/data-fixtures": "1.0.*",
|
|
"doctrine/dbal": "~2.4",
|
|
"doctrine/doctrine-bundle": "~1.4",
|
|
"doctrine/orm": "~2.4,>=2.4.5",
|
|
"egulias/email-validator": "~1.2,>=1.2.8|~2.0",
|
|
"monolog/monolog": "~1.11",
|
|
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",
|
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
|
|
"predis/predis": "~1.0",
|
|
"symfony/phpunit-bridge": "~3.4|~4.0",
|
|
"symfony/security-acl": "~2.8|~3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
|
|
"Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
|
|
"Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
|
|
"Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
|
|
"Symfony\\Bundle\\": "src/Symfony/Bundle/",
|
|
"Symfony\\Component\\": "src/Symfony/Component/"
|
|
},
|
|
"classmap": [
|
|
"src/Symfony/Component/Intl/Resources/stubs"
|
|
],
|
|
"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": "The Symfony PHP framework",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"framework"
|
|
],
|
|
"time": "2019-02-03T12:23:08+00:00"
|
|
},
|
|
{
|
|
"name": "tecnickcom/tcpdf",
|
|
"version": "6.2.26",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tecnickcom/TCPDF.git",
|
|
"reference": "367241059ca166e3a76490f4448c284e0a161f15"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
|
|
"reference": "367241059ca166e3a76490f4448c284e0a161f15",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"config",
|
|
"include",
|
|
"tcpdf.php",
|
|
"tcpdf_parser.php",
|
|
"tcpdf_import.php",
|
|
"tcpdf_barcodes_1d.php",
|
|
"tcpdf_barcodes_2d.php",
|
|
"include/tcpdf_colors.php",
|
|
"include/tcpdf_filters.php",
|
|
"include/tcpdf_font_data.php",
|
|
"include/tcpdf_fonts.php",
|
|
"include/tcpdf_images.php",
|
|
"include/tcpdf_static.php",
|
|
"include/barcodes/datamatrix.php",
|
|
"include/barcodes/pdf417.php",
|
|
"include/barcodes/qrcode.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicola Asuni",
|
|
"email": "info@tecnick.com",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
|
|
"homepage": "http://www.tcpdf.org/",
|
|
"keywords": [
|
|
"PDFD32000-2008",
|
|
"TCPDF",
|
|
"barcodes",
|
|
"datamatrix",
|
|
"pdf",
|
|
"pdf417",
|
|
"qrcode"
|
|
],
|
|
"time": "2018-10-16T17:24:05+00:00"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v1.35.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
|
|
"reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"require-dev": {
|
|
"psr/container": "^1.0",
|
|
"symfony/debug": "^2.7",
|
|
"symfony/phpunit-bridge": "^3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.35-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
},
|
|
"psr-4": {
|
|
"Twig\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"homepage": "https://twig.symfony.com/contributors",
|
|
"role": "Contributors"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "https://twig.symfony.com",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"time": "2018-07-13T07:12:17+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "composer/semver",
|
|
"version": "1.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/semver.git",
|
|
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
|
|
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.2 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.5 || ^5.0.5",
|
|
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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"
|
|
],
|
|
"time": "2016-08-30T16:08:34+00:00"
|
|
},
|
|
{
|
|
"name": "composer/xdebug-handler",
|
|
"version": "1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/xdebug-handler.git",
|
|
"reference": "dc523135366eb68f22268d069ea7749486458562"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/dc523135366eb68f22268d069ea7749486458562",
|
|
"reference": "dc523135366eb68f22268d069ea7749486458562",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.2 || ^7.0",
|
|
"psr/log": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\XdebugHandler\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "John Stevenson",
|
|
"email": "john-stevenson@blueyonder.co.uk"
|
|
}
|
|
],
|
|
"description": "Restarts a process without xdebug.",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"performance"
|
|
],
|
|
"time": "2018-11-29T10:59:02+00:00"
|
|
},
|
|
{
|
|
"name": "friendsofphp/php-cs-fixer",
|
|
"version": "v2.13.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
|
"reference": "54814c62d5beef3ba55297b9b3186ed8b8a1b161"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/54814c62d5beef3ba55297b9b3186ed8b8a1b161",
|
|
"reference": "54814c62d5beef3ba55297b9b3186ed8b8a1b161",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/semver": "^1.4",
|
|
"composer/xdebug-handler": "^1.2",
|
|
"doctrine/annotations": "^1.2",
|
|
"ext-json": "*",
|
|
"ext-tokenizer": "*",
|
|
"php": "^5.6 || >=7.0 <7.3",
|
|
"php-cs-fixer/diff": "^1.3",
|
|
"symfony/console": "^3.4.17 || ^4.1.6",
|
|
"symfony/event-dispatcher": "^3.0 || ^4.0",
|
|
"symfony/filesystem": "^3.0 || ^4.0",
|
|
"symfony/finder": "^3.0 || ^4.0",
|
|
"symfony/options-resolver": "^3.0 || ^4.0",
|
|
"symfony/polyfill-php70": "^1.0",
|
|
"symfony/polyfill-php72": "^1.4",
|
|
"symfony/process": "^3.0 || ^4.0",
|
|
"symfony/stopwatch": "^3.0 || ^4.0"
|
|
},
|
|
"conflict": {
|
|
"hhvm": "*"
|
|
},
|
|
"require-dev": {
|
|
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
|
|
"justinrainbow/json-schema": "^5.0",
|
|
"keradus/cli-executor": "^1.1",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"php-cs-fixer/accessible-object": "^1.0",
|
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1",
|
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1",
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
|
|
"phpunitgoodpractices/traits": "^1.5.1",
|
|
"symfony/phpunit-bridge": "^4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For handling non-UTF8 characters in cache signature.",
|
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
|
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
|
|
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
|
|
},
|
|
"bin": [
|
|
"php-cs-fixer"
|
|
],
|
|
"type": "application",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpCsFixer\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"tests/Test/AbstractFixerTestCase.php",
|
|
"tests/Test/AbstractIntegrationCaseFactory.php",
|
|
"tests/Test/AbstractIntegrationTestCase.php",
|
|
"tests/Test/Assert/AssertTokensTrait.php",
|
|
"tests/Test/IntegrationCase.php",
|
|
"tests/Test/IntegrationCaseFactory.php",
|
|
"tests/Test/IntegrationCaseFactoryInterface.php",
|
|
"tests/Test/InternalIntegrationCaseFactory.php",
|
|
"tests/TestCase.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dariusz Rumiński",
|
|
"email": "dariusz.ruminski@gmail.com"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "A tool to automatically fix PHP code style",
|
|
"time": "2018-10-21T00:32:10+00:00"
|
|
},
|
|
{
|
|
"name": "johnkary/phpunit-speedtrap",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/johnkary/phpunit-speedtrap.git",
|
|
"reference": "f7cfe17c5a7076ed0ccca5450fe3bb981ec56361"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/f7cfe17c5a7076ed0ccca5450fe3bb981ec56361",
|
|
"reference": "f7cfe17c5a7076ed0ccca5450fe3bb981ec56361",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"phpunit/phpunit": ">=4.7,<6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JohnKary": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "John Kary",
|
|
"email": "john@johnkary.net"
|
|
}
|
|
],
|
|
"description": "Find slow tests in your PHPUnit test suite",
|
|
"homepage": "https://github.com/johnkary/phpunit-speedtrap",
|
|
"keywords": [
|
|
"phpunit",
|
|
"profile",
|
|
"slow"
|
|
],
|
|
"time": "2017-03-25T17:14:26+00:00"
|
|
},
|
|
{
|
|
"name": "myclabs/deep-copy",
|
|
"version": "1.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
|
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/collections": "^1.0",
|
|
"doctrine/common": "^2.6",
|
|
"phpunit/phpunit": "^4.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DeepCopy\\": "src/DeepCopy/"
|
|
},
|
|
"files": [
|
|
"src/DeepCopy/deep_copy.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Create deep copies (clones) of your objects",
|
|
"keywords": [
|
|
"clone",
|
|
"copy",
|
|
"duplicate",
|
|
"object",
|
|
"object graph"
|
|
],
|
|
"time": "2017-10-19T19:58:43+00:00"
|
|
},
|
|
{
|
|
"name": "phake/phake",
|
|
"version": "v2.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mlively/Phake.git",
|
|
"reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mlively/Phake/zipball/d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
|
|
"reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"sebastian/comparator": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"codeclimate/php-test-reporter": "dev-master",
|
|
"doctrine/common": "2.3.*",
|
|
"ext-soap": "*",
|
|
"hamcrest/hamcrest-php": "1.1.*",
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"suggest": {
|
|
"doctrine/common": "Allows mock annotations to use import statements for classes.",
|
|
"hamcrest/hamcrest-php": "Use Hamcrest matchers."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Phake": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike Lively",
|
|
"email": "m@digitalsandwich.com"
|
|
}
|
|
],
|
|
"description": "The Phake mock testing library",
|
|
"homepage": "https://github.com/mlively/Phake",
|
|
"keywords": [
|
|
"mock",
|
|
"testing"
|
|
],
|
|
"time": "2017-03-20T05:16:34+00:00"
|
|
},
|
|
{
|
|
"name": "php-cs-fixer/diff",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHP-CS-Fixer/diff.git",
|
|
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
|
|
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
|
"symfony/process": "^3.3"
|
|
},
|
|
"type": "library",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "SpacePossum"
|
|
}
|
|
],
|
|
"description": "sebastian/diff v2 backport support for PHP5.6",
|
|
"homepage": "https://github.com/PHP-CS-Fixer",
|
|
"keywords": [
|
|
"diff"
|
|
],
|
|
"time": "2018-02-15T16:58:55+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-common",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.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"
|
|
],
|
|
"time": "2017-09-11T18:02:19+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"version": "3.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
"reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
|
|
"reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0",
|
|
"phpdocumentor/reflection-common": "^1.0.0",
|
|
"phpdocumentor/type-resolver": "^0.4.0",
|
|
"webmozart/assert": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "^0.9.4",
|
|
"phpunit/phpunit": "^4.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": [
|
|
"src/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "me@mikevanriel.com"
|
|
}
|
|
],
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
"time": "2017-11-10T14:09:06+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/type-resolver",
|
|
"version": "0.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5 || ^7.0",
|
|
"phpdocumentor/reflection-common": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "^0.9.4",
|
|
"phpunit/phpunit": "^5.2||^4.8.24"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.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"
|
|
}
|
|
],
|
|
"time": "2017-07-14T14:27:02+00:00"
|
|
},
|
|
{
|
|
"name": "phpspec/prophecy",
|
|
"version": "1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
|
|
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.0.2",
|
|
"php": "^5.3|^7.0",
|
|
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
|
"sebastian/comparator": "^1.1|^2.0|^3.0",
|
|
"sebastian/recursion-context": "^1.0|^2.0|^3.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.8.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Prophecy\\": "src/"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2018-08-05T17:53:17+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "4.0.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
|
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": "^5.6 || ^7.0",
|
|
"phpunit/php-file-iterator": "^1.3",
|
|
"phpunit/php-text-template": "^1.2",
|
|
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
|
|
"sebastian/code-unit-reverse-lookup": "^1.0",
|
|
"sebastian/environment": "^1.3.2 || ^2.0",
|
|
"sebastian/version": "^1.0 || ^2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-xdebug": "^2.1.4",
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"suggest": {
|
|
"ext-xdebug": "^2.5.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
"keywords": [
|
|
"coverage",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2017-04-02T07:44:40+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "1.4.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
|
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
"keywords": [
|
|
"filesystem",
|
|
"iterator"
|
|
],
|
|
"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"
|
|
],
|
|
"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"
|
|
],
|
|
"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"
|
|
],
|
|
"time": "2017-12-04T08:55:13+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"version": "5.7.27",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
|
|
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"myclabs/deep-copy": "~1.3",
|
|
"php": "^5.6 || ^7.0",
|
|
"phpspec/prophecy": "^1.6.2",
|
|
"phpunit/php-code-coverage": "^4.0.4",
|
|
"phpunit/php-file-iterator": "~1.4",
|
|
"phpunit/php-text-template": "~1.2",
|
|
"phpunit/php-timer": "^1.0.6",
|
|
"phpunit/phpunit-mock-objects": "^3.2",
|
|
"sebastian/comparator": "^1.2.4",
|
|
"sebastian/diff": "^1.4.3",
|
|
"sebastian/environment": "^1.3.4 || ^2.0",
|
|
"sebastian/exporter": "~2.0",
|
|
"sebastian/global-state": "^1.1",
|
|
"sebastian/object-enumerator": "~2.0",
|
|
"sebastian/resource-operations": "~1.0",
|
|
"sebastian/version": "^1.0.6|^2.0.1",
|
|
"symfony/yaml": "~2.1|~3.0|~4.0"
|
|
},
|
|
"conflict": {
|
|
"phpdocumentor/reflection-docblock": "3.0.2"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-xdebug": "*",
|
|
"phpunit/php-invoker": "~1.1"
|
|
},
|
|
"bin": [
|
|
"phpunit"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "The PHP Unit Testing framework.",
|
|
"homepage": "https://phpunit.de/",
|
|
"keywords": [
|
|
"phpunit",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2018-02-01T05:50:59+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
"version": "3.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
|
|
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.0.2",
|
|
"php": "^5.6 || ^7.0",
|
|
"phpunit/php-text-template": "^1.2",
|
|
"sebastian/exporter": "^1.2 || ^2.0"
|
|
},
|
|
"conflict": {
|
|
"phpunit/phpunit": "<5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.4"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Mock Object library for PHPUnit",
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
|
"keywords": [
|
|
"mock",
|
|
"xunit"
|
|
],
|
|
"time": "2017-06-30T09:13:00+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7 || ^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Looks up which function or method a line of code belongs to",
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
"time": "2017-03-04T06:30:41+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"
|
|
],
|
|
"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"
|
|
],
|
|
"time": "2017-05-22T07:24:03+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/environment",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
|
|
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"environment",
|
|
"hhvm"
|
|
],
|
|
"time": "2016-11-26T07:53:53+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/exporter",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
|
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"sebastian/recursion-context": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-mbstring": "*",
|
|
"phpunit/phpunit": "~4.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
"keywords": [
|
|
"export",
|
|
"exporter"
|
|
],
|
|
"time": "2016-11-19T08:54:04+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/global-state",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.2"
|
|
},
|
|
"suggest": {
|
|
"ext-uopz": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Snapshotting of global state",
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
"keywords": [
|
|
"global state"
|
|
],
|
|
"time": "2015-10-12T03:26:01+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-enumerator",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
|
|
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"sebastian/recursion-context": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
"time": "2017-02-18T15:18:39+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/recursion-context",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
|
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
"time": "2016-11-19T07:33:16+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/resource-operations",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
|
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
"time": "2015-07-28T20:34:47+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/version",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
"time": "2016-10-03T07:35:21+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/phpunit-bridge",
|
|
"version": "v3.4.19",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/phpunit-bridge.git",
|
|
"reference": "2155067dfc73e0e77dbc26f236af17e4df552de5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2155067dfc73e0e77dbc26f236af17e4df552de5",
|
|
"reference": "2155067dfc73e0e77dbc26f236af17e4df552de5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"conflict": {
|
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
|
|
},
|
|
"suggest": {
|
|
"ext-zip": "Zip support is required when using bin/simple-phpunit",
|
|
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
|
|
},
|
|
"bin": [
|
|
"bin/simple-phpunit"
|
|
],
|
|
"type": "symfony-bridge",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "phpunit/phpunit",
|
|
"url": "https://github.com/sebastianbergmann/phpunit"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Bridge\\PhpUnit\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony PHPUnit Bridge",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2018-11-20T16:47:12+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php72",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
"reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
|
|
"reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2018-09-21T13:07:52+00:00"
|
|
},
|
|
{
|
|
"name": "webmozart/assert",
|
|
"version": "1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozart/assert.git",
|
|
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
|
|
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.6",
|
|
"sebastian/version": "^1.0.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3-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"
|
|
],
|
|
"time": "2018-01-29T19:49:41+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"cssjanus/cssjanus": 20,
|
|
"phake/phake": 0
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.6.0",
|
|
"ext-curl": "*",
|
|
"ext-intl": "*",
|
|
"ext-zip": "*",
|
|
"ext-fileinfo": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "5.6.0"
|
|
}
|
|
}
|