mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 19:01:57 +08:00
1618 lines
55 KiB
JSON
1618 lines
55 KiB
JSON
{
|
||
"_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": "0d4b9771622dc53634ebec14bfa1f8ef",
|
||
"packages": [
|
||
{
|
||
"name": "danielstjules/stringy",
|
||
"version": "1.10.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/danielstjules/Stringy.git",
|
||
"reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
|
||
"reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-mbstring": "*",
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Stringy\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/Create.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Daniel St. Jules",
|
||
"email": "danielst.jules@gmail.com",
|
||
"homepage": "http://www.danielstjules.com"
|
||
}
|
||
],
|
||
"description": "A string manipulation library with multibyte support",
|
||
"homepage": "https://github.com/danielstjules/Stringy",
|
||
"keywords": [
|
||
"UTF",
|
||
"helpers",
|
||
"manipulation",
|
||
"methods",
|
||
"multibyte",
|
||
"string",
|
||
"utf-8",
|
||
"utility",
|
||
"utils"
|
||
],
|
||
"time": "2015-07-23 00:54:12"
|
||
},
|
||
{
|
||
"name": "dflydev/fig-cookies",
|
||
"version": "v1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/dflydev/dflydev-fig-cookies.git",
|
||
"reference": "3777cdff8d47fd914034e00a335c836c4ef8e84e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/dflydev/dflydev-fig-cookies/zipball/3777cdff8d47fd914034e00a335c836c4ef8e84e",
|
||
"reference": "3777cdff8d47fd914034e00a335c836c4ef8e84e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4",
|
||
"psr/http-message": "~1.0"
|
||
},
|
||
"require-dev": {
|
||
"codeclimate/php-test-reporter": "~0.1@dev",
|
||
"phpunit/phpunit": "~4.5",
|
||
"squizlabs/php_codesniffer": "~2.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Dflydev\\FigCookies\\": "src/Dflydev/FigCookies"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Beau Simensen",
|
||
"email": "beau@dflydev.com"
|
||
}
|
||
],
|
||
"description": "Cookies for PSR-7 HTTP Message Interface.",
|
||
"keywords": [
|
||
"cookies",
|
||
"psr-7",
|
||
"psr7"
|
||
],
|
||
"time": "2015-06-03 18:02:30"
|
||
},
|
||
{
|
||
"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": "roman@code-factory.org"
|
||
},
|
||
{
|
||
"name": "Benjamin Eberlei",
|
||
"email": "kontakt@beberlei.de"
|
||
},
|
||
{
|
||
"name": "Guilherme Blanco",
|
||
"email": "guilhermeblanco@gmail.com"
|
||
},
|
||
{
|
||
"name": "Jonathan Wage",
|
||
"email": "jonwage@gmail.com"
|
||
},
|
||
{
|
||
"name": "Johannes Schmitt",
|
||
"email": "schmittjoh@gmail.com"
|
||
}
|
||
],
|
||
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"inflection",
|
||
"pluralize",
|
||
"singularize",
|
||
"string"
|
||
],
|
||
"time": "2014-12-20 21:24:13"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/psr7",
|
||
"version": "1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/af0e1758de355eb113917ad79c3c0e3604bce4bd",
|
||
"reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0",
|
||
"psr/http-message": "~1.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-message-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Psr7\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
}
|
||
],
|
||
"description": "PSR-7 message implementation",
|
||
"keywords": [
|
||
"http",
|
||
"message",
|
||
"stream",
|
||
"uri"
|
||
],
|
||
"time": "2015-06-24 19:55:15"
|
||
},
|
||
{
|
||
"name": "illuminate/contracts",
|
||
"version": "v5.0.33",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/contracts.git",
|
||
"reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/contracts/zipball/b8b11d78724a6f8a62be3b1dfa20fa372f861398",
|
||
"reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Contracts\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Contracts package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-05-15 07:22:28"
|
||
},
|
||
{
|
||
"name": "illuminate/support",
|
||
"version": "v5.0.33",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/support.git",
|
||
"reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/support/zipball/32a12f97029b624fc0f9454e7ca69eaafef49c5d",
|
||
"reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"danielstjules/stringy": "~1.8",
|
||
"doctrine/inflector": "~1.0",
|
||
"ext-mbstring": "*",
|
||
"illuminate/contracts": "5.0.*",
|
||
"php": ">=5.4.0"
|
||
},
|
||
"suggest": {
|
||
"jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
|
||
"symfony/var-dumper": "Required to use the dd function (2.6.*)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Support\\": ""
|
||
},
|
||
"files": [
|
||
"helpers.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Support package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-06-04 12:15:51"
|
||
},
|
||
{
|
||
"name": "intervention/image",
|
||
"version": "2.3.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Intervention/image.git",
|
||
"reference": "156f9d6f8a186c68b92f0c50084718f02dae1b5f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Intervention/image/zipball/156f9d6f8a186c68b92f0c50084718f02dae1b5f",
|
||
"reference": "156f9d6f8a186c68b92f0c50084718f02dae1b5f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-fileinfo": "*",
|
||
"guzzlehttp/psr7": "~1.1",
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"mockery/mockery": "~0.9.2",
|
||
"phpunit/phpunit": "3.*"
|
||
},
|
||
"suggest": {
|
||
"ext-gd": "to use GD library based image processing.",
|
||
"ext-imagick": "to use Imagick based image processing.",
|
||
"intervention/imagecache": "Caching extension for the Intervention Image library"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Intervention\\Image\\": "src/Intervention/Image"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Oliver Vogel",
|
||
"email": "oliver@olivervogel.net",
|
||
"homepage": "http://olivervogel.net/"
|
||
}
|
||
],
|
||
"description": "Image handling and manipulation library with support for Laravel integration",
|
||
"homepage": "http://image.intervention.io/",
|
||
"keywords": [
|
||
"gd",
|
||
"image",
|
||
"imagick",
|
||
"laravel",
|
||
"thumbnail",
|
||
"watermark"
|
||
],
|
||
"time": "2015-07-10 15:03:58"
|
||
},
|
||
{
|
||
"name": "nikic/fast-route",
|
||
"version": "v0.6.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/nikic/FastRoute.git",
|
||
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
|
||
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"FastRoute\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nikita Popov",
|
||
"email": "nikic@php.net"
|
||
}
|
||
],
|
||
"description": "Fast request router for PHP",
|
||
"keywords": [
|
||
"router",
|
||
"routing"
|
||
],
|
||
"time": "2015-06-18 19:15:47"
|
||
},
|
||
{
|
||
"name": "oyejorge/less.php",
|
||
"version": "v1.7.0.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/oyejorge/less.php.git",
|
||
"reference": "4385036b1dbfaf37f5380bd26a1e6006fc43149f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/oyejorge/less.php/zipball/4385036b1dbfaf37f5380bd26a1e6006fc43149f",
|
||
"reference": "4385036b1dbfaf37f5380bd26a1e6006fc43149f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3"
|
||
},
|
||
"bin": [
|
||
"bin/lessc"
|
||
],
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Less": "lib/"
|
||
},
|
||
"classmap": [
|
||
"lessc.inc.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Matt Agar",
|
||
"homepage": "https://github.com/agar"
|
||
},
|
||
{
|
||
"name": "Martin Jantošovič",
|
||
"homepage": "https://github.com/Mordred"
|
||
},
|
||
{
|
||
"name": "Josh Schmidt",
|
||
"homepage": "https://github.com/oyejorge"
|
||
}
|
||
],
|
||
"description": "PHP port of the Javascript version of LESS http://lesscss.org",
|
||
"homepage": "http://lessphp.gpeasy.com",
|
||
"keywords": [
|
||
"css",
|
||
"less",
|
||
"less.js",
|
||
"lesscss",
|
||
"php",
|
||
"stylesheet"
|
||
],
|
||
"time": "2015-07-13 20:34:18"
|
||
},
|
||
{
|
||
"name": "psr/http-message",
|
||
"version": "1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-message.git",
|
||
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
||
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Message\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for HTTP messages",
|
||
"keywords": [
|
||
"http",
|
||
"http-message",
|
||
"psr",
|
||
"psr-7",
|
||
"request",
|
||
"response"
|
||
],
|
||
"time": "2015-05-04 20:22:00"
|
||
},
|
||
{
|
||
"name": "s9e/text-formatter",
|
||
"version": "dev-release/php5.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/s9e/TextFormatter.git",
|
||
"reference": "63c51c977f36ae75fa8756b6ee7ec155b0f99498"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/63c51c977f36ae75fa8756b6ee7ec155b0f99498",
|
||
"reference": "63c51c977f36ae75fa8756b6ee7ec155b0f99498",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-dom": "*",
|
||
"ext-filter": "*",
|
||
"lib-pcre": ">=7.2",
|
||
"php": ">=5.3.3"
|
||
},
|
||
"suggest": {
|
||
"ext-intl": "Allows international URLs to be accepted by the URL filter",
|
||
"ext-json": "Enables the generation of a JavaScript parser",
|
||
"ext-mbstring": "Enables some optimizations in the PHP renderer",
|
||
"ext-tokenizer": "Enables optimizations in the PHP renderer",
|
||
"ext-xsl": "Enables the XSLT renderer",
|
||
"ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"s9e\\TextFormatter\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding media (YouTube, etc...), enhanced typography and more.",
|
||
"homepage": "https://github.com/s9e/TextFormatter/",
|
||
"keywords": [
|
||
"bbcode",
|
||
"bbcodes",
|
||
"blog",
|
||
"censor",
|
||
"embed",
|
||
"emoji",
|
||
"emoticons",
|
||
"engine",
|
||
"forum",
|
||
"html",
|
||
"markdown",
|
||
"markup",
|
||
"media",
|
||
"parser",
|
||
"shortcodes"
|
||
],
|
||
"time": "2015-07-27 20:23:11"
|
||
},
|
||
{
|
||
"name": "tobscure/json-api",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/tobscure/json-api.git",
|
||
"reference": "95c049696443da6dd3467dd4e5a6012ac44fe548"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/tobscure/json-api/zipball/95c049696443da6dd3467dd4e5a6012ac44fe548",
|
||
"reference": "95c049696443da6dd3467dd4e5a6012ac44fe548",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"squizlabs/php_codesniffer": "1.5.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Tobscure\\JsonApi\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Toby Zerner",
|
||
"email": "toby.zerner@gmail.com"
|
||
}
|
||
],
|
||
"description": "JSON-API responses in PHP",
|
||
"keywords": [
|
||
"api",
|
||
"json",
|
||
"standard"
|
||
],
|
||
"time": "2015-07-21 21:35:56"
|
||
},
|
||
{
|
||
"name": "zendframework/zend-diactoros",
|
||
"version": "1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/zendframework/zend-diactoros.git",
|
||
"reference": "bac9f86a4dbf282a3029602411ae655225bc370b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bac9f86a4dbf282a3029602411ae655225bc370b",
|
||
"reference": "bac9f86a4dbf282a3029602411ae655225bc370b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4",
|
||
"psr/http-message": "~1.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-message-implementation": "~1.0.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.6",
|
||
"squizlabs/php_codesniffer": "^2.3.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev",
|
||
"dev-develop": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Zend\\Diactoros\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-2-Clause"
|
||
],
|
||
"description": "PSR HTTP Message implementations",
|
||
"homepage": "https://github.com/zendframework/zend-diactoros",
|
||
"keywords": [
|
||
"http",
|
||
"psr",
|
||
"psr-7"
|
||
],
|
||
"time": "2015-07-12 17:59:47"
|
||
}
|
||
],
|
||
"packages-dev": [
|
||
{
|
||
"name": "doctrine/instantiator",
|
||
"version": "1.0.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/instantiator.git",
|
||
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
||
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3,<8.0-DEV"
|
||
},
|
||
"require-dev": {
|
||
"athletic/athletic": "~0.1.8",
|
||
"ext-pdo": "*",
|
||
"ext-phar": "*",
|
||
"phpunit/phpunit": "~4.0",
|
||
"squizlabs/php_codesniffer": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Marco Pivetta",
|
||
"email": "ocramius@gmail.com",
|
||
"homepage": "http://ocramius.github.com/"
|
||
}
|
||
],
|
||
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
||
"homepage": "https://github.com/doctrine/instantiator",
|
||
"keywords": [
|
||
"constructor",
|
||
"instantiate"
|
||
],
|
||
"time": "2015-06-14 21:17:01"
|
||
},
|
||
{
|
||
"name": "fzaninotto/faker",
|
||
"version": "v1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/fzaninotto/Faker.git",
|
||
"reference": "010c7efedd88bf31141a02719f51fb44c732d5a0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/010c7efedd88bf31141a02719f51fb44c732d5a0",
|
||
"reference": "010c7efedd88bf31141a02719f51fb44c732d5a0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0",
|
||
"squizlabs/php_codesniffer": "~1.5"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": []
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Faker": "src/",
|
||
"Faker\\PHPUnit": "test/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "François Zaninotto"
|
||
}
|
||
],
|
||
"description": "Faker is a PHP library that generates fake data for you.",
|
||
"keywords": [
|
||
"data",
|
||
"faker",
|
||
"fixtures"
|
||
],
|
||
"time": "2014-06-04 14:43:02"
|
||
},
|
||
{
|
||
"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": "mike.vanriel@naenius.com"
|
||
}
|
||
],
|
||
"time": "2015-02-03 12:10:50"
|
||
},
|
||
{
|
||
"name": "phpspec/php-diff",
|
||
"version": "v1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/php-diff.git",
|
||
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
|
||
"reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
|
||
"shasum": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Diff": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Chris Boulton",
|
||
"homepage": "http://github.com/chrisboulton",
|
||
"role": "Original developer"
|
||
}
|
||
],
|
||
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
|
||
"time": "2013-11-01 13:02:21"
|
||
},
|
||
{
|
||
"name": "phpspec/phpspec",
|
||
"version": "2.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/phpspec.git",
|
||
"reference": "e9a40577323e67f1de2e214abf32976a0352d8f8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/phpspec/zipball/e9a40577323e67f1de2e214abf32976a0352d8f8",
|
||
"reference": "e9a40577323e67f1de2e214abf32976a0352d8f8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/instantiator": "^1.0.1",
|
||
"php": ">=5.3.3",
|
||
"phpspec/php-diff": "~1.0.0",
|
||
"phpspec/prophecy": "~1.4",
|
||
"sebastian/exporter": "~1.0",
|
||
"symfony/console": "~2.3",
|
||
"symfony/event-dispatcher": "~2.1",
|
||
"symfony/finder": "~2.1",
|
||
"symfony/process": "~2.1",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"behat/behat": "^3.0.11",
|
||
"bossa/phpspec2-expect": "~1.0",
|
||
"phpunit/phpunit": "~4.4",
|
||
"symfony/filesystem": "~2.1",
|
||
"symfony/process": "~2.1"
|
||
},
|
||
"suggest": {
|
||
"phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
|
||
},
|
||
"bin": [
|
||
"bin/phpspec"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"PhpSpec": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
},
|
||
{
|
||
"name": "Marcello Duarte",
|
||
"homepage": "http://marcelloduarte.net/"
|
||
}
|
||
],
|
||
"description": "Specification-oriented BDD framework for PHP 5.3+",
|
||
"homepage": "http://phpspec.net/",
|
||
"keywords": [
|
||
"BDD",
|
||
"SpecBDD",
|
||
"TDD",
|
||
"spec",
|
||
"specification",
|
||
"testing",
|
||
"tests"
|
||
],
|
||
"time": "2015-05-30 15:21:40"
|
||
},
|
||
{
|
||
"name": "phpspec/prophecy",
|
||
"version": "v1.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/prophecy.git",
|
||
"reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
|
||
"reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/instantiator": "^1.0.2",
|
||
"phpdocumentor/reflection-docblock": "~2.0",
|
||
"sebastian/comparator": "~1.1"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/phpspec": "~2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Prophecy\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Konstantin Kudryashov",
|
||
"email": "ever.zet@gmail.com",
|
||
"homepage": "http://everzet.com"
|
||
},
|
||
{
|
||
"name": "Marcello Duarte",
|
||
"email": "marcello.duarte@gmail.com"
|
||
}
|
||
],
|
||
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
||
"homepage": "https://github.com/phpspec/prophecy",
|
||
"keywords": [
|
||
"Double",
|
||
"Dummy",
|
||
"fake",
|
||
"mock",
|
||
"spy",
|
||
"stub"
|
||
],
|
||
"time": "2015-04-27 22:15:08"
|
||
},
|
||
{
|
||
"name": "sebastian/comparator",
|
||
"version": "1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/comparator.git",
|
||
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
|
||
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
|
||
"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.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jeff Welch",
|
||
"email": "whatthejeff@gmail.com"
|
||
},
|
||
{
|
||
"name": "Volker Dusch",
|
||
"email": "github@wallbash.com"
|
||
},
|
||
{
|
||
"name": "Bernhard Schussek",
|
||
"email": "bschussek@2bepublished.at"
|
||
},
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"description": "Provides the functionality to compare PHP values for equality",
|
||
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
||
"keywords": [
|
||
"comparator",
|
||
"compare",
|
||
"equality"
|
||
],
|
||
"time": "2015-07-26 15:48:44"
|
||
},
|
||
{
|
||
"name": "sebastian/diff",
|
||
"version": "1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/diff.git",
|
||
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
|
||
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Kore Nordmann",
|
||
"email": "mail@kore-nordmann.de"
|
||
},
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"description": "Diff implementation",
|
||
"homepage": "http://www.github.com/sebastianbergmann/diff",
|
||
"keywords": [
|
||
"diff"
|
||
],
|
||
"time": "2015-02-22 15:13:53"
|
||
},
|
||
{
|
||
"name": "sebastian/exporter",
|
||
"version": "1.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/exporter.git",
|
||
"reference": "7ae5513327cb536431847bcc0c10edba2701064e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
|
||
"reference": "7ae5513327cb536431847bcc0c10edba2701064e",
|
||
"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": "whatthejeff@gmail.com"
|
||
},
|
||
{
|
||
"name": "Volker Dusch",
|
||
"email": "github@wallbash.com"
|
||
},
|
||
{
|
||
"name": "Bernhard Schussek",
|
||
"email": "bschussek@2bepublished.at"
|
||
},
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
},
|
||
{
|
||
"name": "Adam Harvey",
|
||
"email": "aharvey@php.net"
|
||
}
|
||
],
|
||
"description": "Provides the functionality to export PHP variables for visualization",
|
||
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
||
"keywords": [
|
||
"export",
|
||
"exporter"
|
||
],
|
||
"time": "2015-06-21 07:55:53"
|
||
},
|
||
{
|
||
"name": "sebastian/recursion-context",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
||
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
|
||
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jeff Welch",
|
||
"email": "whatthejeff@gmail.com"
|
||
},
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
},
|
||
{
|
||
"name": "Adam Harvey",
|
||
"email": "aharvey@php.net"
|
||
}
|
||
],
|
||
"description": "Provides functionality to recursively process PHP variables",
|
||
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
||
"time": "2015-06-21 08:04:50"
|
||
},
|
||
{
|
||
"name": "squizlabs/php_codesniffer",
|
||
"version": "2.3.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
||
"reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c1a26c729508f73560c1a4f767f60b8ab6b4a666",
|
||
"reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-tokenizer": "*",
|
||
"ext-xmlwriter": "*",
|
||
"php": ">=5.1.2"
|
||
},
|
||
"bin": [
|
||
"scripts/phpcs",
|
||
"scripts/phpcbf"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"CodeSniffer.php",
|
||
"CodeSniffer/CLI.php",
|
||
"CodeSniffer/Exception.php",
|
||
"CodeSniffer/File.php",
|
||
"CodeSniffer/Fixer.php",
|
||
"CodeSniffer/Report.php",
|
||
"CodeSniffer/Reporting.php",
|
||
"CodeSniffer/Sniff.php",
|
||
"CodeSniffer/Tokens.php",
|
||
"CodeSniffer/Reports/",
|
||
"CodeSniffer/Tokenizers/",
|
||
"CodeSniffer/DocGenerators/",
|
||
"CodeSniffer/Standards/AbstractPatternSniff.php",
|
||
"CodeSniffer/Standards/AbstractScopeSniff.php",
|
||
"CodeSniffer/Standards/AbstractVariableSniff.php",
|
||
"CodeSniffer/Standards/IncorrectPatternException.php",
|
||
"CodeSniffer/Standards/Generic/Sniffs/",
|
||
"CodeSniffer/Standards/MySource/Sniffs/",
|
||
"CodeSniffer/Standards/PEAR/Sniffs/",
|
||
"CodeSniffer/Standards/PSR1/Sniffs/",
|
||
"CodeSniffer/Standards/PSR2/Sniffs/",
|
||
"CodeSniffer/Standards/Squiz/Sniffs/",
|
||
"CodeSniffer/Standards/Zend/Sniffs/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Greg Sherwood",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
||
"homepage": "http://www.squizlabs.com/php-codesniffer",
|
||
"keywords": [
|
||
"phpcs",
|
||
"standards"
|
||
],
|
||
"time": "2015-06-24 03:16:23"
|
||
},
|
||
{
|
||
"name": "symfony/console",
|
||
"version": "v2.7.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Console.git",
|
||
"reference": "8cf484449130cabfd98dcb4694ca9945802a21ed"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Console/zipball/8cf484449130cabfd98dcb4694ca9945802a21ed",
|
||
"reference": "8cf484449130cabfd98dcb4694ca9945802a21ed",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"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.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Console\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Console Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-07-09 16:07:40"
|
||
},
|
||
{
|
||
"name": "symfony/event-dispatcher",
|
||
"version": "v2.7.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/EventDispatcher.git",
|
||
"reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
|
||
"reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "~1.0",
|
||
"symfony/config": "~2.0,>=2.0.5",
|
||
"symfony/dependency-injection": "~2.6",
|
||
"symfony/expression-language": "~2.6",
|
||
"symfony/phpunit-bridge": "~2.7",
|
||
"symfony/stopwatch": "~2.3"
|
||
},
|
||
"suggest": {
|
||
"symfony/dependency-injection": "",
|
||
"symfony/http-kernel": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\EventDispatcher\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony EventDispatcher Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-06-18 19:21:56"
|
||
},
|
||
{
|
||
"name": "symfony/finder",
|
||
"version": "v2.7.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Finder.git",
|
||
"reference": "ae0f363277485094edc04c9f3cbe595b183b78e4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Finder/zipball/ae0f363277485094edc04c9f3cbe595b183b78e4",
|
||
"reference": "ae0f363277485094edc04c9f3cbe595b183b78e4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Finder\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Finder Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-07-09 16:07:40"
|
||
},
|
||
{
|
||
"name": "symfony/process",
|
||
"version": "v2.7.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Process.git",
|
||
"reference": "48aeb0e48600321c272955132d7606ab0a49adb3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Process/zipball/48aeb0e48600321c272955132d7606ab0a49adb3",
|
||
"reference": "48aeb0e48600321c272955132d7606ab0a49adb3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Process\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Process Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-07-01 11:25:50"
|
||
},
|
||
{
|
||
"name": "symfony/yaml",
|
||
"version": "v2.7.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Yaml.git",
|
||
"reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Yaml/zipball/4bfbe0ed3909bfddd75b70c094391ec1f142f860",
|
||
"reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Yaml\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Yaml Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-07-01 11:25:50"
|
||
}
|
||
],
|
||
"aliases": [],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": {
|
||
"tobscure/json-api": 20,
|
||
"s9e/text-formatter": 20
|
||
},
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"platform-dev": []
|
||
}
|