updated composer packages

This commit is contained in:
Andy Miller
2015-09-13 21:19:20 -06:00
parent 66d5eab041
commit 0f1f336c3a
2 changed files with 20 additions and 21 deletions

View File

@@ -14,7 +14,6 @@
"symfony/event-dispatcher": "~2.7",
"symfony/var-dumper": "~2.7",
"doctrine/cache": "~1.4",
"maximebf/debugbar": "dev-master",
"filp/whoops": "1.2.*@dev",
"monolog/monolog": "~1.0",
"gregwar/image": "~2.0",
@@ -22,7 +21,8 @@
"mrclay/minify": "~2.2",
"donatj/phpuseragentparser": "~0.3",
"pimple/pimple": "~3.0",
"rockettheme/toolbox": "1.1.*"
"rockettheme/toolbox": "1.1.*",
"maximebf/debugbar": "~1.10"
},
"autoload": {
"psr-4": {

37
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "5b11715e8220f84c86c9004fe463c0db",
"hash": "e1db721096772d41f16003b39b47c85a",
"packages": [
{
"name": "doctrine/cache",
@@ -403,16 +403,16 @@
},
{
"name": "maximebf/debugbar",
"version": "dev-master",
"version": "v1.10.4",
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
"reference": "ab12b6f57dd33b1fffa875046fd17c34d88388b9"
"reference": "7b2006e6e095126b5a061ec33fca3d90ea8a8219"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/ab12b6f57dd33b1fffa875046fd17c34d88388b9",
"reference": "ab12b6f57dd33b1fffa875046fd17c34d88388b9",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/7b2006e6e095126b5a061ec33fca3d90ea8a8219",
"reference": "7b2006e6e095126b5a061ec33fca3d90ea8a8219",
"shasum": ""
},
"require": {
@@ -455,7 +455,7 @@
"keywords": [
"debug"
],
"time": "2015-07-09 18:15:09"
"time": "2015-02-05 07:51:20"
},
{
"name": "monolog/monolog",
@@ -580,16 +580,16 @@
},
{
"name": "pimple/pimple",
"version": "v3.0.1",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
"reference": "3313af5935dbc560fab845b76a1ca351b47855af"
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/3313af5935dbc560fab845b76a1ca351b47855af",
"reference": "3313af5935dbc560fab845b76a1ca351b47855af",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
"shasum": ""
},
"require": {
@@ -616,13 +616,13 @@
"email": "fabien@symfony.com"
}
],
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "http://pimple.sensiolabs.org",
"keywords": [
"container",
"dependency injection"
],
"time": "2015-07-30 09:57:46"
"time": "2015-09-11 15:10:35"
},
{
"name": "psr/log",
@@ -936,16 +936,16 @@
},
{
"name": "twig/twig",
"version": "v1.21.2",
"version": "v1.22.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3"
"reference": "204a6c94907c2c2225322c267e09adbb2b1c04fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
"reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/204a6c94907c2c2225322c267e09adbb2b1c04fd",
"reference": "204a6c94907c2c2225322c267e09adbb2b1c04fd",
"shasum": ""
},
"require": {
@@ -958,7 +958,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.21-dev"
"dev-master": "1.22-dev"
}
},
"autoload": {
@@ -993,14 +993,13 @@
"keywords": [
"templating"
],
"time": "2015-09-09 05:28:51"
"time": "2015-09-13 17:12:38"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"maximebf/debugbar": 20,
"filp/whoops": 20
},
"prefer-stable": false,