Commit 257e2945 authored by Nicolas Widart's avatar Nicolas Widart

Updating dependencies

parent 0251117f
...@@ -134,12 +134,12 @@ ...@@ -134,12 +134,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/AsgardCms/Media.git", "url": "https://github.com/AsgardCms/Media.git",
"reference": "d6174fa39ed2e5d7222fd00dee2cc8860d3f1670" "reference": "dba9b1228d9a296c3b7ec737399db848ae324748"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Media/zipball/d6174fa39ed2e5d7222fd00dee2cc8860d3f1670", "url": "https://api.github.com/repos/AsgardCms/Media/zipball/dba9b1228d9a296c3b7ec737399db848ae324748",
"reference": "d6174fa39ed2e5d7222fd00dee2cc8860d3f1670", "reference": "dba9b1228d9a296c3b7ec737399db848ae324748",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
"library", "library",
"media" "media"
], ],
"time": "2014-12-13 10:00:52" "time": "2015-01-03 14:15:04"
}, },
{ {
"name": "asgardcms/menu-module", "name": "asgardcms/menu-module",
...@@ -692,6 +692,62 @@ ...@@ -692,6 +692,62 @@
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"time": "2014-01-17 12:21:18" "time": "2014-01-17 12:21:18"
}, },
{
"name": "danielstjules/stringy",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/danielstjules/Stringy.git",
"reference": "d661047fb347cc384591fe3dbe5f62886f203416"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danielstjules/Stringy/zipball/d661047fb347cc384591fe3dbe5f62886f203416",
"reference": "d661047fb347cc384591fe3dbe5f62886f203416",
"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-01-04 06:54:13"
},
{ {
"name": "dimsav/laravel-translatable", "name": "dimsav/laravel-translatable",
"version": "dev-master", "version": "dev-master",
...@@ -754,12 +810,12 @@ ...@@ -754,12 +810,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "04fb8c20354236bf72d194400a345c8f43191b99" "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/04fb8c20354236bf72d194400a345c8f43191b99", "url": "https://api.github.com/repos/doctrine/annotations/zipball/b5202eb9e83f8db52e0e58867e0a46e63be8332e",
"reference": "04fb8c20354236bf72d194400a345c8f43191b99", "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -814,7 +870,74 @@ ...@@ -814,7 +870,74 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2014-12-18 18:33:26" "time": "2014-12-23 22:40:37"
},
{
"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.*"
},
"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": "2015-01-01 18:34:57"
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
...@@ -992,12 +1115,12 @@ ...@@ -992,12 +1115,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/RingPHP.git", "url": "https://github.com/guzzle/RingPHP.git",
"reference": "a903f51b692427318bc813217c0e6505287e79a4" "reference": "a6dfe3ed43cba212a76773bc5329646042085459"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a903f51b692427318bc813217c0e6505287e79a4", "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a6dfe3ed43cba212a76773bc5329646042085459",
"reference": "a903f51b692427318bc813217c0e6505287e79a4", "reference": "a6dfe3ed43cba212a76773bc5329646042085459",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1034,7 +1157,8 @@ ...@@ -1034,7 +1157,8 @@
"homepage": "https://github.com/mtdowling" "homepage": "https://github.com/mtdowling"
} }
], ],
"time": "2014-12-11 05:50:32" "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
"time": "2015-01-05 18:46:17"
}, },
{ {
"name": "guzzlehttp/streams", "name": "guzzlehttp/streams",
...@@ -1092,12 +1216,12 @@ ...@@ -1092,12 +1216,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/html.git", "url": "https://github.com/illuminate/html.git",
"reference": "b04be9a84be0d6f7552b281ad6b9e2795218fe56" "reference": "b04be9a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/html/zipball/b04be9a84be0d6f7552b281ad6b9e2795218fe56", "url": "https://api.github.com/repos/illuminate/html/zipball/b04be9a84be0d6f7552b281ad6b9e2795218fe56",
"reference": "b04be9a84be0d6f7552b281ad6b9e2795218fe56", "reference": "b04be9a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1470,7 +1594,10 @@ ...@@ -1470,7 +1594,10 @@
"require": { "require": {
"classpreloader/classpreloader": "~1.0.2", "classpreloader/classpreloader": "~1.0.2",
"d11wtq/boris": "~1.0", "d11wtq/boris": "~1.0",
"danielstjules/stringy": "~1.5",
"doctrine/annotations": "~1.0", "doctrine/annotations": "~1.0",
"doctrine/inflector": "~1.0",
"ext-mbstring": "*",
"ext-mcrypt": "*", "ext-mcrypt": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ircmaxell/password-compat": "~1.0", "ircmaxell/password-compat": "~1.0",
...@@ -1479,7 +1606,6 @@ ...@@ -1479,7 +1606,6 @@
"monolog/monolog": "~1.11", "monolog/monolog": "~1.11",
"mtdowling/cron-expression": "~1.0", "mtdowling/cron-expression": "~1.0",
"nesbot/carbon": "~1.0", "nesbot/carbon": "~1.0",
"patchwork/utf8": "~1.1",
"php": ">=5.4.0", "php": ">=5.4.0",
"predis/predis": "~1.0", "predis/predis": "~1.0",
"swiftmailer/swiftmailer": "~5.1", "swiftmailer/swiftmailer": "~5.1",
...@@ -1492,10 +1618,12 @@ ...@@ -1492,10 +1618,12 @@
"symfony/routing": "2.6.*", "symfony/routing": "2.6.*",
"symfony/security-core": "2.6.*", "symfony/security-core": "2.6.*",
"symfony/translation": "2.6.*", "symfony/translation": "2.6.*",
"symfony/var-dumper": "2.6.*",
"vlucas/phpdotenv": "~1.0" "vlucas/phpdotenv": "~1.0"
}, },
"replace": { "replace": {
"illuminate/auth": "self.version", "illuminate/auth": "self.version",
"illuminate/bus": "self.version",
"illuminate/cache": "self.version", "illuminate/cache": "self.version",
"illuminate/config": "self.version", "illuminate/config": "self.version",
"illuminate/console": "self.version", "illuminate/console": "self.version",
...@@ -1513,6 +1641,7 @@ ...@@ -1513,6 +1641,7 @@
"illuminate/log": "self.version", "illuminate/log": "self.version",
"illuminate/mail": "self.version", "illuminate/mail": "self.version",
"illuminate/pagination": "self.version", "illuminate/pagination": "self.version",
"illuminate/pipeline": "self.version",
"illuminate/queue": "self.version", "illuminate/queue": "self.version",
"illuminate/redis": "self.version", "illuminate/redis": "self.version",
"illuminate/routing": "self.version", "illuminate/routing": "self.version",
...@@ -1574,12 +1703,12 @@ ...@@ -1574,12 +1703,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "1b6c3f41b29671ca2dff32c179156ea2d26cc249" "reference": "2bd5a0812236a834cb4bb07cab06d80c86881b3b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1b6c3f41b29671ca2dff32c179156ea2d26cc249", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2bd5a0812236a834cb4bb07cab06d80c86881b3b",
"reference": "1b6c3f41b29671ca2dff32c179156ea2d26cc249", "reference": "2bd5a0812236a834cb4bb07cab06d80c86881b3b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1654,7 +1783,7 @@ ...@@ -1654,7 +1783,7 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2014-12-16 18:08:21" "time": "2015-01-04 22:04:13"
}, },
{ {
"name": "mcamara/laravel-localization", "name": "mcamara/laravel-localization",
...@@ -1712,12 +1841,12 @@ ...@@ -1712,12 +1841,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "5bee6fe56c2e8d1fc22b5188d49b6a2500df065f" "reference": "17f651bb96692b084b3e0361d45aeb75e0a25ac0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/5bee6fe56c2e8d1fc22b5188d49b6a2500df065f", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/17f651bb96692b084b3e0361d45aeb75e0a25ac0",
"reference": "5bee6fe56c2e8d1fc22b5188d49b6a2500df065f", "reference": "17f651bb96692b084b3e0361d45aeb75e0a25ac0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1731,7 +1860,7 @@ ...@@ -1731,7 +1860,7 @@
"aws/aws-sdk-php": "~2.4, >2.4.8", "aws/aws-sdk-php": "~2.4, >2.4.8",
"doctrine/couchdb": "~1.0@dev", "doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0", "graylog2/gelf-php": "~1.0",
"phpunit/phpunit": "~3.7.0", "phpunit/phpunit": "~4.0",
"raven/raven": "~0.5", "raven/raven": "~0.5",
"ruflin/elastica": "0.90.*", "ruflin/elastica": "0.90.*",
"videlalvaro/php-amqplib": "~2.4" "videlalvaro/php-amqplib": "~2.4"
...@@ -1750,7 +1879,7 @@ ...@@ -1750,7 +1879,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.11.x-dev" "dev-master": "1.12.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1776,7 +1905,7 @@ ...@@ -1776,7 +1905,7 @@
"logging", "logging",
"psr-3" "psr-3"
], ],
"time": "2014-12-17 10:47:08" "time": "2014-12-30 10:39:23"
}, },
{ {
"name": "mpedrera/themify", "name": "mpedrera/themify",
...@@ -1998,62 +2127,6 @@ ...@@ -1998,62 +2127,6 @@
], ],
"time": "2014-07-23 18:24:17" "time": "2014-07-23 18:24:17"
}, },
{
"name": "patchwork/utf8",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/tchwork/utf8.git",
"reference": "3024ee72d0ce7fc4bf87421f2954f956d3ad2ee5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tchwork/utf8/zipball/3024ee72d0ce7fc4bf87421f2954f956d3ad2ee5",
"reference": "3024ee72d0ce7fc4bf87421f2954f956d3ad2ee5",
"shasum": ""
},
"require": {
"lib-pcre": ">=7.3",
"php": ">=5.3.0"
},
"suggest": {
"ext-iconv": "Use iconv for best performance",
"ext-intl": "Use Intl for best performance",
"ext-mbstring": "Use Mbstring for best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-0": {
"Patchwork": "class/",
"Normalizer": "class/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"(Apache-2.0 or GPL-2.0)"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
"homepage": "https://github.com/tchwork/utf8",
"keywords": [
"grapheme",
"i18n",
"unicode",
"utf-8",
"utf8"
],
"time": "2014-11-10 16:16:54"
},
{ {
"name": "pingpong/generators", "name": "pingpong/generators",
"version": "1.0.1", "version": "1.0.1",
...@@ -2107,12 +2180,12 @@ ...@@ -2107,12 +2180,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pingpong-labs/menus.git", "url": "https://github.com/pingpong-labs/menus.git",
"reference": "a4eff069b4de83ba93baf0cc2235187080ea6a2f" "reference": "a76bb5e2728a7aff5806948f72393c5768f865af"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pingpong-labs/menus/zipball/a4eff069b4de83ba93baf0cc2235187080ea6a2f", "url": "https://api.github.com/repos/pingpong-labs/menus/zipball/a76bb5e2728a7aff5806948f72393c5768f865af",
"reference": "a4eff069b4de83ba93baf0cc2235187080ea6a2f", "reference": "a76bb5e2728a7aff5806948f72393c5768f865af",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2120,11 +2193,11 @@ ...@@ -2120,11 +2193,11 @@
"illuminate/html": "~5", "illuminate/html": "~5",
"illuminate/support": "~5", "illuminate/support": "~5",
"illuminate/view": "~5", "illuminate/view": "~5",
"php": ">=5.3.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.1.*" "phpunit/phpunit": "~4"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -2151,7 +2224,7 @@ ...@@ -2151,7 +2224,7 @@
"navigation", "navigation",
"pingpong" "pingpong"
], ],
"time": "2014-12-26 03:05:49" "time": "2014-12-30 02:46:53"
}, },
{ {
"name": "pingpong/modules", "name": "pingpong/modules",
...@@ -2216,12 +2289,12 @@ ...@@ -2216,12 +2289,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nrk/predis.git", "url": "https://github.com/nrk/predis.git",
"reference": "28accc93f0c3868711cfc89089f8cd953d642851" "reference": "b8decc75a884fce1bfc62d5bc6823298a678f890"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/28accc93f0c3868711cfc89089f8cd953d642851", "url": "https://api.github.com/repos/nrk/predis/zipball/b8decc75a884fce1bfc62d5bc6823298a678f890",
"reference": "28accc93f0c3868711cfc89089f8cd953d642851", "reference": "b8decc75a884fce1bfc62d5bc6823298a678f890",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2263,7 +2336,7 @@ ...@@ -2263,7 +2336,7 @@
"predis", "predis",
"redis" "redis"
], ],
"time": "2014-11-07 13:24:35" "time": "2015-01-02 13:37:26"
}, },
{ {
"name": "psr/log", "name": "psr/log",
...@@ -2310,16 +2383,16 @@ ...@@ -2310,16 +2383,16 @@
}, },
{ {
"name": "react/promise", "name": "react/promise",
"version": "v2.1.0", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/reactphp/promise.git", "url": "https://github.com/reactphp/promise.git",
"reference": "937b04f1b0ee8f6d180e75a0830aac778ca4bcd6" "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/937b04f1b0ee8f6d180e75a0830aac778ca4bcd6", "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
"reference": "937b04f1b0ee8f6d180e75a0830aac778ca4bcd6", "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2336,7 +2409,7 @@ ...@@ -2336,7 +2409,7 @@
"React\\Promise\\": "src/" "React\\Promise\\": "src/"
}, },
"files": [ "files": [
"src/functions.php" "src/functions_include.php"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -2350,7 +2423,7 @@ ...@@ -2350,7 +2423,7 @@
} }
], ],
"description": "A lightweight implementation of CommonJS Promises/A for PHP", "description": "A lightweight implementation of CommonJS Promises/A for PHP",
"time": "2014-10-15 20:05:57" "time": "2014-12-30 13:32:42"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
...@@ -2411,12 +2484,12 @@ ...@@ -2411,12 +2484,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console.git", "url": "https://github.com/symfony/Console.git",
"reference": "4240553bedec413ac2453fdb4cd4c3095809e821" "reference": "dd8eefdfe068170f9a841da598ace92b3ec9ef68"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/4240553bedec413ac2453fdb4cd4c3095809e821", "url": "https://api.github.com/repos/symfony/Console/zipball/dd8eefdfe068170f9a841da598ace92b3ec9ef68",
"reference": "4240553bedec413ac2453fdb4cd4c3095809e821", "reference": "dd8eefdfe068170f9a841da598ace92b3ec9ef68",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2459,7 +2532,7 @@ ...@@ -2459,7 +2532,7 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-20 16:02:27" "time": "2015-01-05 17:57:42"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
...@@ -2468,12 +2541,12 @@ ...@@ -2468,12 +2541,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Debug.git", "url": "https://github.com/symfony/Debug.git",
"reference": "b92c90f0286fffdf9cc5807fc94881202461b9d6" "reference": "7213c8200d60728c9d4c56d5830aa2d80ae3d25d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Debug/zipball/b92c90f0286fffdf9cc5807fc94881202461b9d6", "url": "https://api.github.com/repos/symfony/Debug/zipball/7213c8200d60728c9d4c56d5830aa2d80ae3d25d",
"reference": "b92c90f0286fffdf9cc5807fc94881202461b9d6", "reference": "7213c8200d60728c9d4c56d5830aa2d80ae3d25d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2481,8 +2554,9 @@ ...@@ -2481,8 +2554,9 @@
"psr/log": "~1.0" "psr/log": "~1.0"
}, },
"require-dev": { "require-dev": {
"symfony/class-loader": "~2.2",
"symfony/http-foundation": "~2.1", "symfony/http-foundation": "~2.1",
"symfony/http-kernel": "~2.2" "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
}, },
"suggest": { "suggest": {
"symfony/http-foundation": "", "symfony/http-foundation": "",
...@@ -2515,7 +2589,7 @@ ...@@ -2515,7 +2589,7 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-20 16:02:27" "time": "2015-01-05 17:41:06"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
...@@ -2524,12 +2598,12 @@ ...@@ -2524,12 +2598,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/EventDispatcher.git", "url": "https://github.com/symfony/EventDispatcher.git",
"reference": "24f2c9ea9353cbb25dc40786272f0b4f42ba3d3c" "reference": "ab6a365245a48fa6502529a0be22cd6269d978f9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/24f2c9ea9353cbb25dc40786272f0b4f42ba3d3c", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/ab6a365245a48fa6502529a0be22cd6269d978f9",
"reference": "24f2c9ea9353cbb25dc40786272f0b4f42ba3d3c", "reference": "ab6a365245a48fa6502529a0be22cd6269d978f9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2537,10 +2611,10 @@ ...@@ -2537,10 +2611,10 @@
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "~2.0,>=2.0.5", "symfony/config": "~2.0,>=2.0.5|~3.0.0",
"symfony/dependency-injection": "~2.6", "symfony/dependency-injection": "~2.6|~3.0.0",
"symfony/expression-language": "~2.6", "symfony/expression-language": "~2.6|~3.0.0",
"symfony/stopwatch": "~2.3" "symfony/stopwatch": "~2.3|~3.0.0"
}, },
"suggest": { "suggest": {
"symfony/dependency-injection": "", "symfony/dependency-injection": "",
...@@ -2573,7 +2647,7 @@ ...@@ -2573,7 +2647,7 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-16 20:28:45" "time": "2015-01-05 14:29:53"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
...@@ -2582,12 +2656,12 @@ ...@@ -2582,12 +2656,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Filesystem.git", "url": "https://github.com/symfony/Filesystem.git",
"reference": "1ff6caf45e7c5aac036b1536a914afbf4b8c6066" "reference": "afaca2a33dc0d9442a7ca4d87def8aff7d937b87"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/1ff6caf45e7c5aac036b1536a914afbf4b8c6066", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/afaca2a33dc0d9442a7ca4d87def8aff7d937b87",
"reference": "1ff6caf45e7c5aac036b1536a914afbf4b8c6066", "reference": "afaca2a33dc0d9442a7ca4d87def8aff7d937b87",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2620,7 +2694,7 @@ ...@@ -2620,7 +2694,7 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-12 16:23:01" "time": "2015-01-04 09:06:13"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
...@@ -2629,12 +2703,12 @@ ...@@ -2629,12 +2703,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Finder.git", "url": "https://github.com/symfony/Finder.git",
"reference": "42964c1ad15aac1322c4b45389a525f10b66e5d7" "reference": "16513333bca64186c01609961a2bb1b95b5e1355"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/42964c1ad15aac1322c4b45389a525f10b66e5d7", "url": "https://api.github.com/repos/symfony/Finder/zipball/16513333bca64186c01609961a2bb1b95b5e1355",
"reference": "42964c1ad15aac1322c4b45389a525f10b66e5d7", "reference": "16513333bca64186c01609961a2bb1b95b5e1355",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2667,7 +2741,7 @@ ...@@ -2667,7 +2741,7 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-12 16:21:40" "time": "2015-01-03 08:01:59"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
...@@ -2676,12 +2750,12 @@ ...@@ -2676,12 +2750,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpFoundation.git", "url": "https://github.com/symfony/HttpFoundation.git",
"reference": "de3417053084145f472db53e747bc6a600b88c94" "reference": "3f4ba2c658be910fe6cec46ed34ee900bd18bb01"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/de3417053084145f472db53e747bc6a600b88c94", "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/3f4ba2c658be910fe6cec46ed34ee900bd18bb01",
"reference": "de3417053084145f472db53e747bc6a600b88c94", "reference": "3f4ba2c658be910fe6cec46ed34ee900bd18bb01",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2720,7 +2794,7 @@ ...@@ -2720,7 +2794,7 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-20 16:02:27" "time": "2015-01-05 17:41:06"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
...@@ -2729,19 +2803,19 @@ ...@@ -2729,19 +2803,19 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpKernel.git", "url": "https://github.com/symfony/HttpKernel.git",
"reference": "367a3947b17e92d0c738b869fca5cb8c873e420d" "reference": "d9c620a6d677e9fc3fe18041499e5d3f3e2c7745"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/367a3947b17e92d0c738b869fca5cb8c873e420d", "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/d9c620a6d677e9fc3fe18041499e5d3f3e2c7745",
"reference": "367a3947b17e92d0c738b869fca5cb8c873e420d", "reference": "d9c620a6d677e9fc3fe18041499e5d3f3e2c7745",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/debug": "~2.6", "symfony/debug": "~2.6,>=2.6.2",
"symfony/event-dispatcher": "2.5.*,>2.5.8|~2.6,>2.6.1", "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2",
"symfony/http-foundation": "~2.5,>=2.5.4" "symfony/http-foundation": "~2.5,>=2.5.4"
}, },
"require-dev": { "require-dev": {
...@@ -2797,7 +2871,7 @@ ...@@ -2797,7 +2871,7 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-16 18:41:39" "time": "2015-01-05 14:28:40"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
...@@ -2858,12 +2932,12 @@ ...@@ -2858,12 +2932,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Process.git", "url": "https://github.com/symfony/Process.git",
"reference": "10a896e667e48bc0b895baa83cb77abcb29c51b6" "reference": "03006c60f334c4e9f0fc2e87293a17a92ddac4b7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/10a896e667e48bc0b895baa83cb77abcb29c51b6", "url": "https://api.github.com/repos/symfony/Process/zipball/03006c60f334c4e9f0fc2e87293a17a92ddac4b7",
"reference": "10a896e667e48bc0b895baa83cb77abcb29c51b6", "reference": "03006c60f334c4e9f0fc2e87293a17a92ddac4b7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2896,7 +2970,7 @@ ...@@ -2896,7 +2970,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-12 16:21:40" "time": "2015-01-05 20:59:13"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
...@@ -2905,12 +2979,12 @@ ...@@ -2905,12 +2979,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Routing.git", "url": "https://github.com/symfony/Routing.git",
"reference": "a8b2d731f79d7054fccaea5352d291d38fcbf5c0" "reference": "28382c6806780ddc657c136a5ca4415dd3252f41"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Routing/zipball/a8b2d731f79d7054fccaea5352d291d38fcbf5c0", "url": "https://api.github.com/repos/symfony/Routing/zipball/28382c6806780ddc657c136a5ca4415dd3252f41",
"reference": "a8b2d731f79d7054fccaea5352d291d38fcbf5c0", "reference": "28382c6806780ddc657c136a5ca4415dd3252f41",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2964,7 +3038,7 @@ ...@@ -2964,7 +3038,7 @@
"uri", "uri",
"url" "url"
], ],
"time": "2014-12-16 15:44:55" "time": "2015-01-05 14:28:40"
}, },
{ {
"name": "symfony/security-core", "name": "symfony/security-core",
...@@ -2973,12 +3047,12 @@ ...@@ -2973,12 +3047,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-core.git", "url": "https://github.com/symfony/security-core.git",
"reference": "608f14386f86db5f6e6dd4c0793318528eee0763" "reference": "db8c6964f9d69496b9ef21788c4afc4306113242"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/608f14386f86db5f6e6dd4c0793318528eee0763", "url": "https://api.github.com/repos/symfony/security-core/zipball/db8c6964f9d69496b9ef21788c4afc4306113242",
"reference": "608f14386f86db5f6e6dd4c0793318528eee0763", "reference": "db8c6964f9d69496b9ef21788c4afc4306113242",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3027,7 +3101,7 @@ ...@@ -3027,7 +3101,7 @@
], ],
"description": "Symfony Security Component - Core Library", "description": "Symfony Security Component - Core Library",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-16 18:41:39" "time": "2015-01-05 20:59:13"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
...@@ -3036,12 +3110,12 @@ ...@@ -3036,12 +3110,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Translation.git", "url": "https://github.com/symfony/Translation.git",
"reference": "533b7107bd7e034c423d2008888c6a048e720867" "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Translation/zipball/533b7107bd7e034c423d2008888c6a048e720867", "url": "https://api.github.com/repos/symfony/Translation/zipball/f289cdf8179d32058c1e1cbac723106a5ff6fa39",
"reference": "533b7107bd7e034c423d2008888c6a048e720867", "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3085,7 +3159,60 @@ ...@@ -3085,7 +3159,60 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-16 15:44:55" "time": "2015-01-03 15:33:07"
},
{
"name": "symfony/var-dumper",
"version": "2.6.x-dev",
"target-dir": "Symfony/Component/VarDumper",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "36af986811340fd4c1bc39cf848da388bbdd8473"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/36af986811340fd4c1bc39cf848da388bbdd8473",
"reference": "36af986811340fd4c1bc39cf848da388bbdd8473",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-symfony_debug": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-0": {
"Symfony\\Component\\VarDumper\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "http://symfony.com",
"keywords": [
"debug",
"dump"
],
"time": "2015-01-01 13:28:01"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
...@@ -3146,12 +3273,12 @@ ...@@ -3146,12 +3273,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "1015c5d23e01ae6025990dd501f8d921451e5927" "reference": "548e12d45760ee66192029f4b642d2f4e3d64118"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/1015c5d23e01ae6025990dd501f8d921451e5927", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/548e12d45760ee66192029f4b642d2f4e3d64118",
"reference": "1015c5d23e01ae6025990dd501f8d921451e5927", "reference": "548e12d45760ee66192029f4b642d2f4e3d64118",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3192,7 +3319,7 @@ ...@@ -3192,7 +3319,7 @@
"profiler", "profiler",
"webprofiler" "webprofiler"
], ],
"time": "2014-12-17 10:44:03" "time": "2014-12-24 08:00:07"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
...@@ -3200,12 +3327,12 @@ ...@@ -3200,12 +3327,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/instantiator.git", "url": "https://github.com/doctrine/instantiator.git",
"reference": "40efa2d8c9e2948b29fdf5d782babaacb08d0c86" "reference": "2a86bb6ae49191bd19976408ff19bbe49dace573"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/40efa2d8c9e2948b29fdf5d782babaacb08d0c86", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/2a86bb6ae49191bd19976408ff19bbe49dace573",
"reference": "40efa2d8c9e2948b29fdf5d782babaacb08d0c86", "reference": "2a86bb6ae49191bd19976408ff19bbe49dace573",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3246,7 +3373,7 @@ ...@@ -3246,7 +3373,7 @@
"constructor", "constructor",
"instantiate" "instantiate"
], ],
"time": "2014-12-12 16:47:07" "time": "2015-01-05 02:10:42"
}, },
{ {
"name": "fzaninotto/faker", "name": "fzaninotto/faker",
...@@ -3254,12 +3381,12 @@ ...@@ -3254,12 +3381,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fzaninotto/Faker.git", "url": "https://github.com/fzaninotto/Faker.git",
"reference": "d82603adc7aa0f7d47c2e767fd33636803f4117a" "reference": "9d9bd78a9c875e6cd8ab9555823017ef3182ece5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d82603adc7aa0f7d47c2e767fd33636803f4117a", "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/9d9bd78a9c875e6cd8ab9555823017ef3182ece5",
"reference": "d82603adc7aa0f7d47c2e767fd33636803f4117a", "reference": "9d9bd78a9c875e6cd8ab9555823017ef3182ece5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3269,6 +3396,9 @@ ...@@ -3269,6 +3396,9 @@
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5" "squizlabs/php_codesniffer": "~1.5"
}, },
"suggest": {
"ext-intl": "*"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
...@@ -3295,7 +3425,7 @@ ...@@ -3295,7 +3425,7 @@
"faker", "faker",
"fixtures" "fixtures"
], ],
"time": "2014-12-18 07:45:28" "time": "2015-01-04 23:56:37"
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
...@@ -3303,12 +3433,12 @@ ...@@ -3303,12 +3433,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maximebf/php-debugbar.git", "url": "https://github.com/maximebf/php-debugbar.git",
"reference": "a52fea02a8ad9e9b6c385b2ae44411306bd2657f" "reference": "2d0877a48f376d51841148b1a7a31776356e97ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/a52fea02a8ad9e9b6c385b2ae44411306bd2657f", "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/2d0877a48f376d51841148b1a7a31776356e97ea",
"reference": "a52fea02a8ad9e9b6c385b2ae44411306bd2657f", "reference": "2d0877a48f376d51841148b1a7a31776356e97ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3351,7 +3481,7 @@ ...@@ -3351,7 +3481,7 @@
"keywords": [ "keywords": [
"debug" "debug"
], ],
"time": "2014-12-17 09:51:25" "time": "2015-01-04 19:19:43"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
...@@ -3359,12 +3489,12 @@ ...@@ -3359,12 +3489,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/padraic/mockery.git", "url": "https://github.com/padraic/mockery.git",
"reference": "4055c0e8577dfbc841fd384797487ff3fc75afff" "reference": "ee277735d9dea95553ee667bee3292cdd6947574"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/padraic/mockery/zipball/4055c0e8577dfbc841fd384797487ff3fc75afff", "url": "https://api.github.com/repos/padraic/mockery/zipball/ee277735d9dea95553ee667bee3292cdd6947574",
"reference": "4055c0e8577dfbc841fd384797487ff3fc75afff", "reference": "ee277735d9dea95553ee667bee3292cdd6947574",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3417,7 +3547,63 @@ ...@@ -3417,7 +3547,63 @@
"test double", "test double",
"testing" "testing"
], ],
"time": "2014-11-18 13:37:25" "time": "2014-12-31 11:42:06"
},
{
"name": "patchwork/utf8",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/tchwork/utf8.git",
"reference": "3024ee72d0ce7fc4bf87421f2954f956d3ad2ee5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tchwork/utf8/zipball/3024ee72d0ce7fc4bf87421f2954f956d3ad2ee5",
"reference": "3024ee72d0ce7fc4bf87421f2954f956d3ad2ee5",
"shasum": ""
},
"require": {
"lib-pcre": ">=7.3",
"php": ">=5.3.0"
},
"suggest": {
"ext-iconv": "Use iconv for best performance",
"ext-intl": "Use Intl for best performance",
"ext-mbstring": "Use Mbstring for best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-0": {
"Patchwork": "class/",
"Normalizer": "class/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"(Apache-2.0 or GPL-2.0)"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
"homepage": "https://github.com/tchwork/utf8",
"keywords": [
"grapheme",
"i18n",
"unicode",
"utf-8",
"utf8"
],
"time": "2014-11-10 16:16:54"
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
...@@ -3533,12 +3719,12 @@ ...@@ -3533,12 +3719,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "de8096a74c459eb7279b6410dcf09e26e2cd88aa" "reference": "29326b2455f383483d0fed3b7da9890177c33781"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/de8096a74c459eb7279b6410dcf09e26e2cd88aa", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/29326b2455f383483d0fed3b7da9890177c33781",
"reference": "de8096a74c459eb7279b6410dcf09e26e2cd88aa", "reference": "29326b2455f383483d0fed3b7da9890177c33781",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3551,7 +3737,7 @@ ...@@ -3551,7 +3737,7 @@
}, },
"require-dev": { "require-dev": {
"ext-xdebug": ">=2.1.4", "ext-xdebug": ">=2.1.4",
"phpunit/phpunit": "dev-master" "phpunit/phpunit": "~4"
}, },
"suggest": { "suggest": {
"ext-dom": "*", "ext-dom": "*",
...@@ -3561,7 +3747,7 @@ ...@@ -3561,7 +3747,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0.x-dev" "dev-master": "2.0.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3570,9 +3756,6 @@ ...@@ -3570,9 +3756,6 @@
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [ "license": [
"BSD-3-Clause" "BSD-3-Clause"
], ],
...@@ -3590,7 +3773,7 @@ ...@@ -3590,7 +3773,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2014-12-04 09:42:06" "time": "2015-01-01 09:33:48"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
...@@ -3731,12 +3914,12 @@ ...@@ -3731,12 +3914,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "f8d5d08c56de5cfd592b3340424a81733259a876" "reference": "091ec6b68b31a15da4e41ba375c6f77b7f15c2b4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/091ec6b68b31a15da4e41ba375c6f77b7f15c2b4",
"reference": "f8d5d08c56de5cfd592b3340424a81733259a876", "reference": "091ec6b68b31a15da4e41ba375c6f77b7f15c2b4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3772,7 +3955,7 @@ ...@@ -3772,7 +3955,7 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2014-08-31 06:12:13" "time": "2015-01-02 15:57:31"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
...@@ -3780,12 +3963,12 @@ ...@@ -3780,12 +3963,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a26a348a8686a8f523c53ed2683d65b3d36956bd" "reference": "42ee7e9b012d14d6bb008d723ee75b60662656e0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a26a348a8686a8f523c53ed2683d65b3d36956bd", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/42ee7e9b012d14d6bb008d723ee75b60662656e0",
"reference": "a26a348a8686a8f523c53ed2683d65b3d36956bd", "reference": "42ee7e9b012d14d6bb008d723ee75b60662656e0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3796,7 +3979,7 @@ ...@@ -3796,7 +3979,7 @@
"ext-spl": "*", "ext-spl": "*",
"php": ">=5.3.3", "php": ">=5.3.3",
"phpspec/prophecy": "~1.3.1", "phpspec/prophecy": "~1.3.1",
"phpunit/php-code-coverage": "~3.0", "phpunit/php-code-coverage": "~2.0",
"phpunit/php-file-iterator": "~1.3", "phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2", "phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "~1.0", "phpunit/php-timer": "~1.0",
...@@ -3844,7 +4027,7 @@ ...@@ -3844,7 +4027,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2014-12-19 06:27:31" "time": "2015-01-05 05:30:53"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
...@@ -3852,12 +4035,12 @@ ...@@ -3852,12 +4035,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "96c5b81f9842f38fe6c73ad0020306cc4862a9e3" "reference": "6668906147047e8cd8ee66847feb65e55cc4e7e6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/96c5b81f9842f38fe6c73ad0020306cc4862a9e3", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/6668906147047e8cd8ee66847feb65e55cc4e7e6",
"reference": "96c5b81f9842f38fe6c73ad0020306cc4862a9e3", "reference": "6668906147047e8cd8ee66847feb65e55cc4e7e6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3899,7 +4082,7 @@ ...@@ -3899,7 +4082,7 @@
"mock", "mock",
"xunit" "xunit"
], ],
"time": "2014-10-04 10:04:20" "time": "2015-01-01 09:22:12"
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
...@@ -3907,12 +4090,12 @@ ...@@ -3907,12 +4090,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "4c7f82f0599413ed5521e464071ee8460c96ce89" "reference": "6a1e846331bb3cc1a305168125d047fb86260e3d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/4c7f82f0599413ed5521e464071ee8460c96ce89", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1e846331bb3cc1a305168125d047fb86260e3d",
"reference": "4c7f82f0599413ed5521e464071ee8460c96ce89", "reference": "6a1e846331bb3cc1a305168125d047fb86260e3d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3963,7 +4146,7 @@ ...@@ -3963,7 +4146,7 @@
"compare", "compare",
"equality" "equality"
], ],
"time": "2014-12-04 15:00:21" "time": "2015-01-05 16:29:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
...@@ -3971,12 +4154,12 @@ ...@@ -3971,12 +4154,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "f38057b48125c2b421361da224a8aa800d70aeca" "reference": "6dc90302a4cdf8486c221a0ad3a4da53859fcfa5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/f38057b48125c2b421361da224a8aa800d70aeca", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6dc90302a4cdf8486c221a0ad3a4da53859fcfa5",
"reference": "f38057b48125c2b421361da224a8aa800d70aeca", "reference": "6dc90302a4cdf8486c221a0ad3a4da53859fcfa5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4015,7 +4198,7 @@ ...@@ -4015,7 +4198,7 @@
"keywords": [ "keywords": [
"diff" "diff"
], ],
"time": "2014-11-22 06:25:40" "time": "2015-01-01 09:20:29"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
...@@ -4023,24 +4206,24 @@ ...@@ -4023,24 +4206,24 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "a4420fdad8ef5e525cdeb66adbb5ed9e873e6128" "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a4420fdad8ef5e525cdeb66adbb5ed9e873e6128", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
"reference": "a4420fdad8ef5e525cdeb66adbb5ed9e873e6128", "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.3" "phpunit/phpunit": "~4.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2.x-dev" "dev-master": "1.3.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -4065,7 +4248,7 @@ ...@@ -4065,7 +4248,7 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2014-12-15 10:20:32" "time": "2015-01-01 10:01:08"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
...@@ -4073,12 +4256,12 @@ ...@@ -4073,12 +4256,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git", "url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0" "reference": "e0a5fdd64463a0d524305c733e3e4391c76cf739"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/e0a5fdd64463a0d524305c733e3e4391c76cf739",
"reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0", "reference": "e0a5fdd64463a0d524305c733e3e4391c76cf739",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4130,7 +4313,7 @@ ...@@ -4130,7 +4313,7 @@
"export", "export",
"exporter" "exporter"
], ],
"time": "2014-09-10 00:51:36" "time": "2015-01-01 09:36:15"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
...@@ -4138,12 +4321,12 @@ ...@@ -4138,12 +4321,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git", "url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "231d48620efde984fd077ee92916099a3ece9a59" "reference": "0b46bd9fbe4b639757d2ee5682db207a99bc137b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/231d48620efde984fd077ee92916099a3ece9a59", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0b46bd9fbe4b639757d2ee5682db207a99bc137b",
"reference": "231d48620efde984fd077ee92916099a3ece9a59", "reference": "0b46bd9fbe4b639757d2ee5682db207a99bc137b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4181,20 +4364,20 @@ ...@@ -4181,20 +4364,20 @@
"keywords": [ "keywords": [
"global state" "global state"
], ],
"time": "2014-10-06 09:49:11" "time": "2015-01-01 09:36:21"
}, },
{ {
"name": "sebastian/version", "name": "sebastian/version",
"version": "1.0.3", "version": "1.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/version.git", "url": "https://github.com/sebastianbergmann/version.git",
"reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43" "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
"reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
"shasum": "" "shasum": ""
}, },
"type": "library", "type": "library",
...@@ -4216,7 +4399,7 @@ ...@@ -4216,7 +4399,7 @@
], ],
"description": "Library that helps with managing the version number of Git-hosted PHP projects", "description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version", "homepage": "https://github.com/sebastianbergmann/version",
"time": "2014-03-07 15:35:33" "time": "2014-12-15 14:25:24"
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
...@@ -4225,21 +4408,21 @@ ...@@ -4225,21 +4408,21 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/BrowserKit.git", "url": "https://github.com/symfony/BrowserKit.git",
"reference": "35a5c4dc5d94da28668173cf5d3d193975086ea1" "reference": "171b45e38e19a0c8be85059653e3c7fe303a217e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/35a5c4dc5d94da28668173cf5d3d193975086ea1", "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/171b45e38e19a0c8be85059653e3c7fe303a217e",
"reference": "35a5c4dc5d94da28668173cf5d3d193975086ea1", "reference": "171b45e38e19a0c8be85059653e3c7fe303a217e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"symfony/dom-crawler": "~2.0,>=2.0.5" "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0"
}, },
"require-dev": { "require-dev": {
"symfony/css-selector": "~2.0,>=2.0.5", "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
"symfony/process": "~2.0,>=2.0.5" "symfony/process": "~2.0,>=2.0.5|~3.0.0"
}, },
"suggest": { "suggest": {
"symfony/process": "" "symfony/process": ""
...@@ -4271,28 +4454,28 @@ ...@@ -4271,28 +4454,28 @@
], ],
"description": "Symfony BrowserKit Component", "description": "Symfony BrowserKit Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-16 20:28:45" "time": "2015-01-03 08:02:46"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "2.7.x-dev", "version": "dev-master",
"target-dir": "Symfony/Component/DomCrawler", "target-dir": "Symfony/Component/DomCrawler",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/DomCrawler.git", "url": "https://github.com/symfony/DomCrawler.git",
"reference": "602468f00d1b2fffb1342bd88f6da585a073b7d6" "reference": "7f6361a50f01e551bda9a578d556208d8b8d4f3c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/602468f00d1b2fffb1342bd88f6da585a073b7d6", "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/7f6361a50f01e551bda9a578d556208d8b8d4f3c",
"reference": "602468f00d1b2fffb1342bd88f6da585a073b7d6", "reference": "7f6361a50f01e551bda9a578d556208d8b8d4f3c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.5.9"
}, },
"require-dev": { "require-dev": {
"symfony/css-selector": "~2.3" "symfony/css-selector": "~2.7|~3.0"
}, },
"suggest": { "suggest": {
"symfony/css-selector": "" "symfony/css-selector": ""
...@@ -4300,7 +4483,7 @@ ...@@ -4300,7 +4483,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.7-dev" "dev-master": "3.0-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -4324,60 +4507,7 @@ ...@@ -4324,60 +4507,7 @@
], ],
"description": "Symfony DomCrawler Component", "description": "Symfony DomCrawler Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-16 20:28:45" "time": "2015-01-03 08:04:30"
},
{
"name": "symfony/var-dumper",
"version": "2.7.x-dev",
"target-dir": "Symfony/Component/VarDumper",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "b0924b9df2f9fe93f63124ae4b49ffed0f9a17eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/b0924b9df2f9fe93f63124ae4b49ffed0f9a17eb",
"reference": "b0924b9df2f9fe93f63124ae4b49ffed0f9a17eb",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-symfony_debug": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-0": {
"Symfony\\Component\\VarDumper\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "http://symfony.com",
"keywords": [
"debug",
"dump"
],
"time": "2014-12-08 08:43:57"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
...@@ -4386,16 +4516,16 @@ ...@@ -4386,16 +4516,16 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml.git", "url": "https://github.com/symfony/Yaml.git",
"reference": "3155ce5ba6eb4abb11396c0cc80d3f3b9c37173f" "reference": "44d09645715d04db154d8a875610bab1e486f931"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/3155ce5ba6eb4abb11396c0cc80d3f3b9c37173f", "url": "https://api.github.com/repos/symfony/Yaml/zipball/44d09645715d04db154d8a875610bab1e486f931",
"reference": "3155ce5ba6eb4abb11396c0cc80d3f3b9c37173f", "reference": "44d09645715d04db154d8a875610bab1e486f931",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.5.9"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -4424,7 +4554,7 @@ ...@@ -4424,7 +4554,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-12-12 16:24:25" "time": "2015-01-03 15:56:00"
} }
], ],
"aliases": [], "aliases": [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment