2014-12-22 21:28:01 +08:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2015-05-19 07:22:52 +08:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2014-12-22 21:28:01 +08:00
"This file is @generated automatically"
],
2015-06-06 19:59:59 +08:00
"hash": "57202a56eaacefdff162f426710d1cb2",
2014-12-22 21:28:01 +08:00
"packages": [
{
2015-02-24 18:03:18 +08:00
"name": "danielstjules/stringy",
"version": "1.9.0",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
2015-02-24 18:03:18 +08:00
"url": "https://github.com/danielstjules/Stringy.git",
"reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-02-24 18:03:18 +08:00
"url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
"reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-02-24 18:03:18 +08:00
"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-02-10 06:19:18"
},
2015-06-03 08:04:57 +08:00
{
"name": "dflydev/fig-cookies",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-fig-cookies.git",
2015-06-03 16:17:59 +08:00
"reference": "56133681a2d0055f110c1fa51b88c129bc6ce1c9"
2015-06-03 08:04:57 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/dflydev/dflydev-fig-cookies/zipball/3777cdff8d47fd914034e00a335c836c4ef8e84e",
2015-06-03 16:17:59 +08:00
"reference": "56133681a2d0055f110c1fa51b88c129bc6ce1c9",
2015-06-03 08:04:57 +08:00
"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": {
2015-06-03 16:17:59 +08:00
"dev-master": "1.0.x-dev"
2015-06-03 08:04:57 +08:00
}
},
"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"
],
2015-06-03 16:17:59 +08:00
"time": "2015-06-03 01:35:56"
2015-06-03 08:04:57 +08:00
},
2015-02-24 18:03:18 +08:00
{
"name": "doctrine/inflector",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d",
"reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "4.*"
2014-12-22 21:28:01 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-02-24 18:03:18 +08:00
"dev-master": "1.0.x-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
"psr-0": {
2015-02-24 18:03:18 +08:00
"Doctrine\\Common\\Inflector\\": "lib/"
2014-12-22 21:28:01 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-02-24 18:03:18 +08:00
"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"
2014-12-22 21:28:01 +08:00
}
],
2015-02-24 18:03:18 +08:00
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
"time": "2015-01-01 18:34:57"
2014-12-22 21:28:01 +08:00
},
2015-06-02 10:06:25 +08:00
{
"name": "ezyang/htmlpurifier",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "0d7328dbb282875f995026ba9f9a732bf0d6c669"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/0d7328dbb282875f995026ba9f9a732bf0d6c669",
"reference": "0d7328dbb282875f995026ba9f9a732bf0d6c669",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"type": "library",
"autoload": {
"psr-0": {
"HTMLPurifier": "library/"
},
"files": [
"library/HTMLPurifier.composer.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "Edward Z. Yang",
"email": "admin@htmlpurifier.org",
"homepage": "http://ezyang.com"
}
],
"description": "Standards compliant HTML filter written in PHP",
"homepage": "http://htmlpurifier.org/",
"keywords": [
"html"
],
"time": "2015-05-05 20:43:49"
},
2014-12-22 21:28:01 +08:00
{
2015-02-24 18:03:18 +08:00
"name": "illuminate/container",
"version": "5.0.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
2015-02-24 18:03:18 +08:00
"url": "https://github.com/illuminate/container.git",
2015-05-07 12:29:07 +08:00
"reference": "55b81cfeb20745e74957d7ade2773e2bc2510bef"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-03 08:04:57 +08:00
"url": "https://api.github.com/repos/illuminate/container/zipball/c5a78e53ef15204469b5b072d390af9785a82d32",
2015-05-07 12:29:07 +08:00
"reference": "55b81cfeb20745e74957d7ade2773e2bc2510bef",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-02-24 18:03:18 +08:00
"illuminate/contracts": "5.0.*",
2014-12-22 21:28:01 +08:00
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2015-02-24 18:03:18 +08:00
"dev-master": "5.0-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
2015-02-24 18:03:18 +08:00
"psr-4": {
"Illuminate\\Container\\": ""
2014-12-22 21:28:01 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
2015-02-24 18:03:18 +08:00
"description": "The Illuminate Container package.",
2015-03-24 12:34:24 +08:00
"homepage": "http://laravel.com",
2015-03-29 19:43:26 +08:00
"time": "2015-03-25 17:06:14"
2014-12-22 21:28:01 +08:00
},
{
2015-02-24 18:03:18 +08:00
"name": "illuminate/contracts",
"version": "5.0.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
2015-02-24 18:03:18 +08:00
"url": "https://github.com/illuminate/contracts.git",
2015-05-18 12:39:05 +08:00
"reference": "6d23815fee6057b29cab8094af8cbb8ce3ac82e4"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-18 12:39:05 +08:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/6d23815fee6057b29cab8094af8cbb8ce3ac82e4",
"reference": "6d23815fee6057b29cab8094af8cbb8ce3ac82e4",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2015-02-24 18:03:18 +08:00
"dev-master": "5.0-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
2015-02-24 18:03:18 +08:00
"psr-4": {
"Illuminate\\Contracts\\": ""
2014-12-22 21:28:01 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
2015-02-24 18:03:18 +08:00
"description": "The Illuminate Contracts package.",
2015-03-24 12:34:24 +08:00
"homepage": "http://laravel.com",
2015-05-18 12:39:05 +08:00
"time": "2015-05-15 07:22:28"
2014-12-22 21:28:01 +08:00
},
{
2015-02-24 18:03:18 +08:00
"name": "illuminate/database",
"version": "5.0.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
2015-02-24 18:03:18 +08:00
"url": "https://github.com/illuminate/database.git",
2015-05-18 12:39:05 +08:00
"reference": "79ebeb4c169178a24c5eb7f17db94df01c7dd04d"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-03 08:04:57 +08:00
"url": "https://api.github.com/repos/illuminate/database/zipball/e8933b4765aaa1b65f3f4a3638b6a0ea61b76a5a",
2015-05-18 12:39:05 +08:00
"reference": "79ebeb4c169178a24c5eb7f17db94df01c7dd04d",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-02-24 18:03:18 +08:00
"illuminate/container": "5.0.*",
"illuminate/contracts": "5.0.*",
"illuminate/support": "5.0.*",
"nesbot/carbon": "~1.0",
2014-12-22 21:28:01 +08:00
"php": ">=5.4.0"
},
2015-02-24 18:03:18 +08:00
"suggest": {
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
"illuminate/console": "Required to use the database commands (5.0.*).",
"illuminate/events": "Required to use the observers with Eloquent (5.0.*).",
"illuminate/filesystem": "Required to use the migrations (5.0.*)."
2014-12-22 21:28:01 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-02-24 18:03:18 +08:00
"dev-master": "5.0-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
2015-02-24 18:03:18 +08:00
"psr-4": {
"Illuminate\\Database\\": ""
}
2014-12-22 21:28:01 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
2015-02-24 18:03:18 +08:00
"description": "The Illuminate Database package.",
2015-03-24 12:34:24 +08:00
"homepage": "http://laravel.com",
2015-02-24 18:03:18 +08:00
"keywords": [
"database",
"laravel",
"orm",
"sql"
],
2015-05-18 12:39:05 +08:00
"time": "2015-05-14 14:12:37"
2014-12-22 21:28:01 +08:00
},
{
2015-02-24 18:03:18 +08:00
"name": "illuminate/support",
"version": "5.0.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
2015-02-24 18:03:18 +08:00
"url": "https://github.com/illuminate/support.git",
2015-05-18 12:39:05 +08:00
"reference": "5bb17da79b8c16e370e2bd87a65b3394cdf0ee89"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/illuminate/support/zipball/28dcacacd2091c106e352db1732eda8c590914f6",
2015-05-18 12:39:05 +08:00
"reference": "5bb17da79b8c16e370e2bd87a65b3394cdf0ee89",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-02-24 18:03:18 +08:00
"danielstjules/stringy": "~1.8",
"doctrine/inflector": "~1.0",
"ext-mbstring": "*",
"illuminate/contracts": "5.0.*",
2014-12-22 21:28:01 +08:00
"php": ">=5.4.0"
},
2015-02-24 18:03:18 +08:00
"suggest": {
2015-05-18 12:39:05 +08:00
"jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).",
"symfony/var-dumper": "Required to use the dd function (2.6.*)."
2015-02-24 18:03:18 +08:00
},
2014-12-22 21:28:01 +08:00
"type": "library",
2015-02-24 18:03:18 +08:00
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
2014-12-22 21:28:01 +08:00
}
},
2015-02-24 18:03:18 +08:00
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
},
"files": [
"helpers.php"
]
},
2014-12-22 21:28:01 +08:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-02-24 18:03:18 +08:00
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
2014-12-22 21:28:01 +08:00
}
],
2015-02-24 18:03:18 +08:00
"description": "The Illuminate Support package.",
2015-03-24 12:34:24 +08:00
"homepage": "http://laravel.com",
2015-05-18 12:39:05 +08:00
"time": "2015-05-12 10:23:27"
2015-05-07 12:29:07 +08:00
},
{
"name": "intervention/image",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2015-05-18 12:39:05 +08:00
"reference": "1f33a7c6c5847ddaa4c0c347be375d38ee4c2f43"
2015-05-07 12:29:07 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/Intervention/image/zipball/f388f8cbdecb28e960d257c975dc9b5254c4c7ba",
2015-05-18 12:39:05 +08:00
"reference": "1f33a7c6c5847ddaa4c0c347be375d38ee4c2f43",
2015-05-07 12:29:07 +08:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": ">=5.3.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",
"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"
],
2015-05-18 12:39:05 +08:00
"time": "2015-05-14 08:43:38"
2014-12-22 21:28:01 +08:00
},
2015-02-09 07:19:48 +08:00
{
"name": "misd/linkify",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/misd-service-development/php-linkify.git",
"reference": "682bb65ea0329df43df1f805601ff9bae5c6b0b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/misd-service-development/php-linkify/zipball/682bb65ea0329df43df1f805601ff9bae5c6b0b6",
"reference": "682bb65ea0329df43df1f805601ff9bae5c6b0b6",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Misd\\Linkify\\": "src/Misd/Linkify"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Wilkinson",
"email": "chris.wilkinson@admin.cam.ac.uk"
}
],
"description": "Converts URLs and email addresses in text into HTML links",
"homepage": "https://github.com/misd-service-development/php-linkify",
"keywords": [
"convert",
"email address",
"link",
"url"
],
"time": "2015-01-02 08:43:02"
},
2014-12-22 21:28:01 +08:00
{
"name": "nesbot/carbon",
2015-05-18 12:39:05 +08:00
"version": "1.19.0",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2015-05-18 12:39:05 +08:00
"reference": "68868e0b02d2d803d0052a59d4e5003cccf87320"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-18 12:39:05 +08:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/68868e0b02d2d803d0052a59d4e5003cccf87320",
"reference": "68868e0b02d2d803d0052a59d4e5003cccf87320",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-03-28 08:28:42 +08:00
"php": ">=5.3.0",
2015-05-18 12:39:05 +08:00
"symfony/translation": "~2.6"
2014-12-22 21:28:01 +08:00
},
"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.",
2015-03-24 12:34:24 +08:00
"homepage": "http://carbon.nesbot.com",
2014-12-22 21:28:01 +08:00
"keywords": [
"date",
"datetime",
"time"
],
2015-05-18 12:39:05 +08:00
"time": "2015-05-09 03:23:44"
2015-03-28 08:28:42 +08:00
},
2015-05-22 08:41:57 +08:00
{
"name": "nikic/fast-route",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "ffb3b68a3ab0df7e60cf587d2de4937915670f16"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/ffb3b68a3ab0df7e60cf587d2de4937915670f16",
"reference": "ffb3b68a3ab0df7e60cf587d2de4937915670f16",
"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-05-15 16:58:32"
},
2015-03-29 19:43:26 +08:00
{
"name": "oyejorge/less.php",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/oyejorge/less.php.git",
2015-05-18 12:39:05 +08:00
"reference": "b7f01fb8e86f8d77e0f5367715ec756418232e19"
2015-03-29 19:43:26 +08:00
},
"dist": {
"type": "zip",
2015-06-03 08:04:57 +08:00
"url": "https://api.github.com/repos/oyejorge/less.php/zipball/fc971e6d3eb54dff3d3eba4734ff207d37cb4e0e",
2015-05-18 12:39:05 +08:00
"reference": "b7f01fb8e86f8d77e0f5367715ec756418232e19",
2015-03-29 19:43:26 +08:00
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"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"
],
2015-05-18 12:39:05 +08:00
"time": "2015-05-16 18:38:34"
2015-03-29 19:43:26 +08:00
},
2015-05-22 08:41:57 +08:00
{
"name": "psr/http-message",
"version": "dev-master",
"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"
},
2015-03-28 08:28:42 +08:00
{
"name": "symfony/translation",
2015-05-18 12:39:05 +08:00
"version": "2.8.x-dev",
2015-03-28 08:28:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/Translation.git",
2015-05-18 12:39:05 +08:00
"reference": "a0735db452c5e592cb742333a32c6634a6d1ece1"
2015-03-28 08:28:42 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/symfony/Translation/zipball/fa1c9e185b7addf06571be1ffcbaa27afea7fe9a",
2015-05-18 12:39:05 +08:00
"reference": "a0735db452c5e592cb742333a32c6634a6d1ece1",
2015-03-28 08:28:42 +08:00
"shasum": ""
},
"require": {
2015-05-18 12:39:05 +08:00
"php": ">=5.3.9"
},
"conflict": {
"symfony/config": "<2.7"
2015-03-28 08:28:42 +08:00
},
"require-dev": {
"psr/log": "~1.0",
2015-05-18 12:39:05 +08:00
"symfony/config": "~2.7",
"symfony/intl": "~2.3|~3.0.0",
"symfony/phpunit-bridge": "~2.7|~3.0.0",
"symfony/yaml": "~2.2|~3.0.0"
2015-03-28 08:28:42 +08:00
},
"suggest": {
"psr/log": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2015-05-18 12:39:05 +08:00
"dev-master": "2.8-dev"
2015-03-28 08:28:42 +08:00
}
},
"autoload": {
2015-05-18 12:39:05 +08:00
"psr-4": {
2015-03-28 08:28:42 +08:00
"Symfony\\Component\\Translation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-07 12:29:07 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-03-28 08:28:42 +08:00
}
],
"description": "Symfony Translation Component",
2015-05-07 12:29:07 +08:00
"homepage": "https://symfony.com",
2015-05-18 12:39:05 +08:00
"time": "2015-05-15 14:11:12"
2014-12-22 21:28:01 +08:00
},
{
"name": "tobscure/json-api",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/tobscure/json-api.git",
2015-06-08 04:05:25 +08:00
"reference": "d6c82a496289569e8907f3aa980ace407a35b45e"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-03 08:04:57 +08:00
"url": "https://api.github.com/repos/tobscure/json-api/zipball/d6c82a496289569e8907f3aa980ace407a35b45e",
2015-06-08 04:05:25 +08:00
"reference": "d6c82a496289569e8907f3aa980ace407a35b45e",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "1.5.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Tobscure\\JsonApi\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
}
],
"description": "JSON-API responses in PHP.",
2015-06-08 04:05:25 +08:00
"time": "2015-06-01 08:23:11"
2014-12-22 21:28:01 +08:00
},
{
"name": "tobscure/permissible",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/tobscure/permissible.git",
2015-03-28 08:28:42 +08:00
"reference": "ac146ee44be5b2c4b99ad065e2cdcd51de1f7860"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-03 08:04:57 +08:00
"url": "https://api.github.com/repos/tobscure/permissible/zipball/0ba23dd1ed6f5372bf86fa917450cb70d08c012b",
2015-03-28 08:28:42 +08:00
"reference": "ac146ee44be5b2c4b99ad065e2cdcd51de1f7860",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-02-24 18:03:18 +08:00
"illuminate/database": "5.0.*",
2014-12-22 21:28:01 +08:00
"php": ">=5.4.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "1.5.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Tobscure\\Permissible\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
}
],
"description": "Powerful, flexible, relational permissions using Eloquent.",
2015-03-28 08:28:42 +08:00
"time": "2015-03-24 09:00:05"
2014-12-22 21:28:01 +08:00
}
],
"packages-dev": [
{
"name": "codeception/codeception",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Codeception.git",
2015-05-18 12:39:05 +08:00
"reference": "d3cf78c6053f3fdfa4025bfcdb713f91e3ccdbdf"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/82ee3b3ece71f357d672c0b0d47a6fa19c317d36",
2015-05-18 12:39:05 +08:00
"reference": "d3cf78c6053f3fdfa4025bfcdb713f91e3ccdbdf",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
2015-02-09 07:19:48 +08:00
"facebook/webdriver": "~0.4|~0.5",
2014-12-22 21:28:01 +08:00
"guzzlehttp/guzzle": "~4.0|~5.0",
"php": ">=5.4.0",
2015-05-07 12:29:07 +08:00
"phpunit/phpunit": "~4.6.0",
2014-12-22 21:28:01 +08:00
"symfony/browser-kit": "~2.4",
"symfony/console": "~2.4",
"symfony/css-selector": "~2.4",
"symfony/dom-crawler": "~2.4,!=2.4.5",
"symfony/event-dispatcher": "~2.4",
"symfony/finder": "~2.4",
"symfony/yaml": "~2.4"
},
"require-dev": {
"codeception/specify": "~0.3",
"facebook/php-sdk": "~3.2",
2015-02-09 07:19:48 +08:00
"flow/jsonpath": "~0.2",
2014-12-22 21:28:01 +08:00
"monolog/monolog": "~1.8",
"pda/pheanstalk": "~2.0",
"videlalvaro/php-amqplib": "~2.4"
},
"suggest": {
"codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
"codeception/specify": "BDD-style code blocks",
"codeception/verify": "BDD-style assertions",
"monolog/monolog": "Log test steps",
"phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
},
"bin": [
"codecept"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"autoload": {
"psr-0": {
"Codeception": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@mail.ua",
"homepage": "http://codegyre.com"
}
],
"description": "BDD-style testing framework",
"homepage": "http://codeception.com/",
"keywords": [
"BDD",
"TDD",
"acceptance testing",
"functional testing",
"unit testing"
],
2015-05-18 12:39:05 +08:00
"time": "2015-05-16 22:10:29"
2014-12-22 21:28:01 +08:00
},
2015-01-21 09:30:38 +08:00
{
"name": "codeception/mockery-module",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Codeception/MockeryModule.git",
"reference": "178dd30c676220731d6d1efa07743143ad0b3525"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/MockeryModule/zipball/178dd30c676220731d6d1efa07743143ad0b3525",
"reference": "178dd30c676220731d6d1efa07743143ad0b3525",
"shasum": ""
},
"require": {
"mockery/mockery": "~0.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Codeception\\Module\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert.php@mailican.com"
}
],
"description": "Mockery Module for Codeception",
"time": "2014-08-30 22:28:34"
},
2014-12-22 21:28:01 +08:00
{
"name": "doctrine/instantiator",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2015-05-18 12:39:05 +08:00
"reference": "b70d22758c0813ea5fef9c22480caadd3a2b6a56"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-18 12:39:05 +08:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/b70d22758c0813ea5fef9c22480caadd3a2b6a56",
"reference": "b70d22758c0813ea5fef9c22480caadd3a2b6a56",
2014-12-22 21:28:01 +08:00
"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"
],
2015-05-18 12:39:05 +08:00
"time": "2015-05-13 13:33:36"
2014-12-22 21:28:01 +08:00
},
{
"name": "facebook/webdriver",
2015-05-18 12:39:05 +08:00
"version": "v0.6.0",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/facebook/php-webdriver.git",
2015-05-18 12:39:05 +08:00
"reference": "2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-18 12:39:05 +08:00
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5",
"reference": "2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.19"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"autoload": {
"classmap": [
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "A php client for WebDriver",
"homepage": "https://github.com/facebook/php-webdriver",
"keywords": [
"facebook",
"php",
"selenium",
"webdriver"
],
2015-05-18 12:39:05 +08:00
"time": "2015-02-09 19:39:34"
2014-12-22 21:28:01 +08:00
},
{
"name": "fzaninotto/faker",
"version": "v1.4.0",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "010c7efedd88bf31141a02719f51fb44c732d5a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/010c7efedd88bf31141a02719f51fb44c732d5a0",
"reference": "010c7efedd88bf31141a02719f51fb44c732d5a0",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
"branch-alias": []
},
"autoload": {
"psr-0": {
"Faker": "src/",
"Faker\\PHPUnit": "test/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
"time": "2014-06-04 14:43:02"
},
{
"name": "guzzlehttp/guzzle",
2015-06-02 10:06:25 +08:00
"version": "5.3.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2015-06-06 19:59:59 +08:00
"reference": "fd861570a9c3c28d98f418feea1f43f6268bdfa0"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-06 19:59:59 +08:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/fd861570a9c3c28d98f418feea1f43f6268bdfa0",
"reference": "fd861570a9c3c28d98f418feea1f43f6268bdfa0",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-06-02 10:06:25 +08:00
"guzzlehttp/ringphp": "^1.1",
2014-12-22 21:28:01 +08:00
"php": ">=5.4.0"
},
"require-dev": {
"ext-curl": "*",
2015-06-02 10:06:25 +08:00
"phpunit/phpunit": "^4.0"
2014-12-22 21:28:01 +08:00
},
"type": "library",
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2015-06-06 19:59:59 +08:00
"time": "2015-06-03 05:11:42"
2014-12-22 21:28:01 +08:00
},
{
"name": "guzzlehttp/ringphp",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/guzzle/RingPHP.git",
2015-06-02 10:06:25 +08:00
"reference": "9465032ac5d6beaa55f10923403e6e1c36018d9c"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-22 08:41:57 +08:00
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/9465032ac5d6beaa55f10923403e6e1c36018d9c",
2015-06-02 10:06:25 +08:00
"reference": "9465032ac5d6beaa55f10923403e6e1c36018d9c",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"guzzlehttp/streams": "~3.0",
"php": ">=5.4.0",
"react/promise": "~2.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"ext-curl": "Guzzle will use specific adapters if cURL is present"
},
"type": "library",
"extra": {
"branch-alias": {
2015-06-02 10:06:25 +08:00
"dev-master": "1.1-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Ring\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
2015-01-19 18:10:51 +08:00
"description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2015-06-02 10:06:25 +08:00
"time": "2015-05-21 17:23:02"
2014-12-22 21:28:01 +08:00
},
{
"name": "guzzlehttp/streams",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/guzzle/streams.git",
2015-02-09 07:19:48 +08:00
"reference": "d1f8a6c55f0f753cfd6f6755856473eb02cedb19"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-02-09 07:19:48 +08:00
"url": "https://api.github.com/repos/guzzle/streams/zipball/d1f8a6c55f0f753cfd6f6755856473eb02cedb19",
"reference": "d1f8a6c55f0f753cfd6f6755856473eb02cedb19",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Stream\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Provides a simple abstraction over streams of data",
"homepage": "http://guzzlephp.org/",
"keywords": [
"Guzzle",
"stream"
],
2015-02-09 07:19:48 +08:00
"time": "2015-01-22 00:01:34"
2014-12-22 21:28:01 +08:00
},
2015-03-24 12:34:24 +08:00
{
"name": "hamcrest/hamcrest-php",
2015-05-18 12:39:05 +08:00
"version": "v1.2.2",
2015-03-24 12:34:24 +08:00
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
2015-05-18 12:39:05 +08:00
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2015-03-24 12:34:24 +08:00
},
"dist": {
"type": "zip",
2015-05-18 12:39:05 +08:00
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
"reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2015-03-24 12:34:24 +08:00
"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"
],
2015-05-18 12:39:05 +08:00
"time": "2015-05-11 14:41:42"
2015-03-24 12:34:24 +08:00
},
2015-01-21 09:30:38 +08:00
{
"name": "laracasts/testdummy",
2015-05-07 12:29:07 +08:00
"version": "2.3.2",
2015-01-21 09:30:38 +08:00
"source": {
"type": "git",
"url": "https://github.com/laracasts/TestDummy.git",
2015-05-07 12:29:07 +08:00
"reference": "ba986a66b6f4a1e149355357353af3072d5521ee"
2015-01-21 09:30:38 +08:00
},
"dist": {
"type": "zip",
2015-05-07 12:29:07 +08:00
"url": "https://api.github.com/repos/laracasts/TestDummy/zipball/ba986a66b6f4a1e149355357353af3072d5521ee",
"reference": "ba986a66b6f4a1e149355357353af3072d5521ee",
2015-01-21 09:30:38 +08:00
"shasum": ""
},
"require": {
"fzaninotto/faker": "~1.4",
"illuminate/support": "~4.0|~5.0",
"php": ">=5.4.0"
},
"require-dev": {
2015-03-24 12:34:24 +08:00
"illuminate/database": "~4.0|~5.0",
"phpspec/phpspec": "~2.0",
"phpunit/phpunit": "~4.7@dev"
2015-01-21 09:30:38 +08:00
},
"type": "library",
"autoload": {
2015-03-24 12:34:24 +08:00
"psr-4": {
"Laracasts\\TestDummy\\": "src/"
2015-05-07 12:29:07 +08:00
},
"files": [
"src/functions.php"
]
2015-01-21 09:30:38 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeffrey Way",
"email": "jeffrey@laracasts.com"
}
],
"description": "Easy test stubs",
"keywords": [
"factorygirl",
"laravel",
"stubs",
"testing"
],
2015-05-07 12:29:07 +08:00
"time": "2015-04-27 15:56:12"
2015-01-21 09:30:38 +08:00
},
{
"name": "mockery/mockery",
2015-05-18 12:39:05 +08:00
"version": "0.9.4",
2015-01-21 09:30:38 +08:00
"source": {
"type": "git",
"url": "https://github.com/padraic/mockery.git",
2015-05-18 12:39:05 +08:00
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
2015-01-21 09:30:38 +08:00
},
"dist": {
"type": "zip",
2015-05-18 12:39:05 +08:00
"url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
2015-01-21 09:30:38 +08:00
"shasum": ""
},
"require": {
2015-03-24 12:34:24 +08:00
"hamcrest/hamcrest-php": "~1.1",
2015-01-21 09:30:38 +08:00
"lib-pcre": ">=7.0",
2015-05-18 12:39:05 +08:00
"php": ">=5.3.2"
2015-01-21 09:30:38 +08:00
},
"require-dev": {
2015-02-24 18:03:18 +08:00
"phpunit/phpunit": "~4.0"
2015-01-21 09:30:38 +08:00
},
"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"
],
2015-05-18 12:39:05 +08:00
"time": "2015-04-02 19:54:00"
2015-02-24 19:16:46 +08:00
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2015-05-18 12:39:05 +08:00
"reference": "ae15da2ce234d3ffe5d7fafcdad19c7f1acf3568"
2015-02-24 19:16:46 +08:00
},
"dist": {
"type": "zip",
2015-05-18 12:39:05 +08:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/ae15da2ce234d3ffe5d7fafcdad19c7f1acf3568",
"reference": "ae15da2ce234d3ffe5d7fafcdad19c7f1acf3568",
2015-02-24 19:16:46 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
2015-03-24 12:34:24 +08:00
"erusev/parsedown": "~1.0",
"league/commonmark": "*"
2015-02-24 19:16:46 +08:00
},
"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"
}
],
2015-05-18 12:39:05 +08:00
"time": "2015-05-12 07:21:12"
2015-02-24 19:16:46 +08:00
},
{
"name": "phpspec/prophecy",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2015-05-07 12:29:07 +08:00
"reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
2015-02-24 19:16:46 +08:00
},
"dist": {
"type": "zip",
2015-05-22 08:41:57 +08:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/5a355f91730c845301a9e28f91c8a5053353c496",
2015-05-07 12:29:07 +08:00
"reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
2015-02-24 19:16:46 +08:00
"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": {
2015-03-29 19:43:26 +08:00
"dev-master": "1.4.x-dev"
2015-02-24 19:16:46 +08:00
}
},
"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"
],
2015-05-07 12:29:07 +08:00
"time": "2015-04-27 22:15:08"
2014-12-22 21:28:01 +08:00
},
{
"name": "phpunit/php-code-coverage",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2015-06-06 19:59:59 +08:00
"reference": "688b6a58acb19c1899dc887b1efb6403dc6dc0bd"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-06 19:59:59 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/688b6a58acb19c1899dc887b1efb6403dc6dc0bd",
"reference": "688b6a58acb19c1899dc887b1efb6403dc6dc0bd",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2",
"phpunit/php-token-stream": "~1.3",
"sebastian/environment": "~1.0",
"sebastian/version": "~1.0"
},
"require-dev": {
"ext-xdebug": ">=2.1.4",
2015-01-19 18:10:51 +08:00
"phpunit/phpunit": "~4"
2014-12-22 21:28:01 +08:00
},
"suggest": {
"ext-dom": "*",
"ext-xdebug": ">=2.2.1",
"ext-xmlwriter": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2015-06-06 19:59:59 +08:00
"dev-master": "2.2.x-dev"
2014-12-22 21:28:01 +08:00
}
},
"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"
],
2015-06-06 19:59:59 +08:00
"time": "2015-06-06 08:31:47"
2014-12-22 21:28:01 +08:00
},
{
"name": "phpunit/php-file-iterator",
2015-05-07 12:29:07 +08:00
"version": "dev-master",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2015-05-07 12:29:07 +08:00
"reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-07 12:29:07 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
"reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
2015-05-07 12:29:07 +08:00
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
2014-12-22 21:28:01 +08:00
"autoload": {
"classmap": [
2015-05-07 12:29:07 +08:00
"src/"
2014-12-22 21:28:01 +08:00
]
},
"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"
],
2015-05-07 12:29:07 +08:00
"time": "2015-04-02 05:19:05"
2014-12-22 21:28:01 +08:00
},
{
"name": "phpunit/php-text-template",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
"reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"Text/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2014-01-30 17:20:04"
},
{
"name": "phpunit/php-timer",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
"reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"PHP/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2013-08-02 07:42:54"
},
{
"name": "phpunit/php-token-stream",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2015-05-07 12:29:07 +08:00
"reference": "eab81d02569310739373308137284e0158424330"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-07 12:29:07 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
"reference": "eab81d02569310739373308137284e0158424330",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"type": "library",
"extra": {
"branch-alias": {
2015-01-19 18:10:51 +08:00
"dev-master": "1.4-dev"
2014-12-22 21:28:01 +08:00
}
},
"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"
],
2015-05-07 12:29:07 +08:00
"time": "2015-04-08 04:46:07"
2014-12-22 21:28:01 +08:00
},
{
"name": "phpunit/phpunit",
2015-05-07 12:29:07 +08:00
"version": "4.6.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2015-05-07 12:29:07 +08:00
"reference": "3afe303d873a4d64c62ef84de491b97b006fbdac"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7b5fe98b28302a8b25693b2298bca74463336975",
2015-05-07 12:29:07 +08:00
"reference": "3afe303d873a4d64c62ef84de491b97b006fbdac",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
2015-03-29 19:43:26 +08:00
"phpspec/prophecy": "~1.3,>=1.3.1",
2015-03-24 12:34:24 +08:00
"phpunit/php-code-coverage": "~2.0,>=2.0.11",
2015-05-07 12:29:07 +08:00
"phpunit/php-file-iterator": "~1.4",
2014-12-22 21:28:01 +08:00
"phpunit/php-text-template": "~1.2",
2015-05-07 12:29:07 +08:00
"phpunit/php-timer": "~1.0",
2014-12-22 21:28:01 +08:00
"phpunit/phpunit-mock-objects": "~2.3",
2015-02-24 19:16:46 +08:00
"sebastian/comparator": "~1.1",
2015-05-07 12:29:07 +08:00
"sebastian/diff": "~1.2",
2015-02-24 19:16:46 +08:00
"sebastian/environment": "~1.2",
"sebastian/exporter": "~1.2",
2014-12-22 21:28:01 +08:00
"sebastian/global-state": "~1.0",
"sebastian/version": "~1.0",
2015-05-07 12:29:07 +08:00
"symfony/yaml": "~2.1|~3.0"
2014-12-22 21:28:01 +08:00
},
"suggest": {
"phpunit/php-invoker": "~1.1"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2015-05-07 12:29:07 +08:00
"dev-master": "4.6.x-dev"
2014-12-22 21:28:01 +08:00
}
},
"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"
],
2015-05-07 12:29:07 +08:00
"time": "2015-04-29 15:18:52"
2014-12-22 21:28:01 +08:00
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2015-05-07 12:29:07 +08:00
"reference": "74ffb87f527f24616f72460e54b595f508dccb5c"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5034a3d9f2057a7b7d6ad03a984509dadfdda3cc",
2015-05-07 12:29:07 +08:00
"reference": "74ffb87f527f24616f72460e54b595f508dccb5c",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "~1.0,>=1.0.2",
"php": ">=5.3.3",
"phpunit/php-text-template": "~1.2"
},
"require-dev": {
2015-05-07 12:29:07 +08:00
"phpunit/phpunit": "~4.4"
2014-12-22 21:28:01 +08:00
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2015-05-07 12:29:07 +08:00
"dev-master": "2.3.x-dev"
2014-12-22 21:28:01 +08:00
}
},
"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"
],
2015-05-07 12:29:07 +08:00
"time": "2015-04-02 05:36:41"
2014-12-22 21:28:01 +08:00
},
{
"name": "react/promise",
2015-01-19 18:10:51 +08:00
"version": "v2.2.0",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
2015-01-19 18:10:51 +08:00
"reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-01-19 18:10:51 +08:00
"url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
"reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
},
"files": [
2015-01-19 18:10:51 +08:00
"src/functions_include.php"
2014-12-22 21:28:01 +08:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@googlemail.com"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
2015-01-19 18:10:51 +08:00
"time": "2014-12-30 13:32:42"
2014-12-22 21:28:01 +08:00
},
{
"name": "sebastian/comparator",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2015-02-09 07:19:48 +08:00
"reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-02-09 07:19:48 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
"reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2015-02-09 07:19:48 +08:00
"sebastian/diff": "~1.2",
"sebastian/exporter": "~1.2"
2014-12-22 21:28:01 +08:00
},
"require-dev": {
2015-02-09 07:19:48 +08:00
"phpunit/phpunit": "~4.4"
2014-12-22 21:28:01 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "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"
],
2015-02-09 07:19:48 +08:00
"time": "2015-01-29 16:28:08"
2014-12-22 21:28:01 +08:00
},
{
"name": "sebastian/diff",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2015-02-24 19:16:46 +08:00
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-02-24 19:16:46 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"type": "library",
"extra": {
"branch-alias": {
2015-02-24 19:16:46 +08:00
"dev-master": "1.3-dev"
2014-12-22 21:28:01 +08:00
}
},
"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"
],
2015-02-24 19:16:46 +08:00
"time": "2015-02-22 15:13:53"
2014-12-22 21:28:01 +08:00
},
{
"name": "sebastian/environment",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2015-01-19 18:10:51 +08:00
"reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-01-19 18:10:51 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
"reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2015-01-19 18:10:51 +08:00
"phpunit/phpunit": "~4.4"
2014-12-22 21:28:01 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-01-19 18:10:51 +08:00
"dev-master": "1.3.x-dev"
2014-12-22 21:28:01 +08:00
}
},
"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"
],
2015-01-19 18:10:51 +08:00
"time": "2015-01-01 10:01:08"
2014-12-22 21:28:01 +08:00
},
{
"name": "sebastian/exporter",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2015-02-09 07:19:48 +08:00
"reference": "84839970d05254c73cde183a721c7af13aede943"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-02-09 07:19:48 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
"reference": "84839970d05254c73cde183a721c7af13aede943",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-02-09 07:19:48 +08:00
"php": ">=5.3.3",
"sebastian/recursion-context": "~1.0"
2014-12-22 21:28:01 +08:00
},
"require-dev": {
2015-02-09 07:19:48 +08:00
"phpunit/phpunit": "~4.4"
2014-12-22 21:28:01 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-02-09 07:19:48 +08:00
"dev-master": "1.2.x-dev"
2014-12-22 21:28:01 +08:00
}
},
"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"
],
2015-02-09 07:19:48 +08:00
"time": "2015-01-27 07:23:06"
2014-12-22 21:28:01 +08:00
},
{
"name": "sebastian/global-state",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2015-01-21 09:30:38 +08:00
"reference": "007c441df427cf0e175372fcbb9d196bce7eb743"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-01-21 09:30:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/007c441df427cf0e175372fcbb9d196bce7eb743",
"reference": "007c441df427cf0e175372fcbb9d196bce7eb743",
2014-12-22 21:28:01 +08:00
"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"
],
2015-01-21 09:30:38 +08:00
"time": "2015-01-20 04:09:31"
2014-12-22 21:28:01 +08:00
},
2015-02-09 07:19:48 +08:00
{
"name": "sebastian/recursion-context",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "3989662bbb30a29d20d9faa04a846af79b276252"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
"reference": "3989662bbb30a29d20d9faa04a846af79b276252",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "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-01-24 09:48:32"
},
2014-12-22 21:28:01 +08:00
{
"name": "sebastian/version",
2015-05-07 12:29:07 +08:00
"version": "1.0.5",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2015-05-07 12:29:07 +08:00
"reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-07 12:29:07 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
"reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
2014-12-22 21:28:01 +08:00
"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",
2015-05-07 12:29:07 +08:00
"time": "2015-02-24 06:35:25"
2014-12-22 21:28:01 +08:00
},
2015-05-18 12:39:05 +08:00
{
"name": "squizlabs/php_codesniffer",
2015-05-19 07:22:52 +08:00
"version": "2.3.2",
2015-05-18 12:39:05 +08:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2015-05-19 07:22:52 +08:00
"reference": "e96d8579fbed0c95ecf2a0501ec4f307a4aa6404"
2015-05-18 12:39:05 +08:00
},
"dist": {
"type": "zip",
2015-05-19 07:22:52 +08:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e96d8579fbed0c95ecf2a0501ec4f307a4aa6404",
"reference": "e96d8579fbed0c95ecf2a0501ec4f307a4aa6404",
2015-05-18 12:39:05 +08:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2015-05-19 07:22:52 +08:00
"ext-xmlwriter": "*",
2015-05-18 12:39:05 +08:00
"php": ">=5.1.2"
},
"bin": [
2015-05-19 07:22:52 +08:00
"scripts/phpcs",
"scripts/phpcbf"
2015-05-18 12:39:05 +08:00
],
"type": "library",
"extra": {
"branch-alias": {
2015-05-19 07:22:52 +08:00
"dev-master": "2.0.x-dev"
2015-05-18 12:39:05 +08:00
}
},
"autoload": {
"classmap": [
"CodeSniffer.php",
"CodeSniffer/CLI.php",
"CodeSniffer/Exception.php",
"CodeSniffer/File.php",
2015-05-19 07:22:52 +08:00
"CodeSniffer/Fixer.php",
2015-05-18 12:39:05 +08:00
"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"
}
],
2015-05-19 07:22:52 +08:00
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2015-05-18 12:39:05 +08:00
"homepage": "http://www.squizlabs.com/php-codesniffer",
"keywords": [
"phpcs",
"standards"
],
2015-05-19 07:22:52 +08:00
"time": "2015-04-28 23:28:20"
2015-05-18 12:39:05 +08:00
},
2014-12-22 21:28:01 +08:00
{
"name": "symfony/browser-kit",
2015-05-07 12:29:07 +08:00
"version": "2.8.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/BrowserKit.git",
2015-05-18 12:39:05 +08:00
"reference": "491639704334283b5f1d87bb3298400f1f5cd2bf"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/b312440539a8bda4ec9a5016fc68a2fad96b49da",
2015-05-18 12:39:05 +08:00
"reference": "491639704334283b5f1d87bb3298400f1f5cd2bf",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-01-19 18:10:51 +08:00
"php": ">=5.3.9",
"symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0"
2014-12-22 21:28:01 +08:00
},
"require-dev": {
2015-01-19 18:10:51 +08:00
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
2015-02-24 19:16:46 +08:00
"symfony/phpunit-bridge": "~2.7|~3.0.0",
2015-01-19 18:10:51 +08:00
"symfony/process": "~2.0,>=2.0.5|~3.0.0"
2014-12-22 21:28:01 +08:00
},
"suggest": {
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2015-05-07 12:29:07 +08:00
"dev-master": "2.8-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
2015-05-07 12:29:07 +08:00
"psr-4": {
2014-12-22 21:28:01 +08:00
"Symfony\\Component\\BrowserKit\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-18 12:39:05 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-12-22 21:28:01 +08:00
}
],
"description": "Symfony BrowserKit Component",
2015-05-18 12:39:05 +08:00
"homepage": "https://symfony.com",
"time": "2015-05-12 15:16:46"
2014-12-22 21:28:01 +08:00
},
{
"name": "symfony/console",
2015-05-07 12:29:07 +08:00
"version": "2.8.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/Console.git",
2015-05-18 12:39:05 +08:00
"reference": "7e857a2b52b5833ed27d78a6b1b846bd440ee8bd"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/symfony/Console/zipball/39d6c23c9d2f8d52402c94144c3fc218a9d13cd2",
2015-05-18 12:39:05 +08:00
"reference": "7e857a2b52b5833ed27d78a6b1b846bd440ee8bd",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-01-19 18:10:51 +08:00
"php": ">=5.3.9"
2014-12-22 21:28:01 +08:00
},
"require-dev": {
"psr/log": "~1.0",
2015-01-19 18:10:51 +08:00
"symfony/event-dispatcher": "~2.1|~3.0.0",
2015-02-24 19:16:46 +08:00
"symfony/phpunit-bridge": "~2.7|~3.0.0",
2015-01-19 18:10:51 +08:00
"symfony/process": "~2.1|~3.0.0"
2014-12-22 21:28:01 +08:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2015-05-07 12:29:07 +08:00
"dev-master": "2.8-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
2015-05-07 12:29:07 +08:00
"psr-4": {
2014-12-22 21:28:01 +08:00
"Symfony\\Component\\Console\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-18 12:39:05 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-12-22 21:28:01 +08:00
}
],
"description": "Symfony Console Component",
2015-05-18 12:39:05 +08:00
"homepage": "https://symfony.com",
"time": "2015-05-15 14:11:12"
2014-12-22 21:28:01 +08:00
},
{
"name": "symfony/css-selector",
2015-05-07 12:29:07 +08:00
"version": "2.8.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/CssSelector.git",
2015-05-18 12:39:05 +08:00
"reference": "5b0968a01e1f6fb724ecc8b7334d662ad4c8cda6"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-18 12:39:05 +08:00
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/5b0968a01e1f6fb724ecc8b7334d662ad4c8cda6",
"reference": "5b0968a01e1f6fb724ecc8b7334d662ad4c8cda6",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-01-19 18:10:51 +08:00
"php": ">=5.3.9"
2014-12-22 21:28:01 +08:00
},
2015-02-24 19:16:46 +08:00
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0"
},
2014-12-22 21:28:01 +08:00
"type": "library",
"extra": {
"branch-alias": {
2015-05-07 12:29:07 +08:00
"dev-master": "2.8-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
2015-05-07 12:29:07 +08:00
"psr-4": {
2014-12-22 21:28:01 +08:00
"Symfony\\Component\\CssSelector\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-18 12:39:05 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-12-22 21:28:01 +08:00
}
],
"description": "Symfony CssSelector Component",
2015-05-18 12:39:05 +08:00
"homepage": "https://symfony.com",
"time": "2015-05-15 14:11:12"
2014-12-22 21:28:01 +08:00
},
{
"name": "symfony/dom-crawler",
2015-05-07 12:29:07 +08:00
"version": "2.8.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/DomCrawler.git",
2015-05-18 12:39:05 +08:00
"reference": "3a523d1725d5835e4a7277358190e7efae7d872f"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/3fb7dae9cc8787f3ac20cc6ceefe22bf40bae9b8",
2015-05-18 12:39:05 +08:00
"reference": "3a523d1725d5835e4a7277358190e7efae7d872f",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-01-19 18:10:51 +08:00
"php": ">=5.3.9"
2014-12-22 21:28:01 +08:00
},
"require-dev": {
2015-02-24 19:16:46 +08:00
"symfony/css-selector": "~2.3|~3.0.0",
"symfony/phpunit-bridge": "~2.7|~3.0.0"
2014-12-22 21:28:01 +08:00
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
2015-05-07 12:29:07 +08:00
"dev-master": "2.8-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
2015-05-07 12:29:07 +08:00
"psr-4": {
2014-12-22 21:28:01 +08:00
"Symfony\\Component\\DomCrawler\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-18 12:39:05 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-12-22 21:28:01 +08:00
}
],
"description": "Symfony DomCrawler Component",
2015-05-18 12:39:05 +08:00
"homepage": "https://symfony.com",
"time": "2015-05-12 15:16:46"
2014-12-22 21:28:01 +08:00
},
{
"name": "symfony/event-dispatcher",
2015-05-07 12:29:07 +08:00
"version": "2.8.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/EventDispatcher.git",
2015-05-18 12:39:05 +08:00
"reference": "8766cebf28beac9a45b511d7dba053da9d35eb9f"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-18 12:39:05 +08:00
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/8766cebf28beac9a45b511d7dba053da9d35eb9f",
"reference": "8766cebf28beac9a45b511d7dba053da9d35eb9f",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-01-19 18:10:51 +08:00
"php": ">=5.3.9"
2014-12-22 21:28:01 +08:00
},
"require-dev": {
"psr/log": "~1.0",
2015-01-19 18:10:51 +08:00
"symfony/config": "~2.0,>=2.0.5|~3.0.0",
"symfony/dependency-injection": "~2.6|~3.0.0",
"symfony/expression-language": "~2.6|~3.0.0",
2015-02-24 19:16:46 +08:00
"symfony/phpunit-bridge": "~2.7|~3.0.0",
2015-01-19 18:10:51 +08:00
"symfony/stopwatch": "~2.3|~3.0.0"
2014-12-22 21:28:01 +08:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2015-05-07 12:29:07 +08:00
"dev-master": "2.8-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
2015-05-07 12:29:07 +08:00
"psr-4": {
2014-12-22 21:28:01 +08:00
"Symfony\\Component\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-18 12:39:05 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-12-22 21:28:01 +08:00
}
],
"description": "Symfony EventDispatcher Component",
2015-05-18 12:39:05 +08:00
"homepage": "https://symfony.com",
"time": "2015-05-12 15:16:46"
2014-12-22 21:28:01 +08:00
},
{
"name": "symfony/finder",
2015-05-07 12:29:07 +08:00
"version": "2.8.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/Finder.git",
2015-05-18 12:39:05 +08:00
"reference": "fd26bdbb67bc8753884eff5767a4f1ee90e2284b"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-06-08 04:05:25 +08:00
"url": "https://api.github.com/repos/symfony/Finder/zipball/798e9a9c69f3e2e9d8766e8633e404676a09f99c",
2015-05-18 12:39:05 +08:00
"reference": "fd26bdbb67bc8753884eff5767a4f1ee90e2284b",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-01-19 18:10:51 +08:00
"php": ">=5.3.9"
2014-12-22 21:28:01 +08:00
},
2015-02-24 19:16:46 +08:00
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0"
},
2014-12-22 21:28:01 +08:00
"type": "library",
"extra": {
"branch-alias": {
2015-05-07 12:29:07 +08:00
"dev-master": "2.8-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
2015-05-07 12:29:07 +08:00
"psr-4": {
2014-12-22 21:28:01 +08:00
"Symfony\\Component\\Finder\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-18 12:39:05 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-12-22 21:28:01 +08:00
}
],
"description": "Symfony Finder Component",
2015-05-18 12:39:05 +08:00
"homepage": "https://symfony.com",
"time": "2015-05-15 14:11:12"
2014-12-22 21:28:01 +08:00
},
{
"name": "symfony/yaml",
2015-05-07 12:29:07 +08:00
"version": "2.8.x-dev",
2014-12-22 21:28:01 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
2015-05-18 12:39:05 +08:00
"reference": "2396832f6f9ab2b8f62f00b5d3f2e722fc773d65"
2014-12-22 21:28:01 +08:00
},
"dist": {
"type": "zip",
2015-05-18 12:39:05 +08:00
"url": "https://api.github.com/repos/symfony/Yaml/zipball/2396832f6f9ab2b8f62f00b5d3f2e722fc773d65",
"reference": "2396832f6f9ab2b8f62f00b5d3f2e722fc773d65",
2014-12-22 21:28:01 +08:00
"shasum": ""
},
"require": {
2015-01-19 18:10:51 +08:00
"php": ">=5.3.9"
2014-12-22 21:28:01 +08:00
},
2015-02-24 19:16:46 +08:00
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0"
},
2014-12-22 21:28:01 +08:00
"type": "library",
"extra": {
"branch-alias": {
2015-05-07 12:29:07 +08:00
"dev-master": "2.8-dev"
2014-12-22 21:28:01 +08:00
}
},
"autoload": {
2015-05-07 12:29:07 +08:00
"psr-4": {
2014-12-22 21:28:01 +08:00
"Symfony\\Component\\Yaml\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-18 12:39:05 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-12-22 21:28:01 +08:00
}
],
"description": "Symfony Yaml Component",
2015-05-18 12:39:05 +08:00
"homepage": "https://symfony.com",
"time": "2015-05-12 15:16:46"
2014-12-22 21:28:01 +08:00
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"tobscure/json-api": 20,
2015-03-29 19:43:26 +08:00
"tobscure/permissible": 20,
2015-05-07 12:29:07 +08:00
"oyejorge/less.php": 20,
2015-05-22 08:41:57 +08:00
"intervention/image": 20,
2015-06-06 19:59:59 +08:00
"ezyang/htmlpurifier": 20,
2015-05-22 08:41:57 +08:00
"psr/http-message": 20,
2015-06-03 16:17:59 +08:00
"nikic/fast-route": 20
2014-12-22 21:28:01 +08:00
},
"prefer-stable": false,
2014-12-23 20:29:15 +08:00
"prefer-lowest": false,
2014-12-22 21:28:01 +08:00
"platform": {
"php": ">=5.4.0"
},
"platform-dev": []
}