Created
March 21, 2015 23:59
-
-
Save ryzy/ae754d969a32fac7ad44 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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
"This file is @generated automatically" | |
], | |
"hash": "4773f480622f64505f94e877c67c97d0", | |
"packages": [ | |
{ | |
"name": "behat/transliterator", | |
"version": "v1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Behat/Transliterator.git", | |
"reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/c93521d3462a554332d1ef5bb0e9b5b8ca4106c4", | |
"reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0-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": "2014-05-15 22:08:22" | |
}, | |
{ | |
"name": "composer/installers", | |
"version": "v1.0.21", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/composer/installers.git", | |
"reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/composer/installers/zipball/d64e23fce42a4063d63262b19b8e7c0f3b5e4c45", | |
"reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45", | |
"shasum": "" | |
}, | |
"replace": { | |
"roundcube/plugin-installer": "*", | |
"shama/baton": "*" | |
}, | |
"require-dev": { | |
"composer/composer": "1.0.*@dev", | |
"phpunit/phpunit": "4.1.*" | |
}, | |
"type": "composer-installer", | |
"extra": { | |
"class": "Composer\\Installers\\Installer", | |
"branch-alias": { | |
"dev-master": "1.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Composer\\Installers\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Kyle Robinson Young", | |
"email": "[email protected]", | |
"homepage": "https://github.com/shama" | |
} | |
], | |
"description": "A multi-framework Composer library installer", | |
"homepage": "http://composer.github.com/installers/", | |
"keywords": [ | |
"Craft", | |
"Dolibarr", | |
"Hurad", | |
"MODX Evo", | |
"OXID", | |
"SMF", | |
"Thelia", | |
"WolfCMS", | |
"agl", | |
"aimeos", | |
"annotatecms", | |
"bitrix", | |
"cakephp", | |
"chef", | |
"codeigniter", | |
"concrete5", | |
"croogo", | |
"dokuwiki", | |
"drupal", | |
"elgg", | |
"fuelphp", | |
"grav", | |
"installer", | |
"joomla", | |
"kohana", | |
"laravel", | |
"lithium", | |
"magento", | |
"mako", | |
"mediawiki", | |
"modulework", | |
"moodle", | |
"phpbb", | |
"piwik", | |
"ppi", | |
"puppet", | |
"roundcube", | |
"shopware", | |
"silverstripe", | |
"symfony", | |
"typo3", | |
"wordpress", | |
"zend", | |
"zikula" | |
], | |
"time": "2015-02-18 17:17:01" | |
}, | |
{ | |
"name": "doctrine/annotations", | |
"version": "v1.2.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/annotations.git", | |
"reference": "eeda578cbe24a170331a1cfdf78be723412df7a4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4", | |
"reference": "eeda578cbe24a170331a1cfdf78be723412df7a4", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/lexer": "1.*", | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"doctrine/cache": "1.*", | |
"phpunit/phpunit": "4.*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\Common\\Annotations\\": "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": "Docblock Annotations Parser", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"annotations", | |
"docblock", | |
"parser" | |
], | |
"time": "2014-12-20 20:49:38" | |
}, | |
{ | |
"name": "doctrine/cache", | |
"version": "v1.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/cache.git", | |
"reference": "2346085d2b027b233ae1d5de59b07440b9f288c8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8", | |
"reference": "2346085d2b027b233ae1d5de59b07440b9f288c8", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"conflict": { | |
"doctrine/common": ">2.2,<2.4" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": ">=3.7", | |
"predis/predis": "~0.8", | |
"satooshi/php-coveralls": "~0.6" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\Common\\Cache\\": "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": "Caching library offering an object-oriented API for many cache backends", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"cache", | |
"caching" | |
], | |
"time": "2015-01-15 20:38:55" | |
}, | |
{ | |
"name": "doctrine/collections", | |
"version": "v1.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/collections.git", | |
"reference": "b99c5c46c87126201899afe88ec490a25eedd6a2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2", | |
"reference": "b99c5c46c87126201899afe88ec490a25eedd6a2", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"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": "Jonathan Wage", | |
"email": "[email protected]", | |
"homepage": "http://www.jwage.com/", | |
"role": "Creator" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]", | |
"homepage": "http://www.instaclick.com" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]", | |
"homepage": "https://github.com/schmittjoh", | |
"role": "Developer of wrapped JMSSerializerBundle" | |
} | |
], | |
"description": "Collections Abstraction library", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"array", | |
"collections", | |
"iterator" | |
], | |
"time": "2014-02-03 23:07:43" | |
}, | |
{ | |
"name": "doctrine/common", | |
"version": "v2.4.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/common.git", | |
"reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b", | |
"reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/annotations": "1.*", | |
"doctrine/cache": "1.*", | |
"doctrine/collections": "1.*", | |
"doctrine/inflector": "1.*", | |
"doctrine/lexer": "1.*", | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~3.7" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\Common\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]", | |
"homepage": "http://www.jwage.com/", | |
"role": "Creator" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]", | |
"homepage": "http://www.instaclick.com" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]", | |
"homepage": "https://github.com/schmittjoh", | |
"role": "Developer of wrapped JMSSerializerBundle" | |
} | |
], | |
"description": "Common Library for Doctrine projects", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"annotations", | |
"collections", | |
"eventmanager", | |
"persistence", | |
"spl" | |
], | |
"time": "2014-05-21 19:28:51" | |
}, | |
{ | |
"name": "doctrine/dbal", | |
"version": "v2.5.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/dbal.git", | |
"reference": "628c2256b646ae2417d44e063bce8aec5199d48d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d", | |
"reference": "628c2256b646ae2417d44e063bce8aec5199d48d", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/common": ">=2.4,<2.6-dev", | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "4.*", | |
"symfony/console": "2.*" | |
}, | |
"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": "2015-01-12 21:52:47" | |
}, | |
{ | |
"name": "doctrine/inflector", | |
"version": "v1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/inflector.git", | |
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", | |
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "4.*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.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": "2014-12-20 21:24:13" | |
}, | |
{ | |
"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": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/migrations.git", | |
"reference": "1e3f9f86a0f171df25be1946120a2a54d42db4d5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/migrations/zipball/1e3f9f86a0f171df25be1946120a2a54d42db4d5", | |
"reference": "1e3f9f86a0f171df25be1946120a2a54d42db4d5", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/dbal": "~2.0", | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"symfony/console": "2.*", | |
"symfony/yaml": "2.*" | |
}, | |
"suggest": { | |
"symfony/console": "to run the migration from the console" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\DBAL\\Migrations": "lib" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-2.1" | |
], | |
"authors": [ | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Database Schema migrations using Doctrine DBAL", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"database", | |
"migrations" | |
], | |
"time": "2015-03-20 13:06:33" | |
}, | |
{ | |
"name": "doctrine/orm", | |
"version": "v2.4.7", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/doctrine2.git", | |
"reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68", | |
"reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/collections": "~1.1", | |
"doctrine/dbal": "~2.4", | |
"ext-pdo": "*", | |
"php": ">=5.3.2", | |
"symfony/console": "~2.0" | |
}, | |
"require-dev": { | |
"satooshi/php-coveralls": "dev-master", | |
"symfony/yaml": "~2.1" | |
}, | |
"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.4.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": "2014-12-16 13:45:01" | |
}, | |
{ | |
"name": "gedmo/doctrine-extensions", | |
"version": "v2.3.12", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Atlantic18/DoctrineExtensions.git", | |
"reference": "c3ff3c73c95b01e107af33d4fe3abf80794e2df9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/c3ff3c73c95b01e107af33d4fe3abf80794e2df9", | |
"reference": "c3ff3c73c95b01e107af33d4fe3abf80794e2df9", | |
"shasum": "" | |
}, | |
"require": { | |
"behat/transliterator": "~1.0", | |
"doctrine/common": "~2.4", | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"doctrine/mongodb-odm": ">=1.0.0-BETA11", | |
"doctrine/orm": "~2.4", | |
"phpunit/phpunit": "~4.4", | |
"phpunit/phpunit-mock-objects": "~2.3", | |
"symfony/yaml": "~2.3" | |
}, | |
"suggest": { | |
"doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", | |
"doctrine/orm": "to use the extensions with the ORM" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Gedmo\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "David Buchmann", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Gediminas Morkevicius", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Gustavo Falco", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Doctrine2 behavioral extensions", | |
"homepage": "http://gediminasm.org/", | |
"keywords": [ | |
"Blameable", | |
"behaviors", | |
"doctrine2", | |
"extensions", | |
"gedmo", | |
"loggable", | |
"nestedset", | |
"sluggable", | |
"sortable", | |
"timestampable", | |
"translatable", | |
"tree", | |
"uploadable" | |
], | |
"time": "2015-02-24 21:41:37" | |
}, | |
{ | |
"name": "imagine/imagine", | |
"version": "0.6.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/avalanche123/Imagine.git", | |
"reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/83ca8babede0e54f935ec09d55a726bf4b0a3f7c", | |
"reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"sami/sami": "dev-master" | |
}, | |
"suggest": { | |
"ext-gd": "to use the GD implementation", | |
"ext-gmagick": "to use the Gmagick implementation", | |
"ext-imagick": "to use the Imagick implementation" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-develop": "0.7-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Imagine": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Bulat Shakirzyanov", | |
"email": "[email protected]", | |
"homepage": "http://avalanche123.com" | |
} | |
], | |
"description": "Image processing for PHP 5.3", | |
"homepage": "http://imagine.readthedocs.org/", | |
"keywords": [ | |
"drawing", | |
"graphics", | |
"image manipulation", | |
"image processing" | |
], | |
"time": "2014-11-11 11:36:02" | |
}, | |
{ | |
"name": "m12/neos-foundation", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/million12/M12.Foundation.git", | |
"reference": "ff846adf20816f675b2e0d7475dc53e49aa97924" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/million12/M12.Foundation/zipball/ff846adf20816f675b2e0d7475dc53e49aa97924", | |
"reference": "ff846adf20816f675b2e0d7475dc53e49aa97924", | |
"shasum": "" | |
}, | |
"require": { | |
"m12/neos-utils": "*", | |
"typo3/neos-nodetypes": "*" | |
}, | |
"conflict": { | |
"typo3/neosdemotypo3org": "*" | |
}, | |
"type": "typo3-flow-plugin", | |
"autoload": { | |
"psr-0": { | |
"M12\\Foundation": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Samuel Ryzycki", | |
"email": "[email protected]", | |
"homepage": "http://m12.io", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Marcin Ryzycki", | |
"email": "[email protected]", | |
"homepage": "http://m12.io", | |
"role": "Developer" | |
} | |
], | |
"description": "Foundation content elements", | |
"time": "2015-03-16 01:28:13" | |
}, | |
{ | |
"name": "m12/neos-foundation-site", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/million12/M12.FoundationSite.git", | |
"reference": "c55c77892d370e9f4b4994074ca25cc62d129179" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/million12/M12.FoundationSite/zipball/c55c77892d370e9f4b4994074ca25cc62d129179", | |
"reference": "c55c77892d370e9f4b4994074ca25cc62d129179", | |
"shasum": "" | |
}, | |
"require": { | |
"m12/neos-foundation": "*", | |
"m12/neos-nodetype-slickcarousel": "*", | |
"typo3/neos-nodetypes": "*" | |
}, | |
"type": "typo3-flow-site", | |
"autoload": { | |
"psr-0": { | |
"M12\\FoundationSite": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marcin Ryzycki", | |
"email": "[email protected]", | |
"homepage": "http://m12.io", | |
"role": "Back-end Developer" | |
}, | |
{ | |
"name": "Samuel Ryzycki", | |
"email": "[email protected]", | |
"homepage": "http://m12.io", | |
"role": "Front-end Developer" | |
} | |
], | |
"description": "TYPO3 Neos site package for M12.Foundation", | |
"time": "2015-03-16 01:59:02" | |
}, | |
{ | |
"name": "m12/neos-nodetype-slickcarousel", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/million12/Neos.Plugin.SlickCarousel.git", | |
"reference": "eeba6ae90ba1fec374eca38848764e55e77b87e3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/million12/Neos.Plugin.SlickCarousel/zipball/eeba6ae90ba1fec374eca38848764e55e77b87e3", | |
"reference": "eeba6ae90ba1fec374eca38848764e55e77b87e3", | |
"shasum": "" | |
}, | |
"require": { | |
"typo3/neos-nodetypes": "*" | |
}, | |
"type": "typo3-flow-plugin", | |
"autoload": { | |
"psr-0": { | |
"M12\\SlickCarousel": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marcin Ryzycki", | |
"email": "[email protected]", | |
"homepage": "http://m12.io", | |
"role": "Developer" | |
} | |
], | |
"description": "Slick carousel for TYPO3 Neos", | |
"time": "2015-02-10 14:35:00" | |
}, | |
{ | |
"name": "m12/neos-utils", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/million12/M12.Utils.git", | |
"reference": "802890bb752487d0a40fe38c4e45192d234a37db" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/million12/M12.Utils/zipball/802890bb752487d0a40fe38c4e45192d234a37db", | |
"reference": "802890bb752487d0a40fe38c4e45192d234a37db", | |
"shasum": "" | |
}, | |
"require": { | |
"typo3/neos-nodetypes": "*" | |
}, | |
"type": "typo3-flow-plugin", | |
"autoload": { | |
"psr-0": { | |
"M12\\Utils": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Samuel Ryzycki", | |
"email": "[email protected]", | |
"homepage": "http://m12.io", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Marcin Ryzycki", | |
"email": "[email protected]", | |
"homepage": "http://m12.io", | |
"role": "Developer" | |
} | |
], | |
"description": "Neos utils library", | |
"time": "2015-02-19 18:48:46" | |
}, | |
{ | |
"name": "symfony/console", | |
"version": "v2.6.5", | |
"target-dir": "Symfony/Component/Console", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Console.git", | |
"reference": "53f86497ccd01677e22435cfb7262599450a90d1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Console/zipball/53f86497ccd01677e22435cfb7262599450a90d1", | |
"reference": "53f86497ccd01677e22435cfb7262599450a90d1", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"require-dev": { | |
"psr/log": "~1.0", | |
"symfony/event-dispatcher": "~2.1", | |
"symfony/phpunit-bridge": "~2.7", | |
"symfony/process": "~2.1" | |
}, | |
"suggest": { | |
"psr/log": "For using the console logger", | |
"symfony/event-dispatcher": "", | |
"symfony/process": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.6-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Console\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Symfony Console Component", | |
"homepage": "http://symfony.com", | |
"time": "2015-03-13 17:37:22" | |
}, | |
{ | |
"name": "symfony/dom-crawler", | |
"version": "v2.5.10", | |
"target-dir": "Symfony/Component/DomCrawler", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/DomCrawler.git", | |
"reference": "3860edcf7ff7e173cfe2151f0d425e610e77cc35" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/3860edcf7ff7e173cfe2151f0d425e610e77cc35", | |
"reference": "3860edcf7ff7e173cfe2151f0d425e610e77cc35", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"require-dev": { | |
"symfony/css-selector": "~2.3" | |
}, | |
"suggest": { | |
"symfony/css-selector": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.5-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\DomCrawler\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Symfony DomCrawler Component", | |
"homepage": "http://symfony.com", | |
"time": "2015-01-03 08:01:13" | |
}, | |
{ | |
"name": "symfony/yaml", | |
"version": "v2.5.10", | |
"target-dir": "Symfony/Component/Yaml", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Yaml.git", | |
"reference": "6eb40abc613d80828d55a40811c7a3ca491bc926" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Yaml/zipball/6eb40abc613d80828d55a40811c7a3ca491bc926", | |
"reference": "6eb40abc613d80828d55a40811c7a3ca491bc926", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.5-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Yaml\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Symfony Yaml Component", | |
"homepage": "http://symfony.com", | |
"time": "2015-01-25 04:37:39" | |
}, | |
{ | |
"name": "typo3/eel", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Eel.git", | |
"reference": "4d067ccf008fbc2ca667b60730676b1fe04eba9c" | |
}, | |
"require": { | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-framework", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Eel": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages", | |
"time": "2015-02-26 09:18:23" | |
}, | |
{ | |
"name": "typo3/flow", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Flow.git", | |
"reference": "1ed48e8f418c865db94bff2b70d7fdcf50e2970e" | |
}, | |
"require": { | |
"composer/installers": "~1.0.2", | |
"doctrine/migrations": "dev-master", | |
"doctrine/orm": "2.4.*", | |
"ext-json": ">=1.2.0", | |
"ext-mbstring": "*", | |
"ext-reflection": "*", | |
"ext-spl": "*", | |
"ext-zlib": "*", | |
"php": ">=5.5.0", | |
"symfony/console": "2.*", | |
"symfony/dom-crawler": "2.5.*", | |
"symfony/yaml": "2.5.*", | |
"typo3/eel": "*", | |
"typo3/fluid": "*" | |
}, | |
"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", | |
"typo3/party": "To make use of basic user handling" | |
}, | |
"type": "typo3-flow-framework", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Flow": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "TYPO3 Flow Application Framework", | |
"homepage": "http://flow.typo3.org", | |
"time": "2015-03-21 07:17:37" | |
}, | |
{ | |
"name": "typo3/fluid", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Fluid.git", | |
"reference": "6d138117a946f65595a514c7b7867b2fb300b79e" | |
}, | |
"require": { | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-framework", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Fluid": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "Next-Generation Templating Framework for TYPO3 Flow and TYPO3 Neos, also backported to TYPO3 CMS", | |
"time": "2015-03-20 06:27:31" | |
}, | |
{ | |
"name": "typo3/form", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Form.git", | |
"reference": "b261d156c4e68103e9591091e0f2be52ac3a75ea" | |
}, | |
"require": { | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Form": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "Extensible and flexible API for building web forms", | |
"time": "2015-02-26 07:48:45" | |
}, | |
{ | |
"name": "typo3/imagine", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Imagine.git", | |
"reference": "06cda0f7ec2eedf353ddbbdb673d3d6a70b425b5" | |
}, | |
"require": { | |
"imagine/imagine": "0.6.*", | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Imagine": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"GPL-3.0+" | |
], | |
"time": "2015-02-26 07:48:27" | |
}, | |
{ | |
"name": "typo3/kickstart", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Kickstart.git", | |
"reference": "c8234b213e0b821072cedd1a4981a555b66c099c" | |
}, | |
"require": { | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-framework", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Kickstart": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "A simple generator for controller and views.", | |
"time": "2015-02-26 07:34:37" | |
}, | |
{ | |
"name": "typo3/media", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Media.git", | |
"reference": "a4b531159732d985c34c7c5d110b82dc54560b65" | |
}, | |
"require": { | |
"php": ">=5.4.0", | |
"typo3/flow": "*", | |
"typo3/imagine": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Media": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"GPL-3.0+" | |
], | |
"description": "The Media package", | |
"time": "2015-03-17 21:32:08" | |
}, | |
{ | |
"name": "typo3/neos", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Neos.git", | |
"reference": "822b19c67b1b2d8a98e03a39355b4fc4290251ef" | |
}, | |
"require": { | |
"typo3/flow": "*", | |
"typo3/media": "*", | |
"typo3/party": "*", | |
"typo3/setup": "*", | |
"typo3/twitter-bootstrap": "*", | |
"typo3/typo3cr": "*", | |
"typo3/typoscript": "*" | |
}, | |
"suggest": { | |
"typo3/neos-kickstarter": "Helps with creating new packages for TYPO3 Neos." | |
}, | |
"type": "typo3-flow-package", | |
"extra": { | |
"typo3/flow": { | |
"manage-resources": true | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Neos": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"GPL-3.0+" | |
], | |
"description": "The next generation of the popular open-source CMS.", | |
"time": "2015-03-21 19:11:00" | |
}, | |
{ | |
"name": "typo3/neos-nodetypes", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Neos.NodeTypes.git", | |
"reference": "3e7fd94ee641a06c3fe1815447dbb9e23256f712" | |
}, | |
"require": { | |
"typo3/neos": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Neos\\NodeTypes": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"GPL-3.0+" | |
], | |
"description": "Node type configuration for TYPO3 Neos", | |
"time": "2015-03-02 20:35:50" | |
}, | |
{ | |
"name": "typo3/neos-seo", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Neos.Seo.git", | |
"reference": "337340170e9f99be4fb1b1ffe6eecab1d5531bc1" | |
}, | |
"require": { | |
"typo3/neos": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Neos\\Seo": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"GPL-3.0+" | |
], | |
"description": "SEO configuration and tools for TYPO3 Neos", | |
"time": "2015-02-26 07:46:27" | |
}, | |
{ | |
"name": "typo3/party", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Party.git", | |
"reference": "50a99d49c3fce2969a35c5aa9ddf3acee5fc5676" | |
}, | |
"require": { | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Party": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "A PHP implementation of the OASIS Customer Information Quality (CIQ) XML Standard.", | |
"time": "2015-03-10 11:48:50" | |
}, | |
{ | |
"name": "typo3/setup", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Setup.git", | |
"reference": "83c538e9520f725d7ab8c38c19d09206b3e495a1" | |
}, | |
"require": { | |
"typo3/flow": "*", | |
"typo3/form": "*", | |
"typo3/twitter-bootstrap": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Setup": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "An extensible setup tool for TYPO3 Flow based applications", | |
"time": "2015-03-10 10:32:48" | |
}, | |
{ | |
"name": "typo3/twitter-bootstrap", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.Twitter.Bootstrap.git", | |
"reference": "651ddfb1040062299bc245f199e98fb94534c880" | |
}, | |
"require": { | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\Twitter\\Bootstrap": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Apache-2.0" | |
], | |
"description": "Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions. Packaged for use with TYPO3 Flow", | |
"time": "2015-02-26 07:45:50" | |
}, | |
{ | |
"name": "typo3/typo3cr", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.TYPO3CR.git", | |
"reference": "2351b657d127e36f11227f19d56eef11c30d4811" | |
}, | |
"require": { | |
"gedmo/doctrine-extensions": "2.3.*", | |
"typo3/eel": "*", | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\TYPO3CR": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"GPL-3.0+" | |
], | |
"description": "Content repository based on TYPO3 Flow, specifically made for TYPO3 Neos.", | |
"time": "2015-03-15 19:48:09" | |
}, | |
{ | |
"name": "typo3/typoscript", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Packages/TYPO3.TypoScript.git", | |
"reference": "064d2a549627222398356eeae33ca07a04f98ea7" | |
}, | |
"require": { | |
"typo3/eel": "*", | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"TYPO3\\TypoScript": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"GPL-3.0+" | |
], | |
"description": "TypoScript is a hierarchical, prototype based processing language", | |
"time": "2015-03-06 12:07:13" | |
} | |
], | |
"packages-dev": [ | |
{ | |
"name": "doctrine/instantiator", | |
"version": "1.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/instantiator.git", | |
"reference": "f976e5de371104877ebc89bd8fecb0019ed9c119" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119", | |
"reference": "f976e5de371104877ebc89bd8fecb0019ed9c119", | |
"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.*@ALPHA" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\Instantiator\\": "src" | |
} | |
}, | |
"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": "2014-10-13 12:58:55" | |
}, | |
{ | |
"name": "flowpack/behat", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Flowpack/Flowpack.Behat.git", | |
"reference": "ad6f6812e343ccc4883bc3c42457c9c0c1b66a30" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Flowpack/Flowpack.Behat/zipball/ad6f6812e343ccc4883bc3c42457c9c0c1b66a30", | |
"reference": "ad6f6812e343ccc4883bc3c42457c9c0c1b66a30", | |
"shasum": "" | |
}, | |
"require": { | |
"typo3/flow": "*" | |
}, | |
"type": "typo3-flow-package", | |
"autoload": { | |
"psr-0": { | |
"Flowpack\\Behat": "Classes" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "Behat support package for TYPO3 Flow", | |
"time": "2015-02-25 15:17:44" | |
}, | |
{ | |
"name": "mikey179/vfsStream", | |
"version": "v1.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/mikey179/vfsStream.git", | |
"reference": "61b12172292cf539685507aa65b076c1530e83c1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/61b12172292cf539685507aa65b076c1530e83c1", | |
"reference": "61b12172292cf539685507aa65b076c1530e83c1", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"org\\bovigo\\vfs\\": "src/main/php" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD" | |
], | |
"homepage": "http://vfs.bovigo.org/", | |
"time": "2014-09-14 10:18:53" | |
}, | |
{ | |
"name": "phpdocumentor/reflection-docblock", | |
"version": "2.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", | |
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.0" | |
}, | |
"suggest": { | |
"dflydev/markdown": "~1.0", | |
"erusev/parsedown": "~1.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"phpDocumentor": [ | |
"src/" | |
] | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Mike van Riel", | |
"email": "[email protected]" | |
} | |
], | |
"time": "2015-02-03 12:10:50" | |
}, | |
{ | |
"name": "phpspec/prophecy", | |
"version": "v1.3.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpspec/prophecy.git", | |
"reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9", | |
"reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/instantiator": "~1.0,>=1.0.2", | |
"phpdocumentor/reflection-docblock": "~2.0" | |
}, | |
"require-dev": { | |
"phpspec/phpspec": "~2.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.2.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": "http://phpspec.org", | |
"keywords": [ | |
"Double", | |
"Dummy", | |
"fake", | |
"mock", | |
"spy", | |
"stub" | |
], | |
"time": "2014-11-17 16:23:49" | |
}, | |
{ | |
"name": "phpunit/php-code-coverage", | |
"version": "2.0.15", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
"reference": "34cc484af1ca149188d0d9e91412191e398e0b67" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67", | |
"reference": "34cc484af1ca149188d0d9e91412191e398e0b67", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"phpunit/php-file-iterator": "~1.3", | |
"phpunit/php-text-template": "~1.2", | |
"phpunit/php-token-stream": "~1.3", | |
"sebastian/environment": "~1.0", | |
"sebastian/version": "~1.0" | |
}, | |
"require-dev": { | |
"ext-xdebug": ">=2.1.4", | |
"phpunit/phpunit": "~4" | |
}, | |
"suggest": { | |
"ext-dom": "*", | |
"ext-xdebug": ">=2.2.1", | |
"ext-xmlwriter": "*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.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": "2015-01-24 10:06:35" | |
}, | |
{ | |
"name": "phpunit/php-file-iterator", | |
"version": "1.3.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", | |
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"File/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"include-path": [ | |
"" | |
], | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[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": "2013-10-10 15:34:57" | |
}, | |
{ | |
"name": "phpunit/php-text-template", | |
"version": "1.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-text-template.git", | |
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", | |
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"Text/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"include-path": [ | |
"" | |
], | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "Simple template engine.", | |
"homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
"keywords": [ | |
"template" | |
], | |
"time": "2014-01-30 17:20:04" | |
}, | |
{ | |
"name": "phpunit/php-timer", | |
"version": "1.0.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-timer.git", | |
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", | |
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"PHP/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"include-path": [ | |
"" | |
], | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "Utility class for timing", | |
"homepage": "https://github.com/sebastianbergmann/php-timer/", | |
"keywords": [ | |
"timer" | |
], | |
"time": "2013-08-02 07:42:54" | |
}, | |
{ | |
"name": "phpunit/php-token-stream", | |
"version": "1.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
"reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74", | |
"reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74", | |
"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": "2015-01-17 09:51:32" | |
}, | |
{ | |
"name": "phpunit/phpunit", | |
"version": "4.5.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit.git", | |
"reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5b578d3865a9128b9c209b011fda6539ec06e7a5", | |
"reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-json": "*", | |
"ext-pcre": "*", | |
"ext-reflection": "*", | |
"ext-spl": "*", | |
"php": ">=5.3.3", | |
"phpspec/prophecy": "~1.3.1", | |
"phpunit/php-code-coverage": "~2.0", | |
"phpunit/php-file-iterator": "~1.3.2", | |
"phpunit/php-text-template": "~1.2", | |
"phpunit/php-timer": "~1.0.2", | |
"phpunit/phpunit-mock-objects": "~2.3", | |
"sebastian/comparator": "~1.1", | |
"sebastian/diff": "~1.1", | |
"sebastian/environment": "~1.2", | |
"sebastian/exporter": "~1.2", | |
"sebastian/global-state": "~1.0", | |
"sebastian/version": "~1.0", | |
"symfony/yaml": "~2.0" | |
}, | |
"suggest": { | |
"phpunit/php-invoker": "~1.1" | |
}, | |
"bin": [ | |
"phpunit" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.5.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": "2015-02-05 15:51:19" | |
}, | |
{ | |
"name": "phpunit/phpunit-mock-objects", | |
"version": "2.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
"reference": "c63d2367247365f688544f0d500af90a11a44c65" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65", | |
"reference": "c63d2367247365f688544f0d500af90a11a44c65", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/instantiator": "~1.0,>=1.0.1", | |
"php": ">=5.3.3", | |
"phpunit/php-text-template": "~1.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.3" | |
}, | |
"suggest": { | |
"ext-soap": "*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "Mock Object library for PHPUnit", | |
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | |
"keywords": [ | |
"mock", | |
"xunit" | |
], | |
"time": "2014-10-03 05:12:11" | |
}, | |
{ | |
"name": "sebastian/comparator", | |
"version": "1.1.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/comparator.git", | |
"reference": "1dd8869519a225f7f2b9eb663e225298fade819e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e", | |
"reference": "1dd8869519a225f7f2b9eb663e225298fade819e", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"sebastian/diff": "~1.2", | |
"sebastian/exporter": "~1.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1.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": "2015-01-29 16:28:08" | |
}, | |
{ | |
"name": "sebastian/diff", | |
"version": "1.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/diff.git", | |
"reference": "5843509fed39dee4b356a306401e9dd1a931fec7" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7", | |
"reference": "5843509fed39dee4b356a306401e9dd1a931fec7", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.2-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": "http://www.github.com/sebastianbergmann/diff", | |
"keywords": [ | |
"diff" | |
], | |
"time": "2014-08-15 10:29:00" | |
}, | |
{ | |
"name": "sebastian/environment", | |
"version": "1.2.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/environment.git", | |
"reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7", | |
"reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.3" | |
}, | |
"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": "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": "2014-10-25 08:00:45" | |
}, | |
{ | |
"name": "sebastian/exporter", | |
"version": "1.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/exporter.git", | |
"reference": "84839970d05254c73cde183a721c7af13aede943" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943", | |
"reference": "84839970d05254c73cde183a721c7af13aede943", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"sebastian/recursion-context": "~1.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]" | |
}, | |
{ | |
"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": "2015-01-27 07:23:06" | |
}, | |
{ | |
"name": "sebastian/global-state", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/global-state.git", | |
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01", | |
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01", | |
"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": "2014-10-06 09:23:50" | |
}, | |
{ | |
"name": "sebastian/recursion-context", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/recursion-context.git", | |
"reference": "3989662bbb30a29d20d9faa04a846af79b276252" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", | |
"reference": "3989662bbb30a29d20d9faa04a846af79b276252", | |
"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-01-24 09:48:32" | |
}, | |
{ | |
"name": "sebastian/version", | |
"version": "1.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/version.git", | |
"reference": "a77d9123f8e809db3fbdea15038c27a95da4058b" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b", | |
"reference": "a77d9123f8e809db3fbdea15038c27a95da4058b", | |
"shasum": "" | |
}, | |
"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": "Library that helps with managing the version number of Git-hosted PHP projects", | |
"homepage": "https://github.com/sebastianbergmann/version", | |
"time": "2014-12-15 14:25:24" | |
}, | |
{ | |
"name": "typo3/buildessentials", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://git.typo3.org/Flow/BuildEssentials.git", | |
"reference": "2818614b397d3108fe0f460a98992fa458d2337a" | |
}, | |
"require": { | |
"composer/installers": "~1.0.2" | |
}, | |
"type": "typo3-flow-build", | |
"extra": { | |
"installer-name": "BuildEssentials" | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"description": "TYPO3 Flow Build Toolchain Essentials", | |
"time": "2015-03-03 13:20:59" | |
} | |
], | |
"aliases": [], | |
"minimum-stability": "stable", | |
"stability-flags": { | |
"typo3/neos": 20, | |
"typo3/neos-nodetypes": 20, | |
"doctrine/migrations": 20, | |
"typo3/eel": 20, | |
"typo3/flow": 20, | |
"typo3/fluid": 20, | |
"typo3/party": 20, | |
"typo3/kickstart": 20, | |
"typo3/neos-seo": 20, | |
"typo3/imagine": 20, | |
"typo3/media": 20, | |
"typo3/twitter-bootstrap": 20, | |
"typo3/form": 20, | |
"typo3/setup": 20, | |
"typo3/typo3cr": 20, | |
"typo3/typoscript": 20, | |
"m12/neos-utils": 20, | |
"m12/neos-foundation": 20, | |
"m12/neos-nodetype-slickcarousel": 20, | |
"m12/neos-foundation-site": 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