mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-10-31 19:02:30 +00:00
4162 lines
142 KiB
JSON
4162 lines
142 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#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"hash": "cf474ac68fcf1b7485cd5de204671090",
|
|
"content-hash": "044d27ae1038acf0c3b27810367e15f4",
|
|
"packages": [],
|
|
"packages-dev": [
|
|
{
|
|
"name": "behat/gherkin",
|
|
"version": "v4.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/Gherkin.git",
|
|
"reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
|
|
"reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0",
|
|
"symfony/yaml": "~2.1"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\Gherkin": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Gherkin DSL parser for PHP 5.3",
|
|
"homepage": "http://behat.org/",
|
|
"keywords": [
|
|
"BDD",
|
|
"Behat",
|
|
"Cucumber",
|
|
"DSL",
|
|
"gherkin",
|
|
"parser"
|
|
],
|
|
"time": "2015-12-30 14:47:00"
|
|
},
|
|
{
|
|
"name": "codeception/codeception",
|
|
"version": "2.2.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/Codeception.git",
|
|
"reference": "ea617b8b55e6e33cdd47edeafde5d3f6466049e2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/ea617b8b55e6e33cdd47edeafde5d3f6466049e2",
|
|
"reference": "ea617b8b55e6e33cdd47edeafde5d3f6466049e2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"behat/gherkin": "~4.4.0",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"facebook/webdriver": ">=1.0.1 <2.0",
|
|
"guzzlehttp/guzzle": ">=4.1.4 <7.0",
|
|
"guzzlehttp/psr7": "~1.0",
|
|
"php": ">=5.4.0 <8.0",
|
|
"phpunit/php-code-coverage": ">=2.1.3",
|
|
"phpunit/phpunit": ">4.8.20 <5.5",
|
|
"sebastian/comparator": "~1.1",
|
|
"sebastian/diff": "^1.4",
|
|
"symfony/browser-kit": ">=2.7 <4.0",
|
|
"symfony/console": ">=2.7 <4.0",
|
|
"symfony/css-selector": ">=2.7 <4.0",
|
|
"symfony/dom-crawler": ">=2.7 <4.0",
|
|
"symfony/event-dispatcher": ">=2.7 <4.0",
|
|
"symfony/finder": ">=2.7 <4.0",
|
|
"symfony/yaml": ">=2.7 <4.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/specify": "~0.3",
|
|
"facebook/php-sdk-v4": "~5.0",
|
|
"flow/jsonpath": "~0.2",
|
|
"league/factory-muffin": "^3.0",
|
|
"league/factory-muffin-faker": "^1.0",
|
|
"mongodb/mongodb": "^1.0",
|
|
"monolog/monolog": "~1.8",
|
|
"pda/pheanstalk": "~3.0",
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
"predis/predis": "^1.0",
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
},
|
|
"suggest": {
|
|
"codeception/specify": "BDD-style code blocks",
|
|
"codeception/verify": "BDD-style assertions",
|
|
"flow/jsonpath": "For using JSONPath in REST module",
|
|
"league/factory-muffin": "For DataFactory module",
|
|
"league/factory-muffin-faker": "For Faker support in DataFactory module",
|
|
"phpseclib/phpseclib": "for SFTP option in FTP Module",
|
|
"symfony/phpunit-bridge": "For phpunit-bridge support"
|
|
},
|
|
"bin": [
|
|
"codecept"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": []
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Codeception\\": "src\\Codeception",
|
|
"Codeception\\Extension\\": "ext"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Bodnarchuk",
|
|
"email": "davert@mail.ua",
|
|
"homepage": "http://codegyre.com"
|
|
}
|
|
],
|
|
"description": "BDD-style testing framework",
|
|
"homepage": "http://codeception.com/",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"acceptance testing",
|
|
"functional testing",
|
|
"unit testing"
|
|
],
|
|
"time": "2016-08-14 12:28:58"
|
|
},
|
|
{
|
|
"name": "codegyre/robo",
|
|
"version": "0.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/consolidation-org/Robo.git",
|
|
"reference": "d18185f0494c854d36aa5ee0ad931ee23bbef552"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/consolidation-org/Robo/zipball/d18185f0494c854d36aa5ee0ad931ee23bbef552",
|
|
"reference": "d18185f0494c854d36aa5ee0ad931ee23bbef552",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"henrikbjorn/lurker": "1.0.*@dev",
|
|
"php": ">=5.4.0",
|
|
"symfony/console": "~2.5",
|
|
"symfony/filesystem": "~2.5",
|
|
"symfony/finder": "~2.5",
|
|
"symfony/process": "~2.5"
|
|
},
|
|
"require-dev": {
|
|
"codeception/aspect-mock": "0.5.*",
|
|
"codeception/base": "~2.1",
|
|
"codeception/codeception": "2.1",
|
|
"codeception/verify": "0.2.*",
|
|
"natxet/cssmin": "~3.0",
|
|
"patchwork/jsqueeze": "~1.0"
|
|
},
|
|
"bin": [
|
|
"robo"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Robo\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Davert",
|
|
"email": "davert.php@resend.cc"
|
|
}
|
|
],
|
|
"description": "Modern task runner",
|
|
"time": "2015-10-30 11:29:52"
|
|
},
|
|
{
|
|
"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-14 21:17:01"
|
|
},
|
|
{
|
|
"name": "edgedesign/phpqa",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/EdgedesignCZ/phpqa.git",
|
|
"reference": "d58752a5504833ba872fbbcb0d71899d7dc3f761"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/EdgedesignCZ/phpqa/zipball/d58752a5504833ba872fbbcb0d71899d7dc3f761",
|
|
"reference": "d58752a5504833ba872fbbcb0d71899d7dc3f761",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"codegyre/robo": "*",
|
|
"pdepend/pdepend": "*",
|
|
"phploc/phploc": "*",
|
|
"phpmd/phpmd": "*",
|
|
"phpmetrics/phpmetrics": "*",
|
|
"sebastian/phpcpd": "*",
|
|
"squizlabs/php_codesniffer": "*",
|
|
"symfony/dependency-injection": "~2.8",
|
|
"symfony/filesystem": "~2.8",
|
|
"symfony/process": "~2.8"
|
|
},
|
|
"require-dev": {
|
|
"hamcrest/hamcrest-php": "*",
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"bin": [
|
|
"phpqa"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Edge\\QA\\": "src"
|
|
},
|
|
"files": [
|
|
"src/report.php",
|
|
"src/paths.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Zdenek Drahos",
|
|
"email": "drahoszdenek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Analyze PHP code with one command.",
|
|
"keywords": [
|
|
"code analysis",
|
|
"qa",
|
|
"static analysis"
|
|
],
|
|
"time": "2016-04-01 12:50:33"
|
|
},
|
|
{
|
|
"name": "facebook/webdriver",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/php-webdriver.git",
|
|
"reference": "b7186fb1bcfda956d237f59face250d06ef47253"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/b7186fb1bcfda956d237f59face250d06ef47253",
|
|
"reference": "b7186fb1bcfda956d237f59face250d06ef47253",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"php": ">=5.3.19"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^1.11",
|
|
"phpunit/phpunit": "4.6.* || ~5.0",
|
|
"squizlabs/php_codesniffer": "^2.6"
|
|
},
|
|
"suggest": {
|
|
"phpdocumentor/phpdocumentor": "2.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Facebook\\WebDriver\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"description": "A PHP client for WebDriver",
|
|
"homepage": "https://github.com/facebook/php-webdriver",
|
|
"keywords": [
|
|
"facebook",
|
|
"php",
|
|
"selenium",
|
|
"webdriver"
|
|
],
|
|
"time": "2016-08-10 00:44:08"
|
|
},
|
|
{
|
|
"name": "fzaninotto/faker",
|
|
"version": "v1.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fzaninotto/Faker.git",
|
|
"reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
|
|
"reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3|^7.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-intl": "*",
|
|
"phpunit/phpunit": "~4.0",
|
|
"squizlabs/php_codesniffer": "~1.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": []
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Faker\\": "src/Faker/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "François Zaninotto"
|
|
}
|
|
],
|
|
"description": "Faker is a PHP library that generates fake data for you.",
|
|
"keywords": [
|
|
"data",
|
|
"faker",
|
|
"fixtures"
|
|
],
|
|
"time": "2016-04-29 12:21:54"
|
|
},
|
|
{
|
|
"name": "greencape/joomla-cs",
|
|
"version": "0.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/GreenCape/coding-standards.git",
|
|
"reference": "8d7c65416c2494063d55c3be66ea317fa9d8ef32"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/GreenCape/coding-standards/zipball/8d7c65416c2494063d55c3be66ea317fa9d8ef32",
|
|
"reference": "8d7c65416c2494063d55c3be66ea317fa9d8ef32",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"squizlabs/php_codesniffer": "~1.5"
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Niels Braczek",
|
|
"email": "nbraczek@bsds.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Composer installable Coding Standards Definition.",
|
|
"homepage": "https://github.com/GreenCape/coding-standards",
|
|
"abandoned": "greencape/coding-standards",
|
|
"time": "2015-07-03 12:01:28"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "6.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "3f808fba627f2c5b69e2501217bf31af349c1427"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427",
|
|
"reference": "3f808fba627f2c5b69e2501217bf31af349c1427",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/promises": "^1.0",
|
|
"guzzlehttp/psr7": "^1.3.1",
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.0",
|
|
"psr/log": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"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",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"time": "2016-07-15 17:22:37"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
|
|
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"time": "2016-05-18 16:56:05"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
|
|
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"psr/http-message": "~1.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"stream",
|
|
"uri"
|
|
],
|
|
"time": "2016-06-24 23:00:38"
|
|
},
|
|
{
|
|
"name": "henrikbjorn/lurker",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/flint/Lurker.git",
|
|
"reference": "a020d45b3bc37810aeafe27343c51af8a74c9419"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/flint/Lurker/zipball/a020d45b3bc37810aeafe27343c51af8a74c9419",
|
|
"reference": "a020d45b3bc37810aeafe27343c51af8a74c9419",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/config": "~2.2",
|
|
"symfony/event-dispatcher": "~2.2"
|
|
},
|
|
"suggest": {
|
|
"ext-inotify": ">=0.1.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Lurker": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Yaroslav Kiliba",
|
|
"email": "om.dattaya@gmail.com"
|
|
},
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com"
|
|
},
|
|
{
|
|
"name": "Henrik Bjrnskov",
|
|
"email": "henrik@bjrnskov.dk"
|
|
}
|
|
],
|
|
"description": "Resource Watcher.",
|
|
"keywords": [
|
|
"filesystem",
|
|
"resource",
|
|
"watching"
|
|
],
|
|
"time": "2013-05-24 06:47:29"
|
|
},
|
|
{
|
|
"name": "hoa/compiler",
|
|
"version": "2.15.10.29",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hoaproject/Compiler.git",
|
|
"reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hoaproject/Compiler/zipball/ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39",
|
|
"reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"hoa/core": "~2.0",
|
|
"hoa/file": "~0.0",
|
|
"hoa/iterator": "~1.0",
|
|
"hoa/math": "~0.0",
|
|
"hoa/regex": "~0.0",
|
|
"hoa/visitor": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"hoa/json": "~1.0",
|
|
"hoa/test": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Compiler\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name": "Hoa community",
|
|
"homepage": "http://hoa-project.net/"
|
|
}
|
|
],
|
|
"description": "The Hoa\\Compiler library.",
|
|
"homepage": "http://hoa-project.net/",
|
|
"keywords": [
|
|
"algebraic",
|
|
"ast",
|
|
"compiler",
|
|
"context-free",
|
|
"coverage",
|
|
"exhaustive",
|
|
"grammar",
|
|
"isotropic",
|
|
"language",
|
|
"lexer",
|
|
"library",
|
|
"ll1",
|
|
"llk",
|
|
"parser",
|
|
"pp",
|
|
"random",
|
|
"regular",
|
|
"rule",
|
|
"sampler",
|
|
"syntax",
|
|
"token",
|
|
"trace",
|
|
"uniform"
|
|
],
|
|
"time": "2015-10-29 21:35:12"
|
|
},
|
|
{
|
|
"name": "hoa/core",
|
|
"version": "2.15.11.09",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hoaproject/Core.git",
|
|
"reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hoaproject/Core/zipball/5538b1e90e2c66c90df5cc45e03fb85d047be900",
|
|
"reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-spl": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"hoa/test": "~1.0"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "ext/mbstring must be present (or a third implementation).",
|
|
"hoa/cli": "To use the `hoa` script."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Core\\": "."
|
|
},
|
|
"files": [
|
|
"Core.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name": "Hoa community",
|
|
"homepage": "http://hoa-project.net/"
|
|
}
|
|
],
|
|
"description": "The Hoa\\Core library.",
|
|
"homepage": "http://hoa-project.net/",
|
|
"keywords": [
|
|
"consistency",
|
|
"core",
|
|
"data",
|
|
"event",
|
|
"library",
|
|
"listener",
|
|
"parameter",
|
|
"protocol"
|
|
],
|
|
"time": "2015-11-09 06:51:06"
|
|
},
|
|
{
|
|
"name": "hoa/file",
|
|
"version": "0.15.11.09",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hoaproject/File.git",
|
|
"reference": "f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hoaproject/File/zipball/f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee",
|
|
"reference": "f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"hoa/core": "~2.0",
|
|
"hoa/iterator": "~1.0",
|
|
"hoa/stream": "~0.0"
|
|
},
|
|
"require-dev": {
|
|
"hoa/test": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\File\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name": "Hoa community",
|
|
"homepage": "http://hoa-project.net/"
|
|
}
|
|
],
|
|
"description": "The Hoa\\File library.",
|
|
"homepage": "http://hoa-project.net/",
|
|
"keywords": [
|
|
"Socket",
|
|
"directory",
|
|
"file",
|
|
"finder",
|
|
"library",
|
|
"link",
|
|
"temporary"
|
|
],
|
|
"time": "2015-11-09 06:55:20"
|
|
},
|
|
{
|
|
"name": "hoa/iterator",
|
|
"version": "1.15.10.29",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hoaproject/Iterator.git",
|
|
"reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hoaproject/Iterator/zipball/a64ed9fd62579a34e4450134d6d1abdf77d54435",
|
|
"reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"hoa/core": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"hoa/test": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Iterator\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name": "Hoa community",
|
|
"homepage": "http://hoa-project.net/"
|
|
}
|
|
],
|
|
"description": "The Hoa\\Iterator library.",
|
|
"homepage": "http://hoa-project.net/",
|
|
"keywords": [
|
|
"iterator",
|
|
"library"
|
|
],
|
|
"time": "2015-10-29 21:37:16"
|
|
},
|
|
{
|
|
"name": "hoa/math",
|
|
"version": "0.15.10.26",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hoaproject/Math.git",
|
|
"reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hoaproject/Math/zipball/62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e",
|
|
"reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"hoa/compiler": "~2.0",
|
|
"hoa/core": "~2.0",
|
|
"hoa/iterator": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"hoa/test": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Math\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name": "Hoa community",
|
|
"homepage": "http://hoa-project.net/"
|
|
}
|
|
],
|
|
"description": "The Hoa\\Math library.",
|
|
"homepage": "http://hoa-project.net/",
|
|
"keywords": [
|
|
"arrangement",
|
|
"combination",
|
|
"combinatorics",
|
|
"counting",
|
|
"library",
|
|
"math",
|
|
"permutation",
|
|
"sampler",
|
|
"set"
|
|
],
|
|
"time": "2015-10-26 15:22:52"
|
|
},
|
|
{
|
|
"name": "hoa/regex",
|
|
"version": "0.15.08.13",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hoaproject/Regex.git",
|
|
"reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hoaproject/Regex/zipball/2ef8a77ef3885ca202fcd9c31a8e54c44cd04232",
|
|
"reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"hoa/core": "~2.0",
|
|
"hoa/math": "~0.0",
|
|
"hoa/ustring": "~3.0",
|
|
"hoa/visitor": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Regex\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name": "Hoa community",
|
|
"homepage": "http://hoa-project.net/"
|
|
}
|
|
],
|
|
"description": "The Hoa\\Regex library.",
|
|
"homepage": "http://hoa-project.net/",
|
|
"keywords": [
|
|
"compiler",
|
|
"library",
|
|
"regex"
|
|
],
|
|
"time": "2015-08-13 06:48:47"
|
|
},
|
|
{
|
|
"name": "hoa/ruler",
|
|
"version": "1.15.11.09",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hoaproject/Ruler.git",
|
|
"reference": "9afc9ae032d40b6dc10bff85c9126cf516953925"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hoaproject/Ruler/zipball/9afc9ae032d40b6dc10bff85c9126cf516953925",
|
|
"reference": "9afc9ae032d40b6dc10bff85c9126cf516953925",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"hoa/compiler": "~2.0",
|
|
"hoa/core": "~2.0",
|
|
"hoa/file": "~0.0",
|
|
"hoa/visitor": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"hoa/test": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Ruler\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name": "Hoa community",
|
|
"homepage": "http://hoa-project.net/"
|
|
}
|
|
],
|
|
"description": "The Hoa\\Ruler library.",
|
|
"homepage": "http://hoa-project.net/",
|
|
"keywords": [
|
|
"library",
|
|
"ruler"
|
|
],
|
|
"time": "2015-11-09 06:58:52"
|
|
},
|
|
{
|
|
"name": "hoa/stream",
|
|
"version": "0.15.10.26",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hoaproject/Stream.git",
|
|
"reference": "3bc446bc00849bf51166adc415d77aa375d48d8c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hoaproject/Stream/zipball/3bc446bc00849bf51166adc415d77aa375d48d8c",
|
|
"reference": "3bc446bc00849bf51166adc415d77aa375d48d8c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"hoa/core": "~2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Stream\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name": "Hoa community",
|
|
"homepage": "http://hoa-project.net/"
|
|
}
|
|
],
|
|
"description": "The Hoa\\Stream library.",
|
|
"homepage": "http://hoa-project.net/",
|
|
"keywords": [
|
|
"Context",
|
|
"bucket",
|
|
"composite",
|
|
"filter",
|
|
"in",
|
|
"library",
|
|
"out",
|
|
"protocol",
|
|
"stream",
|
|
"wrapper"
|
|
],
|
|
"time": "2015-10-26 12:21:43"
|
|
},
|
|
{
|
|
"name": "hoa/ustring",
|
|
"version": "3.15.11.09",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hoaproject/Ustring.git",
|
|
"reference": "8506be4910212b1a2beb9014763a8a4fbd871001"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hoaproject/Ustring/zipball/8506be4910212b1a2beb9014763a8a4fbd871001",
|
|
"reference": "8506be4910212b1a2beb9014763a8a4fbd871001",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"hoa/core": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"hoa/test": "~1.0"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
|
|
"ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Ustring\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name": "Hoa community",
|
|
"homepage": "http://hoa-project.net/"
|
|
}
|
|
],
|
|
"description": "The Hoa\\Ustring library.",
|
|
"homepage": "http://hoa-project.net/",
|
|
"keywords": [
|
|
"library",
|
|
"search",
|
|
"string",
|
|
"unicode"
|
|
],
|
|
"time": "2015-11-09 06:44:33"
|
|
},
|
|
{
|
|
"name": "hoa/visitor",
|
|
"version": "1.15.08.17",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hoaproject/Visitor.git",
|
|
"reference": "e30bfff741f71979f6476a41548e34afe8053c67"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hoaproject/Visitor/zipball/e30bfff741f71979f6476a41548e34afe8053c67",
|
|
"reference": "e30bfff741f71979f6476a41548e34afe8053c67",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"hoa/core": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"hoa/test": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Visitor\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name": "Hoa community",
|
|
"homepage": "http://hoa-project.net/"
|
|
}
|
|
],
|
|
"description": "The Hoa\\Visitor library.",
|
|
"homepage": "http://hoa-project.net/",
|
|
"keywords": [
|
|
"library",
|
|
"structure",
|
|
"visit",
|
|
"visitor"
|
|
],
|
|
"time": "2015-08-17 06:30:58"
|
|
},
|
|
{
|
|
"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-20 16:49:30"
|
|
},
|
|
{
|
|
"name": "joomla-projects/joomla-browser",
|
|
"version": "v3.6.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-projects/joomla-browser.git",
|
|
"reference": "b3eb0afd2dae7d55e67e1cda4847573f50de61ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-projects/joomla-browser/zipball/b3eb0afd2dae7d55e67e1cda4847573f50de61ea",
|
|
"reference": "b3eb0afd2dae7d55e67e1cda4847573f50de61ea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"codegyre/robo": "^0.5.3",
|
|
"joomla-projects/robo": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Codeception\\Module\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Puneet Kala",
|
|
"email": "puneet.kala@community.joomla.org"
|
|
},
|
|
{
|
|
"name": "Javier Gomez",
|
|
"email": "javier.gomez@community.joomla.org"
|
|
}
|
|
],
|
|
"description": "joomla-browser Codeception Module",
|
|
"homepage": "https://docs.joomla.org/Testing_Joomla_Extensions_with_Codeception",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"acceptance testing",
|
|
"joomla"
|
|
],
|
|
"time": "2016-07-27 18:24:23"
|
|
},
|
|
{
|
|
"name": "joomla-projects/jorobo",
|
|
"version": "0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-projects/jorobo.git",
|
|
"reference": "6f815a48d75418023c4de5cd79a8f1eb7150ee31"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-projects/jorobo/zipball/6f815a48d75418023c4de5cd79a8f1eb7150ee31",
|
|
"reference": "6f815a48d75418023c4de5cd79a8f1eb7150ee31",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"codegyre/robo": "0.6.*",
|
|
"edgedesign/phpqa": "^1.0",
|
|
"greencape/joomla-cs": "~0.2",
|
|
"joomla-projects/robo": "dev-master",
|
|
"joomla/github": "~1.3",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/aspect-mock": "~0.5",
|
|
"codeception/base": "~2.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Joomla\\Jorobo\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Yves Hoppe",
|
|
"email": "yves@compojoom.com"
|
|
},
|
|
{
|
|
"name": "Niels Nübel",
|
|
"email": "info@nn-medienagentur.de"
|
|
},
|
|
{
|
|
"name": "Niels Braczek",
|
|
"email": "nbraczek@bsds.de"
|
|
}
|
|
],
|
|
"description": "Tools and Tasks based on Robo.li for Joomla Extension Development and Releases",
|
|
"time": "2016-04-14 17:32:12"
|
|
},
|
|
{
|
|
"name": "joomla-projects/robo",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-projects/robo.git",
|
|
"reference": "8a9c72f61696a4f288ede8212a0e7c7c47eda360"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-projects/robo/zipball/8a9c72f61696a4f288ede8212a0e7c7c47eda360",
|
|
"reference": "8a9c72f61696a4f288ede8212a0e7c7c47eda360",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"joomla_projects\\robo\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Javier",
|
|
"email": "javier.gomez@community.joomla.org"
|
|
}
|
|
],
|
|
"description": "Robo tasks for Joomla Quality Assurance",
|
|
"keywords": [
|
|
"BDD",
|
|
"robo",
|
|
"task"
|
|
],
|
|
"time": "2015-08-07 16:24:43"
|
|
},
|
|
{
|
|
"name": "joomla-projects/selenium-server-standalone",
|
|
"version": "v2.53.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-projects/selenium-server-standalone.git",
|
|
"reference": "24bc596a89fe0f6e524c72a7950c09a4927a4020"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-projects/selenium-server-standalone/zipball/24bc596a89fe0f6e524c72a7950c09a4927a4020",
|
|
"reference": "24bc596a89fe0f6e524c72a7950c09a4927a4020",
|
|
"shasum": ""
|
|
},
|
|
"bin": [
|
|
"bin/selenium-server-standalone"
|
|
],
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache 2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Javier Gómez",
|
|
"email": "javier.gomez@community.joomla.org"
|
|
}
|
|
],
|
|
"description": "Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.",
|
|
"homepage": "https://github.com/joomla-projects/selenium-server-standalone",
|
|
"keywords": [
|
|
"selenium",
|
|
"testing"
|
|
],
|
|
"time": "2016-07-04 17:23:12"
|
|
},
|
|
{
|
|
"name": "joomla/compat",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/compat.git",
|
|
"reference": "f23565fe0184517778996226eb4b2333deb369c4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/compat/zipball/f23565fe0184517778996226eb4b2333deb369c4",
|
|
"reference": "f23565fe0184517778996226eb4b2333deb369c4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.10"
|
|
},
|
|
"type": "joomla-package",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/JsonSerializable.php",
|
|
"src/CallbackFilterIterator.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"description": "Joomla Compat Package",
|
|
"homepage": "https://github.com/joomla-framework/compat",
|
|
"keywords": [
|
|
"compat",
|
|
"framework",
|
|
"joomla"
|
|
],
|
|
"time": "2015-02-24 00:21:06"
|
|
},
|
|
{
|
|
"name": "joomla/github",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/github-api.git",
|
|
"reference": "324f723e98686aafefcb5f67140e87100050fc5c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/github-api/zipball/324f723e98686aafefcb5f67140e87100050fc5c",
|
|
"reference": "324f723e98686aafefcb5f67140e87100050fc5c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"joomla/http": "^1.2.2",
|
|
"joomla/registry": "~1.0",
|
|
"joomla/uri": "~1.0",
|
|
"php": ">=5.3.10|>=7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8|>=5.0 <5.4",
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
},
|
|
"type": "joomla-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Joomla\\Github\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"description": "Joomla Github Package",
|
|
"homepage": "https://github.com/joomla-framework/github-api",
|
|
"keywords": [
|
|
"framework",
|
|
"github",
|
|
"joomla"
|
|
],
|
|
"time": "2016-07-22 19:20:45"
|
|
},
|
|
{
|
|
"name": "joomla/http",
|
|
"version": "1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/http.git",
|
|
"reference": "336243b2e6b135d19213e0847282d87d55658c8d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/http/zipball/336243b2e6b135d19213e0847282d87d55658c8d",
|
|
"reference": "336243b2e6b135d19213e0847282d87d55658c8d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"joomla/uri": "~1.0",
|
|
"php": ">=5.3.10|>=7.0"
|
|
},
|
|
"require-dev": {
|
|
"joomla/test": "~1.0",
|
|
"phpunit/phpunit": "~4.8|~5.0",
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
},
|
|
"suggest": {
|
|
"joomla/registry": "Registry can be used as an alternative to using an array for the package options."
|
|
},
|
|
"type": "joomla-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Joomla\\Http\\": "src/",
|
|
"Joomla\\Http\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"description": "Joomla HTTP Package",
|
|
"homepage": "https://github.com/joomla-framework/http",
|
|
"keywords": [
|
|
"framework",
|
|
"http",
|
|
"joomla"
|
|
],
|
|
"time": "2016-03-01 17:48:32"
|
|
},
|
|
{
|
|
"name": "joomla/registry",
|
|
"version": "1.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/registry.git",
|
|
"reference": "bd3592c6f0554a72811df52aeaea98c7815f6e5a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/registry/zipball/bd3592c6f0554a72811df52aeaea98c7815f6e5a",
|
|
"reference": "bd3592c6f0554a72811df52aeaea98c7815f6e5a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"joomla/compat": "~1.0",
|
|
"joomla/utilities": "~1.0",
|
|
"php": ">=5.3.10|>=7.0",
|
|
"symfony/polyfill-php55": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"joomla/test": "~1.0",
|
|
"phpunit/phpunit": "~4.8|~5.0",
|
|
"squizlabs/php_codesniffer": "1.*",
|
|
"symfony/yaml": "~2.0|~3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "Install symfony/yaml if you require YAML support."
|
|
},
|
|
"type": "joomla-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Joomla\\Registry\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"description": "Joomla Registry Package",
|
|
"homepage": "https://github.com/joomla-framework/registry",
|
|
"keywords": [
|
|
"framework",
|
|
"joomla",
|
|
"registry"
|
|
],
|
|
"time": "2016-05-14 20:42:05"
|
|
},
|
|
{
|
|
"name": "joomla/string",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/string.git",
|
|
"reference": "05197132a075ee22a3f0f7da31a19a6d5b4717db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/string/zipball/05197132a075ee22a3f0f7da31a19a6d5b4717db",
|
|
"reference": "05197132a075ee22a3f0f7da31a19a6d5b4717db",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.10|>=7.0"
|
|
},
|
|
"require-dev": {
|
|
"joomla/test": "~1.0",
|
|
"phpunit/phpunit": "~4.8|~5.0",
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
},
|
|
"type": "joomla-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Joomla\\String\\": "src/",
|
|
"Joomla\\String\\Tests\\": "Tests/"
|
|
},
|
|
"files": [
|
|
"src/phputf8/utf8.php",
|
|
"src/phputf8/ord.php",
|
|
"src/phputf8/str_ireplace.php",
|
|
"src/phputf8/str_pad.php",
|
|
"src/phputf8/str_split.php",
|
|
"src/phputf8/strcasecmp.php",
|
|
"src/phputf8/strcspn.php",
|
|
"src/phputf8/stristr.php",
|
|
"src/phputf8/strrev.php",
|
|
"src/phputf8/strspn.php",
|
|
"src/phputf8/trim.php",
|
|
"src/phputf8/ucfirst.php",
|
|
"src/phputf8/ucwords.php",
|
|
"src/phputf8/utils/ascii.php",
|
|
"src/phputf8/utils/validation.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"description": "Joomla String Package",
|
|
"homepage": "https://github.com/joomla-framework/string",
|
|
"keywords": [
|
|
"framework",
|
|
"joomla",
|
|
"string"
|
|
],
|
|
"time": "2016-01-30 20:04:23"
|
|
},
|
|
{
|
|
"name": "joomla/uri",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/uri.git",
|
|
"reference": "980e532e4235bb8f1ada15b28822abbeb171da3f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/uri/zipball/980e532e4235bb8f1ada15b28822abbeb171da3f",
|
|
"reference": "980e532e4235bb8f1ada15b28822abbeb171da3f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.10"
|
|
},
|
|
"type": "joomla-package",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Joomla\\Uri\\": "src/",
|
|
"Joomla\\Uri\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"description": "Joomla Uri Package",
|
|
"homepage": "https://github.com/joomla-framework/uri",
|
|
"keywords": [
|
|
"framework",
|
|
"joomla",
|
|
"uri"
|
|
],
|
|
"time": "2014-02-09 02:57:17"
|
|
},
|
|
{
|
|
"name": "joomla/utilities",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/joomla-framework/utilities.git",
|
|
"reference": "ecf18231ff86ab06cf555a7c3ed4dd447ae39e9b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/joomla-framework/utilities/zipball/ecf18231ff86ab06cf555a7c3ed4dd447ae39e9b",
|
|
"reference": "ecf18231ff86ab06cf555a7c3ed4dd447ae39e9b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"joomla/string": "~1.3",
|
|
"php": ">=5.3.10"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
},
|
|
"type": "joomla-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Joomla\\Utilities\\": "src/",
|
|
"Joomla\\Utilities\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0+"
|
|
],
|
|
"description": "Joomla Utilities Package",
|
|
"homepage": "https://github.com/joomla-framework/utilities",
|
|
"keywords": [
|
|
"framework",
|
|
"joomla",
|
|
"utilities"
|
|
],
|
|
"time": "2015-09-05 16:41:24"
|
|
},
|
|
{
|
|
"name": "pdepend/pdepend",
|
|
"version": "2.2.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pdepend/pdepend.git",
|
|
"reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/b086687f3a01dc6bb92d633aef071d2c5dd0db06",
|
|
"reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.7",
|
|
"symfony/config": "^2.3.0|^3",
|
|
"symfony/dependency-injection": "^2.3.0|^3",
|
|
"symfony/filesystem": "^2.3.0|^3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.4.0,<4.8",
|
|
"squizlabs/php_codesniffer": "^2.0.0"
|
|
},
|
|
"bin": [
|
|
"src/bin/pdepend"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PDepend\\": "src/main/php/PDepend"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Official version of pdepend to be handled with Composer",
|
|
"time": "2016-03-10 15:15:04"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-common",
|
|
"version": "1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
|
|
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
|
|
"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": "2015-12-27 11:43:31"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
"reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
|
|
"reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"phpdocumentor/reflection-common": "^1.0@dev",
|
|
"phpdocumentor/type-resolver": "^0.2.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": "2016-06-10 09:48:41"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/type-resolver",
|
|
"version": "0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
|
|
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"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": "2016-06-10 07:14:17"
|
|
},
|
|
{
|
|
"name": "phploc/phploc",
|
|
"version": "2.1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phploc.git",
|
|
"reference": "50e063abd41833b3a5d29a2e8fbef5859ac28bdc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/50e063abd41833b3a5d29a2e8fbef5859ac28bdc",
|
|
"reference": "50e063abd41833b3a5d29a2e8fbef5859ac28bdc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"sebastian/finder-facade": "~1.1",
|
|
"sebastian/git": "~2.0",
|
|
"sebastian/version": "~1.0.3",
|
|
"symfony/console": "~2.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4"
|
|
},
|
|
"bin": [
|
|
"phploc"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-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": "A tool for quickly measuring the size of a PHP project.",
|
|
"homepage": "https://github.com/sebastianbergmann/phploc",
|
|
"time": "2015-10-22 13:44:19"
|
|
},
|
|
{
|
|
"name": "phpmd/phpmd",
|
|
"version": "2.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpmd/phpmd.git",
|
|
"reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpmd/phpmd/zipball/2b9c2417a18696dfb578b38c116cd0ddc19b256e",
|
|
"reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"pdepend/pdepend": "^2.0.4",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0",
|
|
"squizlabs/php_codesniffer": "^2.0"
|
|
},
|
|
"bin": [
|
|
"src/bin/phpmd"
|
|
],
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PHPMD\\": "src/main/php"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Manuel Pichler",
|
|
"email": "github@manuel-pichler.de",
|
|
"homepage": "https://github.com/manuelpichler",
|
|
"role": "Project Founder"
|
|
},
|
|
{
|
|
"name": "Other contributors",
|
|
"homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
|
|
"role": "Contributors"
|
|
},
|
|
{
|
|
"name": "Marc Würth",
|
|
"email": "ravage@bluewin.ch",
|
|
"homepage": "https://github.com/ravage84",
|
|
"role": "Project Maintainer"
|
|
}
|
|
],
|
|
"description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
|
|
"homepage": "http://phpmd.org/",
|
|
"keywords": [
|
|
"mess detection",
|
|
"mess detector",
|
|
"pdepend",
|
|
"phpmd",
|
|
"pmd"
|
|
],
|
|
"time": "2016-04-04 11:52:04"
|
|
},
|
|
{
|
|
"name": "phpmetrics/phpmetrics",
|
|
"version": "v1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpmetrics/PhpMetrics.git",
|
|
"reference": "d0a127cd2da8e75a56b7a27eff7a153c6fed83e6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpmetrics/PhpMetrics/zipball/d0a127cd2da8e75a56b7a27eff7a153c6fed83e6",
|
|
"reference": "d0a127cd2da8e75a56b7a27eff7a153c6fed83e6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"hoa/ruler": "~1.0",
|
|
"php": ">=5.4",
|
|
"symfony/config": "~2.4|~3.0",
|
|
"symfony/console": "~2.5|~3.0",
|
|
"symfony/yaml": "~2.4|~3.0",
|
|
"twig/twig": "~1.15"
|
|
},
|
|
"replace": {
|
|
"halleck45/php-metrics": "*",
|
|
"halleck45/phpmetrics": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.1"
|
|
},
|
|
"bin": [
|
|
"bin/phpmetrics"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Hal\\": "./src/"
|
|
},
|
|
"files": [
|
|
"./compatibility.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jean-François Lépine",
|
|
"email": "lepinejeanfrancois@yahoo.fr",
|
|
"homepage": "http://www.lepine.pro",
|
|
"role": "Copyright Holder"
|
|
}
|
|
],
|
|
"description": "Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !",
|
|
"homepage": "http://www.phpmetrics.org",
|
|
"keywords": [
|
|
"analysis",
|
|
"qa",
|
|
"quality",
|
|
"testing"
|
|
],
|
|
"time": "2016-04-05 05:39:24"
|
|
},
|
|
{
|
|
"name": "phpspec/prophecy",
|
|
"version": "v1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
"reference": "58a8137754bc24b25740d4281399a4a3596058e0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
|
|
"reference": "58a8137754bc24b25740d4281399a4a3596058e0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.0.2",
|
|
"php": "^5.3|^7.0",
|
|
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
|
|
"sebastian/comparator": "^1.1",
|
|
"sebastian/recursion-context": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "^2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.6.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": "2016-06-07 08:13:47"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "2.2.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"phpunit/php-file-iterator": "~1.3",
|
|
"phpunit/php-text-template": "~1.2",
|
|
"phpunit/php-token-stream": "~1.3",
|
|
"sebastian/environment": "^1.3.2",
|
|
"sebastian/version": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-xdebug": ">=2.1.4",
|
|
"phpunit/phpunit": "~4"
|
|
},
|
|
"suggest": {
|
|
"ext-dom": "*",
|
|
"ext-xdebug": ">=2.2.1",
|
|
"ext-xmlwriter": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
"keywords": [
|
|
"coverage",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2015-10-06 15:47:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
"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": "2015-06-21 13:08:43"
|
|
},
|
|
{
|
|
"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-21 13:50:34"
|
|
},
|
|
{
|
|
"name": "phpunit/php-timer",
|
|
"version": "1.0.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
|
|
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4|~5"
|
|
},
|
|
"type": "library",
|
|
"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": "2016-05-12 18:03:57"
|
|
},
|
|
{
|
|
"name": "phpunit/php-token-stream",
|
|
"version": "1.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
|
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
|
"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": "2015-09-15 10:49:45"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"version": "4.8.27",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
|
|
"reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-pcre": "*",
|
|
"ext-reflection": "*",
|
|
"ext-spl": "*",
|
|
"php": ">=5.3.3",
|
|
"phpspec/prophecy": "^1.3.1",
|
|
"phpunit/php-code-coverage": "~2.1",
|
|
"phpunit/php-file-iterator": "~1.4",
|
|
"phpunit/php-text-template": "~1.2",
|
|
"phpunit/php-timer": "^1.0.6",
|
|
"phpunit/phpunit-mock-objects": "~2.3",
|
|
"sebastian/comparator": "~1.1",
|
|
"sebastian/diff": "~1.2",
|
|
"sebastian/environment": "~1.3",
|
|
"sebastian/exporter": "~1.2",
|
|
"sebastian/global-state": "~1.0",
|
|
"sebastian/version": "~1.0",
|
|
"symfony/yaml": "~2.1|~3.0"
|
|
},
|
|
"suggest": {
|
|
"phpunit/php-invoker": "~1.1"
|
|
},
|
|
"bin": [
|
|
"phpunit"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.8.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "The PHP Unit Testing framework.",
|
|
"homepage": "https://phpunit.de/",
|
|
"keywords": [
|
|
"phpunit",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2016-07-21 06:48:14"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
"version": "2.3.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.0.2",
|
|
"php": ">=5.3.3",
|
|
"phpunit/php-text-template": "~1.2",
|
|
"sebastian/exporter": "~1.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.4"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sb@sebastian-bergmann.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Mock Object library for PHPUnit",
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
|
"keywords": [
|
|
"mock",
|
|
"xunit"
|
|
],
|
|
"time": "2015-10-02 06:51:40"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP messages",
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"time": "2016-08-06 14:39:51"
|
|
},
|
|
{
|
|
"name": "sebastian/comparator",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"sebastian/diff": "~1.2",
|
|
"sebastian/exporter": "~1.2"
|
|
},
|
|
"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": "2015-07-26 15:48:44"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
|
|
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"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": "2015-12-08 07:14:41"
|
|
},
|
|
{
|
|
"name": "sebastian/environment",
|
|
"version": "1.3.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
|
|
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8 || ^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"environment",
|
|
"hhvm"
|
|
],
|
|
"time": "2016-08-18 05:49:44"
|
|
},
|
|
{
|
|
"name": "sebastian/exporter",
|
|
"version": "1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
|
|
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"sebastian/recursion-context": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-mbstring": "*",
|
|
"phpunit/phpunit": "~4.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
"keywords": [
|
|
"export",
|
|
"exporter"
|
|
],
|
|
"time": "2016-06-17 09:04:28"
|
|
},
|
|
{
|
|
"name": "sebastian/finder-facade",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/finder-facade.git",
|
|
"reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
|
|
"reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"symfony/finder": "~2.3|~3.0",
|
|
"theseer/fdomdocument": "~1.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": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
|
|
"homepage": "https://github.com/sebastianbergmann/finder-facade",
|
|
"time": "2016-02-17 07:02:23"
|
|
},
|
|
{
|
|
"name": "sebastian/git",
|
|
"version": "2.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/git.git",
|
|
"reference": "5100bc50cd9e70f424c643618e142214225024f3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/git/zipball/5100bc50cd9e70f424c643618e142214225024f3",
|
|
"reference": "5100bc50cd9e70f424c643618e142214225024f3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Simple wrapper for Git",
|
|
"homepage": "http://www.github.com/sebastianbergmann/git",
|
|
"keywords": [
|
|
"git"
|
|
],
|
|
"time": "2016-06-15 09:30:19"
|
|
},
|
|
{
|
|
"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-12 03:26:01"
|
|
},
|
|
{
|
|
"name": "sebastian/phpcpd",
|
|
"version": "2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpcpd.git",
|
|
"reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
|
|
"reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"phpunit/php-timer": ">=1.0.6",
|
|
"sebastian/finder-facade": "~1.1",
|
|
"sebastian/version": "~1.0|~2.0",
|
|
"symfony/console": "~2.7|^3.0",
|
|
"theseer/fdomdocument": "~1.4"
|
|
},
|
|
"bin": [
|
|
"phpcpd"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Copy/Paste Detector (CPD) for PHP code.",
|
|
"homepage": "https://github.com/sebastianbergmann/phpcpd",
|
|
"time": "2016-04-17 19:32:49"
|
|
},
|
|
{
|
|
"name": "sebastian/recursion-context",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
"reference": "913401df809e99e4f47b27cdd781f4a258d58791"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
|
|
"reference": "913401df809e99e4f47b27cdd781f4a258d58791",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
"time": "2015-11-11 19:50:13"
|
|
},
|
|
{
|
|
"name": "sebastian/version",
|
|
"version": "1.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
"time": "2015-06-21 13:59:46"
|
|
},
|
|
{
|
|
"name": "squizlabs/php_codesniffer",
|
|
"version": "1.5.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
|
"reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
|
|
"reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=5.1.2"
|
|
},
|
|
"suggest": {
|
|
"phpunit/php-timer": "dev-master"
|
|
},
|
|
"bin": [
|
|
"scripts/phpcs"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-phpcs-fixer": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"CodeSniffer.php",
|
|
"CodeSniffer/CLI.php",
|
|
"CodeSniffer/Exception.php",
|
|
"CodeSniffer/File.php",
|
|
"CodeSniffer/Report.php",
|
|
"CodeSniffer/Reporting.php",
|
|
"CodeSniffer/Sniff.php",
|
|
"CodeSniffer/Tokens.php",
|
|
"CodeSniffer/Reports/",
|
|
"CodeSniffer/CommentParser/",
|
|
"CodeSniffer/Tokenizers/",
|
|
"CodeSniffer/DocGenerators/",
|
|
"CodeSniffer/Standards/AbstractPatternSniff.php",
|
|
"CodeSniffer/Standards/AbstractScopeSniff.php",
|
|
"CodeSniffer/Standards/AbstractVariableSniff.php",
|
|
"CodeSniffer/Standards/IncorrectPatternException.php",
|
|
"CodeSniffer/Standards/Generic/Sniffs/",
|
|
"CodeSniffer/Standards/MySource/Sniffs/",
|
|
"CodeSniffer/Standards/PEAR/Sniffs/",
|
|
"CodeSniffer/Standards/PSR1/Sniffs/",
|
|
"CodeSniffer/Standards/PSR2/Sniffs/",
|
|
"CodeSniffer/Standards/Squiz/Sniffs/",
|
|
"CodeSniffer/Standards/Zend/Sniffs/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Sherwood",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
|
"homepage": "http://www.squizlabs.com/php-codesniffer",
|
|
"keywords": [
|
|
"phpcs",
|
|
"standards"
|
|
],
|
|
"time": "2014-12-04 22:32:15"
|
|
},
|
|
{
|
|
"name": "symfony/browser-kit",
|
|
"version": "v3.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/browser-kit.git",
|
|
"reference": "d2a07cc11c5fa94820240b1e67592ffb18e347b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/d2a07cc11c5fa94820240b1e67592ffb18e347b9",
|
|
"reference": "d2a07cc11c5fa94820240b1e67592ffb18e347b9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"symfony/dom-crawler": "~2.8|~3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": "~2.8|~3.0",
|
|
"symfony/process": "~2.8|~3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony BrowserKit Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-26 08:04:17"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "v2.8.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/config.git",
|
|
"reference": "4275ef5b59f18959df0eee3991e9ca0cc208ffd4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/4275ef5b59f18959df0eee3991e9ca0cc208ffd4",
|
|
"reference": "4275ef5b59f18959df0eee3991e9ca0cc208ffd4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9",
|
|
"symfony/filesystem": "~2.3|~3.0.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Config\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Config Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-26 08:02:44"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v2.8.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "36e62335caca8a6e909c5c5bac4a8128149911c9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/36e62335caca8a6e909c5c5bac4a8128149911c9",
|
|
"reference": "36e62335caca8a6e909c5c5bac4a8128149911c9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/event-dispatcher": "~2.1|~3.0.0",
|
|
"symfony/process": "~2.1|~3.0.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Console Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-30 07:20:35"
|
|
},
|
|
{
|
|
"name": "symfony/css-selector",
|
|
"version": "v3.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/css-selector.git",
|
|
"reference": "2851e1932d77ce727776154d659b232d061e816a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/2851e1932d77ce727776154d659b232d061e816a",
|
|
"reference": "2851e1932d77ce727776154d659b232d061e816a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\CssSelector\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jean-François Simon",
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony CssSelector Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-06-29 05:41:56"
|
|
},
|
|
{
|
|
"name": "symfony/dependency-injection",
|
|
"version": "v2.8.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
|
"reference": "f2b5a00d176f6a201dc430375c0ef37706ea3d12"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f2b5a00d176f6a201dc430375c0ef37706ea3d12",
|
|
"reference": "f2b5a00d176f6a201dc430375c0ef37706ea3d12",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9"
|
|
},
|
|
"conflict": {
|
|
"symfony/expression-language": "<2.6"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "~2.2|~3.0.0",
|
|
"symfony/expression-language": "~2.6|~3.0.0",
|
|
"symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "",
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony DependencyInjection Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-30 07:20:35"
|
|
},
|
|
{
|
|
"name": "symfony/dom-crawler",
|
|
"version": "v3.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dom-crawler.git",
|
|
"reference": "c7b9b8db3a6f2bac76dcd9a9db5446f2591897f9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c7b9b8db3a6f2bac76dcd9a9db5446f2591897f9",
|
|
"reference": "c7b9b8db3a6f2bac76dcd9a9db5446f2591897f9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": "~2.8|~3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/css-selector": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony DomCrawler Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-26 08:04:17"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v2.8.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "889983a79a043dfda68f38c38b6dba092dd49cd8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/889983a79a043dfda68f38c38b6dba092dd49cd8",
|
|
"reference": "889983a79a043dfda68f38c38b6dba092dd49cd8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~2.0,>=2.0.5|~3.0.0",
|
|
"symfony/dependency-injection": "~2.6|~3.0.0",
|
|
"symfony/expression-language": "~2.6|~3.0.0",
|
|
"symfony/stopwatch": "~2.3|~3.0.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony EventDispatcher Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-28 16:56:28"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v2.8.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "ab4c3f085c8f5a56536845bf985c4cef30bf75fd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/ab4c3f085c8f5a56536845bf985c4cef30bf75fd",
|
|
"reference": "ab4c3f085c8f5a56536845bf985c4cef30bf75fd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Filesystem Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-20 05:41:28"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v2.8.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "60804d88691e4a73bbbb3035eb1d9f075c5c2c10"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/60804d88691e4a73bbbb3035eb1d9f075c5c2c10",
|
|
"reference": "60804d88691e4a73bbbb3035eb1d9f075c5c2c10",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Finder\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Finder Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-26 08:02:44"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "dff51f72b0706335131b00a7f49606168c582594"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
|
|
"reference": "dff51f72b0706335131b00a7f49606168c582594",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2-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": "2016-05-18 14:26:46"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php55",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php55.git",
|
|
"reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d",
|
|
"reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ircmaxell/password-compat": "~1.0",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php55\\": ""
|
|
},
|
|
"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.5+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2016-05-18 14:26:46"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v2.8.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "d20332e43e8774ff8870b394f3dd6020cc7f8e0c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/d20332e43e8774ff8870b394f3dd6020cc7f8e0c",
|
|
"reference": "d20332e43e8774ff8870b394f3dd6020cc7f8e0c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Process\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Process Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-28 11:13:19"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v3.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "1819adf2066880c7967df7180f4f662b6f0567ac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/1819adf2066880c7967df7180f4f662b6f0567ac",
|
|
"reference": "1819adf2066880c7967df7180f4f662b6f0567ac",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Yaml Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-07-17 14:02:08"
|
|
},
|
|
{
|
|
"name": "theseer/fdomdocument",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/theseer/fDOMDocument.git",
|
|
"reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
|
|
"reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"lib-libxml": "*",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
|
|
"homepage": "https://github.com/theseer/fDOMDocument",
|
|
"time": "2015-05-27 22:58:02"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v1.24.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
|
|
"reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.7"
|
|
},
|
|
"require-dev": {
|
|
"symfony/debug": "~2.7",
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.24-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
}
|
|
},
|
|
"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": "http://twig.sensiolabs.org/contributors",
|
|
"role": "Contributors"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "http://twig.sensiolabs.org",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"time": "2016-05-30 09:11:59"
|
|
},
|
|
{
|
|
"name": "webmozart/assert",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozart/assert.git",
|
|
"reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
|
|
"reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
|
|
"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.2-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": "2016-08-09 15:02:57"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"joomla-projects/robo": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.3.10"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "5.5.33"
|
|
}
|
|
}
|