Permalink
Cannot retrieve contributors at this time
{ | |
"_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": "f352e432cb685167af6a5d631017f99d", | |
"content-hash": "7655a1903d16f4178783321c3998685b", | |
"packages": [ | |
{ | |
"name": "zendframework/zendframework1", | |
"version": "1.12.19", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/zendframework/zf1.git", | |
"reference": "be2113109240b6682d90c25a05b6ae79927954f3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/zendframework/zf1/zipball/be2113109240b6682d90c25a05b6ae79927954f3", | |
"reference": "be2113109240b6682d90c25a05b6ae79927954f3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.2.11" | |
}, | |
"require-dev": { | |
"phpunit/dbunit": "1.3.*", | |
"phpunit/phpunit": "3.7.*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Zend_": "library/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"include-path": [ | |
"library/" | |
], | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"description": "Zend Framework 1", | |
"homepage": "http://framework.zend.com/", | |
"keywords": [ | |
"ZF1", | |
"framework" | |
], | |
"time": "2016-07-13 15:11:57" | |
} | |
], | |
"packages-dev": [ | |
{ | |
"name": "phing/phing", | |
"version": "2.6.1-p0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/lkneschke/phing", | |
"reference": "da55aababac4a49b92fbe19a18b53ef0cec905d6" | |
}, | |
"require": { | |
"php": ">=5.2.0" | |
}, | |
"bin": [ | |
"bin/phing" | |
], | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"classes/phing/" | |
] | |
}, | |
"include-path": [ | |
"classes" | |
], | |
"license": [ | |
"LGPL3" | |
], | |
"authors": [ | |
{ | |
"name": "Michiel Rook", | |
"email": "mrook@php.net" | |
}, | |
{ | |
"name": "Phing Community", | |
"homepage": "http://www.phing.info/trac/wiki/Development/Contributors" | |
} | |
], | |
"description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", | |
"homepage": "http://www.phing.info/", | |
"keywords": [ | |
"build", | |
"task", | |
"tool" | |
], | |
"time": "2013-09-28 05:39:01" | |
}, | |
{ | |
"name": "phpunit/php-code-coverage", | |
"version": "1.2.18", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
"reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", | |
"reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"phpunit/php-file-iterator": ">=1.3.0@stable", | |
"phpunit/php-text-template": ">=1.2.0@stable", | |
"phpunit/php-token-stream": ">=1.1.3,<1.3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "3.7.*@dev" | |
}, | |
"suggest": { | |
"ext-dom": "*", | |
"ext-xdebug": ">=2.0.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.2.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"PHP/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"include-path": [ | |
"" | |
], | |
"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": "2014-09-02 10:13:14" | |
}, | |
{ | |
"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.2.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
"reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", | |
"reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-tokenizer": "*", | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.2-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"PHP/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"include-path": [ | |
"" | |
], | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sb@sebastian-bergmann.de", | |
"role": "lead" | |
} | |
], | |
"description": "Wrapper around PHP's tokenizer extension.", | |
"homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
"keywords": [ | |
"tokenizer" | |
], | |
"time": "2014-03-03 05:10:30" | |
}, | |
{ | |
"name": "phpunit/phpunit", | |
"version": "3.7.38", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit.git", | |
"reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6", | |
"reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-ctype": "*", | |
"ext-dom": "*", | |
"ext-json": "*", | |
"ext-pcre": "*", | |
"ext-reflection": "*", | |
"ext-spl": "*", | |
"php": ">=5.3.3", | |
"phpunit/php-code-coverage": "~1.2", | |
"phpunit/php-file-iterator": "~1.3", | |
"phpunit/php-text-template": "~1.1", | |
"phpunit/php-timer": "~1.0", | |
"phpunit/phpunit-mock-objects": "~1.2", | |
"symfony/yaml": "~2.0" | |
}, | |
"require-dev": { | |
"pear-pear.php.net/pear": "1.9.4" | |
}, | |
"suggest": { | |
"phpunit/php-invoker": "~1.1" | |
}, | |
"bin": [ | |
"composer/bin/phpunit" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.7.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"PHPUnit/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"include-path": [ | |
"", | |
"../../symfony/yaml/" | |
], | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de", | |
"role": "lead" | |
} | |
], | |
"description": "The PHP Unit Testing framework.", | |
"homepage": "http://www.phpunit.de/", | |
"keywords": [ | |
"phpunit", | |
"testing", | |
"xunit" | |
], | |
"time": "2014-10-17 09:04:17" | |
}, | |
{ | |
"name": "phpunit/phpunit-mock-objects", | |
"version": "1.2.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
"reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", | |
"reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"phpunit/php-text-template": ">=1.1.1@stable" | |
}, | |
"suggest": { | |
"ext-soap": "*" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"PHPUnit/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"include-path": [ | |
"" | |
], | |
"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": "2013-01-13 10:24:48" | |
}, | |
{ | |
"name": "symfony/yaml", | |
"version": "v2.8.11", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/yaml.git", | |
"reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/yaml/zipball/e7540734bad981fe59f8ef14b6fc194ae9df8d9c", | |
"reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.9" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.8-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-09-02 01:57:56" | |
} | |
], | |
"aliases": [], | |
"minimum-stability": "stable", | |
"stability-flags": [], | |
"prefer-stable": false, | |
"prefer-lowest": false, | |
"platform": { | |
"php": ">=5.3.0" | |
}, | |
"platform-dev": [] | |
} |