Update composer dependencies

This commit is contained in:
Kijin Sung 2016-03-22 11:26:00 +09:00
parent 06f5151f8f
commit 365d7cdba9
58 changed files with 1245 additions and 5987 deletions

59
composer.lock generated
View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "61ea4cb999dbb61cd01ba1a4ede5ead6",
"content-hash": "ec214228f19d828ce0ea5feeb0a72aba",
"hash": "ff1a5bab9497b1e5f25dd3069ffbbf13",
"content-hash": "9478a148fd56f1f50543063e3971a777",
"packages": [
{
"name": "defuse/php-encryption",
@ -96,42 +96,6 @@
],
"time": "2015-08-05 01:03:42"
},
{
"name": "firephp/firephp-core",
"version": "v0.4.0",
"source": {
"type": "git",
"url": "https://github.com/firephp/firephp-core.git",
"reference": "fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/firephp/firephp-core/zipball/fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf",
"reference": "fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"lib/FirePHPCore/FirePHP.class.php",
"lib/FirePHPCore/fb.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christoph Dorn",
"email": "christoph@christophdorn.com",
"homepage": "http://christophdorn.com"
}
],
"description": "Traditional FirePHPCore library for sending PHP variables to the browser.",
"homepage": "https://github.com/firephp/firephp-core",
"time": "2013-04-23 15:28:20"
},
{
"name": "hautelook/phpass",
"version": "0.3.4",
@ -265,34 +229,31 @@
},
{
"name": "leafo/scssphp",
"version": "v0.4.0",
"version": "v0.6.3",
"source": {
"type": "git",
"url": "https://github.com/leafo/scssphp.git",
"reference": "78a6f27aa4eaf70bb3ff4d13b639bab71fdaf47a"
"reference": "a27edad3d16635a222d7204706572e24c338aa17"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/leafo/scssphp/zipball/78a6f27aa4eaf70bb3ff4d13b639bab71fdaf47a",
"reference": "78a6f27aa4eaf70bb3ff4d13b639bab71fdaf47a",
"url": "https://api.github.com/repos/leafo/scssphp/zipball/a27edad3d16635a222d7204706572e24c338aa17",
"reference": "a27edad3d16635a222d7204706572e24c338aa17",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
"php": ">=5.4.0"
},
"require-dev": {
"kherge/box": "~2.5",
"phpunit/phpunit": "~3.7",
"squizlabs/php_codesniffer": "~2.3"
"squizlabs/php_codesniffer": "~2.5"
},
"bin": [
"bin/pscss"
],
"type": "library",
"autoload": {
"classmap": [
"classmap.php"
],
"psr-4": {
"Leafo\\ScssPhp\\": "src/"
}
@ -317,7 +278,7 @@
"scss",
"stylesheet"
],
"time": "2015-11-09 14:44:09"
"time": "2016-01-15 02:50:06"
},
{
"name": "league/html-to-markdown",
@ -796,7 +757,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.3",
"php": ">=5.5.9",
"ext-curl": "*",
"ext-gd": "*",
"ext-iconv": "*",