Created
November 24, 2016 16:57
-
-
Save johannessteu/111d253fa782a281846ef94c6d49a793 to your computer and use it in GitHub Desktop.
flow-dev collection pre namespace change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "neos/flow-development-distribution", | |
"description": "Flow Development Distribution", | |
"license": "MIT", | |
"support": { | |
"email": "[email protected]", | |
"slack": "http://slack.neos.io/", | |
"forum": "https://discuss.neos.io/", | |
"wiki": "https://discuss.neos.io/c/the-neos-project/project-documentation", | |
"issues": "https://jira.neos.io/browse/FLOW", | |
"docs": "http://flowframework.readthedocs.org/", | |
"source": "https://github.com/neos/flow-development-distribution" | |
}, | |
"config": { | |
"vendor-dir": "Packages/Libraries", | |
"bin-dir": "bin" | |
}, | |
"require": { | |
"neos/flow-development-collection": "dev-master", | |
"typo3/welcome": "dev-master", | |
"typo3/kickstart": "dev-master", | |
"typo3/buildessentials": "dev-master", | |
"phpunit/phpunit": "~4.8 | ~5.4.0", | |
"mikey179/vfsstream": "~1.6", | |
"flowpack/behat": "dev-master" | |
}, | |
"suggest": { | |
"ext-pdo_sqlite": "For running functional tests out-of-the-box this is required" | |
}, | |
"scripts": { | |
"post-update-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall", | |
"post-install-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall", | |
"post-package-update": "TYPO3\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall", | |
"post-package-install": "TYPO3\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_readme": [ | |
"This file locks the dependencies of your project to a known state", | |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
"This file is @generated automatically" | |
], | |
"hash": "9f13b0311853c9a6ca4e075d72f89cb6", | |
"content-hash": "5877160cf5ee7c15a4e318cc495b1c61", | |
"packages": [ | |
{ | |
"name": "doctrine/annotations", | |
"version": "v1.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/annotations.git", | |
"reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/annotations/zipball/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5", | |
"reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/lexer": "1.*", | |
"php": "^5.6 || ^7.0" | |
}, | |
"require-dev": { | |
"doctrine/cache": "1.*", | |
"phpunit/phpunit": "^5.6.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Docblock Annotations Parser", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"annotations", | |
"docblock", | |
"parser" | |
], | |
"time": "2016-10-24 11:45:47" | |
}, | |
{ | |
"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": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"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/collections", | |
"version": "v1.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/collections.git", | |
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", | |
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.2.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\Common\\Collections\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Collections Abstraction library", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"array", | |
"collections", | |
"iterator" | |
], | |
"time": "2015-04-14 22:21:58" | |
}, | |
{ | |
"name": "doctrine/common", | |
"version": "v2.6.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/common.git", | |
"reference": "a579557bc689580c19fee4e27487a67fe60defc0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", | |
"reference": "a579557bc689580c19fee4e27487a67fe60defc0", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/annotations": "1.*", | |
"doctrine/cache": "1.*", | |
"doctrine/collections": "1.*", | |
"doctrine/inflector": "1.*", | |
"doctrine/lexer": "1.*", | |
"php": "~5.5|~7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.8|~5.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.7.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\": "lib/Doctrine/Common" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Common Library for Doctrine projects", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"annotations", | |
"collections", | |
"eventmanager", | |
"persistence", | |
"spl" | |
], | |
"time": "2015-12-25 13:18:31" | |
}, | |
{ | |
"name": "doctrine/dbal", | |
"version": "v2.5.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/dbal.git", | |
"reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", | |
"reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/common": ">=2.4,<2.7-dev", | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "4.*", | |
"symfony/console": "2.*||^3.0" | |
}, | |
"suggest": { | |
"symfony/console": "For helpful console commands such as SQL execution and import of files." | |
}, | |
"bin": [ | |
"bin/doctrine-dbal" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.5.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\DBAL\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Database Abstraction Layer", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"database", | |
"dbal", | |
"persistence", | |
"queryobject" | |
], | |
"time": "2016-09-09 19:13:33" | |
}, | |
{ | |
"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": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"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": "[email protected]", | |
"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": "doctrine/lexer", | |
"version": "v1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/lexer.git", | |
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", | |
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\Common\\Lexer\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"lexer", | |
"parser" | |
], | |
"time": "2014-09-09 13:34:57" | |
}, | |
{ | |
"name": "doctrine/migrations", | |
"version": "v1.3.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/migrations.git", | |
"reference": "fda27fc96d20a1abd46d4526387c7d6d416da263" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/migrations/zipball/fda27fc96d20a1abd46d4526387c7d6d416da263", | |
"reference": "fda27fc96d20a1abd46d4526387c7d6d416da263", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/dbal": "~2.2", | |
"ocramius/proxy-manager": "^1.0|^2.0", | |
"php": "^5.5|^7.0", | |
"symfony/console": "~2.3|~3.0", | |
"symfony/yaml": "~2.3|~3.0" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "dev-master", | |
"doctrine/orm": "2.*", | |
"johnkary/phpunit-speedtrap": "~1.0@dev", | |
"mockery/mockery": "^0.9.4", | |
"phpunit/phpunit": "~4.7", | |
"satooshi/php-coveralls": "0.6.*" | |
}, | |
"bin": [ | |
"bin/doctrine-migrations" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "v1.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-2.1" | |
], | |
"authors": [ | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Michael Simonson", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Database Schema migrations using Doctrine DBAL", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"database", | |
"migrations" | |
], | |
"time": "2016-02-23 15:27:16" | |
}, | |
{ | |
"name": "doctrine/orm", | |
"version": "v2.5.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/doctrine2.git", | |
"reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", | |
"reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/cache": "~1.4", | |
"doctrine/collections": "~1.2", | |
"doctrine/common": ">=2.5-dev,<2.7-dev", | |
"doctrine/dbal": ">=2.5-dev,<2.6-dev", | |
"doctrine/instantiator": "~1.0.1", | |
"ext-pdo": "*", | |
"php": ">=5.4", | |
"symfony/console": "~2.5|~3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.0", | |
"symfony/yaml": "~2.3|~3.0" | |
}, | |
"suggest": { | |
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" | |
}, | |
"bin": [ | |
"bin/doctrine", | |
"bin/doctrine.php" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.6.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\ORM\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Object-Relational-Mapper for PHP", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"database", | |
"orm" | |
], | |
"time": "2016-09-10 18:51:13" | |
}, | |
{ | |
"name": "flowpack/behat", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Flowpack/Flowpack.Behat.git", | |
"reference": "d6a4b8701a86e2c2b48fc2c8e94f669be6444858" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Flowpack/Flowpack.Behat/zipball/d6a4b8701a86e2c2b48fc2c8e94f669be6444858", | |
"reference": "d6a4b8701a86e2c2b48fc2c8e94f669be6444858", | |
"shasum": "" | |
}, | |
"require": { | |
"typo3/flow": ">=2.3" | |
}, | |
"type": "typo3-flow-package", | |
"extra": { | |
"applied-flow-migrations": [ | |
"TYPO3.FLOW3-201201261636", | |
"TYPO3.Fluid-201205031303", | |
"TYPO3.FLOW3-201205292145", | |
"TYPO3.FLOW3-201206271128", | |
"TYPO3.FLOW3-201209201112", | |
"TYPO3.Flow-201209251426", | |
"TYPO3.Flow-201211151101", | |
"TYPO3.Flow-201212051340", | |
"TYPO3.Neos.NodeTypes-130516220640", | |
"TYPO3.TypoScript-130516234520", | |
"TYPO3.TypoScript-130516235550", | |
"TYPO3.TYPO3CR-130523180140", | |
"TYPO3.Neos.NodeTypes-201309111655", | |
"TYPO3.Neos-201310021548", | |
"TYPO3.Flow-201310031523", | |
"TYPO3.Flow-201405111147", | |
"TYPO3.Neos-201407061038", | |
"TYPO3.Neos-201409071922", | |
"TYPO3.TYPO3CR-140911160326", | |
"TYPO3.Neos-201410010000", | |
"TYPO3.TYPO3CR-141101082142", | |
"TYPO3.Neos-20141113115300", | |
"TYPO3.Fluid-20141113120800", | |
"TYPO3.Flow-20141113121400", | |
"TYPO3.Fluid-20141121091700", | |
"TYPO3.Neos-20141218134700", | |
"TYPO3.Fluid-20150214130800", | |
"TYPO3.Neos-20150303231600", | |
"TYPO3.TYPO3CR-20150510103823" | |
] | |
}, | |
"autoload": { | |
"psr-0": { | |
"Flowpack\\Behat": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "Behat support package for TYPO3 Flow", | |
"time": "2016-11-16 21:37:14" | |
}, | |
{ | |
"name": "mikey179/vfsStream", | |
"version": "v1.6.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/mikey179/vfsStream.git", | |
"reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592", | |
"reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.6.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"org\\bovigo\\vfs\\": "src/main/php" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Frank Kleine", | |
"homepage": "http://frankkleine.de/", | |
"role": "Developer" | |
} | |
], | |
"description": "Virtual file system to mock the real file system in unit tests.", | |
"homepage": "http://vfs.bovigo.org/", | |
"time": "2016-07-18 14:02:57" | |
}, | |
{ | |
"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": "neos/composer-plugin", | |
"version": "2.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/neos/composer-plugin.git", | |
"reference": "cd20e3c9b548127f4fa1e0f31662072bf82250d4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/neos/composer-plugin/zipball/cd20e3c9b548127f4fa1e0f31662072bf82250d4", | |
"reference": "cd20e3c9b548127f4fa1e0f31662072bf82250d4", | |
"shasum": "" | |
}, | |
"require": { | |
"composer-plugin-api": "^1.0.0" | |
}, | |
"type": "composer-plugin", | |
"extra": { | |
"class": "Neos\\ComposerPlugin\\Plugin" | |
}, | |
"autoload": { | |
"psr-4": { | |
"Neos\\ComposerPlugin\\": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"description": "Flow Composer Plugin", | |
"time": "2016-05-05 07:03:52" | |
}, | |
{ | |
"name": "neos/flow-development-collection", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/neos/flow-development-collection.git", | |
"reference": "76d96c8c202f28c4bb47ecd6195a5e88cba86214" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/neos/flow-development-collection/zipball/76d96c8c202f28c4bb47ecd6195a5e88cba86214", | |
"reference": "76d96c8c202f28c4bb47ecd6195a5e88cba86214", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/dbal": "~2.5.0", | |
"doctrine/migrations": "~1.3.0", | |
"doctrine/orm": "~2.5.0", | |
"ext-json": ">=1.2.0", | |
"ext-mbstring": "*", | |
"ext-reflection": "*", | |
"ext-spl": "*", | |
"ext-zlib": "*", | |
"neos/composer-plugin": "^2.0.0", | |
"paragonie/random_compat": "^1.0", | |
"php": ">=7.0.0", | |
"ramsey/uuid": "^3.0.0", | |
"symfony/console": "~2.8", | |
"symfony/dom-crawler": "~2.8.0", | |
"symfony/yaml": "~2.8.0", | |
"typo3fluid/fluid": "^2.0.4" | |
}, | |
"replace": { | |
"neos/cache": "self.version", | |
"neos/error-messages": "self.version", | |
"neos/fluid-adaptor": "self.version", | |
"neos/utility-arrays": "self.version", | |
"neos/utility-files": "self.version", | |
"neos/utility-lock": "self.version", | |
"neos/utility-mediatypes": "self.version", | |
"neos/utility-objecthandling": "self.version", | |
"neos/utility-opcodecache": "self.version", | |
"neos/utility-pdo": "self.version", | |
"neos/utility-schema": "self.version", | |
"neos/utility-unicode": "self.version", | |
"typo3/eel": "self.version", | |
"typo3/flow": "self.version", | |
"typo3/kickstart": "self.version" | |
}, | |
"require-dev": { | |
"mikey179/vfsstream": "~1.6", | |
"phpunit/phpunit": "~4.8 || ~5.2.0" | |
}, | |
"suggest": { | |
"doctrine/data-fixtures": "To manage and execute the loading of data fixtures for the Doctrine ORM or ODM", | |
"ext-curl": "To use the \\TYPO3\\Flow\\Http\\Client\\CurlEngine", | |
"ext-memcache": "If you have a memcache server and want to use it for caching.", | |
"ext-memcached": "Alternative, if you have a memcache server and want to use it for caching.", | |
"ext-redis": "If you have a redis server and want to use it for caching.", | |
"php-uuid": "For fast generation of UUIDs used in the persistence.", | |
"typo3/party": "To make use of basic user handling" | |
}, | |
"type": "neos-package-collection", | |
"extra": { | |
"installer-name": "Framework", | |
"neos": { | |
"warning": "AUTOGENERATED FILE, ONLY MODIFY THE .composer.json IN THIS DIRECTORY AND RUN THE MERGE SCRIPT.", | |
"package-key": [ | |
"Neos.Cache", | |
"Neos.Utility.Arrays", | |
"Neos.Utility.Files", | |
"Neos.Utility.MediaTypes", | |
"Neos.Utility.ObjectHandling", | |
"Neos.Utility.OpcodeCache", | |
"Neos.Utility.Pdo", | |
"Neos.Utility.Schema" | |
] | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Flow\\Cache": [ | |
"Neos.Cache/Classes" | |
], | |
"TYPO3\\Flow\\Error": [ | |
"Neos.Error.Messages/Classes" | |
], | |
"TYPO3\\Flow\\Utility": [ | |
"Neos.Utility.Arrays/Classes", | |
"Neos.Utility.Files/Classes", | |
"Neos.Utility.MediaTypes/Classes", | |
"Neos.Utility.ObjectHandling/Classes", | |
"Neos.Utility.OpcodeCache/Classes", | |
"Neos.Utility.Pdo/Classes", | |
"Neos.Utility.Schema/Classes" | |
], | |
"TYPO3\\Flow\\Utility\\Lock": [ | |
"Neos.Utility.Lock/Classes" | |
], | |
"TYPO3\\Flow\\Reflection": [ | |
"Neos.Utility.ObjectHandling/Classes" | |
], | |
"TYPO3\\Flow\\Utility\\Unicode": [ | |
"Neos.Utility.Unicode/Classes" | |
], | |
"TYPO3\\Eel": [ | |
"TYPO3.Eel/Classes" | |
], | |
"TYPO3\\Flow": [ | |
"TYPO3.Flow/Classes" | |
], | |
"TYPO3\\Kickstart": [ | |
"TYPO3.Kickstart/Classes" | |
] | |
}, | |
"psr-4": { | |
"Neos\\Cache\\": [ | |
"Neos.Cache/Classes" | |
], | |
"Neos\\FluidAdaptor\\": [ | |
"Neos.FluidAdaptor/Classes/" | |
], | |
"TYPO3\\Flow\\Core\\Migrations\\": [ | |
"TYPO3.Flow/Scripts/Migrations" | |
] | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"description": "Flow packages in a joined repository for pull requests.", | |
"time": "2016-11-24 16:42:16" | |
}, | |
{ | |
"name": "ocramius/package-versions", | |
"version": "1.1.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Ocramius/PackageVersions.git", | |
"reference": "4b2bfc8128db95b533303942b0d5b332bffa07c6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4b2bfc8128db95b533303942b0d5b332bffa07c6", | |
"reference": "4b2bfc8128db95b533303942b0d5b332bffa07c6", | |
"shasum": "" | |
}, | |
"require": { | |
"composer-plugin-api": "^1.0", | |
"php": "~7.0" | |
}, | |
"require-dev": { | |
"composer/composer": "^1.2.0", | |
"phpunit/phpunit": "^5.4.7" | |
}, | |
"type": "composer-plugin", | |
"extra": { | |
"class": "PackageVersions\\Installer", | |
"branch-alias": { | |
"dev-master": "2.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"PackageVersions\\": "src/PackageVersions" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marco Pivetta", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", | |
"time": "2016-07-25 07:13:56" | |
}, | |
{ | |
"name": "ocramius/proxy-manager", | |
"version": "2.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Ocramius/ProxyManager.git", | |
"reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/a55d08229f4f614bf335759ed0cf63378feeb2e6", | |
"reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6", | |
"shasum": "" | |
}, | |
"require": { | |
"ocramius/package-versions": "^1.0", | |
"php": "7.0.0 - 7.0.5 || ^7.0.7", | |
"zendframework/zend-code": "3.0.0 - 3.0.2 || ^3.0.4" | |
}, | |
"require-dev": { | |
"couscous/couscous": "^1.4.0", | |
"ext-phar": "*", | |
"phpbench/phpbench": "^0.11.2", | |
"phpunit/phpunit": "^5.4.6", | |
"squizlabs/php_codesniffer": "^2.6.0" | |
}, | |
"suggest": { | |
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", | |
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", | |
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", | |
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"ProxyManager\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marco Pivetta", | |
"email": "[email protected]", | |
"homepage": "http://ocramius.github.io/" | |
} | |
], | |
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", | |
"homepage": "https://github.com/Ocramius/ProxyManager", | |
"keywords": [ | |
"aop", | |
"lazy loading", | |
"proxy", | |
"proxy pattern", | |
"service proxies" | |
], | |
"time": "2016-11-04 15:53:15" | |
}, | |
{ | |
"name": "paragonie/random_compat", | |
"version": "v1.4.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/paragonie/random_compat.git", | |
"reference": "c7e26a21ba357863de030f0b9e701c7d04593774" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774", | |
"reference": "c7e26a21ba357863de030f0b9e701c7d04593774", | |
"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": "[email protected]", | |
"homepage": "https://paragonie.com" | |
} | |
], | |
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | |
"keywords": [ | |
"csprng", | |
"pseudorandom", | |
"random" | |
], | |
"time": "2016-03-18 20:34:03" | |
}, | |
{ | |
"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": "[email protected]" | |
} | |
], | |
"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": "[email protected]" | |
} | |
], | |
"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", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpDocumentor/TypeResolver.git", | |
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", | |
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5", | |
"phpdocumentor/reflection-common": "^1.0" | |
}, | |
"require-dev": { | |
"mockery/mockery": "^0.9.4", | |
"phpunit/phpunit": "^5.2||^4.8.24" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"phpDocumentor\\Reflection\\": [ | |
"src/" | |
] | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Mike van Riel", | |
"email": "[email protected]" | |
} | |
], | |
"time": "2016-06-10 07:14:17" | |
}, | |
{ | |
"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": "[email protected]", | |
"homepage": "http://everzet.com" | |
}, | |
{ | |
"name": "Marcello Duarte", | |
"email": "[email protected]" | |
} | |
], | |
"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.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
"reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6cba06ff75a1a63a71033e1a01b89056f3af1e8d", | |
"reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d", | |
"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": "[email protected]", | |
"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-11-01 05:06:24" | |
}, | |
{ | |
"name": "phpunit/php-file-iterator", | |
"version": "1.4.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", | |
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
"keywords": [ | |
"filesystem", | |
"iterator" | |
], | |
"time": "2015-06-21 13:08:43" | |
}, | |
{ | |
"name": "phpunit/php-text-template", | |
"version": "1.2.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-text-template.git", | |
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"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": "[email protected]", | |
"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": "[email protected]" | |
} | |
], | |
"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.4.8", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit.git", | |
"reference": "3132365e1430c091f208e120b8845d39c25f20e6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3132365e1430c091f208e120b8845d39c25f20e6", | |
"reference": "3132365e1430c091f208e120b8845d39c25f20e6", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-json": "*", | |
"ext-pcre": "*", | |
"ext-reflection": "*", | |
"ext-spl": "*", | |
"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" | |
}, | |
"suggest": { | |
"phpunit/php-invoker": "~1.1" | |
}, | |
"bin": [ | |
"phpunit" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "5.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "The PHP Unit Testing framework.", | |
"homepage": "https://phpunit.de/", | |
"keywords": [ | |
"phpunit", | |
"testing", | |
"xunit" | |
], | |
"time": "2016-07-26 14:48:00" | |
}, | |
{ | |
"name": "phpunit/phpunit-mock-objects", | |
"version": "3.4.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
"reference": "45026c8383187ad1dcb14fbfec77dced265b9cfc" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/45026c8383187ad1dcb14fbfec77dced265b9cfc", | |
"reference": "45026c8383187ad1dcb14fbfec77dced265b9cfc", | |
"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": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "Mock Object library for PHPUnit", | |
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | |
"keywords": [ | |
"mock", | |
"xunit" | |
], | |
"time": "2016-11-19 09:07:46" | |
}, | |
{ | |
"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": "ramsey/uuid", | |
"version": "3.5.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/ramsey/uuid.git", | |
"reference": "5677cfe02397dd6b58c861870dfaa5d9007d3954" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/ramsey/uuid/zipball/5677cfe02397dd6b58c861870dfaa5d9007d3954", | |
"reference": "5677cfe02397dd6b58c861870dfaa5d9007d3954", | |
"shasum": "" | |
}, | |
"require": { | |
"paragonie/random_compat": "^1.0|^2.0", | |
"php": ">=5.4" | |
}, | |
"replace": { | |
"rhumsaa/uuid": "self.version" | |
}, | |
"require-dev": { | |
"apigen/apigen": "^4.1", | |
"codeception/aspect-mock": "1.0.0", | |
"doctrine/annotations": "~1.2.0", | |
"goaop/framework": "1.0.0-alpha.2", | |
"ircmaxell/random-lib": "^1.1", | |
"jakub-onderka/php-parallel-lint": "^0.9.0", | |
"mockery/mockery": "^0.9.4", | |
"moontoast/math": "^1.1", | |
"php-mock/php-mock-phpunit": "^0.3|^1.1", | |
"phpunit/phpunit": "^4.7|>=5.0 <5.4", | |
"satooshi/php-coveralls": "^0.6.1", | |
"squizlabs/php_codesniffer": "^2.3" | |
}, | |
"suggest": { | |
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", | |
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", | |
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", | |
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", | |
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", | |
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Ramsey\\Uuid\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marijn Huizendveld", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Thibaud Fabre", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Ben Ramsey", | |
"email": "[email protected]", | |
"homepage": "https://benramsey.com" | |
} | |
], | |
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", | |
"homepage": "https://github.com/ramsey/uuid", | |
"keywords": [ | |
"guid", | |
"identifier", | |
"uuid" | |
], | |
"time": "2016-11-22 19:21:44" | |
}, | |
{ | |
"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": "[email protected]" | |
} | |
], | |
"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": "[email protected]" | |
}, | |
{ | |
"name": "Volker Dusch", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Bernhard Schussek", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"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": "[email protected]" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Diff implementation", | |
"homepage": "https://github.com/sebastianbergmann/diff", | |
"keywords": [ | |
"diff" | |
], | |
"time": "2015-12-08 07:14:41" | |
}, | |
{ | |
"name": "sebastian/environment", | |
"version": "1.3.8", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/environment.git", | |
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", | |
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.3 || ^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8 || ^5.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Provides functionality to handle HHVM/PHP environments", | |
"homepage": "http://www.github.com/sebastianbergmann/environment", | |
"keywords": [ | |
"Xdebug", | |
"environment", | |
"hhvm" | |
], | |
"time": "2016-08-18 05:49:44" | |
}, | |
{ | |
"name": "sebastian/exporter", | |
"version": "1.2.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/exporter.git", | |
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", | |
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"sebastian/recursion-context": "~1.0" | |
}, | |
"require-dev": { | |
"ext-mbstring": "*", | |
"phpunit/phpunit": "~4.4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Jeff Welch", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Volker Dusch", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Bernhard Schussek", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Adam Harvey", | |
"email": "[email protected]" | |
} | |
], | |
"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": "[email protected]" | |
} | |
], | |
"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": "[email protected]" | |
} | |
], | |
"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": "[email protected]" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Adam Harvey", | |
"email": "[email protected]" | |
} | |
], | |
"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": "[email protected]" | |
} | |
], | |
"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.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/version.git", | |
"reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", | |
"reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", | |
"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": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "Library that helps with managing the version number of Git-hosted PHP projects", | |
"homepage": "https://github.com/sebastianbergmann/version", | |
"time": "2016-02-04 12:56:52" | |
}, | |
{ | |
"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": "[email protected]" | |
}, | |
{ | |
"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/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": "[email protected]" | |
}, | |
{ | |
"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/dom-crawler", | |
"version": "v2.8.14", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/dom-crawler.git", | |
"reference": "7f565fe00e580c1edf732234a6d26e9b796bd105" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7f565fe00e580c1edf732234a6d26e9b796bd105", | |
"reference": "7f565fe00e580c1edf732234a6d26e9b796bd105", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.9", | |
"symfony/polyfill-mbstring": "~1.0" | |
}, | |
"require-dev": { | |
"symfony/css-selector": "~2.8|~3.0.0" | |
}, | |
"suggest": { | |
"symfony/css-selector": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.8-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\DomCrawler\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony DomCrawler Component", | |
"homepage": "https://symfony.com", | |
"time": "2016-11-14 16:15:57" | |
}, | |
{ | |
"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": "[email protected]" | |
}, | |
{ | |
"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/yaml", | |
"version": "v2.8.14", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/yaml.git", | |
"reference": "befb26a3713c97af90d25dd12e75621ef14d91ff" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/yaml/zipball/befb26a3713c97af90d25dd12e75621ef14d91ff", | |
"reference": "befb26a3713c97af90d25dd12e75621ef14d91ff", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.9" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.8-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Yaml\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony Yaml Component", | |
"homepage": "https://symfony.com", | |
"time": "2016-11-14 16:15:57" | |
}, | |
{ | |
"name": "typo3/buildessentials", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/neos/BuildEssentials.git", | |
"reference": "8fc36cce05ce53109a1f11777b535543fea3fc76" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/neos/BuildEssentials/zipball/8fc36cce05ce53109a1f11777b535543fea3fc76", | |
"reference": "8fc36cce05ce53109a1f11777b535543fea3fc76", | |
"shasum": "" | |
}, | |
"require": { | |
"neos/composer-plugin": "^1.0.6|^2.0.0" | |
}, | |
"type": "neos-build", | |
"extra": { | |
"installer-name": "BuildEssentials" | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "TYPO3 Flow Build Toolchain Essentials", | |
"time": "2016-11-24 15:39:43" | |
}, | |
{ | |
"name": "typo3/welcome", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/neos/flow-welcome.git", | |
"reference": "2a5ce150123c3a55ff90d03f4ef184cccd6975f8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/neos/flow-welcome/zipball/2a5ce150123c3a55ff90d03f4ef184cccd6975f8", | |
"reference": "2a5ce150123c3a55ff90d03f4ef184cccd6975f8", | |
"shasum": "" | |
}, | |
"require": { | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Welcome": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"description": "This package provides a start screen for the Flow framework with links to online resources.", | |
"time": "2016-11-09 13:00:02" | |
}, | |
{ | |
"name": "typo3fluid/fluid", | |
"version": "2.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/TYPO3/Fluid.git", | |
"reference": "60e1ff26e3d04bafefff5ab4441642e044b3e46c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/TYPO3/Fluid/zipball/60e1ff26e3d04bafefff5ab4441642e044b3e46c", | |
"reference": "60e1ff26e3d04bafefff5ab4441642e044b3e46c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.0" | |
}, | |
"require-dev": { | |
"mikey179/vfsstream": "^1.6", | |
"phpunit/phpunit": "^4.8", | |
"satooshi/php-coveralls": "^1.0", | |
"squizlabs/php_codesniffer": "^2.7" | |
}, | |
"bin": [ | |
"bin/fluid" | |
], | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"TYPO3Fluid\\Fluid\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0" | |
], | |
"description": "The TYPO3 Fluid template rendering engine", | |
"time": "2016-11-10 22:50:04" | |
}, | |
{ | |
"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": "[email protected]" | |
} | |
], | |
"description": "Assertions to validate method input/output with nice error messages.", | |
"keywords": [ | |
"assert", | |
"check", | |
"validate" | |
], | |
"time": "2016-11-23 20:04:58" | |
}, | |
{ | |
"name": "zendframework/zend-code", | |
"version": "3.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/zendframework/zend-code.git", | |
"reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27", | |
"reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6", | |
"zendframework/zend-eventmanager": "^2.6 || ^3.0" | |
}, | |
"require-dev": { | |
"doctrine/annotations": "~1.0", | |
"ext-phar": "*", | |
"phpunit/phpunit": "^4.8.21", | |
"squizlabs/php_codesniffer": "^2.5", | |
"zendframework/zend-stdlib": "^2.7 || ^3.0" | |
}, | |
"suggest": { | |
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", | |
"zendframework/zend-stdlib": "Zend\\Stdlib component" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.1-dev", | |
"dev-develop": "3.2-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Zend\\Code\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"description": "provides facilities to generate arbitrary code using an object oriented interface", | |
"homepage": "https://github.com/zendframework/zend-code", | |
"keywords": [ | |
"code", | |
"zf2" | |
], | |
"time": "2016-10-24 13:23:32" | |
}, | |
{ | |
"name": "zendframework/zend-eventmanager", | |
"version": "3.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/zendframework/zend-eventmanager.git", | |
"reference": "5c80bdee0e952be112dcec0968bad770082c3a6e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e", | |
"reference": "5c80bdee0e952be112dcec0968bad770082c3a6e", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.5 || ^7.0" | |
}, | |
"require-dev": { | |
"athletic/athletic": "^0.1", | |
"container-interop/container-interop": "^1.1.0", | |
"phpunit/phpunit": "~4.0", | |
"squizlabs/php_codesniffer": "^2.0", | |
"zendframework/zend-stdlib": "^2.7.3 || ^3.0" | |
}, | |
"suggest": { | |
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", | |
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0-dev", | |
"dev-develop": "3.1-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Zend\\EventManager\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"description": "Trigger and listen to events within a PHP application", | |
"homepage": "https://github.com/zendframework/zend-eventmanager", | |
"keywords": [ | |
"event", | |
"eventmanager", | |
"events", | |
"zf2" | |
], | |
"time": "2016-02-18 20:53:00" | |
} | |
], | |
"packages-dev": [], | |
"aliases": [], | |
"minimum-stability": "stable", | |
"stability-flags": { | |
"neos/flow-development-collection": 20, | |
"typo3/welcome": 20, | |
"typo3/kickstart": 20, | |
"typo3/buildessentials": 20, | |
"flowpack/behat": 20 | |
}, | |
"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