mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 04:28:47 +08:00
3586 lines
123 KiB
JSON
3586 lines
123 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": "555cfa89899e3b8e3df986c1edab97ad",
|
||
"content-hash": "24bf970274bf8e8ea5de56c5036d1c20",
|
||
"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/annotations",
|
||
"version": "v1.2.7",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/annotations.git",
|
||
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
||
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
||
"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": "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": "Docblock Annotations Parser",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"annotations",
|
||
"docblock",
|
||
"parser"
|
||
],
|
||
"time": "2015-08-31 12:32:49"
|
||
},
|
||
{
|
||
"name": "doctrine/cache",
|
||
"version": "v1.4.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/cache.git",
|
||
"reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
|
||
"reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"conflict": {
|
||
"doctrine/common": ">2.2,<2.4"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": ">=3.7",
|
||
"predis/predis": "~1.0",
|
||
"satooshi/php-coveralls": "~0.6"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.5.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\Common\\Cache\\": "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": "Caching library offering an object-oriented API for many cache backends",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"cache",
|
||
"caching"
|
||
],
|
||
"time": "2015-08-31 12:36:41"
|
||
},
|
||
{
|
||
"name": "doctrine/collections",
|
||
"version": "v1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/collections.git",
|
||
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
||
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\Common\\Collections\\": "lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Roman Borschel",
|
||
"email": "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": "Collections Abstraction library",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"array",
|
||
"collections",
|
||
"iterator"
|
||
],
|
||
"time": "2015-04-14 22:21:58"
|
||
},
|
||
{
|
||
"name": "doctrine/common",
|
||
"version": "v2.5.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/common.git",
|
||
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
|
||
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
|
||
"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.6.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Doctrine\\Common\\": "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 Library for Doctrine projects",
|
||
"homepage": "http://www.doctrine-project.org",
|
||
"keywords": [
|
||
"annotations",
|
||
"collections",
|
||
"eventmanager",
|
||
"persistence",
|
||
"spl"
|
||
],
|
||
"time": "2015-08-31 13:00:22"
|
||
},
|
||
{
|
||
"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": "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"
|
||
}
|
||
],
|
||
"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": "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": "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": "roman@code-factory.org"
|
||
},
|
||
{
|
||
"name": "Guilherme Blanco",
|
||
"email": "guilhermeblanco@gmail.com"
|
||
},
|
||
{
|
||
"name": "Johannes Schmitt",
|
||
"email": "schmittjoh@gmail.com"
|
||
}
|
||
],
|
||
"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": "guzzlehttp/psr7",
|
||
"version": "1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
|
||
"reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
|
||
"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_include.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
}
|
||
],
|
||
"description": "PSR-7 message implementation",
|
||
"keywords": [
|
||
"http",
|
||
"message",
|
||
"stream",
|
||
"uri"
|
||
],
|
||
"time": "2015-08-15 19:32:36"
|
||
},
|
||
{
|
||
"name": "illuminate/bus",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/bus.git",
|
||
"reference": "f06735223936552d56733a6e7657040029dd7a7d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/bus/zipball/f06735223936552d56733a6e7657040029dd7a7d",
|
||
"reference": "f06735223936552d56733a6e7657040029dd7a7d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/pipeline": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"php": ">=5.5.9"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Bus\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Bus package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-08-25 00:21:39"
|
||
},
|
||
{
|
||
"name": "illuminate/cache",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/cache.git",
|
||
"reference": "dcd7551151aa752324562ad220e4fe4ee0687116"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/cache/zipball/dcd7551151aa752324562ad220e4fe4ee0687116",
|
||
"reference": "dcd7551151aa752324562ad220e4fe4ee0687116",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"nesbot/carbon": "~1.19",
|
||
"php": ">=5.5.9"
|
||
},
|
||
"suggest": {
|
||
"illuminate/database": "Required to use the database cache driver (5.1.*).",
|
||
"illuminate/filesystem": "Required to use the file cache driver (5.1.*).",
|
||
"illuminate/redis": "Required to use the redis cache driver (5.1.*)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Cache\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Cache package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-09-03 11:44:03"
|
||
},
|
||
{
|
||
"name": "illuminate/config",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/config.git",
|
||
"reference": "de6c1cc0f2745645dec3f8bab0e43a3aa141d12d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/config/zipball/de6c1cc0f2745645dec3f8bab0e43a3aa141d12d",
|
||
"reference": "de6c1cc0f2745645dec3f8bab0e43a3aa141d12d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/filesystem": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"php": ">=5.5.9"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Config\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Config package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-06-18 02:16:31"
|
||
},
|
||
{
|
||
"name": "illuminate/container",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/container.git",
|
||
"reference": "66621248395705cc64bc1ce9262b99b4bfa606f2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/container/zipball/66621248395705cc64bc1ce9262b99b4bfa606f2",
|
||
"reference": "66621248395705cc64bc1ce9262b99b4bfa606f2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/contracts": "5.1.*",
|
||
"php": ">=5.5.9"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Container\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Container package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-08-26 23:00:38"
|
||
},
|
||
{
|
||
"name": "illuminate/contracts",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/contracts.git",
|
||
"reference": "610aea16e3d91dfd85db4cf43703403a83b7cba2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/contracts/zipball/610aea16e3d91dfd85db4cf43703403a83b7cba2",
|
||
"reference": "610aea16e3d91dfd85db4cf43703403a83b7cba2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.5.9"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-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-08-31 12:59:22"
|
||
},
|
||
{
|
||
"name": "illuminate/database",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/database.git",
|
||
"reference": "7655e39c507776c9b9226a8f5619ed9933d3396e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/database/zipball/7655e39c507776c9b9226a8f5619ed9933d3396e",
|
||
"reference": "7655e39c507776c9b9226a8f5619ed9933d3396e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/container": "5.1.*",
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"nesbot/carbon": "~1.19",
|
||
"php": ">=5.5.9"
|
||
},
|
||
"suggest": {
|
||
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
|
||
"fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
|
||
"illuminate/console": "Required to use the database commands (5.1.*).",
|
||
"illuminate/events": "Required to use the observers with Eloquent (5.1.*).",
|
||
"illuminate/filesystem": "Required to use the migrations (5.1.*)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Database\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Database package.",
|
||
"homepage": "http://laravel.com",
|
||
"keywords": [
|
||
"database",
|
||
"laravel",
|
||
"orm",
|
||
"sql"
|
||
],
|
||
"time": "2015-09-03 14:53:32"
|
||
},
|
||
{
|
||
"name": "illuminate/events",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/events.git",
|
||
"reference": "851c2351401145d81674991fe8491d560e620ec6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/events/zipball/851c2351401145d81674991fe8491d560e620ec6",
|
||
"reference": "851c2351401145d81674991fe8491d560e620ec6",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/container": "5.1.*",
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"php": ">=5.5.9"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Events\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Events package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-08-08 13:06:30"
|
||
},
|
||
{
|
||
"name": "illuminate/filesystem",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/filesystem.git",
|
||
"reference": "b93043ad8efe4a2ccd0bb202d8493255bb865720"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/b93043ad8efe4a2ccd0bb202d8493255bb865720",
|
||
"reference": "b93043ad8efe4a2ccd0bb202d8493255bb865720",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"php": ">=5.5.9",
|
||
"symfony/finder": "2.7.*"
|
||
},
|
||
"suggest": {
|
||
"league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
|
||
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
|
||
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Filesystem\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Filesystem package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-08-24 08:44:48"
|
||
},
|
||
{
|
||
"name": "illuminate/hashing",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/hashing.git",
|
||
"reference": "86d12970c19823809314eae180939de62d4fab2c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/hashing/zipball/86d12970c19823809314eae180939de62d4fab2c",
|
||
"reference": "86d12970c19823809314eae180939de62d4fab2c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"php": ">=5.5.9"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Hashing\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Hashing package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-07-16 20:28:10"
|
||
},
|
||
{
|
||
"name": "illuminate/mail",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/mail.git",
|
||
"reference": "467d6b7d4b8edbd8acb94248c4b294108773760d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/mail/zipball/467d6b7d4b8edbd8acb94248c4b294108773760d",
|
||
"reference": "467d6b7d4b8edbd8acb94248c4b294108773760d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/container": "5.1.*",
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"php": ">=5.5.9",
|
||
"psr/log": "~1.0",
|
||
"swiftmailer/swiftmailer": "~5.1"
|
||
},
|
||
"suggest": {
|
||
"aws/aws-sdk-php": "Required to use the SES mail driver (~3.0).",
|
||
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.3|~6.0)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Mail\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Mail package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-08-08 22:00:02"
|
||
},
|
||
{
|
||
"name": "illuminate/pipeline",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/pipeline.git",
|
||
"reference": "579c8c6f270a13225e26e1801d6797283ecd153a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/579c8c6f270a13225e26e1801d6797283ecd153a",
|
||
"reference": "579c8c6f270a13225e26e1801d6797283ecd153a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"php": ">=5.5.9"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Pipeline\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Pipeline package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-06-01 15:39:11"
|
||
},
|
||
{
|
||
"name": "illuminate/support",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/support.git",
|
||
"reference": "c5389968d48517b3b51cfd8cd4abd72f0cc1575b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/support/zipball/c5389968d48517b3b51cfd8cd4abd72f0cc1575b",
|
||
"reference": "c5389968d48517b3b51cfd8cd4abd72f0cc1575b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"danielstjules/stringy": "~1.8",
|
||
"doctrine/inflector": "~1.0",
|
||
"ext-mbstring": "*",
|
||
"illuminate/contracts": "5.1.*",
|
||
"php": ">=5.5.9"
|
||
},
|
||
"suggest": {
|
||
"jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
|
||
"symfony/var-dumper": "Required to use the dd function (2.7.*)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-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-09-03 15:47:41"
|
||
},
|
||
{
|
||
"name": "illuminate/validation",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/validation.git",
|
||
"reference": "6192667064fd75ff70efb83c6f5366a9edeac275"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/validation/zipball/6192667064fd75ff70efb83c6f5366a9edeac275",
|
||
"reference": "6192667064fd75ff70efb83c6f5366a9edeac275",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/container": "5.1.*",
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"php": ">=5.5.9",
|
||
"symfony/http-foundation": "2.7.*",
|
||
"symfony/translation": "2.7.*"
|
||
},
|
||
"suggest": {
|
||
"illuminate/database": "Required to use the database presence verifier (5.1.*)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Validation\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Validation package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-08-17 22:03:13"
|
||
},
|
||
{
|
||
"name": "illuminate/view",
|
||
"version": "v5.1.16",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/view.git",
|
||
"reference": "82c5bc657554360a7325ace0761c24f26de9e771"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/view/zipball/82c5bc657554360a7325ace0761c24f26de9e771",
|
||
"reference": "82c5bc657554360a7325ace0761c24f26de9e771",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/container": "5.1.*",
|
||
"illuminate/contracts": "5.1.*",
|
||
"illuminate/events": "5.1.*",
|
||
"illuminate/filesystem": "5.1.*",
|
||
"illuminate/support": "5.1.*",
|
||
"php": ">=5.5.9"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\View\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylorotwell@gmail.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate View package.",
|
||
"homepage": "http://laravel.com",
|
||
"time": "2015-09-04 12:45:07"
|
||
},
|
||
{
|
||
"name": "intervention/image",
|
||
"version": "2.3.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Intervention/image.git",
|
||
"reference": "1124ff3c6298f0dcf9edf9156623904d7a5c3428"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Intervention/image/zipball/1124ff3c6298f0dcf9edf9156623904d7a5c3428",
|
||
"reference": "1124ff3c6298f0dcf9edf9156623904d7a5c3428",
|
||
"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-08-16 15:31:59"
|
||
},
|
||
{
|
||
"name": "league/flysystem",
|
||
"version": "1.0.12",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/flysystem.git",
|
||
"reference": "7323424a9d39c24e597ed3f2144419dfbb52e086"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7323424a9d39c24e597ed3f2144419dfbb52e086",
|
||
"reference": "7323424a9d39c24e597ed3f2144419dfbb52e086",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"ext-fileinfo": "*",
|
||
"mockery/mockery": "~0.9",
|
||
"phpspec/phpspec": "^2.2",
|
||
"phpspec/prophecy-phpunit": "~1.0",
|
||
"phpunit/phpunit": "~4.1"
|
||
},
|
||
"suggest": {
|
||
"ext-fileinfo": "Required for MimeType",
|
||
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
|
||
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
|
||
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
|
||
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
|
||
"league/flysystem-copy": "Allows you to use Copy.com storage",
|
||
"league/flysystem-dropbox": "Allows you to use Dropbox storage",
|
||
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
|
||
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
|
||
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
|
||
"league/flysystem-webdav": "Allows you to use WebDAV storage",
|
||
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"League\\Flysystem\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Frank de Jonge",
|
||
"email": "info@frenky.net"
|
||
}
|
||
],
|
||
"description": "Filesystem abstraction: Many filesystems, one API.",
|
||
"keywords": [
|
||
"Cloud Files",
|
||
"WebDAV",
|
||
"abstraction",
|
||
"aws",
|
||
"cloud",
|
||
"copy.com",
|
||
"dropbox",
|
||
"file systems",
|
||
"files",
|
||
"filesystem",
|
||
"filesystems",
|
||
"ftp",
|
||
"rackspace",
|
||
"remote",
|
||
"s3",
|
||
"sftp",
|
||
"storage"
|
||
],
|
||
"time": "2015-09-05 12:06:41"
|
||
},
|
||
{
|
||
"name": "nesbot/carbon",
|
||
"version": "1.20.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||
"reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
|
||
"reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0",
|
||
"symfony/translation": "~2.6|~3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Carbon": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Brian Nesbitt",
|
||
"email": "brian@nesbot.com",
|
||
"homepage": "http://nesbot.com"
|
||
}
|
||
],
|
||
"description": "A simple API extension for DateTime.",
|
||
"homepage": "http://carbon.nesbot.com",
|
||
"keywords": [
|
||
"date",
|
||
"datetime",
|
||
"time"
|
||
],
|
||
"time": "2015-06-25 04:19:39"
|
||
},
|
||
{
|
||
"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": "psr/log",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/log.git",
|
||
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
|
||
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
|
||
"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": "s9e/text-formatter",
|
||
"version": "0.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/s9e/TextFormatter.git",
|
||
"reference": "0ad4f5d80542819d0bae9047d39566ab0df55c53"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/0ad4f5d80542819d0bae9047d39566ab0df55c53",
|
||
"reference": "0ad4f5d80542819d0bae9047d39566ab0df55c53",
|
||
"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-09-22 23:26:41"
|
||
},
|
||
{
|
||
"name": "swiftmailer/swiftmailer",
|
||
"version": "v5.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
||
"reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
|
||
"reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"mockery/mockery": "~0.9.1,<0.9.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "5.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"lib/swift_required.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Chris Corbyn"
|
||
},
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Swiftmailer, free feature-rich PHP mailer",
|
||
"homepage": "http://swiftmailer.org",
|
||
"keywords": [
|
||
"email",
|
||
"mail",
|
||
"mailer"
|
||
],
|
||
"time": "2015-06-06 14:19:39"
|
||
},
|
||
{
|
||
"name": "symfony/console",
|
||
"version": "v2.7.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/console.git",
|
||
"reference": "9ff9032151186bd66ecee727d728f1319f52d1d8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/console/zipball/9ff9032151186bd66ecee727d728f1319f52d1d8",
|
||
"reference": "9ff9032151186bd66ecee727d728f1319f52d1d8",
|
||
"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-09-03 11:40:38"
|
||
},
|
||
{
|
||
"name": "symfony/finder",
|
||
"version": "v2.7.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Finder.git",
|
||
"reference": "fff4b0c362640a0ab7355e2647b3d461608e9065"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Finder/zipball/fff4b0c362640a0ab7355e2647b3d461608e9065",
|
||
"reference": "fff4b0c362640a0ab7355e2647b3d461608e9065",
|
||
"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-08-26 17:56:37"
|
||
},
|
||
{
|
||
"name": "symfony/http-foundation",
|
||
"version": "v2.7.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/http-foundation.git",
|
||
"reference": "7253c2041652353e71560bbd300d6256d170ddaf"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/7253c2041652353e71560bbd300d6256d170ddaf",
|
||
"reference": "7253c2041652353e71560bbd300d6256d170ddaf",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"require-dev": {
|
||
"symfony/expression-language": "~2.4",
|
||
"symfony/phpunit-bridge": "~2.7"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\HttpFoundation\\": ""
|
||
},
|
||
"classmap": [
|
||
"Resources/stubs"
|
||
]
|
||
},
|
||
"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 HttpFoundation Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-08-27 06:45:45"
|
||
},
|
||
{
|
||
"name": "symfony/translation",
|
||
"version": "v2.7.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Translation.git",
|
||
"reference": "485877661835e188cd78345c6d4eef1290d17571"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Translation/zipball/485877661835e188cd78345c6d4eef1290d17571",
|
||
"reference": "485877661835e188cd78345c6d4eef1290d17571",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"conflict": {
|
||
"symfony/config": "<2.7"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "~1.0",
|
||
"symfony/config": "~2.7",
|
||
"symfony/intl": "~2.4",
|
||
"symfony/phpunit-bridge": "~2.7",
|
||
"symfony/yaml": "~2.2"
|
||
},
|
||
"suggest": {
|
||
"psr/log": "To use logging capability in translator",
|
||
"symfony/config": "",
|
||
"symfony/yaml": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Translation\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony Translation Component",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2015-09-06 08:36:38"
|
||
},
|
||
{
|
||
"name": "symfony/yaml",
|
||
"version": "v2.7.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Yaml.git",
|
||
"reference": "2dc7b06c065df96cc686c66da2705e5e18aef661"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Yaml/zipball/2dc7b06c065df96cc686c66da2705e5e18aef661",
|
||
"reference": "2dc7b06c065df96cc686c66da2705e5e18aef661",
|
||
"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-08-24 07:13:45"
|
||
},
|
||
{
|
||
"name": "tobscure/json-api",
|
||
"version": "v0.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/tobscure/json-api.git",
|
||
"reference": "bd316b03c63d6e2bbd56c0714eccc644f31881d4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/tobscure/json-api/zipball/bd316b03c63d6e2bbd56c0714eccc644f31881d4",
|
||
"reference": "bd316b03c63d6e2bbd56c0714eccc644f31881d4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.5.9"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.8.0"
|
||
},
|
||
"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",
|
||
"jsonapi",
|
||
"standard"
|
||
],
|
||
"time": "2015-08-07 07:12:01"
|
||
},
|
||
{
|
||
"name": "zendframework/zend-diactoros",
|
||
"version": "1.1.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/zendframework/zend-diactoros.git",
|
||
"reference": "e2f5c12916c74da384058d0dfbc7fbc0b03d1181"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/e2f5c12916c74da384058d0dfbc7fbc0b03d1181",
|
||
"reference": "e2f5c12916c74da384058d0dfbc7fbc0b03d1181",
|
||
"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-08-10 20:04:20"
|
||
},
|
||
{
|
||
"name": "zendframework/zend-escaper",
|
||
"version": "2.5.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/zendframework/zend-escaper.git",
|
||
"reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73",
|
||
"reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.23"
|
||
},
|
||
"require-dev": {
|
||
"fabpot/php-cs-fixer": "1.7.*",
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.5-dev",
|
||
"dev-develop": "2.6-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Zend\\Escaper\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"homepage": "https://github.com/zendframework/zend-escaper",
|
||
"keywords": [
|
||
"escaper",
|
||
"zf2"
|
||
],
|
||
"time": "2015-06-03 14:05:37"
|
||
},
|
||
{
|
||
"name": "zendframework/zend-stratigility",
|
||
"version": "1.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/zendframework/zend-stratigility.git",
|
||
"reference": "6a3b7e601dfe7eca0652a8b7f1a469ff4b8f3c28"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/zendframework/zend-stratigility/zipball/6a3b7e601dfe7eca0652a8b7f1a469ff4b8f3c28",
|
||
"reference": "6a3b7e601dfe7eca0652a8b7f1a469ff4b8f3c28",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.8",
|
||
"psr/http-message": "~1.0.0",
|
||
"zendframework/zend-escaper": "~2.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.7",
|
||
"squizlabs/php_codesniffer": "^2.3.1",
|
||
"zendframework/zend-diactoros": "~1.0"
|
||
},
|
||
"suggest": {
|
||
"psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., zendframework/zend-diactoros"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev",
|
||
"dev-develop": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Zend\\Stratigility\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"description": "Middleware for PHP",
|
||
"homepage": "https://github.com/zendframework/zend-stratigility",
|
||
"keywords": [
|
||
"http",
|
||
"middleware",
|
||
"psr-7"
|
||
],
|
||
"time": "2015-08-25 18:39:13"
|
||
}
|
||
],
|
||
"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": "hamcrest/hamcrest-php",
|
||
"version": "v1.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hamcrest/hamcrest-php.git",
|
||
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
|
||
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"replace": {
|
||
"cordoval/hamcrest-php": "*",
|
||
"davedevelopment/hamcrest-php": "*",
|
||
"kodova/hamcrest-php": "*"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/php-file-iterator": "1.3.3",
|
||
"satooshi/php-coveralls": "dev-master"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"hamcrest"
|
||
],
|
||
"files": [
|
||
"hamcrest/Hamcrest.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD"
|
||
],
|
||
"description": "This is the PHP port of Hamcrest Matchers",
|
||
"keywords": [
|
||
"test"
|
||
],
|
||
"time": "2015-05-11 14:41:42"
|
||
},
|
||
{
|
||
"name": "mockery/mockery",
|
||
"version": "0.9.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/padraic/mockery.git",
|
||
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
|
||
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"hamcrest/hamcrest-php": "~1.1",
|
||
"lib-pcre": ">=7.0",
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.9.x-dev"
|
||
}
|
||
},
|
||
"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"
|
||
},
|
||
{
|
||
"name": "Dave Marshall",
|
||
"email": "dave.marshall@atstsolutions.co.uk",
|
||
"homepage": "http://davedevelopment.co.uk"
|
||
}
|
||
],
|
||
"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 succinct 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": "2015-04-02 19:54:00"
|
||
},
|
||
{
|
||
"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.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/phpspec.git",
|
||
"reference": "36635a903bdeb54899d7407bc95610501fd98559"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/phpspec/zipball/36635a903bdeb54899d7407bc95610501fd98559",
|
||
"reference": "36635a903bdeb54899d7407bc95610501fd98559",
|
||
"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.6",
|
||
"symfony/yaml": "~2.1"
|
||
},
|
||
"require-dev": {
|
||
"behat/behat": "^3.0.11",
|
||
"bossa/phpspec2-expect": "~1.0",
|
||
"phpunit/phpunit": "~4.4",
|
||
"symfony/filesystem": "~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-09-07 07:07:37"
|
||
},
|
||
{
|
||
"name": "phpspec/prophecy",
|
||
"version": "v1.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phpspec/prophecy.git",
|
||
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
||
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
||
"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-08-13 10:07:40"
|
||
},
|
||
{
|
||
"name": "phpunit/php-code-coverage",
|
||
"version": "2.2.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||
"reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f",
|
||
"reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f",
|
||
"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.3.2",
|
||
"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.2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "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-09-14 06:51:16"
|
||
},
|
||
{
|
||
"name": "phpunit/php-file-iterator",
|
||
"version": "1.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
||
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
||
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
||
"keywords": [
|
||
"filesystem",
|
||
"iterator"
|
||
],
|
||
"time": "2015-06-21 13:08:43"
|
||
},
|
||
{
|
||
"name": "phpunit/php-text-template",
|
||
"version": "1.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
||
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
||
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Simple template engine.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
||
"keywords": [
|
||
"template"
|
||
],
|
||
"time": "2015-06-21 13:50:34"
|
||
},
|
||
{
|
||
"name": "phpunit/php-timer",
|
||
"version": "1.0.7",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
||
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
||
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Utility class for timing",
|
||
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
||
"keywords": [
|
||
"timer"
|
||
],
|
||
"time": "2015-06-21 08:01:12"
|
||
},
|
||
{
|
||
"name": "phpunit/php-token-stream",
|
||
"version": "1.4.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
||
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
||
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-tokenizer": "*",
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"description": "Wrapper around PHP's tokenizer extension.",
|
||
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
||
"keywords": [
|
||
"tokenizer"
|
||
],
|
||
"time": "2015-09-15 10:49:45"
|
||
},
|
||
{
|
||
"name": "phpunit/phpunit",
|
||
"version": "4.8.9",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||
"reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/73fad41adb5b7bc3a494bb930d90648df1d5e74b",
|
||
"reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b",
|
||
"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.1",
|
||
"phpunit/php-file-iterator": "~1.4",
|
||
"phpunit/php-text-template": "~1.2",
|
||
"phpunit/php-timer": ">=1.0.6",
|
||
"phpunit/phpunit-mock-objects": "~2.3",
|
||
"sebastian/comparator": "~1.1",
|
||
"sebastian/diff": "~1.2",
|
||
"sebastian/environment": "~1.3",
|
||
"sebastian/exporter": "~1.2",
|
||
"sebastian/global-state": "~1.0",
|
||
"sebastian/version": "~1.0",
|
||
"symfony/yaml": "~2.1|~3.0"
|
||
},
|
||
"suggest": {
|
||
"phpunit/php-invoker": "~1.1"
|
||
},
|
||
"bin": [
|
||
"phpunit"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "4.8.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "The PHP Unit Testing framework.",
|
||
"homepage": "https://phpunit.de/",
|
||
"keywords": [
|
||
"phpunit",
|
||
"testing",
|
||
"xunit"
|
||
],
|
||
"time": "2015-09-20 12:56:44"
|
||
},
|
||
{
|
||
"name": "phpunit/phpunit-mock-objects",
|
||
"version": "2.3.7",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
||
"reference": "5e2645ad49d196e020b85598d7c97e482725786a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
|
||
"reference": "5e2645ad49d196e020b85598d7c97e482725786a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/instantiator": "^1.0.2",
|
||
"php": ">=5.3.3",
|
||
"phpunit/php-text-template": "~1.2",
|
||
"sebastian/exporter": "~1.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.4"
|
||
},
|
||
"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": "sb@sebastian-bergmann.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Mock Object library for PHPUnit",
|
||
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
||
"keywords": [
|
||
"mock",
|
||
"xunit"
|
||
],
|
||
"time": "2015-08-19 09:14: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/environment",
|
||
"version": "1.3.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/environment.git",
|
||
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
|
||
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"description": "Provides functionality to handle HHVM/PHP environments",
|
||
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
||
"keywords": [
|
||
"Xdebug",
|
||
"environment",
|
||
"hhvm"
|
||
],
|
||
"time": "2015-08-03 06:14:51"
|
||
},
|
||
{
|
||
"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/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": "sebastian@phpunit.de"
|
||
}
|
||
],
|
||
"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.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": "sebastian/version",
|
||
"version": "1.0.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sebastianbergmann/version.git",
|
||
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
||
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
||
"shasum": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sebastian Bergmann",
|
||
"email": "sebastian@phpunit.de",
|
||
"role": "lead"
|
||
}
|
||
],
|
||
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
||
"homepage": "https://github.com/sebastianbergmann/version",
|
||
"time": "2015-06-21 13:59:46"
|
||
},
|
||
{
|
||
"name": "squizlabs/php_codesniffer",
|
||
"version": "2.3.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
||
"reference": "11a2545c44a5915f883e2e5ec12e14ed345e3ab2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
|
||
"reference": "11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
|
||
"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-09-09 00:18:50"
|
||
},
|
||
{
|
||
"name": "symfony/event-dispatcher",
|
||
"version": "v2.7.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||
"reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b58c916f1db03a611b72dd702564f30ad8fe83fa",
|
||
"reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa",
|
||
"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-08-24 07:13:45"
|
||
},
|
||
{
|
||
"name": "symfony/process",
|
||
"version": "v2.7.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/Process.git",
|
||
"reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/Process/zipball/f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
|
||
"reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
|
||
"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-08-27 06:45:45"
|
||
}
|
||
],
|
||
"aliases": [],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": [],
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": {
|
||
"php": ">=5.5.9"
|
||
},
|
||
"platform-dev": []
|
||
}
|