Created
January 20, 2017 02:07
-
-
Save rawaludin/16ddf00269f2fe692382ba7c8b61cbf3 to your computer and use it in GitHub Desktop.
This file contains 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 https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
"This file is @generated automatically" | |
], | |
"hash": "1de1fd9429bbf0c332ddec3e953ec4f9", | |
"content-hash": "d80da8e7fd98b34f68a86d09a906cf23", | |
"packages": [ | |
{ | |
"name": "andrewsville/php-token-reflection", | |
"version": "1.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Andrewsville/PHP-Token-Reflection.git", | |
"reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Andrewsville/PHP-Token-Reflection/zipball/e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee", | |
"reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-tokenizer": "*", | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"TokenReflection": "./" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3" | |
], | |
"authors": [ | |
{ | |
"name": "Ondřej Nešpor", | |
"homepage": "https://github.com/Andrewsville" | |
}, | |
{ | |
"name": "Jaroslav Hanslík", | |
"homepage": "https://github.com/kukulich" | |
} | |
], | |
"description": "Library emulating the PHP internal reflection using just the tokenized source code.", | |
"homepage": "http://andrewsville.github.com/PHP-Token-Reflection/", | |
"keywords": [ | |
"library", | |
"reflection", | |
"tokenizer" | |
], | |
"time": "2014-08-06 16:37:08" | |
}, | |
{ | |
"name": "beberlei/assert", | |
"version": "v2.6.8", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/beberlei/assert.git", | |
"reference": "848c8f0bde97b48d1e159075e20a6667583f3978" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/beberlei/assert/zipball/848c8f0bde97b48d1e159075e20a6667583f3978", | |
"reference": "848c8f0bde97b48d1e159075e20a6667583f3978", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-mbstring": "*", | |
"php": ">=5.3" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "^2.0", | |
"phpunit/phpunit": "@stable" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Assert\\": "lib/Assert" | |
}, | |
"files": [ | |
"lib/Assert/functions.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-2-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "kontakt@beberlei.de", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Richard Quadling", | |
"email": "rquadling@gmail.com", | |
"role": "Collaborator" | |
} | |
], | |
"description": "Thin assertion library for input validation in business models.", | |
"keywords": [ | |
"assert", | |
"assertion", | |
"validation" | |
], | |
"time": "2016-12-05 11:33:17" | |
}, | |
{ | |
"name": "beelab/bowerphp", | |
"version": "v0.1.9-alpha", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Bee-Lab/bowerphp.git", | |
"reference": "792e28bcf36f2ea38bfa589a36891b1b3f5dad0a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Bee-Lab/bowerphp/zipball/792e28bcf36f2ea38bfa589a36891b1b3f5dad0a", | |
"reference": "792e28bcf36f2ea38bfa589a36891b1b3f5dad0a", | |
"shasum": "" | |
}, | |
"require": { | |
"camspiers/json-pretty": "1.0.*", | |
"doctrine/cache": "~1.3", | |
"ext-zip": "*", | |
"guzzle/guzzle": "3.8.*", | |
"php": ">=5.3.2", | |
"symfony/console": "~2.3", | |
"symfony/filesystem": "~2.1", | |
"symfony/finder": "~2.2", | |
"symfony/process": "~2.1" | |
}, | |
"require-dev": { | |
"ext-phar": "*", | |
"mockery/mockery": "0.9.*", | |
"phpunit/phpunit": "4.1.*" | |
}, | |
"bin": [ | |
"bin/bowerphp" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Bowerphp": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Massimiliano Arione", | |
"email": "massimiliano.arione@bee-lab.net" | |
}, | |
{ | |
"name": "Mauro D'Alatri", | |
"email": "mauro.dalatri@bee-lab.net" | |
} | |
], | |
"description": "An implementation of bower in PHP", | |
"homepage": "http://bowerphp.org/", | |
"keywords": [ | |
"dependency", | |
"frontend", | |
"package" | |
], | |
"time": "2014-06-06 08:28:13" | |
}, | |
{ | |
"name": "behat/behat", | |
"version": "v3.2.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Behat/Behat.git", | |
"reference": "30aa3836825416f28581ee55fcfe6a5b0cdeeb85" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Behat/Behat/zipball/30aa3836825416f28581ee55fcfe6a5b0cdeeb85", | |
"reference": "30aa3836825416f28581ee55fcfe6a5b0cdeeb85", | |
"shasum": "" | |
}, | |
"require": { | |
"behat/gherkin": "^4.4.4", | |
"behat/transliterator": "~1.0", | |
"ext-mbstring": "*", | |
"php": ">=5.3.3", | |
"symfony/class-loader": "~2.1||~3.0", | |
"symfony/config": "~2.3||~3.0", | |
"symfony/console": "~2.5||~3.0", | |
"symfony/dependency-injection": "~2.1||~3.0", | |
"symfony/event-dispatcher": "~2.1||~3.0", | |
"symfony/translation": "~2.3||~3.0", | |
"symfony/yaml": "~2.1||~3.0" | |
}, | |
"require-dev": { | |
"herrera-io/box": "~1.6.1", | |
"phpunit/phpunit": "~4.5", | |
"symfony/process": "~2.5|~3.0" | |
}, | |
"suggest": { | |
"behat/mink-extension": "for integration with Mink testing framework", | |
"behat/symfony2-extension": "for integration with Symfony2 web framework", | |
"behat/yii-extension": "for integration with Yii web framework" | |
}, | |
"bin": [ | |
"bin/behat" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Behat\\Behat": "src/", | |
"Behat\\Testwork": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Konstantin Kudryashov", | |
"email": "ever.zet@gmail.com", | |
"homepage": "http://everzet.com" | |
} | |
], | |
"description": "Scenario-oriented BDD framework for PHP 5.3", | |
"homepage": "http://behat.org/", | |
"keywords": [ | |
"Agile", | |
"BDD", | |
"ScenarioBDD", | |
"Scrum", | |
"StoryBDD", | |
"User story", | |
"business", | |
"development", | |
"documentation", | |
"examples", | |
"symfony", | |
"testing" | |
], | |
"time": "2016-11-05 17:13:53" | |
}, | |
{ | |
"name": "behat/gherkin", | |
"version": "v4.4.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Behat/Gherkin.git", | |
"reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74", | |
"reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.5|~5", | |
"symfony/phpunit-bridge": "~2.7|~3", | |
"symfony/yaml": "~2.3|~3" | |
}, | |
"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": "2016-10-30 11:50:56" | |
}, | |
{ | |
"name": "behat/transliterator", | |
"version": "v1.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Behat/Transliterator.git", | |
"reference": "868e05be3a9f25ba6424c2dd4849567f50715003" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003", | |
"reference": "868e05be3a9f25ba6424c2dd4849567f50715003", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Behat\\Transliterator": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Artistic-1.0" | |
], | |
"description": "String transliterator", | |
"keywords": [ | |
"i18n", | |
"slug", | |
"transliterator" | |
], | |
"time": "2015-09-28 16:26:35" | |
}, | |
{ | |
"name": "camspiers/json-pretty", | |
"version": "1.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/camspiers/json-pretty.git", | |
"reference": "17be37cb83af8014658da48fa0012604179039a7" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/camspiers/json-pretty/zipball/17be37cb83af8014658da48fa0012604179039a7", | |
"reference": "17be37cb83af8014658da48fa0012604179039a7", | |
"shasum": "" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Camspiers": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Cam Spiers", | |
"email": "cameron@heyday.co.nz" | |
} | |
], | |
"description": "Provides support for json pretty printing", | |
"time": "2016-02-06 01:25:58" | |
}, | |
{ | |
"name": "codeception/codeception", | |
"version": "2.2.7", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Codeception/Codeception.git", | |
"reference": "86770e89d266557c20dd0b1de5390e706f4770c1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/86770e89d266557c20dd0b1de5390e706f4770c1", | |
"reference": "86770e89d266557c20dd0b1de5390e706f4770c1", | |
"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 <5.0", | |
"phpunit/phpunit": ">4.8.20 <6.0", | |
"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.5 <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/graph-sdk": "~5.3", | |
"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", | |
"vlucas/phpdotenv": "^2.4.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-12-05 04:12:24" | |
}, | |
{ | |
"name": "dnoegel/php-xdg-base-dir", | |
"version": "0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/dnoegel/php-xdg-base-dir.git", | |
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", | |
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "@stable" | |
}, | |
"type": "project", | |
"autoload": { | |
"psr-4": { | |
"XdgBaseDir\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"description": "implementation of xdg base directory specification for php", | |
"time": "2014-10-24 07:27:01" | |
}, | |
{ | |
"name": "doctrine/cache", | |
"version": "v1.6.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/cache.git", | |
"reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", | |
"reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "~5.5|~7.0" | |
}, | |
"conflict": { | |
"doctrine/common": ">2.2,<2.4" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.8|~5.0", | |
"predis/predis": "~1.0", | |
"satooshi/php-coveralls": "~0.6" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.6.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "roman@code-factory.org" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "kontakt@beberlei.de" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "guilhermeblanco@gmail.com" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "jonwage@gmail.com" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "schmittjoh@gmail.com" | |
} | |
], | |
"description": "Caching library offering an object-oriented API for many cache backends", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"cache", | |
"caching" | |
], | |
"time": "2016-10-29 11:16:17" | |
}, | |
{ | |
"name": "doctrine/inflector", | |
"version": "v1.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/inflector.git", | |
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", | |
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "4.*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\Common\\Inflector\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "roman@code-factory.org" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "kontakt@beberlei.de" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "guilhermeblanco@gmail.com" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "jonwage@gmail.com" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "schmittjoh@gmail.com" | |
} | |
], | |
"description": "Common String Manipulations with regard to casing and singular/plural rules.", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"inflection", | |
"pluralize", | |
"singularize", | |
"string" | |
], | |
"time": "2015-11-06 14:35:42" | |
}, | |
{ | |
"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": "facebook/webdriver", | |
"version": "1.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/facebook/php-webdriver.git", | |
"reference": "af21de3ae5306a8ca0bcc02a19735dadc43e83f3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/af21de3ae5306a8ca0bcc02a19735dadc43e83f3", | |
"reference": "af21de3ae5306a8ca0bcc02a19735dadc43e83f3", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-curl": "*", | |
"php": "^5.5 || ~7.0" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "^1.11", | |
"php-mock/php-mock-phpunit": "^1.1", | |
"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-10-14 15:16:51" | |
}, | |
{ | |
"name": "friendsofphp/php-cs-fixer", | |
"version": "v1.13.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", | |
"reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/0ea4f7ed06ca55da1d8fc45da26ff87f261c4088", | |
"reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-tokenizer": "*", | |
"php": "^5.3.6 || >=7.0 <7.2", | |
"sebastian/diff": "^1.1", | |
"symfony/console": "^2.3 || ^3.0", | |
"symfony/event-dispatcher": "^2.1 || ^3.0", | |
"symfony/filesystem": "^2.1 || ^3.0", | |
"symfony/finder": "^2.1 || ^3.0", | |
"symfony/process": "^2.3 || ^3.0", | |
"symfony/stopwatch": "^2.5 || ^3.0" | |
}, | |
"conflict": { | |
"hhvm": "<3.9" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.5|^5", | |
"satooshi/php-coveralls": "^1.0" | |
}, | |
"bin": [ | |
"php-cs-fixer" | |
], | |
"type": "application", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\CS\\": "Symfony/CS/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Dariusz Rumiński", | |
"email": "dariusz.ruminski@gmail.com" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
} | |
], | |
"description": "A tool to automatically fix PHP code style", | |
"time": "2016-12-01 00:05:05" | |
}, | |
{ | |
"name": "guzzle/guzzle", | |
"version": "v3.8.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/guzzle.git", | |
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba", | |
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-curl": "*", | |
"php": ">=5.3.3", | |
"symfony/event-dispatcher": ">=2.1" | |
}, | |
"replace": { | |
"guzzle/batch": "self.version", | |
"guzzle/cache": "self.version", | |
"guzzle/common": "self.version", | |
"guzzle/http": "self.version", | |
"guzzle/inflection": "self.version", | |
"guzzle/iterator": "self.version", | |
"guzzle/log": "self.version", | |
"guzzle/parser": "self.version", | |
"guzzle/plugin": "self.version", | |
"guzzle/plugin-async": "self.version", | |
"guzzle/plugin-backoff": "self.version", | |
"guzzle/plugin-cache": "self.version", | |
"guzzle/plugin-cookie": "self.version", | |
"guzzle/plugin-curlauth": "self.version", | |
"guzzle/plugin-error-response": "self.version", | |
"guzzle/plugin-history": "self.version", | |
"guzzle/plugin-log": "self.version", | |
"guzzle/plugin-md5": "self.version", | |
"guzzle/plugin-mock": "self.version", | |
"guzzle/plugin-oauth": "self.version", | |
"guzzle/service": "self.version", | |
"guzzle/stream": "self.version" | |
}, | |
"require-dev": { | |
"doctrine/cache": "*", | |
"monolog/monolog": "1.*", | |
"phpunit/phpunit": "3.7.*", | |
"psr/log": "1.0.*", | |
"symfony/class-loader": "*", | |
"zendframework/zend-cache": "<2.3", | |
"zendframework/zend-log": "<2.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.8-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Guzzle": "src/", | |
"Guzzle\\Tests": "tests/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "mtdowling@gmail.com", | |
"homepage": "https://github.com/mtdowling" | |
}, | |
{ | |
"name": "Guzzle Community", | |
"homepage": "https://github.com/guzzle/guzzle/contributors" | |
} | |
], | |
"description": "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" | |
], | |
"abandoned": "guzzlehttp/guzzle", | |
"time": "2014-01-28 22:29:15" | |
}, | |
{ | |
"name": "guzzlehttp/guzzle", | |
"version": "6.2.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/guzzle.git", | |
"reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", | |
"reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", | |
"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-10-08 15:01:37" | |
}, | |
{ | |
"name": "guzzlehttp/promises", | |
"version": "1.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/promises.git", | |
"reference": "2693c101803ca78b27972d84081d027fca790a1e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/promises/zipball/2693c101803ca78b27972d84081d027fca790a1e", | |
"reference": "2693c101803ca78b27972d84081d027fca790a1e", | |
"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-11-18 17:47:58" | |
}, | |
{ | |
"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": "hirak/prestissimo", | |
"version": "0.3.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/hirak/prestissimo.git", | |
"reference": "abfc45c609b049c488f894251d2ea4a4e4bfa01e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/hirak/prestissimo/zipball/abfc45c609b049c488f894251d2ea4a4e4bfa01e", | |
"reference": "abfc45c609b049c488f894251d2ea4a4e4bfa01e", | |
"shasum": "" | |
}, | |
"require": { | |
"composer-plugin-api": "^1.0.0", | |
"ext-curl": "*", | |
"php": "^5.3.2 || ^7.0" | |
}, | |
"require-dev": { | |
"composer/composer": "1.0.0", | |
"phpunit/phpunit": "^4.8", | |
"squizlabs/php_codesniffer": "^2.5" | |
}, | |
"type": "composer-plugin", | |
"extra": { | |
"class": "Hirak\\Prestissimo\\Plugin" | |
}, | |
"autoload": { | |
"psr-4": { | |
"Hirak\\Prestissimo\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Hiraku NAKANO", | |
"email": "hiraku@tojiru.net" | |
} | |
], | |
"description": "composer parallel install plugin", | |
"keywords": [ | |
"install", | |
"parallel", | |
"speedup" | |
], | |
"time": "2016-11-24 11:22:00" | |
}, | |
{ | |
"name": "illuminate/contracts", | |
"version": "v5.3.23", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/contracts.git", | |
"reference": "ce5d73c6015b2054d32f3f8530767847b358ae4e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/contracts/zipball/ce5d73c6015b2054d32f3f8530767847b358ae4e", | |
"reference": "ce5d73c6015b2054d32f3f8530767847b358ae4e", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6.4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "5.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Contracts\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Contracts package.", | |
"homepage": "https://laravel.com", | |
"time": "2016-09-26 20:36:27" | |
}, | |
{ | |
"name": "illuminate/support", | |
"version": "v5.3.23", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/illuminate/support.git", | |
"reference": "050d0ed3e1c0e1d129d73b2eaa14044e46a66f77" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/illuminate/support/zipball/050d0ed3e1c0e1d129d73b2eaa14044e46a66f77", | |
"reference": "050d0ed3e1c0e1d129d73b2eaa14044e46a66f77", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/inflector": "~1.0", | |
"ext-mbstring": "*", | |
"illuminate/contracts": "5.3.*", | |
"paragonie/random_compat": "~1.4|~2.0", | |
"php": ">=5.6.4" | |
}, | |
"replace": { | |
"tightenco/collect": "self.version" | |
}, | |
"suggest": { | |
"illuminate/filesystem": "Required to use the composer class (5.2.*).", | |
"symfony/process": "Required to use the composer class (3.1.*).", | |
"symfony/var-dumper": "Required to use the dd function (3.1.*)." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "5.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Illuminate\\Support\\": "" | |
}, | |
"files": [ | |
"helpers.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylor@laravel.com" | |
} | |
], | |
"description": "The Illuminate Support package.", | |
"homepage": "https://laravel.com", | |
"time": "2016-11-03 15:25:28" | |
}, | |
{ | |
"name": "jakub-onderka/php-console-color", | |
"version": "0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git", | |
"reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", | |
"reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"jakub-onderka/php-code-style": "1.0", | |
"jakub-onderka/php-parallel-lint": "0.*", | |
"jakub-onderka/php-var-dump-check": "0.*", | |
"phpunit/phpunit": "3.7.*", | |
"squizlabs/php_codesniffer": "1.*" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"JakubOnderka\\PhpConsoleColor": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-2-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Jakub Onderka", | |
"email": "jakub.onderka@gmail.com", | |
"homepage": "http://www.acci.cz" | |
} | |
], | |
"time": "2014-04-08 15:00:19" | |
}, | |
{ | |
"name": "jakub-onderka/php-console-highlighter", | |
"version": "v0.3.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", | |
"reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", | |
"reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", | |
"shasum": "" | |
}, | |
"require": { | |
"jakub-onderka/php-console-color": "~0.1", | |
"php": ">=5.3.0" | |
}, | |
"require-dev": { | |
"jakub-onderka/php-code-style": "~1.0", | |
"jakub-onderka/php-parallel-lint": "~0.5", | |
"jakub-onderka/php-var-dump-check": "~0.1", | |
"phpunit/phpunit": "~4.0", | |
"squizlabs/php_codesniffer": "~1.5" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"JakubOnderka\\PhpConsoleHighlighter": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jakub Onderka", | |
"email": "acci@acci.cz", | |
"homepage": "http://www.acci.cz/" | |
} | |
], | |
"time": "2015-04-20 18:58:01" | |
}, | |
{ | |
"name": "laravel/envoy", | |
"version": "v1.2.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/envoy.git", | |
"reference": "b9a0a49946d719c31910e3e1a7806bd40f635f57" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/envoy/zipball/b9a0a49946d719c31910e3e1a7806bd40f635f57", | |
"reference": "b9a0a49946d719c31910e3e1a7806bd40f635f57", | |
"shasum": "" | |
}, | |
"require": { | |
"illuminate/support": "~4.1|~5.0", | |
"nategood/httpful": "~0.2", | |
"symfony/console": "~2.3|~3.0", | |
"symfony/process": "~2.3|~3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.8" | |
}, | |
"bin": [ | |
"envoy" | |
], | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylorotwell@gmail.com" | |
} | |
], | |
"description": "Elegant SSH tasks for PHP.", | |
"keywords": [ | |
"laravel", | |
"ssh" | |
], | |
"time": "2016-09-23 21:00:45" | |
}, | |
{ | |
"name": "laravel/homestead", | |
"version": "v3.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/homestead.git", | |
"reference": "7924ab4e27bbeb17dadcc2fc6a40659275bbfb0a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/homestead/zipball/7924ab4e27bbeb17dadcc2fc6a40659275bbfb0a", | |
"reference": "7924ab4e27bbeb17dadcc2fc6a40659275bbfb0a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9", | |
"symfony/console": "~2.3|~3.0", | |
"symfony/process": "~2.3|~3.0" | |
}, | |
"bin": [ | |
"homestead" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Laravel\\Homestead\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylorotwell@gmail.com" | |
} | |
], | |
"description": "A virtual machine for web artisans.", | |
"time": "2016-11-29 16:43:51" | |
}, | |
{ | |
"name": "laravel/installer", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/installer.git", | |
"reference": "3518efc2e5e4c767eb6d65df3488e9f311181a78" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/installer/zipball/3518efc2e5e4c767eb6d65df3488e9f311181a78", | |
"reference": "3518efc2e5e4c767eb6d65df3488e9f311181a78", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-zip": "*", | |
"guzzlehttp/guzzle": "~4.0|~5.0|~6.0", | |
"symfony/console": "~2.3|~3.0", | |
"symfony/process": "~2.3|~3.0" | |
}, | |
"bin": [ | |
"laravel" | |
], | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Laravel\\Installer\\Console\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylorotwell@gmail.com" | |
} | |
], | |
"description": "Laravel application installer.", | |
"keywords": [ | |
"laravel" | |
], | |
"time": "2016-09-28 15:22:11" | |
}, | |
{ | |
"name": "laravel/lumen-installer", | |
"version": "v1.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/lumen-installer.git", | |
"reference": "79f0656b2499744eac82f662caf091a210340705" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/lumen-installer/zipball/79f0656b2499744eac82f662caf091a210340705", | |
"reference": "79f0656b2499744eac82f662caf091a210340705", | |
"shasum": "" | |
}, | |
"require": { | |
"guzzlehttp/guzzle": "~4.0|~5.0|~6.0", | |
"symfony/console": "~2.3|~3.0", | |
"symfony/process": "~2.3|~3.0" | |
}, | |
"bin": [ | |
"lumen" | |
], | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Lumen\\Installer\\Console\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Taylor Otwell", | |
"email": "taylorotwell@gmail.com" | |
} | |
], | |
"description": "Lumen application installer.", | |
"keywords": [ | |
"laravel", | |
"lumen" | |
], | |
"time": "2016-04-15 16:24:26" | |
}, | |
{ | |
"name": "myclabs/deep-copy", | |
"version": "1.5.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/myclabs/DeepCopy.git", | |
"reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/399c1f9781e222f6eb6cc238796f5200d1b7f108", | |
"reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.4.0" | |
}, | |
"require-dev": { | |
"doctrine/collections": "1.*", | |
"phpunit/phpunit": "~4.1" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"DeepCopy\\": "src/DeepCopy/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"description": "Create deep copies (clones) of your objects", | |
"homepage": "https://github.com/myclabs/DeepCopy", | |
"keywords": [ | |
"clone", | |
"copy", | |
"duplicate", | |
"object", | |
"object graph" | |
], | |
"time": "2016-10-31 17:19:45" | |
}, | |
{ | |
"name": "nategood/httpful", | |
"version": "0.2.20", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nategood/httpful.git", | |
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6", | |
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-curl": "*", | |
"php": ">=5.3" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "*" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Httpful": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nate Good", | |
"email": "me@nategood.com", | |
"homepage": "http://nategood.com" | |
} | |
], | |
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client", | |
"homepage": "http://github.com/nategood/httpful", | |
"keywords": [ | |
"api", | |
"curl", | |
"http", | |
"requests", | |
"rest", | |
"restful" | |
], | |
"time": "2015-10-26 16:11:30" | |
}, | |
{ | |
"name": "nikic/php-parser", | |
"version": "v3.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nikic/PHP-Parser.git", | |
"reference": "adf44419c0fc014a0f191db6f89d3e55d4211744" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/adf44419c0fc014a0f191db6f89d3e55d4211744", | |
"reference": "adf44419c0fc014a0f191db6f89d3e55d4211744", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-tokenizer": "*", | |
"php": ">=5.5" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.0|~5.0" | |
}, | |
"bin": [ | |
"bin/php-parse" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"PhpParser\\": "lib/PhpParser" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Nikita Popov" | |
} | |
], | |
"description": "A PHP parser written in PHP", | |
"keywords": [ | |
"parser", | |
"php" | |
], | |
"time": "2016-12-06 11:30:35" | |
}, | |
{ | |
"name": "paragonie/random_compat", | |
"version": "v2.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/paragonie/random_compat.git", | |
"reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", | |
"reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.2.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "4.*|5.*" | |
}, | |
"suggest": { | |
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." | |
}, | |
"type": "library", | |
"autoload": { | |
"files": [ | |
"lib/random.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Paragon Initiative Enterprises", | |
"email": "security@paragonie.com", | |
"homepage": "https://paragonie.com" | |
} | |
], | |
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | |
"keywords": [ | |
"csprng", | |
"pseudorandom", | |
"random" | |
], | |
"time": "2016-11-07 23:38:38" | |
}, | |
{ | |
"name": "pdepend/pdepend", | |
"version": "2.3.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/pdepend/pdepend.git", | |
"reference": "8d7ab8fe8c1f9de5056bb7ea2c0852f4ddd44f90" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/8d7ab8fe8c1f9de5056bb7ea2c0852f4ddd44f90", | |
"reference": "8d7ab8fe8c1f9de5056bb7ea2c0852f4ddd44f90", | |
"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-11-23 20:25:02" | |
}, | |
{ | |
"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.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
"reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", | |
"reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", | |
"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-09-30 07:12:33" | |
}, | |
{ | |
"name": "phpdocumentor/type-resolver", | |
"version": "0.2.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpDocumentor/TypeResolver.git", | |
"reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", | |
"reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", | |
"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-11-25 06:54:22" | |
}, | |
{ | |
"name": "phpmd/phpmd", | |
"version": "2.5.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpmd/phpmd.git", | |
"reference": "9298602a922cd8c46666df8d540a60bc5925ce55" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpmd/phpmd/zipball/9298602a922cd8c46666df8d540a60bc5925ce55", | |
"reference": "9298602a922cd8c46666df8d540a60bc5925ce55", | |
"shasum": "" | |
}, | |
"require": { | |
"pdepend/pdepend": "^2.0.4", | |
"php": ">=5.3.9" | |
}, | |
"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-11-23 20:33:32" | |
}, | |
{ | |
"name": "phpspec/php-diff", | |
"version": "v1.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpspec/php-diff.git", | |
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a", | |
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a", | |
"shasum": "" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Diff": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Chris Boulton", | |
"homepage": "http://github.com/chrisboulton", | |
"role": "Original developer" | |
} | |
], | |
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", | |
"time": "2013-11-01 13:02:21" | |
}, | |
{ | |
"name": "phpspec/phpspec", | |
"version": "2.5.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpspec/phpspec.git", | |
"reference": "db395f435eb8e820448e8690de1a8db86d5dd8af" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpspec/phpspec/zipball/db395f435eb8e820448e8690de1a8db86d5dd8af", | |
"reference": "db395f435eb8e820448e8690de1a8db86d5dd8af", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/instantiator": "^1.0.1", | |
"ext-tokenizer": "*", | |
"php": ">=5.3.3", | |
"phpspec/php-diff": "~1.0.0", | |
"phpspec/prophecy": "~1.4", | |
"sebastian/exporter": "~1.0", | |
"symfony/console": "~2.3|~3.0", | |
"symfony/event-dispatcher": "~2.1|~3.0", | |
"symfony/finder": "~2.1|~3.0", | |
"symfony/process": "^2.6|~3.0", | |
"symfony/yaml": "~2.1|~3.0" | |
}, | |
"require-dev": { | |
"behat/behat": "^3.0.11", | |
"ciaranmcnulty/versionbasedtestskipper": "^0.2.1", | |
"phpunit/phpunit": "~4.4", | |
"symfony/filesystem": "~2.1|~3.0" | |
}, | |
"suggest": { | |
"phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters" | |
}, | |
"bin": [ | |
"bin/phpspec" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.5.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"PhpSpec": "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", | |
"homepage": "http://marcelloduarte.net/" | |
} | |
], | |
"description": "Specification-oriented BDD framework for PHP 5.3+", | |
"homepage": "http://phpspec.net/", | |
"keywords": [ | |
"BDD", | |
"SpecBDD", | |
"TDD", | |
"spec", | |
"specification", | |
"testing", | |
"tests" | |
], | |
"time": "2016-12-04 21:03:31" | |
}, | |
{ | |
"name": "phpspec/prophecy", | |
"version": "v1.6.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpspec/prophecy.git", | |
"reference": "6c52c2722f8460122f96f86346600e1077ce22cb" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", | |
"reference": "6c52c2722f8460122f96f86346600e1077ce22cb", | |
"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|^2.0" | |
}, | |
"require-dev": { | |
"phpspec/phpspec": "^2.0", | |
"phpunit/phpunit": "^4.8 || ^5.6.5" | |
}, | |
"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-11-21 14:58:47" | |
}, | |
{ | |
"name": "phpunit/php-code-coverage", | |
"version": "4.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
"reference": "c14196e64a78570034afd0b7a9f3757ba71c2a0a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c14196e64a78570034afd0b7a9f3757ba71c2a0a", | |
"reference": "c14196e64a78570034afd0b7a9f3757ba71c2a0a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.6 || ^7.0", | |
"phpunit/php-file-iterator": "~1.3", | |
"phpunit/php-text-template": "~1.2", | |
"phpunit/php-token-stream": "^1.4.2", | |
"sebastian/code-unit-reverse-lookup": "~1.0", | |
"sebastian/environment": "^1.3.2 || ^2.0", | |
"sebastian/version": "~1.0|~2.0" | |
}, | |
"require-dev": { | |
"ext-xdebug": ">=2.1.4", | |
"phpunit/phpunit": "^5.4" | |
}, | |
"suggest": { | |
"ext-dom": "*", | |
"ext-xdebug": ">=2.4.0", | |
"ext-xmlwriter": "*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sb@sebastian-bergmann.de", | |
"role": "lead" | |
} | |
], | |
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
"homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
"keywords": [ | |
"coverage", | |
"testing", | |
"xunit" | |
], | |
"time": "2016-12-20 15:22:42" | |
}, | |
{ | |
"name": "phpunit/php-file-iterator", | |
"version": "1.4.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", | |
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", | |
"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": "2016-10-03 07:40:28" | |
}, | |
{ | |
"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.9", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
"reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", | |
"reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", | |
"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": "2016-11-15 14:06:22" | |
}, | |
{ | |
"name": "phpunit/phpunit", | |
"version": "5.6.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit.git", | |
"reference": "4ddb822f1de421b4cadb47570a525fd7d9359493" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4ddb822f1de421b4cadb47570a525fd7d9359493", | |
"reference": "4ddb822f1de421b4cadb47570a525fd7d9359493", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-json": "*", | |
"ext-libxml": "*", | |
"ext-mbstring": "*", | |
"ext-xml": "*", | |
"myclabs/deep-copy": "~1.3", | |
"php": "^5.6 || ^7.0", | |
"phpspec/prophecy": "^1.3.1", | |
"phpunit/php-code-coverage": "^4.0.1", | |
"phpunit/php-file-iterator": "~1.4", | |
"phpunit/php-text-template": "~1.2", | |
"phpunit/php-timer": "^1.0.6", | |
"phpunit/phpunit-mock-objects": "^3.2", | |
"sebastian/comparator": "~1.1", | |
"sebastian/diff": "~1.2", | |
"sebastian/environment": "^1.3 || ^2.0", | |
"sebastian/exporter": "~1.2", | |
"sebastian/global-state": "~1.0", | |
"sebastian/object-enumerator": "~1.0", | |
"sebastian/resource-operations": "~1.0", | |
"sebastian/version": "~1.0|~2.0", | |
"symfony/yaml": "~2.1|~3.0" | |
}, | |
"conflict": { | |
"phpdocumentor/reflection-docblock": "3.0.2", | |
"sebastian/object-enumerator": "1.0.1", | |
"sebastian/recursion-context": "1.0.3 || 1.0.4" | |
}, | |
"require-dev": { | |
"ext-pdo": "*" | |
}, | |
"suggest": { | |
"ext-xdebug": "*", | |
"phpunit/php-invoker": "~1.1" | |
}, | |
"bin": [ | |
"phpunit" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "5.6.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-11-18 09:50:51" | |
}, | |
{ | |
"name": "phpunit/phpunit-mock-objects", | |
"version": "3.4.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
"reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", | |
"reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/instantiator": "^1.0.2", | |
"php": "^5.6 || ^7.0", | |
"phpunit/php-text-template": "^1.2", | |
"sebastian/exporter": "^1.2 || ^2.0" | |
}, | |
"conflict": { | |
"phpunit/phpunit": "<5.4.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^5.4" | |
}, | |
"suggest": { | |
"ext-soap": "*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sb@sebastian-bergmann.de", | |
"role": "lead" | |
} | |
], | |
"description": "Mock Object library for PHPUnit", | |
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | |
"keywords": [ | |
"mock", | |
"xunit" | |
], | |
"time": "2016-12-08 20:27:08" | |
}, | |
{ | |
"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": "psr/log", | |
"version": "1.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/log.git", | |
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Log\\": "Psr/Log/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common interface for logging libraries", | |
"homepage": "https://github.com/php-fig/log", | |
"keywords": [ | |
"log", | |
"psr", | |
"psr-3" | |
], | |
"time": "2016-10-10 12:19:37" | |
}, | |
{ | |
"name": "psy/psysh", | |
"version": "v0.8.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/bobthecow/psysh.git", | |
"reference": "4a8860e13aa68a4bbf2476c014f8a1f14f1bf991" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/4a8860e13aa68a4bbf2476c014f8a1f14f1bf991", | |
"reference": "4a8860e13aa68a4bbf2476c014f8a1f14f1bf991", | |
"shasum": "" | |
}, | |
"require": { | |
"dnoegel/php-xdg-base-dir": "0.1", | |
"jakub-onderka/php-console-highlighter": "0.3.*", | |
"nikic/php-parser": "~1.3|~2.0|~3.0", | |
"php": ">=5.3.9", | |
"symfony/console": "~2.3.10|^2.4.2|~3.0", | |
"symfony/var-dumper": "~2.7|~3.0" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "~1.11", | |
"hoa/console": "~3.16|~1.14", | |
"phpunit/phpunit": "~4.4|~5.0", | |
"symfony/finder": "~2.1|~3.0" | |
}, | |
"suggest": { | |
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", | |
"ext-pdo-sqlite": "The doc command requires SQLite to work.", | |
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", | |
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", | |
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." | |
}, | |
"bin": [ | |
"bin/psysh" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-develop": "0.8.x-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"src/Psy/functions.php" | |
], | |
"psr-4": { | |
"Psy\\": "src/Psy/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Justin Hileman", | |
"email": "justin@justinhileman.info", | |
"homepage": "http://justinhileman.com" | |
} | |
], | |
"description": "An interactive shell for modern PHP.", | |
"homepage": "http://psysh.org", | |
"keywords": [ | |
"REPL", | |
"console", | |
"interactive", | |
"shell" | |
], | |
"time": "2016-12-07 17:15:07" | |
}, | |
{ | |
"name": "qafoolabs/php-refactoring-browser", | |
"version": "v0.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/QafooLabs/php-refactoring-browser.git", | |
"reference": "f61538d5f9d93e13f421aea49c93a40c0ab5f035" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/QafooLabs/php-refactoring-browser/zipball/f61538d5f9d93e13f421aea49c93a40c0ab5f035", | |
"reference": "f61538d5f9d93e13f421aea49c93a40c0ab5f035", | |
"shasum": "" | |
}, | |
"require": { | |
"andrewsville/php-token-reflection": "@stable", | |
"beberlei/assert": "@stable", | |
"nikic/php-parser": "@stable", | |
"symfony/console": "@stable", | |
"symfony/finder": "@stable" | |
}, | |
"require-dev": { | |
"behat/behat": "@stable", | |
"mikey179/vfsstream": "@stable", | |
"phake/phake": "@stable", | |
"php": ">=5.4", | |
"symfony/process": "@stable" | |
}, | |
"bin": [ | |
"src/bin/refactor" | |
], | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"QafooLabs\\Refactoring": "src/main/", | |
"QafooLabs\\Patches": "src/main/", | |
"QafooLabs\\Collections": "src/main/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Apache2" | |
], | |
"authors": [ | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "kontakt@beberlei.de" | |
} | |
], | |
"description": "Refactoring Browser for PHP", | |
"time": "2013-08-17 22:32:25" | |
}, | |
{ | |
"name": "sebastian/code-unit-reverse-lookup", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
"reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", | |
"reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de" | |
} | |
], | |
"description": "Looks up which function or method a line of code belongs to", | |
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | |
"time": "2016-02-13 06:45:14" | |
}, | |
{ | |
"name": "sebastian/comparator", | |
"version": "1.2.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/comparator.git", | |
"reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f", | |
"reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"sebastian/diff": "~1.2", | |
"sebastian/exporter": "~1.2 || ~2.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.2.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Jeff Welch", | |
"email": "whatthejeff@gmail.com" | |
}, | |
{ | |
"name": "Volker Dusch", | |
"email": "github@wallbash.com" | |
}, | |
{ | |
"name": "Bernhard Schussek", | |
"email": "bschussek@2bepublished.at" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de" | |
} | |
], | |
"description": "Provides the functionality to compare PHP values for equality", | |
"homepage": "http://www.github.com/sebastianbergmann/comparator", | |
"keywords": [ | |
"comparator", | |
"compare", | |
"equality" | |
], | |
"time": "2016-11-19 09:18:40" | |
}, | |
{ | |
"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": "2.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/environment.git", | |
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", | |
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.6 || ^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^5.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de" | |
} | |
], | |
"description": "Provides functionality to handle HHVM/PHP environments", | |
"homepage": "http://www.github.com/sebastianbergmann/environment", | |
"keywords": [ | |
"Xdebug", | |
"environment", | |
"hhvm" | |
], | |
"time": "2016-11-26 07:53:53" | |
}, | |
{ | |
"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/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/object-enumerator", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
"reference": "d4ca2fb70344987502567bc50081c03e6192fb26" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", | |
"reference": "d4ca2fb70344987502567bc50081c03e6192fb26", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6", | |
"sebastian/recursion-context": "~1.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de" | |
} | |
], | |
"description": "Traverses array structures and object graphs to enumerate all referenced objects", | |
"homepage": "https://github.com/sebastianbergmann/object-enumerator/", | |
"time": "2016-01-28 13:25:10" | |
}, | |
{ | |
"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/resource-operations", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/resource-operations.git", | |
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de" | |
} | |
], | |
"description": "Provides a list of PHP built-in functions that operate on resources", | |
"homepage": "https://www.github.com/sebastianbergmann/resource-operations", | |
"time": "2015-07-28 20:34:47" | |
}, | |
{ | |
"name": "sebastian/version", | |
"version": "2.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/version.git", | |
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", | |
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de", | |
"role": "lead" | |
} | |
], | |
"description": "Library that helps with managing the version number of Git-hosted PHP projects", | |
"homepage": "https://github.com/sebastianbergmann/version", | |
"time": "2016-10-03 07:35:21" | |
}, | |
{ | |
"name": "squizlabs/php_codesniffer", | |
"version": "2.7.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", | |
"reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9b324f3a1132459a7274a0ace2e1b766ba80930f", | |
"reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-simplexml": "*", | |
"ext-tokenizer": "*", | |
"ext-xmlwriter": "*", | |
"php": ">=5.1.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.0" | |
}, | |
"bin": [ | |
"scripts/phpcs", | |
"scripts/phpcbf" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"CodeSniffer.php", | |
"CodeSniffer/CLI.php", | |
"CodeSniffer/Exception.php", | |
"CodeSniffer/File.php", | |
"CodeSniffer/Fixer.php", | |
"CodeSniffer/Report.php", | |
"CodeSniffer/Reporting.php", | |
"CodeSniffer/Sniff.php", | |
"CodeSniffer/Tokens.php", | |
"CodeSniffer/Reports/", | |
"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 tokenizes 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": "2016-11-30 04:02:31" | |
}, | |
{ | |
"name": "symfony/browser-kit", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/browser-kit.git", | |
"reference": "34348c2691ce6254e8e008026f4c5e72c22bb318" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/34348c2691ce6254e8e008026f4c5e72c22bb318", | |
"reference": "34348c2691ce6254e8e008026f4c5e72c22bb318", | |
"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.2-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-10-13 13:35:11" | |
}, | |
{ | |
"name": "symfony/class-loader", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/class-loader.git", | |
"reference": "87cd4e69435d98de01d0162c5f9c0ac017075c63" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/class-loader/zipball/87cd4e69435d98de01d0162c5f9c0ac017075c63", | |
"reference": "87cd4e69435d98de01d0162c5f9c0ac017075c63", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9" | |
}, | |
"require-dev": { | |
"symfony/finder": "~2.8|~3.0", | |
"symfony/polyfill-apcu": "~1.1" | |
}, | |
"suggest": { | |
"symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\ClassLoader\\": "" | |
}, | |
"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 ClassLoader Component", | |
"homepage": "https://symfony.com", | |
"time": "2016-11-29 08:26:13" | |
}, | |
{ | |
"name": "symfony/config", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/config.git", | |
"reference": "4a68f8953180bf77ea65f585020f4db0b18600b4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/config/zipball/4a68f8953180bf77ea65f585020f4db0b18600b4", | |
"reference": "4a68f8953180bf77ea65f585020f4db0b18600b4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9", | |
"symfony/filesystem": "~2.8|~3.0" | |
}, | |
"require-dev": { | |
"symfony/yaml": "~3.0" | |
}, | |
"suggest": { | |
"symfony/yaml": "To use the yaml reference dumper" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2-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-11-29 11:12:32" | |
}, | |
{ | |
"name": "symfony/console", | |
"version": "v2.8.14", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/console.git", | |
"reference": "a871ba00e0f604dceac64c56c27f99fbeaf4854e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/console/zipball/a871ba00e0f604dceac64c56c27f99fbeaf4854e", | |
"reference": "a871ba00e0f604dceac64c56c27f99fbeaf4854e", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.9", | |
"symfony/debug": "~2.7,>=2.7.2|~3.0.0", | |
"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-11-15 23:02:12" | |
}, | |
{ | |
"name": "symfony/css-selector", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/css-selector.git", | |
"reference": "e1241f275814827c411d922ba8e64cf2a00b2994" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/css-selector/zipball/e1241f275814827c411d922ba8e64cf2a00b2994", | |
"reference": "e1241f275814827c411d922ba8e64cf2a00b2994", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2-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-11-03 08:11:03" | |
}, | |
{ | |
"name": "symfony/debug", | |
"version": "v3.0.9", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/debug.git", | |
"reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", | |
"reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9", | |
"psr/log": "~1.0" | |
}, | |
"conflict": { | |
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" | |
}, | |
"require-dev": { | |
"symfony/class-loader": "~2.8|~3.0", | |
"symfony/http-kernel": "~2.8|~3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Debug\\": "" | |
}, | |
"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 Debug Component", | |
"homepage": "https://symfony.com", | |
"time": "2016-07-30 07:22:48" | |
}, | |
{ | |
"name": "symfony/dependency-injection", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/dependency-injection.git", | |
"reference": "f5419adad083c90e0dfd8588ef83683d7dbcc20d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f5419adad083c90e0dfd8588ef83683d7dbcc20d", | |
"reference": "f5419adad083c90e0dfd8588ef83683d7dbcc20d", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9" | |
}, | |
"conflict": { | |
"symfony/yaml": "<3.2" | |
}, | |
"require-dev": { | |
"symfony/config": "~2.8|~3.0", | |
"symfony/expression-language": "~2.8|~3.0", | |
"symfony/yaml": "~3.2" | |
}, | |
"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": "3.2-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-11-25 12:32:42" | |
}, | |
{ | |
"name": "symfony/dom-crawler", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/dom-crawler.git", | |
"reference": "c6b6111f5aae7c58698cdc10220785627ac44a2c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c6b6111f5aae7c58698cdc10220785627ac44a2c", | |
"reference": "c6b6111f5aae7c58698cdc10220785627ac44a2c", | |
"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.2-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-11-25 12:32:42" | |
}, | |
{ | |
"name": "symfony/event-dispatcher", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/event-dispatcher.git", | |
"reference": "e8f47a327c2f0fd5aa04fa60af2b693006ed7283" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e8f47a327c2f0fd5aa04fa60af2b693006ed7283", | |
"reference": "e8f47a327c2f0fd5aa04fa60af2b693006ed7283", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9" | |
}, | |
"require-dev": { | |
"psr/log": "~1.0", | |
"symfony/config": "~2.8|~3.0", | |
"symfony/dependency-injection": "~2.8|~3.0", | |
"symfony/expression-language": "~2.8|~3.0", | |
"symfony/stopwatch": "~2.8|~3.0" | |
}, | |
"suggest": { | |
"symfony/dependency-injection": "", | |
"symfony/http-kernel": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2-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-10-13 06:29:04" | |
}, | |
{ | |
"name": "symfony/filesystem", | |
"version": "v2.8.14", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/filesystem.git", | |
"reference": "a3784111af9f95f102b6411548376e1ae7c93898" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/filesystem/zipball/a3784111af9f95f102b6411548376e1ae7c93898", | |
"reference": "a3784111af9f95f102b6411548376e1ae7c93898", | |
"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-10-18 04:28:30" | |
}, | |
{ | |
"name": "symfony/finder", | |
"version": "v2.8.14", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/finder.git", | |
"reference": "0023b024363dfc0cd21262e556f25a291fe8d7fd" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/finder/zipball/0023b024363dfc0cd21262e556f25a291fe8d7fd", | |
"reference": "0023b024363dfc0cd21262e556f25a291fe8d7fd", | |
"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-11-03 07:52:58" | |
}, | |
{ | |
"name": "symfony/polyfill-mbstring", | |
"version": "v1.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-mbstring.git", | |
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", | |
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"suggest": { | |
"ext-mbstring": "For best performance" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3-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-11-14 01:06:16" | |
}, | |
{ | |
"name": "symfony/process", | |
"version": "v2.8.14", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/process.git", | |
"reference": "024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/process/zipball/024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f", | |
"reference": "024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f", | |
"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-09-29 14:03:54" | |
}, | |
{ | |
"name": "symfony/stopwatch", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/stopwatch.git", | |
"reference": "5b139e1c4290e6c7640ba80d9c9b5e49ef22b841" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/5b139e1c4290e6c7640ba80d9c9b5e49ef22b841", | |
"reference": "5b139e1c4290e6c7640ba80d9c9b5e49ef22b841", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Stopwatch\\": "" | |
}, | |
"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 Stopwatch Component", | |
"homepage": "https://symfony.com", | |
"time": "2016-06-29 05:43:10" | |
}, | |
{ | |
"name": "symfony/translation", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/translation.git", | |
"reference": "64ab6fc0b42e5386631f408e6adcaaff8eee5ba1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/translation/zipball/64ab6fc0b42e5386631f408e6adcaaff8eee5ba1", | |
"reference": "64ab6fc0b42e5386631f408e6adcaaff8eee5ba1", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9", | |
"symfony/polyfill-mbstring": "~1.0" | |
}, | |
"conflict": { | |
"symfony/config": "<2.8" | |
}, | |
"require-dev": { | |
"psr/log": "~1.0", | |
"symfony/config": "~2.8|~3.0", | |
"symfony/intl": "~2.8|~3.0", | |
"symfony/yaml": "~2.8|~3.0" | |
}, | |
"suggest": { | |
"psr/log": "To use logging capability in translator", | |
"symfony/config": "", | |
"symfony/yaml": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Translation\\": "" | |
}, | |
"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 Translation Component", | |
"homepage": "https://symfony.com", | |
"time": "2016-11-18 21:17:59" | |
}, | |
{ | |
"name": "symfony/var-dumper", | |
"version": "v3.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/var-dumper.git", | |
"reference": "86f4e8aeb07bd5fb467f6bdd599a30298d19fa5f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/86f4e8aeb07bd5fb467f6bdd599a30298d19fa5f", | |
"reference": "86f4e8aeb07bd5fb467f6bdd599a30298d19fa5f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9", | |
"symfony/polyfill-mbstring": "~1.0" | |
}, | |
"require-dev": { | |
"twig/twig": "~1.20|~2.0" | |
}, | |
"suggest": { | |
"ext-symfony_debug": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"Resources/functions/dump.php" | |
], | |
"psr-4": { | |
"Symfony\\Component\\VarDumper\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "p@tchwork.com" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony mechanism for exploring and dumping PHP variables", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"debug", | |
"dump" | |
], | |
"time": "2016-11-29 10:33:09" | |
}, | |
{ | |
"name": "symfony/yaml", | |
"version": "v3.2.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/yaml.git", | |
"reference": "a7095af4b97a0955f85c8989106c249fa649011f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/yaml/zipball/a7095af4b97a0955f85c8989106c249fa649011f", | |
"reference": "a7095af4b97a0955f85c8989106c249fa649011f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.9" | |
}, | |
"require-dev": { | |
"symfony/console": "~2.8|~3.0" | |
}, | |
"suggest": { | |
"symfony/console": "For validating YAML files using the lint command" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2-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-12-10 10:07:06" | |
}, | |
{ | |
"name": "webmozart/assert", | |
"version": "1.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/webmozart/assert.git", | |
"reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", | |
"reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.3 || ^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.6", | |
"sebastian/version": "^1.0.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Webmozart\\Assert\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Bernhard Schussek", | |
"email": "bschussek@gmail.com" | |
} | |
], | |
"description": "Assertions to validate method input/output with nice error messages.", | |
"keywords": [ | |
"assert", | |
"check", | |
"validate" | |
], | |
"time": "2016-11-23 20:04:58" | |
} | |
], | |
"packages-dev": [], | |
"aliases": [], | |
"minimum-stability": "stable", | |
"stability-flags": { | |
"laravel/installer": 20, | |
"beelab/bowerphp": 15, | |
"psy/psysh": 0, | |
"phpmd/phpmd": 0 | |
}, | |
"prefer-stable": false, | |
"prefer-lowest": false, | |
"platform": [], | |
"platform-dev": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment