mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
477 lines
16 KiB
JSON
477 lines
16 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
|
],
|
|
"hash": "05a48af6c1364031a57c1ddaa85fa572",
|
|
"packages": [
|
|
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "mockery/mockery",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/padraic/mockery.git",
|
|
"reference": "28c77695ac5167e533f86e0268c0a83ef1ac693a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/padraic/mockery/zipball/28c77695ac5167e533f86e0268c0a83ef1ac693a",
|
|
"reference": "28c77695ac5167e533f86e0268c0a83ef1ac693a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"lib-pcre": ">=7.0",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"hamcrest/hamcrest": "1.1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mockery": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pádraic Brady",
|
|
"email": "padraic.brady@gmail.com",
|
|
"homepage": "http://blog.astrumfutura.com"
|
|
}
|
|
],
|
|
"description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
|
|
"homepage": "http://github.com/padraic/mockery",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"library",
|
|
"mock",
|
|
"mock objects",
|
|
"mockery",
|
|
"stub",
|
|
"test",
|
|
"test double",
|
|
"testing"
|
|
],
|
|
"time": "2013-05-08 16:54:26"
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Pimple.git",
|
|
"reference": "v1.0.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Pimple/zipball/v1.0.2",
|
|
"reference": "v1.0.2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pimple": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
|
|
"homepage": "http://pimple.sensiolabs.org",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection"
|
|
],
|
|
"time": "2013-03-08 08:21:40"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log",
|
|
"reference": "1.0.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/php-fig/log/archive/1.0.0.zip",
|
|
"reference": "1.0.0",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"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",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"time": "2012-12-21 11:40:51"
|
|
},
|
|
{
|
|
"name": "silex/silex",
|
|
"version": "1.0.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Silex.git",
|
|
"reference": "7ae0fd8b871eaebf95b856940c47679da40666c6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Silex/zipball/7ae0fd8b871eaebf95b856940c47679da40666c6",
|
|
"reference": "7ae0fd8b871eaebf95b856940c47679da40666c6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"pimple/pimple": "1.*",
|
|
"symfony/event-dispatcher": ">=2.1,<2.4-dev",
|
|
"symfony/http-foundation": ">=2.1,<2.4-dev",
|
|
"symfony/http-kernel": ">=2.1,<2.4-dev",
|
|
"symfony/routing": ">=2.1,<2.4-dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/dbal": ">=2.2.0,<2.4.0-dev",
|
|
"monolog/monolog": ">=1.4,<2.0,>=1.4.1",
|
|
"swiftmailer/swiftmailer": "5.*",
|
|
"symfony/browser-kit": ">=2.1,<2.4-dev",
|
|
"symfony/config": ">=2.1,<2.4-dev",
|
|
"symfony/css-selector": ">=2.1,<2.4-dev",
|
|
"symfony/dom-crawler": ">=2.1,<2.4-dev",
|
|
"symfony/finder": ">=2.1,<2.4-dev",
|
|
"symfony/form": ">=2.1.4,<2.4-dev",
|
|
"symfony/locale": ">=2.1,<2.4-dev",
|
|
"symfony/monolog-bridge": ">=2.1,<2.4-dev",
|
|
"symfony/options-resolver": ">=2.1,<2.4-dev",
|
|
"symfony/process": ">=2.1,<2.4-dev",
|
|
"symfony/security": ">=2.1,<2.4-dev",
|
|
"symfony/serializer": ">=2.1,<2.4-dev",
|
|
"symfony/translation": ">=2.1,<2.4-dev",
|
|
"symfony/twig-bridge": ">=2.1,<2.4-dev",
|
|
"symfony/validator": ">=2.1,<2.4-dev",
|
|
"twig/twig": ">=1.8.0,<2.0-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": ">=2.1,<2.4-dev",
|
|
"symfony/css-selector": ">=2.1,<2.4-dev",
|
|
"symfony/dom-crawler": ">=2.1,<2.4-dev",
|
|
"symfony/form": ">= 2.1.4,<2.4-dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Silex": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch",
|
|
"homepage": "http://wiedler.ch/igor/"
|
|
}
|
|
],
|
|
"description": "The PHP micro-framework based on the Symfony2 Components",
|
|
"homepage": "http://silex.sensiolabs.org",
|
|
"keywords": [
|
|
"microframework"
|
|
],
|
|
"time": "2013-05-08 12:49:14"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/dependency-injection": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "2.2.*",
|
|
"symfony/http-kernel": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony EventDispatcher Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-02-11 11:26:43"
|
|
},
|
|
{
|
|
"name": "symfony/http-foundation",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/HttpFoundation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpFoundation.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|
},
|
|
"classmap": [
|
|
"Symfony/Component/HttpFoundation/Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony HttpFoundation Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-06 10:15:43"
|
|
},
|
|
{
|
|
"name": "symfony/http-kernel",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/HttpKernel",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpKernel.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"psr/log": ">=1.0,<2.0",
|
|
"symfony/event-dispatcher": ">=2.1,<3.0",
|
|
"symfony/http-foundation": ">=2.2,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"symfony/browser-kit": "2.2.*",
|
|
"symfony/class-loader": ">=2.1,<3.0",
|
|
"symfony/config": ">=2.0,<3.0",
|
|
"symfony/console": "2.2.*",
|
|
"symfony/dependency-injection": ">=2.0,<3.0",
|
|
"symfony/finder": ">=2.0,<3.0",
|
|
"symfony/process": ">=2.0,<3.0",
|
|
"symfony/routing": ">=2.2,<2.3-dev",
|
|
"symfony/stopwatch": ">=2.2,<2.3-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": "2.2.*",
|
|
"symfony/class-loader": "2.2.*",
|
|
"symfony/config": "2.2.*",
|
|
"symfony/console": "2.2.*",
|
|
"symfony/dependency-injection": "2.2.*",
|
|
"symfony/finder": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpKernel\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony HttpKernel Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-04-06 10:16:33"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "v2.2.1",
|
|
"target-dir": "Symfony/Component/Routing",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Routing.git",
|
|
"reference": "v2.2.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/v2.2.1",
|
|
"reference": "v2.2.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/common": ">=2.2,<3.0",
|
|
"psr/log": ">=1.0,<2.0",
|
|
"symfony/config": ">=2.2,<2.3-dev",
|
|
"symfony/yaml": ">=2.0,<3.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/common": "~2.2",
|
|
"symfony/config": "2.2.*",
|
|
"symfony/yaml": "2.2.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\Routing\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Routing Component",
|
|
"homepage": "http://symfony.com",
|
|
"time": "2013-03-23 12:03:22"
|
|
}
|
|
],
|
|
"aliases": [
|
|
|
|
],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"mockery/mockery": 20,
|
|
"silex/silex": 20
|
|
},
|
|
"platform": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"platform-dev": [
|
|
|
|
]
|
|
}
|