Created
June 21, 2013 07:13
-
-
Save TrafeX/5829448 to your computer and use it in GitHub Desktop.
composer.json and composer.lock that's causing a segfault when running composer update.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "..", | |
| "description": "..", | |
| "autoload": { | |
| "psr-0": { | |
| "At": "library/", | |
| "Glitch": "library/", | |
| "Zend": "library/", | |
| "" : "application/modules/" | |
| }, | |
| "classmap": [ "library/" ] | |
| }, | |
| "require": { | |
| "solarium/solarium": "2.4.0", | |
| "guzzle/guzzle": "v3.0.4", | |
| "neitanod/forceutf8": "dev-master", | |
| "predis/predis": "0.8.*" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "3.7.*", | |
| "phpunit/phpunit-story": "*", | |
| "phpunit/dbunit": "*", | |
| "phpunit/phpunit-selenium": "*", | |
| "phpunit/phpunit-story": "*", | |
| "phpunit/php-invoker": "*" | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_readme": [ | |
| "This file locks the dependencies of your project to a known state", | |
| "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" | |
| ], | |
| "hash": "ce72cc10f515c021bfba4150e883506d", | |
| "packages": [ | |
| { | |
| "name": "guzzle/guzzle", | |
| "version": "v3.0.4", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/guzzle/guzzle", | |
| "reference": "v3.0.4" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/guzzle/guzzle/archive/v3.0.4.zip", | |
| "reference": "v3.0.4", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-curl": "*", | |
| "php": ">=5.3.2", | |
| "symfony/event-dispatcher": "2.1.*" | |
| }, | |
| "replace": { | |
| "guzzle/batch": "self.version", | |
| "guzzle/cache": "self.version", | |
| "guzzle/common": "self.version", | |
| "guzzle/http": "self.version", | |
| "guzzle/inflection": "self.version", | |
| "guzzle/iterator": "self.version", | |
| "guzzle/log": "self.version", | |
| "guzzle/parser": "self.version", | |
| "guzzle/plugin": "self.version", | |
| "guzzle/plugin-async": "self.version", | |
| "guzzle/plugin-backoff": "self.version", | |
| "guzzle/plugin-cache": "self.version", | |
| "guzzle/plugin-cookie": "self.version", | |
| "guzzle/plugin-curlauth": "self.version", | |
| "guzzle/plugin-history": "self.version", | |
| "guzzle/plugin-log": "self.version", | |
| "guzzle/plugin-md5": "self.version", | |
| "guzzle/plugin-mock": "self.version", | |
| "guzzle/plugin-oauth": "self.version", | |
| "guzzle/service": "self.version", | |
| "guzzle/stream": "self.version" | |
| }, | |
| "require-dev": { | |
| "doctrine/common": "*", | |
| "monolog/monolog": "1.*", | |
| "phpunit/phpunit": "3.7.*", | |
| "symfony/class-loader": "*", | |
| "zend/zend-cache1": "1.12", | |
| "zend/zend-log1": "1.12", | |
| "zendframework/zend-cache": "2.0.*", | |
| "zendframework/zend-log": "2.0.*" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "psr-0": { | |
| "Guzzle\\Tests": "tests/", | |
| "Guzzle": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Michael Dowling", | |
| "email": "mtdowling@gmail.com", | |
| "homepage": "https://github.com/mtdowling" | |
| }, | |
| { | |
| "name": "Guzzle Community", | |
| "homepage": "https://github.com/guzzle/guzzle/contributors" | |
| } | |
| ], | |
| "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", | |
| "homepage": "http://guzzlephp.org/", | |
| "keywords": [ | |
| "client", | |
| "curl", | |
| "framework", | |
| "http", | |
| "http client", | |
| "rest", | |
| "web service" | |
| ], | |
| "time": "2012-11-12 00:00:24" | |
| }, | |
| { | |
| "name": "neitanod/forceutf8", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/neitanod/forceutf8.git", | |
| "reference": "546fe2b8dfd280764a4d7906c9a9b1dc955eb876" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/546fe2b8dfd280764a4d7906c9a9b1dc955eb876", | |
| "reference": "546fe2b8dfd280764a4d7906c9a9b1dc955eb876", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.2.0" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "psr-0": { | |
| "ForceUTF8\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.", | |
| "homepage": "https://github.com/neitanod/forceutf8", | |
| "time": "2013-03-10 08:51:59" | |
| }, | |
| { | |
| "name": "predis/predis", | |
| "version": "v0.8.3", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/nrk/predis.git", | |
| "reference": "v0.8.3" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/nrk/predis/zipball/v0.8.3", | |
| "reference": "v0.8.3", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2" | |
| }, | |
| "suggest": { | |
| "ext-curl": "Allows access to Webdis when paired with phpiredis", | |
| "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "psr-0": { | |
| "Predis": "lib/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Daniele Alessandri", | |
| "email": "suppakilla@gmail.com", | |
| "homepage": "http://clorophilla.net" | |
| } | |
| ], | |
| "description": "Flexible and feature-complete PHP client library for Redis", | |
| "homepage": "http://github.com/nrk/predis", | |
| "keywords": [ | |
| "nosql", | |
| "predis", | |
| "redis" | |
| ], | |
| "time": "2013-02-18 14:03:45" | |
| }, | |
| { | |
| "name": "solarium/solarium", | |
| "version": "2.4.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/basdenooijer/solarium", | |
| "reference": "2.4.0" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/basdenooijer/solarium/archive/2.4.0.zip", | |
| "reference": "2.4.0", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.2.0" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "psr-0": { | |
| "Solarium": "library/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "NewBSD" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "See GitHub contributors", | |
| "homepage": "https://github.com/basdenooijer/solarium/contributors" | |
| } | |
| ], | |
| "description": "PHP Solr client", | |
| "homepage": "http://www.solarium-project.org", | |
| "keywords": [ | |
| "php", | |
| "search", | |
| "solr" | |
| ], | |
| "time": "2012-04-16 11:31:52" | |
| }, | |
| { | |
| "name": "symfony/event-dispatcher", | |
| "version": "v2.1.11", | |
| "target-dir": "Symfony/Component/EventDispatcher", | |
| "source": { | |
| "type": "git", | |
| "url": "git@github.com:symfony/EventDispatcher.git", | |
| "reference": "v2.1.11" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3" | |
| }, | |
| "require-dev": { | |
| "symfony/dependency-injection": "2.1.*" | |
| }, | |
| "suggest": { | |
| "symfony/dependency-injection": "2.1.*", | |
| "symfony/http-kernel": "2.1.*" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "psr-0": { | |
| "Symfony\\Component\\EventDispatcher": "" | |
| } | |
| }, | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Fabien Potencier", | |
| "email": "fabien@symfony.com" | |
| }, | |
| { | |
| "name": "Symfony Community", | |
| "homepage": "http://symfony.com/contributors" | |
| } | |
| ], | |
| "description": "Symfony EventDispatcher Component", | |
| "homepage": "http://symfony.com", | |
| "time": "2013-02-11 11:26:14" | |
| } | |
| ], | |
| "packages-dev": [ | |
| { | |
| "name": "phpunit/dbunit", | |
| "version": "1.2.3", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/dbunit.git", | |
| "reference": "1.2.3" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/1.2.3", | |
| "reference": "1.2.3", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-pdo": "*", | |
| "ext-simplexml": "*", | |
| "php": ">=5.3.3", | |
| "phpunit/phpunit": ">=3.7.0@stable" | |
| }, | |
| "bin": [ | |
| "dbunit.php" | |
| ], | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.2.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "classmap": [ | |
| "PHPUnit/" | |
| ] | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "include-path": [ | |
| "", | |
| "../../symfony/yaml/" | |
| ], | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Sebastian Bergmann", | |
| "email": "sb@sebastian-bergmann.de", | |
| "role": "lead" | |
| } | |
| ], | |
| "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.", | |
| "homepage": "https://github.com/sebastianbergmann/dbunit/", | |
| "keywords": [ | |
| "database", | |
| "testing", | |
| "xunit" | |
| ], | |
| "time": "2013-03-01 11:50:46" | |
| }, | |
| { | |
| "name": "phpunit/php-code-coverage", | |
| "version": "1.2.11", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
| "reference": "1.2.11" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.11", | |
| "reference": "1.2.11", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3", | |
| "phpunit/php-file-iterator": ">=1.3.0@stable", | |
| "phpunit/php-text-template": ">=1.1.1@stable", | |
| "phpunit/php-token-stream": ">=1.1.3@stable" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "3.7.*" | |
| }, | |
| "suggest": { | |
| "ext-dom": "*", | |
| "ext-xdebug": ">=2.0.5" | |
| }, | |
| "type": "library", | |
| "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": "2013-05-23 18:23:24" | |
| }, | |
| { | |
| "name": "phpunit/php-file-iterator", | |
| "version": "1.3.3", | |
| "source": { | |
| "type": "git", | |
| "url": "git://github.com/sebastianbergmann/php-file-iterator.git", | |
| "reference": "1.3.3" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3", | |
| "reference": "1.3.3", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "classmap": [ | |
| "File/" | |
| ] | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "include-path": [ | |
| "" | |
| ], | |
| "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": "http://www.phpunit.de/", | |
| "keywords": [ | |
| "filesystem", | |
| "iterator" | |
| ], | |
| "time": "2012-10-11 04:44:38" | |
| }, | |
| { | |
| "name": "phpunit/php-invoker", | |
| "version": "1.1.2", | |
| "source": { | |
| "type": "git", | |
| "url": "git://github.com/sebastianbergmann/php-invoker.git", | |
| "reference": "1.1.2" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/sebastianbergmann/php-invoker/zipball/1.1.2", | |
| "reference": "1.1.2", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-pcntl": "*", | |
| "php": ">=5.2.7", | |
| "phpunit/php-timer": ">=1.0.1@stable" | |
| }, | |
| "type": "library", | |
| "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": "Utility class for invoking callables with a timeout.", | |
| "homepage": "http://www.phpunit.de/", | |
| "keywords": [ | |
| "process" | |
| ], | |
| "time": "2012-10-05 09:20:45" | |
| }, | |
| { | |
| "name": "phpunit/php-text-template", | |
| "version": "1.1.4", | |
| "source": { | |
| "type": "git", | |
| "url": "git://github.com/sebastianbergmann/php-text-template.git", | |
| "reference": "1.1.4" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4", | |
| "reference": "1.1.4", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "classmap": [ | |
| "Text/" | |
| ] | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "include-path": [ | |
| "" | |
| ], | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Sebastian Bergmann", | |
| "email": "sb@sebastian-bergmann.de", | |
| "role": "lead" | |
| } | |
| ], | |
| "description": "Simple template engine.", | |
| "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
| "keywords": [ | |
| "template" | |
| ], | |
| "time": "2012-10-31 11:15:28" | |
| }, | |
| { | |
| "name": "phpunit/php-timer", | |
| "version": "1.0.4", | |
| "source": { | |
| "type": "git", | |
| "url": "git://github.com/sebastianbergmann/php-timer.git", | |
| "reference": "1.0.4" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/sebastianbergmann/php-timer/zipball/1.0.4", | |
| "reference": "1.0.4", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3" | |
| }, | |
| "type": "library", | |
| "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": "Utility class for timing", | |
| "homepage": "http://www.phpunit.de/", | |
| "keywords": [ | |
| "timer" | |
| ], | |
| "time": "2012-10-11 04:45:58" | |
| }, | |
| { | |
| "name": "phpunit/php-token-stream", | |
| "version": "1.1.5", | |
| "source": { | |
| "type": "git", | |
| "url": "git://github.com/sebastianbergmann/php-token-stream.git", | |
| "reference": "1.1.5" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/sebastianbergmann/php-token-stream/zipball/1.1.5", | |
| "reference": "1.1.5", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-tokenizer": "*", | |
| "php": ">=5.3.3" | |
| }, | |
| "type": "library", | |
| "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": "http://www.phpunit.de/", | |
| "keywords": [ | |
| "tokenizer" | |
| ], | |
| "time": "2012-10-11 04:47:14" | |
| }, | |
| { | |
| "name": "phpunit/phpunit", | |
| "version": "3.7.21", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/phpunit.git", | |
| "reference": "3.7.21" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.21", | |
| "reference": "3.7.21", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-dom": "*", | |
| "ext-pcre": "*", | |
| "ext-reflection": "*", | |
| "ext-spl": "*", | |
| "php": ">=5.3.3", | |
| "phpunit/php-code-coverage": ">=1.2.1,<1.3.0", | |
| "phpunit/php-file-iterator": ">=1.3.1", | |
| "phpunit/php-text-template": ">=1.1.1", | |
| "phpunit/php-timer": ">=1.0.2,<1.1.0", | |
| "phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0", | |
| "symfony/yaml": ">=2.0,<3.0" | |
| }, | |
| "require-dev": { | |
| "pear-pear/pear": "1.9.4" | |
| }, | |
| "suggest": { | |
| "ext-json": "*", | |
| "ext-simplexml": "*", | |
| "ext-tokenizer": "*", | |
| "phpunit/php-invoker": ">=1.1.0,<1.2.0" | |
| }, | |
| "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": "2013-05-23 18:54:29" | |
| }, | |
| { | |
| "name": "phpunit/phpunit-mock-objects", | |
| "version": "1.2.3", | |
| "source": { | |
| "type": "git", | |
| "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
| "reference": "1.2.3" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip", | |
| "reference": "1.2.3", | |
| "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": "phpunit/phpunit-selenium", | |
| "version": "1.3.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/phpunit-selenium.git", | |
| "reference": "1.3.1" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/phpunit-selenium/zipball/1.3.1", | |
| "reference": "1.3.1", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-curl": "*", | |
| "ext-dom": "*", | |
| "php": ">=5.3.3", | |
| "phpunit/phpunit": ">=3.7.0@stable" | |
| }, | |
| "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" | |
| }, | |
| { | |
| "name": "Giorgio Sironi", | |
| "email": "info@giorgiosironi.com", | |
| "role": "developer" | |
| } | |
| ], | |
| "description": "Selenium Server integration for PHPUnit", | |
| "homepage": "http://www.phpunit.de/", | |
| "keywords": [ | |
| "selenium", | |
| "testing", | |
| "xunit" | |
| ], | |
| "time": "2013-06-01 09:53:36" | |
| }, | |
| { | |
| "name": "phpunit/phpunit-story", | |
| "version": "1.0.2", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/phpunit-story.git", | |
| "reference": "1.0.2" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/phpunit-story/zipball/1.0.2", | |
| "reference": "1.0.2", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-spl": "*", | |
| "php": ">=5.2.7", | |
| "phpunit/phpunit": ">=3.6.0RC1@stable" | |
| }, | |
| "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": "Story extension for PHPUnit to facilitate Behaviour-Driven Development.", | |
| "homepage": "http://www.phpunit.de/", | |
| "keywords": [ | |
| "BDD", | |
| "TDD", | |
| "xunit" | |
| ], | |
| "time": "2013-04-02 16:07:28" | |
| }, | |
| { | |
| "name": "symfony/yaml", | |
| "version": "v2.3.1", | |
| "target-dir": "Symfony/Component/Yaml", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/Yaml.git", | |
| "reference": "v2.3.1" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.1", | |
| "reference": "v2.3.1", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "2.3-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-0": { | |
| "Symfony\\Component\\Yaml\\": "" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Fabien Potencier", | |
| "email": "fabien@symfony.com" | |
| }, | |
| { | |
| "name": "Symfony Community", | |
| "homepage": "http://symfony.com/contributors" | |
| } | |
| ], | |
| "description": "Symfony Yaml Component", | |
| "homepage": "http://symfony.com", | |
| "time": "2013-05-10 18:12:13" | |
| } | |
| ], | |
| "aliases": [ | |
| ], | |
| "minimum-stability": "stable", | |
| "stability-flags": { | |
| "neitanod/forceutf8": 20 | |
| }, | |
| "platform": [ | |
| ], | |
| "platform-dev": [ | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment